lhc/web/wiklou.git
15 years ago* Lots and lots of docs
Chad Horohoe [Sun, 21 Sep 2008 14:22:23 +0000 (14:22 +0000)]
* Lots and lots of docs
* Cache the autoblock whitelist in $wgMemc
* Remove old commented out code from when 'infinity' wasn't really 'infinity' but just really far in the future

15 years agoRemove 'Error: ' in 'cant-block-while-blocked'. Not needed.
Siebrand Mazeland [Sun, 21 Sep 2008 14:21:26 +0000 (14:21 +0000)]
Remove 'Error: ' in 'cant-block-while-blocked'. Not needed.

15 years ago(bug 15642) Remove ability for blocked sysops to block other users.
Chad Horohoe [Sun, 21 Sep 2008 13:16:00 +0000 (13:16 +0000)]
(bug 15642) Remove ability for blocked sysops to block other users.

15 years agoRun query for people that don't have $wgMiserMode on for activeusers (bug 15666)
Aaron Schulz [Sun, 21 Sep 2008 13:00:11 +0000 (13:00 +0000)]
Run query for people that don't have $wgMiserMode on for activeusers (bug 15666)

15 years agoCore msg tweak. Explain what an "active user" is.
Chad Horohoe [Sun, 21 Sep 2008 12:37:00 +0000 (12:37 +0000)]
Core msg tweak. Explain what an "active user" is.

15 years agoFix syntax error
Siebrand Mazeland [Sun, 21 Sep 2008 11:38:09 +0000 (11:38 +0000)]
Fix syntax error

15 years agoLocalisation updates for core messages from Betawiki (2008-09-21 13:19 CEST)
Siebrand Mazeland [Sun, 21 Sep 2008 11:36:27 +0000 (11:36 +0000)]
Localisation updates for core messages from Betawiki (2008-09-21 13:19 CEST)

15 years agoRevert r41095, the bug is there because giving an error message as the return value...
Tim Starling [Sun, 21 Sep 2008 09:47:46 +0000 (09:47 +0000)]
Revert r41095, the bug is there because giving an error message as the return value from Article::getContent() is a terrible hack which should never have been allowed to survive this long. Move this crap to Article::view() or something.

15 years agoLog exceptions encountered in api.php. Check for null $wgRequest.
Tim Starling [Sun, 21 Sep 2008 09:38:55 +0000 (09:38 +0000)]
Log exceptions encountered in api.php. Check for null $wgRequest.

15 years ago* An attempt to fix bug 11119
Niklas Laxström [Sun, 21 Sep 2008 09:18:35 +0000 (09:18 +0000)]
* An attempt to fix bug 11119
* (bug 11119) {{grammar}} broken in noarticletext(anon) when ui lang != content lang

15 years agoFixed more wfGetDB() calls with no arguments.
Tim Starling [Sun, 21 Sep 2008 09:15:28 +0000 (09:15 +0000)]
Fixed more wfGetDB() calls with no arguments.

15 years agoMore specific error messages
Tim Starling [Sun, 21 Sep 2008 09:06:22 +0000 (09:06 +0000)]
More specific error messages

15 years agowfGetDB() needs a parameter.
Tim Starling [Sun, 21 Sep 2008 08:44:20 +0000 (08:44 +0000)]
wfGetDB() needs a parameter.

15 years agoLogging tweaks
Tim Starling [Sun, 21 Sep 2008 08:28:21 +0000 (08:28 +0000)]
Logging tweaks

15 years agoDebugging code left in, probably needs an option of some kind.
Tim Starling [Sun, 21 Sep 2008 08:10:48 +0000 (08:10 +0000)]
Debugging code left in, probably needs an option of some kind.

15 years agoRevert r40752. Causes lock contention on site_stats and other tracking tables, probab...
Tim Starling [Sun, 21 Sep 2008 07:56:09 +0000 (07:56 +0000)]
Revert r40752. Causes lock contention on site_stats and other tracking tables, probably also causes bug 15656. See wikitech-l.

15 years ago* $name is not defined here
Niklas Laxström [Sun, 21 Sep 2008 07:18:24 +0000 (07:18 +0000)]
* $name is not defined here

15 years agoRevert/rewrite of r40696.
Tim Starling [Sun, 21 Sep 2008 06:42:46 +0000 (06:42 +0000)]
Revert/rewrite of r40696.
* We used to have parameters to ignore errors, but they're obsolete now that we have exceptions. Implemented ES master failover using exceptions instead.
* Changing the number of DB connection attempts from 3 to 2 for some random getConnection() calls is almost pointless, adds lots of ugly formal parameters all of the place, and misses the big picture. It should be 2 by default, based on the original rationale. Any reasonable implementation of failover should have zero timeouts per request, by storing state. Changed the default to 2, or 1 if a long timeout is set.

15 years agoProhibit empty page titles at a low level
Aryeh Gregor [Sun, 21 Sep 2008 02:53:24 +0000 (02:53 +0000)]
Prohibit empty page titles at a low level

This adds a sanity check to EditPage::doEdit() that throws an exception if the Title's name (sans namespace) is empty.  Apparently the API edit module doesn't handle this error correctly at a high level, as evidenced by page 19405691 on enwiki.  I didn't try to test whether this extra check stops the particular error, but it doesn't hurt in any case.

15 years agoWhitespace/braces
Aryeh Gregor [Sun, 21 Sep 2008 02:53:16 +0000 (02:53 +0000)]
Whitespace/braces

15 years ago* Avoid doing templatelinks query (which can get huge) twice by adding cachupdate...
Aaron Schulz [Sat, 20 Sep 2008 22:48:55 +0000 (22:48 +0000)]
* Avoid doing templatelinks query (which can get huge) twice by adding cachupdate jobs using the same query as refreshlinks jobs do
* Don't trigger recursive jobs for nulls edits
* Some whitespace tweaks

15 years agoMove protection level and protection expiry information for title protection into...
Alex Z [Sat, 20 Sep 2008 16:08:08 +0000 (16:08 +0000)]
Move protection level and protection expiry information for title protection into log_params.

15 years agoDon't run hour-long, unlimited row-count DB queries with set_time_limit(0) in respons...
Tim Starling [Sat, 20 Sep 2008 15:00:53 +0000 (15:00 +0000)]
Don't run hour-long, unlimited row-count DB queries with set_time_limit(0) in response to unauthenticated web requests on the  Run them on the slave instead. Maybe we can crash the whole cluster instead of just a master or two.

Don't use DB_LAST, ever again.

15 years agoRemove unnecessary transaction
Aaron Schulz [Sat, 20 Sep 2008 14:37:50 +0000 (14:37 +0000)]
Remove unnecessary transaction

15 years agoUse cur_id condition alone so that it actually deletes the proper entries. (bug 15655)
Aaron Schulz [Sat, 20 Sep 2008 14:19:42 +0000 (14:19 +0000)]
Use cur_id condition alone so that it actually deletes the proper entries. (bug 15655)

15 years agoLocalisation updates Cantonese, Chinese and Old/Late Time Chinese
Shinjiman [Sat, 20 Sep 2008 10:31:07 +0000 (10:31 +0000)]
Localisation updates Cantonese, Chinese and Old/Late Time Chinese

15 years agoRevert r40909, still too slow for comfort
Aaron Schulz [Sat, 20 Sep 2008 09:02:35 +0000 (09:02 +0000)]
Revert r40909, still too slow for comfort

15 years agoUse normal, more patient, connection attempts for master connection here
Aaron Schulz [Sat, 20 Sep 2008 08:40:39 +0000 (08:40 +0000)]
Use normal, more patient, connection attempts for master connection here

15 years ago* Always log connection errors
Tim Starling [Sat, 20 Sep 2008 08:33:52 +0000 (08:33 +0000)]
* Always log connection errors
* Don't try to fetch the site notice, it will fail with the current code

15 years agoFixed two patrol bugs:
Tim Starling [Sat, 20 Sep 2008 07:55:14 +0000 (07:55 +0000)]
Fixed two patrol bugs:
* Return of ID instead of object from notifyNew() caused markPatrolled() to fail when the master and slave are different connections
* doMarkPatrolled() incorrectly checked for the patrol right instead of the autopatrol right when automatic patrol was requested.

Also fixed some formatting, more needed.

15 years agoAdd missing wfProfileOut( __METHOD__ );
Aaron Schulz [Sat, 20 Sep 2008 07:31:44 +0000 (07:31 +0000)]
Add missing wfProfileOut( __METHOD__ );

15 years agoAdd class to rows so admins can hide groups from Special:Statistics.
Victor Vasiliev [Sat, 20 Sep 2008 07:22:33 +0000 (07:22 +0000)]
Add class to rows so admins can hide groups from Special:Statistics.

15 years agoFix regression from r40636: footer is now parsed again
Aaron Schulz [Sat, 20 Sep 2008 06:52:01 +0000 (06:52 +0000)]
Fix regression from r40636: footer is now parsed again

15 years agoDon't double-escape search terms before highlighting. It's done once already SearchRe...
Tim Starling [Sat, 20 Sep 2008 06:18:43 +0000 (06:18 +0000)]
Don't double-escape search terms before highlighting. It's done once already SearchResultSet::termMatches(). Doing it twice results in / -> \/ -> \\/, literal backslash followed by end of regex. Not obvious in SearchMySQL because of stripForSearch(), but visible in MWSearch.

The fact that it's done in termMatches() already is hackish and undocumented, but I won't change it right now.

15 years agoFixed warning. QueryPage subclasses are required to allow construction with no constr...
Tim Starling [Sat, 20 Sep 2008 05:44:29 +0000 (05:44 +0000)]
Fixed warning. QueryPage subclasses are required to allow construction with no constructor parameters. This property is used by maintenance/updateSpecialPages.php.

15 years agoFix fatal error, addNewUserLogEntryAutoCreate is invoked non-statically from CentralA...
Tim Starling [Sat, 20 Sep 2008 05:32:30 +0000 (05:32 +0000)]
Fix fatal error, addNewUserLogEntryAutoCreate is invoked non-statically from CentralAuth and uses $this

15 years ago+doc
Chad Horohoe [Sat, 20 Sep 2008 04:04:51 +0000 (04:04 +0000)]
+doc

15 years agoLots of doc updates. Documented where I knew what it did. Added @see parameters to...
Chad Horohoe [Sat, 20 Sep 2008 03:57:16 +0000 (03:57 +0000)]
Lots of doc updates. Documented where I knew what it did. Added @see parameters to all of these wrappers for doxygen.

15 years agoRemove rage, looks unprofessional.
Tim Starling [Sat, 20 Sep 2008 03:49:48 +0000 (03:49 +0000)]
Remove rage, looks unprofessional.

15 years agoFix more doxygen stuff.
Chad Horohoe [Sat, 20 Sep 2008 03:44:09 +0000 (03:44 +0000)]
Fix more doxygen stuff.

15 years agoReverted r40719, plainly flawed, for instance the hard-coded references to index...
Tim Starling [Sat, 20 Sep 2008 02:55:02 +0000 (02:55 +0000)]
Reverted r40719, plainly flawed, for instance the hard-coded references to index.php have no place if the point is to make it work for other entry points.

15 years agowrap some long lines
Brion Vibber [Sat, 20 Sep 2008 00:05:04 +0000 (00:05 +0000)]
wrap some long lines

15 years agoCleanup to r41041. escape-noentities => escapenoentities
Chad Horohoe [Fri, 19 Sep 2008 19:06:57 +0000 (19:06 +0000)]
Cleanup to r41041. escape-noentities => escapenoentities

15 years ago+4 docs, -4 @todo's
Chad Horohoe [Fri, 19 Sep 2008 18:56:20 +0000 (18:56 +0000)]
+4 docs, -4 @todo's

15 years agoQuickie example adding $wgLang->commaList() to encapsulate use of 'comma-separator...
Brion Vibber [Fri, 19 Sep 2008 18:47:47 +0000 (18:47 +0000)]
Quickie example adding $wgLang->commaList() to encapsulate use of 'comma-separator' message.
Fixme: being in a hurry, I didn't make it work correctly for non-UI languages. It should grab from the appropriate lang, not just wfMsgExt.

15 years agoDrop $wgDBminWordLen from DefaultSettings.php -- hasn't been used since 1.6 dropped...
Brion Vibber [Fri, 19 Sep 2008 17:13:06 +0000 (17:13 +0000)]
Drop $wgDBminWordLen from DefaultSettings.php -- hasn't been used since 1.6 dropped MySQL 3.x support.

15 years agoopps, use trim() instead
Aaron Schulz [Fri, 19 Sep 2008 13:49:10 +0000 (13:49 +0000)]
opps, use trim() instead

15 years agoTweak edit comment space
Aaron Schulz [Fri, 19 Sep 2008 13:46:26 +0000 (13:46 +0000)]
Tweak edit comment space

15 years agoAdd accessor to $rootElement, rather than accessing it directly.
Chad Horohoe [Fri, 19 Sep 2008 13:39:30 +0000 (13:39 +0000)]
Add accessor to $rootElement, rather than accessing it directly.

15 years agoClean up inDnsBlacklist()
Aaron Schulz [Fri, 19 Sep 2008 11:42:24 +0000 (11:42 +0000)]
Clean up inDnsBlacklist()

15 years agoRemove some individual transactions
Aaron Schulz [Fri, 19 Sep 2008 10:13:32 +0000 (10:13 +0000)]
Remove some individual transactions

15 years agoFix some doxygen stuff.
Chad Horohoe [Fri, 19 Sep 2008 00:21:03 +0000 (00:21 +0000)]
Fix some doxygen stuff.

15 years ago* Clean up patrol code to not possibly log twice (depended on slave lag)
Aaron Schulz [Fri, 19 Sep 2008 00:11:41 +0000 (00:11 +0000)]
* Clean up patrol code to not possibly log twice (depended on slave lag)
* Make notifyEdit() return the whole RC object
* Spacing tweaks
* Wrap patrolling in a transaction

15 years agoWrap $log->addEntry() in transaction
Aaron Schulz [Thu, 18 Sep 2008 23:43:41 +0000 (23:43 +0000)]
Wrap $log->addEntry() in transaction

15 years agoTweak report
Aaron Schulz [Thu, 18 Sep 2008 21:48:55 +0000 (21:48 +0000)]
Tweak report

15 years ago*Don't let the API action=protect set actions that aren't in $wgRestrictionTypes...
Alex Z [Thu, 18 Sep 2008 21:30:51 +0000 (21:30 +0000)]
*Don't let the API action=protect set actions that aren't in $wgRestrictionTypes or levels not in $wgRestrictionLevels
*Pass an array to Article::updateRestrictions for the expiry. Though it should allow for separate expiry times, like the normal UI.

15 years agoimprove log dupe check
Aaron Schulz [Thu, 18 Sep 2008 21:12:29 +0000 (21:12 +0000)]
improve log dupe check

15 years agoComment out log_user_text stuff for now
Aaron Schulz [Thu, 18 Sep 2008 20:56:49 +0000 (20:56 +0000)]
Comment out log_user_text stuff for now

15 years ago* Add support for log importing
Aaron Schulz [Thu, 18 Sep 2008 20:52:34 +0000 (20:52 +0000)]
* Add support for log importing
* Improve accuracy of revision duplicate check
* Some minor cleanup and re-organizing

15 years ago(bug 12678) Don't show the upload link in the toolbox if the user is not allowed...
Alex Z [Thu, 18 Sep 2008 20:28:52 +0000 (20:28 +0000)]
(bug 12678) Don't show the upload link in the toolbox if the user is not allowed to upload.

15 years agoBack out r41001 for the moment ("Add log_user_text. Useful for log dumps, which are...
Brion Vibber [Thu, 18 Sep 2008 19:38:56 +0000 (19:38 +0000)]
Back out r41001 for the moment ("Add log_user_text. Useful for log dumps, which are needed by rev_deleted")
If applied in one piece, it should probably fill in log_user_text... but that would be very slow in production environments.
If it has to be able to work with an online update in production, it should probably allow for a NULL log_user_text value rather than '', which is eery

15 years agoReadd the note about the schema changes since there are some since 1.13 now
Alexandre Emsenhuber [Thu, 18 Sep 2008 19:18:22 +0000 (19:18 +0000)]
Readd the note about the schema changes since there are some since 1.13 now

15 years agotitle -> logtitle
Aaron Schulz [Thu, 18 Sep 2008 19:15:18 +0000 (19:15 +0000)]
title -> logtitle

15 years agoAdd log_user_text. Useful for log dumps, which are needed by rev_deleted
Aaron Schulz [Thu, 18 Sep 2008 18:26:54 +0000 (18:26 +0000)]
Add log_user_text. Useful for log dumps, which are needed by rev_deleted

15 years agoRevert r40953 '(bug 7509) Don't hardcode separation strings, make them configurable'
Brion Vibber [Thu, 18 Sep 2008 17:11:51 +0000 (17:11 +0000)]
Revert r40953 '(bug 7509) Don't hardcode separation strings, make them configurable'

This seems to make code much uglier and harder to maintain -- there are a bajillion new calls to "wfMsgExt( 'pipe-separator' , 'escapenoentities' )" which is not trivial or easy to remember. This makes code uglier, harder to read, harder to maintain, and more prone to error.

15 years agoCleanup for r40944:
Brion Vibber [Thu, 18 Sep 2008 17:01:36 +0000 (17:01 +0000)]
Cleanup for r40944:
* Break up giant long incomprehensible line
* Use SpecialPage::getTitleFor() rather than Title::newFromText() so we get proper localization of special page name
* No need to pass 'block' to Special:Log twice; just put it in the query to match actual paging behavior
* HTML-escape the blocklog-fulllog message for good measure
* No need to pass 'known' option to linker -- it knows that Special: pages are good

15 years ago* Move Import stuff to it's own file like Export
Aaron Schulz [Thu, 18 Sep 2008 16:41:43 +0000 (16:41 +0000)]
* Move Import stuff to it's own file like Export
* Force logging index
* Some code style tweaks
* Set visibility in some places

15 years agoLocalization update.
Rotem Liss [Thu, 18 Sep 2008 16:26:44 +0000 (16:26 +0000)]
Localization update.

15 years agoDuplicate code
Greg Sabino Mullane [Thu, 18 Sep 2008 15:19:44 +0000 (15:19 +0000)]
Duplicate code

15 years agoAdd id to file delete confirmation form.
Chad Horohoe [Thu, 18 Sep 2008 02:54:27 +0000 (02:54 +0000)]
Add id to file delete confirmation form.

15 years ago* Add XML log dump support
Aaron Schulz [Thu, 18 Sep 2008 00:02:57 +0000 (00:02 +0000)]
* Add XML log dump support
* TODO: make importer

15 years agoAPI: Adding APIAfterExecute, APIQueryAfterExecute and APIQueryGeneratorAfterExecute...
Roan Kattouw [Wed, 17 Sep 2008 18:49:22 +0000 (18:49 +0000)]
API: Adding APIAfterExecute, APIQueryAfterExecute and APIQueryGeneratorAfterExecute hooks to make extending core modules possible in a cleaner way

15 years agoRELEASE-NOTES entry for my last commit
Alexandre Emsenhuber [Wed, 17 Sep 2008 18:41:40 +0000 (18:41 +0000)]
RELEASE-NOTES entry for my last commit

15 years agoFix for r40937 (and per talk with brion): merge the RenderHash extension in core
Alexandre Emsenhuber [Wed, 17 Sep 2008 18:36:49 +0000 (18:36 +0000)]
Fix for r40937 (and per talk with brion): merge the RenderHash extension in core

15 years agofix some doxygen warnings
Alexandre Emsenhuber [Wed, 17 Sep 2008 14:26:43 +0000 (14:26 +0000)]
fix some doxygen warnings

15 years agoBah, revert to r40753
Aaron Schulz [Wed, 17 Sep 2008 12:36:44 +0000 (12:36 +0000)]
Bah, revert to r40753

15 years ago*Should need to escape twice
Aaron Schulz [Wed, 17 Sep 2008 12:31:57 +0000 (12:31 +0000)]
*Should need to escape twice
*Use single quotes on windows, as it goes to cygwin

15 years ago(bug 7509) Don't hardcode separation strings, make them configurable
Siebrand Mazeland [Wed, 17 Sep 2008 09:41:51 +0000 (09:41 +0000)]
(bug 7509) Don't hardcode separation strings, make them configurable
* Introduced message 'pipe-separator' to replace many occurrence of " | ". No changes made in skin "Nostalgia".

15 years agoLocalisation updates for core messages from Betawiki
Siebrand Mazeland [Wed, 17 Sep 2008 07:31:39 +0000 (07:31 +0000)]
Localisation updates for core messages from Betawiki

15 years agoWork around misconfiguration by requiring strict comparisons for in_array in User...
Andrew Garrett [Wed, 17 Sep 2008 07:26:34 +0000 (07:26 +0000)]
Work around misconfiguration by requiring strict comparisons for in_array in User::isAllowed(). See wikitech-l.

15 years ago(no commit message)
Siebrand Mazeland [Wed, 17 Sep 2008 06:15:58 +0000 (06:15 +0000)]

15 years agoReadding 'Full Block Log' link, after being removed for not using Linker function.
X! [Wed, 17 Sep 2008 02:50:03 +0000 (02:50 +0000)]
Readding 'Full Block Log' link, after being removed for not using Linker function.
Patch submitted by Matt Johnston, in bug 14638

15 years ago* (bug 10463) Apply $wgRenderHashAppend to sitenotice cache keys so SSL and non-SSL...
Brion Vibber [Tue, 16 Sep 2008 21:14:25 +0000 (21:14 +0000)]
* (bug 10463) Apply $wgRenderHashAppend to sitenotice cache keys so SSL and non-SSL sites get separate notice caches.

This seems to be a little funny, though, at least on commons -- the commonswiki:sitenotice:https=1 key is just storing 'false' so it presumably gets reparsed on each run. I can't see any way that this should be happening, which is a little intimidating...

15 years agoUpdate message files for r40916. Is "php rebuildLanguage.php --lang=all" that hard?
Siebrand Mazeland [Tue, 16 Sep 2008 20:55:18 +0000 (20:55 +0000)]
Update message files for r40916. Is "php rebuildLanguage.php --lang=all" that hard?

15 years agoRemove two useless classes from HTMLDiff. One was entirely unused and useless, and...
Chad Horohoe [Tue, 16 Sep 2008 19:19:12 +0000 (19:19 +0000)]
Remove two useless classes from HTMLDiff. One was entirely unused and useless, and the other was a wrapper for a more simple solution.

15 years ago* Added $wgUseMetadataEdit and $wgMetadataWhitelist to DefaultSettings.php, they...
Alexandre Emsenhuber [Tue, 16 Sep 2008 19:09:27 +0000 (19:09 +0000)]
* Added $wgUseMetadataEdit and $wgMetadataWhitelist to DefaultSettings.php, they exist since r6887.
* Fixed two E_NOTICE while editing a page with $wgUseMetadataEdit = true;

15 years agoTweak to ProtectionForm: Title::getRestrictionExpiry returns 'infinity' for 'infinite'
Alex Z [Tue, 16 Sep 2008 18:46:58 +0000 (18:46 +0000)]
Tweak to ProtectionForm: Title::getRestrictionExpiry returns 'infinity' for 'infinite'

15 years ago* Add transaction to undelete
Aaron Schulz [Tue, 16 Sep 2008 18:45:19 +0000 (18:45 +0000)]
* Add transaction to undelete
* Avoid some dupe key errors. They should silently be corrected. (bug 14149)

15 years agoAvoid undefined var errors if data fetch fails
Aaron Schulz [Tue, 16 Sep 2008 18:39:13 +0000 (18:39 +0000)]
Avoid undefined var errors if data fetch fails

15 years ago*Re-implement r40723 in Article::view()
Alex Z [Tue, 16 Sep 2008 18:31:55 +0000 (18:31 +0000)]
*Re-implement r40723 in Article::view()
*Slight fix to EditPage following r40899

15 years ago* Make sure we have the right article ID, not slave lagged. (bug 8072)
Aaron Schulz [Tue, 16 Sep 2008 17:08:08 +0000 (17:08 +0000)]
* Make sure we have the right article ID, not slave lagged. (bug 8072)
* Make FileDeleteForm use hook properly

15 years agominor refactoring
Aaron Schulz [Tue, 16 Sep 2008 16:55:49 +0000 (16:55 +0000)]
minor refactoring

15 years agoLocalization: Split the delete, rollback and protect messages into three sections...
Rotem Liss [Tue, 16 Sep 2008 15:56:03 +0000 (15:56 +0000)]
Localization: Split the delete, rollback and protect messages into three sections (no change in the text).

15 years agoLocalization update.
Rotem Liss [Tue, 16 Sep 2008 15:50:40 +0000 (15:50 +0000)]
Localization update.

15 years agoFix.
Rotem Liss [Tue, 16 Sep 2008 15:50:28 +0000 (15:50 +0000)]
Fix.

15 years ago* Deal with new page move scenario (bug 3481)
Aaron Schulz [Tue, 16 Sep 2008 13:29:01 +0000 (13:29 +0000)]
* Deal with new page move scenario (bug 3481)
* Move cat count stuff down in transaction for bug 13921

15 years ago* Remove unneeded code
Aaron Schulz [Tue, 16 Sep 2008 12:47:44 +0000 (12:47 +0000)]
* Remove unneeded code
* Whitespace

15 years agoThis is indexed now, do live. (bug 3945)
Aaron Schulz [Tue, 16 Sep 2008 12:06:40 +0000 (12:06 +0000)]
This is indexed now, do live. (bug 3945)

15 years agoLocalisation updates for core messages from Betawiki (2008-09-16 12:46 CEST)
Siebrand Mazeland [Tue, 16 Sep 2008 11:29:29 +0000 (11:29 +0000)]
Localisation updates for core messages from Betawiki (2008-09-16 12:46 CEST)

15 years agoAdd 'protect-existing-expiry'
Siebrand Mazeland [Tue, 16 Sep 2008 11:27:44 +0000 (11:27 +0000)]
Add 'protect-existing-expiry'