lhc/web/wiklou.git
17 years agoTo be consistent with plural and grammar functions:
Raimond Spekking [Fri, 13 Apr 2007 07:31:53 +0000 (07:31 +0000)]
To be consistent with plural and grammar functions:
LanguageBe_x_old.php duplicated to LanguageBe.php
I assume it need a rework, see bug 6113 comment 9

17 years ago* Use _ instead of - in message file names
Raimond Spekking [Fri, 13 Apr 2007 07:08:53 +0000 (07:08 +0000)]
* Use _ instead of - in message file names
* Renaming LanguageBe to Be_x_old for consistency

17 years ago* (bug 9570) typo in zh_cn, dateformat
Raimond Spekking [Fri, 13 Apr 2007 06:05:40 +0000 (06:05 +0000)]
* (bug 9570) typo in zh_cn, dateformat
  patch by Shinjiman, reformatted with rebuildLanguage

17 years agoIn regex, do not capture stuff when you dont need it, use (?:)
Antoine Musso [Fri, 13 Apr 2007 00:23:49 +0000 (00:23 +0000)]
In regex, do not capture stuff when you dont need it, use (?:)

17 years agomake some methods public, static and private. Fix strict standards in cleanupSpam.php
Antoine Musso [Fri, 13 Apr 2007 00:20:43 +0000 (00:20 +0000)]
make some methods public, static and private. Fix strict standards in cleanupSpam.php

17 years agofix notice with $options
Antoine Musso [Thu, 12 Apr 2007 23:51:12 +0000 (23:51 +0000)]
fix notice with $options

17 years agot10n for <mywatchlist>
Antoine Musso [Thu, 12 Apr 2007 22:47:04 +0000 (22:47 +0000)]
t10n for <mywatchlist>

17 years agoAdd parameter to the message.
Antoine Musso [Thu, 12 Apr 2007 22:37:41 +0000 (22:37 +0000)]
Add parameter to the message.

17 years agomylang default to 'null'
Antoine Musso [Thu, 12 Apr 2007 22:24:25 +0000 (22:24 +0000)]
mylang default to 'null'

17 years ago* (bug 8809) Change special pages links to their canocical names for zh_tw
Raimond Spekking [Thu, 12 Apr 2007 22:15:06 +0000 (22:15 +0000)]
* (bug 8809) Change special pages links to their canocical names for zh_tw
* (bug 9190) typo in zh_tw
  patch by Shinjiman, reformatted with rebuildLanguage

17 years ago* (bug 8599) Another correction of zh-variants
Raimond Spekking [Thu, 12 Apr 2007 21:42:30 +0000 (21:42 +0000)]
* (bug 8599) Another correction of zh-variants
  patch by Shinjiman

17 years ago* add an optional --mylang parameter to restrict checks on a given language.
Antoine Musso [Thu, 12 Apr 2007 21:24:09 +0000 (21:24 +0000)]
* add an optional --mylang parameter to restrict checks on a given language.
* lame documentation

17 years agoclean up white space, comments end at 80
Antoine Musso [Thu, 12 Apr 2007 19:38:25 +0000 (19:38 +0000)]
clean up white space, comments end at 80

17 years agooops...
Raimond Spekking [Thu, 12 Apr 2007 15:25:45 +0000 (15:25 +0000)]
oops...

17 years ago* (bug 8599) Correct localized names of zh-variants
Raimond Spekking [Thu, 12 Apr 2007 15:10:34 +0000 (15:10 +0000)]
* (bug 8599) Correct localized names of zh-variants
  patch by Shinjiman

17 years ago$magicWords for Indonesian (id) localisation
Ivan Lanin [Thu, 12 Apr 2007 12:10:02 +0000 (12:10 +0000)]
$magicWords for Indonesian (id) localisation

17 years ago* (bug 9565) Translate template namespace name for Hindi (hi)
Raimond Spekking [Thu, 12 Apr 2007 11:11:36 +0000 (11:11 +0000)]
* (bug 9565) Translate template namespace name for Hindi (hi)

17 years agoRemove un-needed comment transformation
Rob Church [Thu, 12 Apr 2007 10:08:08 +0000 (10:08 +0000)]
Remove un-needed comment transformation

17 years ago* Restore '--norc' option
Rob Church [Thu, 12 Apr 2007 10:03:38 +0000 (10:03 +0000)]
* Restore '--norc' option
* Make help more readable on consoles
* Show help if no filename provided instead of an error

17 years ago'sectionlink' and 'unit-pixel' added to the optional messages.
Raimond Spekking [Wed, 11 Apr 2007 10:46:33 +0000 (10:46 +0000)]
'sectionlink' and 'unit-pixel' added to the optional messages.
They are in most latin based/LTR lanuages the same as in en.

17 years ago* (bug 9556) Update Bulgarian translations
Raimond Spekking [Wed, 11 Apr 2007 10:40:43 +0000 (10:40 +0000)]
* (bug 9556) Update Bulgarian translations
  Patch by Borislav Manolov

17 years agowhoops...
Rob Church [Wed, 11 Apr 2007 10:00:32 +0000 (10:00 +0000)]
whoops...

17 years agoJavanese (jv) and Sundanese (su) localization updates
Ivan Lanin [Wed, 11 Apr 2007 09:07:01 +0000 (09:07 +0000)]
Javanese (jv) and Sundanese (su) localization updates

17 years agoUse switch, not if/elseif/else
Aryeh Gregor [Wed, 11 Apr 2007 04:09:48 +0000 (04:09 +0000)]
Use switch, not if/elseif/else

17 years ago* (bug 9554) Extension-provided group name messages not used
Rob Church [Wed, 11 Apr 2007 01:59:32 +0000 (01:59 +0000)]
* (bug 9554) Extension-provided group name messages not used
* Clean up SpecialListusers::formatRow() a bit, make group link building a touch more efficient

17 years ago* Kabyle (kab) translation
Niklas Laxström [Tue, 10 Apr 2007 21:56:42 +0000 (21:56 +0000)]
* Kabyle (kab) translation

17 years agoSome xff function cleanup; add a function to get the leftmost ip
Aaron Schulz [Tue, 10 Apr 2007 16:07:42 +0000 (16:07 +0000)]
Some xff function cleanup; add a function to get the leftmost ip

17 years ago* (bug 9549) Update Cantonese translations
Raimond Spekking [Tue, 10 Apr 2007 13:00:04 +0000 (13:00 +0000)]
* (bug 9549) Update Cantonese translations
  Patch by Shinjiman
* Update German translations

17 years agoIndonesian (id) localization updates
Ivan Lanin [Tue, 10 Apr 2007 10:43:20 +0000 (10:43 +0000)]
Indonesian (id) localization updates

17 years agoUpdate.
Rotem Liss [Tue, 10 Apr 2007 10:33:08 +0000 (10:33 +0000)]
Update.

17 years agoIntroduce 'mywatchlist' message; used on personal menu to link to watchlist page.
Ivan Lanin [Tue, 10 Apr 2007 10:30:05 +0000 (10:30 +0000)]
Introduce 'mywatchlist' message; used on personal menu to link to watchlist page.

17 years agoAdd fuzz test for the Syntax Highlighting extension, as per Tim's request for comment...
Nick Jenkins [Tue, 10 Apr 2007 09:10:02 +0000 (09:10 +0000)]
Add fuzz test for the Syntax Highlighting extension, as per Tim's request for comment on wikitech-l.
Invoke this specific test with:
php fuzz-tester.php --specific-test=GeSHi_Test

17 years agoSpecialPageAliases for Hungarian, see
Raimond Spekking [Tue, 10 Apr 2007 08:19:26 +0000 (08:19 +0000)]
SpecialPageAliases for Hungarian, see
http://www.mediawiki.org/wiki/Special_page_names#hu and http://lists.wikimedia.org/pipermail/wikitech-l/2007-April/030827.html
1 outdated message deleted

17 years agoUpdate German translations
Raimond Spekking [Tue, 10 Apr 2007 08:06:00 +0000 (08:06 +0000)]
Update German translations

17 years ago* (bug 9511) Update Uzbekh translations (tooltips)
Raimond Spekking [Tue, 10 Apr 2007 07:40:00 +0000 (07:40 +0000)]
* (bug 9511) Update Uzbekh translations (tooltips)
  Patch by Behzod Saidov

17 years ago* (bug 9528) Update Swedish translations
Raimond Spekking [Tue, 10 Apr 2007 07:35:53 +0000 (07:35 +0000)]
* (bug 9528) Update Swedish translations
  Patch by Lejonel

17 years ago* (bug 9528) Update Cantonese translations
Raimond Spekking [Tue, 10 Apr 2007 07:27:39 +0000 (07:27 +0000)]
* (bug 9528) Update Cantonese translations
  Patch by Shinjiman

17 years agoCouple of new hooks; FileUpload and SearchUpdate
Rob Church [Tue, 10 Apr 2007 02:18:42 +0000 (02:18 +0000)]
Couple of new hooks; FileUpload and SearchUpdate

17 years agoMore tweaks to tsearch2 parsing
Greg Sabino Mullane [Mon, 9 Apr 2007 14:24:15 +0000 (14:24 +0000)]
More tweaks to tsearch2 parsing

17 years agoFloat the unblock and ipblocklist links in Special:Blockip to the left instead of...
Rotem Liss [Mon, 9 Apr 2007 08:31:00 +0000 (08:31 +0000)]
Float the unblock and ipblocklist links in Special:Blockip to the left instead of the right in RTL interface.

17 years ago* Update to Arabic (ar) from Mido
Niklas Laxström [Sun, 8 Apr 2007 20:51:00 +0000 (20:51 +0000)]
* Update to Arabic (ar) from Mido

17 years agoUpdate.
Rotem Liss [Sun, 8 Apr 2007 17:06:43 +0000 (17:06 +0000)]
Update.

17 years ago* Updates for Indonesian (id) localization
Ivan Lanin [Sun, 8 Apr 2007 14:20:26 +0000 (14:20 +0000)]
* Updates for Indonesian (id) localization

17 years ago* Couple of more uses
Niklas Laxström [Sun, 8 Apr 2007 13:40:33 +0000 (13:40 +0000)]
* Couple of more uses

17 years ago* New message: talkpagelinktext
Niklas Laxström [Sun, 8 Apr 2007 13:30:18 +0000 (13:30 +0000)]
* New message: talkpagelinktext

17 years agoUpdate.
Rotem Liss [Sun, 8 Apr 2007 09:32:49 +0000 (09:32 +0000)]
Update.

17 years ago(bug 929, 4215) Expose "rcdays" user preference in Special:Preferences
Rob Church [Sun, 8 Apr 2007 09:30:06 +0000 (09:30 +0000)]
(bug 929, 4215) Expose "rcdays" user preference in Special:Preferences

17 years agoRelease notes tlc
Rob Church [Sun, 8 Apr 2007 07:31:19 +0000 (07:31 +0000)]
Release notes tlc

17 years agoUpdate.
Rotem Liss [Sun, 8 Apr 2007 07:31:03 +0000 (07:31 +0000)]
Update.

17 years agoKill some trailing whitespace
Rob Church [Sun, 8 Apr 2007 07:26:55 +0000 (07:26 +0000)]
Kill some trailing whitespace

17 years ago(bug 9508) Special page to list articles with the fewest revisions, based on http...
Rob Church [Sun, 8 Apr 2007 07:23:15 +0000 (07:23 +0000)]
(bug 9508) Special page to list articles with the fewest revisions, based on bugzilla.wikimedia.org/attachment.cgi?id=3421&action=view with minor modification

17 years ago*fix ipv6 prefix consistency
Aaron Schulz [Sun, 8 Apr 2007 01:41:41 +0000 (01:41 +0000)]
*fix ipv6 prefix consistency

17 years agoAdd estimateRowCount(), to support changes made in r21071
Greg Sabino Mullane [Sat, 7 Apr 2007 17:46:17 +0000 (17:46 +0000)]
Add estimateRowCount(), to support changes made in r21071

17 years agoforce cl_sortkey index
Domas Mituzas [Sat, 7 Apr 2007 08:44:52 +0000 (08:44 +0000)]
force cl_sortkey index

17 years ago- add simple row estimation mechanism, allows preparing heavy queries better :)
Domas Mituzas [Sat, 7 Apr 2007 07:35:54 +0000 (07:35 +0000)]
- add simple row estimation mechanism, allows preparing heavy queries better :)
- use estimates instead of select count(*) for jobs in Special:Statistics, won't scan million-row-tables too often

17 years agoOld cached ParserOutput entries will have null for mHeadItems instead of an array.
Brion Vibber [Fri, 6 Apr 2007 19:21:35 +0000 (19:21 +0000)]
Old cached ParserOutput entries will have null for mHeadItems instead of an array.
We could force them to clear from cache by bumping the parser version, but that
shouldn't be necessary here; just casting to (array) to avoid spewing warnings.

17 years ago* (bug 9505) Update for Cantonese language (zh-yue) #19
Niklas Laxström [Fri, 6 Apr 2007 15:23:56 +0000 (15:23 +0000)]
* (bug 9505) Update for Cantonese language (zh-yue) #19

17 years ago* Part of bug 9511: Uzbek (uz) update
Niklas Laxström [Fri, 6 Apr 2007 15:11:14 +0000 (15:11 +0000)]
* Part of bug 9511: Uzbek (uz) update

17 years ago* (bug 9512) Update to French translation
Niklas Laxström [Fri, 6 Apr 2007 14:59:36 +0000 (14:59 +0000)]
* (bug 9512) Update to French translation

17 years ago* Updates from Cedric31
Niklas Laxström [Fri, 6 Apr 2007 14:30:27 +0000 (14:30 +0000)]
* Updates from Cedric31

17 years agoTrim trailing whitespace from string.
Greg Sabino Mullane [Fri, 6 Apr 2007 12:32:26 +0000 (12:32 +0000)]
Trim trailing whitespace from string.

17 years agoMore cleanups of tsearch2 parse query
Greg Sabino Mullane [Thu, 5 Apr 2007 13:51:16 +0000 (13:51 +0000)]
More cleanups of tsearch2 parse query

17 years agoAllow datePreferences for Indonesian (id). The date format is similar with en.
Ivan Lanin [Thu, 5 Apr 2007 06:27:10 +0000 (06:27 +0000)]
Allow datePreferences for Indonesian (id). The date format is similar with en.

17 years ago* Updates for Indonesian (id) localization
Ivan Lanin [Thu, 5 Apr 2007 03:02:55 +0000 (03:02 +0000)]
* Updates for Indonesian (id) localization

17 years agoFixed my broken wiki
Tim Starling [Thu, 5 Apr 2007 02:30:29 +0000 (02:30 +0000)]
Fixed my broken wiki

17 years ago* Fix and fix
Niklas Laxström [Wed, 4 Apr 2007 19:10:00 +0000 (19:10 +0000)]
* Fix and fix

17 years ago* Removed empty summaries
Niklas Laxström [Wed, 4 Apr 2007 18:53:25 +0000 (18:53 +0000)]
* Removed empty summaries

17 years ago* Fix and fix
Niklas Laxström [Wed, 4 Apr 2007 18:35:03 +0000 (18:35 +0000)]
* Fix and fix

17 years agoSince used as regex elsewhere, strip out non-words.
Greg Sabino Mullane [Wed, 4 Apr 2007 16:21:24 +0000 (16:21 +0000)]
Since used as regex elsewhere, strip out non-words.

17 years agoUpdate.
Rotem Liss [Wed, 4 Apr 2007 10:44:37 +0000 (10:44 +0000)]
Update.

17 years ago* Predefined block reasons added to special:blockip
Raimond Spekking [Wed, 4 Apr 2007 10:15:03 +0000 (10:15 +0000)]
* Predefined block reasons added to special:blockip

17 years agoNo special .css/.js in language files
Raimond Spekking [Wed, 4 Apr 2007 08:28:22 +0000 (08:28 +0000)]
No special .css/.js in language files

17 years agoAdding an ID to the form itself
Raimond Spekking [Wed, 4 Apr 2007 07:35:13 +0000 (07:35 +0000)]
Adding an ID to the form itself

17 years ago* (bug 9492) Update Japanese translations
Raimond Spekking [Wed, 4 Apr 2007 06:23:57 +0000 (06:23 +0000)]
* (bug 9492) Update Japanese translations
  Patch by Makoto Imaizumi [Suisui]

17 years agoDocumentation tweaks to help documentation systems (Doxygen + PHPDocumentor)
Nick Jenkins [Wed, 4 Apr 2007 05:22:37 +0000 (05:22 +0000)]
Documentation tweaks to help documentation systems (Doxygen + PHPDocumentor)
pick up the appropriate tags, and documentation blobs for classes. This is
the same as per r20769, but with the grouping changes (e.g. removing "@{{") omitted.
Please be advised that more related documentation tweaks may follow later - e.g.
Doxygen generates a log file of warnings that is 574 Kb in size, when run over
the just the trunk/phase3 code ... eek! Thankfully, much of that is just
whining about functions without documentation   ;-)

17 years ago*comment typo
Aaron Schulz [Wed, 4 Apr 2007 05:19:33 +0000 (05:19 +0000)]
*comment typo

17 years agoOverhaul.
Greg Sabino Mullane [Wed, 4 Apr 2007 00:14:03 +0000 (00:14 +0000)]
Overhaul.

17 years agoEnforce a consistent datestyle, just in case.
Greg Sabino Mullane [Tue, 3 Apr 2007 22:15:30 +0000 (22:15 +0000)]
Enforce a consistent datestyle, just in case.

17 years agoGeneric method to add stylesheets and scripts to the header from parser extensions...
Tim Starling [Tue, 3 Apr 2007 21:58:18 +0000 (21:58 +0000)]
Generic method to add stylesheets and scripts to the header from parser extensions. Using a hook is inefficient since it requires loading the code on a parser cache hit. This feature saves the header text to the parser cache, and writes it to the output with no hook being called. Ugly getScript() hack to make it work with third-party skins.

17 years ago* Moved quickbar settings to messages
Niklas Laxström [Tue, 3 Apr 2007 16:04:34 +0000 (16:04 +0000)]
* Moved quickbar settings to messages

17 years agoBug 7221: Urdu translations of system messages
Raimond Spekking [Tue, 3 Apr 2007 09:14:30 +0000 (09:14 +0000)]
Bug 7221: Urdu translations of system messages

17 years ago(bug 9270) Corrected help namespace name for Dutch Lower Saxon (nds-nl)
Raimond Spekking [Tue, 3 Apr 2007 07:52:04 +0000 (07:52 +0000)]
(bug 9270) Corrected help namespace name for Dutch Lower Saxon (nds-nl)

17 years ago"svn propset svn:eol-style native" on the maintenance/[postgres|archives]/*.sql files...
Nick Jenkins [Tue, 3 Apr 2007 07:07:13 +0000 (07:07 +0000)]
"svn propset svn:eol-style native" on the maintenance/[postgres|archives]/*.sql files which were not set to native.

17 years ago* Bug 8703: Correct Limburgish namespace translations (see comment 6)
Raimond Spekking [Tue, 3 Apr 2007 06:56:35 +0000 (06:56 +0000)]
* Bug 8703: Correct Limburgish namespace translations (see comment 6)
  Message file reformatted, outdated messages and wikilinks deleted.

17 years ago* (bug 9485) Update Cantonese translations
Raimond Spekking [Tue, 3 Apr 2007 06:17:21 +0000 (06:17 +0000)]
* (bug 9485) Update Cantonese translations
  Patch by Shinjiman

17 years agohook point for injecting fields into edit form
Daniel Kinzler [Mon, 2 Apr 2007 21:53:06 +0000 (21:53 +0000)]
hook point for injecting fields into edit form

17 years ago* Bug 7861. New normative Belarusian message file
Raimond Spekking [Mon, 2 Apr 2007 20:57:19 +0000 (20:57 +0000)]
* Bug 7861. New normative Belarusian message file
Based on a file of Yury Tarasievich

17 years agoRenaming alternative Belarusian message files to be-x-old
Raimond Spekking [Mon, 2 Apr 2007 18:50:34 +0000 (18:50 +0000)]
Renaming alternative Belarusian message files to be-x-old
New message file for normative Belarussian (be) follows

17 years ago* (bug 7859) Update Kazahk translations
Raimond Spekking [Mon, 2 Apr 2007 18:13:32 +0000 (18:13 +0000)]
* (bug 7859) Update Kazahk translations
  Patches by AlefZet

17 years agoFix language code validation regex to allow be-x-old.
Tim Starling [Mon, 2 Apr 2007 17:49:12 +0000 (17:49 +0000)]
Fix language code validation regex to allow be-x-old.

17 years ago* Some updates
Niklas Laxström [Mon, 2 Apr 2007 14:56:25 +0000 (14:56 +0000)]
* Some updates

17 years ago* Try harder
Niklas Laxström [Mon, 2 Apr 2007 14:37:47 +0000 (14:37 +0000)]
* Try harder

17 years agoUpdate.
Rotem Liss [Mon, 2 Apr 2007 14:27:30 +0000 (14:27 +0000)]
Update.

17 years ago* Escaping
Niklas Laxström [Mon, 2 Apr 2007 14:23:58 +0000 (14:23 +0000)]
* Escaping

17 years ago* New shortcut function
Niklas Laxström [Mon, 2 Apr 2007 14:04:29 +0000 (14:04 +0000)]
* New shortcut function

17 years agoAdd --group parameter on getSlaveServer to select from a query group
Brion Vibber [Mon, 2 Apr 2007 13:57:03 +0000 (13:57 +0000)]
Add --group parameter on getSlaveServer to select from a query group

17 years ago* Use ui language now that it is possible
Niklas Laxström [Mon, 2 Apr 2007 13:21:09 +0000 (13:21 +0000)]
* Use ui language now that it is possible

17 years ago* Fixed $wgFeedLimit
Niklas Laxström [Mon, 2 Apr 2007 13:06:36 +0000 (13:06 +0000)]
* Fixed $wgFeedLimit

17 years ago* Update German localization
Raimond Spekking [Mon, 2 Apr 2007 11:08:08 +0000 (11:08 +0000)]
* Update German localization
* Adding new specialpage to MessagesEn, allows use of canonical and translated name

17 years agoLog sundanese (su) update
Ivan Lanin [Mon, 2 Apr 2007 11:07:30 +0000 (11:07 +0000)]
Log sundanese (su) update