lhc/web/wiklou.git
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'

15 years agowhitespace tweaks
Aaron Schulz [Tue, 16 Sep 2008 10:39:30 +0000 (10:39 +0000)]
whitespace tweaks

15 years agoRevert r40723, and associated i18n. Unexpected side effects in Article::getContent...
Tim Starling [Tue, 16 Sep 2008 09:42:31 +0000 (09:42 +0000)]
Revert r40723, and associated i18n. Unexpected side effects in Article::getContent(). Should be implemented in Article::view() if it's implemented at all.

15 years agoFixed documentation. Don't use empty() to determine if an array has zero length,...
Tim Starling [Tue, 16 Sep 2008 06:13:31 +0000 (06:13 +0000)]
Fixed documentation. Don't use empty() to determine if an array has zero length, that's not what it does.

15 years agoRevert r40627, r40551, r40536, r40535 (mark non-autoconfirmed users in RC and watchli...
Tim Starling [Tue, 16 Sep 2008 05:56:43 +0000 (05:56 +0000)]
Revert r40627, r40551, r40536, r40535 (mark non-autoconfirmed users in RC and watchlist with an orange asterisk). Potentially slow, potentially controversial, so it needs a configuration option to enable/disable it.

15 years agoRevert revert r40717 of my formatting change r40416.
Tim Starling [Tue, 16 Sep 2008 05:21:10 +0000 (05:21 +0000)]
Revert revert r40717 of my formatting change r40416.

15 years ago* Reverted code style change made by Aaron, "if (" -> "if("
Tim Starling [Tue, 16 Sep 2008 04:59:49 +0000 (04:59 +0000)]
* Reverted code style change made by Aaron, "if (" -> "if("
* Use the convenience function selectRow() if you want a single row
* Move existence check for showDeletionLog() back to the caller, functions should do what their name says
* Revert r40674, $createRestrictions needs to be translated into some human language before it can be passed into a message. Also, note that "$a != array()" is equivalent to conversion to boolean if you know that the variable is an array.

15 years agoIn protect.js:
Tim Starling [Tue, 16 Sep 2008 04:09:06 +0000 (04:09 +0000)]
In protect.js:
* Use fragments of English when naming things, instead of a jumble of words vaguely related to the topic
* Use verbs in function names that are related to what the functions do
* Move all functions into an object, to avoid prefixes that look like part of a nonsensical sentence
* Fixed a bug whereby the "move" controls would not be unlocked if the expiry times differed. Refactored the relevant code.
* When the user types something into the "other time" box, automatically select "other time" from the drop-down list.

In ProtectionForm:
* Use the new protect.js interface
* Use accessor instead of Title member variable mRestrictionsExpiry
* Added an "existing expiry" option to the expiry drop-down list, instead of putting the ISO 8601 time in the "other" box
* Formatting
* Fixed convoluted expiry time data flow, documented
* s/List/Selection, for variables containing a value that the user has selected from a list

15 years ago(bug 15617)
X! [Tue, 16 Sep 2008 03:58:18 +0000 (03:58 +0000)]
(bug 15617)
$wgFeedClassesOutputPage::getHeadLinks() respects $wgFeedClasses, instead of hardcoding rss and atom.
Patch by Juliano F. Ravasi.

15 years agoUndefined var error fix
Aaron Schulz [Tue, 16 Sep 2008 01:38:03 +0000 (01:38 +0000)]
Undefined var error fix

15 years ago* Fix common spelling error (seperate -> separate)
Siebrand Mazeland [Mon, 15 Sep 2008 20:44:24 +0000 (20:44 +0000)]
* Fix common spelling error (seperate -> separate)

15 years ago* Fix common spelling error (seperate -> separate)
Siebrand Mazeland [Mon, 15 Sep 2008 20:38:27 +0000 (20:38 +0000)]
* Fix common spelling error (seperate -> separate)

15 years agoRemove syntax typo that made line dupes
Aaron Schulz [Mon, 15 Sep 2008 19:27:32 +0000 (19:27 +0000)]
Remove syntax typo that made line dupes

15 years agoLocalization update for he.
Rotem Liss [Mon, 15 Sep 2008 18:58:43 +0000 (18:58 +0000)]
Localization update for he.

15 years agoRevert r40808. No need to make log_params and output uglier due to edit comment limit...
Aaron Schulz [Mon, 15 Sep 2008 18:50:54 +0000 (18:50 +0000)]
Revert r40808. No need to make log_params and output uglier due to edit comment limitations.

15 years agoRevert r40838 -- patch is very scary and builds its links bizarrely
Brion Vibber [Mon, 15 Sep 2008 18:33:36 +0000 (18:33 +0000)]
Revert r40838 -- patch is very scary and builds its links bizarrely

15 years agoLocalization update for he.
Rotem Liss [Mon, 15 Sep 2008 18:09:04 +0000 (18:09 +0000)]
Localization update for he.
* Note: Some updates were already done and were overrided by BetaWiki updates. Please do not override updates anymore.

15 years agoRevert r40837, r40839, r40840 (bug 332 - broken UTF-8)
Brion Vibber [Mon, 15 Sep 2008 17:51:53 +0000 (17:51 +0000)]
Revert r40837, r40839, r40840 (bug 332 - broken UTF-8)
Char-by-char scan of all output will perform very poorly and fails to address the root problem of bad internal treatment of strings.

15 years agoMinor cleanup (docs, visibilities, formatting)
Chad Horohoe [Mon, 15 Sep 2008 17:40:12 +0000 (17:40 +0000)]
Minor cleanup (docs, visibilities, formatting)

15 years agoClean up OldChangesListRecentChangesLine hooks some. Better if triggers before li...
Aaron Schulz [Mon, 15 Sep 2008 15:51:45 +0000 (15:51 +0000)]
Clean up OldChangesListRecentChangesLine hooks some. Better if triggers before li tag additions.

15 years agoPut back a message I somehow accidentally removed. Thanks to Raimond for noticing.
Siebrand Mazeland [Mon, 15 Sep 2008 11:50:15 +0000 (11:50 +0000)]
Put back a message I somehow accidentally removed. Thanks to Raimond for noticing.

15 years agoRemove more leftovers from r35950
Siebrand Mazeland [Mon, 15 Sep 2008 10:59:37 +0000 (10:59 +0000)]
Remove more leftovers from r35950

15 years agobug #15602: use echo for error messages if STDERR is undefined
Daniel Kinzler [Mon, 15 Sep 2008 09:53:52 +0000 (09:53 +0000)]
bug #15602: use echo for error messages if STDERR is undefined

15 years agoRemove leftovers from r35950 (reverted addition of special page Missingfiles) *grumble*
Siebrand Mazeland [Mon, 15 Sep 2008 09:28:17 +0000 (09:28 +0000)]
Remove leftovers from r35950 (reverted addition of special page Missingfiles) *grumble*

15 years agoRevert r40712, replace_variables is correct.
Tim Starling [Mon, 15 Sep 2008 06:37:57 +0000 (06:37 +0000)]
Revert r40712, replace_variables is correct.

15 years agoFix $user parameter to Article::doEdit(), which was broken for page creation (worked...
Tim Starling [Mon, 15 Sep 2008 05:34:32 +0000 (05:34 +0000)]
Fix $user parameter to Article::doEdit(), which was broken for page creation (worked only for page updates).

15 years agoReverted r40771 for now - causes problems with CentralAuth
Fran Rogers [Mon, 15 Sep 2008 05:04:16 +0000 (05:04 +0000)]
Reverted r40771 for now - causes problems with CentralAuth

15 years agoRelease notes for bug #332
Fran Rogers [Mon, 15 Sep 2008 01:37:50 +0000 (01:37 +0000)]
Release notes for bug #332

15 years agoAddendum to r40837: only validate/clean the body text, as we can assume the rest...
Fran Rogers [Mon, 15 Sep 2008 01:27:22 +0000 (01:27 +0000)]
Addendum to r40837: only validate/clean the body text, as we can assume the rest of the skin is valid.

15 years ago(bug 14638)
X! [Mon, 15 Sep 2008 01:26:32 +0000 (01:26 +0000)]
(bug 14638)
Special:Blockip now provides a link to the block log if the user has been blocked more than 10 times.
Patch by Matt Johnston.

15 years agoFix for bug #332 - all UTF-8 output is now cleaned of invalid forms as defined by...
Fran Rogers [Mon, 15 Sep 2008 00:42:17 +0000 (00:42 +0000)]
Fix for bug #332 - all UTF-8 output is now cleaned of invalid forms as defined by RFC 3629. All output from MediaWiki should now be valid UTF-8 in all circumstances.

15 years agoLocalisation updates for core messages from Betawiki
Siebrand Mazeland [Sun, 14 Sep 2008 20:19:00 +0000 (20:19 +0000)]
Localisation updates for core messages from Betawiki
* Add messages for LinkSearch (follow up for r40830).

15 years agoLocalization update.
Rotem Liss [Sun, 14 Sep 2008 20:07:23 +0000 (20:07 +0000)]
Localization update.

15 years agoAdd special page names for LinkSearch (follow up for r40830).
Siebrand Mazeland [Sun, 14 Sep 2008 20:06:05 +0000 (20:06 +0000)]
Add special page names for LinkSearch (follow up for r40830).

15 years ago* Add functionality of extension LinkSearch to core
Siebrand Mazeland [Sun, 14 Sep 2008 19:51:25 +0000 (19:51 +0000)]
* Add functionality of extension LinkSearch to core
* Update release notes for adding of Special:Log/newusers

15 years agoAdd signup link to nosuchusertext
Aryeh Gregor [Sun, 14 Sep 2008 19:42:25 +0000 (19:42 +0000)]
Add signup link to nosuchusertext

Part of bug 6702, "Default system messages should be improved".  Suggested by Michael De La Rue.

15 years agoLocalisation updates for core messages from Betawiki (2008-09-14 20:32 CEST)
Siebrand Mazeland [Sun, 14 Sep 2008 18:41:33 +0000 (18:41 +0000)]
Localisation updates for core messages from Betawiki (2008-09-14 20:32 CEST)

15 years agoFix whitespace
Aryeh Gregor [Sun, 14 Sep 2008 18:33:31 +0000 (18:33 +0000)]
Fix whitespace

15 years agoUpdate files
Meno25 [Sun, 14 Sep 2008 18:12:11 +0000 (18:12 +0000)]
Update files

15 years agoLocalization: Prefer showing the date before the time, like in lastmodifiedat (no...
Rotem Liss [Sun, 14 Sep 2008 14:36:28 +0000 (14:36 +0000)]
Localization: Prefer showing the date before the time, like in lastmodifiedat (no change in parameters).

15 years agoLocalization: Keep date as the first parameter, before time. English localization...
Rotem Liss [Sun, 14 Sep 2008 14:34:12 +0000 (14:34 +0000)]
Localization: Keep date as the first parameter, before time. English localization assumes so, too.

15 years agoLocalization update.
Rotem Liss [Sun, 14 Sep 2008 14:25:21 +0000 (14:25 +0000)]
Localization update.

15 years agoEscape $1 in message (was PHP syntax error)
Thomas Bleher [Sun, 14 Sep 2008 14:24:54 +0000 (14:24 +0000)]
Escape $1 in message (was PHP syntax error)

15 years agoDon't throw fatals for bogus feed types (bug 15596)
Aaron Schulz [Sun, 14 Sep 2008 12:25:53 +0000 (12:25 +0000)]
Don't throw fatals for bogus feed types (bug 15596)

15 years ago(bug 15569) Fix Russian commafy function. Patch by Alexander Sigachov.
Siebrand Mazeland [Sun, 14 Sep 2008 09:06:14 +0000 (09:06 +0000)]
(bug 15569) Fix Russian commafy function. Patch by Alexander Sigachov.

15 years ago(bug 15598) Special:Newpages default limit uses user preference for recentchanges...
Alex Z [Sun, 14 Sep 2008 04:49:22 +0000 (04:49 +0000)]
(bug 15598) Special:Newpages default limit uses user preference for recentchanges limit instead of hardcoded 50.

15 years agoMake sure no outgoing links are listed for nonexistent pages. Used to look for links...
Ilmari Karonen [Sun, 14 Sep 2008 04:28:16 +0000 (04:28 +0000)]
Make sure no outgoing links are listed for nonexistent pages.  Used to look for links from article 0, which could produce confusing results if the database contained any (broken) records that actually matched such a query.

15 years ago* Update title protection to be more consistent with regular protection
Alex Z [Sun, 14 Sep 2008 03:02:02 +0000 (03:02 +0000)]
* Update title protection to be more consistent with regular protection
* Make protection log output somewhat more consistent.

15 years agoAllow cascading protection to be turned off without changing other settings
Alex Z [Sun, 14 Sep 2008 01:11:54 +0000 (01:11 +0000)]
Allow cascading protection to be turned off without changing other settings

15 years agoMake sure to pass the right types to LinkBegin
Aryeh Gregor [Sun, 14 Sep 2008 00:49:52 +0000 (00:49 +0000)]
Make sure to pass the right types to LinkBegin

If Linker::link() is passed an invalid Title, now that it fails gracefully, we should fail gracefully before passing over to the hook.  In theory some hooks might want to override this, but it's unlikely, because any caller that passes a non-Title is probably buggy and should be fixed anyway.  This saves unexpected fatal errors and/or having to add "if( !$target instanceof Title ) return true;" to the beginning of every function hooking into this.

Also ensure that $options is an array before passing to the hook, just for convenience.

15 years ago* split time and date in 'emailauthenticated', and 'undelete-revision', retaiming...
Siebrand Mazeland [Sat, 13 Sep 2008 23:59:43 +0000 (23:59 +0000)]
* split time and date in 'emailauthenticated', and 'undelete-revision', retaiming the old parameter for backward compatibility
* move some code in SpecialUndelete.php a little lower as that seems a more logical place.

15 years agoRevert r40792. Filesort is gone, but table scan is still there for time range.
Aaron Schulz [Sat, 13 Sep 2008 20:41:58 +0000 (20:41 +0000)]
Revert r40792. Filesort is gone, but table scan is still there for time range.

15 years ago+ documentation
Danny B [Sat, 13 Sep 2008 18:29:26 +0000 (18:29 +0000)]
+ documentation

15 years agoReverting r40790 and fixing the filesort properly (by adding an extra ORDER BY clause).
Roan Kattouw [Sat, 13 Sep 2008 18:10:23 +0000 (18:10 +0000)]
Reverting r40790 and fixing the filesort properly (by adding an extra ORDER BY clause).

15 years agoI swear this table scan filesort was disabled before. Disabling again...thanks to...
Aaron Schulz [Sat, 13 Sep 2008 17:56:07 +0000 (17:56 +0000)]
I swear this table scan filesort was disabled before. Disabling again...thanks to Vyznev for pointing this out.

15 years agoLocalization update for he.
Rotem Liss [Sat, 13 Sep 2008 17:38:58 +0000 (17:38 +0000)]
Localization update for he.

15 years agoFix.
Rotem Liss [Sat, 13 Sep 2008 16:25:23 +0000 (16:25 +0000)]
Fix.

15 years ago$msg not defined...use $text?
Aaron Schulz [Sat, 13 Sep 2008 16:00:38 +0000 (16:00 +0000)]
$msg not defined...use $text?

15 years ago* Fix edit comment spacing
Aaron Schulz [Sat, 13 Sep 2008 15:04:41 +0000 (15:04 +0000)]
* Fix edit comment spacing
* Code spacing

15 years agomake "other time" chain properly with JS
Aaron Schulz [Sat, 13 Sep 2008 09:24:51 +0000 (09:24 +0000)]
make "other time" chain properly with JS

15 years agoLocalisation updates for core messages from Betawiki
Siebrand Mazeland [Sat, 13 Sep 2008 08:55:52 +0000 (08:55 +0000)]
Localisation updates for core messages from Betawiki
* also includes messages previously part of extension Newuserlog

15 years agoCleanup for r40770:
Aaron Schulz [Sat, 13 Sep 2008 08:53:07 +0000 (08:53 +0000)]
Cleanup for r40770:
* Clean up protection form
* Fix syntax typo (use '==', not '=')
* Fix $2 message in movepage cascade warning

15 years agoCleanup after r40723, r40769, and r40770. C'mon guys. Messages need to be registered...
Siebrand Mazeland [Sat, 13 Sep 2008 08:32:11 +0000 (08:32 +0000)]
Cleanup after r40723, r40769, and r40770. C'mon guys. Messages need to be registered and core does not have feature descriptions.

15 years ago* Fixed the HTTP accept language string detection length in LanguageConverter.php...
Shinjiman [Sat, 13 Sep 2008 08:07:55 +0000 (08:07 +0000)]
* Fixed the HTTP accept language string detection length in LanguageConverter.php, instead of the fixed length language codes.
  patch by PhiLiP