lhc/web/wiklou.git
15 years agoRevert r37741 for now "Changed getInternalLinkAttributesInternal parameters: now...
Brion Vibber [Wed, 16 Jul 2008 10:15:47 +0000 (10:15 +0000)]
Revert r37741 for now "Changed getInternalLinkAttributesInternal parameters: now accepts Title object if available, passes to hook. Also reordered some code in makeKnownLinkObj so that said hook can mangle the Title object. Reordering should have no other side-effects."
This seems a bit icky and inconsistent. If it's necessary to pass titles around here, it should be done consistently, with appropriate fixups and refactoring to the old spaghetti code.

15 years ago* Allow wikitext in file-info, file-info-size, svg-long-desc instead of mix of unesca...
Niklas Laxström [Wed, 16 Jul 2008 08:48:53 +0000 (08:48 +0000)]
* Allow wikitext in file-info, file-info-size, svg-long-desc instead of mix of unescaped and plain
* Format numbers in svg-long-desc

15 years agoChanged getInternalLinkAttributesInternal parameters: now accepts Title object if...
David McCabe [Wed, 16 Jul 2008 07:22:21 +0000 (07:22 +0000)]
Changed getInternalLinkAttributesInternal parameters: now accepts Title object if available, passes to hook. Also reordered some code in makeKnownLinkObj so that said hook can mangle the Title object. Reordering should have no other side-effects.

15 years agoRedoing r37642 ('Added possibility to filter by protocol in "list all links" mode...
Roan Kattouw [Tue, 15 Jul 2008 22:03:34 +0000 (22:03 +0000)]
Redoing r37642 ('Added possibility to filter by protocol in "list all links" mode') *really* right this time, the example broke because I had 'http' instead of '' on line 78.

15 years agoRevert r37717 -- if you didn't like the other reasons, the fact that it obviously...
Brion Vibber [Tue, 15 Jul 2008 21:53:36 +0000 (21:53 +0000)]
Revert r37717 -- if you didn't like the other reasons, the fact that it obviously wasn't tested and breaks the example might interest you.

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

15 years agoRevert r37686, 37687 for now:
Brion Vibber [Tue, 15 Jul 2008 21:35:32 +0000 (21:35 +0000)]
Revert r37686, 37687 for now:

"Improving extendibility of the sidebar improvements, css adding, and also JS variables."

"* New hooks:"
"** SkinSidebarSpecialBox and SkinSidebarOutputSpecialBox to allow extensions to add new custom boxes to Tim's new Sidebar system"
"** SkinSetupSiteCss to allow extensions to modify and add new stylesheets to load into the page. This one allows for fine positioning and can be very useful for things like an extension providing global css for a wiki farm."
"** SkinGlobalVariables to allow extensions to add new global variables to export to the JS variables in the page."

At least some of these appear to duplicate existing functionality -- extensions already can add new stylesheets and JS variables, and I'm pretty sure can add portals as well.

15 years agoRevert r37709 so I can cleanly revert other changes to these lines
Brion Vibber [Tue, 15 Jul 2008 21:33:26 +0000 (21:33 +0000)]
Revert r37709 so I can cleanly revert other changes to these lines

15 years agoRevert r37712 which was itself a revert of r37642 (filter by protocol in list-all...
Roan Kattouw [Tue, 15 Jul 2008 21:29:27 +0000 (21:29 +0000)]
Revert r37712 which was itself a revert of r37642 (filter by protocol in list-all-links mode). $protocol is validated already: only protocols in $wgUrlProtocols are accepted (line 168) and the : (and, if required, //) part is added in lines 57-65, making both reasons for the revert moot.

15 years agoRevert r37669: LinkerLinkAttributes hook doesn't seem to make a lot of sense. The...
Brion Vibber [Tue, 15 Jul 2008 21:16:32 +0000 (21:16 +0000)]
Revert r37669: LinkerLinkAttributes hook doesn't seem to make a lot of sense. The parameters passed can't be modified, and they are escaped for output, making it unsuitable as a general extension hook.

15 years agoRevert r37663 for now:
Brion Vibber [Tue, 15 Jul 2008 21:13:34 +0000 (21:13 +0000)]
Revert r37663 for now:
"* (bug 13815) In the comment for page moves, use the colon-separator message instead of a hardcoded colon."
"* So that this works properly, don't escape HTML entities in edit summaries.  I don't see any good reason for them to be escaped there.  Of course, this may result in old edit summaries displaying slightly differently if for some reason they included an entity, but in that case there's at least a 50% chance that they intended it to not be escaped in the first place."

This breaks the ability to easily discuss entities in summaries such as "add  ".

15 years agoRevert r37642 for now ('Added possibility to filter by protocol in "list all links...
Brion Vibber [Tue, 15 Jul 2008 20:51:07 +0000 (20:51 +0000)]
Revert r37642 for now ('Added possibility to filter by protocol in "list all links" mode.'):
* doesn't properly validate $protocol when building like query for protocol-only case, could lead to ugly slow arbitrary queries
* no : added to protocol -- will match false positives (eg 'http' matching 'https')

15 years agoAdded some tabs in the generated html so that it is easier to read the <head> element
Alexandre Emsenhuber [Tue, 15 Jul 2008 19:51:18 +0000 (19:51 +0000)]
Added some tabs in the generated html so that it is easier to read the <head> element

15 years agoRverting r37705, and r37706.
Siebrand Mazeland [Tue, 15 Jul 2008 19:30:42 +0000 (19:30 +0000)]
Rverting r37705, and r37706.
String freeze in place for core messages awaiting branching of MediaWiki 1.13 and giving translators a chance to localise to the current state. Please hold off on any changes until then.

15 years agoVarious fixes for Hebrew translation.
Rotem Liss [Tue, 15 Jul 2008 19:26:09 +0000 (19:26 +0000)]
Various fixes for Hebrew translation.

15 years ago* Adding link to the deletion log in uploadtext.
Rotem Liss [Tue, 15 Jul 2008 19:24:10 +0000 (19:24 +0000)]
* Adding link to the deletion log in uploadtext.

15 years agoLinking to special pages.
Rotem Liss [Tue, 15 Jul 2008 19:21:49 +0000 (19:21 +0000)]
Linking to special pages.

15 years agoPer comment in bug 13949: fix XHTML error in Special:Prefixindex (was already done...
Alexandre Emsenhuber [Tue, 15 Jul 2008 17:42:08 +0000 (17:42 +0000)]
Per comment in bug 13949: fix XHTML error in Special:Prefixindex (was already done on Special:Allpages)

15 years agoFix regreesion in r37662, disabled conversion when interface language variant is...
Robert Stojnić [Tue, 15 Jul 2008 16:49:57 +0000 (16:49 +0000)]
Fix regreesion in r37662, disabled conversion when interface language variant is different that main wiki language variant.

15 years ago(bug 14778) 'limit' parameter now applies to history feeds as well as history pages...
Chad Horohoe [Tue, 15 Jul 2008 16:00:22 +0000 (16:00 +0000)]
(bug 14778) 'limit' parameter now applies to history feeds as well as history pages (and now doesn't break if the limit is negative)

15 years agoRemove $use_index that has been commented out for about 31000 revisions. Quick testin...
Chad Horohoe [Tue, 15 Jul 2008 15:43:43 +0000 (15:43 +0000)]
Remove $use_index that has been commented out for about 31000 revisions. Quick testing shows forcing use of rev_timestamp or page_timestamp indexes to be slower, so there's no point in using them instead.

15 years ago* Move *-summary from optional to ignored.
Siebrand Mazeland [Tue, 15 Jul 2008 13:05:33 +0000 (13:05 +0000)]
* Move *-summary from optional to ignored.
* rebuild all messages files
* fix a typo in comment

15 years agoA single syntax error, I tested for validity and still I get one.
Daniel Friesen [Tue, 15 Jul 2008 11:14:14 +0000 (11:14 +0000)]
A single syntax error, I tested for validity and still I get one.

15 years agoImproving extendibility of the sidebar improvements, css adding, and also JS variables.
Daniel Friesen [Tue, 15 Jul 2008 11:03:04 +0000 (11:03 +0000)]
Improving extendibility of the sidebar improvements, css adding, and also JS variables.

* New hooks:
** SkinSidebarSpecialBox and SkinSidebarOutputSpecialBox to allow extensions to add new custom boxes to Tim's new Sidebar system
** SkinSetupSiteCss to allow extensions to modify and add new stylesheets to load into the page. This one allows for fine positioning and can be very useful for things like an extension providing global css for a wiki farm.
** SkinGlobalVariables to allow extensions to add new global variables to export to the JS variables in the page.

15 years agoReintroduce some changes which were reverted for causing fatal errors.
Andrew Garrett [Tue, 15 Jul 2008 08:43:40 +0000 (08:43 +0000)]
Reintroduce some changes which were reverted for causing fatal errors.

15 years ago99.95% translated
Leonardo Gregianin [Tue, 15 Jul 2008 03:42:09 +0000 (03:42 +0000)]
99.95% translated

15 years agoLocalisation updates for core messages from Betawiki (2008-07-15 02:26 CEST)
Siebrand Mazeland [Tue, 15 Jul 2008 00:35:27 +0000 (00:35 +0000)]
Localisation updates for core messages from Betawiki (2008-07-15 02:26 CEST)

15 years agoHit getNonXHTMLMessages for <br> and <hr> too.
Siebrand Mazeland [Tue, 15 Jul 2008 00:21:28 +0000 (00:21 +0000)]
Hit getNonXHTMLMessages for <br> and <hr> too.

15 years agoRemove English message
Siebrand Mazeland [Mon, 14 Jul 2008 22:31:01 +0000 (22:31 +0000)]
Remove English message

15 years agoAdded LinkerLinkAttributes hook.
David McCabe [Mon, 14 Jul 2008 22:29:53 +0000 (22:29 +0000)]
Added LinkerLinkAttributes hook.

15 years agoSequel to r37662: avoid infinite recursion in User when default params are used.
Robert Stojnić [Mon, 14 Jul 2008 22:20:31 +0000 (22:20 +0000)]
Sequel to r37662: avoid infinite recursion in User when default params are used.

15 years agomore review
Leonardo Gregianin [Mon, 14 Jul 2008 22:06:58 +0000 (22:06 +0000)]
more review

15 years agoNaming convention is "changes," not "change."
Chad Horohoe [Mon, 14 Jul 2008 21:53:44 +0000 (21:53 +0000)]
Naming convention is "changes," not "change."

15 years agomore review
Leonardo Gregianin [Mon, 14 Jul 2008 21:53:05 +0000 (21:53 +0000)]
more review

15 years ago* (bug 13815) In the comment for page moves, use the colon-separator message instead...
Aryeh Gregor [Mon, 14 Jul 2008 21:43:27 +0000 (21:43 +0000)]
* (bug 13815) In the comment for page moves, use the colon-separator message instead of a hardcoded colon.
* So that this works properly, don't escape HTML entities in edit summaries.  I don't see any good reason for them to be escaped there.  Of course, this may result in old edit summaries displaying slightly differently if for some reason they included an entity, but in that case there's at least a 50% chance that they intended it to not be escaped in the first place.

15 years ago* (bug 10837) Language variants overrides languages other than the variant main language.
Robert Stojnić [Mon, 14 Jul 2008 21:32:13 +0000 (21:32 +0000)]
* (bug 10837) Language variants overrides languages other than the variant main language.
Explicitely forbid conversion when interface language is different than the main content language.

15 years agoFatal error: Call to a member function formatNum() on a non-object in includes/Linker...
Alexandre Emsenhuber [Mon, 14 Jul 2008 19:34:12 +0000 (19:34 +0000)]
Fatal error: Call to a member function formatNum() on a non-object in includes/Linker.php on line 1218

15 years ago* Cleanup for r37375. Split duplicated code into function and really fix it
Niklas Laxström [Mon, 14 Jul 2008 19:10:47 +0000 (19:10 +0000)]
* Cleanup for r37375. Split duplicated code into function and really fix it

15 years agoupdate comment
Alexandre Emsenhuber [Mon, 14 Jul 2008 19:07:56 +0000 (19:07 +0000)]
update comment

15 years agoAdded missing settings: $wgDBpassword, $wgDBmwschema and $wgDBts2schema
Alexandre Emsenhuber [Mon, 14 Jul 2008 18:25:43 +0000 (18:25 +0000)]
Added missing settings: $wgDBpassword, $wgDBmwschema and $wgDBts2schema

15 years agoupdate all messages, I will also review
Leonardo Gregianin [Mon, 14 Jul 2008 18:03:45 +0000 (18:03 +0000)]
update all messages, I will also review

15 years agoOne more alias.
Rotem Liss [Mon, 14 Jul 2008 16:21:15 +0000 (16:21 +0000)]
One more alias.

15 years agoLocalisation updates for core messages from Betawiki (2008-07-14 16:20 CEST)
Siebrand Mazeland [Mon, 14 Jul 2008 14:25:19 +0000 (14:25 +0000)]
Localisation updates for core messages from Betawiki (2008-07-14 16:20 CEST)

15 years agoAPI list=exturlusage: Added possibility to filter by protocol in "list all links...
Roan Kattouw [Mon, 14 Jul 2008 12:04:04 +0000 (12:04 +0000)]
API list=exturlusage: Added possibility to filter by protocol in "list all links" mode. euprotocol now accepts an empty string too, which is interpreted as "list all links" if euquery is empty, and silently interpreted as 'http' if euquery is not empty, to preserve backwards compatibility.

15 years agoAdd spacing in Special:Protectedpages.
Rotem Liss [Mon, 14 Jul 2008 09:10:05 +0000 (09:10 +0000)]
Add spacing in Special:Protectedpages.

15 years agoLocalisation updates for magic, special pages aliases, skin names from Betawiki
Siebrand Mazeland [Sun, 13 Jul 2008 20:41:39 +0000 (20:41 +0000)]
Localisation updates for magic, special pages aliases, skin names from Betawiki

15 years agoLocalisation updates for extencoresion messages from Betawiki (2008-07-13 22:06 CEST)
Siebrand Mazeland [Sun, 13 Jul 2008 20:17:08 +0000 (20:17 +0000)]
Localisation updates for extencoresion messages from Betawiki (2008-07-13 22:06 CEST)

15 years ago* Number format for Khmer (no thousand separator, ',' as decimal separator)
Niklas Laxström [Sun, 13 Jul 2008 13:59:30 +0000 (13:59 +0000)]
* Number format for Khmer (no thousand separator, ',' as decimal separator)

15 years agoFixing translation.
Rotem Liss [Sun, 13 Jul 2008 12:12:10 +0000 (12:12 +0000)]
Fixing translation.

15 years agoTypo in comment.
Rotem Liss [Sun, 13 Jul 2008 10:58:43 +0000 (10:58 +0000)]
Typo in comment.

15 years agoUpdate help
Siebrand Mazeland [Sun, 13 Jul 2008 10:16:48 +0000 (10:16 +0000)]
Update help

15 years ago* new date/time formats according to Czech state norms and The rules of Czech orthography
Danny B [Sat, 12 Jul 2008 19:51:32 +0000 (19:51 +0000)]
* new date/time formats according to Czech state norms and The rules of Czech orthography
* adding couple descriptions
* abc ordering of authors
* minor formatting tweaks

15 years agor37552/37553 mysteriously changed all our standard example.com examples to example...
Brion Vibber [Sat, 12 Jul 2008 14:11:52 +0000 (14:11 +0000)]
r37552/37553 mysteriously changed all our standard example.com examples to example.org.
Since most web users will be more familiar with .com, and example.com is pretty widely used as an example, let's just stick with it.
(Did a search-and-replace on the results rather than reverting as many of the previous localizations had non-standard translations of the example domain.)

15 years agoRevert r37567 for nwo ("(bug 8604) padright: and similar functions fail with non...
Brion Vibber [Sat, 12 Jul 2008 14:05:04 +0000 (14:05 +0000)]
Revert r37567 for nwo ("(bug 8604) padright: and similar functions fail with non-ASCII arguments")
This implements an mb_str_pad fallback function, but there is no mb_str_pad in PHP documentation, and the doc comments are really weird -- it says it returns an integer!
If this function is created from whole cloth and doesn't exist in PHP, it should be given a MediaWiki style name and not be done with a function_exists check as though it were a compat function.

15 years ago* Fix few instances of metadata-fields
Niklas Laxström [Sat, 12 Jul 2008 13:57:22 +0000 (13:57 +0000)]
* Fix few instances of metadata-fields

15 years agoLocalisation updates for extension messages from Betawiki (2008-07-12 15:26 CEST)
Siebrand Mazeland [Sat, 12 Jul 2008 13:33:45 +0000 (13:33 +0000)]
Localisation updates for extension messages from Betawiki (2008-07-12 15:26 CEST)

15 years agoFix indentation (thanks Niklas)
Siebrand Mazeland [Sat, 12 Jul 2008 12:30:12 +0000 (12:30 +0000)]
Fix indentation (thanks Niklas)

15 years agoAdd option to rebuildLanguage.php
Siebrand Mazeland [Sat, 12 Jul 2008 12:23:41 +0000 (12:23 +0000)]
Add option to rebuildLanguage.php
* --remove-unknown: Remove unknown messages

15 years agoAdd authors to file
Meno25 [Sat, 12 Jul 2008 07:02:25 +0000 (07:02 +0000)]
Add authors to file

15 years agoProcess r37565. Remove obsolete messages.
Siebrand Mazeland [Fri, 11 Jul 2008 22:23:13 +0000 (22:23 +0000)]
Process r37565. Remove obsolete messages.

15 years agoLocalisation updates: Adding/updating Persian translations
Huji [Fri, 11 Jul 2008 19:13:20 +0000 (19:13 +0000)]
Localisation updates: Adding/updating Persian translations

15 years ago* (bug 8604) padright: and similar functions fail with non-ASCII arguments
Niklas Laxström [Fri, 11 Jul 2008 18:08:18 +0000 (18:08 +0000)]
* (bug 8604) padright: and similar functions fail with non-ASCII arguments

15 years ago* (bug 12487) Rights log is not fully internationalized
Niklas Laxström [Fri, 11 Jul 2008 17:37:45 +0000 (17:37 +0000)]
* (bug 12487) Rights log is not fully internationalized
* Use listToText for lists

15 years ago* Removing unused messages
Niklas Laxström [Fri, 11 Jul 2008 17:34:09 +0000 (17:34 +0000)]
* Removing unused messages

15 years agoLocalisation updates for cpre messages from Betawiki
Siebrand Mazeland [Fri, 11 Jul 2008 11:01:42 +0000 (11:01 +0000)]
Localisation updates for cpre messages from Betawiki
* mainly consistency fixes

15 years agoLocalisation updates for cpre messages from Betawiki (2008-07-11 12:26 CEST)
Siebrand Mazeland [Fri, 11 Jul 2008 10:33:01 +0000 (10:33 +0000)]
Localisation updates for cpre messages from Betawiki (2008-07-11 12:26 CEST)
* mainly consistency fixes

15 years agoLocalisation updates for extension messages from Betawiki (2008-07-11 11:00 CEST)
Siebrand Mazeland [Fri, 11 Jul 2008 09:26:10 +0000 (09:26 +0000)]
Localisation updates for extension messages from Betawiki (2008-07-11 11:00 CEST)
* all languages: update 'extlink_sample' to use a .org RFC2606 compliant example URL

15 years agoUse a .org RFC2606 compliant example URL
Siebrand Mazeland [Fri, 11 Jul 2008 08:57:12 +0000 (08:57 +0000)]
Use a .org RFC2606 compliant example URL

15 years agoAdd the new sidebar keywords to reflect the new possibilities. No change in sequence.
Raimond Spekking [Fri, 11 Jul 2008 07:22:04 +0000 (07:22 +0000)]
Add the new sidebar keywords to reflect the new possibilities. No change in sequence.

15 years agofix header comments
Shinjiman [Fri, 11 Jul 2008 04:44:59 +0000 (04:44 +0000)]
fix header comments

15 years agoLocalisation updates German
Raimond Spekking [Thu, 10 Jul 2008 23:18:31 +0000 (23:18 +0000)]
Localisation updates German

15 years agoLocalisation updates for core messages from Betawiki (2008-07-11 00:09 CEST)
Siebrand Mazeland [Thu, 10 Jul 2008 22:24:13 +0000 (22:24 +0000)]
Localisation updates for core messages from Betawiki (2008-07-11 00:09 CEST)

15 years agoHold back $wgTrackLinkChanges for a little bit; reverting r37322, 37430, 37432, 37435.
Brion Vibber [Thu, 10 Jul 2008 22:11:11 +0000 (22:11 +0000)]
Hold back $wgTrackLinkChanges for a little bit; reverting r37322, 37430, 37432, 37435.
Even disabled, it's started interfering with regular tasks like running the parser tests.

15 years agoChange all uses of TYPE= in MySQL to ENGINE=
Daniel Friesen [Thu, 10 Jul 2008 22:00:04 +0000 (22:00 +0000)]
Change all uses of TYPE= in MySQL to ENGINE=

According to the MySQL manual, TYPE= has been depreciated since MySQL 4.0, starting in 5.1 database warnings are issued when TYPE= is used instead of ENGINE=, and in MySQL 5.2 TYPE= will be removed.

Using ENGINE= inside of sql should serve the best compatibility since we require at least MySQL 4.0

15 years agoRevert 37530 -- removes the control option for image moving
Brion Vibber [Thu, 10 Jul 2008 21:53:14 +0000 (21:53 +0000)]
Revert 37530 -- removes the control option for image moving

15 years agoRevert r37508 for now ((bug 14778) 'limit' parameter now applies to history feeds...
Brion Vibber [Thu, 10 Jul 2008 21:34:19 +0000 (21:34 +0000)]
Revert r37508 for now ((bug 14778) 'limit' parameter now applies to history feeds as well as history pages)
The $limit parameter isn't validated properly as a limit, and is passed to the database producing an SQL error if negative.

15 years agoRevert most of r37534, which was an over-revert: just changing addQuotes() back to...
Roan Kattouw [Thu, 10 Jul 2008 21:20:43 +0000 (21:20 +0000)]
Revert most of r37534, which was an over-revert: just changing addQuotes() back to strencode() was enough.

15 years agoPartial revert of r37502, 37503: double-quoting of SQL strings
Brion Vibber [Thu, 10 Jul 2008 21:08:37 +0000 (21:08 +0000)]
Partial revert of r37502, 37503: double-quoting of SQL strings

15 years ago* Make image moving no longer experimental
Victor Vasiliev [Thu, 10 Jul 2008 20:28:52 +0000 (20:28 +0000)]
* Make image moving no longer experimental

15 years ago* Escaping, should also fix the weird double transform bug recently found
Niklas Laxström [Thu, 10 Jul 2008 19:51:25 +0000 (19:51 +0000)]
* Escaping, should also fix the weird double transform bug recently found

15 years agoRevert r37299. It's causing some extremely strange behavior that I can't pin down...
Aryeh Gregor [Thu, 10 Jul 2008 19:18:00 +0000 (19:18 +0000)]
Revert r37299.  It's causing some extremely strange behavior that I can't pin down.  Try copying the text =={{[[Navbox]]}}== into a page, where [[Template:Navbox]] is copied from enwiki.  An exhibit is up at <en.wikipedia.org/wiki/User:Simetrical/Tl_test> until this fix goes live.  This was reported at <http://en.wikipedia.org/wiki/Wikipedia:Village_pump_(technical)#Problem_with_.7B.7Btl.7D.7D_in_section_headers> by CapitalR; thanks to RockMFR for tracking down the revision that was causing it.

As a general rule, it would be a good idea to first split the functions off into their own file without changing them, and then refactor them in a separate commit.  Otherwise it's very hard to follow what's actually being changed.  (git actually tracks changes to functions when they're moved across files, incidentally, which is quite awesome.)

15 years agoFixes.
Rotem Liss [Thu, 10 Jul 2008 18:34:01 +0000 (18:34 +0000)]
Fixes.

15 years agoAdd overly wordy comment explaining why logs can't be filtered by prefix in $wgMiserM...
Aryeh Gregor [Thu, 10 Jul 2008 18:05:52 +0000 (18:05 +0000)]
Add overly wordy comment explaining why logs can't be filtered by prefix in $wgMiserMode, since I keep on forgetting.

15 years agoFixes for r37489:
Aryeh Gregor [Thu, 10 Jul 2008 18:04:32 +0000 (18:04 +0000)]
Fixes for r37489:
* Don't pass $data or $flags by reference.  They're never accessed again, so it makes no sense.
* Document in hooks.txt.
The interface for this hook seems very messy.  It seems like it would be much cleaner to expose $data as $url (null if stored locally); and $flags as an array, or something like that.  If the text is gzipped, the text can be extracted from the Revision and re-gzipped if you really want to for some strange reason.

15 years agoRevert r37490, 37493 for now -- 'NotifyOnPageChangeComplete hook added'
Brion Vibber [Thu, 10 Jul 2008 17:02:39 +0000 (17:02 +0000)]
Revert r37490, 37493 for now -- 'NotifyOnPageChangeComplete hook added'
The hook seems a bit odd; it triggers on some of the composes, but not all. There's another loop right after this one.
Also, there's no need to pass objects as references here.

15 years agoLocalisation updates: Adding/updating Persian translations
Huji [Thu, 10 Jul 2008 16:17:04 +0000 (16:17 +0000)]
Localisation updates: Adding/updating Persian translations

15 years ago(bug 14778) 'limit' parameter now applies to history feeds as well as history pages
Chad Horohoe [Thu, 10 Jul 2008 14:53:00 +0000 (14:53 +0000)]
(bug 14778) 'limit' parameter now applies to history feeds as well as history pages

15 years agoAPI: More cleanup:
Roan Kattouw [Thu, 10 Jul 2008 14:28:09 +0000 (14:28 +0000)]
API: More cleanup:
* Cleaning up some comments
* Breaking the description for iiurlwidth in two lines
* Clarifying the descriptions for amfilter and amlang

15 years agoForgot to change one strencode() to addQuotes()
Roan Kattouw [Thu, 10 Jul 2008 14:19:06 +0000 (14:19 +0000)]
Forgot to change one strencode() to addQuotes()

15 years agoAPI: Some cleanup and fixes before 1.13 is released:
Roan Kattouw [Thu, 10 Jul 2008 14:13:11 +0000 (14:13 +0000)]
API: Some cleanup and fixes before 1.13 is released:
* Fix regression from r37270: prop=categories paging was broken in generator mode.
* Fix drlimit=max, which was broken since r31384
* Use titleToKey() and keyToTitle() on title parts of the continue parameters in prop={links,templatelinks,categories,images}
* Use addQuotes() rather than strencode() in those same modules
* Don't trim message names in ammessages, it's stupid and undocumented
* Add $wgAPI{Meta,Prop,List}Modules to DefaultSettings.php explicitly

15 years agosome tweaks for the Language Converter
Shinjiman [Thu, 10 Jul 2008 13:56:23 +0000 (13:56 +0000)]
some tweaks for the Language Converter
patch by fdcn

15 years agoUpdate.
Rotem Liss [Thu, 10 Jul 2008 13:47:57 +0000 (13:47 +0000)]
Update.

15 years agoupdate Chinese conversion database
Shinjiman [Thu, 10 Jul 2008 13:40:12 +0000 (13:40 +0000)]
update Chinese conversion database

15 years ago* Consistent use of capitalization
Bryan Tong Minh [Thu, 10 Jul 2008 13:24:42 +0000 (13:24 +0000)]
* Consistent use of capitalization
* Add documentation

15 years agoLocalisation updates Cantonese, Chinese and Old/Late Time Chinese
Shinjiman [Thu, 10 Jul 2008 12:32:33 +0000 (12:32 +0000)]
Localisation updates Cantonese, Chinese and Old/Late Time Chinese

15 years agoNotifyOnPageChangeComplete description
Krzysztof Krzyzaniak [Thu, 10 Jul 2008 12:23:21 +0000 (12:23 +0000)]
NotifyOnPageChangeComplete description

15 years agoLocalisation updates: Adding/updating Persian translations
Huji [Thu, 10 Jul 2008 11:33:32 +0000 (11:33 +0000)]
Localisation updates: Adding/updating Persian translations
Also, messages.inc is updated to include the newly added message 'historysize'

15 years agoNotifyOnPageChangeComplete hook added
Krzysztof Krzyzaniak [Thu, 10 Jul 2008 11:10:48 +0000 (11:10 +0000)]
NotifyOnPageChangeComplete hook added

15 years agoExtend RevisionInsertComplete hook (bug 14780)
Aaron Schulz [Thu, 10 Jul 2008 10:30:45 +0000 (10:30 +0000)]
Extend RevisionInsertComplete hook (bug 14780)

15 years agoFix message
Victor Vasiliev [Thu, 10 Jul 2008 08:57:13 +0000 (08:57 +0000)]
Fix message