lhc/web/wiklou.git
16 years agoUpdate.
Rotem Liss [Tue, 18 Mar 2008 16:05:43 +0000 (16:05 +0000)]
Update.

16 years ago* Add a nice fieldset around the input form
Raimond Spekking [Tue, 18 Mar 2008 15:31:55 +0000 (15:31 +0000)]
* Add a nice fieldset around the input form
* Use proper XML function

16 years ago(bug 13390) Invalid title no longer kills an entire API query
Roan Kattouw [Tue, 18 Mar 2008 15:17:24 +0000 (15:17 +0000)]
(bug 13390) Invalid title no longer kills an entire API query

16 years agoPartial revert of r32097: please don't introduce this hybrid behavior thing, it'll...
Roan Kattouw [Tue, 18 Mar 2008 14:59:44 +0000 (14:59 +0000)]
Partial revert of r32097: please don't introduce this hybrid behavior thing, it'll only confuse people (has been discussed before). Spending 9 bytes on "Category:" won't kill anyone and ensures consistency with iutitle

16 years agoDon't require commandLine.inc when not using the command line; instead, move wfWaitFo...
Aryeh Gregor [Tue, 18 Mar 2008 13:18:06 +0000 (13:18 +0000)]
Don't require commandLine.inc when not using the command line; instead, move wfWaitForSlaves() to GlobalFunctions.php, which is where I expected it to be to begin with.  That appears, sensibly, to be loaded by all code paths.  While I'm there, add some documentation.

16 years ago*Fix bug when using Mediawiki updater command line.
Bertrand Grondin [Tue, 18 Mar 2008 12:42:22 +0000 (12:42 +0000)]
*Fix bug when using Mediawiki updater command line.
*Prevent redeclaring wfWaitForSlaves ()

16 years ago* Adding/updating Persian translations
Huji [Tue, 18 Mar 2008 10:27:22 +0000 (10:27 +0000)]
* Adding/updating Persian translations

16 years ago Localisation updates for extensions messages from Betawiki
Bertrand Grondin [Tue, 18 Mar 2008 10:12:22 +0000 (10:12 +0000)]
 Localisation updates for extensions messages from Betawiki

16 years agomove global constants to class-specific constants, to avoid collisions with Memcache...
Domas Mituzas [Tue, 18 Mar 2008 09:54:43 +0000 (09:54 +0000)]
move global constants to class-specific constants, to avoid collisions with Memcache PECL

16 years agoClean up some undefined variable errors
Aaron Schulz [Tue, 18 Mar 2008 08:31:01 +0000 (08:31 +0000)]
Clean up some undefined variable errors

16 years ago* Use "title" instead of "category"
Victor Vasiliev [Tue, 18 Mar 2008 08:14:08 +0000 (08:14 +0000)]
* Use "title" instead of "category"
* Support both "Category:Test" and "Test" format
* Fix notice about undefined index

16 years agoFix bug when using Mediawiki Installer.
Bertrand Grondin [Tue, 18 Mar 2008 07:58:21 +0000 (07:58 +0000)]
Fix bug when using Mediawiki Installer.

fix the following message error :
Fatal error:  Call to undefined function wfWaitForSlaves() in maintenance/populateCategory.inc on line 66

This wfWaitForSlaves() function exists only in commandLine.inc but updater can't call it when not using command line tool.
Adding this function in the end of populateCategory.inc.

16 years agoFix for r32085:
Raimond Spekking [Tue, 18 Mar 2008 06:10:06 +0000 (06:10 +0000)]
Fix for r32085:
* Add new messages to maintenance/language/messages.inc
* Move categories related messages to a more logical section (WTH is the relation to spamprotection o_O ?)

16 years agoFix for r32085: Use the correct message names
Raimond Spekking [Tue, 18 Mar 2008 05:57:15 +0000 (05:57 +0000)]
Fix for r32085: Use the correct message names

16 years agoAdd updatelog table.
Greg Sabino Mullane [Tue, 18 Mar 2008 01:39:36 +0000 (01:39 +0000)]
Add updatelog table.

16 years agoAllow signed int types. Kinda redundant, but hey...
Greg Sabino Mullane [Tue, 18 Mar 2008 01:32:57 +0000 (01:32 +0000)]
Allow signed int types. Kinda redundant, but hey...

16 years agoThis is a schema change. It's only a table creation, but the table must be created...
Aryeh Gregor [Tue, 18 Mar 2008 00:17:28 +0000 (00:17 +0000)]
This is a schema change.  It's only a table creation, but the table must be created on Wikimedia servers before this revision goes live.  The maintenance script populateCategory.php should be run when convenient.  If it's not run, there's only one substantial case where display will be harmed: the page of a category with more than 200 net pages added since the patch goes live will give an erroneously low count.  In other cases category pages will just be better-worded, and it will recognize the count in the table is bogus.
* Adds Category and CategoryList classes to represent categories themselves.
* Adds a category table, giving each category a name, ID, and counts of all members, subcats only, and files.
* Adds a maintenance script to populate the category table efficiently.  This script is careful to wait for slaves and should be safe to run on a live database.  The maintenance script's includes file is called by update.php.
* Until the category table is populated, the patch handles weird category table rows gracefully.  It detects whether they're obviously impossible, and if so, it outputs appropriate messages.

16 years agoAdd updatelog table to reliably permit updates that don't change the schema. A fairl...
Aryeh Gregor [Tue, 18 Mar 2008 00:06:06 +0000 (00:06 +0000)]
Add updatelog table to reliably permit updates that don't change the schema.  A fairly trivial patch.  It isn't used at all currently (it will be in a minute!), and presumably won't ever be used outside of update.php, so it can be ignored for Wikimedia despite being a schema change.

16 years ago* Add a nice fieldset around the input form
Raimond Spekking [Mon, 17 Mar 2008 23:25:00 +0000 (23:25 +0000)]
* Add a nice fieldset around the input form
* Found CSS classes for aligning in shared.css -> use them!

16 years agoLocalisation updates German
Raimond Spekking [Mon, 17 Mar 2008 22:17:49 +0000 (22:17 +0000)]
Localisation updates German

16 years ago* Adding/updating Persian translations
Huji [Mon, 17 Mar 2008 21:36:53 +0000 (21:36 +0000)]
* Adding/updating Persian translations

16 years ago(bug 13407) MediaWiki:Powersearch is used in two places
Huji [Mon, 17 Mar 2008 21:34:06 +0000 (21:34 +0000)]
(bug 13407) MediaWiki:Powersearch is used in two places

16 years agoSome rework on 'mainUploadForm':
Raimond Spekking [Mon, 17 Mar 2008 21:05:15 +0000 (21:05 +0000)]
Some rework on 'mainUploadForm':
* Add a nice fieldset around the input form
* Add a CSS id for the table
* Found CSS classes for aligning in shared.css -> use them!
* Fix indention

16 years agoFix #13265 : image/x-bmp not handled
Antoine Musso [Mon, 17 Mar 2008 20:31:33 +0000 (20:31 +0000)]
Fix #13265 : image/x-bmp not handled

16 years agoAPI: Adding more detail in credits
Roan Kattouw [Mon, 17 Mar 2008 20:13:22 +0000 (20:13 +0000)]
API: Adding more detail in credits

16 years agoFile should still count as existing if hidden
Aaron Schulz [Mon, 17 Mar 2008 19:57:31 +0000 (19:57 +0000)]
File should still count as existing if hidden

16 years ago*Fix some escaping issues
Aaron Schulz [Mon, 17 Mar 2008 19:23:47 +0000 (19:23 +0000)]
*Fix some escaping issues
*$remaining and such were not getting used anymore, use them again.

16 years agoAPI: Adding aiprop parameter to list=allimages, some cleanup
Roan Kattouw [Mon, 17 Mar 2008 18:51:32 +0000 (18:51 +0000)]
API: Adding aiprop parameter to list=allimages, some cleanup

16 years agoAPI: Updating action=help credits to give Yuri and Vasiliev due credit
Roan Kattouw [Mon, 17 Mar 2008 18:16:51 +0000 (18:16 +0000)]
API: Updating action=help credits to give Yuri and Vasiliev due credit

16 years agoFix double escaping
Raimond Spekking [Mon, 17 Mar 2008 17:46:12 +0000 (17:46 +0000)]
Fix double escaping

16 years agoFix.
Rotem Liss [Mon, 17 Mar 2008 17:34:09 +0000 (17:34 +0000)]
Fix.

16 years agoI hate it. Sure
Victor Vasiliev [Mon, 17 Mar 2008 15:38:17 +0000 (15:38 +0000)]
I hate it. Sure

16 years agoWhoops, it's case-sensitive!
Victor Vasiliev [Mon, 17 Mar 2008 15:28:52 +0000 (15:28 +0000)]
Whoops, it's case-sensitive!

16 years agoYes, and also I forgot autoloader
Victor Vasiliev [Mon, 17 Mar 2008 15:25:03 +0000 (15:25 +0000)]
Yes, and also I forgot autoloader

16 years agoLocalisation updates German
Raimond Spekking [Mon, 17 Mar 2008 13:52:53 +0000 (13:52 +0000)]
Localisation updates German

16 years agoFix some minor glitches and grammar broken by recent modifications.
Purodha B Blissenbach [Mon, 17 Mar 2008 13:52:01 +0000 (13:52 +0000)]
Fix some minor glitches and grammar broken by recent modifications.

16 years agoForgot to svn add it
Victor Vasiliev [Mon, 17 Mar 2008 09:16:38 +0000 (09:16 +0000)]
Forgot to svn add it

16 years ago* Introduced list=allimages
Victor Vasiliev [Mon, 17 Mar 2008 08:25:22 +0000 (08:25 +0000)]
* Introduced list=allimages
* (bug 13371) Build page set from image hashes
* Mark non-existent messages in meta=allmessages as missing

16 years agoFixes.
Rotem Liss [Mon, 17 Mar 2008 07:29:09 +0000 (07:29 +0000)]
Fixes.

16 years agoFix.
Rotem Liss [Mon, 17 Mar 2008 07:28:27 +0000 (07:28 +0000)]
Fix.

16 years agoFix.
Rotem Liss [Mon, 17 Mar 2008 07:11:00 +0000 (07:11 +0000)]
Fix.

16 years agoMight as well show username here if allowed
Aaron Schulz [Sun, 16 Mar 2008 21:24:52 +0000 (21:24 +0000)]
Might as well show username here if allowed

16 years agor32045 committed from wrong working branch. Revert and commit the one I wanted.
Aaron Schulz [Sun, 16 Mar 2008 21:02:10 +0000 (21:02 +0000)]
r32045 committed from wrong working branch. Revert and commit the one I wanted.

16 years agoLoad extra RC fields
Aaron Schulz [Sun, 16 Mar 2008 20:59:59 +0000 (20:59 +0000)]
Load extra RC fields

16 years agoSelect extra RC columns
Aaron Schulz [Sun, 16 Mar 2008 20:49:24 +0000 (20:49 +0000)]
Select extra RC columns

16 years agoOne of them semicolons snuck out of the barn again...
Greg Sabino Mullane [Sun, 16 Mar 2008 20:07:40 +0000 (20:07 +0000)]
One of them semicolons snuck out of the barn again...

16 years agoLocalisation updates for core messages from Betawiki (2008-03-16 20:06 CET)
Siebrand Mazeland [Sun, 16 Mar 2008 19:26:47 +0000 (19:26 +0000)]
Localisation updates for core messages from Betawiki (2008-03-16 20:06 CET)

16 years agoAPI:
Roan Kattouw [Sun, 16 Mar 2008 19:08:30 +0000 (19:08 +0000)]
API:
* Removing deprecated cmcategory parameter
* Correcting action=login help text

16 years agoLocalisation updates for core messages from Betawiki
Siebrand Mazeland [Sun, 16 Mar 2008 19:00:37 +0000 (19:00 +0000)]
Localisation updates for core messages from Betawiki
* si namespaceNames

16 years agorev_deleted merge:
Aaron Schulz [Sun, 16 Mar 2008 18:46:09 +0000 (18:46 +0000)]
rev_deleted merge:
*Hide deleted content
*Support rc_log_type/rc_log_action/ect... params
*Use tables to avoid strange overflow

16 years agoper r32027, use wfDeprecated() instead of trigger_error()
Alexandre Emsenhuber [Sun, 16 Mar 2008 18:26:10 +0000 (18:26 +0000)]
per r32027, use wfDeprecated() instead of trigger_error()

16 years agoClean up typos, wrap to 80 chars instead of some random number, fix some grammar...
Aryeh Gregor [Sun, 16 Mar 2008 18:14:31 +0000 (18:14 +0000)]
Clean up typos, wrap to 80 chars instead of some random number, fix some grammar, remove obsolete complaint about PHP not being a real OO language (although you can still argue it's not a real language period :) ).

16 years ago* Removing some messages that contain references to gnu licenses and some other fixes
Niklas Laxström [Sun, 16 Mar 2008 15:57:42 +0000 (15:57 +0000)]
* Removing some messages that contain references to gnu licenses and some other fixes

16 years ago* Added id
Niklas Laxström [Sun, 16 Mar 2008 09:28:46 +0000 (09:28 +0000)]
* Added id

16 years agoImprove on r32014 with a helper function to avoid code duplication/possible inconsist...
Aryeh Gregor [Sun, 16 Mar 2008 00:50:14 +0000 (00:50 +0000)]
Improve on r32014 with a helper function to avoid code duplication/possible inconsistency.  Would it be nice to start using this more, or should we just keep all the deprecated functions forever and not whine about it?

16 years agoLocalisation updates for core messages from Betawiki
Siebrand Mazeland [Sat, 15 Mar 2008 23:30:12 +0000 (23:30 +0000)]
Localisation updates for core messages from Betawiki
* da specialPageAliases

16 years ago* Don't show (last) links for unviewable revisions
Aaron Schulz [Sat, 15 Mar 2008 21:20:41 +0000 (21:20 +0000)]
* Don't show (last) links for unviewable revisions
* Clean up documentation and clarity

16 years agoLocalisation updates for core messages from Betawiki (2008-03-15 20:28 CET)
Siebrand Mazeland [Sat, 15 Mar 2008 19:43:20 +0000 (19:43 +0000)]
Localisation updates for core messages from Betawiki (2008-03-15 20:28 CET)

16 years ago Localisation updates for extensions messages from Betawiki
Bertrand Grondin [Sat, 15 Mar 2008 18:46:00 +0000 (18:46 +0000)]
 Localisation updates for extensions messages from Betawiki

16 years ago* Adding/updating Persian translations
Huji [Sat, 15 Mar 2008 14:18:48 +0000 (14:18 +0000)]
* Adding/updating Persian translations
* Rebuilding Messages(Fa|En).php

16 years agoAlso applying r32016 to the Modern skin.
Bryan Tong Minh [Sat, 15 Mar 2008 13:50:16 +0000 (13:50 +0000)]
Also applying r32016 to the Modern skin.

16 years ago(bug 7251) Sidebars generated by MediaWiki:Sidebar now have the class 'generated...
Bryan Tong Minh [Sat, 15 Mar 2008 13:44:58 +0000 (13:44 +0000)]
(bug 7251) Sidebars generated by MediaWiki:Sidebar now have the class 'generated-sidebar'.

16 years ago* Throw some E_USER_NOTICES that developers may actually notice if they are still...
Niklas Laxström [Sat, 15 Mar 2008 10:50:51 +0000 (10:50 +0000)]
* Throw some E_USER_NOTICES that developers may actually notice if they are still using deprecated functions

16 years ago* Some cleanups
Niklas Laxström [Sat, 15 Mar 2008 10:46:28 +0000 (10:46 +0000)]
* Some cleanups

16 years ago* Magic word formatnum can now take raw suffix to undo formatting
Niklas Laxström [Sat, 15 Mar 2008 10:39:56 +0000 (10:39 +0000)]
* Magic word formatnum can now take raw suffix to undo formatting

16 years agoRemove trailing whitespace in messages
Siebrand Mazeland [Sat, 15 Mar 2008 10:18:08 +0000 (10:18 +0000)]
Remove trailing whitespace in messages

16 years agoRemove unused variables
Aaron Schulz [Sat, 15 Mar 2008 08:48:21 +0000 (08:48 +0000)]
Remove unused variables

16 years ago* Update Chinese translations
Shinjiman [Sat, 15 Mar 2008 08:31:04 +0000 (08:31 +0000)]
* Update Chinese translations
* Update Cantonese translations
* Update Old Chinese / Late Time Chinese translations

16 years ago* Update Chinese translations
Shinjiman [Sat, 15 Mar 2008 08:23:33 +0000 (08:23 +0000)]
* Update Chinese translations
* Update Cantonese translations
* Update Old Chinese / Late Time Chinese translations

16 years agoUpdate.
Rotem Liss [Sat, 15 Mar 2008 08:22:24 +0000 (08:22 +0000)]
Update.

16 years agoCasing consistency
Aaron Schulz [Sat, 15 Mar 2008 07:59:21 +0000 (07:59 +0000)]
Casing consistency

16 years agoMore rev_deleted merging
Aaron Schulz [Sat, 15 Mar 2008 00:27:57 +0000 (00:27 +0000)]
More rev_deleted merging
*Add suppress option to file delete form. Sprinkle in argument where needed.
*Restrict content at sp:undelete
*FileRepo can deal with images in the 'deleted' FS group (corresponds to a setting of oi_deleted)

16 years ago* (bug 3131) Manually-specified upload destination filename is no longer
Brion Vibber [Fri, 14 Mar 2008 23:38:08 +0000 (23:38 +0000)]
* (bug 3131) Manually-specified upload destination filename is no longer
  overwritten by browsing for a file after you wrote it.

16 years agoAdding translation
Huji [Fri, 14 Mar 2008 23:20:47 +0000 (23:20 +0000)]
Adding translation

16 years ago* Adding/updating Persian translations
Huji [Fri, 14 Mar 2008 23:18:51 +0000 (23:18 +0000)]
* Adding/updating Persian translations

16 years ago(bug 12882) Adding a <span class="patrollink"></span> arround "Mark as patrolled...
Alexandre Emsenhuber [Fri, 14 Mar 2008 22:50:09 +0000 (22:50 +0000)]
(bug 12882) Adding a <span class="patrollink"></span> arround "Mark as patrolled" link on diffs

16 years ago(bug 2084) Fixed incorrect regex to match redirects
Alexandre Emsenhuber [Fri, 14 Mar 2008 21:57:09 +0000 (21:57 +0000)]
(bug 2084) Fixed incorrect regex to match redirects

16 years agoRevert r31990 -- for reverted message
Brion Vibber [Fri, 14 Mar 2008 20:26:18 +0000 (20:26 +0000)]
Revert r31990 -- for reverted message

16 years agoRevert r31989 -- bizarre 'searchtext' message consisting of '$1' makes no sense
Brion Vibber [Fri, 14 Mar 2008 20:24:36 +0000 (20:24 +0000)]
Revert r31989 -- bizarre 'searchtext' message consisting of '$1' makes no sense

16 years agoMaking the new message ignored.
Rotem Liss [Fri, 14 Mar 2008 19:52:43 +0000 (19:52 +0000)]
Making the new message ignored.

16 years agoSome tweaks to the search form.
Bryan Tong Minh [Fri, 14 Mar 2008 19:21:38 +0000 (19:21 +0000)]
Some tweaks to the search form.

16 years agoIndonesian (id) localisation updates for core messages.
Ivan Lanin [Fri, 14 Mar 2008 19:18:30 +0000 (19:18 +0000)]
Indonesian (id) localisation updates for core messages.

16 years ago* (bug 13359) Double-escaping in Special:Allpages
Brion Vibber [Fri, 14 Mar 2008 18:02:18 +0000 (18:02 +0000)]
* (bug 13359) Double-escaping in Special:Allpages

16 years agoLocalisation updates for core messages from Betawiki (2008-03-14 18:02 CET)
Siebrand Mazeland [Fri, 14 Mar 2008 17:44:23 +0000 (17:44 +0000)]
Localisation updates for core messages from Betawiki (2008-03-14 18:02 CET)

16 years agoCorrect documentation on UI language 'mn' to "Halh Mongolian (Cyrillic) (ISO 639...
Siebrand Mazeland [Fri, 14 Mar 2008 17:01:15 +0000 (17:01 +0000)]
Correct documentation on UI language 'mn' to "Halh Mongolian (Cyrillic) (ISO 639-3: khk)"

16 years agoUpdate.
Rotem Liss [Fri, 14 Mar 2008 14:48:22 +0000 (14:48 +0000)]
Update.

16 years agoLocalisation updates German
Raimond Spekking [Fri, 14 Mar 2008 13:59:29 +0000 (13:59 +0000)]
Localisation updates German

16 years agoPer suggestion on wikitech-l, use "Create( this page)" instead of "Edit( this page...
Aryeh Gregor [Fri, 14 Mar 2008 13:23:48 +0000 (13:23 +0000)]
Per suggestion on wikitech-l, use "Create( this page)" instead of "Edit( this page)" when the page doesn't actually exist yet.  It makes quite a bit more sense.  (Incidentally, am I the only one who finds it weird that different skins use different messages?  They probably shouldn't use raw wfMsg() either, unless that's getting escaped later somewhere.)

16 years agoFix.
Rotem Liss [Fri, 14 Mar 2008 13:09:45 +0000 (13:09 +0000)]
Fix.

16 years agoAPI: Added rvsection parameter to prop=revisions to allow fetching the content of...
Roan Kattouw [Fri, 14 Mar 2008 13:07:38 +0000 (13:07 +0000)]
API: Added rvsection parameter to prop=revisions to allow fetching the content of a certain section only

16 years agoRemove some weird whitespace that's always annoyed me and seems to only keep EOLs...
Aryeh Gregor [Fri, 14 Mar 2008 13:06:09 +0000 (13:06 +0000)]
Remove some weird whitespace that's always annoyed me and seems to only keep EOLs aligned, not anything that you'd actually have reason to want aligned.

16 years ago* Add a CSS id to the table
Raimond Spekking [Fri, 14 Mar 2008 10:27:19 +0000 (10:27 +0000)]
* Add a CSS id to the table
* Use proper XML function

16 years agoUpdate.
Rotem Liss [Fri, 14 Mar 2008 09:54:22 +0000 (09:54 +0000)]
Update.

16 years ago* Add a nice fieldset around the input form
Raimond Spekking [Fri, 14 Mar 2008 09:04:44 +0000 (09:04 +0000)]
* Add a nice fieldset around the input form
* Add a CSS id for the table

16 years agoOops, escape the output too. Thanks to Nikerabbit :)
Raimond Spekking [Fri, 14 Mar 2008 08:49:41 +0000 (08:49 +0000)]
Oops, escape the output too. Thanks to Nikerabbit :)

16 years ago* Do not wrap checkbox and namespace name
Raimond Spekking [Fri, 14 Mar 2008 07:52:01 +0000 (07:52 +0000)]
* Do not wrap checkbox and namespace name
* some XML tweaks

16 years ago* Use PLURAL for 'search-result-size'
Raimond Spekking [Fri, 14 Mar 2008 05:56:40 +0000 (05:56 +0000)]
* Use PLURAL for 'search-result-size'

16 years agoFix for bug 13251, allows some rebuld scripts to work with Postgres.
Greg Sabino Mullane [Fri, 14 Mar 2008 04:39:18 +0000 (04:39 +0000)]
Fix for bug 13251, allows some rebuld scripts to work with Postgres.

16 years agoPatch from bug 13136
Greg Sabino Mullane [Fri, 14 Mar 2008 04:22:04 +0000 (04:22 +0000)]
Patch from bug 13136

16 years ago* Update Chinese translations
Shinjiman [Fri, 14 Mar 2008 03:27:08 +0000 (03:27 +0000)]
* Update Chinese translations
* Update Cantonese translations
* Update Old Chinese / Late Time Chinese translations