lhc/web/wiklou.git
17 years ago* (bug 10181) Support the XCache object caching mechanism [patch from Kurt Radwanski]
Rob Church [Fri, 8 Jun 2007 15:56:32 +0000 (15:56 +0000)]
* (bug 10181) Support the XCache object caching mechanism [patch from Kurt Radwanski]
* Minor tweak to installer form

17 years ago* Fixes to fi
Niklas Laxström [Fri, 8 Jun 2007 15:27:25 +0000 (15:27 +0000)]
* Fixes to fi

17 years ago(bug 5908) Add "DEFAULTSORTKEY" and "DEFAULTCATEGORYSORT" aliases for "DEFAULTSORT...
Rob Church [Fri, 8 Jun 2007 15:16:00 +0000 (15:16 +0000)]
(bug 5908) Add "DEFAULTSORTKEY" and "DEFAULTCATEGORYSORT" aliases for "DEFAULTSORT" magic word

17 years ago* Updates to fi
Niklas Laxström [Fri, 8 Jun 2007 13:46:51 +0000 (13:46 +0000)]
* Updates to fi

17 years ago* Updates to Slovak (sk) by Helix84
Niklas Laxström [Fri, 8 Jun 2007 12:57:46 +0000 (12:57 +0000)]
* Updates to Slovak (sk) by Helix84

17 years agoAdd 'Brokenlinks' as an alias for 'Wantedpages'. I suppose this is technically a...
Aryeh Gregor [Fri, 8 Jun 2007 03:42:55 +0000 (03:42 +0000)]
Add 'Brokenlinks' as an alias for 'Wantedpages'.  I suppose this is technically a l10n change, so no RELEASE-NOTES?

Incidentally, when are we going to be implementing the readable special page names (with spaces!) for English?

17 years agoHave Math.php use encodeBlob and decodeBlob when accessing the binary fields math_inp...
Greg Sabino Mullane [Fri, 8 Jun 2007 01:06:52 +0000 (01:06 +0000)]
Have Math.php use encodeBlob and decodeBlob when accessing the binary fields math_inputhash and math_outputhash. Better
long-term solution is to simply store the hexadecimal as text, but converting via updaters.inc will be complex.
Fixes bug # 9909.

17 years agoFix up encodeBlob, don't worry so much about indexInfo compat.
Greg Sabino Mullane [Fri, 8 Jun 2007 00:57:22 +0000 (00:57 +0000)]
Fix up encodeBlob, don't worry so much about indexInfo compat.

17 years agoProper credit...
Rob Church [Fri, 8 Jun 2007 00:57:11 +0000 (00:57 +0000)]
Proper credit...

17 years agoDitch wfSpecialConfirmemail(), move Special:Confirmemail to the modern special page...
Rob Church [Fri, 8 Jun 2007 00:52:56 +0000 (00:52 +0000)]
Ditch wfSpecialConfirmemail(), move Special:Confirmemail to the modern special page loading scheme

17 years ago* (bug 8760) Allow wiki links in "protectexpiry" message
Rob Church [Thu, 7 Jun 2007 22:16:19 +0000 (22:16 +0000)]
* (bug 8760) Allow wiki links in "protectexpiry" message
* Introduce wfMsgWithLinks() and a content-language counterpart, wfMsgForContentWithLinks(); these escape HTML and render wiki links in text, so should be suitable for labels and so on
* Make Linker::formatLinksInComment() public

17 years agoReworked e-mail blocking. To be enabled for a user, it now requires that $wgSysopEmai...
Daniel Cannon [Thu, 7 Jun 2007 21:15:59 +0000 (21:15 +0000)]
Reworked e-mail blocking. To be enabled for a user, it now requires that $wgSysopEmailBans == true and that the user has the right "blockemail".

17 years ago* (bug 8989) Blacklist 'mhtml' and 'mht' files from upload
Rob Church [Thu, 7 Jun 2007 20:49:34 +0000 (20:49 +0000)]
* (bug 8989) Blacklist 'mhtml' and 'mht' files from upload
* Trim release note from bug 7997

17 years ago*Fix comment
Aaron Schulz [Thu, 7 Jun 2007 19:52:41 +0000 (19:52 +0000)]
*Fix comment

17 years agoSqlBagOStuff: Don't write to the database during read-only mode
Tim Starling [Thu, 7 Jun 2007 17:53:26 +0000 (17:53 +0000)]
SqlBagOStuff: Don't write to the database during read-only mode

17 years ago(bug 7997) Added ability to Special:Blockip to block users from using Special:Emailuser.
Daniel Cannon [Thu, 7 Jun 2007 17:31:08 +0000 (17:31 +0000)]
(bug 7997) Added ability to Special:Blockip to block users from using Special:Emailuser.

17 years ago* Don't require a list of extensions; move it into an option, and default to $wgFileE...
Rob Church [Thu, 7 Jun 2007 15:07:12 +0000 (15:07 +0000)]
* Don't require a list of extensions; move it into an option, and default to $wgFileExtensions
* Let the user know if no suitable files are found
* Missing release note from r22772

17 years agoIndonesian (id) localisation updates.
Ivan Lanin [Thu, 7 Jun 2007 14:48:26 +0000 (14:48 +0000)]
Indonesian (id) localisation updates.

17 years agoReturn true/false, not o/not-0 for relation checking functions, for those parts of...
Greg Sabino Mullane [Thu, 7 Jun 2007 14:02:46 +0000 (14:02 +0000)]
Return true/false, not o/not-0 for relation checking functions, for those parts of the code that demand "result === false" rather than saying (!result)

17 years ago*Only use rev_len, don't try to get text directly (brion pointed out issues when...
Aaron Schulz [Thu, 7 Jun 2007 03:07:18 +0000 (03:07 +0000)]
*Only use rev_len, don't try to get text directly (brion pointed out issues when compressed). I don't want to clutter up the script loading Revision.php and call a bunch of methods for these two little fields either.

17 years agoLocalTestSettings.php not used no mo
Brion Vibber [Wed, 6 Jun 2007 20:46:38 +0000 (20:46 +0000)]
LocalTestSettings.php not used no mo

17 years ago* (bug 10176) Update Georgian translations
Raimond Spekking [Wed, 6 Jun 2007 20:37:57 +0000 (20:37 +0000)]
* (bug 10176) Update Georgian translations
  Patch by Malafaya

17 years agoUpdate test cases to run
Brion Vibber [Wed, 6 Jun 2007 18:37:35 +0000 (18:37 +0000)]
Update test cases to run

17 years agoAdd a free() function on SearchResultSet class, so the underlying result set can...
Brion Vibber [Wed, 6 Jun 2007 18:36:11 +0000 (18:36 +0000)]
Add a free() function on SearchResultSet class, so the underlying result set can be freed

17 years agoRemove several obsolete maint scripts.
Brion Vibber [Wed, 6 Jun 2007 16:05:23 +0000 (16:05 +0000)]
Remove several obsolete maint scripts.
* userDupes and cleanupDupes are obsolete, referring to old indexes. Their backing code is still used for updaters but the front-ends are now useless.
* importPhase2 was not functional for a long time, no reason to keep it in current code.
* dumpReplayLog was experimental and didn't really do anything, and used 1.4 schema to boot. :)

17 years ago* Skip additional setting of include_path in commandLine.inc (for non-Wikimedia mode)
Brion Vibber [Wed, 6 Jun 2007 16:01:14 +0000 (16:01 +0000)]
* Skip additional setting of include_path in commandLine.inc (for non-Wikimedia mode)
* Fix some scripts that assumed include_path was set with various additional directories
Stuff now seems to mostly work when not overriding include_path.
Taking that out of LocalSettings is the next step... whee!

17 years agoPer talk with River on IRC:
Raimond Spekking [Wed, 6 Jun 2007 11:42:02 +0000 (11:42 +0000)]
Per talk with River on IRC:
Removing extra message from r22793, seem to be just unintuitive.

17 years ago* Updates to it
Niklas Laxström [Wed, 6 Jun 2007 10:39:45 +0000 (10:39 +0000)]
* Updates to it

17 years ago* (bug 7859) Update Kazakh translations
Raimond Spekking [Wed, 6 Jun 2007 10:01:41 +0000 (10:01 +0000)]
* (bug 7859) Update Kazakh translations
  Patch by AlefZet

17 years agoShow result of Special:Booksources in wiki content language always,
Raimond Spekking [Wed, 6 Jun 2007 09:51:38 +0000 (09:51 +0000)]
Show result of Special:Booksources in wiki content language always,
it's normally better maintained than the generic list from the standard message files

17 years agoHousekeeping: rebuild message file with rebuildMessages.php to be consistent with...
Raimond Spekking [Wed, 6 Jun 2007 08:19:44 +0000 (08:19 +0000)]
Housekeeping: rebuild message file with rebuildMessages.php to be consistent with messages.inc

17 years agoAPI: help message fix - bug 10148 generator and/or help page errors
Yuri Astrakhan [Wed, 6 Jun 2007 04:41:35 +0000 (04:41 +0000)]
API: help message fix - bug 10148 generator and/or help page errors

17 years ago*Try to use rev_len first to avoid hitting text table as much
Aaron Schulz [Wed, 6 Jun 2007 04:38:10 +0000 (04:38 +0000)]
*Try to use rev_len first to avoid hitting text table as much

17 years ago*Fill in rc_old_len and rc_new_len (bug 9542)
Aaron Schulz [Wed, 6 Jun 2007 03:57:14 +0000 (03:57 +0000)]
*Fill in rc_old_len and rc_new_len (bug 9542)

17 years agook 1 => pass; ok 0 => fail and report the path in the test
Ævar Arnfjörð Bjarmason [Tue, 5 Jun 2007 23:25:38 +0000 (23:25 +0000)]
ok 1 => pass; ok 0 => fail and report the path in the test

17 years ago* (bug 10149) Don't show full template list on section-0 edit
Brion Vibber [Tue, 5 Jun 2007 21:17:59 +0000 (21:17 +0000)]
* (bug 10149) Don't show full template list on section-0 edit
Oh PHP, how do I loathe thee? Let me count the ways:
1)  0  == '0'
2)  0  == ''
3) '0' != ''
Q.E.D.

17 years agoUpdate test case for 'Template with thumb image (with link in description)'.
Brion Vibber [Tue, 5 Jun 2007 19:32:09 +0000 (19:32 +0000)]
Update test case for 'Template with thumb image (with link in description)'.
Change in behavior for thumb rendering of a nonexistent image: instead of using the icon size (120px) the hardcoded default thumb size (180px) is now used. Since this isn't really defined behavior there doesn't seem to be a pressing reason to change it back.

17 years ago* Fix minor regression in media links to images that don't exist yet -- use dbkey...
Brion Vibber [Tue, 5 Jun 2007 19:06:32 +0000 (19:06 +0000)]
* Fix minor regression in media links to images that don't exist yet -- use dbkey form (with _ instead of space) when passing wpDestFile parameter. This matches previous behavior and avoids a warning on upload when the name is normalized. Fixes another parser test case regression.

17 years agoFix regression in section edit links - broken XML output
Brion Vibber [Tue, 5 Jun 2007 18:59:19 +0000 (18:59 +0000)]
Fix regression in section edit links - broken XML output

17 years ago(bug 10129) small change in Farsi translation of magic words
Raimond Spekking [Tue, 5 Jun 2007 18:45:37 +0000 (18:45 +0000)]
(bug 10129) small change in Farsi translation of magic words

17 years ago* Add an Image::newFromName for additional compat
Brion Vibber [Tue, 5 Jun 2007 18:44:49 +0000 (18:44 +0000)]
* Add an Image::newFromName for additional compat
* Add 'static' markers on the static factory methods

17 years ago* (bug 10146) Update Chinese translations
Raimond Spekking [Tue, 5 Jun 2007 18:42:54 +0000 (18:42 +0000)]
* (bug 10146) Update Chinese translations
  Patch by Shinjiman

17 years agoDon't bug out if no files were found
Rob Church [Tue, 5 Jun 2007 18:39:02 +0000 (18:39 +0000)]
Don't bug out if no files were found

17 years agoExpand a bit on the comment for Parser::stripToc, make it clearer what it does
Ævar Arnfjörð Bjarmason [Tue, 5 Jun 2007 18:34:14 +0000 (18:34 +0000)]
Expand a bit on the comment for Parser::stripToc, make it clearer what it does

17 years agoLocalFile::restore(): roll back the DB transaction if the file is missing
Tim Starling [Tue, 5 Jun 2007 17:53:28 +0000 (17:53 +0000)]
LocalFile::restore(): roll back the DB transaction if the file is missing

17 years ago(bug 9383) Don't set a default value for BLOB column in patch-rc-deleted.sql, it...
Rob Church [Tue, 5 Jun 2007 15:03:18 +0000 (15:03 +0000)]
(bug 9383) Don't set a default value for BLOB column in patch-rc-deleted.sql, it's not valid for STRICT mode. Allow a NULL value.

17 years ago* (bug 9993) Force $wgShowExceptionDetails on during installation
Rob Church [Tue, 5 Jun 2007 14:39:03 +0000 (14:39 +0000)]
* (bug 9993) Force $wgShowExceptionDetails on during installation
* (bug 9980) Validate administrator username and password during installation
* Some dependencies initialised during installer (some extra includes, should be harmless, $wgContLang and $wgLang, which are re-initialised later in the script, and a stub $wgAuth)
* Re-enable error reporting
* Fix an undefined variable notice
* A few other minor bits and pieces

17 years ago(bug 10055) Populate email address and real name properties of User objects passed...
Rob Church [Tue, 5 Jun 2007 13:30:48 +0000 (13:30 +0000)]
(bug 10055) Populate email address and real name properties of User objects passed to the 'AbortNewAccount' hook

17 years ago* (bug 10145) Wrap the tool links on Special:Whatlinkshere in a classed span to allow...
Rob Church [Tue, 5 Jun 2007 13:02:18 +0000 (13:02 +0000)]
* (bug 10145) Wrap the tool links on Special:Whatlinkshere in a classed span to allow for user customisation via scripts and CSS
* Avoid using the "sub page form" when generating links to special pages with other titles as parameters, it causes problems for long target titles

17 years agoAdd missing $hint to 'EditSectionLink' hook call
Rob Church [Tue, 5 Jun 2007 12:54:13 +0000 (12:54 +0000)]
Add missing $hint to 'EditSectionLink' hook call

17 years agoRemove unused messages
Anders Wegge Jakobsen [Tue, 5 Jun 2007 10:52:58 +0000 (10:52 +0000)]
Remove unused messages

17 years agoUpdate.
Rotem Liss [Tue, 5 Jun 2007 10:28:33 +0000 (10:28 +0000)]
Update.

17 years agoHousekeeping:
Raimond Spekking [Tue, 5 Jun 2007 10:15:22 +0000 (10:15 +0000)]
Housekeeping:
* (bug 10067) Translations for former skins removed from message files

17 years ago* Removing 3 unused messages (since ages?), formerly used in ProtectionForm
Raimond Spekking [Tue, 5 Jun 2007 09:07:41 +0000 (09:07 +0000)]
* Removing 3 unused messages (since ages?), formerly used in ProtectionForm
* Update German

17 years agoDanish translation for 22740
Anders Wegge Jakobsen [Tue, 5 Jun 2007 06:13:52 +0000 (06:13 +0000)]
Danish translation for 22740

17 years ago* Change stubthreshold to stub-threshold in maintenance/language/messages.inc.
Ivan Lanin [Tue, 5 Jun 2007 05:51:53 +0000 (05:51 +0000)]
* Change stubthreshold to stub-threshold in maintenance/language/messages.inc.
* Indonesian (id) localisation updates.

17 years agoDon't generate a diff link in the patrol log if the page doesn't exist, it'll be...
Rob Church [Tue, 5 Jun 2007 03:28:40 +0000 (03:28 +0000)]
Don't generate a diff link in the patrol log if the page doesn't exist, it'll be useless

17 years agoRestore a mention of "cascading protection" to the message, so users don't get confus...
Rob Church [Tue, 5 Jun 2007 02:46:43 +0000 (02:46 +0000)]
Restore a mention of "cascading protection" to the message, so users don't get confused, per Simetrical

17 years ago* (bug 9886) Provide clear example "stub link" in Special:Preferences; this is a...
Rob Church [Tue, 5 Jun 2007 02:39:18 +0000 (02:39 +0000)]
* (bug 9886) Provide clear example "stub link" in Special:Preferences; this is a much simpler, cleaner method than r22245, which was reverted

17 years ago* (bug 9769) Provide "watch this page" toggle on protection form
Rob Church [Tue, 5 Jun 2007 02:18:49 +0000 (02:18 +0000)]
* (bug 9769) Provide "watch this page" toggle on protection form
* Clean up protection form a little
* Change default text for "protectcomment", "protectexpiry", "unprotectcomment" and "protect-cascade" messages

17 years agoIndonesian (id) localisation updates. Improvements in wording.
Ivan Lanin [Tue, 5 Jun 2007 01:56:48 +0000 (01:56 +0000)]
Indonesian (id) localisation updates. Improvements in wording.

17 years ago(bug 10139) Introduce 'EditSectionLink' and 'EditSectionLinkForOther' hooks; see...
Rob Church [Tue, 5 Jun 2007 01:50:33 +0000 (01:50 +0000)]
(bug 10139) Introduce 'EditSectionLink' and 'EditSectionLinkForOther' hooks; see docs/hooks.txt for details [patch from Jack D. Pond, with small modifications]

17 years agoClarification for $wgRestrictionLevels
Rob Church [Tue, 5 Jun 2007 01:29:05 +0000 (01:29 +0000)]
Clarification for $wgRestrictionLevels

17 years agoBetter wording
Anders Wegge Jakobsen [Tue, 5 Jun 2007 01:16:43 +0000 (01:16 +0000)]
Better wording

17 years agoCopied some of the CSS added in r22726 into other skins, leaving pure aesthetics...
Rob Church [Tue, 5 Jun 2007 01:16:13 +0000 (01:16 +0000)]
Copied some of the CSS added in r22726 into other skins, leaving pure aesthetics alone

17 years agoFix typo in copyrightwarning; translations for r22720, r22726
Anders Wegge Jakobsen [Tue, 5 Jun 2007 01:10:41 +0000 (01:10 +0000)]
Fix typo in copyrightwarning; translations for r22720, r22726

17 years ago* Add recreate-deleted-warn and recreate-deleted-dismiss to messages.inc.
Ivan Lanin [Tue, 5 Jun 2007 01:02:15 +0000 (01:02 +0000)]
* Add recreate-deleted-warn and recreate-deleted-dismiss to messages.inc.
* Indonesian (id) localisation updates.

17 years ago* (bug 9898) Allow viewing all namespaces in Special:Newpages
Rob Church [Tue, 5 Jun 2007 00:50:46 +0000 (00:50 +0000)]
* (bug 9898) Allow viewing all namespaces in Special:Newpages
* Removed some bizarre behaviour in Xml::namespaceSelector() that stopped non-numeric indexes working for the "all namespace" option

17 years ago* (bug 9820) session.save_path check no longer halts installation, but warns of possi...
Rob Church [Tue, 5 Jun 2007 00:20:56 +0000 (00:20 +0000)]
* (bug 9820) session.save_path check no longer halts installation, but warns of possible bad values
* (bug 9978) Fixed session.save_path validation when using extended configuration format, e.g. "5;/tmp"

17 years agoHad a bash at cleaning up the horrendous-looking deletion log on the edit page:
Rob Church [Mon, 4 Jun 2007 23:43:08 +0000 (23:43 +0000)]
Had a bash at cleaning up the horrendous-looking deletion log on the edit page:

* Suppress if no deletion log entries
* Provide a message to explain what it is
* Allow the whole thing to be dismissed
* Remove the mess in Article
* Some prettification

17 years agoUse __construct syntax instead of PHP4 syntax. Someone said it was causing problems...
Aryeh Gregor [Mon, 4 Jun 2007 22:26:15 +0000 (22:26 +0000)]
Use __construct syntax instead of PHP4 syntax.  Someone said it was causing problems, but in any case we may as well.  Nothing else seems to call them and they don't break my wiki at least, so it shouldn't cause problems.

(This is too trivial for RELEASE-NOTES.)

17 years ago* Update German
Raimond Spekking [Mon, 4 Jun 2007 22:01:26 +0000 (22:01 +0000)]
* Update German
* Adding new messages to messages.inc

17 years ago(bug 10104) Provide stub "getLag()" function for DatabaseOracle and DatabasePostgres
Rob Church [Mon, 4 Jun 2007 21:43:02 +0000 (21:43 +0000)]
(bug 10104) Provide stub "getLag()" function for DatabaseOracle and DatabasePostgres

17 years ago* (bug 10118) Introduce Special:Mostlinkedtemplates
Rob Church [Mon, 4 Jun 2007 21:39:12 +0000 (21:39 +0000)]
* (bug 10118) Introduce Special:Mostlinkedtemplates
* Change default text for "specialpage-empty"

17 years agoDon't delete images in foreign repositories. Also fixed image counter downwards drift...
Tim Starling [Mon, 4 Jun 2007 21:03:36 +0000 (21:03 +0000)]
Don't delete images in foreign repositories. Also fixed image counter downwards drift bug.

17 years ago* (bug 10117) Special:Wantedpages doesn't handle invalid titles in result - now print...
Rob Church [Mon, 4 Jun 2007 20:00:06 +0000 (20:00 +0000)]
* (bug 10117) Special:Wantedpages doesn't handle invalid titles in result - now prints out a warning inline
* Some refactoring of Special:Wantedpages in general

17 years ago* (bug 10113) Fix double-click for view source on protected pages
Brion Vibber [Mon, 4 Jun 2007 19:20:49 +0000 (19:20 +0000)]
* (bug 10113) Fix double-click for view source on protected pages

17 years agoFix newtalk messages
Anders Wegge Jakobsen [Mon, 4 Jun 2007 16:17:30 +0000 (16:17 +0000)]
Fix newtalk messages

17 years agoaaaand one more
Brion Vibber [Mon, 4 Jun 2007 15:58:16 +0000 (15:58 +0000)]
aaaand one more

17 years agofix to fix for calling convention :D
Brion Vibber [Mon, 4 Jun 2007 15:57:22 +0000 (15:57 +0000)]
fix to fix for calling convention :D

17 years agoFix calling convention to makeThumbLinkObj()
Tim Starling [Mon, 4 Jun 2007 15:52:22 +0000 (15:52 +0000)]
Fix calling convention to makeThumbLinkObj()

17 years ago* (bug 10132, 10134) Restore back-compatibility Image::imageUrl() function
Brion Vibber [Mon, 4 Jun 2007 15:22:37 +0000 (15:22 +0000)]
* (bug 10132, 10134) Restore back-compatibility Image::imageUrl() function

17 years ago* (bug 10129) Magic words translated for Farsi by Huji
Raimond Spekking [Mon, 4 Jun 2007 13:27:09 +0000 (13:27 +0000)]
* (bug 10129) Magic words translated for Farsi by Huji
  untranslated English messages removed
  earlier translated namespace names replaced by canonical namespace names
  rebuild with rubuildLanguage.php

17 years ago* Added variables 'wgRestrictionEdit' and 'wgRestrictionMove' for JS to header
Raimond Spekking [Mon, 4 Jun 2007 10:09:41 +0000 (10:09 +0000)]
* Added variables 'wgRestrictionEdit' and 'wgRestrictionMove' for JS to header

17 years agoAdding CSS-IDs to deletion log section
Raimond Spekking [Mon, 4 Jun 2007 08:39:13 +0000 (08:39 +0000)]
Adding CSS-IDs to deletion log section

17 years agoRemove superfluous newlines from end of generated LocalSettings.php files
Rob Church [Mon, 4 Jun 2007 02:25:13 +0000 (02:25 +0000)]
Remove superfluous newlines from end of generated LocalSettings.php files

17 years ago*Document old ArticleViewHeader hook
Aaron Schulz [Sun, 3 Jun 2007 22:34:53 +0000 (22:34 +0000)]
*Document old ArticleViewHeader hook

17 years ago*Add two vars to ArticleViewHeader hook, $outputDone, $pcache
Aaron Schulz [Sun, 3 Jun 2007 22:31:09 +0000 (22:31 +0000)]
*Add two vars to ArticleViewHeader hook, $outputDone, $pcache

17 years agoIndonesian (id) localisation updates.
Ivan Lanin [Sun, 3 Jun 2007 21:40:30 +0000 (21:40 +0000)]
Indonesian (id) localisation updates.

17 years agoUpdate German
Raimond Spekking [Sun, 3 Jun 2007 20:52:42 +0000 (20:52 +0000)]
Update German

17 years ago* (bug 10126) Update Chinese translations
Raimond Spekking [Sun, 3 Jun 2007 20:15:40 +0000 (20:15 +0000)]
* (bug 10126) Update Chinese translations
  Patch by Shinjiman

17 years ago* (bug 10116) Update Portuguese translations
Raimond Spekking [Sun, 3 Jun 2007 19:18:08 +0000 (19:18 +0000)]
* (bug 10116) Update Portuguese translations
  Patch by 555

17 years agoAPI fixed bug 10112 generator=backlinks&prop=info broken
Yuri Astrakhan [Sun, 3 Jun 2007 17:22:09 +0000 (17:22 +0000)]
API fixed bug 10112 generator=backlinks&prop=info broken

17 years agoFix Parse error: syntax error, unexpected T_LNUMBER
Antoine Musso [Sun, 3 Jun 2007 17:14:21 +0000 (17:14 +0000)]
Fix Parse error: syntax error, unexpected T_LNUMBER

17 years agopropset
Antoine Musso [Sun, 3 Jun 2007 17:10:45 +0000 (17:10 +0000)]
propset

17 years agoScript to undelete a page
Tim Starling [Sun, 3 Jun 2007 15:18:33 +0000 (15:18 +0000)]
Script to undelete a page

17 years agoAPI: fixed bug 10109 PostgreSQL API bug in ApiQueryWatchlist::run
Yuri Astrakhan [Sun, 3 Jun 2007 14:18:00 +0000 (14:18 +0000)]
API: fixed bug 10109 PostgreSQL API bug in ApiQueryWatchlist::run

17 years agoFix SpecialUpload::unsaveUploadedFile(). Move UploadVerification hook so that it...
Tim Starling [Sun, 3 Jun 2007 11:23:53 +0000 (11:23 +0000)]
Fix SpecialUpload::unsaveUploadedFile(). Move UploadVerification hook so that it is only called as the file is uploaded, so that extensions don't die when fed an mwrepo:// URL.

17 years agoPartial implementation of $wgCapitalLinks differences between local wiki and file...
Tim Starling [Sun, 3 Jun 2007 10:44:27 +0000 (10:44 +0000)]
Partial implementation of $wgCapitalLinks differences between local wiki and file repository. Description pages don't work when $wgCapitalLinks=true and initialCapital=false, but it should work well enough in the converse situation.

17 years agorevert accidental commit
Tim Starling [Sun, 3 Jun 2007 09:31:21 +0000 (09:31 +0000)]
revert accidental commit