lhc/web/wiklou.git
15 years agoFollow up to r46153 per http://www.mediawiki.org/wiki/Special:Code/MediaWiki/46153...
Siebrand Mazeland [Mon, 26 Jan 2009 23:23:47 +0000 (23:23 +0000)]
Follow up to r46153 per mediawiki.org/wiki/Special:Code/MediaWiki/46153#code-comments: Note change in RELEASE-NOTES.

15 years agoRevert r45343 "(bug 16659) Prettify permalinks. Just use ?oldid=x" for now.
Brion Vibber [Mon, 26 Jan 2009 21:53:19 +0000 (21:53 +0000)]
Revert r45343 "(bug 16659) Prettify permalinks. Just use ?oldid=x" for now.
This hasn't been very popular so far; pulling it back pending further discussion (as on bug)

15 years ago* Escape backslashes before normal escaping, to not counteract the effect
Niklas Laxström [Mon, 26 Jan 2009 21:00:21 +0000 (21:00 +0000)]
* Escape backslashes before normal escaping, to not counteract the effect

15 years agoBreak line
Aaron Schulz [Mon, 26 Jan 2009 19:11:34 +0000 (19:11 +0000)]
Break line

15 years agoadd mIsPreview and mIsSectionPreview to parserOptions, set in EditPage. patch by...
Alex Z [Mon, 26 Jan 2009 18:02:13 +0000 (18:02 +0000)]
add mIsPreview and mIsSectionPreview to parserOptions, set in EditPage. patch by Brad Jorsch on bug 16854 (changes to Cite in next commit)

15 years agoLocalisation updates for core messages from Betawiki (2009-01-26 16:18 UTC)
Siebrand Mazeland [Mon, 26 Jan 2009 16:28:15 +0000 (16:28 +0000)]
Localisation updates for core messages from Betawiki (2009-01-26 16:18 UTC)

15 years agoLocalisation updates Cantonese, Chinese and Literary Chinese
Shinjiman [Mon, 26 Jan 2009 14:43:23 +0000 (14:43 +0000)]
Localisation updates Cantonese, Chinese and Literary Chinese

15 years ago* API: (bug 15949) Add undo functionality to action=edit
Roan Kattouw [Mon, 26 Jan 2009 13:51:03 +0000 (13:51 +0000)]
* API: (bug 15949) Add undo functionality to action=edit
* Move undo text generation from EditPage::getContent() to Article::getUndoText()
* Add some more examples for action=edit
* ApiEditPage.php: don't mix !is_null() and isset(), be consistent

15 years agoIntroduce 'deletedcontributions-title' as page title for Special:DeletedContributions...
Siebrand Mazeland [Mon, 26 Jan 2009 13:19:55 +0000 (13:19 +0000)]
Introduce 'deletedcontributions-title' as page title for Special:DeletedContributions to avoid having to share the message with that used on Special:SpecialPages. Copy contents from 'deletedcontributions' where available. At request of Fryed-peach.

15 years agoLocalization update for he.
Rotem Liss [Mon, 26 Jan 2009 13:15:15 +0000 (13:15 +0000)]
Localization update for he.

15 years ago* Shortcut return if no params given to avoid notices
Niklas Laxström [Mon, 26 Jan 2009 10:48:41 +0000 (10:48 +0000)]
* Shortcut return if no params given to avoid notices

15 years agoFollow up on r46246: register message keys
Siebrand Mazeland [Mon, 26 Jan 2009 09:52:06 +0000 (09:52 +0000)]
Follow up on r46246: register message keys

15 years ago* (bug 13040) {{GENDER:}} magic word for interface messages
Niklas Laxström [Mon, 26 Jan 2009 09:48:17 +0000 (09:48 +0000)]
* (bug 13040) {{GENDER:}} magic word for interface messages

15 years ago* (bug 13040) Gender switch in user preferences
Niklas Laxström [Mon, 26 Jan 2009 09:41:52 +0000 (09:41 +0000)]
* (bug 13040) Gender switch in user preferences

15 years ago* improvement of r46173 via Aaron Shulz's idea
Danny B [Sun, 25 Jan 2009 23:41:30 +0000 (23:41 +0000)]
* improvement of r46173 via Aaron Shulz's idea

15 years agoLocalisation updates for core messages from Betawiki (2009-01-25 23:00 UTC)
Siebrand Mazeland [Sun, 25 Jan 2009 23:07:02 +0000 (23:07 +0000)]
Localisation updates for core messages from Betawiki (2009-01-25 23:00 UTC)

15 years agoFix syntax errors
Siebrand Mazeland [Sun, 25 Jan 2009 21:02:11 +0000 (21:02 +0000)]
Fix syntax errors

15 years agoFix syntax error
Siebrand Mazeland [Sun, 25 Jan 2009 21:01:12 +0000 (21:01 +0000)]
Fix syntax error

15 years agoFix syntax error
Siebrand Mazeland [Sun, 25 Jan 2009 21:00:35 +0000 (21:00 +0000)]
Fix syntax error

15 years agoLocalisation updates Cantonese, Chinese and Literary Chinese
Shinjiman [Sun, 25 Jan 2009 20:44:39 +0000 (20:44 +0000)]
Localisation updates Cantonese, Chinese and Literary Chinese

15 years agoDon't show extra copyright data on re-upload
Aaron Schulz [Sun, 25 Jan 2009 20:30:34 +0000 (20:30 +0000)]
Don't show extra copyright data on re-upload

15 years agoMake RecentChange::cleanupForIRC() also call Sanitizer::decodeCharReferences() to...
Alexandre Emsenhuber [Sun, 25 Jan 2009 19:00:11 +0000 (19:00 +0000)]
Make RecentChange::cleanupForIRC() also call Sanitizer::decodeCharReferences() to remove HTML entities left by some messages (such as colon-separator, etc.)

15 years agoUse wfMsgForContent() when needed so that IRC notifications are always in content...
Alexandre Emsenhuber [Sun, 25 Jan 2009 18:45:42 +0000 (18:45 +0000)]
Use wfMsgForContent() when needed so that IRC notifications are always in content language and not user language

15 years ago* fix usage of 'number_of_watching_users_RCview' message to correspond with the other...
Alexandre Emsenhuber [Sun, 25 Jan 2009 16:34:21 +0000 (16:34 +0000)]
* fix usage of 'number_of_watching_users_RCview' message to correspond with the other one in the same file
* use $this->message['hist'] rather than wfMsg( 'hist' )
* Whitespaces tweaks

15 years agomessage attribute changed, *CSS* may be intranslateable, thus needing a lang= attribute.
Purodha B Blissenbach [Sun, 25 Jan 2009 15:42:46 +0000 (15:42 +0000)]
message attribute changed, *CSS* may be intranslateable, thus needing a lang= attribute.

15 years agoFix last commit, was broken
Aryeh Gregor [Sun, 25 Jan 2009 15:23:56 +0000 (15:23 +0000)]
Fix last commit, was broken

Per code review by P. Copp:

<http://www.mediawiki.org/wiki/Special:Code/MediaWiki/46196/reply/1407#c1407>

The conditions on the join would only work if the category had no other
page_props.  Otherwise it would return incorrect results.

15 years agoLocalization update.
Rotem Liss [Sun, 25 Jan 2009 14:46:09 +0000 (14:46 +0000)]
Localization update.

15 years agoMessage text ambiguity removed (hopefully)
Purodha B Blissenbach [Sun, 25 Jan 2009 12:56:10 +0000 (12:56 +0000)]
Message text ambiguity removed (hopefully)

15 years ago__IGNOREUNUSED__ excludes cats from UnusedCategories
Aryeh Gregor [Sun, 25 Jan 2009 12:43:55 +0000 (12:43 +0000)]
__IGNOREUNUSED__ excludes cats from UnusedCategories

An extra left join and filter condition added to the query.  Should
cause no significant performance issues.  Patch by Ahmad Sherif (bug
17145).

15 years agoSplit date and time in 'usercreated'
Siebrand Mazeland [Sun, 25 Jan 2009 11:29:26 +0000 (11:29 +0000)]
Split date and time in 'usercreated'

15 years agoLocalization update for he + fix message order.
Rotem Liss [Sun, 25 Jan 2009 09:31:14 +0000 (09:31 +0000)]
Localization update for he + fix message order.

15 years ago* (bug 17150) escapeLike now escapes literal \ properly
Niklas Laxström [Sun, 25 Jan 2009 09:12:41 +0000 (09:12 +0000)]
* (bug 17150) escapeLike now escapes literal \ properly

15 years agoRevert r46180 and use newFromRow to get page_is_redirect loaded correctly
Aaron Schulz [Sun, 25 Jan 2009 02:02:21 +0000 (02:02 +0000)]
Revert r46180 and use newFromRow to get page_is_redirect loaded correctly

15 years agoCheck $row->page_is_redirect directly
Aaron Schulz [Sun, 25 Jan 2009 01:43:13 +0000 (01:43 +0000)]
Check $row->page_is_redirect directly

15 years agoImprove article ID process cache hit rate
Aaron Schulz [Sun, 25 Jan 2009 01:37:06 +0000 (01:37 +0000)]
Improve article ID process cache hit rate

15 years agoMore helpful error message if PHP_SELF isn't set
Aryeh Gregor [Sun, 25 Jan 2009 01:31:48 +0000 (01:31 +0000)]
More helpful error message if PHP_SELF isn't set

Raw page access was failing in some server configurations with CGI (or
in my case, FastCGI).  This gives a nicer and more correct error
message.  Possibly better solutions:

1) Figure out how to do this without PHP_SELF.

2) Give a warning or error on installation, or even on every page view,
since this will break all raw page viewing.

I ran into this when doing a file copy of my wiki install to another
site, FWIW.  Even with the new error message, I'd have had to look at
the CSS files to figure out what the problem was (the user-visible
symptom was that custom styles didn't work).

15 years ago(bug 3301) Optionally sort user list according to account creation time
Aaron Schulz [Sun, 25 Jan 2009 01:22:58 +0000 (01:22 +0000)]
(bug 3301) Optionally sort user list according to account creation time

15 years ago* redirect=no and mw-redirect classes to redirect pages (bug 17106)
Aaron Schulz [Sun, 25 Jan 2009 00:33:25 +0000 (00:33 +0000)]
* redirect=no and mw-redirect classes to redirect pages (bug 17106)
* Don't show rollback links on new pages

15 years ago* fixing regression from r42769 (component ordering & empty line)
Danny B [Sun, 25 Jan 2009 00:19:01 +0000 (00:19 +0000)]
* fixing regression from r42769 (component ordering & empty line)

15 years ago(bug 17104) Remove [Mark as patrolled] link for already patrolled revisions
Aaron Schulz [Sat, 24 Jan 2009 22:50:28 +0000 (22:50 +0000)]
(bug 17104) Remove [Mark as patrolled] link for already patrolled revisions

15 years ago(bug 17151) Add magic word alias for #redirect
Siebrand Mazeland [Sat, 24 Jan 2009 21:51:19 +0000 (21:51 +0000)]
(bug 17151) Add magic word alias for #redirect

15 years agoLocalisation updates for core messages from Betawiki (2009-01-24 20:48 UTC)
Siebrand Mazeland [Sat, 24 Jan 2009 21:02:14 +0000 (21:02 +0000)]
Localisation updates for core messages from Betawiki (2009-01-24 20:48 UTC)

15 years agoAvoid slave lag on $title->getLatestRevID()
Aaron Schulz [Sat, 24 Jan 2009 18:37:52 +0000 (18:37 +0000)]
Avoid slave lag on $title->getLatestRevID()

15 years agoHurry up and commit db op before doing mailing op to the users to notify
Aaron Schulz [Sat, 24 Jan 2009 18:35:13 +0000 (18:35 +0000)]
Hurry up and commit db op before doing mailing op to the users to notify

15 years agoFix typo in 'restriction-level-sysop'
Siebrand Mazeland [Sat, 24 Jan 2009 17:57:28 +0000 (17:57 +0000)]
Fix typo in 'restriction-level-sysop'

15 years agoRecommit r45154 after revert in r45249 and discussion http://lists.wikimedia.org...
Siebrand Mazeland [Sat, 24 Jan 2009 17:56:34 +0000 (17:56 +0000)]
Recommit r45154 after revert in r45249 and discussion lists.wikimedia.org/pipermail/wikitech-l/2008-December/thread.html#40797
* sysop/admin -> administrator for consistency

15 years agoOnly show css/js links for selected skin
Aaron Schulz [Sat, 24 Jan 2009 17:49:29 +0000 (17:49 +0000)]
Only show css/js links for selected skin

15 years ago* Removed false comment, we are in a Category page, not an Image page
Alexandre Emsenhuber [Sat, 24 Jan 2009 17:42:12 +0000 (17:42 +0000)]
* Removed false comment, we are in a Category page, not an Image page
* Use wfMsgExt( 'msg', array( 'escape' ), ... ) rather than htmlspecialchars( wfMsg( ... ) )
* Whitespaces tweaks

15 years agoLocalisation updates Cantonese, Chinese and Literary Chinese
Shinjiman [Sat, 24 Jan 2009 16:26:38 +0000 (16:26 +0000)]
Localisation updates Cantonese, Chinese and Literary Chinese

15 years ago* Encoding
Niklas Laxström [Sat, 24 Jan 2009 16:26:11 +0000 (16:26 +0000)]
* Encoding

15 years agoTweaks for the "Whole HTML Validation" feature:
Alexandre Emsenhuber [Sat, 24 Jan 2009 16:26:05 +0000 (16:26 +0000)]
Tweaks for the "Whole HTML Validation" feature:
* Allow to use external tidy
* Accept application/xhtml+xml mime type
* Fix XHTML errors on errors reports :)

15 years agoLocalization update for he.
Rotem Liss [Sat, 24 Jan 2009 15:16:14 +0000 (15:16 +0000)]
Localization update for he.

15 years agoAPI: (bug 17024) Added legaltitlechars field to meta=siteinfo&siprop=general output...
Roan Kattouw [Sat, 24 Jan 2009 13:16:24 +0000 (13:16 +0000)]
API: (bug 17024) Added legaltitlechars field to meta=siteinfo&siprop=general output, which contains the value of $wgLegalTitleChars

15 years agoExplain why this code doesn't use LinkBatch.
Roan Kattouw [Sat, 24 Jan 2009 13:10:30 +0000 (13:10 +0000)]
Explain why this code doesn't use LinkBatch.

15 years agoAPI: (bug 16483) Kill filesort in ApiQueryBacklinks caused by missing parentheses...
Roan Kattouw [Sat, 24 Jan 2009 13:00:43 +0000 (13:00 +0000)]
API: (bug 16483) Kill filesort in ApiQueryBacklinks caused by missing parentheses. Building query properly now using makeList()

15 years agoUpdate RELEASE-NOTES for r46125
Siebrand Mazeland [Sat, 24 Jan 2009 10:59:46 +0000 (10:59 +0000)]
Update RELEASE-NOTES for r46125

15 years agoRe-add MessagesFiu_vro.php with fallback to 'vro'
Siebrand Mazeland [Sat, 24 Jan 2009 10:02:10 +0000 (10:02 +0000)]
Re-add MessagesFiu_vro.php with fallback to 'vro'

15 years agoRename 'fiu-vro' locale to 'vro' as it got an ISO 639-3 code recently (http://www...
Siebrand Mazeland [Sat, 24 Jan 2009 09:59:37 +0000 (09:59 +0000)]
Rename 'fiu-vro' locale to 'vro' as it got an ISO 639-3 code recently (sil.org/iso639-3/documentation.asp?id=vro)

15 years agoFix typo in credits
Siebrand Mazeland [Sat, 24 Jan 2009 09:53:47 +0000 (09:53 +0000)]
Fix typo in credits

15 years ago* Follow up r46117: Add new messages
Raimond Spekking [Sat, 24 Jan 2009 07:53:45 +0000 (07:53 +0000)]
* Follow up r46117: Add new messages
** fixes bug 2314 - add to RELEASE NOTES

15 years ago(bug 14423) Check flag validity for logging
Aaron Schulz [Sat, 24 Jan 2009 06:01:59 +0000 (06:01 +0000)]
(bug 14423) Check flag validity for logging

15 years agocode style tweaks
Aaron Schulz [Sat, 24 Jan 2009 05:37:43 +0000 (05:37 +0000)]
code style tweaks

15 years agoAdd link to css/js subpage in preferences
Aaron Schulz [Sat, 24 Jan 2009 05:28:31 +0000 (05:28 +0000)]
Add link to css/js subpage in preferences

15 years agoRemove stray semicolon
Roan Kattouw [Fri, 23 Jan 2009 20:39:54 +0000 (20:39 +0000)]
Remove stray semicolon

15 years agoAPI: Fix profiling errors caused by calling wfProfileClose() from dieUsage()
Roan Kattouw [Fri, 23 Jan 2009 20:23:34 +0000 (20:23 +0000)]
API: Fix profiling errors caused by calling wfProfileClose() from dieUsage()

15 years ago* Fix E_STRICT
Alexandre Emsenhuber [Fri, 23 Jan 2009 20:13:39 +0000 (20:13 +0000)]
* Fix E_STRICT
* Fix doxygen warnings

15 years agoAPI: ApiBase::dieUsage() is not a static function, fix static calls
Roan Kattouw [Fri, 23 Jan 2009 20:08:00 +0000 (20:08 +0000)]
API: ApiBase::dieUsage() is not a static function, fix static calls

15 years agoAllow exempting domain names from rel="nofollow"
Aryeh Gregor [Fri, 23 Jan 2009 18:03:12 +0000 (18:03 +0000)]
Allow exempting domain names from rel="nofollow"

This introduces a new configuration option, $wgNoFollowDomainExceptions.
By default this is an empty array; perhaps it should be null by default
and initialize to something extracted from $wgServer.  An appropriate
value for Wikimedia would be something like:

$wgNoFollowDomainExceptions = array( 'wikipedia.org', 'wiktionary.org',
'wikibooks.org', ... );

It's fairly silly that we're nofollowing links to our own sites.  :)

15 years agoRemove unused code
Aryeh Gregor [Fri, 23 Jan 2009 18:03:02 +0000 (18:03 +0000)]
Remove unused code

15 years agoBreak off wfParseUrl() from wfMakeUrlIndex()
Aryeh Gregor [Fri, 23 Jan 2009 18:02:48 +0000 (18:02 +0000)]
Break off wfParseUrl() from wfMakeUrlIndex()

Should be no functional changes.

15 years agoLocalisation updates for core messages from Betawiki (2009-01-23 17:19 UTC)
Siebrand Mazeland [Fri, 23 Jan 2009 18:00:11 +0000 (18:00 +0000)]
Localisation updates for core messages from Betawiki (2009-01-23 17:19 UTC)

15 years agoLocalisation updates Cantonese, Chinese and Literary Chinese
Shinjiman [Fri, 23 Jan 2009 15:10:32 +0000 (15:10 +0000)]
Localisation updates Cantonese, Chinese and Literary Chinese

15 years agoFind variant link of categories, to fix some strange bugs in Chinese Wikipedia.
Philip Tzou [Fri, 23 Jan 2009 09:32:41 +0000 (09:32 +0000)]
Find variant link of categories, to fix some strange bugs in Chinese Wikipedia.

15 years agoLocalization:
Rotem Liss [Fri, 23 Jan 2009 08:53:41 +0000 (08:53 +0000)]
Localization:
* Moving language-link-title to the bottom of the localization files, since it is not really the sidebar, and since the comment above the message 'sidebar' is not relevant for the other languages.
* Update for he.

15 years agoEnable language conversion
Philip Tzou [Fri, 23 Jan 2009 07:56:04 +0000 (07:56 +0000)]
Enable language conversion
in "alt" and "title" attributes.

15 years ago* Follow up r46059: Add new message
Raimond Spekking [Fri, 23 Jan 2009 07:36:06 +0000 (07:36 +0000)]
* Follow up r46059: Add new message
* Move new message to the 'sidebar' section

15 years ago* + xml:lang
Danny B [Fri, 23 Jan 2009 04:29:40 +0000 (04:29 +0000)]
* + xml:lang

15 years ago* re: r46058 & r46060 (bug 3043)
Danny B [Fri, 23 Jan 2009 03:51:14 +0000 (03:51 +0000)]
* re: r46058 & r46060 (bug 3043)

15 years ago* (bug 3043) - RSS feed link should have silly orange icon
Danny B [Fri, 23 Jan 2009 03:39:11 +0000 (03:39 +0000)]
* (bug 3043) - RSS feed link should have silly orange icon
** improved r46058, now works in all skins

15 years ago(bug 1433) Add meta-information to pages with language links.
Andrew Garrett [Fri, 23 Jan 2009 02:11:20 +0000 (02:11 +0000)]
(bug 1433) Add meta-information to pages with language links.

15 years ago* (bug 3043) - RSS feed link should have silly orange icon
Danny B [Fri, 23 Jan 2009 02:09:48 +0000 (02:09 +0000)]
* (bug 3043) - RSS feed link should have silly orange icon
** Monobook & Modern skins implementation

15 years ago* Added optional alternative Search form look - Go button & Advanced search link...
Danny B [Thu, 22 Jan 2009 23:31:31 +0000 (23:31 +0000)]
* Added optional alternative Search form look - Go button & Advanced search link instead of Go button & Search button

15 years agoLocalisation updates for core from Betawiki
Siebrand Mazeland [Thu, 22 Jan 2009 14:54:07 +0000 (14:54 +0000)]
Localisation updates for core from Betawiki

15 years agoEnable LanguageConverter on Category Pages.
Philip Tzou [Thu, 22 Jan 2009 14:31:01 +0000 (14:31 +0000)]
Enable LanguageConverter on Category Pages.

15 years ago* Wrap 'cascadeprotectedwarning'/'titleprotectedwarning' messages into a div with...
Raimond Spekking [Thu, 22 Jan 2009 12:57:09 +0000 (12:57 +0000)]
* Wrap 'cascadeprotectedwarning'/'titleprotectedwarning' messages into a div with own classes

15 years agoPer Raymond's comment on r45988: fixed "Fatal error: Unsupported operand types in...
Alexandre Emsenhuber [Thu, 22 Jan 2009 11:49:32 +0000 (11:49 +0000)]
Per Raymond's comment on r45988: fixed "Fatal error: Unsupported operand types in includes/Pager.php on line 318"

15 years agoFix filelist link
Aaron Schulz [Thu, 22 Jan 2009 07:34:18 +0000 (07:34 +0000)]
Fix filelist link

15 years agoFix ordering of OpenDocument type detection so template files can actually be uploaded.
Brion Vibber [Thu, 22 Jan 2009 00:15:16 +0000 (00:15 +0000)]
Fix ordering of OpenDocument type detection so template files can actually be uploaded.
Previously, the shorter types like 'text' matched before the longer ones like 'text-template', causing an .ott file to be misdetected as an .odt... and thus rejected for being the wrong type.

15 years agoUse HTML5 rel attributes for some links
Aryeh Gregor [Thu, 22 Jan 2009 00:11:23 +0000 (00:11 +0000)]
Use HTML5 rel attributes for some links

http://dev.w3.org/html5/spec/#linkTypes

Probably doesn't do much, but looks cool.  :)

15 years agoRemoving Old Chinese and Late Time Chinese, unused.
Shinjiman [Wed, 21 Jan 2009 23:12:59 +0000 (23:12 +0000)]
Removing Old Chinese and Late Time Chinese, unused.
Per siebrand's comment.

15 years agoLocalisation updates Cantonese, Chinese and Literary Chinese
Shinjiman [Wed, 21 Jan 2009 23:08:52 +0000 (23:08 +0000)]
Localisation updates Cantonese, Chinese and Literary Chinese

15 years agoLocalisation updates for core messages from Betawiki (2009-01-21 21:16 UTC)
Siebrand Mazeland [Wed, 21 Jan 2009 21:26:17 +0000 (21:26 +0000)]
Localisation updates for core messages from Betawiki (2009-01-21 21:16 UTC)

15 years agoShow title/rev in IRC (bug 16604)
Aaron Schulz [Wed, 21 Jan 2009 20:47:59 +0000 (20:47 +0000)]
Show title/rev in IRC (bug 16604)

15 years agoRedirect-related bugfixes/features:
Ryan Schmidt [Wed, 21 Jan 2009 20:42:32 +0000 (20:42 +0000)]
Redirect-related bugfixes/features:
* (bug 11644) Add $wgMaxRedirects variable to control how many redirects are recursed through until the "destination" page is reached.
** update redirect page UI to show each step down to the destination page
** rdfrom text still links to original page visited
** pages still show up in DoubleRedirects
** setting to 1 (default) is current behavior of only going 1 step down. Setting to 0 disables automatic redirects.
** arrow image needs to be smoothed, couldn't figure out how to do it myself while keeping the image in indexed mode
* (bug 10569) Redirects to Special:Mypage and Special:Mytalk are no longer allowed to prevent redirect loops
** can be re-enabled by changing the $wgInvalidRedirectTargets array

15 years agoLocalization update.
Rotem Liss [Wed, 21 Jan 2009 16:07:26 +0000 (16:07 +0000)]
Localization update.

15 years agoXHTML
Aaron Schulz [Wed, 21 Jan 2009 15:50:13 +0000 (15:50 +0000)]
XHTML

15 years agoFollow up r45963: Add new message
Raimond Spekking [Wed, 21 Jan 2009 15:49:59 +0000 (15:49 +0000)]
Follow up r45963: Add new message

15 years ago(bug 15811) Re-upload form tweaks
Aaron Schulz [Wed, 21 Jan 2009 15:46:48 +0000 (15:46 +0000)]
(bug 15811) Re-upload form tweaks
* Don't show license dropdown
* Use different message for summary box label
* Don't show "file exists" message
* Lock the destination name

15 years agoFollow up of r45960, adding English comment in Names.php
Shinjiman [Wed, 21 Jan 2009 15:13:12 +0000 (15:13 +0000)]
Follow up of r45960, adding English comment in Names.php

15 years agoFix typo in r45863; argument in wrong place
Aaron Schulz [Wed, 21 Jan 2009 15:08:22 +0000 (15:08 +0000)]
Fix typo in r45863; argument in wrong place