[MediaWiki-CVS] SVN: [114283] branches

2012-03-20 Thread dantman
https://www.mediawiki.org/wiki/Special:Code/MediaWiki/114283 Revision: 114283 Author: dantman Date: 2012-03-20 17:22:32 + (Tue, 20 Mar 2012) Log Message: --- Backport r114272, Reedy's fix for r114233 to REL1_17, REL1_18, and REL1_19. Modified Paths: -- branches

[MediaWiki-CVS] SVN: [114324] trunk/phase3/maintenance/dev/includes/router.php

2012-03-20 Thread dantman
https://www.mediawiki.org/wiki/Special:Code/MediaWiki/114324 Revision: 114324 Author: dantman Date: 2012-03-20 22:58:34 + (Tue, 20 Mar 2012) Log Message: --- Security paranoia, reject requests to router.php that aren't from the cli-server sapi. Modified Paths

[MediaWiki-CVS] SVN: [114325] branches/REL1_19/phase3/maintenance/dev/includes/router.php

2012-03-20 Thread dantman
https://www.mediawiki.org/wiki/Special:Code/MediaWiki/114325 Revision: 114325 Author: dantman Date: 2012-03-20 23:01:41 + (Tue, 20 Mar 2012) Log Message: --- Backport r114324 to 1.19 so we don't end up releasing a version of MediaWiki with an open router.php. Modified Paths

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

2012-03-19 Thread dantman
https://www.mediawiki.org/wiki/Special:Code/MediaWiki/114233 Revision: 114233 Author: dantman Date: 2012-03-20 05:17:40 + (Tue, 20 Mar 2012) Log Message: --- Commit the cryptrand project worked on in git: - MWCryptRand: A new api for generating cryptographic randomness

[MediaWiki-CVS] SVN: [113610] trunk/phase3/skins/vector/screen.css

2012-03-11 Thread dantman
https://www.mediawiki.org/wiki/Special:Code/MediaWiki/113610 Revision: 113610 Author: dantman Date: 2012-03-12 04:34:28 + (Mon, 12 Mar 2012) Log Message: --- Tweak background colours in Vector's css so that Vector looks sane when images are disabled. Modified Paths

[MediaWiki-CVS] SVN: [113611] trunk/phase3/skins/vector/screen.css

2012-03-11 Thread dantman
https://www.mediawiki.org/wiki/Special:Code/MediaWiki/113611 Revision: 113611 Author: dantman Date: 2012-03-12 05:24:54 + (Mon, 12 Mar 2012) Log Message: --- Revert r113610, it appears it's impossible to fix vector in a sane way. If we try to fix it without images

[MediaWiki-CVS] SVN: [113566] trunk/phase3/skins

2012-03-10 Thread dantman
https://www.mediawiki.org/wiki/Special:Code/MediaWiki/113566 Revision: 113566 Author: dantman Date: 2012-03-10 22:26:40 + (Sat, 10 Mar 2012) Log Message: --- Move printfooter hiding css from multiple stylesheets into shared.css where it should belong. Modified Paths

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

2012-02-24 Thread dantman
https://www.mediawiki.org/wiki/Special:Code/MediaWiki/112313 Revision: 112313 Author: dantman Date: 2012-02-24 11:31:36 + (Fri, 24 Feb 2012) Log Message: --- Fix bug 34684 in my PathRouter code: - Update the tests to test extra characters and patterns like like \\ and $1 - Also

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

2012-02-21 Thread dantman
https://www.mediawiki.org/wiki/Special:Code/MediaWiki/112037 Revision: 112037 Author: dantman Date: 2012-02-21 20:23:42 + (Tue, 21 Feb 2012) Log Message: --- Followup r112034, use both selectors not just one, don't break cached pages or 3rd party skins. Modified Paths

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

2012-02-20 Thread dantman
https://www.mediawiki.org/wiki/Special:Code/MediaWiki/111964 Revision: 111964 Author: dantman Date: 2012-02-20 21:22:52 + (Mon, 20 Feb 2012) Log Message: --- Commit a new cryptographic random generator class for use in MediaWiki. Waiting for it to be reviewed before actually

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

2012-02-20 Thread dantman
https://www.mediawiki.org/wiki/Special:Code/MediaWiki/111973 Revision: 111973 Author: dantman Date: 2012-02-20 22:32:18 + (Mon, 20 Feb 2012) Log Message: --- Revert Microdata improvements in r111891, r111898, r111899, r111901, r111903, and r111906 till after the git migration

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

2012-02-20 Thread dantman
https://www.mediawiki.org/wiki/Special:Code/MediaWiki/111974 Revision: 111974 Author: dantman Date: 2012-02-20 22:35:14 + (Mon, 20 Feb 2012) Log Message: --- Revert CryptRand class in r111964 till after the git migration. Modified Paths: -- trunk/phase3/includes

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

2012-02-20 Thread dantman
https://www.mediawiki.org/wiki/Special:Code/MediaWiki/111975 Revision: 111975 Author: dantman Date: 2012-02-20 22:48:43 + (Mon, 20 Feb 2012) Log Message: --- Revert RDFa and Microdata improvements to addMeta in r111439 till after the git migration. Modified Paths

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

2012-02-19 Thread dantman
https://www.mediawiki.org/wiki/Special:Code/MediaWiki/111891 Revision: 111891 Author: dantman Date: 2012-02-19 21:43:37 + (Sun, 19 Feb 2012) Log Message: --- Handle one part of bug 32545 while improving MediaWiki's support for Microdata in content by adding support for the data

[MediaWiki-CVS] SVN: [111898] trunk/phase3/includes/Sanitizer.php

2012-02-19 Thread dantman
https://www.mediawiki.org/wiki/Special:Code/MediaWiki/111898 Revision: 111898 Author: dantman Date: 2012-02-19 23:40:48 + (Sun, 19 Feb 2012) Log Message: --- Followup r111891; Base the $staticInitialised variable off of the global setup so that the parser test suite

[MediaWiki-CVS] SVN: [111899] trunk/phase3/includes/Sanitizer.php

2012-02-19 Thread dantman
https://www.mediawiki.org/wiki/Special:Code/MediaWiki/111899 Revision: 111899 Author: dantman Date: 2012-02-20 00:03:24 + (Mon, 20 Feb 2012) Log Message: --- Followup r111898; Do the same for the attribute whitelist. Modified Paths: -- trunk/phase3/includes

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

2012-02-19 Thread dantman
https://www.mediawiki.org/wiki/Special:Code/MediaWiki/111901 Revision: 111901 Author: dantman Date: 2012-02-20 00:42:24 + (Mon, 20 Feb 2012) Log Message: --- Followup r111891; Update the test to also make sure things like http-equiv and rel=stylesheet don't link through

[MediaWiki-CVS] SVN: [111903] trunk/phase3/includes/tidy.conf

2012-02-19 Thread dantman
https://www.mediawiki.org/wiki/Special:Code/MediaWiki/111903 Revision: 111903 Author: dantman Date: 2012-02-20 01:01:53 + (Mon, 20 Feb 2012) Log Message: --- Followup r111891; Update tidy.conf so that it doesn't strip out data and time elements. However this will not fix

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

2012-02-19 Thread dantman
https://www.mediawiki.org/wiki/Special:Code/MediaWiki/111906 Revision: 111906 Author: dantman Date: 2012-02-20 02:12:48 + (Mon, 20 Feb 2012) Log Message: --- Followup r111903; Introduce a new Tidy hack to prevent tidy from stripping the link and meta elements from the body

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

2012-02-15 Thread dantman
https://www.mediawiki.org/wiki/Special:Code/MediaWiki/111565 Revision: 111565 Author: dantman Date: 2012-02-15 19:32:36 + (Wed, 15 Feb 2012) Log Message: --- Add an OutputPage to the EditPage::showEditForm:initial to match the EditPage::showEditForm:fields hook so that people

[MediaWiki-CVS] SVN: [111566] trunk/phase3/maintenance/dev/includes/router.php

2012-02-15 Thread dantman
https://www.mediawiki.org/wiki/Special:Code/MediaWiki/111566 Revision: 111566 Author: dantman Date: 2012-02-15 19:33:13 + (Wed, 15 Feb 2012) Log Message: --- Add missing delimiters to the regexp in maintenace/dev/'s router. Modified Paths: -- trunk/phase3

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

2012-02-15 Thread dantman
https://www.mediawiki.org/wiki/Special:Code/MediaWiki/111568 Revision: 111568 Author: dantman Date: 2012-02-15 19:44:54 + (Wed, 15 Feb 2012) Log Message: --- Add useskin=default handling to always display the wiki's default skin. Modified Paths: -- trunk/phase3

[MediaWiki-CVS] SVN: [111523] trunk/extensions/WikiEditor/modules/ext.wikiEditor.css

2012-02-14 Thread dantman
https://www.mediawiki.org/wiki/Special:Code/MediaWiki/111523 Revision: 111523 Author: dantman Date: 2012-02-15 06:06:27 + (Wed, 15 Feb 2012) Log Message: --- Add resize: vertical; to the textarea's css so that browsers like firefox and chrome won't allow horizontal resizing

[MediaWiki-CVS] SVN: [111438] trunk/extensions/OpenGraphMeta/OpenGraphMeta.php

2012-02-13 Thread dantman
https://www.mediawiki.org/wiki/Special:Code/MediaWiki/111438 Revision: 111438 Author: dantman Date: 2012-02-14 01:02:25 + (Tue, 14 Feb 2012) Log Message: --- Update the extension so that on the mainpage it outputs the sitename in og:title and omits the og:site_name. Modified

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

2012-02-13 Thread dantman
https://www.mediawiki.org/wiki/Special:Code/MediaWiki/111439 Revision: 111439 Author: dantman Date: 2012-02-14 02:22:02 + (Tue, 14 Feb 2012) Log Message: --- Introduce property: and itemprop: support for addMeta to add RDFa meta property=... content=... and Microdata meta

[MediaWiki-CVS] SVN: [111441] trunk/extensions/OpenGraphMeta/OpenGraphMeta.php

2012-02-13 Thread dantman
https://www.mediawiki.org/wiki/Special:Code/MediaWiki/111441 Revision: 111441 Author: dantman Date: 2012-02-14 02:24:05 + (Tue, 14 Feb 2012) Log Message: --- Make use of the property: support added in 1.20 if available. Modified Paths: -- trunk/extensions

[MediaWiki-CVS] SVN: [111346] trunk/phase3/includes/DefaultSettings.php

2012-02-12 Thread dantman
https://www.mediawiki.org/wiki/Special:Code/MediaWiki/111346 Revision: 111346 Author: dantman Date: 2012-02-13 00:35:35 + (Mon, 13 Feb 2012) Log Message: --- Revert r106393; I do not find it acceptible for MediaWiki to ship by-default strangling it's deprecation notices

[MediaWiki-CVS] SVN: [110825] trunk/phase3/includes/User.php

2012-02-07 Thread dantman
https://www.mediawiki.org/wiki/Special:Code/MediaWiki/110825 Revision: 110825 Author: dantman Date: 2012-02-07 08:07:28 + (Tue, 07 Feb 2012) Log Message: --- (bug 34237) Regenerate an empty user_token and save to the database when we try to set the user's cookies for login

[MediaWiki-CVS] SVN: [108412] trunk/phase3/includes/Init.php

2012-01-09 Thread dantman
https://www.mediawiki.org/wiki/Special:Code/MediaWiki/108412 Revision: 108412 Author: dantman Date: 2012-01-09 13:45:34 + (Mon, 09 Jan 2012) Log Message: --- Add a new methodExists method to MWInit. Modified Paths: -- trunk/phase3/includes/Init.php Modified

[MediaWiki-CVS] SVN: [108104] trunk/phase3/tests/phpunit/includes/GlobalFunctions/ GlobalTest.php

2012-01-04 Thread dantman
https://www.mediawiki.org/wiki/Special:Code/MediaWiki/108104 Revision: 108104 Author: dantman Date: 2012-01-05 00:26:13 + (Thu, 05 Jan 2012) Log Message: --- Followup r105809; Split up the tests with a dataProvider and add a round trip test. Modified Paths

[MediaWiki-CVS] SVN: [107858] trunk/extensions/Purge

2012-01-02 Thread dantman
https://www.mediawiki.org/wiki/Special:Code/MediaWiki/107858 Revision: 107858 Author: dantman Date: 2012-01-03 00:31:11 + (Tue, 03 Jan 2012) Log Message: --- Update Extension:Purge to use getRelevantTitle so it will work with improved special pages like Special:MovePage in 1.18

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

2012-01-02 Thread dantman
https://www.mediawiki.org/wiki/Special:Code/MediaWiki/107860 Revision: 107860 Author: dantman Date: 2012-01-03 01:58:27 + (Tue, 03 Jan 2012) Log Message: --- Add RequestContextCreateSkin hook to allow extensions to override the loading of skins. Modified Paths

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

2011-12-15 Thread dantman
https://www.mediawiki.org/wiki/Special:Code/MediaWiki/106383 Revision: 106383 Author: dantman Date: 2011-12-15 22:10:09 + (Thu, 15 Dec 2011) Log Message: --- Commit my old NoBogusUserpages extension as-is. Added Paths: --- trunk/extensions/NoBogusUserpages

[MediaWiki-CVS] SVN: [106406] branches

2011-12-15 Thread dantman
https://www.mediawiki.org/wiki/Special:Code/MediaWiki/106406 Revision: 106406 Author: dantman Date: 2011-12-16 03:32:44 + (Fri, 16 Dec 2011) Log Message: --- Backport the NoBogusUserpages extension as-is to all obsolete extension release branches. (It was written back when 1.12

[MediaWiki-CVS] SVN: [106410] trunk/extensions/NoBogusUserpages

2011-12-15 Thread dantman
https://www.mediawiki.org/wiki/Special:Code/MediaWiki/106410 Revision: 106410 Author: dantman Date: 2011-12-16 04:02:35 + (Fri, 16 Dec 2011) Log Message: --- Update the NoBogusUserpages extension to use proper i18n files and ditch the extra file and pre-1.12 compat. Modified

[MediaWiki-CVS] SVN: [106411] branches

2011-12-15 Thread dantman
https://www.mediawiki.org/wiki/Special:Code/MediaWiki/106411 Revision: 106411 Author: dantman Date: 2011-12-16 04:04:26 + (Fri, 16 Dec 2011) Log Message: --- Backport the updated NoBogusUserpages extension to 1.17 and 1.18 branches. Added Paths: --- branches/REL1_17

[MediaWiki-CVS] SVN: [106412] trunk/extensions/NoBogusUserpages/NoBogusUserpages.i18n.php

2011-12-15 Thread dantman
https://www.mediawiki.org/wiki/Special:Code/MediaWiki/106412 Revision: 106412 Author: dantman Date: 2011-12-16 04:25:09 + (Fri, 16 Dec 2011) Log Message: --- Add right- i18n. Modified Paths: -- trunk/extensions/NoBogusUserpages/NoBogusUserpages.i18n.php

[MediaWiki-CVS] SVN: [106413] branches

2011-12-15 Thread dantman
https://www.mediawiki.org/wiki/Special:Code/MediaWiki/106413 Revision: 106413 Author: dantman Date: 2011-12-16 04:26:17 + (Fri, 16 Dec 2011) Log Message: --- And backport. Added Paths: --- branches/REL1_17/extensions/NoBogusUserpages/NoBogusUserpages/ branches

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

2011-12-12 Thread dantman
https://www.mediawiki.org/wiki/Special:Code/MediaWiki/105919 Revision: 105919 Author: dantman Date: 2011-12-12 19:19:23 + (Mon, 12 Dec 2011) Log Message: --- Replace get{Local,Full,Link,Canonical}URL's $variant argument with a secondary $query argument and treat variant paths

[MediaWiki-CVS] SVN: [105921] trunk/phase3/includes/Title.php

2011-12-12 Thread dantman
https://www.mediawiki.org/wiki/Special:Code/MediaWiki/105921 Revision: 105921 Author: dantman Date: 2011-12-12 19:23:38 + (Mon, 12 Dec 2011) Log Message: --- Deprecate the escape methods in Title. Modified Paths: -- trunk/phase3/includes/Title.php Modified

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

2011-12-12 Thread dantman
https://www.mediawiki.org/wiki/Special:Code/MediaWiki/105922 Revision: 105922 Author: dantman Date: 2011-12-12 19:32:59 + (Mon, 12 Dec 2011) Log Message: --- Introduce a Language::getMessagesFileName hook that will allow extensions to define new language messages files outside

[MediaWiki-CVS] SVN: [105923] trunk/phase3/RELEASE-NOTES-1.19

2011-12-12 Thread dantman
https://www.mediawiki.org/wiki/Special:Code/MediaWiki/105923 Revision: 105923 Author: dantman Date: 2011-12-12 19:37:56 + (Mon, 12 Dec 2011) Log Message: --- Followup r105921, RELEASE-NOTES. Modified Paths: -- trunk/phase3/RELEASE-NOTES-1.19 Modified: trunk

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

2011-12-12 Thread dantman
https://www.mediawiki.org/wiki/Special:Code/MediaWiki/105924 Revision: 105924 Author: dantman Date: 2011-12-12 20:03:50 + (Mon, 12 Dec 2011) Log Message: --- Followup r105919: - Fix a loose $variant I missed when cleaning up other methods. - Add documentation to getLocalURL

[MediaWiki-CVS] SVN: [105925] trunk/phase3/languages/Language.php

2011-12-12 Thread dantman
https://www.mediawiki.org/wiki/Special:Code/MediaWiki/105925 Revision: 105925 Author: dantman Date: 2011-12-12 20:09:06 + (Mon, 12 Dec 2011) Log Message: --- Followup r105812: - Fix case of the wfBCP47 call - Don't call wfBCP47 for every time getHtmlCode is called - Add @since

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

2011-12-11 Thread dantman
https://www.mediawiki.org/wiki/Special:Code/MediaWiki/105809 Revision: 105809 Author: dantman Date: 2011-12-11 18:25:23 + (Sun, 11 Dec 2011) Log Message: --- Update wfArrayToCGI and wfCgiToArray: - 'foo' = '' now outputs foo= instead of the key being omitted - 'foo' = null

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

2011-12-11 Thread dantman
https://www.mediawiki.org/wiki/Special:Code/MediaWiki/105812 Revision: 105812 Author: dantman Date: 2011-12-11 18:46:18 + (Sun, 11 Dec 2011) Log Message: --- Introduce a Language::getHtmlLang method which returns the Bcp47 formatted language code and update code around core

[MediaWiki-CVS] SVN: [105821] trunk/phase3/maintenance/dev

2011-12-11 Thread dantman
https://www.mediawiki.org/wiki/Special:Code/MediaWiki/105821 Revision: 105821 Author: dantman Date: 2011-12-11 19:45:15 + (Sun, 11 Dec 2011) Log Message: --- Follow up r102210: - Update maintenance/dev/ to install php inside ~/.mediawiki/php instead of ~/.mwphp - Tweak README

[MediaWiki-CVS] SVN: [105822] trunk/phase3/maintenance/dev/includes

2011-12-11 Thread dantman
https://www.mediawiki.org/wiki/Special:Code/MediaWiki/105822 Revision: 105822 Author: dantman Date: 2011-12-11 19:49:16 + (Sun, 11 Dec 2011) Log Message: --- Follow up r105821, as usual, commit the files I forgot to `svn add` Added Paths: --- trunk/phase3

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

2011-12-08 Thread dantman
https://www.mediawiki.org/wiki/Special:Code/MediaWiki/105629 Revision: 105629 Author: dantman Date: 2011-12-09 00:28:34 + (Fri, 09 Dec 2011) Log Message: --- Followup r104676, r104688: - Update our woefully out of date doc comment for WebRequest::getPathInfo (we haven't simply

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

2011-11-30 Thread dantman
https://www.mediawiki.org/wiki/Special:Code/MediaWiki/104676 Revision: 104676 Author: dantman Date: 2011-11-30 13:37:22 + (Wed, 30 Nov 2011) Log Message: --- Recommit PathRouter code from r104274, r104284, r104285 without the WebRequest.php and hooks.txt code so we can start

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

2011-11-30 Thread dantman
https://www.mediawiki.org/wiki/Special:Code/MediaWiki/104688 Revision: 104688 Author: dantman Date: 2011-11-30 15:09:08 + (Wed, 30 Nov 2011) Log Message: --- Followup r104274, r104676. Fix the bug that broke fr. Forgot to rawurldecode path contents. Also add /u just for sanity

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

2011-11-30 Thread dantman
https://www.mediawiki.org/wiki/Special:Code/MediaWiki/104689 Revision: 104689 Author: dantman Date: 2011-11-30 15:12:19 + (Wed, 30 Nov 2011) Log Message: --- Followup r104688, reintroduce the full PathRouter code now that the bug with url encoded paths is fixed. Modified Paths

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

2011-11-26 Thread dantman
https://www.mediawiki.org/wiki/Special:Code/MediaWiki/104274 Revision: 104274 Author: dantman Date: 2011-11-26 16:29:25 + (Sat, 26 Nov 2011) Log Message: --- Implement path routing code. - Makes extending paths with extensions simpler. - Should fix bug 32621 by parsing paths

[MediaWiki-CVS] SVN: [104285] trunk/phase3/includes/PathRouter.php

2011-11-26 Thread dantman
https://www.mediawiki.org/wiki/Special:Code/MediaWiki/104285 Revision: 104285 Author: dantman Date: 2011-11-26 17:43:45 + (Sat, 26 Nov 2011) Log Message: --- Followup r104274; Add '$key' to the $data array as well. Modified Paths: -- trunk/phase3/includes

[MediaWiki-CVS] SVN: [104286] trunk/extensions/NamespacePaths/NamespacePaths.php

2011-11-26 Thread dantman
https://www.mediawiki.org/wiki/Special:Code/MediaWiki/104286 Revision: 104286 Author: dantman Date: 2011-11-26 17:44:36 + (Sat, 26 Nov 2011) Log Message: --- Update NamespacePaths to use the new PathRouter code. Modified Paths: -- trunk/extensions/NamespacePaths

[MediaWiki-CVS] SVN: [104137] trunk/phase3/maintenance/dev/router.php

2011-11-24 Thread dantman
https://www.mediawiki.org/wiki/Special:Code/MediaWiki/104137 Revision: 104137 Author: dantman Date: 2011-11-24 08:41:57 + (Thu, 24 Nov 2011) Log Message: --- Modify maintenance/dev/ router code to fix the bug where post data gets discarded and you can't login inside the dev

[MediaWiki-CVS] SVN: [104141] trunk/phase3/maintenance/dev/

2011-11-24 Thread dantman
https://www.mediawiki.org/wiki/Special:Code/MediaWiki/104141 Revision: 104141 Author: dantman Date: 2011-11-24 08:48:14 + (Thu, 24 Nov 2011) Log Message: --- Add svn:ignore on the maintenance/dev/ sqlite data directory Property Changed: trunk/phase3

[MediaWiki-CVS] SVN: [104148] trunk/phase3/maintenance/dev/router.php

2011-11-24 Thread dantman
https://www.mediawiki.org/wiki/Special:Code/MediaWiki/104148 Revision: 104148 Author: dantman Date: 2011-11-24 09:50:22 + (Thu, 24 Nov 2011) Log Message: --- Update maintenance/dev/'s router, add handling for things like /wiki/File:Foo.png which end up with a SCRIPT_NAME

[MediaWiki-CVS] SVN: [104149] trunk/phase3/includes/DefaultSettings.php

2011-11-24 Thread dantman
https://www.mediawiki.org/wiki/Special:Code/MediaWiki/104149 Revision: 104149 Author: dantman Date: 2011-11-24 09:52:46 + (Thu, 24 Nov 2011) Log Message: --- Fix documentation for $wgUploadPath in DefaultSettings.php, it's $wgScriptPath/images not $IP/images for the url path

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

2011-11-24 Thread dantman
https://www.mediawiki.org/wiki/Special:Code/MediaWiki/104150 Revision: 104150 Author: dantman Date: 2011-11-24 09:55:33 + (Thu, 24 Nov 2011) Log Message: --- Update img_auth.php and WebRequest code to handle non index.php scripts like img_auth.php better. Also update

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

2011-11-22 Thread dantman
https://www.mediawiki.org/wiki/Special:Code/MediaWiki/103893 Revision: 103893 Author: dantman Date: 2011-11-22 13:34:55 + (Tue, 22 Nov 2011) Log Message: --- Implement a number of namespace related equals functions: * MWNamespace::equals to test equivalence of two namespaces

[MediaWiki-CVS] SVN: [103047] trunk/phase3/includes/SkinTemplate.php

2011-11-14 Thread dantman
https://www.mediawiki.org/wiki/Special:Code/MediaWiki/103047 Revision: 103047 Author: dantman Date: 2011-11-14 21:57:36 + (Mon, 14 Nov 2011) Log Message: --- Add isset tests to stuff inside BaseTemplate::getToolbox. Modified Paths: -- trunk/phase3/includes

[MediaWiki-CVS] SVN: [102744] trunk/phase3/languages/messages/MessagesEn.php

2011-11-10 Thread dantman
https://www.mediawiki.org/wiki/Special:Code/MediaWiki/102744 Revision: 102744 Author: dantman Date: 2011-11-11 03:20:45 + (Fri, 11 Nov 2011) Log Message: --- Switch some urls inside en to protocol relative. Modified Paths: -- trunk/phase3/languages/messages

[MediaWiki-CVS] SVN: [102748] trunk/phase3/tests/parser/parserTests.txt

2011-11-10 Thread dantman
https://www.mediawiki.org/wiki/Special:Code/MediaWiki/102748 Revision: 102748 Author: dantman Date: 2011-11-11 03:30:17 + (Fri, 11 Nov 2011) Log Message: --- Followup r102744 update parser tests. Modified Paths: -- trunk/phase3/tests/parser/parserTests.txt

[MediaWiki-CVS] SVN: [102749] trunk/phase3/includes/installer/Installer.i18n.php

2011-11-10 Thread dantman
https://www.mediawiki.org/wiki/Special:Code/MediaWiki/102749 Revision: 102749 Author: dantman Date: 2011-11-11 03:35:18 + (Fri, 11 Nov 2011) Log Message: --- Update Installer i18n to use some protocol relative urls. Modified Paths: -- trunk/phase3/includes

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

2011-11-09 Thread dantman
https://www.mediawiki.org/wiki/Special:Code/MediaWiki/102620 Revision: 102620 Author: dantman Date: 2011-11-10 03:27:55 + (Thu, 10 Nov 2011) Log Message: --- Refactor core from Title::getLinkUrl to Title::getLinkURL to match Title's getLocalURL and getFullURL. This shouldn't

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

2011-11-09 Thread dantman
https://www.mediawiki.org/wiki/Special:Code/MediaWiki/102624 Revision: 102624 Author: dantman Date: 2011-11-10 06:55:21 + (Thu, 10 Nov 2011) Log Message: --- Add a new User::getDisplayName() to return the name that should be displayed in the interface. Add a UserDisplayName

[MediaWiki-CVS] SVN: [102201] trunk/phase3/maintenance

2011-11-06 Thread dantman
https://www.mediawiki.org/wiki/Special:Code/MediaWiki/102201 Revision: 102201 Author: dantman Date: 2011-11-06 22:50:32 + (Sun, 06 Nov 2011) Log Message: --- Commit maintenance/dev/ a set of bash scripts that can quickly download php 5.4, install it in an isolated area, install

[MediaWiki-CVS] SVN: [102208] trunk/phase3/maintenance/dev

2011-11-06 Thread dantman
https://www.mediawiki.org/wiki/Special:Code/MediaWiki/102208 Revision: 102208 Author: dantman Date: 2011-11-06 23:13:36 + (Sun, 06 Nov 2011) Log Message: --- Followup r102201, quote all variables to guard against paths with spaces in them. Modified Paths

[MediaWiki-CVS] SVN: [102210] trunk/phase3/maintenance/dev

2011-11-06 Thread dantman
https://www.mediawiki.org/wiki/Special:Code/MediaWiki/102210 Revision: 102210 Author: dantman Date: 2011-11-06 23:49:16 + (Sun, 06 Nov 2011) Log Message: --- Allow for installation of php in ~/.mwphp and don't die if maintenance/dev/data already existsy Modified Paths

[MediaWiki-CVS] SVN: [100002] trunk/phase3/languages/messages/MessagesEn.php

2011-10-16 Thread dantman
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/12 Revision: 12 Author: dantman Date: 2011-10-16 22:56:14 + (Sun, 16 Oct 2011) Log Message: --- Followup r99404, remove sup tags. Modified Paths: -- trunk/phase3/languages/messages/MessagesEn.php

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

2011-10-10 Thread dantman
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/99404 Revision: 99404 Author: dantman Date: 2011-10-10 14:56:09 + (Mon, 10 Oct 2011) Log Message: --- Include a talk link in the default user signature. This seams to be what most people expect, it's the most user friendly

[MediaWiki-CVS] SVN: [99369] trunk/phase3/includes/SkinTemplate.php

2011-10-09 Thread dantman
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/99369 Revision: 99369 Author: dantman Date: 2011-10-09 19:39:54 + (Sun, 09 Oct 2011) Log Message: --- Fix up makeLinkItem and makeLink: - Don't explicitly name attributes to use (fixes bug on language_links in 1.18) - Allow

[MediaWiki-CVS] SVN: [99370] trunk/phase3/docs/hooks.txt

2011-10-09 Thread dantman
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/99370 Revision: 99370 Author: dantman Date: 2011-10-09 19:42:45 + (Sun, 09 Oct 2011) Log Message: --- Followup r98212; Hook documentation. Modified Paths: -- trunk/phase3/docs/hooks.txt Modified: trunk/phase3

[MediaWiki-CVS] SVN: [99371] trunk/phase3/skins

2011-10-09 Thread dantman
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/99371 Revision: 99371 Author: dantman Date: 2011-10-09 19:54:12 + (Sun, 09 Oct 2011) Log Message: --- Followup r98212; Ensure that true is passed to all uses of SkinTemplateToolboxEnd where we use getToolbox while

[MediaWiki-CVS] SVN: [98660] branches/pageoutput/includes/specials/SpecialHistory.php

2011-10-02 Thread dantman
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/98660 Revision: 98660 Author: dantman Date: 2011-10-02 07:15:33 + (Sun, 02 Oct 2011) Log Message: --- Switch to DerivativeContext. (I had this code before but didn't commit since I haven't merged DerivativeContext in yet

[MediaWiki-CVS] SVN: [98666] branches/pageoutput/includes/Article.php

2011-10-02 Thread dantman
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/98666 Revision: 98666 Author: dantman Date: 2011-10-02 11:11:05 + (Sun, 02 Oct 2011) Log Message: --- Fix CP mistake where I coppied the robots formatter method instead of the generic throw. Modified Paths

[MediaWiki-CVS] SVN: [98667] branches/pageoutput/includes

2011-10-02 Thread dantman
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/98667 Revision: 98667 Author: dantman Date: 2011-10-02 11:23:37 + (Sun, 02 Oct 2011) Log Message: --- Move redirect reiving into pageview. Modified Paths: -- branches/pageoutput/includes/Article.php

[MediaWiki-CVS] SVN: [98679] branches/pageoutput/includes/Pager.php

2011-10-02 Thread dantman
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/98679 Revision: 98679 Author: dantman Date: 2011-10-02 16:14:05 + (Sun, 02 Oct 2011) Log Message: --- Use IContextSource. Modified Paths: -- branches/pageoutput/includes/Pager.php Modified: branches

[MediaWiki-CVS] SVN: [98682] branches/pageoutput/includes/HistoryPage.php

2011-10-02 Thread dantman
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/98682 Revision: 98682 Author: dantman Date: 2011-10-02 16:14:54 + (Sun, 02 Oct 2011) Log Message: --- Fix up some unnecessary code and an error in HistoryPager. Modified Paths: -- branches/pageoutput/includes

[MediaWiki-CVS] SVN: [98683] branches/pageoutput/includes

2011-10-02 Thread dantman
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/98683 Revision: 98683 Author: dantman Date: 2011-10-02 16:15:57 + (Sun, 02 Oct 2011) Log Message: --- Implement getParameter and targetable special pages. Modified Paths: -- branches/pageoutput/includes

[MediaWiki-CVS] SVN: [98685] branches/pageoutput/includes/SpecialPage.php

2011-10-02 Thread dantman
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/98685 Revision: 98685 Author: dantman Date: 2011-10-02 16:24:50 + (Sun, 02 Oct 2011) Log Message: --- Separate the text and object forms of the target a bit so the text can be accessed if needed. Modified Paths

[MediaWiki-CVS] SVN: [98688] trunk/phase3/includes/Pager.php

2011-10-02 Thread dantman
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/98688 Revision: 98688 Author: dantman Date: 2011-10-02 16:37:32 + (Sun, 02 Oct 2011) Log Message: --- Merge r98679 from the pageoutput branch into trunk. Modified Paths: -- trunk/phase3/includes/Pager.php

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

2011-10-02 Thread dantman
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/98697 Revision: 98697 Author: dantman Date: 2011-10-02 17:42:21 + (Sun, 02 Oct 2011) Log Message: --- More RequestContext - IContextSource. Modified Paths: -- trunk/phase3/includes/Pager.php trunk/phase3

[MediaWiki-CVS] SVN: [98700] branches/pageoutput/includes

2011-10-02 Thread dantman
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/98700 Revision: 98700 Author: dantman Date: 2011-10-02 18:37:01 + (Sun, 02 Oct 2011) Log Message: --- Implement SpecialPage name autodetection based on class name. Modified Paths: -- branches/pageoutput

[MediaWiki-CVS] SVN: [98212] trunk/phase3/includes/SkinTemplate.php

2011-09-27 Thread dantman
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/98212 Revision: 98212 Author: dantman Date: 2011-09-27 07:58:23 + (Tue, 27 Sep 2011) Log Message: --- Followup r98210; Add an ugly hack to support old extensions using the SkinTemplateToolboxEnd hook, erm... 'thanks' Tim

[MediaWiki-CVS] SVN: [98210] trunk/phase3/includes/SkinTemplate.php

2011-09-26 Thread dantman
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/98210 Revision: 98210 Author: dantman Date: 2011-09-27 05:31:57 + (Tue, 27 Sep 2011) Log Message: --- Add getSidebar method to BaseTemplate to simplify the sidebar boilerplate. Modified Paths: -- trunk/phase3

[MediaWiki-CVS] SVN: [98103] trunk/phase3/tests/phpunit/includes/parser/NewParserTest.php

2011-09-25 Thread dantman
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/98103 Revision: 98103 Author: dantman Date: 2011-09-26 02:04:17 + (Mon, 26 Sep 2011) Log Message: --- Followup r98056; Add to this screwed up NewParserTest phpunit stuff as well. Modified Paths: -- trunk

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

2011-09-24 Thread dantman
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/98045 Revision: 98045 Author: dantman Date: 2011-09-25 00:49:39 + (Sun, 25 Sep 2011) Log Message: --- Improve the accessibility of our jump-to functionality - Stop hiding with display: none;, this hides our jump links from

[MediaWiki-CVS] SVN: [98047] trunk/phase3/RELEASE-NOTES-1.19

2011-09-24 Thread dantman
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/98047 Revision: 98047 Author: dantman Date: 2011-09-25 02:03:40 + (Sun, 25 Sep 2011) Log Message: --- Followup r98045, release notes. Modified Paths: -- trunk/phase3/RELEASE-NOTES-1.19 Modified: trunk/phase3

[MediaWiki-CVS] SVN: [98048] trunk/phase3/RELEASE-NOTES-1.19

2011-09-24 Thread dantman
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/98048 Revision: 98048 Author: dantman Date: 2011-09-25 02:06:58 + (Sun, 25 Sep 2011) Log Message: --- Release notes for my common*.css improvements. Modified Paths: -- trunk/phase3/RELEASE-NOTES-1.19 Modified

[MediaWiki-CVS] SVN: [98049] trunk/phase3/tests/phpunit/includes/json/ServicesJsonTest.php

2011-09-24 Thread dantman
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/98049 Revision: 98049 Author: dantman Date: 2011-09-25 02:09:42 + (Sun, 25 Sep 2011) Log Message: --- Followup r96717; Fix whitespace. Modified Paths: -- trunk/phase3/tests/phpunit/includes/json

[MediaWiki-CVS] SVN: [98051] trunk/phase3/includes/Sanitizer.php

2011-09-24 Thread dantman
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/98051 Revision: 98051 Author: dantman Date: 2011-09-25 02:24:47 + (Sun, 25 Sep 2011) Log Message: --- Followup r94465; Don't use empty. Modified Paths: -- trunk/phase3/includes/Sanitizer.php Modified: trunk

[MediaWiki-CVS] SVN: [98052] trunk/phase3/RELEASE-NOTES-1.19

2011-09-24 Thread dantman
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/98052 Revision: 98052 Author: dantman Date: 2011-09-25 02:27:10 + (Sun, 25 Sep 2011) Log Message: --- Followup r94465; Release notes. Modified Paths: -- trunk/phase3/RELEASE-NOTES-1.19 Modified: trunk/phase3

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

2011-09-24 Thread dantman
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/98053 Revision: 98053 Author: dantman Date: 2011-09-25 02:58:03 + (Sun, 25 Sep 2011) Log Message: --- Followup r94465; Add parser tests and turn the feature on-by-default like I intended for it (I guess I forgot to return

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

2011-09-24 Thread dantman
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/98055 Revision: 98055 Author: dantman Date: 2011-09-25 04:08:23 + (Sun, 25 Sep 2011) Log Message: --- Followup r94465 and r94465; Add phpunit tests for Sanitizer::fixDeprecatedAttributes and fix bugs related to clear=all

[MediaWiki-CVS] SVN: [98056] trunk/phase3/tests/parser/parserTest.inc

2011-09-24 Thread dantman
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/98056 Revision: 98056 Author: dantman Date: 2011-09-25 04:35:25 + (Sun, 25 Sep 2011) Log Message: --- Followup r98053; Add $wgCleanupPresentationalAttributes to the globals setup so that tests are always run

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

2011-09-15 Thread dantman
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/97159 Revision: 97159 Author: dantman Date: 2011-09-15 15:19:49 + (Thu, 15 Sep 2011) Log Message: --- Use IContextSource instead of RequestContext inside type hints and instanceof checks. All we need is something

[MediaWiki-CVS] SVN: [97161] trunk/phase3/includes/RequestContext.php

2011-09-15 Thread dantman
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/97161 Revision: 97161 Author: dantman Date: 2011-09-15 15:47:15 + (Thu, 15 Sep 2011) Log Message: --- Implement DerivativeContext. Can be used to inherit context from another context while overriding only parts of the context

[MediaWiki-CVS] SVN: [97167] branches/pageoutput/includes/view/ArticlePageView.php

2011-09-15 Thread dantman
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/97167 Revision: 97167 Author: dantman Date: 2011-09-15 16:05:03 + (Thu, 15 Sep 2011) Log Message: --- Fix a few mPage references in recently ported code. Modified Paths: -- branches/pageoutput/includes/view

  1   2   3   4   >