lhc/web/wiklou.git
15 years agoTypo in prev commit.
Chad Horohoe [Mon, 7 Jul 2008 17:45:13 +0000 (17:45 +0000)]
Typo in prev commit.

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

15 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

15 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.

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

15 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().

15 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.

15 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

15 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.

15 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).

15 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.

15 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.

15 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

15 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

15 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)

15 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

15 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.

15 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

15 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').

15 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.

15 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

15 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

15 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

15 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.

15 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

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

15 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.

15 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.

15 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

15 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

15 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.

15 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...

15 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

15 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

15 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.)

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

15 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

15 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' )

15 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

15 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

15 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

15 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!

15 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

15 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

15 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

15 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

15 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 :)

15 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

15 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.

15 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

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

15 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.

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

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

15 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.

15 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)

15 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.

15 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

15 years agoRemove the uk button_link.png for the moment; I'm a little unclear on how proper...
Brion Vibber [Sat, 5 Jul 2008 22:22:56 +0000 (22:22 +0000)]
Remove the uk button_link.png for the moment; I'm a little unclear on how proper it is to embed GFDL images into the UI of the GPL software. While there is a LICENSE file sitting next to it, no one would ever see it.

15 years agofix order of labels
Brion Vibber [Sat, 5 Jul 2008 22:20:32 +0000 (22:20 +0000)]
fix order of labels

15 years agoRevert r37098 presumably based on reverted r37095
Brion Vibber [Sat, 5 Jul 2008 22:16:16 +0000 (22:16 +0000)]
Revert r37098 presumably based on reverted r37095

15 years agoRevert r37095 "Update message 'undelete'. Previous text was incorrect as pointed...
Brion Vibber [Sat, 5 Jul 2008 22:14:49 +0000 (22:14 +0000)]
Revert r37095 "Update message 'undelete'. Previous text was incorrect as pointed out by AlexSm."
Previous text was more accurate and clear than new text imho; reverting.

15 years agoMinor fix, $parser was passed instead of $this like it should have been.
Daniel Friesen [Sat, 5 Jul 2008 20:38:02 +0000 (20:38 +0000)]
Minor fix, $parser was passed instead of $this like it should have been.

15 years agoLocalisation updates for core messages from Betawiki (2008-07-05 21:42 CEST)
Siebrand Mazeland [Sat, 5 Jul 2008 20:06:18 +0000 (20:06 +0000)]
Localisation updates for core messages from Betawiki (2008-07-05 21:42 CEST)

15 years agoAdd 'emailuserfooter'
Siebrand Mazeland [Sat, 5 Jul 2008 19:50:57 +0000 (19:50 +0000)]
Add 'emailuserfooter'

15 years agoHandle multi-insert ignores properly, as pointed out on wikitech.
Greg Sabino Mullane [Sat, 5 Jul 2008 17:00:01 +0000 (17:00 +0000)]
Handle multi-insert ignores properly, as pointed out on wikitech.

15 years ago* Re-implement the message caches for r35821
Shinjiman [Sat, 5 Jul 2008 15:39:10 +0000 (15:39 +0000)]
* Re-implement the message caches for r35821
* Tweaked the message fetching on the MediaWiki:Conversiontable/xx-xx by changes of the message caching
  patch by Nikerabbit

15 years ago* Allow grammar
Niklas Laxström [Sat, 5 Jul 2008 15:15:40 +0000 (15:15 +0000)]
* Allow grammar

15 years agoRe-implement "Email user footer,"
Chad Horohoe [Sat, 5 Jul 2008 14:43:56 +0000 (14:43 +0000)]
Re-implement "Email user footer,"
* Now grabs message from global language instead of user's UI lang.
* Added a separator between msg and footer
* Shortened message
* Removed a bunch of useless params from the previous incarnation of this.

15 years agoLocalisation updates Cantonese, Chinese and Old/Late Time Chinese
Shinjiman [Sat, 5 Jul 2008 14:41:01 +0000 (14:41 +0000)]
Localisation updates Cantonese, Chinese and Old/Late Time Chinese

15 years agoFix incorrect link button name
Siebrand Mazeland [Sat, 5 Jul 2008 14:06:34 +0000 (14:06 +0000)]
Fix incorrect link button name

15 years agosvn:eol-style
Siebrand Mazeland [Sat, 5 Jul 2008 14:05:03 +0000 (14:05 +0000)]
svn:eol-style

15 years agoCustom buttons for Ukranian
Siebrand Mazeland [Sat, 5 Jul 2008 14:02:59 +0000 (14:02 +0000)]
Custom buttons for Ukranian

15 years agoUpdate and fixes.
Rotem Liss [Sat, 5 Jul 2008 13:13:44 +0000 (13:13 +0000)]
Update and fixes.

15 years agomoving $cat = new self() before $cat->mTitle = $title ; PHP was unhappy.
Nicolas Dumazet [Sat, 5 Jul 2008 13:13:29 +0000 (13:13 +0000)]
moving $cat = new self() before $cat->mTitle = $title ; PHP was unhappy.

15 years agoUpdate message 'undelete'. Previous text was incorrect as pointed out by AlexSm.
Siebrand Mazeland [Sat, 5 Jul 2008 12:43:51 +0000 (12:43 +0000)]
Update message 'undelete'. Previous text was incorrect as pointed out by AlexSm.

15 years agoRemoved "See diff.doc", it seems that this file never existed
Alexandre Emsenhuber [Sat, 5 Jul 2008 11:59:58 +0000 (11:59 +0000)]
Removed "See diff.doc", it seems that this file never existed

15 years agoVarious fixes.
Rotem Liss [Sat, 5 Jul 2008 11:52:11 +0000 (11:52 +0000)]
Various fixes.

15 years ago* Added $IP in dirs for OpenSearchUrls hook
Alexandre Emsenhuber [Sat, 5 Jul 2008 11:36:55 +0000 (11:36 +0000)]
* Added $IP in dirs for OpenSearchUrls hook
* getHooksFromDoc() now returns an unique array
* 80 chars per line in docs/hooks.txt

15 years agoFix regression from r37046: tokens should not be supplied when in JSON callback mode...
Roan Kattouw [Sat, 5 Jul 2008 11:18:50 +0000 (11:18 +0000)]
Fix regression from r37046: tokens should not be supplied when in JSON callback mode. Also remove ApiQueryBase::getTokenFlag() which is now obsolete.

15 years agoNew hook ParserBeforeTranscludeTemplate:
Daniel Friesen [Sat, 5 Jul 2008 03:36:12 +0000 (03:36 +0000)]
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.

15 years agoRevert r37009 -- turns out you can do these structures, it's just very nonobvious. :)
Brion Vibber [Fri, 4 Jul 2008 22:44:57 +0000 (22:44 +0000)]
Revert r37009 -- turns out you can do these structures, it's just very nonobvious. :)

An anonymous sub-array allows creating sub-elements in addition to the attributes:
array(
    'attrib1' => 'val1',
    'attrib2' => 'val2',
    array(
        'tag' => 'stuff',
        'tag2' => 'stuff2',
    )
)

15 years agoBreak localized edit buttons into subdirectories so they'll stay manageable
Brion Vibber [Fri, 4 Jul 2008 21:48:42 +0000 (21:48 +0000)]
Break localized edit buttons into subdirectories so they'll stay manageable

15 years agofix sql syntax error
Brion Vibber [Fri, 4 Jul 2008 21:39:08 +0000 (21:39 +0000)]
fix sql syntax error

15 years agoAdded localization of edit button images for Tarask Belarusian (be-tarask).
Mohamed Magdy [Fri, 4 Jul 2008 21:33:08 +0000 (21:33 +0000)]
Added localization of edit button images for Tarask Belarusian (be-tarask).
Images by http://commons.wikimedia.org/wiki/User:AlexeyMargolin

15 years agoRevert r37063 "KTHMLfixes no longer loaded on skins where it doesn't exist. (bug...
Brion Vibber [Fri, 4 Jul 2008 21:23:00 +0000 (21:23 +0000)]
Revert r37063 "KTHMLfixes no longer loaded on skins where it doesn't exist. (bug 14717)"
* Hardcoding to monobook doesn't make sense here; other skins may include such fix files
* Only addressing KHTMLfixes doesn't make sense here; there's a big pile of Opera fixes right above it which would presumably suffer the same problem

If these are required, and are required per-skin, then the skin should probably specify to the JS which ones it needs.
On the other hand, if they're not required, or can be done in a skin-independent fashion, then that should be checked.

15 years agoKTHMLfixes no longer loaded on skins where it doesn't exist. (bug 14717)
Chad Horohoe [Fri, 4 Jul 2008 16:43:44 +0000 (16:43 +0000)]
KTHMLfixes no longer loaded on skins where it doesn't exist. (bug 14717)

15 years agoProperly handle the 'IGNORE' option passed to the insert funtion:
Greg Sabino Mullane [Fri, 4 Jul 2008 15:57:44 +0000 (15:57 +0000)]
Properly handle the 'IGNORE' option passed to the insert funtion:
rather than just turning off errors, do some savepoint trickery
so we end at the same state as when we started, to emulate
MySQL's INSERT...IGNORE. Bug 14708.

15 years agofix encoding problems on r37058
Shinjiman [Fri, 4 Jul 2008 15:17:40 +0000 (15:17 +0000)]
fix encoding problems on r37058

15 years ago* (bug 14604) Update LanguageConverter for T (Title) conversion
Shinjiman [Fri, 4 Jul 2008 15:01:41 +0000 (15:01 +0000)]
* (bug 14604) Update LanguageConverter for T (Title) conversion
  bugzilla attachment 5048
  patch by fdcn
* Localisation updates Cantonese, Chinese and Old/Late Time Chinese

15 years agoAdded localization of edit button images for Arabic language.
Mohamed Magdy [Fri, 4 Jul 2008 14:55:17 +0000 (14:55 +0000)]
Added localization of edit button images for Arabic language.
Image translation by AhmadSherif. GPL font Kacst Naskh (http://ceri.kacst.edu.sa/fonts.htm).

15 years agoRemove non working, obsolete ICRepo. Use the working ForeignAPIRepo.
Bryan Tong Minh [Fri, 4 Jul 2008 14:20:41 +0000 (14:20 +0000)]
Remove non working, obsolete ICRepo. Use the working ForeignAPIRepo.

15 years agoDon't pass $db, as Tim Starling advises
Victor Vasiliev [Fri, 4 Jul 2008 13:04:03 +0000 (13:04 +0000)]
Don't pass $db, as Tim Starling advises

15 years agotimezone-utc translation.
Mohamed Magdy [Fri, 4 Jul 2008 12:38:51 +0000 (12:38 +0000)]
timezone-utc translation.

15 years agoadding explanations break the feature, page is supposed to be blank! kind of! revert...
Domas Mituzas [Fri, 4 Jul 2008 12:20:45 +0000 (12:20 +0000)]
adding explanations break the feature, page is supposed to be blank! kind of! revert r36902

15 years agoRewritten the way the API handles tokens:
Roan Kattouw [Fri, 4 Jul 2008 12:07:02 +0000 (12:07 +0000)]
Rewritten the way the API handles tokens:
* Instead of hardcoding stuff all over the place, use callbacks
* Extensions can now add their own tokens to prop=info or prop=revisions using hooks

15 years agomCategoties -> mCategories
Nicolas Dumazet [Fri, 4 Jul 2008 11:01:02 +0000 (11:01 +0000)]
mCategoties -> mCategories
Oops, that typo was surviving here since March :p

15 years agoCorrecting commit 37038 : only getXXXDeletions were simple array_diff_assoc. Sorry
Nicolas Dumazet [Fri, 4 Jul 2008 10:51:04 +0000 (10:51 +0000)]
Correcting commit 37038 : only getXXXDeletions were simple array_diff_assoc. Sorry

15 years ago* (bug 11732) Allow localisation of edit button images
Niklas Laxström [Fri, 4 Jul 2008 10:34:41 +0000 (10:34 +0000)]
* (bug 11732) Allow localisation of edit button images

15 years agosyntax fix
Nicolas Dumazet [Fri, 4 Jul 2008 10:30:48 +0000 (10:30 +0000)]
syntax fix