lhc/web/wiklou.git
14 years agoFollowup to r54416
OverlordQ [Wed, 5 Aug 2009 02:34:41 +0000 (02:34 +0000)]
Followup to r54416
Dont log messages when you 'increase' the limit from a number to itself.

14 years agoRemove trailing ?>
Chad Horohoe [Wed, 5 Aug 2009 02:24:50 +0000 (02:24 +0000)]
Remove trailing ?>

14 years agoDrop the wfProfileIn/wfProfileOut if we want the class to be usable outside MW :)
Brion Vibber [Wed, 5 Aug 2009 01:37:19 +0000 (01:37 +0000)]
Drop the wfProfileIn/wfProfileOut if we want the class to be usable outside MW :)

14 years agoFollow up to r54414 and r54356. Hopefully catches all of the edge cases of erroneous...
OverlordQ [Wed, 5 Aug 2009 01:33:18 +0000 (01:33 +0000)]
Follow up to r54414 and r54356. Hopefully catches all of the edge cases of erroneous input. On a side note, if PHP is configured with too low a limit it can die before it even reaches the code in Setup.php

14 years agoFollowup to r54406: enable/disable functions were being called in the wrong order...
Benjamin Lees [Wed, 5 Aug 2009 00:59:50 +0000 (00:59 +0000)]
Followup to r54406: enable/disable functions were being called in the wrong order (thanks, OverlordQ).

14 years agoMake sure to parse RC legend label inline
Aryeh Gregor [Wed, 5 Aug 2009 00:38:11 +0000 (00:38 +0000)]
Make sure to parse RC legend label inline

Avoids unnecessary <p> tags.  Pointed out by Nikerabbit on CodeReview
for r54337.

14 years agoDoc fixes, add new Wikimedia group for doxygen so we can set this stuff apart.
Chad Horohoe [Wed, 5 Aug 2009 00:34:18 +0000 (00:34 +0000)]
Doc fixes, add new Wikimedia group for doxygen so we can set this stuff apart.

14 years agoMake this work by only loading things with a maintClass.
Chad Horohoe [Wed, 5 Aug 2009 00:23:10 +0000 (00:23 +0000)]
Make this work by only loading things with a maintClass.

14 years agoAdd fixme note to replace 'mysql' command-line callout with proper usage of a second...
Brion Vibber [Tue, 4 Aug 2009 23:24:58 +0000 (23:24 +0000)]
Add fixme note to replace 'mysql' command-line callout with proper usage of a second unbuffered DB connection

14 years agoRemove useless scripts list. Nothing depends on it yet really, so nobody will miss...
Chad Horohoe [Tue, 4 Aug 2009 23:18:23 +0000 (23:18 +0000)]
Remove useless scripts list. Nothing depends on it yet really, so nobody will miss it. Instead iterate over all .php files in the maintenance directories and look for $maintClass. Keep this commented out for now, unported scripts cause this to blow up and I'm not writing stupid workarounds.

14 years agoDeclare globals. Move this all inside the $method = pipe stuff anyway.
Chad Horohoe [Tue, 4 Aug 2009 23:09:43 +0000 (23:09 +0000)]
Declare globals. Move this all inside the $method = pipe stuff anyway.

14 years agoAdd missing semicolons
Benjamin Lees [Tue, 4 Aug 2009 23:00:30 +0000 (23:00 +0000)]
Add missing semicolons

14 years agoSuppress warnings when trying to raise the memory limit
Benjamin Lees [Tue, 4 Aug 2009 22:58:43 +0000 (22:58 +0000)]
Suppress warnings when trying to raise the memory limit

14 years ago* wgMainPageTitle variable now available to JavaScript code to identify the main...
Brion Vibber [Tue, 4 Aug 2009 19:17:31 +0000 (19:17 +0000)]
* wgMainPageTitle variable now available to JavaScript code to identify the main page link, so it doesn't have to be extracted from the link URLs.
Can be used to link to the main page, or check if we're currently on the main page, without having to hardcode the local name (which may be customized in the message)

14 years agosome sequence / playlist / add-media bug fixes
Michael Dale [Tue, 4 Aug 2009 18:51:34 +0000 (18:51 +0000)]
some sequence / playlist / add-media bug fixes
* improved abstraction of embedVideo class for playlist object

14 years agotwo more typos
Alexandre Emsenhuber [Tue, 4 Aug 2009 18:29:08 +0000 (18:29 +0000)]
two more typos

14 years agoremoved old "code" link
Michael Dale [Tue, 4 Aug 2009 18:26:54 +0000 (18:26 +0000)]
removed old "code" link

14 years agofix typo in comment
Alexandre Emsenhuber [Tue, 4 Aug 2009 17:58:33 +0000 (17:58 +0000)]
fix typo in comment

14 years agoLocalization update.
Rotem Liss [Tue, 4 Aug 2009 17:55:47 +0000 (17:55 +0000)]
Localization update.

14 years agostubs for select from url for firefogg
Michael Dale [Tue, 4 Aug 2009 17:42:31 +0000 (17:42 +0000)]
stubs for select from url for firefogg

14 years ago* Forward get parameters to local interwikis
Niklas Laxström [Tue, 4 Aug 2009 16:31:19 +0000 (16:31 +0000)]
* Forward get parameters to local interwikis
* Patch by str4nd

14 years agoFix syntax error
Andrew Garrett [Tue, 4 Aug 2009 15:08:56 +0000 (15:08 +0000)]
Fix syntax error

14 years agocheck 'undelete' for undelete page links
Aaron Schulz [Tue, 4 Aug 2009 12:18:44 +0000 (12:18 +0000)]
check 'undelete' for undelete page links

14 years agoBetter patch for parsing PHP's memory limits from OverlordQ.
Chad Horohoe [Tue, 4 Aug 2009 11:18:05 +0000 (11:18 +0000)]
Better patch for parsing PHP's memory limits from OverlordQ.

14 years agoFix flag legend for watchlist from r54336 breakage
Aryeh Gregor [Tue, 4 Aug 2009 10:59:35 +0000 (10:59 +0000)]
Fix flag legend for watchlist from r54336 breakage

Mistake pointed out by Darth Kule on translatewiki.net, conveyed to me
by Nikerabbit.  I changed the semantics of a message but didn't update
all the callers.

14 years agoWhitespace fixes
Niklas Laxström [Tue, 4 Aug 2009 08:54:31 +0000 (08:54 +0000)]
Whitespace fixes

14 years agoOveride getDB() method to make sure to make sure the repo's DB is used which may...
Bryan Tong Minh [Tue, 4 Aug 2009 08:40:38 +0000 (08:40 +0000)]
Overide getDB() method to make sure to make sure the repo's DB is used which may not necesarilly be the same as the local DB.

14 years ago(bug 16084) Default memory limit should be increased
Chad Horohoe [Tue, 4 Aug 2009 02:47:39 +0000 (02:47 +0000)]
(bug 16084) Default memory limit should be increased

14 years agoLocalisation updates Cantonese, Chinese and Literary Chinese
Shinjiman [Tue, 4 Aug 2009 02:19:06 +0000 (02:19 +0000)]
Localisation updates Cantonese, Chinese and Literary Chinese

14 years agoAdd wrapper div for RC label legend
Aryeh Gregor [Tue, 4 Aug 2009 00:50:50 +0000 (00:50 +0000)]
Add wrapper div for RC label legend

By request of Umherirrender on CodeReview for r54242.

14 years agoOnly show useful info in RC legend
Aryeh Gregor [Tue, 4 Aug 2009 00:48:45 +0000 (00:48 +0000)]
Only show useful info in RC legend

This splits up the message recentchanges-label-legend so that pieces of
it can be provided only when they're relevant, and more can be added
later.  Any existing translations will need to be retranslated, but it's
only been a day, so creating a new message name seemed like overkill.

Follow-up to r54242.

14 years agoShow change flag tooltips everywhere, not just RC
Aryeh Gregor [Tue, 4 Aug 2009 00:28:20 +0000 (00:28 +0000)]
Show change flag tooltips everywhere, not just RC

Follow-up to r54242.  Pointed out by Umherirrender on CodeReview.

14 years agoFollowup r54328: Would've helped to commit this
Chad Horohoe [Tue, 4 Aug 2009 00:23:56 +0000 (00:23 +0000)]
Followup r54328: Would've helped to commit this

14 years ago* Port populateSha1 to new code style
Chad Horohoe [Mon, 3 Aug 2009 23:46:22 +0000 (23:46 +0000)]
* Port populateSha1 to new code style
* For bug 17057/17070, can now run this on and individual file to fix the img_sha1 column if it's wrong
* Alpha sort the params in help mode

14 years agoFixed release note added in r54326 which was in the wrong section.
Trevor Parscal [Mon, 3 Aug 2009 23:44:39 +0000 (23:44 +0000)]
Fixed release note added in r54326 which was in the wrong section.

14 years agoAdded release notes for changes in r54109 - a fix to bug #18497 which caused pages...
Trevor Parscal [Mon, 3 Aug 2009 23:43:19 +0000 (23:43 +0000)]
Added release notes for changes in r54109 - a fix to bug #18497 which caused pages in Opera in fullscreen mode to not use any style sheets.

14 years ago(bug 15209) New hook right after initialization
Chad Horohoe [Mon, 3 Aug 2009 22:31:52 +0000 (22:31 +0000)]
(bug 15209) New hook right after initialization

14 years agoMove populateSha1.php up from archives into maintenance root (nothing calls this...
Chad Horohoe [Mon, 3 Aug 2009 22:05:03 +0000 (22:05 +0000)]
Move populateSha1.php up from archives into maintenance root (nothing calls this automatically, so it shouldn't break anything)

14 years agoRIP importLogs. Ancient, un-needed and probably never worked outside WMF anyway :)
Chad Horohoe [Mon, 3 Aug 2009 21:59:47 +0000 (21:59 +0000)]
RIP importLogs. Ancient, un-needed and probably never worked outside WMF anyway :)

14 years agoRevert r54244 which was stupid and fix this properly. Require commandLine.inc/Mainten...
Chad Horohoe [Mon, 3 Aug 2009 21:56:41 +0000 (21:56 +0000)]
Revert r54244 which was stupid and fix this properly. Require commandLine.inc/Maintenance.php using the full path every time.

14 years agoremoved double "@ingroup Maintenance"
Alexandre Emsenhuber [Mon, 3 Aug 2009 20:19:47 +0000 (20:19 +0000)]
removed double "@ingroup Maintenance"

14 years agofix for r54291: missing ending $ in $Id$
Alexandre Emsenhuber [Mon, 3 Aug 2009 19:57:35 +0000 (19:57 +0000)]
fix for r54291: missing ending $ in $Id$

14 years agoSeems that I forgot to commit the RELEASE-NOTES file along with r54206 *stab self*
Alexandre Emsenhuber [Mon, 3 Aug 2009 19:51:25 +0000 (19:51 +0000)]
Seems that I forgot to commit the RELEASE-NOTES file along with r54206 *stab self*

14 years agoLocalisation updates for core messages from translatewiki.net (2009-08-03 17:35 UTC)
Raimond Spekking [Mon, 3 Aug 2009 18:24:24 +0000 (18:24 +0000)]
Localisation updates for core messages from translatewiki.net (2009-08-03 17:35 UTC)

14 years agoLocalization fix.
Rotem Liss [Mon, 3 Aug 2009 18:02:47 +0000 (18:02 +0000)]
Localization fix.

14 years agoLocalization update.
Rotem Liss [Mon, 3 Aug 2009 18:02:12 +0000 (18:02 +0000)]
Localization update.

14 years agoLocalisation updates Cantonese, Chinese and Literary Chinese
Shinjiman [Mon, 3 Aug 2009 17:56:18 +0000 (17:56 +0000)]
Localisation updates Cantonese, Chinese and Literary Chinese

14 years ago(bug 19004) Added support for tags to the API. Patch by Matthew Britton.
Bryan Tong Minh [Mon, 3 Aug 2009 17:48:01 +0000 (17:48 +0000)]
(bug 19004) Added support for tags to the API. Patch by Matthew Britton.

14 years ago* rev_deleted css fixes
Aaron Schulz [Mon, 3 Aug 2009 16:43:27 +0000 (16:43 +0000)]
* rev_deleted css fixes
* disable unusable links per bug 20006

14 years agoclean up bizarre code - use timestamp for links again (as it is on deployment)
Aaron Schulz [Mon, 3 Aug 2009 16:35:54 +0000 (16:35 +0000)]
clean up bizarre code - use timestamp for links again (as it is on deployment)

14 years agoFollow-up r54284: PLURAL keyword for message
Raimond Spekking [Mon, 3 Aug 2009 15:14:06 +0000 (15:14 +0000)]
Follow-up r54284: PLURAL keyword for message
* Add new message keys to maintenance script
* eol-style:native

14 years ago(bug 16451) Fix application of scaling limits for animated GIFs.
Andrew Garrett [Mon, 3 Aug 2009 15:01:51 +0000 (15:01 +0000)]
(bug 16451) Fix application of scaling limits for animated GIFs.
* Creates a new media handler for GIF files, and extracts metadata such as duration, whether or not the GIF is looped, and the number of frames.
* Uses the extracted metadata for the long file description.
* Considers number of frames in the calculation of image area (multiplies by width and height to get the "time-area", or so to speak).

After this patch is deployed, the work-around to disable GIF scaling on Wikimedia sites can be eliminated.

14 years agoMemcached does not like spaces in keys
Niklas Laxström [Mon, 3 Aug 2009 11:36:47 +0000 (11:36 +0000)]
Memcached does not like spaces in keys

14 years agoLocalization update.
Rotem Liss [Mon, 3 Aug 2009 11:12:55 +0000 (11:12 +0000)]
Localization update.

14 years agoRevert r53678, r53704, r53705, r53773, r53930, r54199, r54201: Addition of ApiQueryBr...
Bryan Tong Minh [Mon, 3 Aug 2009 11:06:24 +0000 (11:06 +0000)]
Revert r53678, r53704, r53705, r53773, r53930, r54199, r54201: Addition of ApiQueryBrokenRedirects and ApiQueryDoubleRedirects.

This is pure code duplication and should be done by fetching data from the respective query pages. This has as advantage that other query pages can be readily added to the API as well. See the querypage-work branch.

14 years ago* Trailing Whitespace
Niklas Laxström [Mon, 3 Aug 2009 10:49:58 +0000 (10:49 +0000)]
* Trailing Whitespace
* Don't suppress warnings while developing, wasting my time for debugging

14 years ago* missing api_url removes tab from add-media-wizard
Michael Dale [Mon, 3 Aug 2009 08:02:07 +0000 (08:02 +0000)]
* missing api_url removes tab from add-media-wizard
* support crop output to html
* language updates
* multiple use of add-media css clean up

14 years agoLast update to call $dbw->sourceFile() directly. Throw wfDeprecated() in dbsource...
Chad Horohoe [Mon, 3 Aug 2009 04:32:50 +0000 (04:32 +0000)]
Last update to call $dbw->sourceFile() directly. Throw wfDeprecated() in dbsource() since nothing in core or extensions calls this.

14 years agoRe-add some files that are still used by updaters.inc.
Chad Horohoe [Mon, 3 Aug 2009 02:44:18 +0000 (02:44 +0000)]
Re-add some files that are still used by updaters.inc.

14 years agoLocalisation updates Cantonese, Chinese and Literary Chinese
Shinjiman [Mon, 3 Aug 2009 00:35:59 +0000 (00:35 +0000)]
Localisation updates Cantonese, Chinese and Literary Chinese

14 years agoAdd legend to watchlist as well
Aryeh Gregor [Mon, 3 Aug 2009 00:21:03 +0000 (00:21 +0000)]
Add legend to watchlist as well

Patch by svip.  Follow-up to r54242.

14 years agoAdded back 'right-editusercssjs' message for backward compatibility, for r54194.
Shinjiman [Mon, 3 Aug 2009 00:11:52 +0000 (00:11 +0000)]
Added back 'right-editusercssjs' message for backward compatibility, for r54194.
Updated messages 'right-editusercss' and 'right-edituserjs' for other languages, per Code Review on r54153.

14 years ago(bug 18855) Consistently call commandLine.inc with how we more or less do it now.
Chad Horohoe [Sun, 2 Aug 2009 22:55:33 +0000 (22:55 +0000)]
(bug 18855) Consistently call commandLine.inc with how we more or less do it now.

14 years agoDon't die badly if $row isn't an object.
Chad Horohoe [Sun, 2 Aug 2009 22:31:42 +0000 (22:31 +0000)]
Don't die badly if $row isn't an object.

14 years agoAdd legend and tooltips to explain RC flags
Aryeh Gregor [Sun, 2 Aug 2009 22:15:55 +0000 (22:15 +0000)]
Add legend and tooltips to explain RC flags

Based on a patch submitted by svip on IRC.  I also changed the <span>
for unpatrolled into an <abbr>, and created a new message in case anyone
wants to localize !, for the sake of uniformity.

14 years agoAllow <abbr> in wikitext
Aryeh Gregor [Sun, 2 Aug 2009 22:15:28 +0000 (22:15 +0000)]
Allow <abbr> in wikitext

See bug 671.  Since we use <abbr> for RecentChanges flags now (see
r53975), this is necessary to provide a good wikitext legend for what
the flags mean.

14 years agoDon't put \n on the end of every error() call, just do it in error() itself. Still...
Chad Horohoe [Sun, 2 Aug 2009 21:55:10 +0000 (21:55 +0000)]
Don't put \n on the end of every error() call, just do it in error() itself. Still have to use on output(), because people like "Something...done" stuff.

14 years ago* Add way to get full input from stdin() without having to check the length
Chad Horohoe [Sun, 2 Aug 2009 21:42:47 +0000 (21:42 +0000)]
* Add way to get full input from stdin() without having to check the length
* Missing global

14 years agoUse buildConcat()
Chad Horohoe [Sun, 2 Aug 2009 21:34:06 +0000 (21:34 +0000)]
Use buildConcat()

14 years agoMissing >
Chad Horohoe [Sun, 2 Aug 2009 21:31:23 +0000 (21:31 +0000)]
Missing >

14 years agotableNamesN() and make init $revisions before trying to use it
Chad Horohoe [Sun, 2 Aug 2009 21:28:08 +0000 (21:28 +0000)]
tableNamesN() and make init $revisions before trying to use it

14 years agoMissing newline. Maybe should make error() just do it itself :p
Chad Horohoe [Sun, 2 Aug 2009 21:22:05 +0000 (21:22 +0000)]
Missing newline. Maybe should make error() just do it itself :p

14 years agoLocalization update.
Rotem Liss [Sun, 2 Aug 2009 20:47:56 +0000 (20:47 +0000)]
Localization update.

14 years agoForgot that updaters.inc relies on deleteDefaultMessages.php. Move its require down...
Chad Horohoe [Sun, 2 Aug 2009 20:21:12 +0000 (20:21 +0000)]
Forgot that updaters.inc relies on deleteDefaultMessages.php. Move its require down to where its actually needed, and define MW_NO_SETUP so we don't try to kick it off like normal. Stupid hack until update.php uses Maintenance.php.

14 years agoTypofix.
Chad Horohoe [Sun, 2 Aug 2009 20:00:41 +0000 (20:00 +0000)]
Typofix.

14 years agoStill need this in updaters.inc.
Chad Horohoe [Sun, 2 Aug 2009 19:57:37 +0000 (19:57 +0000)]
Still need this in updaters.inc.

14 years agoForgot to bring doRebuild() along :)
Chad Horohoe [Sun, 2 Aug 2009 19:56:24 +0000 (19:56 +0000)]
Forgot to bring doRebuild() along :)

14 years agoStay semicolon.
Chad Horohoe [Sun, 2 Aug 2009 19:52:27 +0000 (19:52 +0000)]
Stay semicolon.

14 years agotimestamp() fixes on updateSearchIndex.php, and declare globals in updateSpecialPages.php
Chad Horohoe [Sun, 2 Aug 2009 19:49:24 +0000 (19:49 +0000)]
timestamp() fixes on updateSearchIndex.php, and declare globals in updateSpecialPages.php

14 years ago+newlines on error
Chad Horohoe [Sun, 2 Aug 2009 19:40:30 +0000 (19:40 +0000)]
+newlines on error

14 years agoMerge maintenance-work branch (now with less errors!):
Chad Horohoe [Sun, 2 Aug 2009 19:35:17 +0000 (19:35 +0000)]
Merge maintenance-work branch (now with less errors!):
* Docs have been updated to indicate the standard on how to write maintenance scripts (MW.org docs will follow) Have ported vast majority of maintenance scripts to new format. Remaining ones (mostly FiveUpgrade-related) are a bit more tricky. commandLine.inc is untouched for now. Many have gotten code-style updates as well. Deleted .inc files were only used by their .php counterparts, and have been merged into single files.
* (bug 11867) Lock error on redirect table when running orphans.php
* (bug 16322) Allow maintenance scripts to accept DB user/pass over input or params
* (bug 18566) Maintenance script to un/protect pages
* initStats overhaul, now uses class SiteStatsInit. Also fixes bug 18930

14 years agoAdd .php5 entry for mwScriptLoader.
Chad Horohoe [Sun, 2 Aug 2009 18:51:01 +0000 (18:51 +0000)]
Add .php5 entry for mwScriptLoader.

14 years agointroducing new CoreParserFunction nse as an url-friendly equivalent to ns. bug 12920
Tobias [Sun, 2 Aug 2009 18:16:56 +0000 (18:16 +0000)]
introducing new CoreParserFunction nse as an url-friendly equivalent to ns. bug 12920

14 years agofixing bug 17395
Tobias [Sun, 2 Aug 2009 15:22:06 +0000 (15:22 +0000)]
fixing bug 17395

14 years ago* (bug 18699) Using the nosummary URL option no longer triggers the "You have not...
Alexandre Emsenhuber [Sun, 2 Aug 2009 13:37:41 +0000 (13:37 +0000)]
* (bug 18699) Using the nosummary URL option no longer triggers the "You have not provided a summary" warning for those who activated it in their preferences

14 years agoforget to shutdown classes in ApiQuery.php
Alex Shih-Han Lin [Sun, 2 Aug 2009 12:29:42 +0000 (12:29 +0000)]
forget to shutdown classes in ApiQuery.php

14 years agoComment out ApiQueryDoubleRedirects and ApiQueryBrokenRedirects for non-cached query
Alex Shih-Han Lin [Sun, 2 Aug 2009 12:03:24 +0000 (12:03 +0000)]
Comment out ApiQueryDoubleRedirects and ApiQueryBrokenRedirects for non-cached query

14 years agoLocalization update.
Rotem Liss [Sun, 2 Aug 2009 11:17:27 +0000 (11:17 +0000)]
Localization update.

14 years agoFollow-up r53457: same for modern skin
Alexandre Emsenhuber [Sun, 2 Aug 2009 11:10:48 +0000 (11:10 +0000)]
Follow-up r53457: same for modern skin

14 years agomvTimedEffectsEdit.js is in libSequencer not libTimedText
Jan Gerber [Sun, 2 Aug 2009 10:52:16 +0000 (10:52 +0000)]
mvTimedEffectsEdit.js is in libSequencer not libTimedText

14 years agoAdded back 'editusercssjs' right for regression and backward compatibility, per Code...
Shinjiman [Sun, 2 Aug 2009 08:31:29 +0000 (08:31 +0000)]
Added back 'editusercssjs' right for regression and backward compatibility, per Code Review on r54153.

14 years agoSuppress 'Expect: 100-continue' header on Http::post, as some servers will reject...
Brion Vibber [Sun, 2 Aug 2009 07:36:47 +0000 (07:36 +0000)]
Suppress 'Expect: 100-continue' header on Http::post, as some servers will reject it with a 417 and Curl won't auto retry.
Curl seems to like to insert this HTTP 1.1 request header sometimes, but not always, when you add post data.

14 years ago(bug 19394) Recent changes feed items corresponding to some log entries are broken...
Chad Horohoe [Sun, 2 Aug 2009 03:07:07 +0000 (03:07 +0000)]
(bug 19394) Recent changes feed items corresponding to some log entries are broken. Patch by Mormegil

14 years agoLocalisation updates for core messages from translatewiki.net (2009-08-01 18:20 UTC)
Raimond Spekking [Sat, 1 Aug 2009 18:45:24 +0000 (18:45 +0000)]
Localisation updates for core messages from translatewiki.net (2009-08-01 18:20 UTC)

14 years agoHttp::get() doesn't return an object, it already returns the results or null anyway...
Chad Horohoe [Sat, 1 Aug 2009 18:44:28 +0000 (18:44 +0000)]
Http::get() doesn't return an object, it already returns the results or null anyway. BTW: is anyone actually still using this? *stab*

14 years ago* (bug 12110) Split the rights for editing users' CSS/JS subpage from "editusercssjs...
Shinjiman [Sat, 1 Aug 2009 16:44:44 +0000 (16:44 +0000)]
* (bug 12110) Split the rights for editing users' CSS/JS subpage from "editusercssjs" into "editusercss" and edituserjs" respectively.
rebuild message file for all languages

14 years agoLocalization update.
Rotem Liss [Sat, 1 Aug 2009 12:55:51 +0000 (12:55 +0000)]
Localization update.

14 years agoPer Nikerabbit's comment on r53897 (i.e. fix for r53832, second attempt): changed...
Alexandre Emsenhuber [Sat, 1 Aug 2009 12:41:45 +0000 (12:41 +0000)]
Per Nikerabbit's comment on r53897 (i.e. fix for r53832, second attempt): changed "m" modifier to "D" so that $ really only matches the end of the string

14 years agocoding style tweaks + marked execute function as public
Jack Phoenix [Sat, 1 Aug 2009 11:59:13 +0000 (11:59 +0000)]
coding style tweaks + marked execute function as public

14 years agosourceInfo changed in Firefogg, update min version and reading values from it.
Jan Gerber [Sat, 1 Aug 2009 10:09:31 +0000 (10:09 +0000)]
sourceInfo changed in Firefogg, update min version and reading values from it.