lhc/web/wiklou.git
14 years ago* allow for resampling ogg videos in the advanced encoder
Michael Dale [Thu, 1 Oct 2009 19:17:35 +0000 (19:17 +0000)]
* allow for resampling ogg videos in the advanced encoder
* dialog display size updates when video clips

14 years ago* ignore the scirptName argument
Michael Dale [Thu, 1 Oct 2009 19:02:30 +0000 (19:02 +0000)]
* ignore the scirptName argument

14 years ago* added -q option that disables output of the mergeJavascript php
Michael Dale [Thu, 1 Oct 2009 18:45:11 +0000 (18:45 +0000)]
* added -q option that disables output of the mergeJavascript php
* quick add of firefogg msgs for remote testing (normally js msgs are added to php via by the localization script)

14 years ago* fixed json mapping issue for no-mediawiki instance
Michael Dale [Thu, 1 Oct 2009 18:35:14 +0000 (18:35 +0000)]
* fixed json mapping issue for no-mediawiki instance

14 years ago* don't display preview button on passthrough uploads (.tiff images etc)
Michael Dale [Thu, 1 Oct 2009 18:23:06 +0000 (18:23 +0000)]
* don't display preview button on passthrough uploads (.tiff images etc)
* updated msg text to not use title case
* fixed bug where close dialog did not remove inner html from dom (videos continued to play)

14 years ago* updated php merge script to accept -j (to merge php msg to js) and -p to merge...
Michael Dale [Thu, 1 Oct 2009 18:10:45 +0000 (18:10 +0000)]
* updated php merge script to accept -j (to merge php msg to js) and -p to merge js msg to php)

14 years ago* added "preview" for firefogg (lets you get a preview of videos as they are encoded)
Michael Dale [Thu, 1 Oct 2009 17:05:05 +0000 (17:05 +0000)]
* added "preview" for firefogg (lets you get a preview of videos as they are encoded)
* moved remote oggHandler code to remoteMwEmbed.js (no need for it to be in mv_embed.js)
* added class target for button text
* updated global mv_embed config vars

14 years agoUpdating the tabs experiment
Adam Miller [Thu, 1 Oct 2009 16:49:51 +0000 (16:49 +0000)]
Updating the tabs experiment

14 years ago* (bug 20908) reassignEdits.php was calling userSpecification() which was moved to...
Alexandre Emsenhuber [Thu, 1 Oct 2009 14:45:16 +0000 (14:45 +0000)]
* (bug 20908) reassignEdits.php was calling userSpecification() which was moved to the ReassignEdits class with the maintenance scripts rewrite
* Also fix some E_STRICT errors

14 years agoLocalisation updates Cantonese, Chinese and Literary Chinese
Shinjiman [Thu, 1 Oct 2009 13:05:55 +0000 (13:05 +0000)]
Localisation updates Cantonese, Chinese and Literary Chinese

14 years agoLocalization update for he, and fix in en (supression log, not deletion log + whitesp...
Rotem Liss [Thu, 1 Oct 2009 11:38:11 +0000 (11:38 +0000)]
Localization update for he, and fix in en (supression log, not deletion log + whitespace fix).

14 years agoFix double escaping to avoid showing literal • when [[MediaWiki:Pipe-separator...
Raimond Spekking [Thu, 1 Oct 2009 11:24:56 +0000 (11:24 +0000)]
Fix double escaping to avoid showing literal • when [[MediaWiki:Pipe-separator]] is set to this character
All message parameters are previously escaped.

14 years agoEscape '<' in attribute values for well-formed XML
Aryeh Gregor [Thu, 1 Oct 2009 01:30:58 +0000 (01:30 +0000)]
Escape '<' in attribute values for well-formed XML

This fixes r56407, which fixed bug 20655.  Now $wgWellFormedXml is used,
not $wgHtml5.  The previous code was outputting malformed XML if
$wgHtml5 and $wgWellFormedXml were both true.

I wish we had unit tests for this.  :(

14 years agoAdding the experimental tabs to vector/experiments
Adam Miller [Thu, 1 Oct 2009 00:54:23 +0000 (00:54 +0000)]
Adding the experimental tabs to vector/experiments

14 years agoUpdates to babaco-colors-a.css
Adam Miller [Thu, 1 Oct 2009 00:25:21 +0000 (00:25 +0000)]
Updates to babaco-colors-a.css

14 years agoadded 'rev-suppressed-unhide-diff'
Aaron Schulz [Wed, 30 Sep 2009 23:12:05 +0000 (23:12 +0000)]
added 'rev-suppressed-unhide-diff'

14 years agoAdded 2 sample experimental CSS files. Adam can take it from here...
Trevor Parscal [Wed, 30 Sep 2009 23:06:17 +0000 (23:06 +0000)]
Added 2 sample experimental CSS files. Adam can take it from here...

14 years agoDecided to go with yet another approach for adding extra stylesheets for Vector ...
Trevor Parscal [Wed, 30 Sep 2009 23:01:46 +0000 (23:01 +0000)]
Decided to go with yet another approach for adding extra stylesheets for Vector (so that we can test new ideas out and keep our CSS in the SVN).
1. Removed ExperiementalSkins extension
2. Added $wgVectorExtraStyles to DefaultSettings.php
3. Added code in Vector.php that adds in any extra styles defined just after adding in the main style

14 years agoLocalisation updates for core messages from translatewiki.net (2009-09-30 20:46 UTC)
Siebrand Mazeland [Wed, 30 Sep 2009 22:06:26 +0000 (22:06 +0000)]
Localisation updates for core messages from translatewiki.net (2009-09-30 20:46 UTC)

14 years agoFix regression: server parameter needs to be optional; most of the time we *do not...
Brion Vibber [Wed, 30 Sep 2009 21:24:47 +0000 (21:24 +0000)]
Fix regression: server parameter needs to be optional; most of the time we *do not* want to use one since it's going to test all defined servers

14 years agoFollow up r57148: tedious crap
Aaron Schulz [Wed, 30 Sep 2009 20:34:17 +0000 (20:34 +0000)]
Follow up r57148: tedious crap

14 years agoFixed regression: deleted file link was not greyed out when hidden
Aaron Schulz [Wed, 30 Sep 2009 19:58:32 +0000 (19:58 +0000)]
Fixed regression: deleted file link was not greyed out when hidden

14 years ago* Renamed deletedcontent to deletedtext
Aaron Schulz [Wed, 30 Sep 2009 19:50:35 +0000 (19:50 +0000)]
* Renamed deletedcontent to deletedtext
* Removed deletedrevision and used deletedhistory/deletedtext instead

14 years agounbreak deleted file viewing
Aaron Schulz [Wed, 30 Sep 2009 19:46:53 +0000 (19:46 +0000)]
unbreak deleted file viewing

14 years agoAdded exists() function
Aaron Schulz [Wed, 30 Sep 2009 19:35:39 +0000 (19:35 +0000)]
Added exists() function

14 years agoRemove leading tabs in main page added by addwiki.php . Patch by str4nd.
Roan Kattouw [Wed, 30 Sep 2009 19:18:37 +0000 (19:18 +0000)]
Remove leading tabs in main page added by addwiki.php . Patch by str4nd.

14 years agoisDeleted() et all should be sure to call $this->load()
Aaron Schulz [Wed, 30 Sep 2009 19:16:37 +0000 (19:16 +0000)]
isDeleted() et all should be sure to call $this->load()

14 years agoPull back r56730 for now: "New configuration variable $wgShowPageOnRedlink that can...
Brion Vibber [Wed, 30 Sep 2009 19:12:41 +0000 (19:12 +0000)]
Pull back r56730 for now: "New configuration variable $wgShowPageOnRedlink that can be set to show the page instead of an edit interface when visiting a red link. The value can be specified for specific usergroups and namespaces."
The config var's formatting strikes me as kinda scary; might be better to implement this as a permission key, which can have fancy namespace variants handled by an extension or something pretty easily (it seems to me like that's a rarer use case).

14 years agoProvisional revert of r56916 "(bug 20802) Fixed thumb.php redirect handling. Changed...
Brion Vibber [Wed, 30 Sep 2009 19:00:48 +0000 (19:00 +0000)]
Provisional revert of r56916 "(bug 20802) Fixed thumb.php redirect handling. Changed wfLocalFile call into RepoGroup::singleton()->getLocalRepo()->findFile"
This appears to make thumb.php more permissive than it's indended and could lead to littering false-positive thumbnails around the server when used to implement 404 handlers as designed.

14 years agoFixed deleted image link regression: was totally broken
Aaron Schulz [Wed, 30 Sep 2009 18:49:00 +0000 (18:49 +0000)]
Fixed deleted image link regression: was totally broken

14 years agoPut the watch icon part of the changes reverted in r57125 back in.
Roan Kattouw [Wed, 30 Sep 2009 18:46:23 +0000 (18:46 +0000)]
Put the watch icon part of the changes reverted in r57125 back in.

14 years agoReplace hardcoded api.php with a call to wfScript(api) in a few places per comments...
Andrew Garrett [Wed, 30 Sep 2009 18:44:37 +0000 (18:44 +0000)]
Replace hardcoded api.php with a call to wfScript(api) in a few places per comments on code-review r57120

14 years agoRevert r56924 (new watch icon and color changes for Vector) and followups r57006...
Roan Kattouw [Wed, 30 Sep 2009 17:58:16 +0000 (17:58 +0000)]
Revert r56924 (new watch icon and color changes for Vector) and followups r57006, r57012, r57013, r57030, r57034, r57036, r57117: we don't want this in trunk right now, moving it to its own branch

14 years agoRandomly generate a watchlist token on-demand if a watchlist is loaded and the user...
Andrew Garrett [Wed, 30 Sep 2009 17:58:00 +0000 (17:58 +0000)]
Randomly generate a watchlist token on-demand if a watchlist is loaded and the user has no watchlist token.

14 years agoRevert r57053 for now "bug 20860 [[Special:Allmessages]] to have direct (edit) link"
Brion Vibber [Wed, 30 Sep 2009 17:50:58 +0000 (17:50 +0000)]
Revert r57053 for now "bug 20860 [[Special:Allmessages]] to have direct (edit) link"
While a direct link is nice, the current implementation looks pretty bad the way the lines break in the giant table

14 years agoFix for r57119, remove double-/ in URLs
Andrew Garrett [Wed, 30 Sep 2009 17:44:40 +0000 (17:44 +0000)]
Fix for r57119, remove double-/ in URLs

14 years agoRe-work feed exposure system.
Andrew Garrett [Wed, 30 Sep 2009 17:35:41 +0000 (17:35 +0000)]
Re-work feed exposure system.
* Includes a new, more flexible system which allows you to provide an array of format => URL, but also supports the older system of providing a URL suffix.
* Implemented it for the watchlist if a user has set their own token.

14 years agoVector color changes
Adam Miller [Wed, 30 Sep 2009 16:59:46 +0000 (16:59 +0000)]
Vector color changes

14 years agoMake sure countRevisionsBetween() returns an integer as doc says
Aaron Schulz [Wed, 30 Sep 2009 16:05:40 +0000 (16:05 +0000)]
Make sure countRevisionsBetween() returns an integer as doc says

14 years agoFollow-up r57109: missing file
Aaron Schulz [Wed, 30 Sep 2009 15:45:38 +0000 (15:45 +0000)]
Follow-up r57109: missing file

14 years agoMoved UI diff stuff into its own DifferenceInterface file
Aaron Schulz [Wed, 30 Sep 2009 15:36:55 +0000 (15:36 +0000)]
Moved UI diff stuff into its own DifferenceInterface file

14 years ago* restored script order per r56746#c4198
Michael Dale [Wed, 30 Sep 2009 14:00:56 +0000 (14:00 +0000)]
* restored script order per r56746#c4198

14 years ago* Use styling 'white-space: nowrap' for restriction level label/input field too
Raimond Spekking [Wed, 30 Sep 2009 13:59:29 +0000 (13:59 +0000)]
* Use styling 'white-space: nowrap' for restriction level label/input field too
* Use commaList instead of hardcoded comma
* Document two functions a bit

14 years agologging table added columns, fixed cat_id sequence generation in Article and Category
Jure Kajzer [Wed, 30 Sep 2009 13:38:07 +0000 (13:38 +0000)]
logging table added columns, fixed cat_id sequence generation in Article and Category

14 years agoSplit out the regex for invalid title characters and sequences so it can be used...
Andrew Garrett [Wed, 30 Sep 2009 10:36:22 +0000 (10:36 +0000)]
Split out the regex for invalid title characters and sequences so it can be used elsewhere in MediaWiki (will in a moment be used in LiquidThreads).

14 years agoAdd signature prefetching logic to Parser, supports r56706.
Andrew Garrett [Wed, 30 Sep 2009 10:35:34 +0000 (10:35 +0000)]
Add signature prefetching logic to Parser, supports r56706.

14 years agoRecommit r56947, partially overwritten in r57024.
Happy-melon [Wed, 30 Sep 2009 09:46:48 +0000 (09:46 +0000)]
Recommit r56947, partially overwritten in r57024.

14 years agoRevert r56902 "(bug 18436) remove redundant (and disruptive to CSS) hardcoded "displa...
Brion Vibber [Wed, 30 Sep 2009 00:47:54 +0000 (00:47 +0000)]
Revert r56902 "(bug 18436) remove redundant (and disruptive to CSS) hardcoded "display:inline" style from messages injected with jsMsg()."
Totally broken; breaks at least Vector skin and any other which includes an initially-hidden div for the JS messages -- the div was no longer being unhidden.
Just use a !important in your custom style...

14 years agoFollowup r56731, check for PHP 5.3 or greater (where it was fixed). Not a Windows...
Chad Horohoe [Wed, 30 Sep 2009 00:38:32 +0000 (00:38 +0000)]
Followup r56731, check for PHP 5.3 or greater (where it was fixed). Not a Windows issue

14 years agoFollow-up r57091 (revert r56635): rebuild language files
Siebrand Mazeland [Tue, 29 Sep 2009 23:19:52 +0000 (23:19 +0000)]
Follow-up r57091 (revert r56635): rebuild language files

14 years agoRevert r56635 "Implement a 'root' permission, which grants all other permissions...
Brion Vibber [Tue, 29 Sep 2009 23:16:30 +0000 (23:16 +0000)]
Revert r56635 "Implement a 'root' permission, which grants all other permissions. Useful for debugging and administration."
I'd much rather keep permission keys clean and separate.

14 years agoCleanup for r56298 "(bug 18180) Special:Export ignores limit, dir, offset parameters...
Brion Vibber [Tue, 29 Sep 2009 21:37:07 +0000 (21:37 +0000)]
Cleanup for r56298 "(bug 18180) Special:Export ignores limit, dir, offset parameters. Patch by azliq7"
Reorder the checks so that we get the is_array() out of the way first instead of relying on the weird type interaction between the array and the integers when doing binary AND. :)
Also made a fix so this actually works when $wgExportMaxHistory is set to 0, which per doc comment seems like it should not limit.

14 years agoLocalisation updates for core messages from translatewiki.net (2009-09-29 20:59 UTC)
Siebrand Mazeland [Tue, 29 Sep 2009 21:32:16 +0000 (21:32 +0000)]
Localisation updates for core messages from translatewiki.net (2009-09-29 20:59 UTC)

14 years agoFix regression from r54429 "(bug 17864 + bug 19519) - Do input normalization on the...
Brion Vibber [Tue, 29 Sep 2009 17:27:21 +0000 (17:27 +0000)]
Fix regression from r54429 "(bug 17864 + bug 19519) - Do input normalization on the username before doing existence/permission checks"

This did some overactive canonicalization of the input username before username and database were split, breaking access to remote users where the database name contained an underscore -- it was changed to space.
This would also have broken numeric access, I think, but I didn't bother to test that. :)
Fix moves the username canonicalization down into fetchUser() after we split the name and database, so we now can access remote folks via non-canonical forms and we don't break the dbnames.

14 years ago(bug 20836) Preload not working for MediaWiki namespace. Note this only works when...
Chad Horohoe [Tue, 29 Sep 2009 13:34:59 +0000 (13:34 +0000)]
(bug 20836) Preload not working for MediaWiki namespace. Note this only works when the message doesnt exist, to emulate preload only working on non-existing pages

14 years agobug 20860 [[Special:Allmessages]] to have direct (edit) link
Chad Horohoe [Tue, 29 Sep 2009 13:26:39 +0000 (13:26 +0000)]
bug 20860 [[Special:Allmessages]] to have direct (edit) link

14 years ago~ fixed playhead update issue
Michael Dale [Tue, 29 Sep 2009 03:01:38 +0000 (03:01 +0000)]
~ fixed playhead update issue

14 years agoInc $wgStyleVersion to reflect changes in r57030 and r57034 (watch/unwatch icon refactor)
Trevor Parscal [Mon, 28 Sep 2009 22:49:29 +0000 (22:49 +0000)]
Inc $wgStyleVersion to reflect changes in r57030 and r57034 (watch/unwatch icon refactor)

14 years agoOops! The on/off states of the star icon were backwards!
Trevor Parscal [Mon, 28 Sep 2009 22:42:53 +0000 (22:42 +0000)]
Oops! The on/off states of the star icon were backwards!

14 years agoLocalisation updates for core messages from translatewiki.net (2009-09-28 21:52 UTC)
Siebrand Mazeland [Mon, 28 Sep 2009 22:37:28 +0000 (22:37 +0000)]
Localisation updates for core messages from translatewiki.net (2009-09-28 21:52 UTC)

14 years agoRefactored the watch/unwatch icon for Vector.
Trevor Parscal [Mon, 28 Sep 2009 22:25:42 +0000 (22:25 +0000)]
Refactored the watch/unwatch icon for Vector.
1. Changed from using an image to a div with background images.
2. Redesigned the star icon, and implemented it as a sprite with unique watched/unwatch and normal/hover versions.
3. Designed custom spinning star icon - used while waiting for server to respond.
4. Added $wgVectorUseIconWatch setting to default preferences (defaults to false) and added support for enabling and disabling the feature.
5. Got rid of old now unused icons.
6. Changed styles and ajaxwatch.js code so that javascript is not needed for hovering
7. Changed ajaxwatch.js code to work with the div icon rather than the previous img setup.
8. Regenerated RTL versions.

14 years agoMediaWiki database schema for IBM DB2
Leons Petrazickis [Mon, 28 Sep 2009 20:27:30 +0000 (20:27 +0000)]
MediaWiki database schema for IBM DB2
* removed all foreign keys not in MySQL schema
* reordered implicit order of columns in archive table to match MySQL
* added missing ss_active_users column to site_stats table
* added missing ipb_allow_usertalk column to ipblocks table

14 years agoRecommit some of the 'backend' stuff from the Login branch, after talking with Brion:
Happy-melon [Mon, 28 Sep 2009 19:04:10 +0000 (19:04 +0000)]
Recommit some of the 'backend' stuff from the Login branch, after talking with Brion:
* ExternalUser::getLocalUser() from r56683
* Documentation and style tweaks for HTMLForm from r56682
* HTMLForm::add{HiddenField|(Pre|Post|Header)Text|Button}() functions, from 56782 and r56896.
Frontend stuff will wait until after 1.16 is branched.

14 years agoreplaced split() with explode(), the former is deprecated since PHP 5.3
Alexandre Emsenhuber [Mon, 28 Sep 2009 18:36:15 +0000 (18:36 +0000)]
replaced split() with explode(), the former is deprecated since PHP 5.3

14 years agoRecommit r56688 (tracking categories for __INDEX__ and __NOINDEX__).
Happy-melon [Mon, 28 Sep 2009 17:55:00 +0000 (17:55 +0000)]
Recommit r56688 (tracking categories for __INDEX__ and __NOINDEX__).

14 years agoFixes for IE per CR (http://www.mediawiki.org/wiki/Special:Code/MediaWiki/56032#c4178...
Siebrand Mazeland [Mon, 28 Sep 2009 17:30:01 +0000 (17:30 +0000)]
Fixes for IE per CR (mediawiki.org/wiki/Special:Code/MediaWiki/56032#c4178) and a few more in the same area.

14 years agoCoding style cleanup for r56924; also copypaste main-ltr.css modifications to main...
Roan Kattouw [Mon, 28 Sep 2009 10:09:12 +0000 (10:09 +0000)]
Coding style cleanup for r56924; also copypaste main-ltr.css modifications to main-rtl.css; will rebuild later

14 years agoFix for r56924: don't do any mouseover/mouseout effects while the spinner is being...
Roan Kattouw [Mon, 28 Sep 2009 09:48:35 +0000 (09:48 +0000)]
Fix for r56924: don't do any mouseover/mouseout effects while the spinner is being shown. Coding style cleanup will follow.

14 years agoPartial update of plural forms per http://unicode.org/repos/cldr-tmp/trunk/diff/suppl...
Siebrand Mazeland [Mon, 28 Sep 2009 08:40:09 +0000 (08:40 +0000)]
Partial update of plural forms per unicode.org/repos/cldr-tmp/trunk/diff/supplemental/language_plural_rules.html
* updating check blacklists in core and Translate
* adding language classes for codes that use singular form for plural as only difference to English plural forms
* adding FIXME for 'be' plurals: MediaWiki definitions differs from CLDR

14 years agoRevert r56566 for MessagesFiu_vro.php. Should remain empty.
Siebrand Mazeland [Mon, 28 Sep 2009 07:53:56 +0000 (07:53 +0000)]
Revert r56566 for MessagesFiu_vro.php. Should remain empty.

14 years agoFollow-up to r56962: add 'deletedcontent' to $mCoreRights
Siebrand Mazeland [Mon, 28 Sep 2009 06:06:39 +0000 (06:06 +0000)]
Follow-up to r56962: add 'deletedcontent' to $mCoreRights

14 years agoRename and document initializeSpecialCases() a bit
Aaron Schulz [Mon, 28 Sep 2009 03:43:07 +0000 (03:43 +0000)]
Rename and document initializeSpecialCases() a bit

14 years ago* Split off deletedrevision (view only) right and give it to sysops
Aaron Schulz [Mon, 28 Sep 2009 03:09:48 +0000 (03:09 +0000)]
* Split off deletedrevision (view only) right and give it to sysops
* Allow show/hide link on top revision just like history

14 years agoaddressing feedback on the watch/unwatch javascript changes introduced in r56924
Adam Miller [Mon, 28 Sep 2009 02:45:24 +0000 (02:45 +0000)]
addressing feedback on the watch/unwatch javascript changes introduced in r56924

14 years agoimage updates for the watch/unwatch icons
Adam Miller [Mon, 28 Sep 2009 02:44:02 +0000 (02:44 +0000)]
image updates for the watch/unwatch icons

14 years agoFollow-up r56791: add 'deletedcontent' to corerights
Aaron Schulz [Mon, 28 Sep 2009 02:41:51 +0000 (02:41 +0000)]
Follow-up r56791: add 'deletedcontent' to corerights

14 years agoRevert r57002: already done when needed
Aaron Schulz [Mon, 28 Sep 2009 02:11:50 +0000 (02:11 +0000)]
Revert r57002: already done when needed

14 years agobolden show/hide links if oversighted
Aaron Schulz [Mon, 28 Sep 2009 02:08:05 +0000 (02:08 +0000)]
bolden show/hide links if oversighted

14 years agoSupport GENDER in 'sp-contributions-blocked-notice'
Siebrand Mazeland [Sun, 27 Sep 2009 23:21:57 +0000 (23:21 +0000)]
Support GENDER in 'sp-contributions-blocked-notice'

14 years ago* support GENDER in 'blocklog-showlog' and 'blocklog-showsuppresslog'
Siebrand Mazeland [Sun, 27 Sep 2009 23:18:45 +0000 (23:18 +0000)]
* support GENDER in 'blocklog-showlog' and 'blocklog-showsuppresslog'
* break long lines

14 years agoLocalisation updates for core messages from translatewiki.net (2009-09-27 21:18 UTC)
Siebrand Mazeland [Sun, 27 Sep 2009 21:37:35 +0000 (21:37 +0000)]
Localisation updates for core messages from translatewiki.net (2009-09-27 21:18 UTC)

14 years agoupdate indentation and remove trailing whitespace
Siebrand Mazeland [Sun, 27 Sep 2009 18:38:16 +0000 (18:38 +0000)]
update indentation and remove trailing whitespace

14 years ago* add semi-colon in lines 226 and 230
Siebrand Mazeland [Sun, 27 Sep 2009 18:29:24 +0000 (18:29 +0000)]
* add semi-colon in lines 226 and 230
* indentation updates

14 years agoLocalization update.
Rotem Liss [Sun, 27 Sep 2009 14:31:25 +0000 (14:31 +0000)]
Localization update.

14 years agoLocalisation updates: Adding translation for STYLEPATH. Adding correct translation...
Huji [Sun, 27 Sep 2009 07:45:01 +0000 (07:45 +0000)]
Localisation updates: Adding translation for STYLEPATH. Adding correct translation for SCRIPTPATH, and keeping the incorrect (shortened) translation there for backward compatability.

14 years agoI take 5% of blame for this idiocy
Domas Mituzas [Sun, 27 Sep 2009 00:53:07 +0000 (00:53 +0000)]
I take 5% of blame for this idiocy

14 years agoLocalisation updates for core messages from translatewiki.net (2009-09-27 00:00 UTC)
Siebrand Mazeland [Sun, 27 Sep 2009 00:21:38 +0000 (00:21 +0000)]
Localisation updates for core messages from translatewiki.net (2009-09-27 00:00 UTC)

14 years agoFix oversight in r56963: remove $creator
Siebrand Mazeland [Sat, 26 Sep 2009 23:51:33 +0000 (23:51 +0000)]
Fix oversight in r56963: remove $creator

14 years agoRevert r56696. Even though mentioned in r56937 ("Revert broken rewrite of login syste...
Siebrand Mazeland [Sat, 26 Sep 2009 23:47:38 +0000 (23:47 +0000)]
Revert r56696. Even though mentioned in r56937 ("Revert broken rewrite of login system"), this revision appears to have been missed.
* leaving the code style changes in User.php in.

14 years agoNew permission 'sendemail' added. Default right for all registered users. Can for...
Siebrand Mazeland [Sat, 26 Sep 2009 23:11:45 +0000 (23:11 +0000)]
New permission 'sendemail' added. Default right for all registered users. Can for example be used to prevent new accounts from sending spam.
* hide some user settings if user is not allowed to send e-mail, but can receive e-mail
* update API 'cannot send e-mail' message
* FIXME: gives 'mailnologin'/'mailnologintext' as error. Error handling should be made more fine grained

14 years agoAdd optional separate date and time parameters for 'perfcachedts' in query pages
Siebrand Mazeland [Sat, 26 Sep 2009 19:08:54 +0000 (19:08 +0000)]
Add optional separate date and time parameters for 'perfcachedts' in query pages
* update use in FlaggedRevs
* update check blacklist in Translate

14 years agoLocalization update.
Rotem Liss [Sat, 26 Sep 2009 17:27:26 +0000 (17:27 +0000)]
Localization update.

14 years agoAdd a {{STYLEPATH}} magic word; necessary for upcoming EditToolbar fix
Roan Kattouw [Sat, 26 Sep 2009 11:51:37 +0000 (11:51 +0000)]
Add a {{STYLEPATH}} magic word; necessary for upcoming EditToolbar fix

14 years agoFix bug in HTMLForm where password fields only got the type="password" attribute...
Happy-melon [Sat, 26 Sep 2009 11:20:25 +0000 (11:20 +0000)]
Fix bug in HTMLForm where password fields only got the type="password" attribute if $wgHtml5 = true.  Prompted by r56937.

14 years agoChanges related to reverts in r56937: use old values for 'userlogin'
Siebrand Mazeland [Sat, 26 Sep 2009 11:15:01 +0000 (11:15 +0000)]
Changes related to reverts in r56937: use old values for 'userlogin'

14 years agoPartial revert of r56692 related to reverts in r56937: use old values for 'userlogin'
Siebrand Mazeland [Sat, 26 Sep 2009 10:10:53 +0000 (10:10 +0000)]
Partial revert of r56692 related to reverts in r56937: use old values for 'userlogin'

14 years agoRebuild messages files to remove reverted addition of 'index-category' and 'noindex...
Siebrand Mazeland [Sat, 26 Sep 2009 09:50:37 +0000 (09:50 +0000)]
Rebuild messages files to remove reverted addition of 'index-category' and 'noindex-category' in r56937

14 years agoPartial revert of r56693 related to reverts in r56937: use old values for 'userlogin'
Siebrand Mazeland [Sat, 26 Sep 2009 09:47:43 +0000 (09:47 +0000)]
Partial revert of r56693 related to reverts in r56937: use old values for 'userlogin'

14 years ago* (bug 11264) The file logo on a file description page for documents (PDF, ...) now...
Alexandre Emsenhuber [Sat, 26 Sep 2009 09:25:15 +0000 (09:25 +0000)]
* (bug 11264) The file logo on a file description page for documents (PDF, ...) now links to the file rather than the file description page

14 years agoAPI: (bug 20816) Editing a page with &watchlist=preferences (default) unwatches it...
Roan Kattouw [Sat, 26 Sep 2009 09:22:44 +0000 (09:22 +0000)]
API: (bug 20816) Editing a page with &watchlist=preferences (default) unwatches it if you're watching it but don't have watching preferences set. This is a regression from r53266