lhc/web/wiklou.git
16 years ago* (bug 14537) Change interwiki name for Old Church Slavonic (cu)
Raimond Spekking [Wed, 18 Jun 2008 08:37:00 +0000 (08:37 +0000)]
* (bug 14537) Change interwiki name for Old Church Slavonic (cu)

16 years agoMore ~/includes cleanup. Moving all the Search*.php files to ~/includes/search.
Chad Horohoe [Tue, 17 Jun 2008 20:58:32 +0000 (20:58 +0000)]
More ~/includes cleanup. Moving all the Search*.php files to ~/includes/search.

16 years agoLocalisation updates German
Raimond Spekking [Tue, 17 Jun 2008 16:21:38 +0000 (16:21 +0000)]
Localisation updates German

16 years ago* Reverting encoding errors.
Rotem Liss [Tue, 17 Jun 2008 16:17:15 +0000 (16:17 +0000)]
* Reverting encoding errors.
* Update for he.

16 years ago* keeping the consistence of the preference string
Danny B [Tue, 17 Jun 2008 16:11:08 +0000 (16:11 +0000)]
* keeping the consistence of the preference string

16 years agoUse redirect=no on redirects listed in file links.
Chad Horohoe [Tue, 17 Jun 2008 14:36:36 +0000 (14:36 +0000)]
Use redirect=no on redirects listed in file links.

16 years agoFix typos. Thanks to Lejonel for spotting them.
Siebrand Mazeland [Tue, 17 Jun 2008 10:44:40 +0000 (10:44 +0000)]
Fix typos. Thanks to Lejonel for spotting them.

16 years agoSome more tweaks to Special:Recentchanges:
Alexandre Emsenhuber [Tue, 17 Jun 2008 10:44:12 +0000 (10:44 +0000)]
Some more tweaks to Special:Recentchanges:
* Made User::getDefaultOption() static
* Do not breaks wikis whitout any changes
* fixed E_NOTICE: undefined variable SpecialRecentchanges::$par in SpecialRecentchanges::setup()

16 years ago* Force ints for limit and days options, i get exceptions that they are not int ...
Alexandre Emsenhuber [Tue, 17 Jun 2008 08:41:07 +0000 (08:41 +0000)]
* Force ints for limit and days options, i get exceptions that they are not int ($wgUser->getOption() seems to return a string)
* Fix XHTML error

16 years agoRefactored SpecialRecentchanges:
Niklas Laxström [Tue, 17 Jun 2008 08:24:00 +0000 (08:24 +0000)]
Refactored SpecialRecentchanges:
* Use a class and new frameworks
* Split into functions
* Two new hooks
* Split feed related items to new classes that are autoloaded

16 years ago* Actually use $wgMessageCacheType for the MessageCache
Niklas Laxström [Tue, 17 Jun 2008 08:14:33 +0000 (08:14 +0000)]
* Actually use $wgMessageCacheType for the MessageCache

16 years ago* Fix comments
Niklas Laxström [Tue, 17 Jun 2008 08:10:50 +0000 (08:10 +0000)]
* Fix comments

16 years ago* Second try at normalising special page titles, now at the linker
Niklas Laxström [Tue, 17 Jun 2008 08:08:59 +0000 (08:08 +0000)]
* Second try at normalising special page titles, now at the linker
* Normalises namespace and name to the content language of the wiki

16 years agoRenumber parameters to remove , doesn't break translations yet.
Rotem Liss [Tue, 17 Jun 2008 08:07:35 +0000 (08:07 +0000)]
Renumber parameters to remove , doesn't break translations yet.

16 years ago* No point passing sitename in parameter, as needs to be accompanied with grammar...
Niklas Laxström [Tue, 17 Jun 2008 08:03:34 +0000 (08:03 +0000)]
* No point passing sitename in parameter, as needs to be accompanied with grammar support

16 years agoSending e-mail using Special:EmailUser does reveal the e-mail address of the sender.
Rotem Liss [Tue, 17 Jun 2008 07:31:35 +0000 (07:31 +0000)]
Sending e-mail using Special:EmailUser does reveal the e-mail address of the sender.

16 years agoUpdate.
Rotem Liss [Tue, 17 Jun 2008 07:30:07 +0000 (07:30 +0000)]
Update.

16 years agoOther params that are useful to this message. Hasn't been translated yet, so no downs...
Chad Horohoe [Tue, 17 Jun 2008 04:34:31 +0000 (04:34 +0000)]
Other params that are useful to this message. Hasn't been translated yet, so no downstream effects.

16 years ago(bug 14558) New system message (emailuserfooter) is now added to the footer of e...
Chad Horohoe [Tue, 17 Jun 2008 03:51:38 +0000 (03:51 +0000)]
(bug 14558) New system message (emailuserfooter) is now added to the footer of e-mails sent with Special:Emailuser. "Emailuserfooter' was already defined in the message rebuild script, but was unused.

16 years agoBug 14566 - Clarify what 'rclimit' actually does.
Chad Horohoe [Tue, 17 Jun 2008 03:08:59 +0000 (03:08 +0000)]
Bug 14566 - Clarify what 'rclimit' actually does.

16 years agoLocalisation updates Cantonese, Chinese and Old/Late Time Chinese
Shinjiman [Tue, 17 Jun 2008 02:39:03 +0000 (02:39 +0000)]
Localisation updates Cantonese, Chinese and Old/Late Time Chinese

16 years agoFix more total breakage
Aaron Schulz [Tue, 17 Jun 2008 00:17:12 +0000 (00:17 +0000)]
Fix more total breakage

16 years agoOne more, thanks to Alexfusco5 for reporting it
Alexandre Emsenhuber [Mon, 16 Jun 2008 22:21:12 +0000 (22:21 +0000)]
One more, thanks to Alexfusco5 for reporting it

16 years agoDon't break feeds
Alexandre Emsenhuber [Mon, 16 Jun 2008 22:17:36 +0000 (22:17 +0000)]
Don't break feeds

16 years agoRemove require() line - caused fatal errors
Aaron Schulz [Mon, 16 Jun 2008 20:37:15 +0000 (20:37 +0000)]
Remove require() line - caused fatal errors

16 years ago* Reorganised the includes directory, creating subdirectories db, parser and specials
Tim Starling [Mon, 16 Jun 2008 20:21:26 +0000 (20:21 +0000)]
* Reorganised the includes directory, creating subdirectories db, parser and specials
* Wrote a tool to check the integrity of the autoloader class list, fixed some issues that came up.
* Start the autoloader before LocalSettings.php, so that when an extension writer thinks an inefficient one-file special page extension is the way to go, they don't have to use explicit includes to make the class inheritance work. Should continue to work with $IP set in LocalSettings.php as long as $IP is set before extensions are included.

16 years agoAdd the other existing $skin.css/.js to the message files too to be consistent
Raimond Spekking [Mon, 16 Jun 2008 20:18:55 +0000 (20:18 +0000)]
Add the other existing $skin.css/.js to the message files too to be consistent

16 years ago* (bug 4977) Fix for possible squid purging errors when using HTTP purges
Brion Vibber [Mon, 16 Jun 2008 20:18:49 +0000 (20:18 +0000)]
* (bug 4977) Fix for possible squid purging errors when using HTTP purges
  and multiple servers

16 years agoAdd maxage too
Roan Kattouw [Mon, 16 Jun 2008 20:06:23 +0000 (20:06 +0000)]
Add maxage too

16 years agoAdd wfDeprecated() to Article::getDB()
Chad Horohoe [Mon, 16 Jun 2008 19:49:58 +0000 (19:49 +0000)]
Add wfDeprecated() to Article::getDB()

16 years ago(bug 14402) Added smaxage parameter to api.php
Roan Kattouw [Mon, 16 Jun 2008 19:49:43 +0000 (19:49 +0000)]
(bug 14402) Added smaxage parameter to api.php

16 years agoPer r36308: Add print.css to the message files
Raimond Spekking [Mon, 16 Jun 2008 19:41:50 +0000 (19:41 +0000)]
Per r36308: Add print.css to the message files

16 years agoUse a variable for reporting interval instead of a constant, for inclusion friendliness
Tim Starling [Mon, 16 Jun 2008 16:19:05 +0000 (16:19 +0000)]
Use a variable for reporting interval instead of a constant, for inclusion friendliness

16 years agoPhase out the last of Article::getDB().
Chad Horohoe [Mon, 16 Jun 2008 14:18:41 +0000 (14:18 +0000)]
Phase out the last of Article::getDB().

16 years agoLocalisation updates Cantonese, Chinese and Old/Late Time Chinese
Shinjiman [Mon, 16 Jun 2008 04:20:54 +0000 (04:20 +0000)]
Localisation updates Cantonese, Chinese and Old/Late Time Chinese
Localisation updates Cantonese for extension messages

16 years agoRemove useless param in RecentChange::newFromCurRow()
Chad Horohoe [Mon, 16 Jun 2008 02:39:43 +0000 (02:39 +0000)]
Remove useless param in RecentChange::newFromCurRow()

16 years agoFixing it the way RockMFR said I should.
Chad Horohoe [Mon, 16 Jun 2008 02:26:40 +0000 (02:26 +0000)]
Fixing it the way RockMFR said I should.

16 years ago(bug 14551) - Cancel upload no longer automatically suppresses warnings.
Chad Horohoe [Mon, 16 Jun 2008 01:45:32 +0000 (01:45 +0000)]
(bug 14551) - Cancel upload no longer automatically suppresses warnings.

16 years agoLocalisation updates from Betawiki. Special pages names updates
Siebrand Mazeland [Sun, 15 Jun 2008 21:35:36 +0000 (21:35 +0000)]
Localisation updates from Betawiki. Special pages names updates

16 years agoLocalisation updates for core messages from Betawiki (2008-06-15 23:18 CEST)
Siebrand Mazeland [Sun, 15 Jun 2008 21:26:11 +0000 (21:26 +0000)]
Localisation updates for core messages from Betawiki (2008-06-15 23:18 CEST)

16 years agoAPI: Add nocreate parameter to action=edit
Roan Kattouw [Sun, 15 Jun 2008 20:37:28 +0000 (20:37 +0000)]
API: Add nocreate parameter to action=edit

16 years ago(bug 2889) MediaWiki:Print.css now applies to the printable version
Chad Horohoe [Sun, 15 Jun 2008 20:30:52 +0000 (20:30 +0000)]
(bug 2889) MediaWiki:Print.css now applies to the printable version

16 years agoAPI: Adding 'hidden' field to list=allcategories and prop=categoryinfo output
Roan Kattouw [Sun, 15 Jun 2008 20:28:48 +0000 (20:28 +0000)]
API: Adding 'hidden' field to list=allcategories and prop=categoryinfo output

16 years agoAPI: action=edit: Make the combination of prepend/appendtext and md5 do something...
Roan Kattouw [Sun, 15 Jun 2008 19:59:55 +0000 (19:59 +0000)]
API: action=edit: Make the combination of prepend/appendtext and md5 do something useful. See also mailing list

16 years agoUpdating namespace in ouzbec language, on Abdulla's request
Bertrand Grondin [Sun, 15 Jun 2008 17:02:10 +0000 (17:02 +0000)]
Updating namespace in ouzbec language, on Abdulla's request
Updating core message.

16 years agoAllow entities, it breaks some languages such as french
Alexandre Emsenhuber [Sat, 14 Jun 2008 10:41:46 +0000 (10:41 +0000)]
Allow entities, it breaks some languages such as french

16 years ago* A function to get all Wikimedia extensions.
Rotem Liss [Sat, 14 Jun 2008 09:59:13 +0000 (09:59 +0000)]
* A function to get all Wikimedia extensions.
* Using it to allow checking all Wikimedia extensions in checkExtensions.php.

16 years ago* Fix confused code
Aaron Schulz [Fri, 13 Jun 2008 23:32:03 +0000 (23:32 +0000)]
* Fix confused code
* Break lone line

16 years agoMore Hebrew translations for extensions.
Rotem Liss [Fri, 13 Jun 2008 19:00:56 +0000 (19:00 +0000)]
More Hebrew translations for extensions.

16 years agofix for r36212: take care of the namespace too
Alexandre Emsenhuber [Fri, 13 Jun 2008 18:52:38 +0000 (18:52 +0000)]
fix for r36212: take care of the namespace too

16 years ago(bug 14526) Unescaped SQL in list=backlinks
Bryan Tong Minh [Fri, 13 Jun 2008 13:22:50 +0000 (13:22 +0000)]
(bug 14526) Unescaped SQL in list=backlinks

16 years agoRemove non standard, Gecko specific CSS.
Raimond Spekking [Fri, 13 Jun 2008 09:27:14 +0000 (09:27 +0000)]
Remove non standard, Gecko specific CSS.
At least Opera whines about it and the round corners are not consistent to all other boxes with square corners.

16 years agoRemove $linkTrail from Pl.
Daniel Friesen [Fri, 13 Jun 2008 03:10:05 +0000 (03:10 +0000)]
Remove $linkTrail from Pl.
The polish characters are already covered by the new En default modifications. And the definition here in Pl stops Szl from inheriting the En which has it's fixes.

16 years agoAmendment to r36250.
Daniel Friesen [Fri, 13 Jun 2008 02:47:10 +0000 (02:47 +0000)]
Amendment to r36250.
Rather than adding a few extra characters to a single locale just to make it work. We should extend our base linkTrail to work properly in a universal matter.
From: http://www.regular-expressions.info/posixbrackets.html#class
The Unicode format for mathing all [:alpha:] characters is \p{L&}
I tested this on my own machine. Before applying it 99% of the special characters inside of Wikipedia's EditTools box would not be considered part of a linktrail.
However, after changing the a-z to use \p{L&} every last character listed there was considered part of the LinkTrail and that includes the ones that r36250 tried to fix.
Additionally, I also added ' to allow matching, but only at the start of the linktrail to allow for things like [[Bar]]'s to link correctly. It was tested and does not break the ''s used for emphasis, and does not linkify single quotes used to quote things rather than as an apostraphe.
I may make a second commit later to remove legacy $linkTrail definitions which are no longer needed.

16 years agoAlso omit rtl.css when appropriate. Would be good to do this for main.css too for...
Aryeh Gregor [Fri, 13 Jun 2008 01:04:10 +0000 (01:04 +0000)]
Also omit rtl.css when appropriate.  Would be good to do this for main.css too for Myskin (although of course that one should be included by default, not excluded).

16 years ago(bug 14520) Don't load nonexistent CSS fix files for Chick, Myskin, Simple
Aryeh Gregor [Fri, 13 Jun 2008 00:51:52 +0000 (00:51 +0000)]
(bug 14520) Don't load nonexistent CSS fix files for Chick, Myskin, Simple

16 years ago* bug 14512 - Add link trail on Slavic "ů" character
Danny B [Thu, 12 Jun 2008 23:45:49 +0000 (23:45 +0000)]
* bug 14512 - Add link trail on Slavic "ů" character
* added all non-ASCII letters which appear in szl

16 years agoLocalisation updates: Adding/updating Persian translations
Huji [Thu, 12 Jun 2008 22:13:30 +0000 (22:13 +0000)]
Localisation updates: Adding/updating Persian translations

16 years agoAnother PHP weak typing bug: when section anchors are numeric, the string indexes...
Aryeh Gregor [Thu, 12 Jun 2008 22:06:41 +0000 (22:06 +0000)]
Another PHP weak typing bug: when section anchors are numeric, the string indexes in the $refers array overwrite the numeric indexes, causing it to seem like there are already references with the same name, so extra numbers are added to the end.  Reported at: <en.wikipedia.org/w/index.php?title=Wikipedia:Village_pump_(technical)&diff=218878862&oldid=218873693>

16 years agoSlightly clarify docs
Aryeh Gregor [Thu, 12 Jun 2008 21:31:05 +0000 (21:31 +0000)]
Slightly clarify docs

16 years agoLocalisation updates German
Raimond Spekking [Thu, 12 Jun 2008 18:31:02 +0000 (18:31 +0000)]
Localisation updates German

16 years agoBump $wgStyleVersion to 155.
Chad Horohoe [Thu, 12 Jun 2008 15:37:38 +0000 (15:37 +0000)]
Bump $wgStyleVersion to 155.

16 years agoClean up a bit of a mess with jsMsg(). Should be much more functional now and accept...
Chad Horohoe [Thu, 12 Jun 2008 14:46:11 +0000 (14:46 +0000)]
Clean up a bit of a mess with jsMsg(). Should be much more functional now and accept all types.

16 years agoLocalisation updates for core messages from Betawiki (2008-06-11 16:06 CEST)
Siebrand Mazeland [Thu, 12 Jun 2008 14:13:30 +0000 (14:13 +0000)]
Localisation updates for core messages from Betawiki (2008-06-11 16:06 CEST)

16 years ago(bug 14328) - Allow DOM objects to be used in jsMsg(), not only strings.
Chad Horohoe [Thu, 12 Jun 2008 14:01:05 +0000 (14:01 +0000)]
(bug 14328) - Allow DOM objects to be used in jsMsg(), not only strings.

16 years ago(bug 14459) Added prependtext and appendtext parameters to action=edit
Roan Kattouw [Thu, 12 Jun 2008 13:05:07 +0000 (13:05 +0000)]
(bug 14459) Added prependtext and appendtext parameters to action=edit

16 years ago(bug 14511) MediaWiki:Delete-legend is no longer double escaped
Alexandre Emsenhuber [Thu, 12 Jun 2008 12:02:28 +0000 (12:02 +0000)]
(bug 14511) MediaWiki:Delete-legend is no longer double escaped

16 years ago(bug 14471) Use HTMLTidy and generate limit report in action=parse
Roan Kattouw [Thu, 12 Jun 2008 11:50:01 +0000 (11:50 +0000)]
(bug 14471) Use HTMLTidy and generate limit report in action=parse

16 years agoPlease use standardized error messages here
Roan Kattouw [Thu, 12 Jun 2008 11:43:15 +0000 (11:43 +0000)]
Please use standardized error messages here

16 years agoUpdate files
Meno25 [Thu, 12 Jun 2008 11:20:38 +0000 (11:20 +0000)]
Update files

16 years ago(bug 14500) - The sitefeed (RC) shouldn't show up on Recentchanges itself.
Chad Horohoe [Thu, 12 Jun 2008 00:51:04 +0000 (00:51 +0000)]
(bug 14500) - The sitefeed (RC) shouldn't show up on Recentchanges itself.

16 years ago* (bug 14497) Throw visible errors in installer scripts when SQL files fail due to...
Brion Vibber [Thu, 12 Jun 2008 00:15:29 +0000 (00:15 +0000)]
* (bug 14497) Throw visible errors in installer scripts when SQL files fail due to database permission or other error

Database::sourceFile() was suppressing the standard error reporting, and returning any errors as a string value.
While nice behavior in theory, several years ago, this doesn't work well in practice; most callers assume either that any error will be fatal and halt the script (no error checking) or that an error will return false and any boolean true is success. This caused false positive success, as error conditions returned as strings evaluated to true.
Changed to letting the database object's existing erorr reporting behavior control whether it throws an exception or suppresses the error and returns it as a string -- default behavior will be to throw an exception, making 'can't run CREATE TABLE' errors actually visible to the user trying to install an extension.
For good measure, failure to open the input file also throws an exception to ensure that it will produce a nice visible error instead of a hidden WTF.

16 years agoRe-add wfEncryptPassword() (removed in r35923 in favor of User::crypt() and User...
Roan Kattouw [Wed, 11 Jun 2008 22:20:26 +0000 (22:20 +0000)]
Re-add wfEncryptPassword() (removed in r35923 in favor of User::crypt() and User::oldCrypt()) for extension compatibility, so old extensions don't go around and throw fatal errors all over the place.

16 years agoLocalisation updates for core messages from Betawiki (2008-06-11 23:26 CEST)
Siebrand Mazeland [Wed, 11 Jun 2008 21:42:23 +0000 (21:42 +0000)]
Localisation updates for core messages from Betawiki (2008-06-11 23:26 CEST)

16 years agoRemoved $wgEnableCascadingProtection. It was a quite pointless configuration setting...
Bryan Tong Minh [Wed, 11 Jun 2008 21:36:07 +0000 (21:36 +0000)]
Removed $wgEnableCascadingProtection. It was a quite pointless configuration setting which was not even properly implemented. Cascading protection has been always possible regardless of this configuration setting.

16 years agoI think every string that evaluates to boolean false will be unaffected by this code...
Aryeh Gregor [Wed, 11 Jun 2008 21:34:03 +0000 (21:34 +0000)]
I think every string that evaluates to boolean false will be unaffected by this code block anyway (can't capitalize numbers), but we want a strict check here anyway.

16 years agoNo point in fetching the result in Database::unlock() if we're not using it anyway.
Chad Horohoe [Wed, 11 Jun 2008 19:57:14 +0000 (19:57 +0000)]
No point in fetching the result in Database::unlock() if we're not using it anyway.

16 years agocleanup for r36190 -- remove extra parameters left over from wfMsgExt() call
Brion Vibber [Wed, 11 Jun 2008 17:45:16 +0000 (17:45 +0000)]
cleanup for r36190 -- remove extra parameters left over from wfMsgExt() call

16 years agoUpdate
Meno25 [Wed, 11 Jun 2008 17:44:47 +0000 (17:44 +0000)]
Update

16 years agohoist by my own petard!
Brion Vibber [Wed, 11 Jun 2008 17:37:15 +0000 (17:37 +0000)]
hoist by my own petard!
fix syntax errors in my last commit

16 years agoLet's not go overboard with Xml::tag() for simple <div> and <span>s :)
Brion Vibber [Wed, 11 Jun 2008 17:34:47 +0000 (17:34 +0000)]
Let's not go overboard with Xml::tag() for simple <div> and <span>s :)

16 years agoTweak for r36189: Back to addWikiMsg but now with the appropriate parameter. Thanks...
Raimond Spekking [Wed, 11 Jun 2008 12:53:33 +0000 (12:53 +0000)]
Tweak for r36189: Back to addWikiMsg but now with the appropriate parameter. Thanks to Nikerabbit who points me to the correct usage.

16 years agoReapply support of plural for 'linkstoimage', 'redirectstofile' and 'duplicatesoffile'
Raimond Spekking [Wed, 11 Jun 2008 12:07:58 +0000 (12:07 +0000)]
Reapply support of plural for 'linkstoimage', 'redirectstofile' and 'duplicatesoffile'
Now w/o breaking customized messages.

16 years agoDocument UserLoadDefaults and UserSetCookies hooks
Alexandre Emsenhuber [Wed, 11 Jun 2008 11:07:34 +0000 (11:07 +0000)]
Document UserLoadDefaults and UserSetCookies hooks

16 years ago(bug 14479) MediaWiki:upload-maxfilesize should have a div id wrapper on SpecialUploa...
Bryan Tong Minh [Wed, 11 Jun 2008 11:02:52 +0000 (11:02 +0000)]
(bug 14479) MediaWiki:upload-maxfilesize should have a div id wrapper on SpecialUpload.php

16 years agoRevert r36093 (bug 14404).
Brion Vibber [Wed, 11 Jun 2008 02:51:30 +0000 (02:51 +0000)]
Revert r36093 (bug 14404).

Regressions caused by this:
"Use an anonymous user to get the parser options and the parser cache key, thus wikitext rendering is not depending of some sepcific user options such as lang, ..."

User-specific options such as stub threshold were still applying in the parser, but not taken into account in the parser hash key. As a result, the caches were corrupt, saving different options into the anonymous-default options cache.

16 years agoReverting r36139 -- broke wikitext in linkstoimage AGAIN.
Brion Vibber [Wed, 11 Jun 2008 01:51:12 +0000 (01:51 +0000)]
Reverting r36139 -- broke wikitext in linkstoimage AGAIN.

16 years agoImplement Database::lock() and Database::unlock() based on the same methods in Filest...
Chad Horohoe [Wed, 11 Jun 2008 00:17:42 +0000 (00:17 +0000)]
Implement Database::lock() and Database::unlock() based on the same methods in Filestore. Not implemented in Filestore just yet though.

16 years agoDocument Xml::hidden().
Chad Horohoe [Tue, 10 Jun 2008 23:18:15 +0000 (23:18 +0000)]
Document Xml::hidden().

16 years agoupload dirs will be created on demand; no longer a need to pre-create them
Brion Vibber [Tue, 10 Jun 2008 21:32:20 +0000 (21:32 +0000)]
upload dirs will be created on demand; no longer a need to pre-create them

16 years agoRevert r36161 -- these are pretty weird-looking hooks, which seem a bit arbitrary...
Brion Vibber [Tue, 10 Jun 2008 21:14:14 +0000 (21:14 +0000)]
Revert r36161 -- these are pretty weird-looking hooks, which seem a bit arbitrary and have terrible names.

16 years agoAvoid some of the strict JS warnings in Firefox.
Rotem Liss [Tue, 10 Jun 2008 18:55:32 +0000 (18:55 +0000)]
Avoid some of the strict JS warnings in Firefox.

16 years agoFix the default preprocessor here as well.
Tim Starling [Tue, 10 Jun 2008 17:14:36 +0000 (17:14 +0000)]
Fix the default preprocessor here as well.

16 years agoUpdate.
Rotem Liss [Tue, 10 Jun 2008 17:07:31 +0000 (17:07 +0000)]
Update.

16 years agoLocalisation updates German
Raimond Spekking [Tue, 10 Jun 2008 16:58:54 +0000 (16:58 +0000)]
Localisation updates German

16 years ago* We no longer just give up on a missing upload base directory; it's now
Brion Vibber [Tue, 10 Jun 2008 16:49:21 +0000 (16:49 +0000)]
* We no longer just give up on a missing upload base directory; it's now
  created automatically if we have sufficient permissions!

(Note that upload_directory_missing and upload_directory_read_only still have crappy output as they show a non-obvious internal path in the output.)

16 years agoTwo new hooks to EditPage.php, EditPage::AfterEdit:Form and EditPage:BeforeDisplaying...
Jack Phoenix [Tue, 10 Jun 2008 16:33:41 +0000 (16:33 +0000)]
Two new hooks to EditPage.php, EditPage::AfterEdit:Form and EditPage:BeforeDisplayingTextbox

16 years ago(bug 14496) Fix regression with parseinline on Special:Upload
Chad Horohoe [Tue, 10 Jun 2008 15:56:12 +0000 (15:56 +0000)]
(bug 14496) Fix regression with parseinline on Special:Upload

16 years agoForgot this, needed with r36153
Tim Starling [Tue, 10 Jun 2008 15:38:13 +0000 (15:38 +0000)]
Forgot this, needed with r36153

16 years agoLike the comment says... dieDebug() instead of wfHttpError
Tim Starling [Tue, 10 Jun 2008 15:20:22 +0000 (15:20 +0000)]
Like the comment says... dieDebug() instead of wfHttpError