lhc/web/wiklou.git
16 years ago'class' is a reserved word in JavaScript. :) Changing parameter name to 'className...
Brion Vibber [Fri, 22 Jun 2007 18:39:40 +0000 (18:39 +0000)]
'class' is a reserved word in JavaScript. :) Changing parameter name to 'className' fixes ajax watch in:
* IE 7/Win
* Safari 3/Win
* Safari 2/Mac
* Mozilla 1.1/Mac

16 years ago* Fixed complete breakage for MySQL instances with a maximum key length of 1000 bytes...
Tim Starling [Fri, 22 Jun 2007 18:31:24 +0000 (18:31 +0000)]
* Fixed complete breakage for MySQL instances with a maximum key length of 1000 bytes. Tested with MyISAM 5 with UTF-8 default character set.
* Replaced char/varchar with binary/varbinary in cases where the data is pure ASCII. This is more efficient for various reasons in MySQL 4.1+, and equivalent to char() binary in 4.0. Sometimes varbinary is needed where char was used before, to avoid zero-padding on the right. As a side-effect, this means the MySQL 5 binary schema is no longer broken.
* Removed width specifiers from integer columns. These do virtually nothing, the MySQL command line client ignores them and they have no impact on storage. The only thing they do is cause arguments between developers over whether the most appropriate width of a 32-bit integer is 8, 9 or 10 columns.
* No updater provided for the moment, but everyone should migrate to the MySQL 5 binary schema eventually since it should now work correctly and efficiently.

16 years agoUpdate.
Rotem Liss [Fri, 22 Jun 2007 18:27:47 +0000 (18:27 +0000)]
Update.

16 years agoSpiff up the JS message a little bit
Brion Vibber [Fri, 22 Jun 2007 18:27:06 +0000 (18:27 +0000)]
Spiff up the JS message a little bit

16 years ago* Added option to install with MyISAM
Tim Starling [Fri, 22 Jun 2007 18:17:23 +0000 (18:17 +0000)]
* Added option to install with MyISAM
* Select MySQL by default if both drivers are available
* Use a frameset for the DB-specific box, instead of a garish orange background
* A big font and an <hr> for the final success message, since people sometimes forget to read it

16 years agoIndonesian (id) localisation updates.
Ivan Lanin [Fri, 22 Jun 2007 18:01:38 +0000 (18:01 +0000)]
Indonesian (id) localisation updates.

16 years agoFix a couple of typos from last commit (one possibly error-causing for picky browsers...
Aryeh Gregor [Fri, 22 Jun 2007 17:47:29 +0000 (17:47 +0000)]
Fix a couple of typos from last commit (one possibly error-causing for picky browsers, one for jslint)

16 years agoFix up AJAX watch and enable it by default.
Aryeh Gregor [Fri, 22 Jun 2007 17:36:59 +0000 (17:36 +0000)]
Fix up AJAX watch and enable it by default.

* Allow it to work for nonexistent articles (pass title instead of ID)
* Use event handlers, not javascript: URLs
* Fix bug preventing akeytt from setting tooltips for a single element
* Add jsMsg() function to wikibits to allow messages to be displayed dynamically at the top of the screen (could use dismiss button?)

Some test-cases I've thrown at it worked fine (nonexistent pages, namespaced pages, pages with funny characters), but I haven't spent seven weeks in a cave meditating on what could possibly go wrong, so there may be some kind of omission somewhere.

16 years agoForgot to update table sql per bug 10280
Yuri Astrakhan [Fri, 22 Jun 2007 15:19:55 +0000 (15:19 +0000)]
Forgot to update table sql per bug 10280

16 years agoRevert r23166, 23178, 23179, and probably some other related bits.
Brion Vibber [Fri, 22 Jun 2007 14:52:49 +0000 (14:52 +0000)]
Revert r23166, 23178, 23179, and probably some other related bits.
There are issues with putting robots stuff into the current protection system, so we're backing this out to prevent another backwards-compatibility disaster when it's done in a more reliable way. :)

16 years agoRevert r23197 -- while well-meaning, this would severely overrepresent minor content...
Brion Vibber [Fri, 22 Jun 2007 14:25:23 +0000 (14:25 +0000)]
Revert r23197 -- while well-meaning, this would severely overrepresent minor content namespaces by selecting the namespaces with equal probability.
A better solution would be to modify the RandomPage class to allow passing pages of multiple namespaces, and giving it the complete list of content namespaces; then the selection would be properly proportional.

16 years ago* (bug 7859) Update Kazakh translations
Raimond Spekking [Fri, 22 Jun 2007 08:40:20 +0000 (08:40 +0000)]
* (bug 7859) Update Kazakh translations
  Patch by AlefZet

16 years agoUpdate.
Rotem Liss [Fri, 22 Jun 2007 07:49:45 +0000 (07:49 +0000)]
Update.

16 years ago* Some cosmetic tweaks
Raimond Spekking [Fri, 22 Jun 2007 07:41:45 +0000 (07:41 +0000)]
* Some cosmetic tweaks
** ProtectionForm: move 'watch this page' checkbox between reason field and submit button like in all other forms too
** SpecialMovepage.php: right shift checkboxes a bit like in all other forms too, move hardcoded colons to message file for better localization

16 years agoIndonesian (id) localisation updates.
Ivan Lanin [Fri, 22 Jun 2007 07:37:02 +0000 (07:37 +0000)]
Indonesian (id) localisation updates.

16 years agoSpecial:Randompage with no parameters now selects a random page from any namespace...
Daniel Cannon [Fri, 22 Jun 2007 06:23:02 +0000 (06:23 +0000)]
Special:Randompage with no parameters now selects a random page from any namespace in $wgContentNamespaces, rather than just from NS_MAIN.

16 years agoUpdate and clarification.
Rotem Liss [Fri, 22 Jun 2007 06:19:15 +0000 (06:19 +0000)]
Update and clarification.

16 years ago*Increase RC prune change to 1/100
Aaron Schulz [Fri, 22 Jun 2007 02:08:22 +0000 (02:08 +0000)]
*Increase RC prune change to 1/100

16 years ago*Clean up comment
Aaron Schulz [Fri, 22 Jun 2007 00:21:54 +0000 (00:21 +0000)]
*Clean up comment

16 years ago* Housekeeping:
Raimond Spekking [Thu, 21 Jun 2007 22:02:52 +0000 (22:02 +0000)]
* Housekeeping:
  Removing more untranslated, optional stuff from message files

16 years agoBug fix
Rob Church [Thu, 21 Jun 2007 21:18:29 +0000 (21:18 +0000)]
Bug fix

16 years agoi18n and better label text, don't assume all users speak robots.txt
Rob Church [Thu, 21 Jun 2007 20:58:48 +0000 (20:58 +0000)]
i18n and better label text, don't assume all users speak robots.txt

16 years ago* Allow wiki links in "protect-robotspolicy", I imagine people are likely to want...
Rob Church [Thu, 21 Jun 2007 20:50:29 +0000 (20:50 +0000)]
* Allow wiki links in "protect-robotspolicy", I imagine people are likely to want to link to help
* Typos

16 years agoPass through wpIgnoreWarning request parameter to the form.
Tim Starling [Thu, 21 Jun 2007 20:44:47 +0000 (20:44 +0000)]
Pass through wpIgnoreWarning request parameter to the form.

16 years agoUpdated translations for da
Anders Wegge Jakobsen [Thu, 21 Jun 2007 20:33:17 +0000 (20:33 +0000)]
Updated translations for da

16 years ago* (bug 10327) Update Swedish translations
Raimond Spekking [Thu, 21 Jun 2007 19:13:08 +0000 (19:13 +0000)]
* (bug 10327) Update Swedish translations
  Patch by Lejonel

16 years agoSome job cleanup:
Rob Church [Thu, 21 Jun 2007 19:11:24 +0000 (19:11 +0000)]
Some job cleanup:

* Move Jobs left in JobQueue.php to their own file
* Ditch $wgCustomJobs in favour of $wgJobClasses, which acts as a dictionary and allows extensions to add custom jobs
* Standardise Job derivative constructors and update everywhere
* Make sure all overriding implementations of Job::run() return true to avoid bogus "Error" report in runJobs.php

16 years agoAdding a direction mark, for RTL wikis (it may be better to localise the text, though).
Rotem Liss [Thu, 21 Jun 2007 16:08:11 +0000 (16:08 +0000)]
Adding a direction mark, for RTL wikis (it may be better to localise the text, though).

16 years agoUpdate and fix.
Rotem Liss [Thu, 21 Jun 2007 16:04:42 +0000 (16:04 +0000)]
Update and fix.

16 years ago* (bug 9415) Added options to Special:Protect to allow setting of per-page robot
Raimond Spekking [Thu, 21 Jun 2007 15:51:28 +0000 (15:51 +0000)]
* (bug 9415) Added options to Special:Protect to allow setting of per-page robot
  policies. This can be done only by users with the 'editrobots' permission
  Based on a patch of AmiDaniel

16 years ago*Add wfQueriesMustScale(), a quick dirt way to see whether we can get away with ineff...
Aaron Schulz [Thu, 21 Jun 2007 15:29:05 +0000 (15:29 +0000)]
*Add wfQueriesMustScale(), a quick dirt way to see whether we can get away with inefficient queries or if the job queue is best. Will likely need tweaking.

16 years agoRemove errant return, breaks switch statement for 'htmlCacheUpdate' jobs
Rob Church [Thu, 21 Jun 2007 14:21:44 +0000 (14:21 +0000)]
Remove errant return, breaks switch statement for 'htmlCacheUpdate' jobs

16 years ago*Add $wgCustomJobs for adding functions/subclasses to jobqueue
Aaron Schulz [Thu, 21 Jun 2007 14:12:50 +0000 (14:12 +0000)]
*Add $wgCustomJobs for adding functions/subclasses to jobqueue

17 years agoLanguage stub for the Wolof language, setting fallback to French
Jens Frank [Thu, 21 Jun 2007 12:05:30 +0000 (12:05 +0000)]
Language stub for the Wolof language, setting fallback to French

17 years agoMinor code refactoring
Rob Church [Thu, 21 Jun 2007 11:50:15 +0000 (11:50 +0000)]
Minor code refactoring

17 years ago(bug 10325) Fix regression in form action on Special:Listusers
Rob Church [Thu, 21 Jun 2007 11:41:24 +0000 (11:41 +0000)]
(bug 10325) Fix regression in form action on Special:Listusers

17 years agoPrevent error on viewing [[Special:Allmessages]] when LocalSettings.php includes
Nick Jenkins [Thu, 21 Jun 2007 04:28:06 +0000 (04:28 +0000)]
Prevent error on viewing [[Special:Allmessages]] when LocalSettings.php includes
a custom file that extends the ApiQueryGeneratorBase abstract base class, by adding
ApiQueryGeneratorBase to the list of classes that the autoloader knows how to handle.

17 years ago*Use wfSuppressWarnings() instead of error_reporting()
Aaron Schulz [Wed, 20 Jun 2007 22:25:39 +0000 (22:25 +0000)]
*Use wfSuppressWarnings() instead of error_reporting()

17 years ago*More system date bitching
Aaron Schulz [Wed, 20 Jun 2007 20:33:44 +0000 (20:33 +0000)]
*More system date bitching

17 years ago* Throw a showstopper exception when a hook function fails to return a value.
Brion Vibber [Wed, 20 Jun 2007 19:35:17 +0000 (19:35 +0000)]
* Throw a showstopper exception when a hook function fails to return a value.
  Forgetting to give a 'true' return value is a very common error which tends
  to cause hard-to-track-down interactions between extensions.

17 years ago*error_reporting() again...sigh
Aaron Schulz [Wed, 20 Jun 2007 18:49:54 +0000 (18:49 +0000)]
*error_reporting() again...sigh

17 years ago*Goddamn hack, modify error level temporarily while some dates are parsed so as not...
Aaron Schulz [Wed, 20 Jun 2007 18:41:15 +0000 (18:41 +0000)]
*Goddamn hack, modify error level temporarily while some dates are parsed so as not to make E_STRICT unusable due to local time complaint floodage

17 years ago* Housekeeping:
Raimond Spekking [Wed, 20 Jun 2007 16:50:28 +0000 (16:50 +0000)]
* Housekeeping:
  Make messages 'isbn' and 'booksources-isbn' optional as ISBN is untranslated in all latin and most non-latin script languages.
  Removing theses messages from message files.

17 years ago* (bug 10296) Update Albanian language
Raimond Spekking [Wed, 20 Jun 2007 16:06:01 +0000 (16:06 +0000)]
* (bug 10296) Update Albanian language
  based on [[sq:special:allmessages]]

17 years ago(bug 8890) Enable wiki text for "license" message
Rob Church [Wed, 20 Jun 2007 07:46:44 +0000 (07:46 +0000)]
(bug 8890) Enable wiki text for "license" message

17 years agofix total breakage of image revert
Tim Starling [Wed, 20 Jun 2007 07:40:42 +0000 (07:40 +0000)]
fix total breakage of image revert

17 years agoI even had it written on a post-it, and I still forgot to reset this before committing...
Rob Church [Wed, 20 Jun 2007 07:31:13 +0000 (07:31 +0000)]
I even had it written on a post-it, and I still forgot to reset this before committing...

17 years ago(bug 9328) Use "revision-info-current" message in place of "revision-info" when viewi...
Rob Church [Wed, 20 Jun 2007 07:28:45 +0000 (07:28 +0000)]
(bug 9328) Use "revision-info-current" message in place of "revision-info" when viewing the current revision of a page, if available - ignored if blank or contains "-"

17 years agoRemoved mImageTimestamps, use the OutputPageParserOutput hook.
Tim Starling [Wed, 20 Jun 2007 07:13:56 +0000 (07:13 +0000)]
Removed mImageTimestamps, use the OutputPageParserOutput hook.

17 years agoRemoved mImageTimestamps, if an extension needs this then it can be set in a ParserAf...
Tim Starling [Wed, 20 Jun 2007 07:10:06 +0000 (07:10 +0000)]
Removed mImageTimestamps, if an extension needs this then it can be set in a ParserAfterTidy hook, using a single DB query.

17 years ago(bug 9696) Fix handling of brace transformations in "pagemovedtext"
Rob Church [Wed, 20 Jun 2007 07:02:06 +0000 (07:02 +0000)]
(bug 9696) Fix handling of brace transformations in "pagemovedtext"

17 years ago* (bug 10313) "create this page" link in pt-br message file fixed
Raimond Spekking [Tue, 19 Jun 2007 22:34:39 +0000 (22:34 +0000)]
* (bug 10313) "create this page" link in pt-br message file fixed

17 years ago* Avoid PHP notice errors when doing HTTP proxy purges for an empty list
Brion Vibber [Tue, 19 Jun 2007 21:13:17 +0000 (21:13 +0000)]
* Avoid PHP notice errors when doing HTTP proxy purges for an empty list
* As intended, *skip* the HTTP proxy purges when doing HTCP purges

17 years ago* (bug 10309) Initialise parser state properly in extractSections(), fixes
Brion Vibber [Tue, 19 Jun 2007 16:00:11 +0000 (16:00 +0000)]
* (bug 10309) Initialise parser state properly in extractSections(), fixes
  some cases where section edits broke because tags were improperly stripped

17 years agoparser test cases for bug 10309
Brion Vibber [Tue, 19 Jun 2007 15:49:46 +0000 (15:49 +0000)]
parser test cases for bug 10309

17 years agoFix regression introduced in r23023; use the right function name when calling to...
Brion Vibber [Tue, 19 Jun 2007 15:11:20 +0000 (15:11 +0000)]
Fix regression introduced in r23023; use the right function name when calling to load file properties :)

17 years ago* Support wiki text in all query page headers
Rob Church [Tue, 19 Jun 2007 15:06:15 +0000 (15:06 +0000)]
* Support wiki text in all query page headers
* Add 'Orphanedpages' as an alias to Special:Lonelypages

17 years agoOur release manager believes I need to be shot. I am a mindless drone without opinion...
Rob Church [Tue, 19 Jun 2007 14:42:46 +0000 (14:42 +0000)]
Our release manager believes I need to be shot. I am a mindless drone without opinion in this matter.

17 years agoRevert r23094 for the moment; gives misleading number when paging long lists
Brion Vibber [Tue, 19 Jun 2007 14:27:08 +0000 (14:27 +0000)]
Revert r23094 for the moment; gives misleading number when paging long lists

17 years ago* Allow wikilinks in header of Special:Withoutinterwiki
Raimond Spekking [Tue, 19 Jun 2007 13:38:14 +0000 (13:38 +0000)]
* Allow wikilinks in header of Special:Withoutinterwiki
* Whitespaces

17 years ago* Add number of links to Special:Whatlinkshere
Raimond Spekking [Tue, 19 Jun 2007 13:02:51 +0000 (13:02 +0000)]
* Add number of links to Special:Whatlinkshere
  No need to change message name and break ~ 80 localizations, it's a cosmetic change only

17 years ago* Updates
Niklas Laxström [Mon, 18 Jun 2007 20:25:52 +0000 (20:25 +0000)]
* Updates

17 years agoRemoving accidentally inserted parts from kk-tr file
Raimond Spekking [Mon, 18 Jun 2007 19:23:48 +0000 (19:23 +0000)]
Removing accidentally inserted parts from kk-tr file

17 years ago*Add username and talk to newbie contribs (bug 10306)
Aaron Schulz [Mon, 18 Jun 2007 18:03:38 +0000 (18:03 +0000)]
*Add username and talk to newbie contribs (bug 10306)

17 years ago* (bug 10305) Update Chinese translations
Raimond Spekking [Mon, 18 Jun 2007 15:37:49 +0000 (15:37 +0000)]
* (bug 10305) Update Chinese translations
  Patch by Shinjiman
* Update German

17 years agodon't mix spaces and tabs in code examples, or the WHITESPACE GODS SHALL SMITE THEE
Brion Vibber [Mon, 18 Jun 2007 15:37:10 +0000 (15:37 +0000)]
don't mix spaces and tabs in code examples, or the WHITESPACE GODS SHALL SMITE THEE

17 years agowhitespace consistency
Brion Vibber [Mon, 18 Jun 2007 15:34:04 +0000 (15:34 +0000)]
whitespace consistency

17 years agocap consistency; testing commit notices
Brion Vibber [Mon, 18 Jun 2007 15:30:39 +0000 (15:30 +0000)]
cap consistency; testing commit notices

17 years agoremove extra whitespace; testing commit notifications
Brion Vibber [Mon, 18 Jun 2007 15:25:13 +0000 (15:25 +0000)]
remove extra whitespace; testing commit notifications

17 years agosome minor fixlets, checking commit notifications
Brion Vibber [Mon, 18 Jun 2007 15:20:13 +0000 (15:20 +0000)]
some minor fixlets, checking commit notifications

17 years ago* Escape the output of magic variables that return page name or part of it
Niklas Laxström [Mon, 18 Jun 2007 13:34:07 +0000 (13:34 +0000)]
* Escape the output of magic variables that return page name or part of it

17 years agoKurdish interface latin/arabic writing script system with transliteration
Raimond Spekking [Mon, 18 Jun 2007 12:55:01 +0000 (12:55 +0000)]
Kurdish interface latin/arabic writing script system with transliteration
Adapted from Kazakh interface
Interface messages in Arabic script will be translated by Kurdish Wikipedia community

17 years agoUpdate per r22013
Rob Church [Mon, 18 Jun 2007 12:11:36 +0000 (12:11 +0000)]
Update per r22013

17 years ago* (bug 9742) Update Lithuanian translations
Raimond Spekking [Mon, 18 Jun 2007 08:04:29 +0000 (08:04 +0000)]
* (bug 9742) Update Lithuanian translations
  Patch by Edgaras

17 years ago* (bug 7859) Update Kazakh translations
Raimond Spekking [Mon, 18 Jun 2007 07:49:23 +0000 (07:49 +0000)]
* (bug 7859) Update Kazakh translations
  Patch by AlefZet

17 years agoBug #10228 : don't show 1, when we can show 0. Literally. Yay.
Domas Mituzas [Mon, 18 Jun 2007 07:37:43 +0000 (07:37 +0000)]
Bug #10228 : don't show 1, when we can show 0. Literally. Yay.

17 years agoFixed regression in file type detection -- use the real file extension not the tempor...
Tim Starling [Mon, 18 Jun 2007 06:35:20 +0000 (06:35 +0000)]
Fixed regression in file type detection -- use the real file extension not the temporary file extension

17 years ago* Allow the extension used for mime type detection to be different from the temporary...
Tim Starling [Mon, 18 Jun 2007 06:33:48 +0000 (06:33 +0000)]
* Allow the extension used for mime type detection to be different from the temporary file extension
* Fixed detection of script type from shell-style #! line
* When loading type info files, don't rely on $IP being the working directory
* Formatting

17 years agoAPI: enh 10260: Added page protection status query in prop=info. Applied modified...
Yuri Astrakhan [Mon, 18 Jun 2007 02:00:23 +0000 (02:00 +0000)]
API: enh 10260: Added page protection status query in prop=info. Applied modified patch from Roan Kattouw.

17 years agoIndonesian (id) localisation updates.
Ivan Lanin [Mon, 18 Jun 2007 00:43:56 +0000 (00:43 +0000)]
Indonesian (id) localisation updates.

17 years agoUpdate.
Rotem Liss [Sun, 17 Jun 2007 14:58:57 +0000 (14:58 +0000)]
Update.

17 years agoUpdated translations for da
Anders Wegge Jakobsen [Sun, 17 Jun 2007 10:15:36 +0000 (10:15 +0000)]
Updated translations for da

17 years agoAPI: Added filter by namespace to links & templates query - bug 10275
Yuri Astrakhan [Sun, 17 Jun 2007 08:50:35 +0000 (08:50 +0000)]
API: Added filter by namespace to links & templates query - bug 10275
Patch by Roan Kattouw with minor mod.

17 years agoAPI: Fixed regression bug 10274: generator=watchlist complains about gwlprop even...
Yuri Astrakhan [Sun, 17 Jun 2007 08:25:16 +0000 (08:25 +0000)]
API: Fixed regression bug 10274: generator=watchlist complains about gwlprop even if it's not set
Thanks to Roan Kattouw

17 years agoAdd checks for common comma errors.
Greg Sabino Mullane [Sun, 17 Jun 2007 02:09:21 +0000 (02:09 +0000)]
Add checks for common comma errors.

17 years agoAdd ipb_block_email column
Greg Sabino Mullane [Sat, 16 Jun 2007 18:25:14 +0000 (18:25 +0000)]
Add ipb_block_email column

17 years agoLink trail
Tim Starling [Sat, 16 Jun 2007 18:03:55 +0000 (18:03 +0000)]
Link trail

17 years ago* Group log output by date
Niklas Laxström [Sat, 16 Jun 2007 16:45:36 +0000 (16:45 +0000)]
* Group log output by date
* Use "all-logs-page" instead of "logs" for page which combines all logs

17 years ago* Random cleanup (where does this all come from?)
Niklas Laxström [Sat, 16 Jun 2007 16:24:42 +0000 (16:24 +0000)]
* Random cleanup (where does this all come from?)

17 years agovarchars exist for a reason (or rather, static length doesn't add too much performanc...
Domas Mituzas [Sat, 16 Jun 2007 08:08:05 +0000 (08:08 +0000)]
varchars exist for a reason (or rather, static length doesn't add too much performance in paged datastores) - still needs updater and sync to all other table definition files

17 years agoRevert r20429, doesn't work.
Tim Starling [Sat, 16 Jun 2007 04:36:17 +0000 (04:36 +0000)]
Revert r20429, doesn't work.

17 years agoFix heredoc vim syntax highlighting
Tim Starling [Sat, 16 Jun 2007 02:58:00 +0000 (02:58 +0000)]
Fix heredoc vim syntax highlighting

17 years agoLess debug output
Tim Starling [Sat, 16 Jun 2007 02:56:48 +0000 (02:56 +0000)]
Less debug output

17 years agoOn reupload, add a null revision to the image description page
Tim Starling [Sat, 16 Jun 2007 02:56:19 +0000 (02:56 +0000)]
On reupload, add a null revision to the image description page

17 years ago* Split off ultimate base class FileRepo from FSRepo
Tim Starling [Sat, 16 Jun 2007 02:55:25 +0000 (02:55 +0000)]
* Split off ultimate base class FileRepo from FSRepo
* Use rawurlencode() for paths instead of urlencode()
* Moved functionality of LocalFile::loadFromFile() to a public static function. This allows Special:Upload to entirely avoid loading metadata from the (potentially remote) store. Changed purgeMetadataCache() to use loadFromDB() instead of loadFromFile().
* Redefined private virtual URLs, giving them a repo name component instead of a host.
* Moved is_writable($wgUploadDirectory) in SpecialUpload.php to the repo
* Added some filename validation to the FSRepo's store/publish
* Changed store and publish to use relative destinations instead of absolute, as was documented
* Deprecated File::recordUpload()! Now use upload() to do both publish and record. Moved the UI bits to SpecialUpload.
* Create a null revision on reupload
* Changed most of the member variable names in UploadForm. $this->mUpload followed by some ambiguous word or abbreviation was not a good naming convention. Also did some reformatting and assorted code cleanup.

17 years agoAPI: Added categorymembers list ability.
Yuri Astrakhan [Sat, 16 Jun 2007 00:39:01 +0000 (00:39 +0000)]
API: Added categorymembers list ability.

17 years ago* (bug 8577) Fix some weird misapplications of time zones.
Brion Vibber [Fri, 15 Jun 2007 19:07:15 +0000 (19:07 +0000)]
* (bug 8577) Fix some weird misapplications of time zones.
  {{CURRENT*}} functions now consistently use UTC as intended, while
  {{LOCAL*}} functions return local time per server config or $wgLocaltimezone.
  Signature dates for Japanese and other languages including weekday now show
  the correct day to match the rest of the time in local time.

17 years agobug 10280: For table categorylinks, add cl_from to the cl_sortkey index
Yuri Astrakhan [Fri, 15 Jun 2007 18:37:38 +0000 (18:37 +0000)]
bug 10280: For table categorylinks, add cl_from to the cl_sortkey index

17 years ago* (bug 10265) Fix regression in category image gallery paging
Brion Vibber [Fri, 15 Jun 2007 15:02:44 +0000 (15:02 +0000)]
* (bug 10265) Fix regression in category image gallery paging

17 years agoUpdate.
Rotem Liss [Fri, 15 Jun 2007 11:02:03 +0000 (11:02 +0000)]
Update.