lhc/web/wiklou.git
14 years ago* (bug 21047) Wrap 'cannotdelete' into a div with the generic 'error' class and an...
Raimond Spekking [Thu, 22 Oct 2009 16:39:20 +0000 (16:39 +0000)]
* (bug 21047) Wrap 'cannotdelete' into a div with the generic 'error' class and an own 'mw-error-cannotdelete' class
Based on a patch by Platonides

14 years agoLocalization update for he.
Rotem Liss [Thu, 22 Oct 2009 16:33:44 +0000 (16:33 +0000)]
Localization update for he.

14 years agosimplify prefs-help-email, add usernamehasherror for more specific account creation...
Katie Filbert [Thu, 22 Oct 2009 16:06:59 +0000 (16:06 +0000)]
simplify prefs-help-email, add usernamehasherror for more specific account creation errors

14 years ago* (bug 21006) maintenance/updateArticleCount.php now works again on PostgreSQL
Alexandre Emsenhuber [Thu, 22 Oct 2009 15:51:01 +0000 (15:51 +0000)]
* (bug 21006) maintenance/updateArticleCount.php now works again on PostgreSQL

14 years agoThat way of percentage calculation was an epic fail:)
Max Semenik [Thu, 22 Oct 2009 15:39:07 +0000 (15:39 +0000)]
That way of percentage calculation was an epic fail:)

14 years ago* (bug 21053) Fixed diff header layout for multi diffs with no changes
Alexandre Emsenhuber [Thu, 22 Oct 2009 15:11:52 +0000 (15:11 +0000)]
* (bug 21053) Fixed diff header layout for multi diffs with no changes

14 years ago* (bug 21234) Moving subpages of titles containing \\ now works properly
Alexandre Emsenhuber [Thu, 22 Oct 2009 14:50:45 +0000 (14:50 +0000)]
* (bug 21234) Moving subpages of titles containing \\ now works properly

Per http://www.php.net/manual/en/function.preg-replace.php \ must be doubled in $replacement

14 years agoAdd some hook HTML injection points to EditForm, between the Copyright warning and...
Andrew Garrett [Thu, 22 Oct 2009 13:54:36 +0000 (13:54 +0000)]
Add some hook HTML injection points to EditForm, between the Copyright warning and the content, and after the preview content.

14 years agobump up style version, followup for r57992
Katie Filbert [Thu, 22 Oct 2009 13:47:44 +0000 (13:47 +0000)]
bump up style version, followup for r57992

14 years agoAdd profiling to getEffectiveGroups()
Chad Horohoe [Thu, 22 Oct 2009 12:12:12 +0000 (12:12 +0000)]
Add profiling to getEffectiveGroups()

14 years ago(bug 21222) Free <math> tag if not using it. Patch by Platonides.
Chad Horohoe [Thu, 22 Oct 2009 11:40:38 +0000 (11:40 +0000)]
(bug 21222) Free <math> tag if not using it. Patch by Platonides.

14 years agoFollowup to r57868: some maint scripts still call recordUpload which did not get...
OverlordQ [Thu, 22 Oct 2009 08:22:32 +0000 (08:22 +0000)]
Followup to r57868: some maint scripts still call recordUpload which did not get updated when getInitialPageText was moved to a different class

14 years agoFix syntax errors from r57989
Niklas Laxström [Thu, 22 Oct 2009 06:18:41 +0000 (06:18 +0000)]
Fix syntax errors from r57989

14 years agoFollow-up r57991: Message not longer to ignore for translatewiki
Raimond Spekking [Thu, 22 Oct 2009 06:01:23 +0000 (06:01 +0000)]
Follow-up r57991: Message not longer to ignore for translatewiki

14 years agoadd border, styles for login and account forms for Vector skin
Katie Filbert [Thu, 22 Oct 2009 02:38:11 +0000 (02:38 +0000)]
add border, styles for login and account forms for Vector skin

14 years ago* Bump wgStyleVersion for various upload javascript edits in this revision and r57868.
Bryan Tong Minh [Wed, 21 Oct 2009 21:29:05 +0000 (21:29 +0000)]
* Bump wgStyleVersion for various upload javascript edits in this revision and r57868.
* Show the upload footer message outside of the form
* Document some remaining SpecialUpload functions
* Move upload edittools to just below the textarea
* Add the license preview table row in javascript entirely
* Fill in a forgotten message

14 years agoFix for r57986: Notice: Undefined variable: wgEnableOpenSearchSuggest in includes...
Alexandre Emsenhuber [Wed, 21 Oct 2009 21:22:00 +0000 (21:22 +0000)]
Fix for r57986: Notice:  Undefined variable: wgEnableOpenSearchSuggest in includes/api/ApiOpenSearch.php on line 53

14 years ago(bug 20275) Fixed LIKE queries on SQLite backend
Max Semenik [Wed, 21 Oct 2009 19:53:03 +0000 (19:53 +0000)]
(bug 20275) Fixed LIKE queries on SQLite backend
* All manually built LIKE queries in the core are replaced with a wrapper function Database::buildLike()
* This function automatically performs all escaping, so Database::escapeLike() is now almost never used

14 years agoLocalisation updates for core and extension messages from translatewiki.net (2009...
Raimond Spekking [Wed, 21 Oct 2009 18:55:26 +0000 (18:55 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2009-10-21 18:10 UTC)

14 years agoSplit allowing &suggest requests in API opensearch from $wgEnableMWSuggest to a separ...
Roan Kattouw [Wed, 21 Oct 2009 18:44:58 +0000 (18:44 +0000)]
Split allowing &suggest requests in API opensearch from $wgEnableMWSuggest to a separate variable. This makes it possible to enable SimpleSearch (which uses API opensearch) but disable mwsuggest; enabling both seems to cause issues with the login form in Safari or Opera (don't remember which)

14 years ago* Export the return value of wfUrlProtocols() to JS for use in the EditToolbar extension
Roan Kattouw [Wed, 21 Oct 2009 17:35:57 +0000 (17:35 +0000)]
* Export the return value of wfUrlProtocols() to JS for use in the EditToolbar extension
* Also cache this value (in a static var for now, maybe put it in memcached?): when parsing pages with many external links, we'd end up calling implode() once and preg_quote() 11 times for every link

14 years agoFix typo from r57971, thanks Nikerabbit
Alexandre Emsenhuber [Wed, 21 Oct 2009 15:13:57 +0000 (15:13 +0000)]
Fix typo from r57971, thanks Nikerabbit

14 years ago(bug 20268) Fixed Database::estimateRowCount on SQLite backend. This involved moving...
Max Semenik [Wed, 21 Oct 2009 12:21:09 +0000 (12:21 +0000)]
(bug 20268) Fixed Database::estimateRowCount on SQLite backend. This involved moving the previous implementation to where it belongs - DatabaseMysql, and replacing it with slightly tweaked DB2 implementation.

14 years ago* (bug 21161) Changing $wgCaCacheEpoch now always invalidates file cache
Alexandre Emsenhuber [Wed, 21 Oct 2009 11:42:10 +0000 (11:42 +0000)]
* (bug 21161) Changing $wgCaCacheEpoch now always invalidates file cache

Based on a patch by Platonides - http://bug-attachment.wikimedia.org/attachment.cgi?id=6678

14 years agoremoved "make maint" since t/maint was removed in r54908.
Alexandre Emsenhuber [Wed, 21 Oct 2009 08:45:15 +0000 (08:45 +0000)]
removed "make maint" since t/maint was removed in r54908.

14 years ago(bug 20847) Remove akeytt() function, but leave dummy. Contributed by Derk-Jan Hartman
Siebrand Mazeland [Wed, 21 Oct 2009 08:15:39 +0000 (08:15 +0000)]
(bug 20847) Remove akeytt() function, but leave dummy. Contributed by Derk-Jan Hartman

14 years agoFix Special:ActiveUsers for PG, double-quotes are used to delimit identifiers not...
OverlordQ [Wed, 21 Oct 2009 05:36:24 +0000 (05:36 +0000)]
Fix Special:ActiveUsers for PG, double-quotes are used to delimit identifiers not strings

14 years agoOne more to r57964, forgot to apply update to updaters.inc
OverlordQ [Wed, 21 Oct 2009 05:25:15 +0000 (05:25 +0000)]
One more to r57964, forgot to apply update to updaters.inc

14 years agoFollowup to r57964, forgot to revert column change
OverlordQ [Wed, 21 Oct 2009 02:50:45 +0000 (02:50 +0000)]
Followup to r57964, forgot to revert column change

14 years agoAdd missing columns to PG schemas
OverlordQ [Wed, 21 Oct 2009 02:46:39 +0000 (02:46 +0000)]
Add missing columns to PG schemas
Add exceptions to schema comparison script
Alter SQL comments to appease said script

14 years ago* html5 file api drag drop file stubs
Michael Dale [Wed, 21 Oct 2009 00:23:39 +0000 (00:23 +0000)]
* html5 file api drag drop file stubs

14 years agoIn hopes that at least one of my commits will stick, moving myself from patch contrib...
Max Semenik [Tue, 20 Oct 2009 21:46:18 +0000 (21:46 +0000)]
In hopes that at least one of my commits will stick, moving myself from patch contributors to devs :D

14 years agoFollow up to r57949: rm message that makes no sense now
Max Semenik [Tue, 20 Oct 2009 21:03:08 +0000 (21:03 +0000)]
Follow up to r57949: rm message that makes no sense now

14 years ago(bug 20911) Installer failed to create a SQLite database, regression from r55669.
Max Semenik [Tue, 20 Oct 2009 20:23:14 +0000 (20:23 +0000)]
(bug 20911) Installer failed to create a SQLite database, regression from r55669.

14 years agoWhitespace cleanup for r57877
Roan Kattouw [Tue, 20 Oct 2009 19:48:22 +0000 (19:48 +0000)]
Whitespace cleanup for r57877

14 years agoFix fatal in r57877: can't use $this in a static function
Roan Kattouw [Tue, 20 Oct 2009 19:47:20 +0000 (19:47 +0000)]
Fix fatal in r57877: can't use $this in a static function

14 years agoFollow-up to r57949: whitespace tweaks
Max Semenik [Tue, 20 Oct 2009 19:11:23 +0000 (19:11 +0000)]
Follow-up to r57949: whitespace tweaks

14 years agoLocalisation updates for core and extension messages from translatewiki.net (2009...
Raimond Spekking [Tue, 20 Oct 2009 18:59:27 +0000 (18:59 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2009-10-20 18:10 UTC)

14 years agoUpdates to experimental color scheme a
Adam Miller [Tue, 20 Oct 2009 18:58:59 +0000 (18:58 +0000)]
Updates to experimental color scheme a

14 years ago(bug 20242) Installer no longer promts for user credentials for SQLite databases
Max Semenik [Tue, 20 Oct 2009 18:21:08 +0000 (18:21 +0000)]
(bug 20242) Installer no longer promts for user credentials for SQLite databases

14 years ago* set the --wiki to wfWikiId
Michael Dale [Tue, 20 Oct 2009 00:25:36 +0000 (00:25 +0000)]
* set the --wiki to wfWikiId

14 years ago* close up the </ul> bug 21188
Michael Dale [Mon, 19 Oct 2009 23:56:29 +0000 (23:56 +0000)]
* close up the </ul> bug 21188
* white space removal

14 years ago* fixed js2 fileexist checking related to rewrite of special upload page in r57868
Michael Dale [Mon, 19 Oct 2009 23:50:42 +0000 (23:50 +0000)]
* fixed js2 fileexist checking related to rewrite of special upload page in r57868

14 years ago* fixed bug 21193 updated on new source selection
Michael Dale [Mon, 19 Oct 2009 23:31:31 +0000 (23:31 +0000)]
* fixed bug 21193 updated on new source selection

14 years agoBump style version for r57916
Roan Kattouw [Mon, 19 Oct 2009 20:53:20 +0000 (20:53 +0000)]
Bump style version for r57916

14 years agosetting white-space to nowrap on the nav tabs in vector for better animating
Adam Miller [Mon, 19 Oct 2009 20:50:35 +0000 (20:50 +0000)]
setting white-space to nowrap on the nav tabs in vector for better animating

14 years agoParse the edittools message so that it actually works (follow up to r57868).
Bryan Tong Minh [Mon, 19 Oct 2009 19:55:54 +0000 (19:55 +0000)]
Parse the edittools message so that it actually works (follow up to r57868).
Message is now also customizable.

14 years agoLocalisation updates for core and extension messages from translatewiki.net (2009...
Raimond Spekking [Mon, 19 Oct 2009 19:34:51 +0000 (19:34 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2009-10-19 18:50 UTC)

14 years agoReintroduced $wgRateLimitsExcludedIPs from r47352 (removed in r51045). $wgAutopromote...
Tim Starling [Mon, 19 Oct 2009 19:11:56 +0000 (19:11 +0000)]
Reintroduced $wgRateLimitsExcludedIPs from r47352 (removed in r51045). $wgAutopromote does not work for anonymous users.

14 years ago* removed extra comma that breaks IE r57858#c4283
Michael Dale [Mon, 19 Oct 2009 18:48:29 +0000 (18:48 +0000)]
* removed extra comma that breaks IE r57858#c4283

14 years ago* (bug 21183) Missing global declaration of $wgLang in SpecialUpload::processVerifica...
Alexandre Emsenhuber [Mon, 19 Oct 2009 18:24:32 +0000 (18:24 +0000)]
* (bug 21183) Missing global declaration of $wgLang in SpecialUpload::processVerificationError()

Patch by Platonides - http://bug-attachment.wikimedia.org/attachment.cgi?id=6686

14 years ago* fixed some minor apiproxy bugs
Michael Dale [Mon, 19 Oct 2009 18:10:36 +0000 (18:10 +0000)]
* fixed some minor apiproxy bugs

14 years agofurther color scheme a tweaks from hannes
Adam Miller [Mon, 19 Oct 2009 17:24:00 +0000 (17:24 +0000)]
further color scheme a tweaks from hannes

14 years agoSelf revert r57897. New patch follows.
Raimond Spekking [Mon, 19 Oct 2009 17:14:51 +0000 (17:14 +0000)]
Self revert r57897. New patch follows.

14 years ago* (bug 21047) Wrap "cannotdelete" message into a div with the generic 'error' class...
Raimond Spekking [Mon, 19 Oct 2009 16:43:31 +0000 (16:43 +0000)]
* (bug 21047) Wrap "cannotdelete" message into a div with the generic 'error' class and a specific 'mw-error-cannotdelete' class
Based on a patch by Platonides

14 years ago* bug 21182 Fix invalid HTML in Special:Listgrouprights
Raimond Spekking [Mon, 19 Oct 2009 14:26:16 +0000 (14:26 +0000)]
* bug 21182 Fix invalid HTML in Special:Listgrouprights
Patch by Platonides

14 years ago* (bug 21168) Added linktrail to Portuguese (pt)
Raimond Spekking [Mon, 19 Oct 2009 12:38:22 +0000 (12:38 +0000)]
* (bug 21168) Added linktrail to Portuguese (pt)

14 years agocoding style tweaks
Jack Phoenix [Mon, 19 Oct 2009 11:15:51 +0000 (11:15 +0000)]
coding style tweaks

14 years ago* proxy iFrame upload working for copy-by-url to shared repository
Michael Dale [Mon, 19 Oct 2009 05:35:31 +0000 (05:35 +0000)]
* proxy iFrame upload working for copy-by-url to shared repository
* add paging system for flickerSearch
* some mw.proxy refactoring to handle present user dialogs when proxy connection can't be established.

14 years ago* function isValidPassword modified to return boolean(true/false)
Fenzik Joseph [Mon, 19 Oct 2009 03:01:11 +0000 (03:01 +0000)]
* function isValidPassword modified to return boolean(true/false)
* Added function getPasswordValidity return error message on failure for the given unvalidated password input.
* Replaced isValidPassword() fn call to getPasswordValidity() in SpecialUserlogin.php

14 years ago* some updates to the api_proxy examples and code
Michael Dale [Sun, 18 Oct 2009 21:03:24 +0000 (21:03 +0000)]
* some updates to the api_proxy examples and code
* display:none on iframe for ~background~ requests
* append to page example added to testApiProxy.html
* We could make some optimization by thinning out the MediaWiki:ApiProxy page by replacing it with a simple page without styles & extra js
* added a iframe status callback for quicker timeouts

14 years agoLocalization update.
Rotem Liss [Sun, 18 Oct 2009 20:24:39 +0000 (20:24 +0000)]
Localization update.

14 years agoFollowup to r57868: Fix two strict standards warnings
Bryan Tong Minh [Sun, 18 Oct 2009 20:06:22 +0000 (20:06 +0000)]
Followup to r57868: Fix two strict standards warnings

14 years agoFollow-up r57868: Update language maintenance scripts
Raimond Spekking [Sun, 18 Oct 2009 19:54:06 +0000 (19:54 +0000)]
Follow-up r57868: Update language maintenance scripts

14 years agoRewrote Special:Upload to allow easier extension. Mostly backwards compatible towards...
Bryan Tong Minh [Sun, 18 Oct 2009 19:41:01 +0000 (19:41 +0000)]
Rewrote Special:Upload to allow easier extension. Mostly backwards compatible towards the end user: tested with Commons' upload scripts.
* Special:Upload now uses HTMLForm for form generation
* Upload errors that can be solved by changing the filename now do not require reuploading.

14 years agoUpdate HTMLForm for upcoming Special:Upload rewrite.
Bryan Tong Minh [Sun, 18 Oct 2009 19:29:35 +0000 (19:29 +0000)]
Update HTMLForm for upcoming Special:Upload rewrite.
* Add support for edittools
* Add support for multipart/form-data
* Set id for wpEditToken
* Add support for tooltip and accesskey
* Allow setting a name for the submit button
* Give sections an id

14 years agoLocalisation updates for core and extension messages from translatewiki.net (2009...
Raimond Spekking [Sun, 18 Oct 2009 19:15:28 +0000 (19:15 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2009-10-18 18:00 UTC)

14 years agoAdded a script for SQLite-specific maintenance tasks
Max Semenik [Sun, 18 Oct 2009 10:55:36 +0000 (10:55 +0000)]
Added a script for SQLite-specific maintenance tasks

14 years ago* fixes old toolbar usage where $j.wikiEditor is defined
Michael Dale [Sat, 17 Oct 2009 20:22:34 +0000 (20:22 +0000)]
* fixes old toolbar usage where $j.wikiEditor is defined

14 years ago(bug 20880) Fixed updater failure on SQLite backend
Max Semenik [Sat, 17 Oct 2009 17:21:00 +0000 (17:21 +0000)]
(bug 20880) Fixed updater failure on SQLite backend

14 years ago(bug 20256) Fixed SQL errors on Special:Recentchanges and Special:Recentchangeslinked...
Max Semenik [Sat, 17 Oct 2009 12:23:23 +0000 (12:23 +0000)]
(bug 20256) Fixed SQL errors on Special:Recentchanges and Special:Recentchangeslinked on SQLite backend

14 years ago* stubs for api iFrame Proxy system. Early summary in /js2/mwEmbed/apiProxy/
Michael Dale [Sat, 17 Oct 2009 10:35:46 +0000 (10:35 +0000)]
* stubs for api iFrame Proxy system. Early summary in /js2/mwEmbed/apiProxy/
** testing page for proxy setup (hard coded to localhost)
** added basic support to skin.php for enabling of apiproxy (off by default)

* added flickrSearch as another remote repository
* other refactoring, cleanup of remoteSearchDriver (add-media-wizard)

* removed query.json.1-3.js
* removed jquery.secureEvalJSON.js
* replaced with official http://www.JSON.org/json2.js script which is only included if JSON is undefined

14 years ago* (bug 21079) There is no more line wrapping between label and field in Special:Log
Alexandre Emsenhuber [Sat, 17 Oct 2009 08:29:15 +0000 (08:29 +0000)]
* (bug 21079) There is no more line wrapping between label and field in Special:Log

14 years agoRemoved unexplained newline at top of file. No idea why that got there.
Aaron Schulz [Sat, 17 Oct 2009 05:10:21 +0000 (05:10 +0000)]
Removed unexplained newline at top of file. No idea why that got there.

14 years agoFollow up r57846: tack on an error code
Aaron Schulz [Sat, 17 Oct 2009 05:06:41 +0000 (05:06 +0000)]
Follow up r57846: tack on an error code

14 years ago* Fixed fatal for bad wlowner usernames
Aaron Schulz [Sat, 17 Oct 2009 04:18:49 +0000 (04:18 +0000)]
* Fixed fatal for bad wlowner usernames
* Use the relevant user object to check patrol abilities rather than always using $wgUser

14 years ago* updated repository icons transparency
Michael Dale [Sat, 17 Oct 2009 00:41:05 +0000 (00:41 +0000)]
* updated repository icons transparency

14 years agoFix bad diff checking in r57822
Siebrand Mazeland [Fri, 16 Oct 2009 18:09:09 +0000 (18:09 +0000)]
Fix bad diff checking in r57822

14 years agoRemove use of badly supported <blink> tag.
Siebrand Mazeland [Fri, 16 Oct 2009 17:57:27 +0000 (17:57 +0000)]
Remove use of badly supported <blink> tag.

14 years ago* (bug 21152) fixed position of playhead to seek position on native html5 seeking
Michael Dale [Fri, 16 Oct 2009 17:32:40 +0000 (17:32 +0000)]
* (bug 21152) fixed position of playhead to seek position on native html5 seeking

14 years agocompress option needs a value :)
Alexandre Emsenhuber [Fri, 16 Oct 2009 12:30:56 +0000 (12:30 +0000)]
compress option needs a value :)

14 years agoReadd line break which was lost in r54225
Alexandre Emsenhuber [Fri, 16 Oct 2009 08:58:59 +0000 (08:58 +0000)]
Readd line break which was lost in r54225

14 years agoFollow-up r57356: forgot to document $exclude param
Alexandre Emsenhuber [Fri, 16 Oct 2009 08:21:02 +0000 (08:21 +0000)]
Follow-up r57356: forgot to document $exclude param

14 years agoSplit time and date for better i18n
Raimond Spekking [Fri, 16 Oct 2009 06:59:59 +0000 (06:59 +0000)]
Split time and date for better i18n
Translatewiki uses this since months but it was was never done in core?!

14 years agofix per r57729#c4267
Michael Dale [Fri, 16 Oct 2009 04:38:40 +0000 (04:38 +0000)]
fix per r57729#c4267

14 years agobug 9982. Encapsulate wgCanonicalNamespaceNames. Patch by Scott Colcord, with updates
Chad Horohoe [Fri, 16 Oct 2009 04:06:30 +0000 (04:06 +0000)]
bug 9982. Encapsulate wgCanonicalNamespaceNames. Patch by Scott Colcord, with updates

14 years agoRemove some unused globals
Chad Horohoe [Fri, 16 Oct 2009 03:53:59 +0000 (03:53 +0000)]
Remove some unused globals

14 years agoLocalization update.
Rotem Liss [Thu, 15 Oct 2009 21:29:03 +0000 (21:29 +0000)]
Localization update.

14 years ago* (bug 21105) API: list=usercontribs can now list contribs for User:0
Alexandre Emsenhuber [Thu, 15 Oct 2009 21:21:53 +0000 (21:21 +0000)]
* (bug 21105) API: list=usercontribs can now list contribs for User:0

14 years agoFollow-up r30264: pass second parameter to AddNewAccount hook, as advertised to avoid...
Alexandre Emsenhuber [Thu, 15 Oct 2009 21:07:57 +0000 (21:07 +0000)]
Follow-up r30264: pass second parameter to AddNewAccount hook, as advertised to avoid notices in extensions using it :)

14 years agoConsistency tweak: Reduce the length of these input field and make them consistent...
Raimond Spekking [Thu, 15 Oct 2009 20:31:19 +0000 (20:31 +0000)]
Consistency tweak: Reduce the length of these input field and make them consistent with other input fields for numeric values

14 years agoLocalisation updates for core and extension messages from translatewiki.net (2009...
Raimond Spekking [Thu, 15 Oct 2009 19:33:16 +0000 (19:33 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2009-10-15 18:45 UTC)

14 years ago* (bug 21116) MediaWiki:Templatesused, MediaWiki:Templatesusedpreview and MediaWiki...
Alexandre Emsenhuber [Thu, 15 Oct 2009 19:10:52 +0000 (19:10 +0000)]
* (bug 21116) MediaWiki:Templatesused, MediaWiki:Templatesusedpreview and MediaWiki:Templatesusedsection now support plural
* break lines a 80 chars in RELEASE-NOTES

14 years agomaking a tweak to the babaco color scheme a, to show hannes
Adam Miller [Thu, 15 Oct 2009 18:17:05 +0000 (18:17 +0000)]
making a tweak to the babaco color scheme a, to show hannes

14 years agoRemoved unrelated change that slipped into r57769
Aaron Schulz [Thu, 15 Oct 2009 11:36:30 +0000 (11:36 +0000)]
Removed unrelated change that slipped into r57769

14 years agoRefactored unmaintainable userCan() code by making central userCanBitfield() functions
Aaron Schulz [Thu, 15 Oct 2009 11:31:33 +0000 (11:31 +0000)]
Refactored unmaintainable userCan() code by making central userCanBitfield() functions

14 years agoRemoved inapplicable deletedtext userCan() check
Aaron Schulz [Thu, 15 Oct 2009 10:46:28 +0000 (10:46 +0000)]
Removed inapplicable deletedtext userCan() check

14 years agoBolden suppression check label as it is for non-image pages
Aaron Schulz [Thu, 15 Oct 2009 10:36:29 +0000 (10:36 +0000)]
Bolden suppression check label as it is for non-image pages

14 years agoMade isDeleted() et all call $this->load() first
Aaron Schulz [Thu, 15 Oct 2009 10:20:19 +0000 (10:20 +0000)]
Made isDeleted() et all call $this->load() first

14 years agocall static function statically
Aaron Schulz [Thu, 15 Oct 2009 09:55:53 +0000 (09:55 +0000)]
call static function statically