Last modified: 2010-05-15 15:33:21 UTC
If an image is uploaded with a category link in the summary box, and if the category sort key is given as {{PAGENAME}}, {{PAGENAME}} resolves to Upload (as in Special:Upload). Furthermore, if no category sort key is given, it defaults to Special:Upload. This causes newly-uploaded images to be sorted randomly in image category galleries. For example, if I upload an image with the summary '[[Category:Fair use images|{{PAGENAME}}]] [[Category:Test images]]': mysql> SELECT * FROM categorylinks WHERE cl_from=3564; +---------+-----------------+----------------+---------------------+ | cl_from | cl_to | cl_sortkey | cl_timestamp | +---------+-----------------+----------------+---------------------+ | 3564 | Fair_use_images | Upload | 2005-05-28 02:38:35 | | 3564 | Test_images | Special:Upload | 2005-05-28 02:38:35 | +---------+-----------------+----------------+---------------------+
*** This bug has been marked as a duplicate of 73 ***
This is not a duplicate of bug 73; it's a bug in the fix for bug 73.
Nonetheless it has been fixed in 1.4.5. Judging by the 1.5alpha2 release notes, that fix was related to bug 73, so I assumed it was a duplicate.
bug 2327 probably relates to this
This bug (about using variables in upload description with category sortkeys) seems to be fixed. See: [[wikt:yi:image:Squares_in_quantum_representation.png]] The page can be found at http://yi.wiktionary.org/wiki/category:bugzilla?from=Squares&20in%20quantum%20representation but not at http://yi.wiktionary.org/wiki/category:bugzilla?from=T best regards reinhardt [[user:gangleri]] *note* OPENed Bug 4927: User interface should substitute "_" consistently with space (%20) in the from= parameter