lhc/web/wiklou.git
15 years ago* Escaping, should also fix the weird double transform bug recently found
Niklas Laxström [Thu, 10 Jul 2008 19:51:25 +0000 (19:51 +0000)]
* Escaping, should also fix the weird double transform bug recently found

15 years agoRevert r37299. It's causing some extremely strange behavior that I can't pin down...
Aryeh Gregor [Thu, 10 Jul 2008 19:18:00 +0000 (19:18 +0000)]
Revert r37299.  It's causing some extremely strange behavior that I can't pin down.  Try copying the text =={{[[Navbox]]}}== into a page, where [[Template:Navbox]] is copied from enwiki.  An exhibit is up at <en.wikipedia.org/wiki/User:Simetrical/Tl_test> until this fix goes live.  This was reported at <http://en.wikipedia.org/wiki/Wikipedia:Village_pump_(technical)#Problem_with_.7B.7Btl.7D.7D_in_section_headers> by CapitalR; thanks to RockMFR for tracking down the revision that was causing it.

As a general rule, it would be a good idea to first split the functions off into their own file without changing them, and then refactor them in a separate commit.  Otherwise it's very hard to follow what's actually being changed.  (git actually tracks changes to functions when they're moved across files, incidentally, which is quite awesome.)

15 years agoFixes.
Rotem Liss [Thu, 10 Jul 2008 18:34:01 +0000 (18:34 +0000)]
Fixes.

15 years agoAdd overly wordy comment explaining why logs can't be filtered by prefix in $wgMiserM...
Aryeh Gregor [Thu, 10 Jul 2008 18:05:52 +0000 (18:05 +0000)]
Add overly wordy comment explaining why logs can't be filtered by prefix in $wgMiserMode, since I keep on forgetting.

15 years agoFixes for r37489:
Aryeh Gregor [Thu, 10 Jul 2008 18:04:32 +0000 (18:04 +0000)]
Fixes for r37489:
* Don't pass $data or $flags by reference.  They're never accessed again, so it makes no sense.
* Document in hooks.txt.
The interface for this hook seems very messy.  It seems like it would be much cleaner to expose $data as $url (null if stored locally); and $flags as an array, or something like that.  If the text is gzipped, the text can be extracted from the Revision and re-gzipped if you really want to for some strange reason.

15 years agoRevert r37490, 37493 for now -- 'NotifyOnPageChangeComplete hook added'
Brion Vibber [Thu, 10 Jul 2008 17:02:39 +0000 (17:02 +0000)]
Revert r37490, 37493 for now -- 'NotifyOnPageChangeComplete hook added'
The hook seems a bit odd; it triggers on some of the composes, but not all. There's another loop right after this one.
Also, there's no need to pass objects as references here.

15 years agoLocalisation updates: Adding/updating Persian translations
Huji [Thu, 10 Jul 2008 16:17:04 +0000 (16:17 +0000)]
Localisation updates: Adding/updating Persian translations

15 years ago(bug 14778) 'limit' parameter now applies to history feeds as well as history pages
Chad Horohoe [Thu, 10 Jul 2008 14:53:00 +0000 (14:53 +0000)]
(bug 14778) 'limit' parameter now applies to history feeds as well as history pages

15 years agoAPI: More cleanup:
Roan Kattouw [Thu, 10 Jul 2008 14:28:09 +0000 (14:28 +0000)]
API: More cleanup:
* Cleaning up some comments
* Breaking the description for iiurlwidth in two lines
* Clarifying the descriptions for amfilter and amlang

15 years agoForgot to change one strencode() to addQuotes()
Roan Kattouw [Thu, 10 Jul 2008 14:19:06 +0000 (14:19 +0000)]
Forgot to change one strencode() to addQuotes()

15 years agoAPI: Some cleanup and fixes before 1.13 is released:
Roan Kattouw [Thu, 10 Jul 2008 14:13:11 +0000 (14:13 +0000)]
API: Some cleanup and fixes before 1.13 is released:
* Fix regression from r37270: prop=categories paging was broken in generator mode.
* Fix drlimit=max, which was broken since r31384
* Use titleToKey() and keyToTitle() on title parts of the continue parameters in prop={links,templatelinks,categories,images}
* Use addQuotes() rather than strencode() in those same modules
* Don't trim message names in ammessages, it's stupid and undocumented
* Add $wgAPI{Meta,Prop,List}Modules to DefaultSettings.php explicitly

15 years agosome tweaks for the Language Converter
Shinjiman [Thu, 10 Jul 2008 13:56:23 +0000 (13:56 +0000)]
some tweaks for the Language Converter
patch by fdcn

15 years agoUpdate.
Rotem Liss [Thu, 10 Jul 2008 13:47:57 +0000 (13:47 +0000)]
Update.

15 years agoupdate Chinese conversion database
Shinjiman [Thu, 10 Jul 2008 13:40:12 +0000 (13:40 +0000)]
update Chinese conversion database

15 years ago* Consistent use of capitalization
Bryan Tong Minh [Thu, 10 Jul 2008 13:24:42 +0000 (13:24 +0000)]
* Consistent use of capitalization
* Add documentation

15 years agoLocalisation updates Cantonese, Chinese and Old/Late Time Chinese
Shinjiman [Thu, 10 Jul 2008 12:32:33 +0000 (12:32 +0000)]
Localisation updates Cantonese, Chinese and Old/Late Time Chinese

15 years agoNotifyOnPageChangeComplete description
Krzysztof Krzyzaniak [Thu, 10 Jul 2008 12:23:21 +0000 (12:23 +0000)]
NotifyOnPageChangeComplete description

15 years agoLocalisation updates: Adding/updating Persian translations
Huji [Thu, 10 Jul 2008 11:33:32 +0000 (11:33 +0000)]
Localisation updates: Adding/updating Persian translations
Also, messages.inc is updated to include the newly added message 'historysize'

15 years agoNotifyOnPageChangeComplete hook added
Krzysztof Krzyzaniak [Thu, 10 Jul 2008 11:10:48 +0000 (11:10 +0000)]
NotifyOnPageChangeComplete hook added

15 years agoExtend RevisionInsertComplete hook (bug 14780)
Aaron Schulz [Thu, 10 Jul 2008 10:30:45 +0000 (10:30 +0000)]
Extend RevisionInsertComplete hook (bug 14780)

15 years agoFix message
Victor Vasiliev [Thu, 10 Jul 2008 08:57:13 +0000 (08:57 +0000)]
Fix message

15 years ago* Why on earth is this using content language
Niklas Laxström [Thu, 10 Jul 2008 08:33:50 +0000 (08:33 +0000)]
* Why on earth is this using content language

15 years agoFix previous commit (removed accidentally commited wfVarDump change + whitespace...
Victor Vasiliev [Thu, 10 Jul 2008 08:32:34 +0000 (08:32 +0000)]
Fix previous commit (removed accidentally commited wfVarDump change + whitespace fix)

15 years ago* Date formats for Khmer
Niklas Laxström [Thu, 10 Jul 2008 08:17:17 +0000 (08:17 +0000)]
* Date formats for Khmer

15 years ago* (bug 14772) Disallow moving images to invalid titles
Victor Vasiliev [Thu, 10 Jul 2008 08:16:58 +0000 (08:16 +0000)]
* (bug 14772) Disallow moving images to invalid titles

15 years ago* Optimize image size for common/images/cyrl/*
Victor Vasiliev [Thu, 10 Jul 2008 08:02:52 +0000 (08:02 +0000)]
* Optimize image size for common/images/cyrl/*

15 years ago* (bug 451) Improve the phrase mappings of the Chinese converter arrays.
Shinjiman [Thu, 10 Jul 2008 07:51:15 +0000 (07:51 +0000)]
* (bug 451) Improve the phrase mappings of the Chinese converter arrays.

15 years ago* WTF was I thinking...
Niklas Laxström [Thu, 10 Jul 2008 07:44:32 +0000 (07:44 +0000)]
* WTF was I thinking...

15 years ago* Plural for Maltese
Niklas Laxström [Thu, 10 Jul 2008 07:37:45 +0000 (07:37 +0000)]
* Plural for Maltese

15 years ago* Fix regression in 37317, random content going into logs
Niklas Laxström [Thu, 10 Jul 2008 07:09:46 +0000 (07:09 +0000)]
* Fix regression in 37317, random content going into logs

15 years agoRevert r37443 for the moment:
Brion Vibber [Thu, 10 Jul 2008 04:47:25 +0000 (04:47 +0000)]
Revert r37443 for the moment:
* Code duplication of validity checks between wfIsValidFileName() and UploadForm::internalProcessUpload() -- this guarantees behavior will become inconsistent over time. Move the normalization into a single place.
* The additional chars excluded for Windows don't cover the entire set of illegal chars. There are several more punctuation characters, plus general issues such as all non-ASCII characters.
* Application of filesystem rules based on OS could result in strange inconsistent behavior; alternate filestore backends could support different sets of legal characters.
* No clear reason for the change to wfVarDump(); var_export works just fine and doesn't use the fragile output buffering

15 years ago* Forbid files with * and ? to be uploaded under Windows (it caused internal errors...
Victor Vasiliev [Wed, 9 Jul 2008 21:11:08 +0000 (21:11 +0000)]
* Forbid files with * and ? to be uploaded under Windows (it caused internal errors since such characters are illegal there)
* Forbid files to be moved to invalid filenames
* wfVarDump() should use var_dump(), not var_export()

15 years agoAdd recentlinkchanges table.
Greg Sabino Mullane [Wed, 9 Jul 2008 20:01:25 +0000 (20:01 +0000)]
Add recentlinkchanges table.

15 years agoSupport latest schema changes.
Greg Sabino Mullane [Wed, 9 Jul 2008 19:33:21 +0000 (19:33 +0000)]
Support latest schema changes.

15 years agoThat (1) qualifier on tinyint - I do not think it means what you think it means.
Greg Sabino Mullane [Wed, 9 Jul 2008 19:32:48 +0000 (19:32 +0000)]
That (1) qualifier on tinyint - I do not think it means what you think it means.

15 years agoAdd recentlinkchanges table for Postgres
Greg Sabino Mullane [Wed, 9 Jul 2008 19:25:47 +0000 (19:25 +0000)]
Add recentlinkchanges table for Postgres

15 years agoNo tabs, please. Other minor whitespace fixes.
Greg Sabino Mullane [Wed, 9 Jul 2008 19:07:07 +0000 (19:07 +0000)]
No tabs, please. Other minor whitespace fixes.

15 years ago(bug 14763) Strict standards issue in DatabasePostgres (also happened with DatabaseOr...
Chad Horohoe [Wed, 9 Jul 2008 18:14:01 +0000 (18:14 +0000)]
(bug 14763) Strict standards issue in DatabasePostgres (also happened with DatabaseOracle, no one reported it though).

15 years agoRevert the rest of r37393 -- appears to be debugging stuff accidentally committed
Brion Vibber [Wed, 9 Jul 2008 17:49:51 +0000 (17:49 +0000)]
Revert the rest of r37393 -- appears to be debugging stuff accidentally committed

15 years agoTweak to r37385: put the timestamp format normalization on the input read (Revision...
Brion Vibber [Wed, 9 Jul 2008 17:41:02 +0000 (17:41 +0000)]
Tweak to r37385: put the timestamp format normalization on the input read (Revision::getTimestampFromId()) instead of the middle tier (Skin::lastModified())

15 years ago* Let's still keep the historysize, it is used by extensions currently
Niklas Laxström [Wed, 9 Jul 2008 16:56:26 +0000 (16:56 +0000)]
* Let's still keep the historysize, it is used by extensions currently

15 years agofix to r37375 -- spell fieldset correctly :)
Brion Vibber [Wed, 9 Jul 2008 16:49:44 +0000 (16:49 +0000)]
fix to r37375 -- spell fieldset correctly :)

15 years agoLocalisation updates: Adding/updating Persian translations
Huji [Wed, 9 Jul 2008 16:04:24 +0000 (16:04 +0000)]
Localisation updates: Adding/updating Persian translations

15 years agoPartial revert of r37393
Alexandre Emsenhuber [Wed, 9 Jul 2008 15:42:14 +0000 (15:42 +0000)]
Partial revert of r37393

15 years agoimproved integration into category bar. Note: options is not functional until SkinJo...
Daniel Kinzler [Wed, 9 Jul 2008 15:05:25 +0000 (15:05 +0000)]
improved integration into category bar. Note:  options is not functional until SkinJoinCategoryLinks hook is implemented (merge pending)

15 years agoFix regression from r37158, Article::lastModified() now works on non-mySQL schemas...
Chad Horohoe [Wed, 9 Jul 2008 12:27:34 +0000 (12:27 +0000)]
Fix regression from r37158, Article::lastModified() now works on non-mySQL schemas again. Patch by OverlordQ.

15 years agoLocalisation updates: Adding/updating Persian translations
Huji [Wed, 9 Jul 2008 12:06:35 +0000 (12:06 +0000)]
Localisation updates: Adding/updating Persian translations

15 years ago* Added flag "top" to list=usercontribs if the user is the last contributor to the...
Bryan Tong Minh [Wed, 9 Jul 2008 11:44:49 +0000 (11:44 +0000)]
* Added flag "top" to list=usercontribs if the user is the last contributor to the page
* Limited API section in RELEASE-NOTES to 80 chars

15 years agoMove the hook 'NewRevisionFromEditComplete'
Raimond Spekking [Wed, 9 Jul 2008 11:30:34 +0000 (11:30 +0000)]
Move the hook 'NewRevisionFromEditComplete'
It should not run if a belated edit conflict occurs.
Issue reported by the German community after some weired revision histories were found.

15 years agoUpdate and fixes.
Rotem Liss [Wed, 9 Jul 2008 09:31:16 +0000 (09:31 +0000)]
Update and fixes.

15 years agoRemoving the ordered list workaround for Firefox in RTL: Firefox 3, released a few...
Rotem Liss [Wed, 9 Jul 2008 09:28:10 +0000 (09:28 +0000)]
Removing the ordered list workaround for Firefox in RTL: Firefox 3, released a few weeks ago, fixes this issue. The workaround causes problems with the numbering in Firefox. I think that it is better to remove this workaround because of its problems.

The unordered list workaround does not seem to cause problems; it should stay until most Firefox users upgrade to Firefox 3.

15 years ago* More fixes to misuse of wfmsg functions
Niklas Laxström [Wed, 9 Jul 2008 09:17:20 +0000 (09:17 +0000)]
* More fixes to misuse of wfmsg functions
* Should fix bug 14767

15 years ago* Fix some misuse of message functions
Niklas Laxström [Wed, 9 Jul 2008 09:10:23 +0000 (09:10 +0000)]
* Fix some misuse of message functions
* Part of bug 14767
* This code duplication makes me puke
* Removed historysize, redundant when we have nbytes

15 years agoFatal errors are bad
Andrew Garrett [Wed, 9 Jul 2008 08:21:51 +0000 (08:21 +0000)]
Fatal errors are bad

15 years ago* (bug 14604) Update LanguageConverter for compatibility on -{*|xxx}- usage
Shinjiman [Wed, 9 Jul 2008 08:16:39 +0000 (08:16 +0000)]
* (bug 14604) Update LanguageConverter for compatibility on -{*|xxx}- usage
  patch by fdcn

15 years agoLocalisation updates Cantonese, Chinese and Old/Late Time Chinese
Shinjiman [Wed, 9 Jul 2008 08:05:49 +0000 (08:05 +0000)]
Localisation updates Cantonese, Chinese and Old/Late Time Chinese
Localisation updates Cantonese and Chinese for extension messages

15 years agoCore change for AbuseFilter extension: allow log entries to specify the doer of the...
Andrew Garrett [Wed, 9 Jul 2008 06:44:31 +0000 (06:44 +0000)]
Core change for AbuseFilter extension: allow log entries to specify the doer of the action.

15 years agoRemove "experimental" tag from MySQL 4.1+ character set options, and warn users again...
Tim Starling [Wed, 9 Jul 2008 06:20:52 +0000 (06:20 +0000)]
Remove "experimental" tag from MySQL 4.1+ character set options, and warn users against using the "backwards-compatble" mode instead, which, it turns out, is a whole lot worse than any problem we've ever had with the so-called experimental modes. Make mysql5-binary the default. Explain the difference between the two 4.1+ modes.

15 years agoUpdated various things in the docs directory. Completely rewrote skin.txt, updated...
Tim Starling [Wed, 9 Jul 2008 05:50:05 +0000 (05:50 +0000)]
Updated various things in the docs directory. Completely rewrote skin.txt, updated database.txt, memcached.txt and title.txt.

15 years agoCleanup r37317 -- let's make this a little more legible. :)
Brion Vibber [Wed, 9 Jul 2008 01:17:41 +0000 (01:17 +0000)]
Cleanup r37317 -- let's make this a little more legible. :)

15 years agoRevert r37295 "(bug 14159) Use of MEMCACHE_COMPRESSED constant causes an E_NOTICE...
Brion Vibber [Wed, 9 Jul 2008 01:07:49 +0000 (01:07 +0000)]
Revert r37295 "(bug 14159) Use of MEMCACHE_COMPRESSED constant causes an E_NOTICE on PHP installs with the Memcache module installed. Renamed to MEMCACHE_MCOMPRESSED."
No such constant is modified here... there's a class constant instead which is being renamed, apparently for no reason.

15 years agoLocalisation updates for core messages from Betawiki (2008-07-08 23:21 CEST)
Siebrand Mazeland [Tue, 8 Jul 2008 23:02:00 +0000 (23:02 +0000)]
Localisation updates for core messages from Betawiki (2008-07-08 23:21 CEST)

15 years agoLocalisation updates German
Raimond Spekking [Tue, 8 Jul 2008 21:29:02 +0000 (21:29 +0000)]
Localisation updates German

15 years ago(bug 14758) unknown_action message was output twice, once formatted and once unformatted
Roan Kattouw [Tue, 8 Jul 2008 20:53:41 +0000 (20:53 +0000)]
(bug 14758) unknown_action message was output twice, once formatted and once unformatted

15 years ago* Removing sitesupport messages from core.
Rotem Liss [Tue, 8 Jul 2008 20:49:20 +0000 (20:49 +0000)]
* Removing sitesupport messages from core.
* Moving sitesupport tooltip to WikimediaMessages.

15 years agoBuuuump for r37320
Chad Horohoe [Tue, 8 Jul 2008 18:18:47 +0000 (18:18 +0000)]
Buuuump for r37320

15 years agoMissing param to wfDeprecated()
Alexandre Emsenhuber [Tue, 8 Jul 2008 17:27:50 +0000 (17:27 +0000)]
Missing param to wfDeprecated()

15 years ago(bug 13588) Experimentally track link changes if $wgTrackLinkChanges is set to true...
Bryan Tong Minh [Tue, 8 Jul 2008 15:02:07 +0000 (15:02 +0000)]
(bug 13588) Experimentally track link changes if $wgTrackLinkChanges is set to true. Requires schema change.

15 years agoWikibits no longer uses document.write() (fixes bug 2186).
Chad Horohoe [Tue, 8 Jul 2008 14:49:58 +0000 (14:49 +0000)]
Wikibits no longer uses document.write() (fixes bug 2186).

15 years agoRedirects on Special:FewestRevisions are now marked as such (bug 9736)
Chad Horohoe [Tue, 8 Jul 2008 13:53:38 +0000 (13:53 +0000)]
Redirects on Special:FewestRevisions are now marked as such (bug 9736)

15 years agoFix weirdness in Userrights and derived pages where no groups didn't appear as (none)
Andrew Garrett [Tue, 8 Jul 2008 13:45:40 +0000 (13:45 +0000)]
Fix weirdness in Userrights and derived pages where no groups didn't appear as (none)

15 years agoUpdate for he.
Rotem Liss [Tue, 8 Jul 2008 13:10:44 +0000 (13:10 +0000)]
Update for he.

15 years ago* Slightly less crackolicious implementation of --compare, which doesn't require...
Tim Starling [Tue, 8 Jul 2008 12:59:51 +0000 (12:59 +0000)]
* Slightly less crackolicious implementation of --compare, which doesn't require writing all the test results to a transactional database and then rolling them back. Write the results only with --record, and compare with PHP instead of SQL.
* Revert revert r37284 and fix --record/--compare
* Fix interaction of --record/--compare with --regex
* Use a separate DB connection for writing test results, so that it can actually be rolled back, say on ctrl-c. Uses the fun new LBFactory feature from r37302.

15 years ago* LBFactory is not really much of a factory if it doesn't have new*() functions,...
Tim Starling [Tue, 8 Jul 2008 10:41:08 +0000 (10:41 +0000)]
* LBFactory is not really much of a factory if it doesn't have new*() functions, is it? Introduced them, for use in parserTests.inc.
* Came up with a neater way to micro-optimise local section determination.
* Renamed LBFactory::destroy() to LBFactory::destroyInstance(), and made it close connections since apparently that's not done by default when the connection resources are destroyed.
* Removed Database::$mOut, hasn't been used for a while and it dirties up var_dump($db)

15 years agoRemoving segment in Simple's main.css that was adding (!) English text for every...
Jon Harald Søby [Tue, 8 Jul 2008 10:35:34 +0000 (10:35 +0000)]
Removing segment in Simple's main.css that was adding (!)  English text for every language, without possibility of localisation.

15 years agoUser::editToken expects the salt as an array, not as variable length argument list.
Bryan Tong Minh [Tue, 8 Jul 2008 08:42:27 +0000 (08:42 +0000)]
User::editToken expects the salt as an array, not as variable length argument list.

15 years ago* Move message functions to own file
Niklas Laxström [Tue, 8 Jul 2008 08:05:54 +0000 (08:05 +0000)]
* Move message functions to own file
* Improve documentation
* Reduce code duplication
* Fix the braindamage that wfMsg and friends were doing transform, but in the wrong language

15 years ago* tweak some -{}- parsings
Shinjiman [Tue, 8 Jul 2008 02:34:11 +0000 (02:34 +0000)]
* tweak some -{}- parsings
* adding namespace aliases for the Chinese language (zh)
  patches by fdcn

15 years agoLocalisation updates Cantonese, Chinese and Old/Late Time Chinese
Shinjiman [Tue, 8 Jul 2008 02:20:23 +0000 (02:20 +0000)]
Localisation updates Cantonese, Chinese and Old/Late Time Chinese

15 years ago(bug 14159) Use of MEMCACHE_COMPRESSED constant causes an E_NOTICE on PHP installs...
Chad Horohoe [Tue, 8 Jul 2008 00:43:24 +0000 (00:43 +0000)]
(bug 14159) Use of MEMCACHE_COMPRESSED constant causes an E_NOTICE on PHP installs with the Memcache module installed. Renamed to MEMCACHE_MCOMPRESSED.

15 years ago* Add new hook NormalizeMessageKey to allow extensions to change what system message...
Ryan Schmidt [Mon, 7 Jul 2008 22:37:42 +0000 (22:37 +0000)]
* Add new hook NormalizeMessageKey to allow extensions to change what system message is being shown before any queries are made

15 years agoLocalisation updates German
Raimond Spekking [Mon, 7 Jul 2008 20:41:47 +0000 (20:41 +0000)]
Localisation updates German

15 years agoKill broken email footers
Brion Vibber [Mon, 7 Jul 2008 20:35:16 +0000 (20:35 +0000)]
Kill broken email footers

15 years agoRevert r37223 "keeping the consistence of the function name string"
Brion Vibber [Mon, 7 Jul 2008 20:27:52 +0000 (20:27 +0000)]
Revert r37223 "keeping the consistence of the function name string"
Incorrect use of UI language message in content-language text

15 years agoPartial revert of r37224
Brion Vibber [Mon, 7 Jul 2008 20:25:17 +0000 (20:25 +0000)]
Partial revert of r37224
"* Fix parserTests.php for replicated databases. Use CREATE TABLE instead of CREATE TEMPORARY TABLE if there is more than one server configured."

This caused the test runner to put the test prefix onto the testitem/testrun tables, breaking continuity with existing test run records.

15 years agoRevert r37281 "Split Compatibility functions to own file"
Brion Vibber [Mon, 7 Jul 2008 20:15:16 +0000 (20:15 +0000)]
Revert r37281 "Split Compatibility functions to own file"
This would make maintenance harder by duplicating information between GlobalFunctions.php and CompatibilityFunctions.php. If you forget to add a function to the list, the compat functions might not get loaded and you'll run into surprise errors.

15 years ago* Split Compatibility functions to own file
Niklas Laxström [Mon, 7 Jul 2008 19:54:43 +0000 (19:54 +0000)]
* Split Compatibility functions to own file

15 years agoRevert r37272 "Send $wgMimeType mime type for Special:Search template"
Brion Vibber [Mon, 7 Jul 2008 18:59:49 +0000 (18:59 +0000)]
Revert r37272 "Send $wgMimeType mime type for Special:Search template"
Clients will expect text/html specifically, and would not necessarily know that say application/xhtml+xml means the regular search page.

15 years agoBetter cache key name, better debug output.
Chad Horohoe [Mon, 7 Jul 2008 18:20:39 +0000 (18:20 +0000)]
Better cache key name, better debug output.

15 years agoTypo in prev commit.
Chad Horohoe [Mon, 7 Jul 2008 17:45:13 +0000 (17:45 +0000)]
Typo in prev commit.

15 years agoPatch name changed.
Chad Horohoe [Mon, 7 Jul 2008 17:43:47 +0000 (17:43 +0000)]
Patch name changed.

15 years agoSend $wgMimeType mime type for Special:Search template
Alexandre Emsenhuber [Mon, 7 Jul 2008 17:39:13 +0000 (17:39 +0000)]
Send $wgMimeType mime type for Special:Search template

15 years agoAPI: Add paging (i.e. limit and continue) parameters to prop={links,templatelinks...
Roan Kattouw [Mon, 7 Jul 2008 17:32:22 +0000 (17:32 +0000)]
API: Add paging (i.e. limit and continue) parameters to prop={links,templatelinks,langlinks,extlinks,categories,images}. This means that these modules will no longer request data from the database without a LIMIT, and that clients will have to use the query-continue method to get all the results.

15 years agoLocalisation updates German
Raimond Spekking [Mon, 7 Jul 2008 17:27:30 +0000 (17:27 +0000)]
Localisation updates German

15 years agoRemove unused (and seemingly useless) param from confirmDelete().
Chad Horohoe [Mon, 7 Jul 2008 16:56:32 +0000 (16:56 +0000)]
Remove unused (and seemingly useless) param from confirmDelete().

15 years agoUpdate description of img_sha1 index.
Chad Horohoe [Mon, 7 Jul 2008 16:24:00 +0000 (16:24 +0000)]
Update description of img_sha1 index.

15 years agoAPI list=alllinks:
Roan Kattouw [Mon, 7 Jul 2008 14:48:40 +0000 (14:48 +0000)]
API list=alllinks:
* Make paging actually work by ordering by namespace too
* Make paging in generator mode work by always requesting pl_title

15 years agoRemove cached svn version in r37249. Likely to be slower.
Chad Horohoe [Mon, 7 Jul 2008 14:00:15 +0000 (14:00 +0000)]
Remove cached svn version in r37249. Likely to be slower.

15 years agoDon't check block errors on account creation, we already explicitly check it earlier...
Chad Horohoe [Mon, 7 Jul 2008 13:12:38 +0000 (13:12 +0000)]
Don't check block errors on account creation, we already explicitly check it earlier in UserLogin and checking it here is rather annoying (causes "Block Account Creation" to break).

15 years agoKilling filesort in prop={links,templatelinks} when {pl,tl}namespace isn't set.
Roan Kattouw [Mon, 7 Jul 2008 13:08:03 +0000 (13:08 +0000)]
Killing filesort in prop={links,templatelinks} when {pl,tl}namespace isn't set.