lhc/web/wiklou.git
15 years agoProposed fix for bug 16937: pg_version() missing server version due to PHP bug.
Tim Starling [Mon, 11 May 2009 11:35:52 +0000 (11:35 +0000)]
Proposed fix for bug 16937: pg_version() missing server version due to PHP bug.

15 years ago(bug 18726) Fixed double URL escaping in the links to Special:RevisionDelete in the...
Tim Starling [Mon, 11 May 2009 06:38:16 +0000 (06:38 +0000)]
(bug 18726) Fixed double URL escaping in the links to Special:RevisionDelete in the file and page history lists on Special:Undelete.

15 years agoLocalisation updates for core messages from translatewiki.net (2009-05-10 21:07 UTC)
Siebrand Mazeland [Sun, 10 May 2009 21:16:41 +0000 (21:16 +0000)]
Localisation updates for core messages from translatewiki.net (2009-05-10 21:07 UTC)

15 years agofix regression from r49677 by refusing to format old-style metadata even if a foreign...
Ilmari Karonen [Sun, 10 May 2009 20:33:55 +0000 (20:33 +0000)]
fix regression from r49677 by refusing to format old-style metadata even if a foreign repo hands us some

15 years agoTweak comment
Aaron Schulz [Sun, 10 May 2009 18:06:00 +0000 (18:06 +0000)]
Tweak comment

15 years agoremoved useless "$skin->link( $title );"
Alexandre Emsenhuber [Sun, 10 May 2009 16:17:23 +0000 (16:17 +0000)]
removed useless "$skin->link( $title );"

15 years agoAPI: (bug 18749) Add generator flag to action=paraminfo output. Also fixes an interna...
Roan Kattouw [Sun, 10 May 2009 09:52:31 +0000 (09:52 +0000)]
API: (bug 18749) Add generator flag to action=paraminfo output. Also fixes an internal error in r50367

15 years agoAPI: (bug 18743) Add ucprop=size (enabled by default) to list=usercontribs. Also...
Roan Kattouw [Sun, 10 May 2009 09:25:46 +0000 (09:25 +0000)]
API: (bug 18743) Add ucprop=size (enabled by default) to list=usercontribs. Also fix warning from r49732

15 years agoRevert r50180 ("Proper error message on action=protect"): causes bug 18728 ("Non...
Roan Kattouw [Sun, 10 May 2009 09:18:23 +0000 (09:18 +0000)]
Revert r50180 ("Proper error message on action=protect"): causes bug 18728 ("Non-admins can no longer see protection settings")

15 years agoMinor commit:
Meno25 [Sun, 10 May 2009 00:53:59 +0000 (00:53 +0000)]
Minor commit:

* Add the original authors of messagesar.php who are not registered on betawiki
* Remove non-native speakers

15 years agoLocalisation updates for core messages from translatewiki.net (2009-05-09 23:36 UTC)
Siebrand Mazeland [Sat, 9 May 2009 23:45:33 +0000 (23:45 +0000)]
Localisation updates for core messages from translatewiki.net (2009-05-09 23:36 UTC)

15 years agoFollow-up on r50351. Fix adding key/value pair.
Siebrand Mazeland [Sat, 9 May 2009 23:03:11 +0000 (23:03 +0000)]
Follow-up on r50351. Fix adding key/value pair.

15 years agoEfficiency fix: don't call Title::isRedirect() on titles known not to exist; eliminat...
Roan Kattouw [Sat, 9 May 2009 20:52:52 +0000 (20:52 +0000)]
Efficiency fix: don't call Title::isRedirect() on titles known not to exist; eliminates a lot of LinkCache::addLinkObj() queries for titles fed to Linker::makeBrokenLinkObj()

15 years agofloat -> double for the "Time (type)" test according to the PHP manual
Alexandre Emsenhuber [Sat, 9 May 2009 14:19:58 +0000 (14:19 +0000)]
float -> double for the "Time (type)" test according to the PHP manual

15 years agoAPI: (bug 18730) Add version information to action=paraminfo output
Roan Kattouw [Sat, 9 May 2009 13:00:59 +0000 (13:00 +0000)]
API: (bug 18730) Add version information to action=paraminfo output

15 years agoAPI: (bug 18731) Show correct SVN links for extension modules in api.php?version...
Roan Kattouw [Sat, 9 May 2009 12:52:38 +0000 (12:52 +0000)]
API: (bug 18731) Show correct SVN links for extension modules in api.php?version . Guesswork to get the path assumes extensions are in a directory called extensions/extensionname , which should be a valid assumption on sane installs.

15 years agoFollow-up on r50351. Fix syntax errors in CategoryPage.php
Siebrand Mazeland [Fri, 8 May 2009 23:27:42 +0000 (23:27 +0000)]
Follow-up on r50351. Fix syntax errors in CategoryPage.php

15 years agoUse link() instead of deprecated makeLinkObj() where possible.
Siebrand Mazeland [Fri, 8 May 2009 23:24:31 +0000 (23:24 +0000)]
Use link() instead of deprecated makeLinkObj() where possible.

15 years agoUpdate RELEASE-NOTES for r50336
Jan Luca Naumann [Fri, 8 May 2009 20:33:42 +0000 (20:33 +0000)]
Update RELEASE-NOTES for r50336

15 years agoAPI: (bug 18709) Missing descriptions for some parameters in action=paraminfo output
Roan Kattouw [Fri, 8 May 2009 17:24:49 +0000 (17:24 +0000)]
API: (bug 18709) Missing descriptions for some parameters in action=paraminfo output

15 years ago(bug 18718) A comma was after a }, so that IE has problems
Jan Luca Naumann [Fri, 8 May 2009 16:58:20 +0000 (16:58 +0000)]
(bug 18718) A comma was after a }, so that IE has problems

15 years agomore fixes for r50316: changed StartProfiler.php to ProfilerStub.php so that it doesn...
Alexandre Emsenhuber [Fri, 8 May 2009 09:03:55 +0000 (09:03 +0000)]
more fixes for r50316: changed StartProfiler.php to ProfilerStub.php so that it doesn't break when StartProfiler.php doesn't exist

15 years ago* Fix for r50316 and r50324: require ProfilerStub.php if StartProfiler.php doesn...
Alexandre Emsenhuber [Fri, 8 May 2009 08:54:47 +0000 (08:54 +0000)]
* Fix for r50316 and r50324: require ProfilerStub.php if StartProfiler.php doesn't exist to aviod call to undefined function wfProfileIn()
* Removed already commented out "require_once( $IP.'/includes/ProfilerStub.php' );" now really obsolete

15 years ago(bug 17611) Provide a sensible error message on install when the SQLite data director...
Tim Starling [Fri, 8 May 2009 05:43:37 +0000 (05:43 +0000)]
(bug 17611) Provide a sensible error message on install when the SQLite data directory is wrong. For backport to 1.15. Achieved by layering another collection of ugly hacks on top of config/index.php, in the hopes that the combined weight of hackishness might convince Brion to allow me to finish the new installer.

15 years agoFollowup to r50316: Fix inclusion of profiler in maintenance scripts.
Chad Horohoe [Thu, 7 May 2009 20:30:55 +0000 (20:30 +0000)]
Followup to r50316: Fix inclusion of profiler in maintenance scripts.

15 years agoDon't use $this in hook description since it's a reserved word
Alexandre Emsenhuber [Thu, 7 May 2009 20:15:09 +0000 (20:15 +0000)]
Don't use $this in hook description since it's a reserved word

15 years ago(bug 18710) Fixed internal error with empty parameter in ApiParamInfo
Chad Horohoe [Thu, 7 May 2009 20:09:45 +0000 (20:09 +0000)]
(bug 18710) Fixed internal error with empty parameter in ApiParamInfo

15 years agoDon't explicitly check for false. Most modules without params return an empty array...
Chad Horohoe [Thu, 7 May 2009 20:02:20 +0000 (20:02 +0000)]
Don't explicitly check for false. Most modules without params return an empty array rather than false, in which case we still don't want to output this.

15 years agoAdd $this as a parameter to LoadAllMessages.
Chad Horohoe [Thu, 7 May 2009 18:49:57 +0000 (18:49 +0000)]
Add $this as a parameter to LoadAllMessages.

15 years agoRemoved StartProfiler.php from SVN control and added StartProfiler.sample file. The...
Aaron Schulz [Thu, 7 May 2009 18:30:26 +0000 (18:30 +0000)]
Removed StartProfiler.php from SVN control and added StartProfiler.sample file. The sample file can be moved to the former name to set profiling. MW will fall back to ProfilerStub.php as usual if there is no StartProfiler.php.

15 years agofix E_PARSE from r50310
Alexandre Emsenhuber [Thu, 7 May 2009 16:51:45 +0000 (16:51 +0000)]
fix E_PARSE from r50310

15 years agoSupress chmod() errors, they're annoying and very common. In all liklihood, the wiki...
Chad Horohoe [Thu, 7 May 2009 16:18:42 +0000 (16:18 +0000)]
Supress chmod() errors, they're annoying and very common. In all liklihood, the wiki can display the image with whatever permissions it was created to begin with. Also introduce the 'fileMode' parameter for  $wgLocalFileRepo/$wgForeignFileRepos. Fixes bug 18326

15 years ago(bug 16925) Diffs no longer silently fail when $wgExternalDiffEngine is set to 'wikid...
Chad Horohoe [Thu, 7 May 2009 16:00:29 +0000 (16:00 +0000)]
(bug 16925) Diffs no longer silently fail when $wgExternalDiffEngine is set to 'wikidiff' or 'wikidiff2' but extension is not installed. Should now gracefully fall back to the PHP diff.

15 years agoonly 1010 tests, not 1120
Alexandre Emsenhuber [Thu, 7 May 2009 09:30:36 +0000 (09:30 +0000)]
only 1010 tests, not 1120

15 years ago* Same hack for transstat.php as in r50125
Niklas Laxström [Thu, 7 May 2009 07:47:46 +0000 (07:47 +0000)]
* Same hack for transstat.php as in r50125

15 years agoRemove StartProfiler.php, removed with no explanation in r50299, causing fatals on...
Andrew Garrett [Thu, 7 May 2009 07:27:01 +0000 (07:27 +0000)]
Remove StartProfiler.php, removed with no explanation in r50299, causing fatals on all installations.

15 years agoignore startprofiler.php
Aaron Schulz [Thu, 7 May 2009 03:46:39 +0000 (03:46 +0000)]
ignore startprofiler.php

15 years agoFix a silly bug that isn't the mystery dump bug we were looking for, but could result...
Brion Vibber [Wed, 6 May 2009 23:47:31 +0000 (23:47 +0000)]
Fix a silly bug that isn't the mystery dump bug we were looking for, but could result in infinite loop during text pass if it fails just at the right time.

15 years agoFixed a minor problem with $wgSectionContainers that was causing some divs to not...
Arash Boostani [Wed, 6 May 2009 23:21:55 +0000 (23:21 +0000)]
Fixed a minor problem with $wgSectionContainers that was causing some divs to not be closed properly

15 years agoFollow-up for r50207: mysql won't estimate total number of hits, so don't show it...
Robert Stojnić [Wed, 6 May 2009 21:05:52 +0000 (21:05 +0000)]
Follow-up for r50207: mysql won't estimate total number of hits, so don't show it - copied from SpecialSearchOld more or less.

15 years agoIf passing a callback in an array in $wgExtensionFunctions, fix the profile name...
Alexandre Emsenhuber [Wed, 6 May 2009 20:02:01 +0000 (20:02 +0000)]
If passing a callback in an array in $wgExtensionFunctions, fix the profile name to not have 'Setup.php-extensions-Array'

15 years agoLocalisation updates for core messages from translatewiki.net (2009-05-06 19:00 UTC)
Raimond Spekking [Wed, 6 May 2009 19:27:12 +0000 (19:27 +0000)]
Localisation updates for core messages from translatewiki.net (2009-05-06 19:00 UTC)

15 years agoSet the default value for $wgSectionContainers and documented the functionality.
Arash Boostani [Wed, 6 May 2009 15:13:12 +0000 (15:13 +0000)]
Set the default value for $wgSectionContainers and documented the functionality.

15 years agoLocalization update.
Rotem Liss [Wed, 6 May 2009 08:38:37 +0000 (08:38 +0000)]
Localization update.

15 years agoUpdate the Chinese conversion tables.
Philip Tzou [Wed, 6 May 2009 05:44:55 +0000 (05:44 +0000)]
Update the Chinese conversion tables.

15 years agoFixed problem with call to closeSectionContainers that contained references. Only...
Arash Boostani [Wed, 6 May 2009 04:17:48 +0000 (04:17 +0000)]
Fixed problem with call to closeSectionContainers that contained references. Only the function definition needs to indicate that the input variable is a reference, not the function call.

15 years agoInadvertently committed an extension to the extension directory, so I am now removing...
Arash Boostani [Tue, 5 May 2009 23:16:58 +0000 (23:16 +0000)]
Inadvertently committed an extension to the extension directory, so I am now removing those files

15 years agoAdded an extension, called EditSectionHiliteLink, that highlights the appropriate...
Arash Boostani [Tue, 5 May 2009 22:49:45 +0000 (22:49 +0000)]
Added an extension, called EditSectionHiliteLink, that highlights the appropriate section when the user mouses over the section edit links. Also, modified the Parser to enclose each section in a div if $wgSectionContainers is set.

15 years agoFix up r50223: moving a wrongly-moved entry back from HISTORY to RELEASE-NOTES
Roan Kattouw [Tue, 5 May 2009 14:30:13 +0000 (14:30 +0000)]
Fix up r50223: moving a wrongly-moved entry back from HISTORY to RELEASE-NOTES

15 years agoMoved backported RELEASE-NOTES items to HISTORY.
Tim Starling [Tue, 5 May 2009 14:24:00 +0000 (14:24 +0000)]
Moved backported RELEASE-NOTES items to HISTORY.

15 years agoFollowup to r50132: rename API define constant to MW_API, per comment on CR
Roan Kattouw [Tue, 5 May 2009 13:22:50 +0000 (13:22 +0000)]
Followup to r50132: rename API define constant to MW_API, per comment on CR

15 years agoPer Simetrical's comment on r50192: update CREDITS file
Alexandre Emsenhuber [Tue, 5 May 2009 11:09:21 +0000 (11:09 +0000)]
Per Simetrical's comment on r50192: update CREDITS file

15 years agoFix up r47473: descend into subarrays in ForeignAPIFile::getMetadata()
Roan Kattouw [Tue, 5 May 2009 09:47:53 +0000 (09:47 +0000)]
Fix up r47473: descend into subarrays in ForeignAPIFile::getMetadata()

15 years agoLocalisation updates Cantonese, Chinese and Literary Chinese
Shinjiman [Tue, 5 May 2009 03:11:34 +0000 (03:11 +0000)]
Localisation updates Cantonese, Chinese and Literary Chinese

15 years agoAddendum for r50205, also explicitly cancel any pending fetches just to be sure.
Robert Stojnić [Mon, 4 May 2009 23:33:07 +0000 (23:33 +0000)]
Addendum for r50205, also explicitly cancel any pending fetches just to be sure.

15 years agoRedesign of the "new search UI" per Trevor's design plans from usability wiki:
Robert Stojnić [Mon, 4 May 2009 23:07:19 +0000 (23:07 +0000)]
Redesign of the "new search UI" per Trevor's design plans from usability wiki:
* simplify everything, move search box to top
* move header below it and make it google-style
* move styles from monobook into shared since people didn't really customize it
* remove some old unused stuff like default+project namespaces and such

Things to do still:
* smarter detection of prefix searches
* javascript to link to correct link when typing in a query, but clicking on one of the search headers
* prev/next still uses MW default navigation, should be replaced with tango icons?
* test a bit more with default search backend (i.e. mysql)

15 years agoFix annoying bug with mwsuggest that makes it shown suggestions after search box...
Robert Stojnić [Mon, 4 May 2009 21:07:18 +0000 (21:07 +0000)]
Fix annoying bug with mwsuggest that makes it shown suggestions after search box has lost focus (which it shouldn't).
Introduce additional attribute that tells the suggestion container that it should stay hidden.

15 years agoLocalization update for he.
Rotem Liss [Mon, 4 May 2009 20:53:09 +0000 (20:53 +0000)]
Localization update for he.

15 years agoTweak message: The watchlist shows changes of the file and the file description page.
Raimond Spekking [Mon, 4 May 2009 20:01:03 +0000 (20:01 +0000)]
Tweak message: The watchlist shows changes of the file and the file description page.
Per suggestion of Forrester on dewiki.

15 years agofix "remove to own account" -> "remove from own account"
Robin Pepermans [Mon, 4 May 2009 19:32:35 +0000 (19:32 +0000)]
fix "remove to own account" -> "remove from own account"

15 years agoAdd $wgGroupsAddToSelf and $wgGroupsRemoveFromSelf in Special:ListGroupRights (bug...
Robin Pepermans [Mon, 4 May 2009 19:16:21 +0000 (19:16 +0000)]
Add $wgGroupsAddToSelf and $wgGroupsRemoveFromSelf in Special:ListGroupRights (bug 15061), the same way as $wgAddGroups and $wgRemoveGroups

15 years agoLocalisation updates for core messages from translatewiki.net (2009-05-04 18:24 UTC)
Raimond Spekking [Mon, 4 May 2009 18:54:50 +0000 (18:54 +0000)]
Localisation updates for core messages from translatewiki.net (2009-05-04 18:24 UTC)

15 years ago* (bug 6802) profileinfo.php now also work on other database servers than MySQL
Alexandre Emsenhuber [Mon, 4 May 2009 18:35:49 +0000 (18:35 +0000)]
* (bug 6802) profileinfo.php now also work on other database servers than MySQL

Based on patches by Robert Treat (http://bug-attachment.wikimedia.org/attachment.cgi?id=2311) and Karun Dambiec (http://bug-attachment.wikimedia.org/attachment.cgi?id=6083)

15 years ago(bug 18666) Add show/hide to deleted diffs
Aaron Schulz [Mon, 4 May 2009 17:45:01 +0000 (17:45 +0000)]
(bug 18666) Add show/hide to deleted diffs

15 years agoAPI: (bug 18518) Add clprop=hidden to prop=categories. Also use array_flip($params...
Roan Kattouw [Mon, 4 May 2009 15:10:42 +0000 (15:10 +0000)]
API: (bug 18518) Add clprop=hidden to prop=categories. Also use array_flip($params['prop']) to simplify code

15 years ago(bug 18677) Give proper error message when viewing &action=protect without sufficient...
Roan Kattouw [Mon, 4 May 2009 14:51:46 +0000 (14:51 +0000)]
(bug 18677) Give proper error message when viewing &action=protect without sufficient rights. Patch by Stefano Codari

15 years ago(bug 18666) Add show/hide links to deletedcontribs
Aaron Schulz [Mon, 4 May 2009 13:40:09 +0000 (13:40 +0000)]
(bug 18666) Add show/hide links to deletedcontribs

15 years ago(bug 18666) Add show/hide to contribs
Aaron Schulz [Mon, 4 May 2009 13:32:50 +0000 (13:32 +0000)]
(bug 18666) Add show/hide to contribs

15 years agoUpdate docs to note what passing empty string does
Aryeh Gregor [Mon, 4 May 2009 13:30:57 +0000 (13:30 +0000)]
Update docs to note what passing empty string does

See r50128.

15 years ago*(bug 18676) Fixed nonsensical cache invalidation on revision delete
Aaron Schulz [Mon, 4 May 2009 13:14:54 +0000 (13:14 +0000)]
*(bug 18676) Fixed nonsensical cache invalidation on revision delete

15 years agoAdded release notes entry for user-visible change r49212: fix for template loop check...
Tim Starling [Mon, 4 May 2009 09:42:22 +0000 (09:42 +0000)]
Added release notes entry for user-visible change r49212: fix for template loop check. Users reported that this change broke their deliberately loopy templates.

15 years ago(bug 18657) Workaround for MySQL optimiser bug. Replaces Domas's live patch.
Tim Starling [Mon, 4 May 2009 09:31:34 +0000 (09:31 +0000)]
(bug 18657) Workaround for MySQL optimiser bug. Replaces Domas's live patch.

15 years agoReverted r48983: obsolete since r48989, replaced by less intrusive optimisations.
Tim Starling [Mon, 4 May 2009 08:57:33 +0000 (08:57 +0000)]
Reverted r48983: obsolete since r48989, replaced by less intrusive optimisations.

15 years agoThis change wasn't backported.
Tim Starling [Mon, 4 May 2009 08:56:36 +0000 (08:56 +0000)]
This change wasn't backported.

15 years agoFix up r50126: dump $wgDBtype rather than a class name, per CR comment
Roan Kattouw [Mon, 4 May 2009 07:00:52 +0000 (07:00 +0000)]
Fix up r50126: dump $wgDBtype rather than a class name, per CR comment

15 years agoRevert r49959 (Fixed some CSS validation issues with colors)
Chad Horohoe [Sun, 3 May 2009 21:36:40 +0000 (21:36 +0000)]
Revert r49959 (Fixed some CSS validation issues with colors)

15 years agoCleanup in MagicWord::$mVariableIDs, removed IDs that aren't handled in Parser::getVa...
Alexandre Emsenhuber [Sun, 3 May 2009 12:38:13 +0000 (12:38 +0000)]
Cleanup in MagicWord::$mVariableIDs, removed IDs that aren't handled in Parser::getVariableValue().

Side effect: Removed "Pages in namespace (Magic word disabled currently)" parser test added in r17687 by nickj (was passing; I know). The problem is that the expected result is an empty string, but since it's disabled by default with $wgAllowSlowParserFunctions = false (i.e. not added to parser's list of magic words IDs) it should return a red link to [[Template:PAGESINNAMESPACE:]] (the empty string is produced because "{{PAGESINNAMESPACE:}}" is handled as variable and not as parser function).

15 years agoUpdate the Chinese conversion tables.
Philip Tzou [Sun, 3 May 2009 05:48:38 +0000 (05:48 +0000)]
Update the Chinese conversion tables.

15 years agoLocalisation updates for core messages from translatewiki.net (2009-05-02 21:29 UTC)
Raimond Spekking [Sat, 2 May 2009 21:37:45 +0000 (21:37 +0000)]
Localisation updates for core messages from translatewiki.net (2009-05-02 21:29 UTC)

15 years agoFix interesting regression from r49324: on a redirected page view, the content action...
Roan Kattouw [Sat, 2 May 2009 15:38:32 +0000 (15:38 +0000)]
Fix interesting regression from r49324: on a redirected page view, the content action tabs (article, discussion, edit, history) would point to the redirect instead of the target article.

15 years agoFollowup to r50132: I guess I was smoking some pretty good stuff there
Roan Kattouw [Sat, 2 May 2009 15:03:02 +0000 (15:03 +0000)]
Followup to r50132: I guess I was smoking some pretty good stuff there

15 years agoAPI: Set $wgTitle to a dummy title in api.php, and introduce defined('API') as a...
Roan Kattouw [Sat, 2 May 2009 14:47:26 +0000 (14:47 +0000)]
API: Set $wgTitle to a dummy title in api.php, and introduce defined('API') as a check for API mode. This should fix errors about $wgTitle being null

15 years agoFixed dropdown selector display and other log type issues due to string -> array...
Aaron Schulz [Sat, 2 May 2009 14:34:45 +0000 (14:34 +0000)]
Fixed dropdown selector display and other log type issues due to string -> array conversion

15 years agoAPI: (bug 18533) Add readonly message to meta=siteinfo output
Roan Kattouw [Sat, 2 May 2009 14:24:11 +0000 (14:24 +0000)]
API: (bug 18533) Add readonly message to meta=siteinfo output

15 years agoFixed total log breakage due to type safety issues
Aaron Schulz [Sat, 2 May 2009 13:42:51 +0000 (13:42 +0000)]
Fixed total log breakage due to type safety issues

15 years agoAPI: Add PHP and database version to meta=siteinfo output
Roan Kattouw [Sat, 2 May 2009 13:35:20 +0000 (13:35 +0000)]
API: Add PHP and database version to meta=siteinfo output

15 years ago* Hack for checkLanguage.php to work without database
Niklas Laxström [Sat, 2 May 2009 10:49:37 +0000 (10:49 +0000)]
* Hack for checkLanguage.php to work without database

15 years agoRename $wgOut to $output to avoid collision, wfDebug expects $wgOut to be OutputPage...
Niklas Laxström [Sat, 2 May 2009 09:56:51 +0000 (09:56 +0000)]
Rename $wgOut to $output to avoid collision, wfDebug expects $wgOut to be OutputPage object

15 years agoChange to show the checkout revision number by default in Special:Version, per Code...
Shinjiman [Sat, 2 May 2009 07:44:17 +0000 (07:44 +0000)]
Change to show the checkout revision number by default in Special:Version, per Code Review on r50106.

15 years ago* (bug 15008) Redirect images are now subject to Bad image list rules
Victor Vasiliev [Fri, 1 May 2009 21:22:25 +0000 (21:22 +0000)]
* (bug 15008) Redirect images are now subject to Bad image list rules

15 years agoRemoved float from the user login form in RTL interface - caused display problems...
Rotem Liss [Fri, 1 May 2009 19:08:22 +0000 (19:08 +0000)]
Removed float from the user login form in RTL interface - caused display problems in FF2, and in LTR interfaces there is no float there.

15 years agoShow the SVN revision numbers as a separate column in Special:Version
Shinjiman [Fri, 1 May 2009 16:39:08 +0000 (16:39 +0000)]
Show the SVN revision numbers as a separate column in Special:Version

15 years agoFollowup to r50102: increment style version.
Chad Horohoe [Fri, 1 May 2009 14:17:49 +0000 (14:17 +0000)]
Followup to r50102: increment style version.

15 years agoFollow up r49997, showing both last modified and checkout revision number for the...
Shinjiman [Fri, 1 May 2009 14:09:45 +0000 (14:09 +0000)]
Follow up r49997, showing both last modified and checkout revision number for the directory per Code Review.

15 years agoSanitize class names applied by change tagging -- was not anticipating multi-word...
Andrew Garrett [Fri, 1 May 2009 12:55:29 +0000 (12:55 +0000)]
Sanitize class names applied by change tagging -- was not anticipating multi-word, ugly tag names

15 years ago* (bug 18207) Strange spacing before [[irc:...]] links
Danny B [Fri, 1 May 2009 10:31:55 +0000 (10:31 +0000)]
* (bug 18207) Strange spacing before [[irc:...]] links
** fixed regression from r47615

15 years agoUpdate version number to 1.16 in CREDITS yay for (almost) useless commit
Nathaniel Herman [Fri, 1 May 2009 03:42:30 +0000 (03:42 +0000)]
Update version number to 1.16 in CREDITS yay for (almost) useless commit

15 years agoIncrement version to 1.16. Basic release notes update assuming r48811 branch point...
Tim Starling [Fri, 1 May 2009 03:38:02 +0000 (03:38 +0000)]
Increment version to 1.16. Basic release notes update assuming r48811 branch point, some changes will be required as we backport things.

15 years agoDefault true :)
Chad Horohoe [Fri, 1 May 2009 01:34:37 +0000 (01:34 +0000)]
Default true :)

15 years ago(bug 9219) Auth plugins can control editing RealName/Email/Nick preferences. Based...
Chad Horohoe [Fri, 1 May 2009 01:27:22 +0000 (01:27 +0000)]
(bug 9219) Auth plugins can control editing RealName/Email/Nick preferences. Based on patch by MrPete.