[MediaWiki-CVS] SVN: [51861] trunk/extensions

2009-06-15 Thread tstarling
Revision: 51861 Author: tstarling Date: 2009-06-15 06:36:07 + (Mon, 15 Jun 2009) Log Message: --- Fixed some syntax errors: * __call can't be static * missing comma * No such thing as abstract static * __set can't be protected Modified Paths: --

[MediaWiki-CVS] SVN: [51862] trunk/phase3/skins/Standard.php

2009-06-15 Thread ialex
Revision: 51862 Author: ialex Date: 2009-06-15 06:46:32 + (Mon, 15 Jun 2009) Log Message: --- we have SpecialPage::getTitleFor() for that Modified Paths: -- trunk/phase3/skins/Standard.php Modified: trunk/phase3/skins/Standard.php

[MediaWiki-CVS] SVN: [51863] trunk/phase3/includes/Export.php

2009-06-15 Thread tstarling
Revision: 51863 Author: tstarling Date: 2009-06-15 06:54:40 + (Mon, 15 Jun 2009) Log Message: --- Remove $resultset-free() calls, as in live hack. The calls are unnecessary, removing probably fixes some bug. Modified Paths: -- trunk/phase3/includes/Export.php

[MediaWiki-CVS] SVN: [51864] trunk/extensions/DynamicPageList/DPLSetup.php

2009-06-15 Thread tstarling
Revision: 51864 Author: tstarling Date: 2009-06-15 07:22:59 + (Mon, 15 Jun 2009) Log Message: --- Fixed syntax error. Modified Paths: -- trunk/extensions/DynamicPageList/DPLSetup.php Modified: trunk/extensions/DynamicPageList/DPLSetup.php

[MediaWiki-CVS] SVN: [51868] trunk/phase3/skins/common/shared.css

2009-06-15 Thread siebrand
Revision: 51868 Author: siebrand Date: 2009-06-15 08:05:52 + (Mon, 15 Jun 2009) Log Message: --- Label width from 20% to 30% to further reduce label wrapping. Is was for example wrapping on Special:AllPages for Display pages starting at: at 'at' in FF3. Modified Paths:

[MediaWiki-CVS] SVN: [51869] trunk/extensions/ProofreadPage/ProofreadPage.php

2009-06-15 Thread thomasv
Revision: 51869 Author: thomasv Date: 2009-06-15 08:13:21 + (Mon, 15 Jun 2009) Log Message: --- follow-up to r51788 Modified Paths: -- trunk/extensions/ProofreadPage/ProofreadPage.php Modified: trunk/extensions/ProofreadPage/ProofreadPage.php

[MediaWiki-CVS] SVN: [51870] trunk/extensions/Collection

2009-06-15 Thread jojo
Revision: 51870 Author: jojo Date: 2009-06-15 09:40:58 + (Mon, 15 Jun 2009) Log Message: --- use hardcoded rights collectionsaveas{user|community}page. Modified Paths: -- trunk/extensions/Collection/Collection.body.php

[MediaWiki-CVS] SVN: [51871] trunk/phase3/includes/specials/SpecialSearch.php

2009-06-15 Thread rainman
Revision: 51871 Author: rainman Date: 2009-06-15 09:44:55 + (Mon, 15 Jun 2009) Log Message: --- Fix for r51574: did you mean.. links were broken, the original change seem to miss this one.. Modified Paths: -- trunk/phase3/includes/specials/SpecialSearch.php

[MediaWiki-CVS] SVN: [51872] trunk/extensions/Collection

2009-06-15 Thread jojo
Revision: 51872 Author: jojo Date: 2009-06-15 09:47:23 + (Mon, 15 Jun 2009) Log Message: --- rename wgLicense{Name|URL} to wgCollectionLicnse{Name|URL} Modified Paths: -- trunk/extensions/Collection/Collection.body.php

[MediaWiki-CVS] SVN: [51873] trunk/extensions/Collection/Collection.templates.php

2009-06-15 Thread jojo
Revision: 51873 Author: jojo Date: 2009-06-15 09:48:25 + (Mon, 15 Jun 2009) Log Message: --- fix indentation Modified Paths: -- trunk/extensions/Collection/Collection.templates.php Modified: trunk/extensions/Collection/Collection.templates.php

[MediaWiki-CVS] SVN: [51874] trunk/extensions/Collection/Collection.hooks.php

2009-06-15 Thread jojo
Revision: 51874 Author: jojo Date: 2009-06-15 09:49:50 + (Mon, 15 Jun 2009) Log Message: --- replace empty() with isset() Modified Paths: -- trunk/extensions/Collection/Collection.hooks.php Modified: trunk/extensions/Collection/Collection.hooks.php

[MediaWiki-CVS] SVN: [51876] trunk/extensions/Collection/Collection.hooks.php

2009-06-15 Thread jojo
Revision: 51876 Author: jojo Date: 2009-06-15 10:03:20 + (Mon, 15 Jun 2009) Log Message: --- fix for unset var $oldid Modified Paths: -- trunk/extensions/Collection/Collection.hooks.php Modified: trunk/extensions/Collection/Collection.hooks.php

[MediaWiki-CVS] SVN: [51877] trunk/extensions/Collection

2009-06-15 Thread jojo
Revision: 51877 Author: jojo Date: 2009-06-15 10:32:24 + (Mon, 15 Jun 2009) Log Message: --- fix escaping/quoting. shorten code by using Xml::encodeJsVar() and Skin::makeVariablesScript() Modified Paths: -- trunk/extensions/Collection/Collection.hooks.php

[MediaWiki-CVS] SVN: [51878] trunk/extensions/Collection/Collection.hooks.php

2009-06-15 Thread jojo
Revision: 51878 Author: jojo Date: 2009-06-15 10:34:47 + (Mon, 15 Jun 2009) Log Message: --- optimize page-in-category check Modified Paths: -- trunk/extensions/Collection/Collection.hooks.php Modified: trunk/extensions/Collection/Collection.hooks.php

[MediaWiki-CVS] SVN: [51879] trunk/extensions/Collection

2009-06-15 Thread jojo
Revision: 51879 Author: jojo Date: 2009-06-15 10:45:54 + (Mon, 15 Jun 2009) Log Message: --- check result from Title::newFromText() Modified Paths: -- trunk/extensions/Collection/Collection.body.php trunk/extensions/Collection/Collection.hooks.php Modified:

[MediaWiki-CVS] SVN: [51880] trunk/phase3/includes/OutputPage.php

2009-06-15 Thread siebrand
Revision: 51880 Author: siebrand Date: 2009-06-15 11:11:17 + (Mon, 15 Jun 2009) Log Message: --- Follow-up to r50822. Add id=mw-returnto to allow styling. Modified Paths: -- trunk/phase3/includes/OutputPage.php Modified: trunk/phase3/includes/OutputPage.php

[MediaWiki-CVS] SVN: [51881] trunk/extensions/DynamicPageList

2009-06-15 Thread shinjiman
Revision: 51881 Author: shinjiman Date: 2009-06-15 11:24:46 + (Mon, 15 Jun 2009) Log Message: --- Follow-up r51852, fix text encoding issues. Modified Paths: -- trunk/extensions/DynamicPageList/DPLMain.php trunk/extensions/DynamicPageList/DPLSetup.php

[MediaWiki-CVS] SVN: [51882] trunk/phase3/includes/Skin.php

2009-06-15 Thread siebrand
Revision: 51882 Author: siebrand Date: 2009-06-15 11:27:48 + (Mon, 15 Jun 2009) Log Message: --- (bug 19202) Follow-up to r51819: fix incorrect conversion. Put wfMsgForContent back. Modified Paths: -- trunk/phase3/includes/Skin.php Modified:

[MediaWiki-CVS] SVN: [51883] trunk/extensions/Collection

2009-06-15 Thread jojo
Revision: 51883 Author: jojo Date: 2009-06-15 11:36:23 + (Mon, 15 Jun 2009) Log Message: --- addArticle() is a static method. check return code. Modified Paths: -- trunk/extensions/Collection/Collection.body.php

[MediaWiki-CVS] SVN: [51884] trunk/extensions/Collection

2009-06-15 Thread jojo
Revision: 51884 Author: jojo Date: 2009-06-15 11:40:12 + (Mon, 15 Jun 2009) Log Message: --- use return codes in removeArticle() etc. Modified Paths: -- trunk/extensions/Collection/Collection.body.php trunk/extensions/Collection/Collection.i18n.php

[MediaWiki-CVS] SVN: [51885] trunk/extensions/Collection/Collection.body.php

2009-06-15 Thread jojo
Revision: 51885 Author: jojo Date: 2009-06-15 11:40:57 + (Mon, 15 Jun 2009) Log Message: --- remove calls to User::invalidateCache() (deprecated by the cache invalidation hook) Modified Paths: -- trunk/extensions/Collection/Collection.body.php Modified:

[MediaWiki-CVS] SVN: [51886] trunk/extensions/Collection/Collection.body.php

2009-06-15 Thread jojo
Revision: 51886 Author: jojo Date: 2009-06-15 11:44:08 + (Mon, 15 Jun 2009) Log Message: --- do not use hardcoded value for pediapress. do not pretend to return something. Modified Paths: -- trunk/extensions/Collection/Collection.body.php Modified:

[MediaWiki-CVS] SVN: [51887] trunk/extensions/Collection/Collection.body.php

2009-06-15 Thread jojo
Revision: 51887 Author: jojo Date: 2009-06-15 12:05:20 + (Mon, 15 Jun 2009) Log Message: --- use static member as cmp function. use array_merge() when sorting items. Modified Paths: -- trunk/extensions/Collection/Collection.body.php Modified:

[MediaWiki-CVS] SVN: [51888] trunk/extensions/Collection/Collection.body.php

2009-06-15 Thread jojo
Revision: 51888 Author: jojo Date: 2009-06-15 12:10:16 + (Mon, 15 Jun 2009) Log Message: --- check that $index is an integer. do not issue notices on empty lines when parsing collection pages. Modified Paths: -- trunk/extensions/Collection/Collection.body.php

[MediaWiki-CVS] SVN: [51889] trunk/phase3/includes/specials/SpecialUndelete.php

2009-06-15 Thread siebrand
Revision: 51889 Author: siebrand Date: 2009-06-15 12:12:53 + (Mon, 15 Jun 2009) Log Message: --- (bug 19205 ) Follow-up to 50351 and 51572: no double escaping. Modified Paths: -- trunk/phase3/includes/specials/SpecialUndelete.php Modified:

[MediaWiki-CVS] SVN: [51890] trunk/extensions/Collection/Collection.hooks.php

2009-06-15 Thread jojo
Revision: 51890 Author: jojo Date: 2009-06-15 12:22:57 + (Mon, 15 Jun 2009) Log Message: --- typo fix Modified Paths: -- trunk/extensions/Collection/Collection.hooks.php Modified: trunk/extensions/Collection/Collection.hooks.php

[MediaWiki-CVS] SVN: [51891] trunk/extensions

2009-06-15 Thread shinjiman
Revision: 51891 Author: shinjiman Date: 2009-06-15 12:23:22 + (Mon, 15 Jun 2009) Log Message: --- Localisation updates Cantonese and Chinese for extension messages Modified Paths: -- trunk/extensions/CodeReview/CodeReview.i18n.php

[MediaWiki-CVS] SVN: [51892] trunk/extensions/Collection/Collection.body.php

2009-06-15 Thread jojo
Revision: 51892 Author: jojo Date: 2009-06-15 12:23:23 + (Mon, 15 Jun 2009) Log Message: --- factor out line parsing function Modified Paths: -- trunk/extensions/Collection/Collection.body.php Modified: trunk/extensions/Collection/Collection.body.php

[MediaWiki-CVS] SVN: [51893] trunk/extensions/Collection/Collection.body.php

2009-06-15 Thread jojo
Revision: 51893 Author: jojo Date: 2009-06-15 12:28:02 + (Mon, 15 Jun 2009) Log Message: --- use CURLOPT_TRANSFER instead of ob_*() Modified Paths: -- trunk/extensions/Collection/Collection.body.php Modified: trunk/extensions/Collection/Collection.body.php

[MediaWiki-CVS] SVN: [51894] trunk/phase3/includes

2009-06-15 Thread siebrand
Revision: 51894 Author: siebrand Date: 2009-06-15 12:32:59 + (Mon, 15 Jun 2009) Log Message: --- Fix double escaping issues. Related to r51559 and friends. Modified Paths: -- trunk/phase3/includes/EditPage.php trunk/phase3/includes/ImagePage.php

[MediaWiki-CVS] SVN: [51895] trunk/extensions/Collection

2009-06-15 Thread jojo
Revision: 51895 Author: jojo Date: 2009-06-15 12:38:19 + (Mon, 15 Jun 2009) Log Message: --- added token to save collection form to prevent CSRF Modified Paths: -- trunk/extensions/Collection/Collection.body.php

[MediaWiki-CVS] SVN: [51896] trunk/extensions/Translate/SpecialTranslations.php

2009-06-15 Thread nikerabbit
Revision: 51896 Author: nikerabbit Date: 2009-06-15 12:48:35 + (Mon, 15 Jun 2009) Log Message: --- Possible fix for Special%3ATranslations/Returntonamespace=8 requested by Splarka Modified Paths: -- trunk/extensions/Translate/SpecialTranslations.php Modified:

[MediaWiki-CVS] SVN: [51897] trunk/extensions/Collection

2009-06-15 Thread jojo
Revision: 51897 Author: jojo Date: 2009-06-15 13:01:36 + (Mon, 15 Jun 2009) Log Message: --- MW coding conventions Modified Paths: -- trunk/extensions/Collection/Collection.body.php trunk/extensions/Collection/Collection.hooks.php

[MediaWiki-CVS] SVN: [51898] trunk/extensions/Translate/groups/ComplexMessages.php

2009-06-15 Thread nikerabbit
Revision: 51898 Author: nikerabbit Date: 2009-06-15 13:06:32 + (Mon, 15 Jun 2009) Log Message: --- Quick fix for duplicated magic words export Modified Paths: -- trunk/extensions/Translate/groups/ComplexMessages.php Modified:

[MediaWiki-CVS] SVN: [51903] trunk/phase3/languages/messages

2009-06-15 Thread nikerabbit
Revision: 51903 Author: nikerabbit Date: 2009-06-15 13:35:58 + (Mon, 15 Jun 2009) Log Message: --- Removed empty elements from magic words Modified Paths: -- trunk/phase3/languages/messages/MessagesHe.php trunk/phase3/languages/messages/MessagesKo.php

[MediaWiki-CVS] SVN: [51904] trunk/phase3/includes/EditPage.php

2009-06-15 Thread catrope
Revision: 51904 Author: catrope Date: 2009-06-15 13:50:05 + (Mon, 15 Jun 2009) Log Message: --- Fix up r51559: Linker::link() expects Title objects, not strings Modified Paths: -- trunk/phase3/includes/EditPage.php Modified: trunk/phase3/includes/EditPage.php

[MediaWiki-CVS] SVN: [51905] trunk/phase3/includes/specials/SpecialWhatlinkshere.php

2009-06-15 Thread siebrand
Revision: 51905 Author: siebrand Date: 2009-06-15 14:09:41 + (Mon, 15 Jun 2009) Log Message: --- Follow-up to r51894: remove unused $targetText Modified Paths: -- trunk/phase3/includes/specials/SpecialWhatlinkshere.php Modified:

[MediaWiki-CVS] SVN: [51909] trunk/testing/installer/installer_util.py

2009-06-15 Thread kim
Revision: 51909 Author: kim Date: 2009-06-15 15:16:26 + (Mon, 15 Jun 2009) Log Message: --- compatibility break warning in header Modified Paths: -- trunk/testing/installer/installer_util.py Modified: trunk/testing/installer/installer_util.py

[MediaWiki-CVS] SVN: [51919] branches/new-upload/phase3/js2/mwEmbed/libSequencer

2009-06-15 Thread dale
Revision: 51919 Author: dale Date: 2009-06-15 19:01:05 + (Mon, 15 Jun 2009) Log Message: --- transition control tabs displayed Modified Paths: -- branches/new-upload/phase3/js2/mwEmbed/libSequencer/mvSequencer.js

[MediaWiki-CVS] SVN: [51920] trunk/phase3/includes/Article.php

2009-06-15 Thread aaron
Revision: 51920 Author: aaron Date: 2009-06-15 20:08:50 + (Mon, 15 Jun 2009) Log Message: --- reverted r49889 - breaks patrol mark functions (and a real fix was used anyway) Modified Paths: -- trunk/phase3/includes/Article.php Modified:

[MediaWiki-CVS] SVN: [51921] trunk/phase3

2009-06-15 Thread ialex
Revision: 51921 Author: ialex Date: 2009-06-15 20:10:38 + (Mon, 15 Jun 2009) Log Message: --- Added new message 'sp-deletedcontributions-contribs' for the link to Special:Contributions at the top of Special:DeletedContributions so it is possible to have a non-capitalized link,

[MediaWiki-CVS] SVN: [51922] trunk/extensions/FlaggedRevs

2009-06-15 Thread aaron
Revision: 51922 Author: aaron Date: 2009-06-15 20:13:12 + (Mon, 15 Jun 2009) Log Message: --- *getRevQuality() cleanup query reduction *fixed var case typo Modified Paths: -- trunk/extensions/FlaggedRevs/FlaggedArticle.php

[MediaWiki-CVS] SVN: [51923] trunk/extensions/UsabilityInitiative/EditToolbar

2009-06-15 Thread tparscal
Revision: 51923 Author: tparscal Date: 2009-06-15 20:21:42 + (Mon, 15 Jun 2009) Log Message: --- Added new left facing arrow icon for use in right to left. Modified Paths: -- trunk/extensions/UsabilityInitiative/EditToolbar/EditToolbar.css Added Paths:

[MediaWiki-CVS] SVN: [51924] trunk/phase3/skins/monobook/main.css

2009-06-15 Thread siebrand
Revision: 51924 Author: siebrand Date: 2009-06-15 20:37:54 + (Mon, 15 Jun 2009) Log Message: --- (bug 19209) Follow-up to r49331: CSS for nds should not apply for nds-nl. Modified Paths: -- trunk/phase3/skins/monobook/main.css Modified:

[MediaWiki-CVS] SVN: [51925] trunk/extensions/FlaggedRevs/FlaggedRevs.class.php

2009-06-15 Thread aaron
Revision: 51925 Author: aaron Date: 2009-06-15 20:42:35 + (Mon, 15 Jun 2009) Log Message: --- Fixed new page autoreview Modified Paths: -- trunk/extensions/FlaggedRevs/FlaggedRevs.class.php Modified: trunk/extensions/FlaggedRevs/FlaggedRevs.class.php

[MediaWiki-CVS] SVN: [51928] trunk/extensions/UsabilityInitiative/EditToolbar/EditToolbar. i18n.php

2009-06-15 Thread purodha
Revision: 51928 Author: purodha Date: 2009-06-15 20:49:52 + (Mon, 15 Jun 2009) Log Message: --- Wikisyntax error fixed accrding to hint of User Toli~no at http://translatewiki.net/w/i.php?title=Supportoldid=1259613#Syntax_error Modified Paths: --

[MediaWiki-CVS] SVN: [51929] trunk/extensions/FlaggedRevs/FlaggedRevs.hooks.php

2009-06-15 Thread aaron
Revision: 51929 Author: aaron Date: 2009-06-15 20:58:09 + (Mon, 15 Jun 2009) Log Message: --- Made 'review' links show again Modified Paths: -- trunk/extensions/FlaggedRevs/FlaggedRevs.hooks.php Modified: trunk/extensions/FlaggedRevs/FlaggedRevs.hooks.php

[MediaWiki-CVS] SVN: [51930] trunk/extensions/UsabilityInitiative/EditToolbar/EditToolbar. js

2009-06-15 Thread tparscal
Revision: 51930 Author: tparscal Date: 2009-06-15 21:11:13 + (Mon, 15 Jun 2009) Log Message: --- Fixed table rendering bug Modified Paths: -- trunk/extensions/UsabilityInitiative/EditToolbar/EditToolbar.js Modified:

[MediaWiki-CVS] SVN: [51931] trunk/extensions/FlaggedRevs/FlaggedRevs.php

2009-06-15 Thread aaron
Revision: 51931 Author: aaron Date: 2009-06-15 21:21:25 + (Mon, 15 Jun 2009) Log Message: --- Fixed flaggedrevsstable default Modified Paths: -- trunk/extensions/FlaggedRevs/FlaggedRevs.php Modified: trunk/extensions/FlaggedRevs/FlaggedRevs.php

[MediaWiki-CVS] SVN: [51932] trunk/extensions/UsabilityInitiative/PrefStats

2009-06-15 Thread catrope
Revision: 51932 Author: catrope Date: 2009-06-15 21:28:58 + (Mon, 15 Jun 2009) Log Message: --- PrefStats: * Add Special:PrefStats for viewing statistics using a nice Google Chart; currently restricted because of query load * Fixes all over the place Modified Paths:

[MediaWiki-CVS] SVN: [51933] trunk/extensions/UsabilityInitiative/PrefStats/PrefStats.php

2009-06-15 Thread catrope
Revision: 51933 Author: catrope Date: 2009-06-15 22:02:57 + (Mon, 15 Jun 2009) Log Message: --- PrefStats: Change default time unit to a day Modified Paths: -- trunk/extensions/UsabilityInitiative/PrefStats/PrefStats.php Modified:

[MediaWiki-CVS] SVN: [51934] trunk/extensions/UsabilityInitiative/PrefStats

2009-06-15 Thread tparscal
Revision: 51934 Author: tparscal Date: 2009-06-15 22:11:45 + (Mon, 15 Jun 2009) Log Message: --- Changing some naming Added Paths: --- trunk/extensions/UsabilityInitiative/PrefStats/Pref_Stats.alias.php Removed Paths: -

[MediaWiki-CVS] SVN: [51935] trunk/extensions/UsabilityInitiative/PrefStats

2009-06-15 Thread tparscal
Revision: 51935 Author: tparscal Date: 2009-06-15 22:12:10 + (Mon, 15 Jun 2009) Log Message: --- Changing some naming (done now) Added Paths: --- trunk/extensions/UsabilityInitiative/PrefStats/PrefStats.alias.php Removed Paths: -

[MediaWiki-CVS] SVN: [51936] branches/maintenance-work/maintenance/refreshImageCount.php

2009-06-15 Thread demon
Revision: 51936 Author: demon Date: 2009-06-15 22:36:39 + (Mon, 15 Jun 2009) Log Message: --- Port refreshImageCount.php Modified Paths: -- branches/maintenance-work/maintenance/refreshImageCount.php Modified:

[MediaWiki-CVS] SVN: [51937] branches/maintenance-work/maintenance/Maintenance.php

2009-06-15 Thread demon
Revision: 51937 Author: demon Date: 2009-06-15 22:51:06 + (Mon, 15 Jun 2009) Log Message: --- Tweak needsDB() into something a little more versatile. Maybe can replace $wgUseNormalUser? Modified Paths: -- branches/maintenance-work/maintenance/Maintenance.php

[MediaWiki-CVS] SVN: [51938] branches/lucene-search-2.1

2009-06-15 Thread rainman
Revision: 51938 Author: rainman Date: 2009-06-15 23:27:51 + (Mon, 15 Jun 2009) Log Message: --- Add support for multiple prefixes, use syntax like: prefix:Article1|Article2|Article3 Modified Paths: --

[MediaWiki-CVS] SVN: [51939] trunk/extensions/MWSearch/MWSearch_body.php

2009-06-15 Thread rainman
Revision: 51939 Author: rainman Date: 2009-06-15 23:30:50 + (Mon, 15 Jun 2009) Log Message: --- Pair to r51938, properly replace namespace names in piped prefix lists Modified Paths: -- trunk/extensions/MWSearch/MWSearch_body.php Modified:

[MediaWiki-CVS] SVN: [51940] trunk/extensions/UsabilityInitiative/EditToolbar/EditToolbar. i18n.php

2009-06-15 Thread demon
Revision: 51940 Author: demon Date: 2009-06-15 23:41:35 + (Mon, 15 Jun 2009) Log Message: --- Cleanup r51928, fix bold-italic for all languages. Modified Paths: -- trunk/extensions/UsabilityInitiative/EditToolbar/EditToolbar.i18n.php Modified:

[MediaWiki-CVS] SVN: [51941] trunk/extensions/UsabilityInitiative/EditToolbar

2009-06-15 Thread tparscal
Revision: 51941 Author: tparscal Date: 2009-06-16 00:02:34 + (Tue, 16 Jun 2009) Log Message: --- Fixed rtl bug Modified Paths: -- trunk/extensions/UsabilityInitiative/EditToolbar/EditToolbar.css trunk/extensions/UsabilityInitiative/EditToolbar/EditToolbar.js

[MediaWiki-CVS] SVN: [51942] trunk/extensions/UsabilityInitiative/EditToolbar/EditToolbar. js

2009-06-15 Thread tparscal
Revision: 51942 Author: tparscal Date: 2009-06-16 00:06:18 + (Tue, 16 Jun 2009) Log Message: --- Added help config back in Modified Paths: -- trunk/extensions/UsabilityInitiative/EditToolbar/EditToolbar.js Modified:

[MediaWiki-CVS] SVN: [51943] trunk/extensions/Collection

2009-06-15 Thread tstarling
Revision: 51943 Author: tstarling Date: 2009-06-16 00:14:04 + (Tue, 16 Jun 2009) Log Message: --- * Add $wgAvailableRights for rights defined in r51870 * Fix class name in callback Modified Paths: -- trunk/extensions/Collection/Collection.body.php

[MediaWiki-CVS] SVN: [51944] trunk/phase3/includes

2009-06-15 Thread tstarling
Revision: 51944 Author: tstarling Date: 2009-06-16 01:06:13 + (Tue, 16 Jun 2009) Log Message: --- Removed isMissing() calls from performance-sensitive code paths. Replaces live hack. Should hopefully avoid the total backend overload we saw when we deployed this feature

[MediaWiki-CVS] SVN: [51945] trunk/extensions/OggHandler/PEAR/File_Ogg/File

2009-06-15 Thread tstarling
Revision: 51945 Author: tstarling Date: 2009-06-16 01:18:12 + (Tue, 16 Jun 2009) Log Message: --- Fix fatal error in File_Ogg_Theora constructor (at least in PHP 5.3) due to the lack of a File_Ogg_Media::File_Ogg_Media() function. Use parent::__construct() instead. Standardize

[MediaWiki-CVS] SVN: [51946] trunk

2009-06-15 Thread shinjiman
Revision: 51946 Author: shinjiman Date: 2009-06-16 02:06:49 + (Tue, 16 Jun 2009) Log Message: --- Localisation updates Cantonese, Chinese and Literary Chinese Modified Paths: -- trunk/extensions/CodeReview/CodeReview.i18n.php