lhc/web/wiklou.git
16 years ago* Added flag "top" to list=usercontribs if the user is the last contributor to the...
Bryan Tong Minh [Wed, 9 Jul 2008 11:44:49 +0000 (11:44 +0000)]
* Added flag "top" to list=usercontribs if the user is the last contributor to the page
* Limited API section in RELEASE-NOTES to 80 chars

16 years agoMove the hook 'NewRevisionFromEditComplete'
Raimond Spekking [Wed, 9 Jul 2008 11:30:34 +0000 (11:30 +0000)]
Move the hook 'NewRevisionFromEditComplete'
It should not run if a belated edit conflict occurs.
Issue reported by the German community after some weired revision histories were found.

16 years agoUpdate and fixes.
Rotem Liss [Wed, 9 Jul 2008 09:31:16 +0000 (09:31 +0000)]
Update and fixes.

16 years agoRemoving the ordered list workaround for Firefox in RTL: Firefox 3, released a few...
Rotem Liss [Wed, 9 Jul 2008 09:28:10 +0000 (09:28 +0000)]
Removing the ordered list workaround for Firefox in RTL: Firefox 3, released a few weeks ago, fixes this issue. The workaround causes problems with the numbering in Firefox. I think that it is better to remove this workaround because of its problems.

The unordered list workaround does not seem to cause problems; it should stay until most Firefox users upgrade to Firefox 3.

16 years ago* More fixes to misuse of wfmsg functions
Niklas Laxström [Wed, 9 Jul 2008 09:17:20 +0000 (09:17 +0000)]
* More fixes to misuse of wfmsg functions
* Should fix bug 14767

16 years ago* Fix some misuse of message functions
Niklas Laxström [Wed, 9 Jul 2008 09:10:23 +0000 (09:10 +0000)]
* Fix some misuse of message functions
* Part of bug 14767
* This code duplication makes me puke
* Removed historysize, redundant when we have nbytes

16 years agoFatal errors are bad
Andrew Garrett [Wed, 9 Jul 2008 08:21:51 +0000 (08:21 +0000)]
Fatal errors are bad

16 years ago* (bug 14604) Update LanguageConverter for compatibility on -{*|xxx}- usage
Shinjiman [Wed, 9 Jul 2008 08:16:39 +0000 (08:16 +0000)]
* (bug 14604) Update LanguageConverter for compatibility on -{*|xxx}- usage
  patch by fdcn

16 years agoLocalisation updates Cantonese, Chinese and Old/Late Time Chinese
Shinjiman [Wed, 9 Jul 2008 08:05:49 +0000 (08:05 +0000)]
Localisation updates Cantonese, Chinese and Old/Late Time Chinese
Localisation updates Cantonese and Chinese for extension messages

16 years agoCore change for AbuseFilter extension: allow log entries to specify the doer of the...
Andrew Garrett [Wed, 9 Jul 2008 06:44:31 +0000 (06:44 +0000)]
Core change for AbuseFilter extension: allow log entries to specify the doer of the action.

16 years agoRemove "experimental" tag from MySQL 4.1+ character set options, and warn users again...
Tim Starling [Wed, 9 Jul 2008 06:20:52 +0000 (06:20 +0000)]
Remove "experimental" tag from MySQL 4.1+ character set options, and warn users against using the "backwards-compatble" mode instead, which, it turns out, is a whole lot worse than any problem we've ever had with the so-called experimental modes. Make mysql5-binary the default. Explain the difference between the two 4.1+ modes.

16 years agoUpdated various things in the docs directory. Completely rewrote skin.txt, updated...
Tim Starling [Wed, 9 Jul 2008 05:50:05 +0000 (05:50 +0000)]
Updated various things in the docs directory. Completely rewrote skin.txt, updated database.txt, memcached.txt and title.txt.

16 years agoCleanup r37317 -- let's make this a little more legible. :)
Brion Vibber [Wed, 9 Jul 2008 01:17:41 +0000 (01:17 +0000)]
Cleanup r37317 -- let's make this a little more legible. :)

16 years agoRevert r37295 "(bug 14159) Use of MEMCACHE_COMPRESSED constant causes an E_NOTICE...
Brion Vibber [Wed, 9 Jul 2008 01:07:49 +0000 (01:07 +0000)]
Revert r37295 "(bug 14159) Use of MEMCACHE_COMPRESSED constant causes an E_NOTICE on PHP installs with the Memcache module installed. Renamed to MEMCACHE_MCOMPRESSED."
No such constant is modified here... there's a class constant instead which is being renamed, apparently for no reason.

16 years agoLocalisation updates for core messages from Betawiki (2008-07-08 23:21 CEST)
Siebrand Mazeland [Tue, 8 Jul 2008 23:02:00 +0000 (23:02 +0000)]
Localisation updates for core messages from Betawiki (2008-07-08 23:21 CEST)

16 years agoLocalisation updates German
Raimond Spekking [Tue, 8 Jul 2008 21:29:02 +0000 (21:29 +0000)]
Localisation updates German

16 years ago(bug 14758) unknown_action message was output twice, once formatted and once unformatted
Roan Kattouw [Tue, 8 Jul 2008 20:53:41 +0000 (20:53 +0000)]
(bug 14758) unknown_action message was output twice, once formatted and once unformatted

16 years ago* Removing sitesupport messages from core.
Rotem Liss [Tue, 8 Jul 2008 20:49:20 +0000 (20:49 +0000)]
* Removing sitesupport messages from core.
* Moving sitesupport tooltip to WikimediaMessages.

16 years agoBuuuump for r37320
Chad Horohoe [Tue, 8 Jul 2008 18:18:47 +0000 (18:18 +0000)]
Buuuump for r37320

16 years agoMissing param to wfDeprecated()
Alexandre Emsenhuber [Tue, 8 Jul 2008 17:27:50 +0000 (17:27 +0000)]
Missing param to wfDeprecated()

16 years ago(bug 13588) Experimentally track link changes if $wgTrackLinkChanges is set to true...
Bryan Tong Minh [Tue, 8 Jul 2008 15:02:07 +0000 (15:02 +0000)]
(bug 13588) Experimentally track link changes if $wgTrackLinkChanges is set to true. Requires schema change.

16 years agoWikibits no longer uses document.write() (fixes bug 2186).
Chad Horohoe [Tue, 8 Jul 2008 14:49:58 +0000 (14:49 +0000)]
Wikibits no longer uses document.write() (fixes bug 2186).

16 years agoRedirects on Special:FewestRevisions are now marked as such (bug 9736)
Chad Horohoe [Tue, 8 Jul 2008 13:53:38 +0000 (13:53 +0000)]
Redirects on Special:FewestRevisions are now marked as such (bug 9736)

16 years agoFix weirdness in Userrights and derived pages where no groups didn't appear as (none)
Andrew Garrett [Tue, 8 Jul 2008 13:45:40 +0000 (13:45 +0000)]
Fix weirdness in Userrights and derived pages where no groups didn't appear as (none)

16 years agoUpdate for he.
Rotem Liss [Tue, 8 Jul 2008 13:10:44 +0000 (13:10 +0000)]
Update for he.

16 years ago* Slightly less crackolicious implementation of --compare, which doesn't require...
Tim Starling [Tue, 8 Jul 2008 12:59:51 +0000 (12:59 +0000)]
* Slightly less crackolicious implementation of --compare, which doesn't require writing all the test results to a transactional database and then rolling them back. Write the results only with --record, and compare with PHP instead of SQL.
* Revert revert r37284 and fix --record/--compare
* Fix interaction of --record/--compare with --regex
* Use a separate DB connection for writing test results, so that it can actually be rolled back, say on ctrl-c. Uses the fun new LBFactory feature from r37302.

16 years ago* LBFactory is not really much of a factory if it doesn't have new*() functions,...
Tim Starling [Tue, 8 Jul 2008 10:41:08 +0000 (10:41 +0000)]
* LBFactory is not really much of a factory if it doesn't have new*() functions, is it? Introduced them, for use in parserTests.inc.
* Came up with a neater way to micro-optimise local section determination.
* Renamed LBFactory::destroy() to LBFactory::destroyInstance(), and made it close connections since apparently that's not done by default when the connection resources are destroyed.
* Removed Database::$mOut, hasn't been used for a while and it dirties up var_dump($db)

16 years agoRemoving segment in Simple's main.css that was adding (!) English text for every...
Jon Harald Søby [Tue, 8 Jul 2008 10:35:34 +0000 (10:35 +0000)]
Removing segment in Simple's main.css that was adding (!)  English text for every language, without possibility of localisation.

16 years agoUser::editToken expects the salt as an array, not as variable length argument list.
Bryan Tong Minh [Tue, 8 Jul 2008 08:42:27 +0000 (08:42 +0000)]
User::editToken expects the salt as an array, not as variable length argument list.

16 years ago* Move message functions to own file
Niklas Laxström [Tue, 8 Jul 2008 08:05:54 +0000 (08:05 +0000)]
* Move message functions to own file
* Improve documentation
* Reduce code duplication
* Fix the braindamage that wfMsg and friends were doing transform, but in the wrong language

16 years ago* tweak some -{}- parsings
Shinjiman [Tue, 8 Jul 2008 02:34:11 +0000 (02:34 +0000)]
* tweak some -{}- parsings
* adding namespace aliases for the Chinese language (zh)
  patches by fdcn

16 years agoLocalisation updates Cantonese, Chinese and Old/Late Time Chinese
Shinjiman [Tue, 8 Jul 2008 02:20:23 +0000 (02:20 +0000)]
Localisation updates Cantonese, Chinese and Old/Late Time Chinese

16 years ago(bug 14159) Use of MEMCACHE_COMPRESSED constant causes an E_NOTICE on PHP installs...
Chad Horohoe [Tue, 8 Jul 2008 00:43:24 +0000 (00:43 +0000)]
(bug 14159) Use of MEMCACHE_COMPRESSED constant causes an E_NOTICE on PHP installs with the Memcache module installed. Renamed to MEMCACHE_MCOMPRESSED.

16 years ago* Add new hook NormalizeMessageKey to allow extensions to change what system message...
Ryan Schmidt [Mon, 7 Jul 2008 22:37:42 +0000 (22:37 +0000)]
* Add new hook NormalizeMessageKey to allow extensions to change what system message is being shown before any queries are made

16 years agoLocalisation updates German
Raimond Spekking [Mon, 7 Jul 2008 20:41:47 +0000 (20:41 +0000)]
Localisation updates German

16 years agoKill broken email footers
Brion Vibber [Mon, 7 Jul 2008 20:35:16 +0000 (20:35 +0000)]
Kill broken email footers

16 years agoRevert r37223 "keeping the consistence of the function name string"
Brion Vibber [Mon, 7 Jul 2008 20:27:52 +0000 (20:27 +0000)]
Revert r37223 "keeping the consistence of the function name string"
Incorrect use of UI language message in content-language text

16 years agoPartial revert of r37224
Brion Vibber [Mon, 7 Jul 2008 20:25:17 +0000 (20:25 +0000)]
Partial revert of r37224
"* Fix parserTests.php for replicated databases. Use CREATE TABLE instead of CREATE TEMPORARY TABLE if there is more than one server configured."

This caused the test runner to put the test prefix onto the testitem/testrun tables, breaking continuity with existing test run records.

16 years agoRevert r37281 "Split Compatibility functions to own file"
Brion Vibber [Mon, 7 Jul 2008 20:15:16 +0000 (20:15 +0000)]
Revert r37281 "Split Compatibility functions to own file"
This would make maintenance harder by duplicating information between GlobalFunctions.php and CompatibilityFunctions.php. If you forget to add a function to the list, the compat functions might not get loaded and you'll run into surprise errors.

16 years ago* Split Compatibility functions to own file
Niklas Laxström [Mon, 7 Jul 2008 19:54:43 +0000 (19:54 +0000)]
* Split Compatibility functions to own file

16 years agoRevert r37272 "Send $wgMimeType mime type for Special:Search template"
Brion Vibber [Mon, 7 Jul 2008 18:59:49 +0000 (18:59 +0000)]
Revert r37272 "Send $wgMimeType mime type for Special:Search template"
Clients will expect text/html specifically, and would not necessarily know that say application/xhtml+xml means the regular search page.

16 years agoBetter cache key name, better debug output.
Chad Horohoe [Mon, 7 Jul 2008 18:20:39 +0000 (18:20 +0000)]
Better cache key name, better debug output.

16 years agoTypo in prev commit.
Chad Horohoe [Mon, 7 Jul 2008 17:45:13 +0000 (17:45 +0000)]
Typo in prev commit.

16 years agoPatch name changed.
Chad Horohoe [Mon, 7 Jul 2008 17:43:47 +0000 (17:43 +0000)]
Patch name changed.

16 years agoSend $wgMimeType mime type for Special:Search template
Alexandre Emsenhuber [Mon, 7 Jul 2008 17:39:13 +0000 (17:39 +0000)]
Send $wgMimeType mime type for Special:Search template

16 years agoAPI: Add paging (i.e. limit and continue) parameters to prop={links,templatelinks...
Roan Kattouw [Mon, 7 Jul 2008 17:32:22 +0000 (17:32 +0000)]
API: Add paging (i.e. limit and continue) parameters to prop={links,templatelinks,langlinks,extlinks,categories,images}. This means that these modules will no longer request data from the database without a LIMIT, and that clients will have to use the query-continue method to get all the results.

16 years agoLocalisation updates German
Raimond Spekking [Mon, 7 Jul 2008 17:27:30 +0000 (17:27 +0000)]
Localisation updates German

16 years agoRemove unused (and seemingly useless) param from confirmDelete().
Chad Horohoe [Mon, 7 Jul 2008 16:56:32 +0000 (16:56 +0000)]
Remove unused (and seemingly useless) param from confirmDelete().

16 years agoUpdate description of img_sha1 index.
Chad Horohoe [Mon, 7 Jul 2008 16:24:00 +0000 (16:24 +0000)]
Update description of img_sha1 index.

16 years agoAPI list=alllinks:
Roan Kattouw [Mon, 7 Jul 2008 14:48:40 +0000 (14:48 +0000)]
API list=alllinks:
* Make paging actually work by ordering by namespace too
* Make paging in generator mode work by always requesting pl_title

16 years agoRemove cached svn version in r37249. Likely to be slower.
Chad Horohoe [Mon, 7 Jul 2008 14:00:15 +0000 (14:00 +0000)]
Remove cached svn version in r37249. Likely to be slower.

16 years agoDon't check block errors on account creation, we already explicitly check it earlier...
Chad Horohoe [Mon, 7 Jul 2008 13:12:38 +0000 (13:12 +0000)]
Don't check block errors on account creation, we already explicitly check it earlier in UserLogin and checking it here is rather annoying (causes "Block Account Creation" to break).

16 years agoKilling filesort in prop={links,templatelinks} when {pl,tl}namespace isn't set.
Roan Kattouw [Mon, 7 Jul 2008 13:08:03 +0000 (13:08 +0000)]
Killing filesort in prop={links,templatelinks} when {pl,tl}namespace isn't set.

16 years agoCache the SVN version so we're not doing a filesystem read every time Special:Version...
Chad Horohoe [Mon, 7 Jul 2008 12:55:42 +0000 (12:55 +0000)]
Cache the SVN version so we're not doing a filesystem read every time Special:Version (or APIQuerySiteInfo) asks for it.

16 years agoAPI: Add description for alcontinue parameter
Roan Kattouw [Mon, 7 Jul 2008 12:48:10 +0000 (12:48 +0000)]
API: Add description for alcontinue parameter

16 years ago* Plural for delete-toobig and delete-warning-toobig
Niklas Laxström [Mon, 7 Jul 2008 11:00:19 +0000 (11:00 +0000)]
* Plural for delete-toobig and delete-warning-toobig

16 years agoLocalisation updates for core messages from Betawiki (2008-07-07 11:59 CEST)
Siebrand Mazeland [Mon, 7 Jul 2008 10:27:25 +0000 (10:27 +0000)]
Localisation updates for core messages from Betawiki (2008-07-07 11:59 CEST)

16 years agoAdd release notes entry for r37239: (bug 14745) Image moving works on sites that...
Bryan Tong Minh [Mon, 7 Jul 2008 09:50:39 +0000 (09:50 +0000)]
Add release notes entry for r37239: (bug 14745) Image moving works on sites that transform thumbnails via 404

16 years agoRemove the thumb moving coding all together since thumbs are purged anyway. This...
Bryan Tong Minh [Mon, 7 Jul 2008 09:38:27 +0000 (09:38 +0000)]
Remove the thumb moving coding all together since thumbs are purged anyway. This should also fix bug 14745.

16 years ago* Cleanup for r37209, which broke grammar while fixing double parsing
Niklas Laxström [Mon, 7 Jul 2008 08:06:09 +0000 (08:06 +0000)]
* Cleanup for r37209, which broke grammar while fixing double parsing

16 years agoFix silent failure in PHP 5.1.x or older. The callback for static functions is array...
Tim Starling [Mon, 7 Jul 2008 07:57:24 +0000 (07:57 +0000)]
Fix silent failure in PHP 5.1.x or older. The callback for static functions is array('class', 'method').

16 years agoBug 14710: move the "donate" links in the default sidebar to an extension. Ideally...
Tim Starling [Mon, 7 Jul 2008 07:10:56 +0000 (07:10 +0000)]
Bug 14710: move the "donate" links in the default sidebar to an extension. Ideally needs some more message file wrangling to remove unused messages, but will work as-is.

16 years agoAllow the search box, toolbox and languages box in the Monobook sidebar to be moved...
Tim Starling [Mon, 7 Jul 2008 06:58:44 +0000 (06:58 +0000)]
Allow the search box, toolbox and languages box in the Monobook sidebar to be moved around arbitrarily using special sections in [[MediaWiki:Sidebar]]: SEARCH, TOOLBOX and LANGUAGES

16 years agowhitespace to bring function into line with http://www.mediawiki.org/wiki/Manual...
SQL [Mon, 7 Jul 2008 05:31:00 +0000 (05:31 +0000)]
whitespace to bring function into line with mediawiki.org/wiki/Manual:Coding_conventions

16 years agoLocalisation updates Cantonese, Chinese and Old/Late Time Chinese
Shinjiman [Mon, 7 Jul 2008 05:07:55 +0000 (05:07 +0000)]
Localisation updates Cantonese, Chinese and Old/Late Time Chinese

16 years ago* Split off DB load monitoring logic into a LoadMonitor class hierarchy, to allow...
Tim Starling [Mon, 7 Jul 2008 03:31:00 +0000 (03:31 +0000)]
* Split off DB load monitoring logic into a LoadMonitor class hierarchy, to allow for plugins in this area.
* Use an associative array to initialise LoadBalancer objects
* By default, use Preprocessor_DOM if available, otherwise use Preprocessor_Hash. Preprocessor_Hash has worse performance.
* Fix parserTests.php for replicated databases. Use CREATE TABLE instead of CREATE TEMPORARY TABLE if there is more than one server configured.
* Log exceptions even in command-line mode.

16 years ago* keeping the consistence of the function name string
Danny B [Mon, 7 Jul 2008 03:19:58 +0000 (03:19 +0000)]
* keeping the consistence of the function name string

16 years agoencoding -> UTF_8
Brion Vibber [Mon, 7 Jul 2008 01:30:17 +0000 (01:30 +0000)]
encoding -> UTF_8

16 years agoFixed two bugs in LanguageConverter, introduced in the last few commits, causing...
Tim Starling [Mon, 7 Jul 2008 01:12:15 +0000 (01:12 +0000)]
Fixed two bugs in LanguageConverter, introduced in the last few commits, causing -{text}- to incorrectly generate an error.

16 years agoImplement OFFSET in getContributors(). Nothing currently passes this param, so it...
Chad Horohoe [Mon, 7 Jul 2008 01:11:50 +0000 (01:11 +0000)]
Implement OFFSET in getContributors(). Nothing currently passes this param, so it shouldn't change any current behavior.

16 years agoRe-add reverted r37143
Siebrand Mazeland [Sun, 6 Jul 2008 22:27:48 +0000 (22:27 +0000)]
Re-add reverted r37143
* image was relicensed by author, based on r2277, and r4174. Erik Möller credited
* moved to /cyrl/ from /uk/ as now used in MessagesRu.php. 'uk/Ukranian' will fall back to ru

16 years agoRe-add reverted r37143
Siebrand Mazeland [Sun, 6 Jul 2008 22:27:31 +0000 (22:27 +0000)]
Re-add reverted r37143
* image was relicensed by author, based on r2277, and r4174. Erik Möller credited
* moved to /cyrl/ from /uk/ as now used in MessagesRu.php. 'uk/Ukranian' will fall back to ru

16 years agoCall to wrong object. Calling $messageMemc instead.
Chad Horohoe [Sun, 6 Jul 2008 22:12:30 +0000 (22:12 +0000)]
Call to wrong object. Calling $messageMemc instead.

16 years ago* (bug 14709) Fix login success message formatting when using cookie check
Brion Vibber [Sun, 6 Jul 2008 21:14:00 +0000 (21:14 +0000)]
* (bug 14709) Fix login success message formatting when using cookie check

Double wikitext parsing...

16 years agoLocalisation updates: Adding/updating Persian translations
Huji [Sun, 6 Jul 2008 21:07:15 +0000 (21:07 +0000)]
Localisation updates: Adding/updating Persian translations

16 years agoSome debug logging for image moving
Victor Vasiliev [Sun, 6 Jul 2008 20:39:11 +0000 (20:39 +0000)]
Some debug logging for image moving

16 years ago* (bug 14646) Fix some double-escaping of HTML in feed output
Brion Vibber [Sun, 6 Jul 2008 20:19:04 +0000 (20:19 +0000)]
* (bug 14646) Fix some double-escaping of HTML in feed output

Log entry action text was being double-escaped by running HTML through the comment parser.
Log action text is now output as straight HTML.

The link for long diffs was also coming out wrong on English Wikipedia due to overloading of messages.
Switched from 'differenes' (which is a label text which had gotten turned into an HTML link there) to 'showdiff', which is a plaintext button label. (Might consider making it a separate message which is a little more descriptive.)

16 years agoRevert updating
Bertrand Grondin [Sun, 6 Jul 2008 20:04:56 +0000 (20:04 +0000)]
Revert updating

16 years agoCommited special alias messages for fi and hu from betawiki
Bertrand Grondin [Sun, 6 Jul 2008 19:55:08 +0000 (19:55 +0000)]
Commited special alias messages for fi and hu from betawiki

16 years agoFix for PHP < 5.2.3
Brion Vibber [Sun, 6 Jul 2008 18:43:06 +0000 (18:43 +0000)]
Fix for PHP < 5.2.3
'Foo::bar' is not a valid callback on earlier versions of PHP;
must specify as array( 'Foo', 'bar' )

16 years ago* Allow plural in filetype-banned-type, filetype-unwanted-type
Niklas Laxström [Sun, 6 Jul 2008 18:26:34 +0000 (18:26 +0000)]
* Allow plural in filetype-banned-type, filetype-unwanted-type

16 years ago* Split date and time to two variables to allow better translations in rcnote without...
Niklas Laxström [Sun, 6 Jul 2008 18:13:38 +0000 (18:13 +0000)]
* Split date and time to two variables to allow better translations in rcnote without breaking current ones

16 years ago* Grammar
Niklas Laxström [Sun, 6 Jul 2008 17:39:49 +0000 (17:39 +0000)]
* Grammar
* should -> must, as it is an error condition

16 years ago(bug 14604#c6): Fix regression in variant conversion when semicolon is within -{...
Robert Stojnić [Sun, 6 Jul 2008 17:23:00 +0000 (17:23 +0000)]
(bug 14604#c6): Fix regression in variant conversion when semicolon is within -{}- tags. Patch by fdcn, thanks!

16 years agofixing up some mistakes for the Simplified Chinese message file
Shinjiman [Sun, 6 Jul 2008 14:38:30 +0000 (14:38 +0000)]
fixing up some mistakes for the Simplified Chinese message file

16 years ago* (bug 14740) changes of local name of the Classical Chinese language name
Shinjiman [Sun, 6 Jul 2008 14:35:06 +0000 (14:35 +0000)]
* (bug 14740) changes of local name of the Classical Chinese language name

16 years agoLocalisation updates Cantonese, Chinese and Old/Late Time Chinese
Shinjiman [Sun, 6 Jul 2008 14:30:48 +0000 (14:30 +0000)]
Localisation updates Cantonese, Chinese and Old/Late Time Chinese

16 years agoLocalisation updates: Adding/updating Persian translations
Huji [Sun, 6 Jul 2008 14:07:05 +0000 (14:07 +0000)]
Localisation updates: Adding/updating Persian translations

16 years ago$dbr->select already returns a ResultWrapper, no need to re-wrap it :)
Nicolas Dumazet [Sun, 6 Jul 2008 13:31:35 +0000 (13:31 +0000)]
$dbr->select already returns a ResultWrapper, no need to re-wrap it :)

16 years agoOne more tweak: double global declaration of $wgOut
Alexandre Emsenhuber [Sun, 6 Jul 2008 12:45:52 +0000 (12:45 +0000)]
One more tweak: double global declaration of $wgOut

16 years agoShow extension name only if its checks are not empty.
Rotem Liss [Sun, 6 Jul 2008 11:12:02 +0000 (11:12 +0000)]
Show extension name only if its checks are not empty.

16 years agoFlaggedRevs refactoring:
Aaron Schulz [Sun, 6 Jul 2008 11:01:32 +0000 (11:01 +0000)]
FlaggedRevs refactoring:
* Permalink Id hook redundant; output Id set
* Use output Id for lastmod link to remove duplication
* Combine some hooked functions
* Mark visibility

16 years agoFix syntax error
Siebrand Mazeland [Sun, 6 Jul 2008 10:34:58 +0000 (10:34 +0000)]
Fix syntax error

16 years agomResult is never used, removing it.
Nicolas Dumazet [Sun, 6 Jul 2008 10:12:41 +0000 (10:12 +0000)]
mResult is never used, removing it.

16 years agoVarious fixes.
Rotem Liss [Sun, 6 Jul 2008 10:08:24 +0000 (10:08 +0000)]
Various fixes.

16 years agoUpdate.
Rotem Liss [Sun, 6 Jul 2008 08:07:15 +0000 (08:07 +0000)]
Update.

16 years agoTrim up trailing newlines before footer gets added.
Chad Horohoe [Sun, 6 Jul 2008 01:48:48 +0000 (01:48 +0000)]
Trim up trailing newlines before footer gets added.

16 years agoLocalisation updates for core messages from Betawiki (2008-07-06 00:51 CEST)
Siebrand Mazeland [Sat, 5 Jul 2008 23:04:02 +0000 (23:04 +0000)]
Localisation updates for core messages from Betawiki (2008-07-06 00:51 CEST)

16 years agoRevert r37078, 37132 "New hook ParserBeforeTranscludeTemplate:
Brion Vibber [Sat, 5 Jul 2008 22:45:37 +0000 (22:45 +0000)]
Revert r37078, 37132 "New hook ParserBeforeTranscludeTemplate:
This hook allows for modification of the title and text of a template which is being transcluded.

Use of this hook will allow extensions to create features such as TransWiki for an alternative to ScaryTransclusions."

This hook seems a bit oddly placed to me; the template gets fetched locally, and *then* we give the opportunity to fetch it remotely instead? Just seems to be in the wrong order, and pretty unclear.

16 years agoAdd message 'undelete-fieldset-title' to resolve issue identified in r37095 and rever...
Siebrand Mazeland [Sat, 5 Jul 2008 22:41:06 +0000 (22:41 +0000)]
Add message 'undelete-fieldset-title' to resolve issue identified in r37095 and reverted in r37139