lhc/web/wiklou.git
14 years agoPartial revert r56549 -- too much HTML escaping on user tools links for /newbies...
Brion Vibber [Wed, 7 Oct 2009 21:24:49 +0000 (21:24 +0000)]
Partial revert r56549 -- too much HTML escaping on user tools links for /newbies mode

14 years agoimplimenting a new variation on the orange inclusive color scheme
Adam Miller [Wed, 7 Oct 2009 21:23:56 +0000 (21:23 +0000)]
implimenting a new variation on the orange inclusive color scheme

14 years agoLocalisation updates for core messages from translatewiki.net (2009-10-07 21:08 UTC)
Siebrand Mazeland [Wed, 7 Oct 2009 21:17:48 +0000 (21:17 +0000)]
Localisation updates for core messages from translatewiki.net (2009-10-07 21:08 UTC)

14 years agoSpacing tweak -- $histlink and $difftext now belong directly together, they get a...
Brion Vibber [Wed, 7 Oct 2009 18:38:55 +0000 (18:38 +0000)]
Spacing tweak -- $histlink and $difftext now belong directly together, they get a pipe-separator message between them.
The leftover extra space was harmless with default (which uses regular space) but looked funny on en.wikipedia with customized pipe-separator using  

14 years agoFix for r57299: index starts with 0, not 1 :)
Alexandre Emsenhuber [Wed, 7 Oct 2009 18:37:09 +0000 (18:37 +0000)]
Fix for r57299: index starts with 0, not 1 :)

14 years agocheck that $this->mTitle isn't empty before checking if it's a user css/js page previ...
Brion Vibber [Wed, 7 Oct 2009 18:18:31 +0000 (18:18 +0000)]
check that $this->mTitle isn't empty before checking if it's a user css/js page preview; fatal errors visible in logs from bad cases

14 years agoUse 'deleterevision', not 'deletedhistory' right to control access to hide/show revs...
Brion Vibber [Wed, 7 Oct 2009 18:06:21 +0000 (18:06 +0000)]
Use 'deleterevision', not 'deletedhistory' right to control access to hide/show revs from PageHistory... having a button we can't use ain't too helpful. :)

14 years agoMerge r57468 fix from wmf-deployment... fixes $wgStylePath in default script loader...
Brion Vibber [Wed, 7 Oct 2009 17:40:56 +0000 (17:40 +0000)]
Merge r57468 fix from wmf-deployment... fixes $wgStylePath in default script loader... again...
DO NOT ASSUME THAT /skins IS ALWAYS THE SAME AS $wgStylePath

14 years ago* quick hack at recursive template parsing probably should be replaced by some more...
Michael Dale [Wed, 7 Oct 2009 16:37:27 +0000 (16:37 +0000)]
* quick hack at recursive template parsing probably should be replaced by some more feature complete / planed out javasciprt wikit text parsing approach  )

14 years agoMissing docs/hooks update for r57459
Andrew Garrett [Wed, 7 Oct 2009 14:30:12 +0000 (14:30 +0000)]
Missing docs/hooks update for r57459

14 years agoAdd new hook, UserIsBlockedFrom, which allows extensions to exempt users from blocks...
Andrew Garrett [Wed, 7 Oct 2009 14:28:26 +0000 (14:28 +0000)]
Add new hook, UserIsBlockedFrom, which allows extensions to exempt users from blocks on specific pages.

14 years ago* (bug 21030) Fixed schema choices from being overwritten by defining unique field...
OverlordQ [Wed, 7 Oct 2009 08:47:02 +0000 (08:47 +0000)]
* (bug 21030) Fixed schema choices from being overwritten by defining unique field names per driver.

14 years agoSet default thumb cache to 24hrs, rather than disabled
Chad Horohoe [Wed, 7 Oct 2009 03:46:06 +0000 (03:46 +0000)]
Set default thumb cache to 24hrs, rather than disabled

14 years agoCleanup r57359 -- removing PHP4-isms (references not needed to pass objects unless...
Brion Vibber [Tue, 6 Oct 2009 22:14:40 +0000 (22:14 +0000)]
Cleanup r57359 -- removing PHP4-isms (references not needed to pass objects unless you're going to replace them with different objects as outparams)

14 years agoLocalisation updates for core messages from translatewiki.net (2009-10-06 21:14 UTC)
Siebrand Mazeland [Tue, 6 Oct 2009 21:22:58 +0000 (21:22 +0000)]
Localisation updates for core messages from translatewiki.net (2009-10-06 21:14 UTC)

14 years ago* (bug 21026) Fixed file redirects on shared repos on non-English client wikis
Brion Vibber [Tue, 6 Oct 2009 20:23:12 +0000 (20:23 +0000)]
* (bug 21026) Fixed file redirects on shared repos on non-English client wikis
memcached key name for image redirect info caching was including the local wiki's namespace translations, so non-English client sites that cached negative lookups didn't get them cleared when the redirect entry is updated from the master site. The negative lookup would continue to be used until it expired, leading to confusing brokenness.
Changed the cache keys to use the bare name, since we only care about NS_FILE cases we can tack it back on to the title after we load it up.

14 years agotypo fix in comment
Brion Vibber [Tue, 6 Oct 2009 19:46:41 +0000 (19:46 +0000)]
typo fix in comment

14 years agoCleanup for r57288: use $wgContLang->alignEnd() instead of the isRtl() ? 'left' ...
Brion Vibber [Tue, 6 Oct 2009 18:54:47 +0000 (18:54 +0000)]
Cleanup for r57288: use $wgContLang->alignEnd() instead of the isRtl() ? 'left' : 'right' dance

14 years agoFound some more source files.
Tim Starling [Tue, 6 Oct 2009 10:19:23 +0000 (10:19 +0000)]
Found some more source files.

14 years ago(bug 19741) Moved the XCF files from phase3 to their own artwork directory, to reduce...
Tim Starling [Tue, 6 Oct 2009 08:40:57 +0000 (08:40 +0000)]
(bug 19741) Moved the XCF files from phase3 to their own artwork directory, to reduce the size of a typical phase3 checkout.

14 years ago(bug 20966) Use the name of the <button> element to determine which button was clicke...
Tim Starling [Tue, 6 Oct 2009 06:30:24 +0000 (06:30 +0000)]
(bug 20966) Use the name of the <button> element to determine which button was clicked, instead of the value. This avoids some IE-specific non-standard behaviour.

14 years ago* fixed add-media-wizard centering issue on scrolling page.
Michael Dale [Tue, 6 Oct 2009 01:38:31 +0000 (01:38 +0000)]
* fixed add-media-wizard centering issue on scrolling page.
* fixed add-media-wizard layout size on resize
* added check for double add-media button adding

14 years ago* force some styles for play button ( usability jquery.ui css conflicts)
Michael Dale [Mon, 5 Oct 2009 23:15:40 +0000 (23:15 +0000)]
* force some styles for play button ( usability jquery.ui css conflicts)

14 years ago* usability compatibility updates
Michael Dale [Mon, 5 Oct 2009 23:03:20 +0000 (23:03 +0000)]
* usability compatibility updates
* language Test updates for multiple arguments
* make advanced firefogg display to include firefogg-logo

14 years agoLocalisation updates for core messages from translatewiki.net (2009-10-05 21:02 UTC)
Siebrand Mazeland [Mon, 5 Oct 2009 21:40:48 +0000 (21:40 +0000)]
Localisation updates for core messages from translatewiki.net (2009-10-05 21:02 UTC)

14 years agoAdd mw-small-spinner class to core, used in LiquidThreads
Andrew Garrett [Mon, 5 Oct 2009 20:42:19 +0000 (20:42 +0000)]
Add mw-small-spinner class to core, used in LiquidThreads

14 years agoupdating the body background styling on all of the color scheme experiments
Adam Miller [Mon, 5 Oct 2009 20:13:51 +0000 (20:13 +0000)]
updating the body background styling on all of the color scheme experiments

14 years agoimplimenting babaco color scheme 9/17 and updating 9/15
Adam Miller [Mon, 5 Oct 2009 19:21:31 +0000 (19:21 +0000)]
implimenting babaco color scheme 9/17 and updating 9/15

14 years ago* (bug 21006) updateArticleCount.php --update now works again
Alexandre Emsenhuber [Mon, 5 Oct 2009 19:12:38 +0000 (19:12 +0000)]
* (bug 21006) updateArticleCount.php --update now works again

14 years agoInclude wgScriptExtension in exported JS vars
Andrew Garrett [Mon, 5 Oct 2009 15:34:41 +0000 (15:34 +0000)]
Include wgScriptExtension in exported JS vars

14 years agoLocalization update for he, and code style fix in en.
Rotem Liss [Mon, 5 Oct 2009 12:00:14 +0000 (12:00 +0000)]
Localization update for he, and code style fix in en.

14 years agoFixing bug 20524: Hideuser: Nicer error when trying to block hidden user without...
Tobias [Mon, 5 Oct 2009 11:30:52 +0000 (11:30 +0000)]
Fixing bug 20524: Hideuser: Nicer error when trying to block hidden user without hideuser right

14 years ago* more language updates
Michael Dale [Mon, 5 Oct 2009 09:39:26 +0000 (09:39 +0000)]
* more language updates
* PLURAL partially supported
* more test refinement for testing js vs mediaWiki transform

14 years agoRebuild mwEmbed.i18n.php
Siebrand Mazeland [Mon, 5 Oct 2009 05:54:59 +0000 (05:54 +0000)]
Rebuild mwEmbed.i18n.php

14 years ago* more language stubs updates
Michael Dale [Mon, 5 Oct 2009 04:03:33 +0000 (04:03 +0000)]
* more language stubs updates
* mv_embed window.$mw updates
* fixed audio width for oggHandler rewrites via remote MwEmbed
* initial testing page to compare mediaWiki output to js output transformations
* sample test JS lang test files .. (probably temporary)

14 years agoLocalisation updates for core magic words from translatewiki.net
Siebrand Mazeland [Sun, 4 Oct 2009 22:34:44 +0000 (22:34 +0000)]
Localisation updates for core magic words from translatewiki.net

14 years agoLocalisation updates for core namespace names from translatewiki.net
Siebrand Mazeland [Sun, 4 Oct 2009 22:20:47 +0000 (22:20 +0000)]
Localisation updates for core namespace names from translatewiki.net

14 years agoLocalisation updates for core special pages aliases from translatewiki.net
Siebrand Mazeland [Sun, 4 Oct 2009 21:55:26 +0000 (21:55 +0000)]
Localisation updates for core special pages aliases from translatewiki.net

14 years agoLocalisation updates for core messages from translatewiki.net (2009-10-04 21:29 UTC)
Siebrand Mazeland [Sun, 4 Oct 2009 21:40:15 +0000 (21:40 +0000)]
Localisation updates for core messages from translatewiki.net (2009-10-04 21:29 UTC)

14 years agofix some doxygen warnings
Alexandre Emsenhuber [Sun, 4 Oct 2009 21:21:30 +0000 (21:21 +0000)]
fix some doxygen warnings

14 years agoredoing r38040: two new hooks for email confirmation/invalidation, both are in User...
Jack Phoenix [Sun, 4 Oct 2009 16:26:43 +0000 (16:26 +0000)]
redoing r38040: two new hooks for email confirmation/invalidation, both are in User class now so they should work even if email is confirmed through password reset (etc.)

14 years agocoding style tweaks
Jack Phoenix [Sun, 4 Oct 2009 13:32:48 +0000 (13:32 +0000)]
coding style tweaks

14 years ago* Add --no-extensions option to mwdocgen.php to exclude the extensions directory
Alexandre Emsenhuber [Sun, 4 Oct 2009 09:50:33 +0000 (09:50 +0000)]
* Add --no-extensions option to mwdocgen.php to exclude the extensions directory
* Always exclude .svn directories

14 years agoLocalisation updates for core messages from translatewiki.net (2009-10-03 21:35 UTC)
Siebrand Mazeland [Sat, 3 Oct 2009 21:40:53 +0000 (21:40 +0000)]
Localisation updates for core messages from translatewiki.net (2009-10-03 21:35 UTC)

14 years agoRevert r57323: they are used in Title::newFromText() which does not parse those kind...
Siebrand Mazeland [Sat, 3 Oct 2009 14:41:34 +0000 (14:41 +0000)]
Revert r57323: they are used in Title::newFromText() which does not parse those kind of things.

14 years agoLocalisation updates: All instances of "Project:" and "Template:" are changed to...
Huji [Sat, 3 Oct 2009 10:24:17 +0000 (10:24 +0000)]
Localisation updates: All instances of "Project:" and "Template:" are changed to "{{ns:project}}:" and "{{ns:template}}:"

14 years ago* re-factored language code into global $mw with function alias scope
Michael Dale [Sat, 3 Oct 2009 02:10:15 +0000 (02:10 +0000)]
* re-factored language code into global $mw with function alias scope
* updated playlist and sequence to work with ctrlBuilder / new skin updates

14 years ago* more cldr name fixes
Michael Dale [Sat, 3 Oct 2009 00:14:19 +0000 (00:14 +0000)]
* more cldr name fixes

14 years ago* fixed cldr name
Michael Dale [Sat, 3 Oct 2009 00:12:27 +0000 (00:12 +0000)]
* fixed cldr name

14 years ago* updated local java applet from cortado svn ( supports theora 1.1 encodes )
Michael Dale [Fri, 2 Oct 2009 23:51:15 +0000 (23:51 +0000)]
* updated local java applet from cortado svn ( supports theora 1.1 encodes )
* some javaEmbed fixes

14 years agoLocalisation updates for core messages from translatewiki.net (2009-10-02 21:48 UTC)
Siebrand Mazeland [Fri, 2 Oct 2009 22:30:48 +0000 (22:30 +0000)]
Localisation updates for core messages from translatewiki.net (2009-10-02 21:48 UTC)

14 years agobug 20953: mySQL missing rd_interwiki patch from updaters.inc
Chad Horohoe [Fri, 2 Oct 2009 22:16:51 +0000 (22:16 +0000)]
bug 20953: mySQL missing rd_interwiki patch from updaters.inc

14 years ago* clrd class stubs to add plural support for mwEmbed
Michael Dale [Fri, 2 Oct 2009 19:54:33 +0000 (19:54 +0000)]
* clrd class stubs to add plural support for mwEmbed

14 years agoTweak r57300: swap hook listing order :)
Aaron Schulz [Fri, 2 Oct 2009 18:47:38 +0000 (18:47 +0000)]
Tweak r57300: swap hook listing order :)

14 years ago* Added $wgFlaggedRevsProtectLevels to allow for site defined review "protection...
Aaron Schulz [Fri, 2 Oct 2009 18:46:19 +0000 (18:46 +0000)]
* Added $wgFlaggedRevsProtectLevels to allow for site defined review "protection" levels. Disables stabilization and a small fieldset to the protection form with the options.
* Added three ProtectionForm hooks for the above
* Removed PHP4-ism from getPageVisibilitySettings()

14 years agoUpdate plural forms per http://unicode.org/repos/cldr-tmp/trunk/diff/supplemental...
Siebrand Mazeland [Fri, 2 Oct 2009 18:30:23 +0000 (18:30 +0000)]
Update plural forms per unicode.org/repos/cldr-tmp/trunk/diff/supplemental/language_plural_rules.html. Complete per Date: 2009/05/12 11:24:52 for languages currently supported in MediaWiki.

Added FIXME where CLDR definition is different from MediaWiki's.

14 years ago* (bug 20948) "Create this page" on Special:Search is no longer displayed when search...
Alexandre Emsenhuber [Fri, 2 Oct 2009 18:27:20 +0000 (18:27 +0000)]
* (bug 20948) "Create this page" on Special:Search is no longer displayed when searching for special pages

14 years agoMade log extracts default to 25 items
Aaron Schulz [Fri, 2 Oct 2009 18:04:58 +0000 (18:04 +0000)]
Made log extracts default to 25 items

14 years ago* Bug 20944: Align revision delete button left for RTL wikis.
Raimond Spekking [Fri, 2 Oct 2009 12:18:43 +0000 (12:18 +0000)]
* Bug 20944: Align revision delete button left for RTL wikis.
* Add a class to the button

14 years agoimportImages --skip-dupes checks for dupes using sha1
Daniel Kinzler [Fri, 2 Oct 2009 10:13:21 +0000 (10:13 +0000)]
importImages --skip-dupes checks for dupes using sha1

14 years agoimageImport --check-userblock checks if the user used for importing was blocked
Daniel Kinzler [Fri, 2 Oct 2009 10:04:41 +0000 (10:04 +0000)]
imageImport --check-userblock checks if the user used for importing was blocked

14 years agonew options: --limit --sleep --from
Daniel Kinzler [Fri, 2 Oct 2009 09:54:20 +0000 (09:54 +0000)]
new options: --limit --sleep --from

14 years agofollow-up to r57278: cache all variables untill the next clearState()
Daniel Kinzler [Fri, 2 Oct 2009 09:46:17 +0000 (09:46 +0000)]
follow-up to r57278: cache all variables untill the next clearState()

14 years ago* (bug 20885) Search box no longer suggests unavailable special pages
Alexandre Emsenhuber [Fri, 2 Oct 2009 09:44:34 +0000 (09:44 +0000)]
* (bug 20885) Search box no longer suggests unavailable special pages

14 years agoclear variable cache in clearState() as suggested by tim. fix odd values for long...
Daniel Kinzler [Fri, 2 Oct 2009 09:09:18 +0000 (09:09 +0000)]
clear variable cache in clearState() as suggested by tim. fix odd values for long running imports; more vars could be cached now.

14 years ago* opps missing )
Michael Dale [Fri, 2 Oct 2009 06:25:19 +0000 (06:25 +0000)]
* opps missing )

14 years ago* moved remote oggHandler code to remoteMwEmbed.js
Michael Dale [Fri, 2 Oct 2009 05:47:19 +0000 (05:47 +0000)]
* moved remote oggHandler code to remoteMwEmbed.js
* refactored skin system should soon be possible to have two player skins in a single page.
* stubs to restore k-skin functionality
* restored some broken pieces of mwEmbedRemote

14 years ago* fixed bug in firefogg for passthough mode in upload form
Michael Dale [Fri, 2 Oct 2009 00:35:18 +0000 (00:35 +0000)]
* fixed bug in firefogg for passthough mode in upload form

14 years agoLocalisation updates for core messages from translatewiki.net (2009-10-01 21:16 UTC)
Siebrand Mazeland [Thu, 1 Oct 2009 21:29:36 +0000 (21:29 +0000)]
Localisation updates for core messages from translatewiki.net (2009-10-01 21:16 UTC)

14 years ago* fixed output size display for encode video
Michael Dale [Thu, 1 Oct 2009 20:54:39 +0000 (20:54 +0000)]
* fixed output size display for encode video

14 years agoRevert r57208 - unexpected message format type change from plaintext to raw-HTML
Brion Vibber [Thu, 1 Oct 2009 19:36:39 +0000 (19:36 +0000)]
Revert r57208 - unexpected message format type change from plaintext to raw-HTML

14 years agofix eol style
Brion Vibber [Thu, 1 Oct 2009 19:32:28 +0000 (19:32 +0000)]
fix eol style

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

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

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

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

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

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

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

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

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

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

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

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

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

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

I wish we had unit tests for this.  :(

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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