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

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