lhc/web/wiklou.git
13 years agoFix botched up comments
Max Semenik [Sat, 2 Oct 2010 18:45:18 +0000 (18:45 +0000)]
Fix botched up comments

13 years agoFix logic error in IMS check introduced in r72940. Was sending 304 even for modified...
Niklas Laxström [Sat, 2 Oct 2010 16:54:53 +0000 (16:54 +0000)]
Fix logic error in IMS check introduced in r72940. Was sending 304 even for modified files

13 years agoFix personal user styles being broken since introduction in r73024
Niklas Laxström [Sat, 2 Oct 2010 16:11:44 +0000 (16:11 +0000)]
Fix personal user styles being broken since introduction in r73024

13 years agoFixed a doxygen warning
Alexandre Emsenhuber [Sat, 2 Oct 2010 14:23:26 +0000 (14:23 +0000)]
Fixed a doxygen warning

13 years agoRemoved trailing whitespaces
Alexandre Emsenhuber [Sat, 2 Oct 2010 13:45:35 +0000 (13:45 +0000)]
Removed trailing whitespaces

13 years agoBug 25338: fixed exception in Resource Loader
Max Semenik [Sat, 2 Oct 2010 10:18:48 +0000 (10:18 +0000)]
Bug 25338: fixed exception in Resource Loader

13 years agorm obsolete comment
Max Semenik [Sat, 2 Oct 2010 08:37:51 +0000 (08:37 +0000)]
rm obsolete comment

13 years agoremoved some unused variables
Alexandre Emsenhuber [Sat, 2 Oct 2010 08:31:55 +0000 (08:31 +0000)]
removed some unused variables

13 years agoFix for r74134: copy-paste error
Alexandre Emsenhuber [Sat, 2 Oct 2010 08:30:03 +0000 (08:30 +0000)]
Fix for r74134: copy-paste error

13 years agoremoved call to deprecated function dbsource() and a comment that mentioned it
Alexandre Emsenhuber [Sat, 2 Oct 2010 08:29:01 +0000 (08:29 +0000)]
removed call to deprecated function dbsource() and a comment that mentioned it

13 years ago__FUNCTION__ -> __METHOD__
Alexandre Emsenhuber [Sat, 2 Oct 2010 08:04:58 +0000 (08:04 +0000)]
__FUNCTION__ -> __METHOD__

13 years agoadded @file to the file description header
Alexandre Emsenhuber [Sat, 2 Oct 2010 07:57:43 +0000 (07:57 +0000)]
added @file to the file description header

13 years agoremoved trailing whitespaces
Alexandre Emsenhuber [Sat, 2 Oct 2010 07:40:54 +0000 (07:40 +0000)]
removed trailing whitespaces

13 years agoUncommented some used options; added the possibility to define $wgScriptPath
Alexandre Emsenhuber [Sat, 2 Oct 2010 07:39:17 +0000 (07:39 +0000)]
Uncommented some used options; added the possibility to define $wgScriptPath

13 years agoUpdate the Chinese conversion tables.
Philip Tzou [Sat, 2 Oct 2010 06:49:52 +0000 (06:49 +0000)]
Update the Chinese conversion tables.

13 years agoRevert r74117. Breaks the test. Using an internal request it doesn't fail with NeedTo...
Platonides [Fri, 1 Oct 2010 23:11:21 +0000 (23:11 +0000)]
Revert r74117. Breaks the test. Using an internal request it doesn't fail with NeedToken, but gives Success instead.

13 years agoRemove suite included twice in suite.xml
Platonides [Fri, 1 Oct 2010 22:59:57 +0000 (22:59 +0000)]
Remove suite included twice in suite.xml
Rename MediaWikiParserTestSuite class to MediaWikiParserTest. This way, it matches its file basename, which makes phpunit not to consider, when loading MediaWikiParserText.php, the ParserUnitTest (coming from ParserHelpers.php require) as a standalone test class, which is what was producing the warning: No tests found in class "ParserUnitTest".

All tests pass for me now:
Tests: 752, Assertions: 3706, Incomplete: 2.

Incomplete tests are testApiListPages() and testWatchRollback()

13 years agoFollow up r73976. Made the test do not depend on $wgUsePathInfo being true and $wgArt...
Platonides [Fri, 1 Oct 2010 22:59:04 +0000 (22:59 +0000)]
Follow up r73976. Made the test do not depend on $wgUsePathInfo being true and $wgArticlePath the default.

13 years agoMake user 'sysop', so we get delete/protect token, makes testGetToken pass (maybe...
Sam Reed [Fri, 1 Oct 2010 22:32:56 +0000 (22:32 +0000)]
Make user 'sysop', so we get delete/protect token, makes testGetToken pass (maybe not the best fix.. Have 2 users..? Or check rights or something)

13 years agoFixup testApiLoginBadPass per r74113, still failing, it's checking for "NeedToken...
Sam Reed [Fri, 1 Oct 2010 22:27:56 +0000 (22:27 +0000)]
Fixup testApiLoginBadPass per r74113, still failing, it's checking for "NeedToken" at the end of the test, but "success" is being returned, which seems wrong to me...

13 years agoFixed mistake in r73686 where I wrapped CSS in a JavaScript conditional.
Trevor Parscal [Fri, 1 Oct 2010 22:13:29 +0000 (22:13 +0000)]
Fixed mistake in r73686 where I wrapped CSS in a JavaScript conditional.

13 years agoFixed typo in r73673, thank for spotting that Roan!
Trevor Parscal [Fri, 1 Oct 2010 22:06:03 +0000 (22:06 +0000)]
Fixed typo in r73673, thank for spotting that Roan!

13 years agoSwitch testApiLoginGoodPass to use doApiRequest
Sam Reed [Fri, 1 Oct 2010 21:50:52 +0000 (21:50 +0000)]
Switch testApiLoginGoodPass to use doApiRequest

Submitting for IRC sanity check :D

13 years agoFixed bug that caused version numbers to be output incorectly. JavaScript's Array...
Trevor Parscal [Fri, 1 Oct 2010 21:50:32 +0000 (21:50 +0000)]
Fixed bug that caused version numbers to be output incorectly. JavaScript's Array.prototype.join() uses "," as a default value, not "".

13 years agoInstaller: added an environment check for SQLite search capabilities
Max Semenik [Fri, 1 Oct 2010 21:06:32 +0000 (21:06 +0000)]
Installer: added an environment check for SQLite search capabilities

13 years agoBe sure that MW_NO_SETUP is defined before executing updates, this is not always...
Alexandre Emsenhuber [Fri, 1 Oct 2010 20:56:39 +0000 (20:56 +0000)]
Be sure that MW_NO_SETUP is defined before executing updates, this is not always defined at that point

13 years agoRemoved double-encoding of dependencies and group for custom loader scripts.
Trevor Parscal [Fri, 1 Oct 2010 20:46:42 +0000 (20:46 +0000)]
Removed double-encoding of dependencies and group for custom loader scripts.

13 years agoFix for r72553: DatabaseUpdater::execute() doesn't exist...
Alexandre Emsenhuber [Fri, 1 Oct 2010 20:39:07 +0000 (20:39 +0000)]
Fix for r72553: DatabaseUpdater::execute() doesn't exist...

13 years agoAdded group param to loader script wrapping.
Trevor Parscal [Fri, 1 Oct 2010 20:26:18 +0000 (20:26 +0000)]
Added group param to loader script wrapping.

13 years agoMinor followup to r74095, remove method as all it does is call it's parent (Thanks...
Sam Reed [Fri, 1 Oct 2010 20:17:01 +0000 (20:17 +0000)]
Minor followup to r74095, remove method as all it does is call it's parent (Thanks to Nikerabbit on IRC)

Remove leading tab from ApiMove

13 years ago* (bug 25248) API: paraminfo errors with certain modules
Sam Reed [Fri, 1 Oct 2010 20:12:50 +0000 (20:12 +0000)]
* (bug 25248) API: paraminfo errors with certain modules

Added a needsToken() function, rather than calling getTokenSalt, which can throw silly errors due to dependencies on parameters

13 years agoRemove error from ApiUserrights getPossibleErrors, it doesn't explicitally throw...
Sam Reed [Fri, 1 Oct 2010 19:37:38 +0000 (19:37 +0000)]
Remove error from ApiUserrights getPossibleErrors, it doesn't explicitally throw an error for missing user param. Does some other fancy errors from the special page. We should have a way for that to tell us it throws some errors....

Remove trailing whitespace

13 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Fri, 1 Oct 2010 19:37:33 +0000 (19:37 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-10-01 19:27:00 UTC)
Full export after separation of countries/states

13 years agoBreak lines at 80 chars
Alexandre Emsenhuber [Fri, 1 Oct 2010 19:32:49 +0000 (19:32 +0000)]
Break lines at 80 chars

13 years agoFollow-up r72872: added RELEASE-NOTES entry
Alexandre Emsenhuber [Fri, 1 Oct 2010 19:29:37 +0000 (19:29 +0000)]
Follow-up r72872: added RELEASE-NOTES entry

13 years agoImproved on r73046 by removing asumption of $ === jQuery.
Trevor Parscal [Fri, 1 Oct 2010 19:22:06 +0000 (19:22 +0000)]
Improved on r73046 by removing asumption of $ === jQuery.

13 years agoImproves on r73032 by making more consistent use of escape sequences.
Trevor Parscal [Fri, 1 Oct 2010 19:20:27 +0000 (19:20 +0000)]
Improves on r73032 by making more consistent use of escape sequences.

13 years agoImproved on r73093 by allowing jQuery to properly escape some HTML attributes.
Trevor Parscal [Fri, 1 Oct 2010 18:11:07 +0000 (18:11 +0000)]
Improved on r73093 by allowing jQuery to properly escape some HTML attributes.

13 years agoResolves issue in r73046 where a jQuery plugin assumed $; wrapped it in a closure...
Trevor Parscal [Fri, 1 Oct 2010 18:05:55 +0000 (18:05 +0000)]
Resolves issue in r73046 where a jQuery plugin assumed $; wrapped it in a closure to solve this.

13 years agoResolved issues in r73026, namely a confusing comment and a missing var keyword.
Trevor Parscal [Fri, 1 Oct 2010 17:39:32 +0000 (17:39 +0000)]
Resolved issues in r73026, namely a confusing comment and a missing var keyword.

13 years ago"self::" --> "this->"
Max Semenik [Fri, 1 Oct 2010 16:09:01 +0000 (16:09 +0000)]
"self::" --> "this->"

13 years agoAnd while I'm a it: __FUNCTION__ -> __METHOD__
Alexandre Emsenhuber [Fri, 1 Oct 2010 16:04:07 +0000 (16:04 +0000)]
And while I'm a it: __FUNCTION__ -> __METHOD__

13 years agowfOut() -> $this->output() for consistency
Alexandre Emsenhuber [Fri, 1 Oct 2010 16:00:19 +0000 (16:00 +0000)]
wfOut() -> $this->output() for consistency

13 years agowfOut() -> $this->output(). More useful in the long run. No functional changes.
Chad Horohoe [Fri, 1 Oct 2010 15:11:06 +0000 (15:11 +0000)]
wfOut() -> $this->output(). More useful in the long run. No functional changes.

13 years agoFew explicit class variable definitions
Sam Reed [Fri, 1 Oct 2010 11:21:46 +0000 (11:21 +0000)]
Few explicit class variable definitions

13 years agoFix timestamp generation for pages broken in r72961.
Niklas Laxström [Fri, 1 Oct 2010 06:39:42 +0000 (06:39 +0000)]
Fix timestamp generation for pages broken in r72961.

13 years agoAdded tests for new TS_ISO_8601_BASIC timestamp format added in r74043 (and fixed...
Trevor Parscal [Thu, 30 Sep 2010 21:58:32 +0000 (21:58 +0000)]
Added tests for new TS_ISO_8601_BASIC timestamp format added in r74043 (and fixed in r74045)

13 years agoFixed bug in r74043 where a : was left out of a regex for matching timestamps to...
Trevor Parscal [Thu, 30 Sep 2010 21:32:19 +0000 (21:32 +0000)]
Fixed bug in r74043 where a : was left out of a regex for matching timestamps to TS_ISO_8691_BASIC

13 years ago* Added support for basic version of ISO_8601 timestamp format (see http://en.wikiped...
Trevor Parscal [Thu, 30 Sep 2010 21:20:09 +0000 (21:20 +0000)]
* Added support for basic version of ISO_8601 timestamp format (see en.wikipedia.org/wiki/ISO_8601)
* Made use of ISO_8601 basic for ResourceLoader

13 years agoFollowup r74034, missed one GAID_FOR_UPDATE
Chad Horohoe [Thu, 30 Sep 2010 20:19:46 +0000 (20:19 +0000)]
Followup r74034, missed one GAID_FOR_UPDATE

13 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Thu, 30 Sep 2010 20:11:36 +0000 (20:11 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-09-30 19:59:00 UTC)

13 years agoRefactor GAID_FOR_UPDATE into Title::GAID_FOR_UPDATE. Yay less file-scope code (exten...
Chad Horohoe [Thu, 30 Sep 2010 19:13:25 +0000 (19:13 +0000)]
Refactor GAID_FOR_UPDATE into Title::GAID_FOR_UPDATE. Yay less file-scope code (extensions will follow)

13 years ago(bug 25367) wfShellExec() is more explicit when failing due to disabled passthru()
Chad Horohoe [Thu, 30 Sep 2010 15:35:10 +0000 (15:35 +0000)]
(bug 25367) wfShellExec() is more explicit when failing due to disabled passthru()

13 years agoAdded some content for basic unit tests for ResourceLoader class.
Trevor Parscal [Thu, 30 Sep 2010 06:54:23 +0000 (06:54 +0000)]
Added some content for basic unit tests for ResourceLoader class.

13 years ago* Update Makefile with recommended SHELL variable
Mark A. Hershberger [Thu, 30 Sep 2010 01:00:16 +0000 (01:00 +0000)]
* Update Makefile with recommended SHELL variable
* Use $(shell pwd) so that if the makefile is executed with ‘-C path',
  it will find the suite.xml

* Update ExtraParserTest with a sane-for-testing default for
  $wgShowDBErrorBacktrace
* Set $wgContLang if for some reasaon, it is null.

13 years agoAdded some content for basic unit tests for ResourceLoader class.
Trevor Parscal [Wed, 29 Sep 2010 23:57:53 +0000 (23:57 +0000)]
Added some content for basic unit tests for ResourceLoader class.

13 years agoDo not show math toolbar button if TeX is disabled.
Platonides [Wed, 29 Sep 2010 23:27:26 +0000 (23:27 +0000)]
Do not show math toolbar button if TeX is disabled.
Do not show image and media toolbar buttons if the wiki can't show images (either by local upload or via a foreign repo)

13 years agoRemoved the requirement to define getModifiedTime for a module, the default implement...
Trevor Parscal [Wed, 29 Sep 2010 23:25:07 +0000 (23:25 +0000)]
Removed the requirement to define getModifiedTime for a module, the default implementation returns 1

13 years agoAdded a couple of <nowiki> - <pre> tests per bug 13238
Platonides [Wed, 29 Sep 2010 21:52:52 +0000 (21:52 +0000)]
Added a couple of <nowiki> - <pre> tests per bug 13238

13 years agoMoved wgDBName out of $wgUseAjax / $wgEnableMWSuggest conditional - this needs to...
Trevor Parscal [Wed, 29 Sep 2010 21:42:30 +0000 (21:42 +0000)]
Moved wgDBName out of $wgUseAjax / $wgEnableMWSuggest conditional - this needs to be done in deployment as well.

13 years agoFixed a use of ResourceLoader::getModule as a static method when converting things...
Trevor Parscal [Wed, 29 Sep 2010 21:13:56 +0000 (21:13 +0000)]
Fixed a use of ResourceLoader::getModule as a static method when converting things over in r73971.

13 years agoFollow up r73951
Platonides [Wed, 29 Sep 2010 20:24:38 +0000 (20:24 +0000)]
Follow up r73951

13 years agoFix IEFixes.js loading again
Aryeh Gregor [Wed, 29 Sep 2010 20:05:16 +0000 (20:05 +0000)]
Fix IEFixes.js loading again

Bug 25167.  The fix in r65774 was wrong -- apparently I didn't test well
enough.  I've tested the new fix by loading IE6 and requesting a page
from my wiki without it, verifying with Wireshark that no HTTP request
was sent for IEFixes.js, and then repeating with the fix applied to
verify it works.

Will backport to 1.16, like r65774, since this is still a regression
from 1.15.  Note that only IE6 and less were ever affected, and things
seem to be mostly usable without the fixes file, so I don't think this
is of enormous importance.

13 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Wed, 29 Sep 2010 20:04:42 +0000 (20:04 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-09-29 19:56:00 UTC)

13 years agoImplements bug 24343 "localurl discards section id".
Antoine Musso [Wed, 29 Sep 2010 19:51:48 +0000 (19:51 +0000)]
Implements bug 24343 "localurl discards section id".
* parser hook 'linkurl' which use Title::getLinkUrl()
* very basic tests for the Title class

13 years agoUpdated hooks documentation as per changes in r73971.
Trevor Parscal [Wed, 29 Sep 2010 19:06:32 +0000 (19:06 +0000)]
Updated hooks documentation as per changes in r73971.

13 years agoMade ResourceLoader an instantiable object, rather than a static one, making it more...
Trevor Parscal [Wed, 29 Sep 2010 19:04:04 +0000 (19:04 +0000)]
Made ResourceLoader an instantiable object, rather than a static one, making it more modular and testable.

13 years agoMove 'no license' further down the list. We want people to freely license their work...
Chad Horohoe [Wed, 29 Sep 2010 18:48:05 +0000 (18:48 +0000)]
Move 'no license' further down the list. We want people to freely license their work! Pointed out by vimpulse on IRC

13 years agoMove doApiRequest() up a level so ApiTest can use it as well. Fix first two tests...
Chad Horohoe [Wed, 29 Sep 2010 18:19:03 +0000 (18:19 +0000)]
Move doApiRequest() up a level so ApiTest can use it as well. Fix first two tests to do internal FauxRequests rather than relying on an external HTTP connection

13 years agoDocument return values I needed
Chad Horohoe [Wed, 29 Sep 2010 18:18:07 +0000 (18:18 +0000)]
Document return values I needed

13 years agoAdded support for PHPUnit 3.5, where PHPUnit_Util_Timer is replaced with PHP_Timer.
Trevor Parscal [Wed, 29 Sep 2010 18:02:56 +0000 (18:02 +0000)]
Added support for PHPUnit 3.5, where PHPUnit_Util_Timer is replaced with PHP_Timer.

13 years agoMark test incomplete if Main Page only has one author like on my install
Chad Horohoe [Wed, 29 Sep 2010 17:39:06 +0000 (17:39 +0000)]
Mark test incomplete if Main Page only has one author like on my install

13 years agofixing per comments at r70517
Ryan Kaldari [Wed, 29 Sep 2010 17:25:17 +0000 (17:25 +0000)]
fixing per comments at r70517

13 years agoRemove bogus addGroup() call. All users are in *
Chad Horohoe [Wed, 29 Sep 2010 16:26:24 +0000 (16:26 +0000)]
Remove bogus addGroup() call. All users are in *

13 years agoFixed dummy test that only checks that the License object can be created.
Platonides [Wed, 29 Sep 2010 16:20:41 +0000 (16:20 +0000)]
Fixed dummy test that only checks that the License object can be created.

13 years agoMove some globals into the class.
Platonides [Wed, 29 Sep 2010 16:05:46 +0000 (16:05 +0000)]
Move some globals into the class.

13 years agoTiny changes, fix comment, remove unused globals and throw and exception instead...
Platonides [Wed, 29 Sep 2010 15:54:43 +0000 (15:54 +0000)]
Tiny changes, fix comment, remove unused globals and throw and exception instead of a fatal if given a wrong langcode.

13 years agoRemove $wgServerName. Its only usage was for {{servername}}, and needed to be kept...
Platonides [Wed, 29 Sep 2010 15:47:56 +0000 (15:47 +0000)]
Remove $wgServerName. Its only usage was for {{servername}}, and needed to be kept in sync with $wgServer in LocalSettings.
None of the 3 globals based on it changed if you set it in LocalSettings.

Note that all those !isset( $wgServerName ) in ApiTests were useless, since if not in LocalSettings it would be 'localhost', not null (as still are those !isset( $wgServer )).

13 years agoFight PHP Fatal error: Call to a member function attributes() on a non-object
Platonides [Wed, 29 Sep 2010 15:22:47 +0000 (15:22 +0000)]
Fight PHP Fatal error:  Call to a member function attributes() on a non-object

13 years agoRevert r73887. I blame Nikerabbit!
Max Semenik [Wed, 29 Sep 2010 12:09:55 +0000 (12:09 +0000)]
Revert r73887. I blame Nikerabbit!

13 years agoFixed a few parser tests that were failing for me when run by PHPUnit
Max Semenik [Wed, 29 Sep 2010 09:05:47 +0000 (09:05 +0000)]
Fixed a few parser tests that were failing for me when run by PHPUnit

13 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Tue, 28 Sep 2010 19:02:58 +0000 (19:02 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-09-28 18:52:00 UTC)

13 years agoRewrite messenging for old message deletion. The old one is boring.
Antoine Musso [Tue, 28 Sep 2010 18:44:25 +0000 (18:44 +0000)]
Rewrite messenging for old message deletion. The old one is boring.

13 years agoUnify setUp/tearDown in ApiSetup, rather than duplicating in ApiWatchTest. Also fix...
Chad Horohoe [Tue, 28 Sep 2010 18:13:42 +0000 (18:13 +0000)]
Unify setUp/tearDown in ApiSetup, rather than duplicating in ApiWatchTest. Also fix some errors with not passing an array reference that were being suppressed (but silently work, yay PHP)

13 years agoFollowup r64181, rm comment that doesn't fit anymore
Chad Horohoe [Tue, 28 Sep 2010 17:10:51 +0000 (17:10 +0000)]
Followup r64181, rm comment that doesn't fit anymore

13 years agoUse suite user/password rather than assuming WikiSysop
Chad Horohoe [Tue, 28 Sep 2010 17:08:57 +0000 (17:08 +0000)]
Use suite user/password rather than assuming WikiSysop

13 years agoRevert r73879 for now, not ready yet.
Niklas Laxström [Tue, 28 Sep 2010 15:58:53 +0000 (15:58 +0000)]
Revert r73879 for now, not ready yet.

13 years agoFollowup r73884, remove unused file (obsoleted in r68544)
Chad Horohoe [Tue, 28 Sep 2010 15:53:24 +0000 (15:53 +0000)]
Followup r73884, remove unused file (obsoleted in r68544)

13 years agoFollowup r73880, forgot to give kbd and samp their attribute whitelists
Chad Horohoe [Tue, 28 Sep 2010 15:41:55 +0000 (15:41 +0000)]
Followup r73880, forgot to give kbd and samp their attribute whitelists

13 years agoDatabaseSqlite: better check for error. Noticed by Nikerabbit
Max Semenik [Tue, 28 Sep 2010 13:46:23 +0000 (13:46 +0000)]
DatabaseSqlite: better check for error. Noticed by Nikerabbit

13 years agoMove parser test related stuff to tests directory
Chad Horohoe [Tue, 28 Sep 2010 12:24:56 +0000 (12:24 +0000)]
Move parser test related stuff to tests directory
* Moved test record stuff to testHelpers.inc, could be useful for non-parser test stuff?
* Everything else in tests/parser
* parserTestsParserTime from r12533 doesn't seem used?

13 years agoSanity check on result from SHOW PROCESSLIST, foreach -> while (sorta followup to...
Chad Horohoe [Tue, 28 Sep 2010 11:39:10 +0000 (11:39 +0000)]
Sanity check on result from SHOW PROCESSLIST, foreach -> while (sorta followup to r68878)

13 years agoMore bug 671: whitelist <kbd> and <samp> for user input. Followup per r70164's comment.
Chad Horohoe [Tue, 28 Sep 2010 11:12:56 +0000 (11:12 +0000)]
More bug 671: whitelist <kbd> and <samp> for user input. Followup per r70164's comment.

13 years agoReplace imho ugly viewsourcefor subtitle with viewsourcetitle and viewsourceheader...
Niklas Laxström [Tue, 28 Sep 2010 10:04:22 +0000 (10:04 +0000)]
Replace imho ugly viewsourcefor subtitle with viewsourcetitle and viewsourceheader (for <title> and <h1> respectively).

13 years agoFollow-up r68878: ensure that returned value is int
Max Semenik [Tue, 28 Sep 2010 08:32:09 +0000 (08:32 +0000)]
Follow-up r68878: ensure that returned value is int

13 years agoDon't show empty source code for non-existing pages if editing was prevented by a...
Niklas Laxström [Tue, 28 Sep 2010 08:16:42 +0000 (08:16 +0000)]
Don't show empty source code for non-existing pages if editing was prevented by a permission error

13 years agoFix icky info/error/warning box styling
Chad Horohoe [Tue, 28 Sep 2010 03:18:49 +0000 (03:18 +0000)]
Fix icky info/error/warning box styling

13 years agoClean tabs/spaces for r73853
Brion Vibber [Tue, 28 Sep 2010 02:33:43 +0000 (02:33 +0000)]
Clean tabs/spaces for r73853

13 years agoFix tab/space, use null as default value rather than string to match expected return...
Brion Vibber [Tue, 28 Sep 2010 02:24:59 +0000 (02:24 +0000)]
Fix tab/space, use null as default value rather than string to match expected return (cleanup from r73859)

13 years agoTweak tab vs spaces from r73860
Brion Vibber [Tue, 28 Sep 2010 02:18:35 +0000 (02:18 +0000)]
Tweak tab vs spaces from r73860