lhc/web/wiklou.git
12 years agoMy proposed fix to bug 34987: gender not working in many special pages.
Niklas Laxström [Wed, 7 Mar 2012 10:13:58 +0000 (10:13 +0000)]
My proposed fix to bug 34987: gender not working in many special pages.
I haven't checked if there are other places whereh context is set to Message class, but if there are they might need a fix too.

12 years agowarn that dumpBackup does not actually backup the wiki!
Antoine Musso [Wed, 7 Mar 2012 10:07:32 +0000 (10:07 +0000)]
warn that dumpBackup does not actually backup the wiki!

The user table is not dumped by that tool. The warning notice makes it clear
and will avoid someone having some trouble recovering his precious private
data.

12 years ago(bug 34302) Add CSS classes to email fields in user preferences
Antoine Musso [Wed, 7 Mar 2012 09:56:24 +0000 (09:56 +0000)]
(bug 34302) Add CSS classes to email fields in user preferences

Patch by Nischay Nahata whom I have mentored earlier this week.

12 years ago[mw.util.tooltipAccessKeyPrefix] alt-shift for Chrome on Windows
Krinkle [Wed, 7 Mar 2012 02:58:11 +0000 (02:58 +0000)]
[mw.util.tooltipAccessKeyPrefix] alt-shift for Chrome on Windows
* Fixes:
-- (bug 29753) mw.util.tooltipAccessKeyPrefix should be alt-shift for Chrome on Windows

12 years ago[jquery.textSelection.test] disable caretTest per bug 34820
Krinkle [Wed, 7 Mar 2012 02:43:46 +0000 (02:43 +0000)]
[jquery.textSelection.test] disable caretTest per bug 34820
* Right now it's causing testswarm clients to have to this test 3 times, and if until bug 34820 is fixed there is no point in clogging up testswarm with it, making all IE columns uselessly red and making it harder to detect an actual regression

12 years agoIt seems that parseMsg() sometimes receives strings, probably from bad dieUsageMsg...
Roan Kattouw [Wed, 7 Mar 2012 02:09:22 +0000 (02:09 +0000)]
It seems that parseMsg() sometimes receives strings, probably from bad dieUsageMsg() callers or badly formatter error arrays. I don't want to have to track this down, so I'm making it fail gracefully and just cast any strings to arrays

12 years agor109469: ported r113208 by bumping max file size from 1GB to 4GiB.
Aaron Schulz [Wed, 7 Mar 2012 02:00:55 +0000 (02:00 +0000)]
r109469: ported r113208 by bumping max file size from 1GB to 4GiB.

12 years agoFix mixed/messed up whitespace
Sam Reed [Wed, 7 Mar 2012 01:09:35 +0000 (01:09 +0000)]
Fix mixed/messed up whitespace

12 years agoMTT: r113196
Krinkle [Tue, 6 Mar 2012 23:03:42 +0000 (23:03 +0000)]
MTT: r113196

12 years agoFixed FileOp::attemptBatch() behavior when unexpected failures occur with the 'force...
Aaron Schulz [Tue, 6 Mar 2012 22:59:59 +0000 (22:59 +0000)]
Fixed FileOp::attemptBatch() behavior when unexpected failures occur with the 'force' option. It can't continue on since the ops assumed that $predicates was correct, which it won't be. It now simply halts operations.

12 years agoLocalisation updates for core and extension messages from translatewiki.net
Raimond Spekking [Tue, 6 Mar 2012 21:18:30 +0000 (21:18 +0000)]
Localisation updates for core and extension messages from translatewiki.net

12 years agoUse local context to get messages
Alexandre Emsenhuber [Tue, 6 Mar 2012 20:55:19 +0000 (20:55 +0000)]
Use local context to get messages

12 years agoNo need to do a database query when passing an IP address to User::idFromName()
Alexandre Emsenhuber [Tue, 6 Mar 2012 20:52:42 +0000 (20:52 +0000)]
No need to do a database query when passing an IP address to User::idFromName()

12 years agor110955: also truncate rc_comment for log entries. This adds the code in save() to...
Aaron Schulz [Tue, 6 Mar 2012 19:38:17 +0000 (19:38 +0000)]
r110955: also truncate rc_comment for log entries. This adds the code in save() to proof RecentChange a bit against such problems.

12 years agoMinor followup to r111795, make doSha1LegacyUpdates return it's count value so it...
Sam Reed [Tue, 6 Mar 2012 19:21:07 +0000 (19:21 +0000)]
Minor followup to r111795, make doSha1LegacyUpdates return it's count value so it can be added to the count of archive rows

Don't return true in doSha1Updates(), return 0 if table is empty

12 years agoget rid of deperacted method usage
Jeroen De Dauw [Tue, 6 Mar 2012 15:54:23 +0000 (15:54 +0000)]
get rid of deperacted method usage

12 years agofollow up to r113113, get rid of code ducpliation and fix docs to reflect actual...
Jeroen De Dauw [Tue, 6 Mar 2012 15:36:08 +0000 (15:36 +0000)]
follow up to r113113, get rid of code ducpliation and fix docs to reflect actual behaviour

12 years agoPartial revert of r97849: the wgUserVariant variable is useful and used even on speci...
Tim Starling [Tue, 6 Mar 2012 11:11:01 +0000 (11:11 +0000)]
Partial revert of r97849: the wgUserVariant variable is useful and used even on special pages, removing it breaks b/c

12 years agorevert r113117 per CR
Antoine Musso [Tue, 6 Mar 2012 10:19:27 +0000 (10:19 +0000)]
revert r113117 per CR

12 years agorv table sorting of IP and fraction
Antoine Musso [Tue, 6 Mar 2012 10:17:46 +0000 (10:17 +0000)]
rv table sorting of IP and fraction

I am reverting, for now, two recent additions made to the table sorting:
 - r111884 fractions
 - r111829 IP addresses

Both need to be polished a bit more before landing in trunk. Please reapply
in a branch then once reviewed we can merge it in trunk, that will avoid
us a lot of "spam".

12 years agoNo point doing it the hard way, ping r112591
Niklas Laxström [Tue, 6 Mar 2012 07:20:14 +0000 (07:20 +0000)]
No point doing it the hard way, ping r112591

12 years agofollow up to r113115, rem not needed args
Jeroen De Dauw [Tue, 6 Mar 2012 01:16:56 +0000 (01:16 +0000)]
follow up to r113115, rem not needed args

12 years agoget rid of deprecated method usage making people on education program test wiki go mad
Jeroen De Dauw [Tue, 6 Mar 2012 00:53:48 +0000 (00:53 +0000)]
get rid of deprecated method usage making people on education program test wiki go mad

12 years agofix support for passing args to help-message(s), which was documented to be there...
Jeroen De Dauw [Tue, 6 Mar 2012 00:32:48 +0000 (00:32 +0000)]
fix support for passing args to help-message(s), which was documented to be there but actually missing

12 years agoCan someone standardi[sz]e SQL already!?
Sam Reed [Tue, 6 Mar 2012 00:26:48 +0000 (00:26 +0000)]
Can someone standardi[sz]e SQL already!?

Might aswell change mysql to same format as the sqlite one is becoming

Ping r113110

12 years agoAnd fix the . from r113110
Sam Reed [Tue, 6 Mar 2012 00:10:36 +0000 (00:10 +0000)]
And fix the . from r113110

12 years agoFollowup r113109, forward port the rest of r25267 for Bug 10788 - Filter page histori...
Sam Reed [Tue, 6 Mar 2012 00:09:18 +0000 (00:09 +0000)]
Followup r113109, forward port the rest of r25267 for Bug 10788 - Filter page histories by user, or contributions by title

12 years agoPull patch-revision-user-page-index.sql from r25267
Sam Reed [Tue, 6 Mar 2012 00:05:48 +0000 (00:05 +0000)]
Pull patch-revision-user-page-index.sql from r25267

12 years agoAdded unit test for changes in r113105 related to bug #34924 (adding Rekonq to known...
Trevor Parscal [Mon, 5 Mar 2012 23:39:25 +0000 (23:39 +0000)]
Added unit test for changes in r113105 related to bug #34924 (adding Rekonq to known browsers list)

12 years agoAdded "Rekonq" to list of known browsers, which prevents it from being considered...
Trevor Parscal [Mon, 5 Mar 2012 23:14:58 +0000 (23:14 +0000)]
Added "Rekonq" to list of known browsers, which prevents it from being considered to be Safari. Whoever chose to make the user agent of this browser look like Safari 2.0 is an idiot. This should sort out bug #34924

12 years agoNormalise method returns, and returned value usage
Sam Reed [Mon, 5 Mar 2012 23:05:52 +0000 (23:05 +0000)]
Normalise method returns, and returned value usage

Documentation fixes

12 years agoupdating the outdated Amazon book link, which is invalid since many years or so
Thomas Gries [Mon, 5 Mar 2012 23:04:24 +0000 (23:04 +0000)]
updating the outdated Amazon book link, which is invalid since many years or so

12 years agoSpecial pages aren't a contextsource. Ping r100114, pass $this->getContext()
Sam Reed [Mon, 5 Mar 2012 22:43:10 +0000 (22:43 +0000)]
Special pages aren't a contextsource. Ping r100114, pass $this->getContext()

12 years agoLightened the background color of diff context lines as per Erwin Dokter's suggestion...
Trevor Parscal [Mon, 5 Mar 2012 22:40:29 +0000 (22:40 +0000)]
Lightened the background color of diff context lines as per Erwin Dokter's suggestion. Now using the standard Vector gray background color (#f3f3f3) which is as light as you can go without most monitors rendering it as white.

12 years ago* Use local context to get messages
Alexandre Emsenhuber [Mon, 5 Mar 2012 21:33:48 +0000 (21:33 +0000)]
* Use local context to get messages
* Use Language::userTime() and Language::userDate() instead of Language::time() and Language::date()  to display dates with user's preferences

12 years agoMake RecentChangeTest work by using the same context for expected and actual results...
Alexandre Emsenhuber [Mon, 5 Mar 2012 21:21:34 +0000 (21:21 +0000)]
Make RecentChangeTest work by using the same context for expected and actual results. They were failing on my installation because $wgLang->getCode() != $wgContLang->getCode() when the test was called.

12 years agoLocalisation updates for core and extension messages from translatewiki.net
Raimond Spekking [Mon, 5 Mar 2012 21:20:53 +0000 (21:20 +0000)]
Localisation updates for core and extension messages from translatewiki.net

12 years agoAppending a newline at the end of the message results in a much nicer console display
Sam Reed [Mon, 5 Mar 2012 21:14:10 +0000 (21:14 +0000)]
Appending a newline at the end of the message results in a much nicer console display

12 years agoRemoved incorrect svn:executable properties
Alexandre Emsenhuber [Mon, 5 Mar 2012 21:06:56 +0000 (21:06 +0000)]
Removed incorrect svn:executable properties

12 years agoFurther refinements for r112836 and r112853.
Trevor Parscal [Mon, 5 Mar 2012 19:46:21 +0000 (19:46 +0000)]
Further refinements for r112836 and r112853.
* Used thiner borders on the top, right and bottom of diff lines (looks nicer with many short lines of diff)
* Dropped outlines on changed words altogether and use a slightly darker blue background for added words (couldn't make this look nice in all scenarios)
* Added borders to context lines similar to those used on added/removed lines to make them look more consistent (improves their function as context if they look more similar)

12 years agoAdd to documentation
Sam Reed [Mon, 5 Mar 2012 19:17:55 +0000 (19:17 +0000)]
Add to documentation

Add a couple of braces

Update code calling Language related deprecated code

12 years agoFix minor issue from r112988
Sam Reed [Mon, 5 Mar 2012 16:38:55 +0000 (16:38 +0000)]
Fix minor issue from r112988

12 years agoDocumentation updates
Sam Reed [Mon, 5 Mar 2012 15:23:04 +0000 (15:23 +0000)]
Documentation updates

Normalise method returns

12 years agoSynchronise RELEASE-NOTES-1.19
Sam Reed [Mon, 5 Mar 2012 15:21:15 +0000 (15:21 +0000)]
Synchronise RELEASE-NOTES-1.19

12 years agoWhy is tis empty? Bug 34938
Niklas Laxström [Mon, 5 Mar 2012 15:13:26 +0000 (15:13 +0000)]
Why is tis empty? Bug 34938

12 years agoTransitional patch for bug 34832: introduce a CI-style option to allow deployment...
Tim Starling [Mon, 5 Mar 2012 12:14:53 +0000 (12:14 +0000)]
Transitional patch for bug 34832: introduce a CI-style option to allow deployment of 1.19 to converter wikis without disruption. The bug fix can be rolled out later by setting $wgBug34832TransitionalRollback = false. This is meant as a temporary measure, while we figure out a way to properly support Chinese wikis for inclusion in the 1.19 tarball.

Introduce a global variable which causes language conversion to not be disabled in interface messages (as before r94279). Use $wgContLang for conversion (as before r97849) since $wgContLang is set to the base language (e.g. zh) on converter wikis, whereas a typical user language (e.g. zh-tw) only has a FakeConverter.

12 years agoTODO about 'class' throwing a fatal error
Antoine Musso [Mon, 5 Mar 2012 12:05:13 +0000 (12:05 +0000)]
TODO about 'class' throwing a fatal error

12 years agoamend r113016 , that was for bug 34302
Antoine Musso [Mon, 5 Mar 2012 11:50:30 +0000 (11:50 +0000)]
amend r113016 , that was for bug 34302

12 years agoplace holder to test bug 34919 when it is fixed
Antoine Musso [Mon, 5 Mar 2012 11:48:35 +0000 (11:48 +0000)]
place holder to test bug 34919 when it is fixed

12 years ago* Fix for r41340, r96405, r97849: introduce a function which gets the current content...
Tim Starling [Mon, 5 Mar 2012 05:53:12 +0000 (05:53 +0000)]
* Fix for r41340, r96405, r97849: introduce a function which gets the current content language, called Parser::getTargetLanguage() following the ParserOptions terminology, and added doc comments, to improve the chances of a human being able to work out what is going on. Just because a function happens to do the thing you want doesn't mean you should call it.
* The language object used for lc() in Parser::braceSubstitution() must match the one used in setFunctionHook() during firstCallInit(). It can't change depending on what message you are parsing. Use $wgContLang like before r97849.

12 years ago[mediawiki.test] follow-up r112368: Append to fixture instead of body. Otherwise...
Krinkle [Mon, 5 Mar 2012 01:47:30 +0000 (01:47 +0000)]
[mediawiki.test] follow-up r112368: Append to fixture instead of body. Otherwise it stays in the dom even after the test is done

12 years ago(bug 34922) If rev_parent_id is null, then the character delta displayed on Special...
Brian Wolff [Mon, 5 Mar 2012 00:51:47 +0000 (00:51 +0000)]
(bug 34922) If rev_parent_id is null, then the character delta displayed on Special:Contributions is wrong. In that case instead just display "x bytes". Kind of sticks out, but better than a wrong number (possible alternative is just display no number at all)

No release notes since issue introduced in 1.19 and I'm going to tag this commit for merging.

12 years agoFix missing * from start of comment block
Sam Reed [Mon, 5 Mar 2012 00:05:31 +0000 (00:05 +0000)]
Fix missing * from start of comment block

Also minor documentation update

12 years agomake file an argument, --title is script specific
Antoine Musso [Sun, 4 Mar 2012 23:05:44 +0000 (23:05 +0000)]
make file an argument, --title is script specific

--file did not make that many sense, it is easier to just pass the filename
as an argument

Call to parent constructor was misplaced, that made the script specific
options pretends they were generic maintenance parameters.

12 years ago[ResourceLoader] Minor clean up
Krinkle [Sun, 4 Mar 2012 22:56:43 +0000 (22:56 +0000)]
[ResourceLoader] Minor clean up
* Re-order special modules and add a few comments
* Single quote in QUnitTestResources.php
* Space in ResourceLoader.php

(Separated from another commit while skimming code)

12 years ago[JSTesting] message fix
Krinkle [Sun, 4 Mar 2012 22:54:09 +0000 (22:54 +0000)]
[JSTesting] message fix

12 years ago[ObjectCache.php] Add comment describing that CACHE_ANYTHING will use whatever is...
Krinkle [Sun, 4 Mar 2012 22:53:05 +0000 (22:53 +0000)]
[ObjectCache.php] Add comment describing that CACHE_ANYTHING will use whatever is configured on the wiki for $wgMainCacheType etc., and that if those are set to CACHE_NONE (which it is by default) then CACHE_ANYTHING is CACHE_DB.

12 years agoAdded some super calls to constructors to be safe
Aaron Schulz [Sun, 4 Mar 2012 21:08:55 +0000 (21:08 +0000)]
Added some super calls to constructors to be safe

12 years agoLocalisation updates for core and extension messages from translatewiki.net
Raimond Spekking [Sun, 4 Mar 2012 20:23:13 +0000 (20:23 +0000)]
Localisation updates for core and extension messages from translatewiki.net

12 years agogrammar fix
Ryan Kaldari [Sun, 4 Mar 2012 19:14:20 +0000 (19:14 +0000)]
grammar fix

12 years ago(bug 28019) Make Special:MyPage and Special:MyTalk carry preloadtitle
Brian Wolff [Sun, 4 Mar 2012 05:15:50 +0000 (05:15 +0000)]
(bug 28019) Make Special:MyPage and Special:MyTalk carry preloadtitle
url parameter to target page. Useful for inputbox extension.

Patch by Bagariavivek.

Perhaps should go through [[Manual:Parameters_to_index.php]] and add anything that's sane to the allowed list, at some point.

12 years agoLocalisation update for core and extension messages from translatewiki.net
Raimond Spekking [Sat, 3 Mar 2012 21:32:20 +0000 (21:32 +0000)]
Localisation update for core and extension messages from translatewiki.net

12 years agoDatabaseBase::selectRow() return a simple object, not a ResultWrapper instance
Alexandre Emsenhuber [Sat, 3 Mar 2012 20:22:18 +0000 (20:22 +0000)]
DatabaseBase::selectRow() return a simple object, not a ResultWrapper instance

12 years ago[FileBackend]
Aaron Schulz [Sat, 3 Mar 2012 19:14:50 +0000 (19:14 +0000)]
[FileBackend]
* Various documentation improvements.
* Moved a few protected FileBackendStoreShardListIterator functions down. Same with normalizeContainerPath().

12 years agor112918: Add new message key to maintenance file
Raimond Spekking [Sat, 3 Mar 2012 18:39:55 +0000 (18:39 +0000)]
r112918: Add new message key to maintenance file

12 years agoMoved FileBackendStore and helper classes to their own file (no code changes). Update...
Aaron Schulz [Sat, 3 Mar 2012 18:29:38 +0000 (18:29 +0000)]
Moved FileBackendStore and helper classes to their own file (no code changes). Updated AutoLoader.

12 years ago* Removed check for invalid object in formatResult(), Title::makeTitle() always retur...
Alexandre Emsenhuber [Sat, 3 Mar 2012 18:02:21 +0000 (18:02 +0000)]
* Removed check for invalid object in formatResult(), Title::makeTitle() always returns an object
* Don't call Title::exists() when result is not cached since the page must exist, and this was issuing a database query per row
* Reorder some variables for better clarity
* Don't execute the LinkBatch if there are now rows
* Call methods directly on ResultWrapper instead of DatabaseBase in preprocessResults()
* Use local context to get message

12 years agoChange some DatabaseBase::query() calls to use more specific methods
Alexandre Emsenhuber [Sat, 3 Mar 2012 17:33:26 +0000 (17:33 +0000)]
Change some DatabaseBase::query() calls to use more specific methods

12 years ago* (bug 34937) Fix for r107636: call WikiPage::onArticleCreate() when moving a page...
Alexandre Emsenhuber [Sat, 3 Mar 2012 16:36:37 +0000 (16:36 +0000)]
* (bug 34937) Fix for r107636: call WikiPage::onArticleCreate() when moving a page an not overriding the redirect

12 years ago[Title] In moveToInternal(), just use getParentId() on the null revision object as...
Aaron Schulz [Sat, 3 Mar 2012 12:46:58 +0000 (12:46 +0000)]
[Title] In moveToInternal(), just use getParentId() on the null revision object as the base ID rather than $latest. They should conceptually be the same but the former was already fetched with master data.

12 years ago[DatabaseBase] Made encodeExpiry() recognize 'infinity' and added a decodeExpiry...
Aaron Schulz [Sat, 3 Mar 2012 11:49:02 +0000 (11:49 +0000)]
[DatabaseBase] Made encodeExpiry() recognize 'infinity' and added a decodeExpiry() function

12 years agoAdded FIXME to formatExpiry()
Aaron Schulz [Sat, 3 Mar 2012 11:16:30 +0000 (11:16 +0000)]
Added FIXME to formatExpiry()

12 years agofix for bug34781 - display old title text if the namespace has been changed
Benny Situ [Fri, 2 Mar 2012 20:58:10 +0000 (20:58 +0000)]
fix for bug34781 - display old title text if the namespace has been changed

12 years ago* Don't execute the LinkBatch if there are now rows
Alexandre Emsenhuber [Fri, 2 Mar 2012 20:35:01 +0000 (20:35 +0000)]
* Don't execute the LinkBatch if there are now rows
* Call methods directly on ResultWrapper instead of DatabaseBase

12 years agoUse local context to get messages
Alexandre Emsenhuber [Fri, 2 Mar 2012 19:39:07 +0000 (19:39 +0000)]
Use local context to get messages

12 years agoPer happy-melon, fix for r107653: don't add the error class on success message
Alexandre Emsenhuber [Fri, 2 Mar 2012 19:35:06 +0000 (19:35 +0000)]
Per happy-melon, fix for r107653: don't add the error class on success message

12 years agorelease-notes
Krinkle [Fri, 2 Mar 2012 19:26:22 +0000 (19:26 +0000)]
release-notes

12 years ago[Resources.php] Fix missing dependency on jquery.textSelection (follows-up r81648...
Krinkle [Fri, 2 Mar 2012 19:23:58 +0000 (19:23 +0000)]
[Resources.php] Fix missing dependency on jquery.textSelection (follows-up r81648, r81651)

12 years agoBug 34896 - Update jQuery.json
Sam Reed [Fri, 2 Mar 2012 19:11:55 +0000 (19:11 +0000)]
Bug 34896 - Update jQuery.json

Has whitespace changes (bit of a null diff in many cases)

12 years ago(bug 34832) Parse recentchangestext with the interface option off, since it comes...
Tim Starling [Fri, 2 Mar 2012 04:52:16 +0000 (04:52 +0000)]
(bug 34832) Parse recentchangestext with the interface option off, since it comes from wfMsgForContent()

12 years agoFix for r86304: if MessageCache::parse() is called twice, once with $interface=true...
Tim Starling [Fri, 2 Mar 2012 04:00:58 +0000 (04:00 +0000)]
Fix for r86304: if MessageCache::parse() is called twice, once with $interface=true and then with $interface=false, actually use $interface=false the second time instead of using the cached value from the previous call. Same for $language. This is the reason why edittools was affected by bug 34832.

12 years agoAdded some lock call profiling
Aaron Schulz [Fri, 2 Mar 2012 01:34:06 +0000 (01:34 +0000)]
Added some lock call profiling

12 years ago(bug 34863) Make it so an image that was previously deleted and currently does not...
Brian Wolff [Fri, 2 Mar 2012 01:02:41 +0000 (01:02 +0000)]
(bug 34863) Make it so an image that was previously deleted and currently does not exist (locally or foreignly), shows a snippet from the deletion (and move) log.

Currently things outside of file namespace display the snippet, so file ns should display snippet for completeness. As far as I can tell, the only reason files don't is because ImagePage class overrides the Article class, and it was unintentional that the snippet was not included in ImagePage class.

12 years agoAdded missing space :)
Aaron Schulz [Fri, 2 Mar 2012 00:47:30 +0000 (00:47 +0000)]
Added missing space :)

12 years agoAdd some {}
Sam Reed [Fri, 2 Mar 2012 00:15:20 +0000 (00:15 +0000)]
Add some {}

Ping r111605

12 years agoImproves on r112836 by only using borders on the left and right of the changed text...
Trevor Parscal [Fri, 2 Mar 2012 00:07:33 +0000 (00:07 +0000)]
Improves on r112836 by only using borders on the left and right of the changed text, which makes multi-line changes render much nicer.

12 years agoLocalisation update for core and extension messages from translatewiki.net
Raimond Spekking [Thu, 1 Mar 2012 22:21:50 +0000 (22:21 +0000)]
Localisation update for core and extension messages from translatewiki.net

12 years ago(bug 34873) List contributions of existing users that have invalid names
Aaron Schulz [Thu, 1 Mar 2012 22:10:12 +0000 (22:10 +0000)]
(bug 34873) List contributions of existing users that have invalid names

12 years agor112839: missing file change
Aaron Schulz [Thu, 1 Mar 2012 22:01:57 +0000 (22:01 +0000)]
r112839: missing file change

12 years agoError log readability is nice
Aaron Schulz [Thu, 1 Mar 2012 21:59:56 +0000 (21:59 +0000)]
Error log readability is nice

12 years agoActually enforce the FileBackend name requirements instead of just having a comment
Aaron Schulz [Thu, 1 Mar 2012 21:55:22 +0000 (21:55 +0000)]
Actually enforce the FileBackend name requirements instead of just having a comment

12 years ago* Pass number with numParams() to Message object and let that object format the number
Alexandre Emsenhuber [Thu, 1 Mar 2012 21:29:11 +0000 (21:29 +0000)]
* Pass number with numParams() to Message object and let that object format the number
* Added missing escaped() call from my last commit

12 years agoResolves bug #11374 and improves on r94429, r94461, r101147, r105280, r106884, r10712...
Trevor Parscal [Thu, 1 Mar 2012 21:27:52 +0000 (21:27 +0000)]
Resolves bug #11374 and improves on r94429, r94461, r101147, r105280, r106884, r107127, r108975 and r109932 which were reverted by r112750.

12 years agoSquishing resources/ images
Sam Reed [Thu, 1 Mar 2012 20:04:42 +0000 (20:04 +0000)]
Squishing resources/ images

12 years agoTidy up return values of envChecks
Sam Reed [Thu, 1 Mar 2012 19:12:07 +0000 (19:12 +0000)]
Tidy up return values of envChecks

False is used to to signify a failure mode we need to do stuff for, so returning true is ok in other cases, and makes it explicit

12 years agofix typo in r112479
Robin Pepermans [Thu, 1 Mar 2012 17:57:15 +0000 (17:57 +0000)]
fix typo in r112479

12 years ago* (bug 34849) Diff when editing an old version show the comparison with the current...
Alexandre Emsenhuber [Thu, 1 Mar 2012 17:29:12 +0000 (17:29 +0000)]
* (bug 34849) Diff when editing an old version show the comparison with the current text again

12 years agoHrrrmp *grumbles*
Niklas Laxström [Thu, 1 Mar 2012 13:38:49 +0000 (13:38 +0000)]
Hrrrmp *grumbles*

12 years agoCredit for Christian Aistleitner
Antoine Musso [Thu, 1 Mar 2012 13:14:48 +0000 (13:14 +0000)]
Credit for Christian Aistleitner

12 years agoBug 34818 improves regex to capture DB error message
Antoine Musso [Thu, 1 Mar 2012 13:11:25 +0000 (13:11 +0000)]
Bug 34818 improves regex to capture DB error message

Patch by christian at quelltextlich dot at