bugzilla | 1 Aug 2006 03:03
Picon

[Bug 6387] Add ability to change category sort method on category page

http://bugzilla.wikimedia.org/show_bug.cgi?id=6387

kdye@... changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Use page title without      |Add ability to change
                   |namespace as the default    |category sort method on
                   |category sort key           |category page

------- Additional Comments From braker@...  2006-08-01 01:03
UTC -------
I also request this feature but need another sort-criteria "__SORTPAGEAGE__" to
sort pages by their age, when they where created. The german wikibooks uses a
special sortkey, to keep track of new wikibook-candidates. They will be listed
in a special category until a few month passed. They are sorted by date of
creation, Books listed first are oldest. After beeing a candidate, they will be
deleted or they aquire book state.

http://de.wikibooks.org/wiki/Kategorie:Wikibooks:QM:Buchkandidat

if not possible, i request a variable {{CREATIONTIMESTAMP}} which returns a
timestamp formatted like {{CURRENTTIMESTAMP}} containing the timestamp of the
creation of a page.

--

-- 
Configure bugmail: http://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
(Continue reading)

bugzilla | 1 Aug 2006 02:23
Picon

[Bug 6759] Preview on first edit prevents editing

http://bugzilla.wikimedia.org/show_bug.cgi?id=6759

------- Additional Comments From rick.denatale@... 
2006-08-01 00:23 UTC -------
In response to Jason, on 1.6.7 turning off preview on first edit the problem
DOES NOT occur.

--

-- 
Configure bugmail: http://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
bugzilla | 1 Aug 2006 05:27
Picon

[Bug 6885] New: Redirected? Ehh?

http://bugzilla.wikimedia.org/show_bug.cgi?id=6885

           Summary: Redirected? Ehh?
           Product: MediaWiki
           Version: 1.7.1
          Platform: All
               URL: http://wiki.chibipaws.com/
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: High
         Component: Installation
        AssignedTo: wikibugs-l@...
        ReportedBy: jlp09550@...

When I attempt install on my wiki, here: http://wiki.chibipaws.com/, it
redirects to DirectAdmin.

Any idea why? o_O;

--

-- 
Configure bugmail: http://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
bugzilla | 1 Aug 2006 05:47
Picon

[Bug 6885] Redirected? Ehh?

http://bugzilla.wikimedia.org/show_bug.cgi?id=6885

jlp09550@... changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |critical
           Priority|High                        |Highest

--

-- 
Configure bugmail: http://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
bugzilla | 1 Aug 2006 06:03
Picon

[Bug 6885] Redirected? Ehh?

http://bugzilla.wikimedia.org/show_bug.cgi?id=6885

achuggard@... changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID

------- Additional Comments From achuggard@...  2006-08-01
04:03 UTC -------
It returns a 302 status. This is most likely something with your webhost's
apache configuration intrepreting the virtual path config/ as someone wanting to
get to DirectAdmin and redirecting there

--

-- 
Configure bugmail: http://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
bugzilla | 1 Aug 2006 08:46
Picon

[Bug 6886] New: PHP undefined offset on bad input to Special:Revisiondelete

http://bugzilla.wikimedia.org/show_bug.cgi?id=6886

           Summary: PHP undefined offset on bad input to
                    Special:Revisiondelete
           Product: MediaWiki
           Version: 1.8-svn
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: minor
          Priority: Low
         Component: Special pages
        AssignedTo: wikibugs-l@...
        ReportedBy: mediazilla.20.nickj@...

CURL example:
curl --silent --include  -F 'target'='x'
'192.168.0.64/wiki/index.php?title=Special:Revisiondelete'

or as URL:
http://192.168.0.64/wiki/index.php?title=Special:Revisiondelete&target=XXXXXXXYZ

HTML output (with E_ALL errors):
===================================
<br />
<b>Notice</b>:  Undefined offset:  0 in
<b>/var/www/hosts/mediawiki/phase3/includes/SpecialRevisiondelete.php</b> on
line <b>61</b><br />
<br />
<b>Notice</b>:  Undefined variable: rev in
(Continue reading)

bugzilla | 1 Aug 2006 08:50
Picon

[Bug 6887] New: PHP error for call to getId() on bad input to Special:Revisiondelete

http://bugzilla.wikimedia.org/show_bug.cgi?id=6887

           Summary: PHP error for call to getId() on bad input to
                    Special:Revisiondelete
           Product: MediaWiki
           Version: 1.8-svn
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: minor
          Priority: Low
         Component: Special pages
        AssignedTo: wikibugs-l@...
        ReportedBy: mediazilla.20.nickj@...

CURL example command:
===================================
curl --silent --include  -F 'target'='Main Page' -F 'oldid'='x'
'192.168.0.64/wiki/index.php?title=Special:Revisiondelete'
===================================

HTML output (with E_ALL errors) includes:
===================================
<br />
<b>Fatal error</b>:  Call to a member function getId() on a non-object in
<b>/var/www/hosts/mediawiki/phase3/includes/SpecialRevisiondelete.php</b> on
line <b>213</b><br />
===================================

--

-- 
(Continue reading)

bugzilla | 1 Aug 2006 08:54
Picon

[Bug 6888] New: PHP error for call to getTimestamp() on bad input to Special:Revisiondelete

http://bugzilla.wikimedia.org/show_bug.cgi?id=6888

           Summary: PHP error for call to getTimestamp() on bad input to
                    Special:Revisiondelete
           Product: MediaWiki
           Version: 1.8-svn
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: minor
          Priority: Lowest
         Component: Special pages
        AssignedTo: wikibugs-l@...
        ReportedBy: mediazilla.20.nickj@...

CURL example command:
===================================
curl --silent --include  -F 'target'='Main Page' -F 'oldid[]'='5'
'192.168.0.64/wiki/index.php?title=Special:Revisiondelete'
===================================

Or as URL:
===================================
http://192.168.0.64/wiki/index.php?title=Special:Revisiondelete&target=XYYYZZZZXXX&oldid=5
===================================

HTML output (with E_ALL errors) includes:
===================================
<br />
<b>Fatal error</b>:  Call to a member function getTimestamp() on a non-object in
(Continue reading)

bugzilla | 1 Aug 2006 08:59
Picon

[Bug 6889] New: Two PHP undefined index notices on thumb.php in E_ALL error_reporting mode.

http://bugzilla.wikimedia.org/show_bug.cgi?id=6889

           Summary: Two PHP undefined index notices on thumb.php in E_ALL
                    error_reporting mode.
           Product: MediaWiki
           Version: 1.8-svn
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: trivial
          Priority: Lowest
         Component: General/Unknown
        AssignedTo: wikibugs-l@...
        ReportedBy: mediazilla.20.nickj@...

Opening URL: http://192.168.0.64/wiki/thumb.php

Gives HTML output that includes these notices in E_ALL error reporting mode:
==========================================
Notice: Undefined index: f in /var/www/hosts/mediawiki/phase3/thumb.php on line 22

Notice: Undefined index: w in /var/www/hosts/mediawiki/phase3/thumb.php on line 23
==========================================

--

-- 
Configure bugmail: http://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
bugzilla | 1 Aug 2006 09:10
Picon

[Bug 6890] New: SQL query error on bad input to [[special:ipblocklist]] due to negative LIMIT clause

http://bugzilla.wikimedia.org/show_bug.cgi?id=6890

           Summary: SQL query error on bad input to [[special:ipblocklist]]
                    due to negative LIMIT clause
           Product: MediaWiki
           Version: 1.8-svn
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: minor
          Priority: Low
         Component: Special pages
        AssignedTo: wikibugs-l@...
        ReportedBy: mediazilla.20.nickj@...

CURL command:
=======================================
curl --silent --include \
 -F 'limit'='09700982312351132098234'\
 'localhost/wiki/index.php/Special:Ipblocklist'
=======================================

Results in this entry in the MediaWiki database error log:
=======================================
Tue Aug 1 17:04:55 EST 2006     bling   IndexPager::reallyDoQuery
(IPBlocklistPager)    localhost       1064 You have an error in your SQL syntax;
check the manual that corresponds to your MySQL server version for the right
syntax to use near '-9223372036854775808' at line 1 (localhost)     SELECT 
`ipblocks`.*,user_name  FROM `ipblocks`,`user`  WHERE
(ipb_expiry>'20060801070455') AND (ipb_by=user_id OR ipb_by=0)  GROUP BY
(Continue reading)


Gmane