lhc/web/wiklou.git
18 years ago* Introduce NUMBEROFPAGES magic word
Rob Church [Sat, 13 May 2006 17:30:42 +0000 (17:30 +0000)]
* Introduce NUMBEROFPAGES magic word
* (bug 5833) Introduce CURRENTVERSION magic word

18 years agoIgnore the user and user talk namespaces on Special:Wantedpages
Rob Church [Sat, 13 May 2006 16:45:12 +0000 (16:45 +0000)]
Ignore the user and user talk namespaces on Special:Wantedpages

18 years ago* (bug 5931) Update for Polish language (pl)
Niklas Laxström [Sat, 13 May 2006 12:14:52 +0000 (12:14 +0000)]
* (bug 5931) Update for Polish language (pl)

18 years ago* (bug 5806) {{plural:}} support instead of "twin" MediaWiki messages
Niklas Laxström [Sat, 13 May 2006 10:14:48 +0000 (10:14 +0000)]
* (bug 5806) {{plural:}} support instead of "twin" MediaWiki messages

18 years agofname in debug statement (forgot that one yesterday)
Antoine Musso [Sat, 13 May 2006 09:57:21 +0000 (09:57 +0000)]
fname in debug statement (forgot that one yesterday)

18 years agofname in debug statement
Antoine Musso [Fri, 12 May 2006 22:45:52 +0000 (22:45 +0000)]
fname in debug statement

18 years agofunction name in debug output for OutputPage::checkLastModified
Antoine Musso [Fri, 12 May 2006 22:38:58 +0000 (22:38 +0000)]
function name in debug output for OutputPage::checkLastModified

18 years agonarf
Rob Church [Fri, 12 May 2006 18:29:34 +0000 (18:29 +0000)]
narf

18 years agoDidn't mean for that to go in too...whoops, revealed the evil plans too soon...
Rob Church [Fri, 12 May 2006 17:53:53 +0000 (17:53 +0000)]
Didn't mean for that to go in too...whoops, revealed the evil plans too soon...

18 years agoGroups which won't hit the rate limiter now configurable with $wgRateLimitsExcludedGroups
Rob Church [Fri, 12 May 2006 17:47:53 +0000 (17:47 +0000)]
Groups which won't hit the rate limiter now configurable with $wgRateLimitsExcludedGroups

18 years agoSupport wiki text in "filewasdeleted"
Rob Church [Fri, 12 May 2006 16:42:04 +0000 (16:42 +0000)]
Support wiki text in "filewasdeleted"

18 years agofix comments for Lithuanian plural forms
Domas Mituzas [Fri, 12 May 2006 15:12:17 +0000 (15:12 +0000)]
fix comments for Lithuanian plural forms

18 years agoProper plural forms for Lithuanian language
Domas Mituzas [Fri, 12 May 2006 15:06:22 +0000 (15:06 +0000)]
Proper plural forms for Lithuanian language

18 years ago* (bug 5905) Plural support for Bosnian localisation (bs)
Niklas Laxström [Fri, 12 May 2006 14:55:10 +0000 (14:55 +0000)]
* (bug 5905) Plural support for Bosnian localisation (bs)

18 years ago* (bug 5913) Update for German localisation (de)
Niklas Laxström [Fri, 12 May 2006 14:38:47 +0000 (14:38 +0000)]
* (bug 5913) Update for German localisation (de)

18 years ago* (bug 5915) Update to Indonesian localisation (id)
Niklas Laxström [Fri, 12 May 2006 14:01:16 +0000 (14:01 +0000)]
* (bug 5915) Update to Indonesian localisation (id)

18 years ago* dumpTextPass can now use 7zip files for prefetch
Brion Vibber [Fri, 12 May 2006 11:14:40 +0000 (11:14 +0000)]
* dumpTextPass can now use 7zip files for prefetch

18 years ago* dumpTextPass progress includes percentage of items prefetched
Brion Vibber [Fri, 12 May 2006 08:50:14 +0000 (08:50 +0000)]
* dumpTextPass progress includes percentage of items prefetched

18 years agoDelete (i.e. move to archive) a list of revisions
Tim Starling [Fri, 12 May 2006 08:14:57 +0000 (08:14 +0000)]
Delete (i.e. move to archive) a list of revisions

18 years ago* dumpTextPass now skips goes to database for entries that were blank in the
Brion Vibber [Thu, 11 May 2006 22:56:19 +0000 (22:56 +0000)]
* dumpTextPass now skips goes to database for entries that were blank in the
  previous dump, as this may indicate a broken dump.

18 years agoRevert to r14165 . Did too many changes, didnt even run parserTests (i am bad)
Antoine Musso [Thu, 11 May 2006 22:40:38 +0000 (22:40 +0000)]
Revert to r14165 . Did too many changes, didnt even run parserTests (i am bad)

18 years agolast round of PHP5 stuff for now.
Antoine Musso [Thu, 11 May 2006 21:07:41 +0000 (21:07 +0000)]
last round of PHP5 stuff for now.

18 years agoSome more PHP5 stuff
Antoine Musso [Thu, 11 May 2006 20:24:28 +0000 (20:24 +0000)]
Some more PHP5 stuff

18 years agopublic / private / static stuff when loading Special:Recentchanges
Antoine Musso [Thu, 11 May 2006 19:46:58 +0000 (19:46 +0000)]
public / private / static stuff when loading Special:Recentchanges

18 years agoa round of static statements
Antoine Musso [Thu, 11 May 2006 19:39:50 +0000 (19:39 +0000)]
a round of static statements

18 years agoReplacing var keyword with private / public as we now require PHP5.
Antoine Musso [Thu, 11 May 2006 19:10:41 +0000 (19:10 +0000)]
Replacing var keyword with private / public  as we now require PHP5.

18 years agoabstraction class
Antoine Musso [Thu, 11 May 2006 18:22:19 +0000 (18:22 +0000)]
abstraction class

18 years agoDie with a backtrace when using User::isBureaucrat User::isDeveloper User::isSysop
Antoine Musso [Wed, 10 May 2006 20:09:30 +0000 (20:09 +0000)]
Die with a backtrace when using User::isBureaucrat User::isDeveloper User::isSysop
Related to #2498 and helps a bit bug 700: Code quality issues (tracking)

18 years agoWe require PHP 5 now, make sure the installer requires this.
Brion Vibber [Wed, 10 May 2006 19:58:17 +0000 (19:58 +0000)]
We require PHP 5 now, make sure the installer requires this.
Uncertain of the exact minimum version requirement; checking for 5.0.0+

18 years agoDocument UnwatchArticleComplete
Antoine Musso [Wed, 10 May 2006 15:30:43 +0000 (15:30 +0000)]
Document UnwatchArticleComplete

18 years ago* (bug 5891) Linktrail for Polish language (pl)
Niklas Laxström [Wed, 10 May 2006 10:52:25 +0000 (10:52 +0000)]
* (bug 5891) Linktrail for Polish language (pl)

18 years ago* (bug 5895) Update for Dutch language (nl)
Niklas Laxström [Wed, 10 May 2006 10:39:01 +0000 (10:39 +0000)]
* (bug 5895) Update for Dutch language (nl)
* Patch from Vincent Jacobs

18 years ago* --force-normal parameter on dump scripts to force check for ICU extension
Brion Vibber [Wed, 10 May 2006 00:16:32 +0000 (00:16 +0000)]
* --force-normal parameter on dump scripts to force check for ICU extension

18 years agoFix #5889: Name for Sindhi language should appear as سنڌي
Antoine Musso [Tue, 9 May 2006 21:52:00 +0000 (21:52 +0000)]
Fix #5889: Name for Sindhi language should appear as سنڌي

18 years agoFix #5890: Update for German localisation (de)
Antoine Musso [Tue, 9 May 2006 21:45:58 +0000 (21:45 +0000)]
Fix #5890: Update for German localisation (de)
Patch by Jimmy Collins <jimmy.collins@web.de>

18 years ago* (bug 5697) Update for Malay language (ms)
Niklas Laxström [Tue, 9 May 2006 20:24:28 +0000 (20:24 +0000)]
* (bug 5697) Update for Malay language (ms)

18 years ago* (bug 5878) Update for Indonesian language (id)
Niklas Laxström [Tue, 9 May 2006 18:09:06 +0000 (18:09 +0000)]
* (bug 5878) Update for Indonesian language (id)

18 years ago* Maybe really commit this this time
Niklas Laxström [Tue, 9 May 2006 18:07:04 +0000 (18:07 +0000)]
* Maybe really commit this this time
* (bug 5886) Update for Portuguese messages (pt)

18 years agoFix #5586: <gallery> treats text as links
Antoine Musso [Tue, 9 May 2006 18:01:15 +0000 (18:01 +0000)]
Fix #5586: <gallery> treats text as links

18 years ago(reopened bug 5284) Handle cases like Special:Mypage/monobook.js&action=edit
Rob Church [Tue, 9 May 2006 15:22:12 +0000 (15:22 +0000)]
(reopened bug 5284) Handle cases like Special:Mypage/monobook.js&action=edit

18 years ago* Updates from Rotem Liss
Niklas Laxström [Mon, 8 May 2006 23:38:02 +0000 (23:38 +0000)]
* Updates from Rotem Liss

18 years ago* (bug 5862) Update of Belarusian language (be)
Niklas Laxström [Mon, 8 May 2006 23:25:28 +0000 (23:25 +0000)]
* (bug 5862) Update of Belarusian language (be)
* Patch by Eugene Zelenko with some changes

18 years ago(bug 5819) Add 'PersonalUrls' hook
Rob Church [Mon, 8 May 2006 22:20:55 +0000 (22:20 +0000)]
(bug 5819) Add 'PersonalUrls' hook

18 years ago* Added grammar function to Belarusian (be) (ref #5862)
Niklas Laxström [Mon, 8 May 2006 22:15:18 +0000 (22:15 +0000)]
* Added grammar function to Belarusian (be) (ref #5862)

18 years ago* Added many missing formatNum calls
Niklas Laxström [Mon, 8 May 2006 18:17:55 +0000 (18:17 +0000)]
* Added many missing formatNum calls

18 years ago* Added formatNum call
Niklas Laxström [Mon, 8 May 2006 16:58:07 +0000 (16:58 +0000)]
* Added formatNum call
* Support for {{plural:}} (ref 5805)

18 years ago* More BIDI-fixes to special pages
Niklas Laxström [Mon, 8 May 2006 16:41:05 +0000 (16:41 +0000)]
* More BIDI-fixes to special pages

18 years ago* Don't use content language for talk link
Niklas Laxström [Mon, 8 May 2006 16:20:59 +0000 (16:20 +0000)]
* Don't use content language for talk link

18 years agoSwap redirect/alias magic word in Belarusian; the English shouldn't be the default
Rob Church [Mon, 8 May 2006 15:15:50 +0000 (15:15 +0000)]
Swap redirect/alias magic word in Belarusian; the English shouldn't be the default

18 years ago* Fixed invalid XML, please test with application/xhtml+xml when changing the output
Ævar Arnfjörð Bjarmason [Mon, 8 May 2006 01:07:05 +0000 (01:07 +0000)]
* Fixed invalid XML, please test with application/xhtml+xml when changing the output

18 years agoBetter safe than sorry
Rob Church [Sun, 7 May 2006 18:53:15 +0000 (18:53 +0000)]
Better safe than sorry

18 years agoFix foul-up with <nowiki> et al., wfMsgExt and all sorts of other exciting fun.
Rob Church [Sun, 7 May 2006 18:51:26 +0000 (18:51 +0000)]
Fix foul-up with <nowiki> et al., wfMsgExt and all sorts of other exciting fun.

18 years ago* Fix the warning too
Niklas Laxström [Sun, 7 May 2006 18:19:23 +0000 (18:19 +0000)]
* Fix the warning too

18 years agoMissing </form>
Rob Church [Sun, 7 May 2006 18:17:28 +0000 (18:17 +0000)]
Missing </form>

18 years ago* Don't change $wgTitle when special page is included
Niklas Laxström [Sun, 7 May 2006 17:22:21 +0000 (17:22 +0000)]
* Don't change $wgTitle when special page is included

18 years agoNote: Don't localise catseparator
Rob Church [Sun, 7 May 2006 15:42:07 +0000 (15:42 +0000)]
Note: Don't localise catseparator

18 years ago(bug 1120) Update for Czech language (Cs)
Rob Church [Sun, 7 May 2006 15:40:37 +0000 (15:40 +0000)]
(bug 1120) Update for Czech language (Cs)

18 years ago* (bug 5860) Update for Indonesian language (id)
Niklas Laxström [Sun, 7 May 2006 11:00:54 +0000 (11:00 +0000)]
* (bug 5860) Update for Indonesian language (id)
* Patch by Ivan Lanin

18 years ago* More updates from Jimmy Collins
Niklas Laxström [Sun, 7 May 2006 10:50:47 +0000 (10:50 +0000)]
* More updates from Jimmy Collins

18 years ago* (bug 5858) Update for Russian language (ru)
Niklas Laxström [Sun, 7 May 2006 09:53:57 +0000 (09:53 +0000)]
* (bug 5858) Update for Russian language (ru)
* Patch by Alexander Sigachov

18 years ago* (bug 5857) Update for German localisation (de)
Niklas Laxström [Sun, 7 May 2006 09:47:04 +0000 (09:47 +0000)]
* (bug 5857) Update for German localisation (de)
* Patch by Jimmy Collins with some changes

18 years agoFix that optional error return for EditFilter hook.
Brion Vibber [Sun, 7 May 2006 07:26:25 +0000 (07:26 +0000)]
Fix that optional error return for EditFilter hook.
Didn't work at all previously, with two entire ways to prevent the value being passed along. :)

18 years ago(bug 5846) Link to individual group description pages in Special:Listusers
Rob Church [Sun, 7 May 2006 00:52:12 +0000 (00:52 +0000)]
(bug 5846) Link to individual group description pages in Special:Listusers

18 years agoFix call-time-pass-reference error
Rob Church [Sun, 7 May 2006 00:35:38 +0000 (00:35 +0000)]
Fix call-time-pass-reference error

18 years agocough
Rob Church [Sat, 6 May 2006 21:48:19 +0000 (21:48 +0000)]
cough

18 years ago(bug 5841) Allow the 'EditFilter' hook to return a non-fatal error message
Rob Church [Sat, 6 May 2006 21:41:53 +0000 (21:41 +0000)]
(bug 5841) Allow the 'EditFilter' hook to return a non-fatal error message

18 years agoPedantic use of real grammar
Rob Church [Sat, 6 May 2006 20:56:53 +0000 (20:56 +0000)]
Pedantic use of real grammar

18 years ago* (bug 5851) Use Cyrillic for Kirghiz language name
Brion Vibber [Sat, 6 May 2006 20:30:33 +0000 (20:30 +0000)]
* (bug 5851) Use Cyrillic for Kirghiz language name

18 years ago* Updates
Niklas Laxström [Sat, 6 May 2006 20:27:41 +0000 (20:27 +0000)]
* Updates

18 years ago* (bug 5853) Update for Portuguese messages (pt)
Niklas Laxström [Sat, 6 May 2006 19:20:14 +0000 (19:20 +0000)]
* (bug 5853) Update for Portuguese messages (pt)

18 years ago* Updates
Niklas Laxström [Sat, 6 May 2006 12:37:07 +0000 (12:37 +0000)]
* Updates

18 years agoHebrew updates
Rob Church [Fri, 5 May 2006 17:20:21 +0000 (17:20 +0000)]
Hebrew updates

18 years agoThree cheers for documentation!
Rob Church [Fri, 5 May 2006 16:17:24 +0000 (16:17 +0000)]
Three cheers for documentation!

18 years agoRewrite Special:Confirmemail so it's not retarded
Rob Church [Fri, 5 May 2006 16:15:03 +0000 (16:15 +0000)]
Rewrite Special:Confirmemail so it's not retarded

18 years ago* Cleanup
Niklas Laxström [Fri, 5 May 2006 15:42:42 +0000 (15:42 +0000)]
* Cleanup

18 years ago* Prettify
Niklas Laxström [Fri, 5 May 2006 15:33:19 +0000 (15:33 +0000)]
* Prettify

18 years ago(bug 5839) Prevent access to Special:Confirmemail for logged-out users
Rob Church [Fri, 5 May 2006 15:17:43 +0000 (15:17 +0000)]
(bug 5839) Prevent access to Special:Confirmemail for logged-out users

18 years ago(bug 5791) Fix SQL syntax in Special:BrokenRedirects, was causing incorrect data...
Rob Church [Fri, 5 May 2006 12:45:08 +0000 (12:45 +0000)]
(bug 5791) Fix SQL syntax in Special:BrokenRedirects, was causing incorrect data to show

18 years ago* (bug 5749) Added Tyvan language files
Niklas Laxström [Fri, 5 May 2006 12:36:48 +0000 (12:36 +0000)]
* (bug 5749) Added Tyvan language files

18 years ago(bug 5838) Namespace names for Nds-NL
Rob Church [Fri, 5 May 2006 12:29:09 +0000 (12:29 +0000)]
(bug 5838) Namespace names for Nds-NL

18 years ago* (bug 5805) message nbytes can now use {{plural:}}
Niklas Laxström [Fri, 5 May 2006 12:21:12 +0000 (12:21 +0000)]
* (bug 5805) message nbytes can now use {{plural:}}
* Cleaned up Special:Imagelist a bit

18 years agoClarify instructions
Rob Church [Fri, 5 May 2006 12:17:52 +0000 (12:17 +0000)]
Clarify instructions

18 years ago* (bug 3309) Allow comments when undeleting pages
Rob Church [Fri, 5 May 2006 12:10:16 +0000 (12:10 +0000)]
* (bug 3309) Allow comments when undeleting pages
* Clean up Special:Undelete a bit

18 years ago(bug 5837) Use "members" for the value descriptor in Special:Categories, Special...
Rob Church [Fri, 5 May 2006 10:33:02 +0000 (10:33 +0000)]
(bug 5837) Use "members" for the value descriptor in Special:Categories, Special:Wantedcategories and Special:Mostlinkedcategories.

18 years agoChanged default LocalSettings.php to append the previous include path when setting it
Rob Church [Fri, 5 May 2006 10:29:23 +0000 (10:29 +0000)]
Changed default LocalSettings.php to append the previous include path when setting it

18 years agoIntroduce $wgAllowTitlesInSVG, which allows the <title> attribute in uploaded files...
Rob Church [Fri, 5 May 2006 06:48:29 +0000 (06:48 +0000)]
Introduce $wgAllowTitlesInSVG, which allows the <title> attribute in uploaded files bearing the image/svg MIME type. Disabled by default due to the vast majority of web servers being hideously misconfigured. See DefaultSettings.php for more details.

18 years agoRedirect Special:Userlist to Special:Listusers
Rob Church [Fri, 5 May 2006 06:17:24 +0000 (06:17 +0000)]
Redirect Special:Userlist to Special:Listusers

18 years agoRewritten removeUnusedAccounts to be more efficient, print names of inactive accounts
Rob Church [Fri, 5 May 2006 01:38:22 +0000 (01:38 +0000)]
Rewritten removeUnusedAccounts to be more efficient, print names of inactive accounts

18 years ago* (bug 5587) Clean up the languages from references to the Groups special page
Niklas Laxström [Thu, 4 May 2006 22:48:47 +0000 (22:48 +0000)]
* (bug 5587) Clean up the languages from references to the Groups special page
** Based on patch by Rotem Liss
* Added new group-X and group-X-member messages

18 years ago* No comment is better than wrong comment
Niklas Laxström [Thu, 4 May 2006 22:13:23 +0000 (22:13 +0000)]
* No comment is better than wrong comment

18 years ago* Removed unused usenewcategorypage from messages
Niklas Laxström [Thu, 4 May 2006 22:10:09 +0000 (22:10 +0000)]
* Removed unused usenewcategorypage from messages

18 years ago* Remove some dud code
Rob Church [Thu, 4 May 2006 22:04:17 +0000 (22:04 +0000)]
* Remove some dud code
* Disallow substituting Special pages when included into a page (was puking up a UNIQ_XXXXXXXXX type string)

18 years ago* (bug 2981) Really fixed linktrail for Tamil (ta)
Niklas Laxström [Thu, 4 May 2006 13:22:52 +0000 (13:22 +0000)]
* (bug 2981) Really fixed linktrail for Tamil (ta)

18 years agoInclude page view counters in stats initialisation
Rob Church [Thu, 4 May 2006 10:38:00 +0000 (10:38 +0000)]
Include page view counters in stats initialisation

18 years agoForgot release note
Magnus Manske [Thu, 4 May 2006 09:43:09 +0000 (09:43 +0000)]
Forgot release note

18 years agoFixed namespace handling (will now accept English namespace names in addition to...
Magnus Manske [Thu, 4 May 2006 09:41:33 +0000 (09:41 +0000)]
Fixed namespace handling (will now accept English namespace names in addition to localized ones)

18 years agosecurity concerns
Tim Starling [Thu, 4 May 2006 06:12:47 +0000 (06:12 +0000)]
security concerns

18 years agoAdded an overview of the CBT project including its status. Moved the template file...
Tim Starling [Thu, 4 May 2006 06:03:22 +0000 (06:03 +0000)]
Added an overview of the CBT project including its status. Moved the template file to the disabled directory.

18 years ago* Fixed breakage with get[]= url paramters, supposedly...
Ævar Arnfjörð Bjarmason [Thu, 4 May 2006 02:17:58 +0000 (02:17 +0000)]
* Fixed breakage with get[]= url paramters, supposedly...

18 years ago(bug 5817) Appropriate handling for Special:Recentchangeslinked where the target...
Rob Church [Wed, 3 May 2006 18:54:28 +0000 (18:54 +0000)]
(bug 5817) Appropriate handling for Special:Recentchangeslinked where the target page doesn't exist