lhc/web/wiklou.git
12 years agoRefactored UploadStash and related classes to use the database for file metadata...
Ian Baker [Tue, 12 Jul 2011 21:11:43 +0000 (21:11 +0000)]
Refactored UploadStash and related classes to use the database for file metadata storage instead of the session, see bug 26179

Tweaked the UploadWizard to work properly with the new backend code, updated tests

12 years agoParser tests for protocol-relative URLs, for r91663 and r92005
Roan Kattouw [Tue, 12 Jul 2011 20:56:56 +0000 (20:56 +0000)]
Parser tests for protocol-relative URLs, for r91663 and r92005

12 years agoFix r14202 (!!): this validates the protocol against the regex for the second time...
Roan Kattouw [Tue, 12 Jul 2011 20:55:05 +0000 (20:55 +0000)]
Fix r14202 (!!): this validates the protocol against the regex for the second time (preg_split has already made sure it matches wfUrlProtocols() so no need), and uses strpos() to validate against a regex (that's just wrong). I'm removing it not because it's useless but because it breaks for URL protocols that don't contain a ':' ('//' in my case) for no reason at all. Found out about this when writing parser tests for it (will commit these in a minute), so yay tests!

12 years agoFollow-up r91997, moved newFromTitle() function to WikiPage.php and renamed to factor...
Aaron Schulz [Tue, 12 Jul 2011 20:32:09 +0000 (20:32 +0000)]
Follow-up r91997, moved newFromTitle() function to WikiPage.php and renamed to factory(). This avoids an extra class.

12 years agoLocalisation updates for core and extension messages from translatewiki.net (2011...
Raimond Spekking [Tue, 12 Jul 2011 20:05:07 +0000 (20:05 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2011-07-12 19:38:00 UTC)

12 years agoFixed failing XML tests (on windows) due to newline vs carriage return discrepancy...
Aaron Schulz [Tue, 12 Jul 2011 20:05:02 +0000 (20:05 +0000)]
Fixed failing XML tests (on windows) due to newline vs carriage return discrepancy...ugh

12 years agoDocumentation
Sam Reed [Tue, 12 Jul 2011 19:59:35 +0000 (19:59 +0000)]
Documentation

12 years agofollowup r91985 — remove duplication of code per ^demon's suggestion.
Mark A. Hershberger [Tue, 12 Jul 2011 19:09:20 +0000 (19:09 +0000)]
followup r91985 — remove duplication of code per ^demon's suggestion.

12 years agoBug #29807 — Special:PasswordReset listed on Special:SpecialPages when Authplugin...
Mark A. Hershberger [Tue, 12 Jul 2011 18:44:15 +0000 (18:44 +0000)]
Bug #29807 — Special:PasswordReset listed on Special:SpecialPages when Authplugin allowPasswordChange() is false

After my spanking last week, I've gone over the patch more closely this time.

12 years agoeol w/s before commiting real patch
Mark A. Hershberger [Tue, 12 Jul 2011 18:22:53 +0000 (18:22 +0000)]
eol w/s before commiting real patch

12 years agoFollowup r91832: move maintenance script from core to Renameuser extension.
Chad Horohoe [Tue, 12 Jul 2011 18:02:16 +0000 (18:02 +0000)]
Followup r91832: move maintenance script from core to Renameuser extension.

12 years agoAdded WikiPageFactory class with newFromTitle() function
Aaron Schulz [Tue, 12 Jul 2011 18:01:16 +0000 (18:01 +0000)]
Added WikiPageFactory class with newFromTitle() function

12 years ago* Added token to watch links
Alexandre Emsenhuber [Tue, 12 Jul 2011 17:22:23 +0000 (17:22 +0000)]
* Added token to watch links
* Call Linker methods statically

12 years agoRevert r91973 " Bug 24254: Output JS var wgCategories on other actions than view...
Brion Vibber [Tue, 12 Jul 2011 17:21:15 +0000 (17:21 +0000)]
Revert r91973 " Bug 24254: Output JS var wgCategories on other actions than view as well"

This code just looks really wrong -- it seems to be stuffing things into OutputPage::getCategories() which seems clearly designed to only return a set of categories that have been previously set by something else; rather than a lazy loader it also seems to fetch them every time. Nor does it even check if the article exists before loading from the DB -- and in general it looks like it doesn't really fit in with other code. It also only lists itself as altering wgCategories, but it's changing what's in the OutputPage itself so this may affect other things.

12 years agoBug 24254: Output JS var wgCategories on other actions than view as well. Bug 24254
Leo Koppelkamm [Tue, 12 Jul 2011 16:53:46 +0000 (16:53 +0000)]
Bug 24254: Output JS var wgCategories on other actions than view as well. Bug 24254

12 years ago* In EditPage.php: don't add the separator if getCancelLink() returns an empty string
Alexandre Emsenhuber [Tue, 12 Jul 2011 15:38:07 +0000 (15:38 +0000)]
* In EditPage.php: don't add the separator if getCancelLink() returns an empty string
* In TalkHere extension: override getCancelLink() instead of having mangleEditForm() hack

12 years agolibxml >= 2.7.3 ha a 10mb cap on the size of a text node and the LIBXML_PARSEHUGE...
Ariel Glenn [Tue, 12 Jul 2011 15:01:58 +0000 (15:01 +0000)]
libxml >= 2.7.3 ha a 10mb cap on the size of a text node and the LIBXML_PARSEHUGE lets us override that, needed for lucid since there are a few revs in the db larger than that limit

12 years ago(bug 12205) Bidirectional names in action=credits are split and displayed incorrectly...
Robin Pepermans [Tue, 12 Jul 2011 14:58:58 +0000 (14:58 +0000)]
(bug 12205) Bidirectional names in action=credits are split and displayed incorrectly when wrapped to the next line.

12 years agoUse createContext() instead of using the global context
Alexandre Emsenhuber [Tue, 12 Jul 2011 12:42:57 +0000 (12:42 +0000)]
Use createContext() instead of using the global context

12 years agoUse the local context instead of global variables
Alexandre Emsenhuber [Tue, 12 Jul 2011 12:35:06 +0000 (12:35 +0000)]
Use the local context instead of global variables

12 years agoRevert r91942, r91943 & reimplement. wgActions doesn't contain all possible actions!
Leo Koppelkamm [Tue, 12 Jul 2011 11:53:58 +0000 (11:53 +0000)]
Revert r91942, r91943 & reimplement. wgActions doesn't contain all possible actions!

12 years agor91943. Add global.
Leo Koppelkamm [Tue, 12 Jul 2011 10:19:08 +0000 (10:19 +0000)]
r91943. Add global.

12 years agor91942: Add nosuchaction also if action not in
Leo Koppelkamm [Tue, 12 Jul 2011 09:58:15 +0000 (09:58 +0000)]
r91942: Add nosuchaction also if action not in

12 years agoFollowup r91871 per CR. Write back the actually executed action to . Ping r57415
Leo Koppelkamm [Tue, 12 Jul 2011 09:42:07 +0000 (09:42 +0000)]
Followup r91871 per CR. Write back the actually executed action to . Ping r57415

12 years agoNon-concurrent pop_type() since the $row === false case was being hit 99% of the...
Tim Starling [Tue, 12 Jul 2011 08:08:58 +0000 (08:08 +0000)]
Non-concurrent pop_type() since the $row === false case was being hit 99% of the time on WMF in a backlog situation.

12 years agoFollowup r91833 -- use Sanitizer::escapeId's 'noninitial' option when generating...
Brion Vibber [Tue, 12 Jul 2011 00:25:20 +0000 (00:25 +0000)]
Followup r91833 -- use Sanitizer::escapeId's 'noninitial' option when generating sanitized ID for a sidebar entry; the actual id is prefixed with 'n-'; this fix makes the items behave like the folder sections ('p-', already escaped this way)

12 years agoAdded $wgAutopromoteOnceLogInRC variable (bug 29655)
Aaron Schulz [Tue, 12 Jul 2011 00:09:37 +0000 (00:09 +0000)]
Added $wgAutopromoteOnceLogInRC variable (bug 29655)

12 years agofollowup r91869: validate id chars for incoming prefs tabs in hash ([\w-]+ is suffici...
Brion Vibber [Mon, 11 Jul 2011 23:51:21 +0000 (23:51 +0000)]
followup r91869: validate id chars for incoming prefs tabs in hash ([\w-]+ is sufficient for our needs here)

12 years agoRevert r91870, r91873 -- seems to be trying to remove the 'view' action on diff views...
Brion Vibber [Mon, 11 Jul 2011 23:41:49 +0000 (23:41 +0000)]
Revert r91870, r91873 -- seems to be trying to remove the 'view' action on diff views; diffs are a subset of regular page views, like old page views, and don't have a separate action.

12 years agoAdded explicit parse() call to wfMessage object
Aaron Schulz [Mon, 11 Jul 2011 22:17:15 +0000 (22:17 +0000)]
Added explicit parse() call to wfMessage object

12 years agoFollowup to r91608: reduce impact of bug 29784 (high jsmin+ memory usage during parsi...
Brion Vibber [Mon, 11 Jul 2011 21:39:06 +0000 (21:39 +0000)]
Followup to r91608: reduce impact of bug 29784 (high jsmin+ memory usage during parsing) by skipping JS validation on modules backed by files. Unless you're developing them, these will usually be stable, and large individual files like the pre-bundled jQuery can hit memory limits much sooner than we like.

Validation on JS from wiki pages is still on by default ($wgResourceLoaderValidateJS = true).
Validation on static files can be re-enabled by setting $wgResourceLoaderValidateStaticJS = true (defaults false).

12 years agoAdd jsparse.php maintenance script to run given JavaScript files through JSMin+'s...
Brion Vibber [Mon, 11 Jul 2011 21:09:45 +0000 (21:09 +0000)]
Add jsparse.php maintenance script to run given JavaScript files through JSMin+'s JS parser for syntax validity checks.

This also confirms JSMin+'s fairly abysmal memory usage on large complex files. :) Pass --memory-limit to set to arbitrary values to see where it dies on your file. ;)

12 years agoLocalisation updates for core and extension messages from translatewiki.net (2011...
Raimond Spekking [Mon, 11 Jul 2011 19:37:00 +0000 (19:37 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2011-07-11 19:26:00 UTC)

12 years agoFollow-up r91895: Call parent destructor as well, just to be safe.
Bryan Tong Minh [Mon, 11 Jul 2011 18:38:26 +0000 (18:38 +0000)]
Follow-up r91895: Call parent destructor as well, just to be safe.

12 years agoAdd unit tests for $wgGroupPermissions/$wgRevokePermissions
Bryan Tong Minh [Mon, 11 Jul 2011 18:36:29 +0000 (18:36 +0000)]
Add unit tests for $wgGroupPermissions/$wgRevokePermissions

12 years agoFollowup r91844: fix jquery.byteLimit test cases on IE6, IE7
Brion Vibber [Mon, 11 Jul 2011 18:14:33 +0000 (18:14 +0000)]
Followup r91844: fix jquery.byteLimit test cases on IE6, IE7

str[i] doesn't work on these older browsers; use str.charAt(i) instead.

12 years agoping r91875
Niklas Laxström [Mon, 11 Jul 2011 18:05:32 +0000 (18:05 +0000)]
ping r91875

12 years ago* (bug 29804) Fix byte-length-limited fields to check the length of to-be-added char...
Brion Vibber [Mon, 11 Jul 2011 17:53:52 +0000 (17:53 +0000)]
* (bug 29804) Fix byte-length-limited fields to check the length of to-be-added char instead of hardcoding a possible length of 3.

Since the Unicode code point of the character being inserted is passed with the keypress event, we can simply turn it into a string and toss it into jquery.byteLength to calculate the length in bytes.

Also fixed a broken test case that had the wrong number of expected chars.

Note that this will probably still not work right in many circumstances -- pastes, anything dealing with selection, and it's entirely possible that individual 'keypress' events might be totally unreliable when dealing with funky input methods.

12 years agoJarry1250 = Harry Burt, per Reedy on r91886
Robin Pepermans [Mon, 11 Jul 2011 17:01:44 +0000 (17:01 +0000)]
Jarry1250 = Harry Burt, per Reedy on r91886

12 years ago(bug 29797) Error: "Tried to load block with invalid type" when subpages are disabled...
Robin Pepermans [Mon, 11 Jul 2011 16:53:31 +0000 (16:53 +0000)]
(bug 29797) Error: "Tried to load block with invalid type" when subpages are disabled for user pages.
Patch by Jarry1250

12 years ago(follow-up r90256) Unit tests.
Brian Wolff [Mon, 11 Jul 2011 16:42:15 +0000 (16:42 +0000)]
(follow-up r90256) Unit tests.

12 years ago* (bug 16699) {{#language:}} accepts second parameter to specify the language in
Niklas Laxström [Mon, 11 Jul 2011 12:23:39 +0000 (12:23 +0000)]
* (bug 16699) {{#language:}} accepts second parameter to specify the language in
  which the language name is wanted. Coverage depends on the cldr extension.

12 years agor91870 : Got tricked into believing it was action=diff instead of action=historysubmit
Leo Koppelkamm [Mon, 11 Jul 2011 11:05:24 +0000 (11:05 +0000)]
r91870 : Got tricked into believing it was action=diff instead of action=historysubmit

12 years agoAdd action-* class to body. Bug 4438. Based on patch by Subfader
Leo Koppelkamm [Mon, 11 Jul 2011 10:57:01 +0000 (10:57 +0000)]
Add action-* class to body. Bug 4438. Based on patch by Subfader

12 years agowgAction incorrectly asumes 'view' instead of 'historysubmit' on diff-pages without...
Leo Koppelkamm [Mon, 11 Jul 2011 10:54:05 +0000 (10:54 +0000)]
wgAction incorrectly asumes 'view' instead of 'historysubmit' on diff-pages without a &action parameter. Bug 25800

12 years agouse tab name, not tab index for anchors on Special:Preferences. Bug 29672 . Patch...
Leo Koppelkamm [Mon, 11 Jul 2011 09:54:40 +0000 (09:54 +0000)]
use tab name, not tab index for anchors on Special:Preferences. Bug 29672 . Patch by Jarry1250. Ping r91757

12 years agoCall Linker methods statically and removed the $mSkin member
Alexandre Emsenhuber [Mon, 11 Jul 2011 08:46:37 +0000 (08:46 +0000)]
Call Linker methods statically and removed the $mSkin member

12 years agoOverride UsersPager::getTitle() in ActiveUsersPager
Alexandre Emsenhuber [Mon, 11 Jul 2011 08:27:07 +0000 (08:27 +0000)]
Override UsersPager::getTitle() in ActiveUsersPager

12 years agoUse getPageTitle() to set the page title instead of doing it manually
Alexandre Emsenhuber [Mon, 11 Jul 2011 08:17:26 +0000 (08:17 +0000)]
Use getPageTitle() to set the page title instead of doing it manually

12 years agoRemoved print and render actions from the check:
Alexandre Emsenhuber [Mon, 11 Jul 2011 07:56:22 +0000 (07:56 +0000)]
Removed print and render actions from the check:
* print was removed in 86373
* render does not reach this point since it simply output the content without any part of the skin

12 years agoBetterDirectionality fixes:
Robin Pepermans [Mon, 11 Jul 2011 00:39:41 +0000 (00:39 +0000)]
BetterDirectionality fixes:
* SkinTemplate: also set <div class="mw-content-ltr/rtl"> when action = historysubmit, so a diff displays correctly when you clicked on the "compare selected revisions" button on the history page
* ImagePage: set a dir attribute (according to the site content language) for the user comment in the file history
* FlaggedRevs: use CSS class sitedir-ltr/rtl instead of ambiguous rtl class

12 years agoAmend RELEASE-NOTES-1.19 for r91845
Sam Reed [Sun, 10 Jul 2011 23:26:13 +0000 (23:26 +0000)]
Amend RELEASE-NOTES-1.19 for r91845

12 years agoUpdate jQuery from 1.6.1 to 1.6.2 (maintenance/bugfix release)
Krinkle [Sun, 10 Jul 2011 21:17:28 +0000 (21:17 +0000)]
Update jQuery from 1.6.1 to 1.6.2 (maintenance/bugfix release)
* Release notes: http://blog.jquery.com/2011/06/30/jquery-162-released/
* Source: http://code.jquery.com/jquery-1.6.2.js
* Requested in bug 29773

12 years agoAdd test suite for jquery.byteLimit:
Krinkle [Sun, 10 Jul 2011 21:01:24 +0000 (21:01 +0000)]
Add test suite for jquery.byteLimit:
- Tests to verify that the byteLength does not exceed the byteLimit when inserting more characters
- Tests to verify that it doesn't prevent too early (ie. if limit is 10 and we insert 20 characters, there should be 10 characters in the input field).

This test suite has exposed that the latter is currently broken. jquery.byteLimit is preventing characters to be added as soon as byteLength(currentValue) + 3 is more than the given limit.

(Follows-up r86698, r91148)

12 years agoCentralize QUnit customizations for MediaWiki:
Krinkle [Sun, 10 Jul 2011 19:10:51 +0000 (19:10 +0000)]
Centralize QUnit customizations for MediaWiki:
- Rename 'awesome.js' to 'defineTestCallback.js' (more descriptive)
- Move all runner customizations into 'testrunner.js'
- Move all customization files into /data
- Fix bug in jquery.qunit.completenesstest that sometimes caused the element to be re-created if it was ran again from the console.
- Centralize additional assertion helpers in testrunner.js

12 years ago* Changed dynamic calls to Linker methods into static ones
Alexandre Emsenhuber [Sun, 10 Jul 2011 18:12:11 +0000 (18:12 +0000)]
* Changed dynamic calls to Linker methods into static ones
* Also preferably pass a Language object instead of a Skin one or boolean indicating whether it's for content. No other calls to these methods in core or extensions.

12 years agoLocalization update for he.
Rotem Liss [Sun, 10 Jul 2011 17:48:44 +0000 (17:48 +0000)]
Localization update for he.

12 years agoRemoving @broken comment. Not anymore, they don't as of r91388.
Krinkle [Sun, 10 Jul 2011 15:27:31 +0000 (15:27 +0000)]
Removing @broken comment. Not anymore, they don't as of r91388.
- (Follows-up 91387)

12 years agoEscape sidebar ID's. Bug 18688
Leo Koppelkamm [Sun, 10 Jul 2011 14:56:55 +0000 (14:56 +0000)]
Escape sidebar ID's. Bug 18688

12 years agofix issues after failed renameUser; this script will ask for lots of confirmation...
Ariel Glenn [Sun, 10 Jul 2011 14:20:17 +0000 (14:20 +0000)]
fix issues after failed renameUser; this script will ask for lots of confirmation, better safe than sorry.

12 years agoAdd a font-size to .redirectText in Vector and fix the vertical alignment of the...
Leo Koppelkamm [Sun, 10 Jul 2011 13:19:19 +0000 (13:19 +0000)]
Add a font-size to .redirectText in Vector and fix the vertical alignment of the arrow. Bug 26544

12 years agoDisable feed mode when including the page. I know that there is already r87705 to...
Alexandre Emsenhuber [Sun, 10 Jul 2011 07:33:29 +0000 (07:33 +0000)]
Disable feed mode when including the page. I know that there is already r87705 to address this, but this one is needed for the future.

12 years agoStylised ParserOptions.php
Alexandre Emsenhuber [Sun, 10 Jul 2011 06:45:40 +0000 (06:45 +0000)]
Stylised ParserOptions.php

13 years agoBug 29792: notice undefined index 'other' due to my commit r91803
Robin Pepermans [Sat, 9 Jul 2011 21:13:57 +0000 (21:13 +0000)]
Bug 29792: notice undefined index 'other' due to my commit r91803

13 years agoLocalisation updates for core and extension messages from translatewiki.net (2011...
Raimond Spekking [Sat, 9 Jul 2011 20:12:43 +0000 (20:12 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2011-07-09 19:33:00 UTC)

13 years agoAdded Request::setLang() and RequestContext::setSkin(); the latter will clone the...
Alexandre Emsenhuber [Sat, 9 Jul 2011 19:38:58 +0000 (19:38 +0000)]
Added Request::setLang() and RequestContext::setSkin(); the latter will clone the object and set the context on it.

13 years agoAllow the 'other' parameter for HTMLForm selectorother: it is used in SpecialBlock...
Robin Pepermans [Sat, 9 Jul 2011 19:33:58 +0000 (19:33 +0000)]
Allow the 'other' parameter for HTMLForm selectorother: it is used in SpecialBlock.php::getFormFields() (and maybe in more files)

13 years agoCall doMarkPatrolled() on the RecentChange object instead of calling RecentChange...
Alexandre Emsenhuber [Sat, 9 Jul 2011 18:57:33 +0000 (18:57 +0000)]
Call doMarkPatrolled() on the RecentChange object instead of calling RecentChange::markPatrolled() that will create a second instance

13 years agoFollow-up r91770: only translate when possible
Robin Pepermans [Sat, 9 Jul 2011 12:54:42 +0000 (12:54 +0000)]
Follow-up r91770: only translate when possible

13 years agoFollow-up r88054: register the file if a hook changed the target file.
Bryan Tong Minh [Sat, 9 Jul 2011 10:31:09 +0000 (10:31 +0000)]
Follow-up r88054: register the file if a hook changed the target file.

13 years agoPass the User object to RecentChange::doMarkPatrolled() instead of relying on $wgUser
Alexandre Emsenhuber [Sat, 9 Jul 2011 09:17:35 +0000 (09:17 +0000)]
Pass the User object to RecentChange::doMarkPatrolled() instead of relying on $wgUser

13 years agoFix for r91651: don't escape HTML
Alexandre Emsenhuber [Sat, 9 Jul 2011 09:01:50 +0000 (09:01 +0000)]
Fix for r91651: don't escape HTML

13 years agoFix whitespace, documentation
Sam Reed [Sat, 9 Jul 2011 03:49:25 +0000 (03:49 +0000)]
Fix whitespace, documentation

13 years ago* (bug 28630) Add iwlinks, langlinks, redirect to RefreshLinks::deleteLinksFromNonexi...
Sam Reed [Sat, 9 Jul 2011 03:47:43 +0000 (03:47 +0000)]
* (bug 28630) Add iwlinks, langlinks, redirect to RefreshLinks::deleteLinksFromNonexistent

13 years agoFollowup r86183 and per bug 28628
Sam Reed [Sat, 9 Jul 2011 03:43:22 +0000 (03:43 +0000)]
Followup r86183 and per bug 28628

Might awell make refreshLinks remove dead iwlinks from the table

13 years agoInline CSS is bad in itself and bad for RTL support (why was there even a message...
Robin Pepermans [Sat, 9 Jul 2011 01:03:48 +0000 (01:03 +0000)]
Inline CSS is bad in itself and bad for RTL support (why was there even a message containing CSS?)

13 years agoTranslate the block expiry date
Robin Pepermans [Fri, 8 Jul 2011 23:36:35 +0000 (23:36 +0000)]
Translate the block expiry date
I wonder why this hasn't been done yet...

13 years agoWow major typo, r91763
Chad Horohoe [Fri, 8 Jul 2011 22:15:29 +0000 (22:15 +0000)]
Wow major typo, r91763

13 years agoUse estimateRowCount() in CleanupTable rather than select count(*) which will take...
Chad Horohoe [Fri, 8 Jul 2011 22:08:19 +0000 (22:08 +0000)]
Use estimateRowCount() in CleanupTable rather than select count(*) which will take forevvvveeeerrrrr on tables like image or page. It's only used for estimating progress, so a little estimating is ok :)

13 years agoUndo browser defaults (underline/strike) for the <del> and <ins> DairikiDiff inserts...
Krinkle [Fri, 8 Jul 2011 21:32:30 +0000 (21:32 +0000)]
Undo browser defaults (underline/strike) for the <del> and <ins> DairikiDiff inserts. Fixes bug 29779

13 years agoReverting r91756 per CR and bug 26470
Krinkle [Fri, 8 Jul 2011 21:29:24 +0000 (21:29 +0000)]
Reverting r91756 per CR and bug 26470

13 years agoSelfrevert r91759. Messed up working-copy
Krinkle [Fri, 8 Jul 2011 21:28:54 +0000 (21:28 +0000)]
Selfrevert r91759. Messed up working-copy

13 years agoReverting r91756 per CR and bug 26470
Krinkle [Fri, 8 Jul 2011 21:27:44 +0000 (21:27 +0000)]
Reverting r91756 per CR and bug 26470

13 years agoHTMLForm: Add option to output a title for a fieldset & activate it for Special:Pref...
Leo Koppelkamm [Fri, 8 Jul 2011 21:12:10 +0000 (21:12 +0000)]
HTMLForm: Add option to output a title for a fieldset & activate it for Special:Pref. Preliminary work for Bug 29672

13 years agoBug 26470 : Add checkered background image for transparent images on hover
Leo Koppelkamm [Fri, 8 Jul 2011 20:34:08 +0000 (20:34 +0000)]
Bug 26470 : Add checkered background image for transparent images on hover

13 years agoredoing r91673 . Second step: Actually moving the files
Leo Koppelkamm [Fri, 8 Jul 2011 20:17:46 +0000 (20:17 +0000)]
redoing r91673 . Second step: Actually moving the files

13 years agor86603 : Updatin last call to mediawiki.legacy.edit and removing the module
Leo Koppelkamm [Fri, 8 Jul 2011 19:01:13 +0000 (19:01 +0000)]
r86603 : Updatin last call to mediawiki.legacy.edit and removing the module

13 years agoFix for r78786: make Special:Wantedpages includable again
Alexandre Emsenhuber [Fri, 8 Jul 2011 18:20:09 +0000 (18:20 +0000)]
Fix for r78786: make Special:Wantedpages includable again

13 years agoRemoved some error suppression operators
Alexandre Emsenhuber [Fri, 8 Jul 2011 18:17:02 +0000 (18:17 +0000)]
Removed some error suppression operators

13 years agoFixes Bug #28838 — remove CSS references to div.editsection which grep
Mark A. Hershberger [Fri, 8 Jul 2011 18:08:30 +0000 (18:08 +0000)]
Fixes Bug #28838 — remove CSS references to div.editsection which grep
confirms isn't currently in use.

13 years agoMoving skins/common/diff.css to mediawiki.action.history.diff.css and updating some...
Leo Koppelkamm [Fri, 8 Jul 2011 17:59:42 +0000 (17:59 +0000)]
Moving skins/common/diff.css to mediawiki.action.history.diff.css and updating some old comments in the process. Also moved one vendor-prefixed attribute in fron of the standard one. Extension follow in a second

13 years agoReverting r91642 per CR and pending review need-patch/patch in bug 29755
Krinkle [Fri, 8 Jul 2011 17:45:26 +0000 (17:45 +0000)]
Reverting r91642 per CR and pending review need-patch/patch in bug 29755

13 years agor91734: Do the same for search.css and remove module from resources.php
Leo Koppelkamm [Fri, 8 Jul 2011 17:20:56 +0000 (17:20 +0000)]
r91734: Do the same for search.css and remove module from resources.php

13 years agoMigrate skins/common/search.js functionality to mediawiki.special.search.js. Make...
Leo Koppelkamm [Fri, 8 Jul 2011 17:07:11 +0000 (17:07 +0000)]
Migrate skins/common/search.js functionality to mediawiki.special.search.js. Make JS unobtrusive.

13 years agoCreate a new RequestContext to use its OutputPage and Skin members instead of messing...
Alexandre Emsenhuber [Fri, 8 Jul 2011 16:18:31 +0000 (16:18 +0000)]
Create a new RequestContext to use its OutputPage and Skin members instead of messing with global ones

13 years agodemon is right, Mac is much more common nowadays. r91646
Leo Koppelkamm [Fri, 8 Jul 2011 15:19:44 +0000 (15:19 +0000)]
demon is right, Mac is much more common nowadays. r91646

13 years agoRewrite mwsuggest.js using j.ui.autocomplete. This gets rid of a lot of the little...
Leo Koppelkamm [Fri, 8 Jul 2011 14:59:20 +0000 (14:59 +0000)]
Rewrite mwsuggest.js using j.ui.autocomplete. This gets rid of a lot of the little kinks of the previously implemenation: The suggestion list now contains regular anchors which can be openened in new indows or separate tabs. The carret doesn't jump around anymore when using the arrow keys to select an item. This should make it much easier to eventually merge Vectors simple search & mwsuggest.

13 years agoRevert r91263 (fixing $wgScriptPath for cli installer). Completely breaks the web...
Chad Horohoe [Fri, 8 Jul 2011 14:25:01 +0000 (14:25 +0000)]
Revert r91263 (fixing $wgScriptPath for cli installer). Completely breaks the web installer for two important reasons:
* $wgScriptPath always has a default value of '/wiki', so the getVar() check will always be true and skip the environment check
* Also began returning true in the SCRIPT_NAME which would mean $wgScriptPath never got set

Breakage spotted by LewisCawte on IRC, thanks!

13 years agoUpdate j.ui.autocomplete which partially broke due to jQuery update in r89866
Leo Koppelkamm [Fri, 8 Jul 2011 13:50:11 +0000 (13:50 +0000)]
Update j.ui.autocomplete which partially broke due to jQuery update in r89866

13 years agoRedo r91721: Backport jQuery UI CSS fix for weird Webkit reflow bug. See https:/...
Leo Koppelkamm [Fri, 8 Jul 2011 13:32:06 +0000 (13:32 +0000)]
Redo r91721: Backport jQuery UI CSS fix for weird Webkit reflow bug. See https://github.com/jquery/jquery-ui/commit/a090faa833cf5b40105bb4aa74bca7ac39366fe9/