lhc/web/wiklou.git
15 years agoRemoved isMissing() calls from performance-sensitive code paths. Replaces live hack...
Tim Starling [Tue, 16 Jun 2009 01:06:13 +0000 (01:06 +0000)]
Removed isMissing() calls from performance-sensitive code paths. Replaces live hack. Should hopefully avoid the total backend overload we saw when we deployed this feature initially. The feature could be reimplemented as a database field, img_missing, populated offline by a maintenance script. But doing an NFS stat() on page view is totally impossible.

15 years agoLocalisation updates for core messages from translatewiki.net (2009-06-15 20:41 UTC)
Siebrand Mazeland [Mon, 15 Jun 2009 20:44:58 +0000 (20:44 +0000)]
Localisation updates for core messages from translatewiki.net (2009-06-15 20:41 UTC)

15 years ago(bug 19209) Follow-up to r49331: CSS for nds should not apply for nds-nl.
Siebrand Mazeland [Mon, 15 Jun 2009 20:37:54 +0000 (20:37 +0000)]
(bug 19209) Follow-up to r49331: CSS for nds should not apply for nds-nl.

15 years agoAdded new message 'sp-deletedcontributions-contribs' for the link to Special:Contribu...
Alexandre Emsenhuber [Mon, 15 Jun 2009 20:10:38 +0000 (20:10 +0000)]
Added new message 'sp-deletedcontributions-contribs' for the link to Special:Contributions at the top of Special:DeletedContributions so it is possible to have a non-capitalized link, more or less the same as 48906

15 years agoreverted r49889 - breaks patrol mark functions (and a real fix was used anyway)
Aaron Schulz [Mon, 15 Jun 2009 20:08:50 +0000 (20:08 +0000)]
reverted r49889 - breaks patrol mark functions (and a real fix was used anyway)

15 years agoMove some stuff from DatabaseBase to DatabaseMysql
Aryeh Gregor [Mon, 15 Jun 2009 18:39:41 +0000 (18:39 +0000)]
Move some stuff from DatabaseBase to DatabaseMysql

I moved a number of methods and marked them abstract in DatabaseBase,
namely those that met the following criteria:

1) Used some mysql_* function, so would obviously fail on any other DB.
2) Were already implemented by all five non-MySQL subclasses.

It would be reasonable to revisit these and make the less essential ones
return a dummy value instead of being abstract.  And document them.  And
move more methods that are MySQL-specific.  But one thing at a time.

I also split the classes Database, DatabaseMysql, and MySQLMasterPos to
DatabaseMysql.php.

This should theoretically have no practical changes, but it's a bunch of
changed code, so it will possibly break something by accident.

Followup to r51795.

15 years agofix typo in comment
Alex Z [Mon, 15 Jun 2009 18:38:15 +0000 (18:38 +0000)]
fix typo in comment

15 years agoLocalization update for he.
Rotem Liss [Mon, 15 Jun 2009 18:06:49 +0000 (18:06 +0000)]
Localization update for he.

15 years ago(bug 19211) Fix regression from r50351 that caused looping in previous/next navigation
Siebrand Mazeland [Mon, 15 Jun 2009 17:57:13 +0000 (17:57 +0000)]
(bug 19211) Fix regression from r50351 that caused looping in previous/next navigation

15 years agoRegression in r51797, anon signature links where prefixed with contributions/ because...
Niklas Laxström [Mon, 15 Jun 2009 15:17:40 +0000 (15:17 +0000)]
Regression in r51797, anon signature links where prefixed with contributions/ because default value changed from '' to null

15 years agoFix incorrect index usage. Without a condition on the namespace, the use of new_name_...
Tim Starling [Mon, 15 Jun 2009 14:44:28 +0000 (14:44 +0000)]
Fix incorrect index usage. Without a condition on the namespace, the use of new_name_timestamp causes a full table scan. This was the primary cause of the recent post-scap downtime.

15 years agoLocalisation updates: Persian translation for vector- series of messages
Huji [Mon, 15 Jun 2009 14:42:50 +0000 (14:42 +0000)]
Localisation updates: Persian translation for vector- series of messages

15 years agoFollow-up to r51894: remove unused $targetText
Siebrand Mazeland [Mon, 15 Jun 2009 14:09:41 +0000 (14:09 +0000)]
Follow-up to r51894: remove unused $targetText

15 years agoFix up r51559: Linker::link() expects Title objects, not strings
Roan Kattouw [Mon, 15 Jun 2009 13:50:05 +0000 (13:50 +0000)]
Fix up r51559: Linker::link() expects Title objects, not strings

15 years agoRemoved empty elements from magic words
Niklas Laxström [Mon, 15 Jun 2009 13:35:58 +0000 (13:35 +0000)]
Removed empty elements from magic words

15 years agoRemoved empty-string magic word synonyms, were probably breaking the wiki
Tim Starling [Mon, 15 Jun 2009 13:29:08 +0000 (13:29 +0000)]
Removed empty-string magic word synonyms, were probably breaking the wiki

15 years agoFix regression probably from r50975 - link was not parsed
Niklas Laxström [Mon, 15 Jun 2009 13:20:40 +0000 (13:20 +0000)]
Fix regression probably from r50975 - link was not parsed

15 years agoUpdate magic words:
Siebrand Mazeland [Mon, 15 Jun 2009 13:15:10 +0000 (13:15 +0000)]
Update magic words:
* remove duplicates
* note consistently

15 years agoFix double escaping issues. Related to r51559 and friends.
Siebrand Mazeland [Mon, 15 Jun 2009 12:32:59 +0000 (12:32 +0000)]
Fix double escaping issues. Related to r51559 and friends.

15 years ago(bug 19205 ) Follow-up to 50351 and 51572: no double escaping.
Siebrand Mazeland [Mon, 15 Jun 2009 12:12:53 +0000 (12:12 +0000)]
(bug 19205 ) Follow-up to 50351 and 51572: no double escaping.

15 years ago(bug 19202) Follow-up to r51819: fix incorrect conversion. Put wfMsgForContent back.
Siebrand Mazeland [Mon, 15 Jun 2009 11:27:48 +0000 (11:27 +0000)]
(bug 19202) Follow-up to r51819: fix incorrect conversion. Put wfMsgForContent back.

15 years agoFollow-up to r50822. Add id="mw-returnto" to allow styling.
Siebrand Mazeland [Mon, 15 Jun 2009 11:11:17 +0000 (11:11 +0000)]
Follow-up to r50822. Add id="mw-returnto" to allow styling.

15 years agoFix for r51574: did you mean.. links were broken, the original change seem to miss...
Robert Stojnić [Mon, 15 Jun 2009 09:44:55 +0000 (09:44 +0000)]
Fix for r51574: did you mean.. links were broken, the original change seem to miss this one..

15 years agoLabel width from 20% to 30% to further reduce label wrapping. Is was for example...
Siebrand Mazeland [Mon, 15 Jun 2009 08:05:52 +0000 (08:05 +0000)]
Label width from 20% to 30% to further reduce label wrapping. Is was for example wrapping on Special:AllPages for "Display pages starting at:" at 'at' in FF3.

15 years agoLocalisation updates for core messages from translatewiki.net (2009-06-15 07:42 UTC)
Siebrand Mazeland [Mon, 15 Jun 2009 07:51:09 +0000 (07:51 +0000)]
Localisation updates for core messages from translatewiki.net (2009-06-15 07:42 UTC)

15 years agoRemove $resultset->free() calls, as in live hack. The calls are unnecessary, removing...
Tim Starling [Mon, 15 Jun 2009 06:54:40 +0000 (06:54 +0000)]
Remove $resultset->free() calls, as in live hack. The calls are unnecessary, removing probably fixes some bug.

15 years agowe have SpecialPage::getTitleFor() for that
Alexandre Emsenhuber [Mon, 15 Jun 2009 06:46:32 +0000 (06:46 +0000)]
we have SpecialPage::getTitleFor() for that

15 years agoFix typo from r51820
Tim Starling [Mon, 15 Jun 2009 04:52:57 +0000 (04:52 +0000)]
Fix typo from r51820

15 years ago(bug 19160) Use DISTINCT instead of DISTINCTROW for compatibility with postgresql
Alex Z [Mon, 15 Jun 2009 03:05:28 +0000 (03:05 +0000)]
(bug 19160) Use DISTINCT instead of DISTINCTROW for compatibility with postgresql

15 years agoUse parentheses for bit* to be on the safe side
Aryeh Gregor [Sun, 14 Jun 2009 20:13:17 +0000 (20:13 +0000)]
Use parentheses for bit* to be on the safe side

Follow-up to r51815.

15 years agoLocalisation updates for core messages from translatewiki.net (2009-06-14 14:35 UTC)
Siebrand Mazeland [Sun, 14 Jun 2009 14:37:27 +0000 (14:37 +0000)]
Localisation updates for core messages from translatewiki.net (2009-06-14 14:35 UTC)

15 years agoLocalisation updates Cantonese, Chinese and Literary Chinese
Shinjiman [Sun, 14 Jun 2009 12:16:57 +0000 (12:16 +0000)]
Localisation updates Cantonese, Chinese and Literary Chinese

15 years agoLocalisation updates for core special pages aliases from translatewiki.net
Siebrand Mazeland [Sun, 14 Jun 2009 10:44:31 +0000 (10:44 +0000)]
Localisation updates for core special pages aliases from translatewiki.net

15 years agoLocalisation updates for core magic words from translatewiki.net
Siebrand Mazeland [Sun, 14 Jun 2009 10:38:15 +0000 (10:38 +0000)]
Localisation updates for core magic words from translatewiki.net

15 years ago(bug 19170) Special:Version should follow the content language direction
Siebrand Mazeland [Sat, 13 Jun 2009 23:30:17 +0000 (23:30 +0000)]
(bug 19170) Special:Version should follow the content language direction

15 years agoLocalisation updates for core messages from translatewiki.net (2009-06-13 19:49 UTC)
Siebrand Mazeland [Sat, 13 Jun 2009 20:11:05 +0000 (20:11 +0000)]
Localisation updates for core messages from translatewiki.net (2009-06-13 19:49 UTC)

15 years agoDo not show new section link when viewing old talk page rev
Katie Filbert [Sat, 13 Jun 2009 14:27:16 +0000 (14:27 +0000)]
Do not show new section link when viewing old talk page rev

15 years ago* deprecated makeMediaLink() to makeMediaLinkObj
Siebrand Mazeland [Sat, 13 Jun 2009 13:41:48 +0000 (13:41 +0000)]
* deprecated makeMediaLink() to makeMediaLinkObj
* add FIXME where I was not able to replace a deprecated method
* add doxygen @deprecated where wfDeprecated() was present, but not the doc

Should conclude replacing or tagging remaining deprecated Linker::make*Link*() in core. Linking to r51559 for code review

15 years ago* replace deprecated makeBrokenLinkObj() by LinkHolderArray.php()
Siebrand Mazeland [Sat, 13 Jun 2009 12:39:00 +0000 (12:39 +0000)]
* replace deprecated makeBrokenLinkObj() by LinkHolderArray.php()
* replace deprecated makeKnownLink() by linkKnown()
* add FIXME where I was not able to.

Linking to r51559 for code review

15 years ago* follow-up to r51568: $id should not have been made an array
Siebrand Mazeland [Sat, 13 Jun 2009 12:24:43 +0000 (12:24 +0000)]
* follow-up to r51568: $id should not have been made an array
* use linkKnown() instead of deprecated makeKnownLink()

15 years agoFollow-up to r?????:
Niklas Laxström [Sat, 13 Jun 2009 08:57:33 +0000 (08:57 +0000)]
Follow-up to r?????:
PHP Catchable fatal error:  Argument 1 passed to DBError::__construct() must be an instance of Database, instance of DatabaseMysql given, called in /var/www/w/includes/db/Database.php on line 2736 and defined in /var/www/w/includes/db/Database.php on line 2547

15 years agotypos
Jure Kajzer [Sat, 13 Jun 2009 06:49:54 +0000 (06:49 +0000)]
typos

15 years agoAdded bitwise operations to DatabaseBase and overloaded in DatabaseOracle.
Jure Kajzer [Sat, 13 Jun 2009 06:31:38 +0000 (06:31 +0000)]
Added bitwise operations to DatabaseBase and overloaded in DatabaseOracle.

15 years agoLocalisation updates for core messages from translatewiki.net
Siebrand Mazeland [Sat, 13 Jun 2009 00:52:00 +0000 (00:52 +0000)]
Localisation updates for core messages from translatewiki.net

15 years agoUpdate Special:BrokenRedirects:
Siebrand Mazeland [Sat, 13 Jun 2009 00:02:31 +0000 (00:02 +0000)]
Update Special:BrokenRedirects:
* add a message 'parentheses' "($1)" so a parentheses enclosed list can be localised (hardcoded all over the place)
* put edit and delete link in parentheses together (changed messages 'brokenredirects-delete' and 'brokenredirects-edit')
* convert deprecated makeBrokenLinkObj() to link()
* update indendation

15 years agoAnother follow-up for r51807: add a missing </form> on pages without the advanced...
Robert Stojnić [Fri, 12 Jun 2009 23:35:35 +0000 (23:35 +0000)]
Another follow-up for r51807: add a missing </form> on pages without the advanced search

15 years agoconvert deprecated makeBrokenLinkObj() to link(). Changed behaviour of the link....
Siebrand Mazeland [Fri, 12 Jun 2009 23:34:02 +0000 (23:34 +0000)]
convert deprecated makeBrokenLinkObj() to link(). Changed behaviour of the link. It is no longer a broken link. Edit didn't work. Added that in the query parameters.

15 years agoFix warning in r51807, $out is first used here so need = instead of .=
Robert Stojnić [Fri, 12 Jun 2009 23:21:55 +0000 (23:21 +0000)]
Fix warning in r51807, $out is first used here so need = instead of .=

15 years agoChanged how the search UI is rendered.
Trevor Parscal [Fri, 12 Jun 2009 22:45:13 +0000 (22:45 +0000)]
Changed how the search UI is rendered.

15 years agoExpect DatabaseBase, not Database.
Chad Horohoe [Fri, 12 Jun 2009 21:54:29 +0000 (21:54 +0000)]
Expect DatabaseBase, not Database.

15 years agoLocalization update for he and fixing comment in en.
Rotem Liss [Fri, 12 Jun 2009 20:38:32 +0000 (20:38 +0000)]
Localization update for he and fixing comment in en.

15 years agoUpdate casing on Vector skin messages
Siebrand Mazeland [Fri, 12 Jun 2009 20:10:19 +0000 (20:10 +0000)]
Update casing on Vector skin messages

15 years agoPut actual location of these two classes.
Chad Horohoe [Fri, 12 Jun 2009 19:24:03 +0000 (19:24 +0000)]
Put actual location of these two classes.

15 years agoKill some E_NOTICE when protecting a non-existing page
Alexandre Emsenhuber [Fri, 12 Jun 2009 18:31:07 +0000 (18:31 +0000)]
Kill some E_NOTICE when protecting a non-existing page

15 years agoMake Database into abstract class DatabaseBase
Aryeh Gregor [Fri, 12 Jun 2009 17:59:04 +0000 (17:59 +0000)]
Make Database into abstract class DatabaseBase

All other databases were changed to extend DatabaseBase instead of
Database.  Database was kept as an alias for DatabaseMysql for
compatibility.  Existing explicit references to Database that I could
find were changed to DatabaseMysql for the sake of clarity.

Should cause no functional changes.

15 years agoSwitched language of tabs from generic and monobook specific stuff to vector specific...
Trevor Parscal [Fri, 12 Jun 2009 17:55:48 +0000 (17:55 +0000)]
Switched language of tabs from generic and monobook specific stuff to vector specific messages where possible

15 years agoFix for r51774, r51784: set '127.0.0.1' as IP for CLI, but with explicit check for...
Alexandre Emsenhuber [Fri, 12 Jun 2009 09:34:49 +0000 (09:34 +0000)]
Fix for r51774, r51784: set '127.0.0.1' as IP for CLI, but with explicit check for $wgCommandLineMode so that the exception "Unable to determine IP" is not thrown in this case.

15 years agoFixes for r51774:
Alexandre Emsenhuber [Fri, 12 Jun 2009 09:17:21 +0000 (09:17 +0000)]
Fixes for r51774:
* declare $ip and $ipchain so that it doesn't throw notices and warnings
* don't set $ip to false after getting it from $_SERVER['REMOTE_ADDR'], otherwise it won't work when there's no XFF header
* fix logic when throwing the exception: throw it when there's no IP

15 years agoLocalisation updates Cantonese, Chinese and Literary Chinese
Shinjiman [Fri, 12 Jun 2009 06:47:25 +0000 (06:47 +0000)]
Localisation updates Cantonese, Chinese and Literary Chinese

15 years agoPass the SiteConfiguration object as a parameter to fullLoadCallback.
Tim Starling [Fri, 12 Jun 2009 04:11:15 +0000 (04:11 +0000)]
Pass the SiteConfiguration object as a parameter to fullLoadCallback.

15 years agoTweak RELEASE-NOTES
Chad Horohoe [Fri, 12 Jun 2009 01:38:19 +0000 (01:38 +0000)]
Tweak RELEASE-NOTES

15 years agoRevert r51725 (fall back to 127.0.0.1 when IP cannot be determined). On further discu...
Chad Horohoe [Fri, 12 Jun 2009 01:34:44 +0000 (01:34 +0000)]
Revert r51725 (fall back to 127.0.0.1 when IP cannot be determined). On further discussion, it's best if we don't make up a fake IP. Tweak the logic here a bit (per Tim) to let XFF attempt to determine the actual IP. Throw an exception if we can't.

15 years agoPer code review: call allowPropChange() directly, and only reference the deprecated...
Chad Horohoe [Thu, 11 Jun 2009 23:35:34 +0000 (23:35 +0000)]
Per code review: call allowPropChange() directly, and only reference the deprecated methods if they're available, this way if someone _has_ implemented these, they will still get their desired results. Removed them so A) We don't encourage people to use them, and B) We don't fool ourselves with is_callable()

15 years agoTweaked link colors to unify colors of content and navigation.
Trevor Parscal [Thu, 11 Jun 2009 23:07:07 +0000 (23:07 +0000)]
Tweaked link colors to unify colors of content and navigation.

15 years agoLocalisation updates for core messages from translatewiki.net (2009-06-11 20:53 UTC)
Siebrand Mazeland [Thu, 11 Jun 2009 20:57:08 +0000 (20:57 +0000)]
Localisation updates for core messages from translatewiki.net (2009-06-11 20:53 UTC)

15 years agoLocalization update for he.
Rotem Liss [Thu, 11 Jun 2009 20:53:14 +0000 (20:53 +0000)]
Localization update for he.

15 years agoConsistency tweaks
Siebrand Mazeland [Thu, 11 Jun 2009 20:40:32 +0000 (20:40 +0000)]
Consistency tweaks

15 years agoUse the new and more accurate classes for Arabic per
Meno25 [Thu, 11 Jun 2009 14:41:52 +0000 (14:41 +0000)]
Use the new and more accurate classes for Arabic per
http://ar.wikipedia.org/w/index.php?oldid=3406056

15 years agoLocalisation updates: Updating magic words
Huji [Thu, 11 Jun 2009 11:30:07 +0000 (11:30 +0000)]
Localisation updates: Updating magic words

15 years agoFix for r51667: external diff is also controlled by $wgUseExternalEditor (see include...
Alexandre Emsenhuber [Thu, 11 Jun 2009 10:49:33 +0000 (10:49 +0000)]
Fix for r51667: external diff is also controlled by $wgUseExternalEditor (see includes/diff/DifferenceEngine.php line 107). $wgExternalDiffEngine is used to change the difference engine's backend (wikidiff, wikidiff2, ...) and not to allow users to have their own difference engine.

15 years agoRemove unused global left in r51727
Roan Kattouw [Thu, 11 Jun 2009 09:05:47 +0000 (09:05 +0000)]
Remove unused global left in r51727

15 years agoPer code review: Use Language::getLanguageNames() instead.
Chad Horohoe [Thu, 11 Jun 2009 04:49:10 +0000 (04:49 +0000)]
Per code review: Use Language::getLanguageNames() instead.

15 years ago.1
Chad Horohoe [Thu, 11 Jun 2009 03:24:16 +0000 (03:24 +0000)]
.1

15 years ago(bug 18173) Login form exception on malformed REMOTE_ADDR, wfGetIP() now falls back...
Chad Horohoe [Thu, 11 Jun 2009 03:20:15 +0000 (03:20 +0000)]
(bug 18173) Login form exception on malformed REMOTE_ADDR, wfGetIP() now falls back to 127.0.01 if the IP cannot be determined, which is more sane than returning null.

15 years agoRemove call to print_c() function which seems to have disappeared off the face of...
Roan Kattouw [Wed, 10 Jun 2009 18:09:21 +0000 (18:09 +0000)]
Remove call to print_c() function which seems to have disappeared off the face of the earth

15 years agoFix for r51560: forgot to remove a require('counter.php')
Roan Kattouw [Wed, 10 Jun 2009 18:05:21 +0000 (18:05 +0000)]
Fix for r51560: forgot to remove a require('counter.php')

15 years agoUse require not include when sourcing commandLine.inc, to avoid possible web executio...
Tim Starling [Wed, 10 Jun 2009 05:29:40 +0000 (05:29 +0000)]
Use require not include when sourcing commandLine.inc, to avoid possible web execution when the web server is configured strangely. Detected during automated security scanning. For backport to 1.15.

15 years agoFollowup to r51592:
Chad Horohoe [Wed, 10 Jun 2009 01:47:58 +0000 (01:47 +0000)]
Followup to r51592:
* Implement fileExistsBatch() in the ForeignAPIRepo.
* Tweak fileExists() to return the boolean from the single file we checked, not the file we were given.

15 years agoOartial revert of r50809. Call the old method names for b/c.
Chad Horohoe [Tue, 9 Jun 2009 23:59:42 +0000 (23:59 +0000)]
Oartial revert of r50809. Call the old method names for b/c.

15 years ago(bug 19112) Preferences now respects $wgUseExternalEditor, $wgExternalDiffEngine...
Chad Horohoe [Tue, 9 Jun 2009 23:01:00 +0000 (23:01 +0000)]
(bug 19112) Preferences now respects $wgUseExternalEditor, $wgExternalDiffEngine. Patch by jidanni.

15 years ago[[Special:Search]] now could search terms in all variant-forms. ONLY apply on wikis...
Philip Tzou [Tue, 9 Jun 2009 19:19:14 +0000 (19:19 +0000)]
[[Special:Search]] now could search terms in all variant-forms. ONLY apply on wikis with LanguageConverter.

15 years agoFix default check for preferences
Andrew Garrett [Tue, 9 Jun 2009 17:32:33 +0000 (17:32 +0000)]
Fix default check for preferences

15 years agoForward-ported r51646, AdminSettings.sample documentation note for PostgreSQL.
Tim Starling [Tue, 9 Jun 2009 17:08:59 +0000 (17:08 +0000)]
Forward-ported r51646, AdminSettings.sample documentation note for PostgreSQL.

15 years agoChanges related to update.php:
Tim Starling [Tue, 9 Jun 2009 17:04:16 +0000 (17:04 +0000)]
Changes related to update.php:
* Removed counter.php. Whoever heard of adding a file for a single line of code? Refactored the callers to GlobalFunctions.php wfCountDown().
* Removed the requirement for $wgDBadminuser to be set in update.php. There really is no security benefit, it's just there to annoy users and cause bugs like #19127. Just use $wgDBuser, commandLine.inc will automatically set it to $wgDBadminuser if it's available.
* Since we're using $wgDBuser now, we may as well just use wfGetDB(DB_MASTER) instead of the rubbish special-case code that was already there. There's no need for special-case error handling, there's already special-case code for command line connection errors, if you don't think that message is informative enough then you can change it there.
* Don't set $options before including commandLine.inc, it doesn't do anything.
* Use require not require_once

15 years agoVector skin: don't use short PHP tags (like <?= $varname ?>), breaks in certain envir...
Roan Kattouw [Tue, 9 Jun 2009 14:20:17 +0000 (14:20 +0000)]
Vector skin: don't use short PHP tags (like <?= $varname ?>), breaks in certain environments

15 years agoadded tabs and new lines for better source readability
Alexandre Emsenhuber [Tue, 9 Jun 2009 12:34:09 +0000 (12:34 +0000)]
added tabs and new lines for better source readability

15 years agoCleanup: removing obsolete/outdated messages for zh-tw which are same as zh-hant.
Shinjiman [Tue, 9 Jun 2009 03:55:27 +0000 (03:55 +0000)]
Cleanup: removing obsolete/outdated messages for zh-tw which are same as zh-hant.

15 years agoFollow up to r51465, replaced old index name reference (gave errors)
Aaron Schulz [Tue, 9 Jun 2009 01:38:55 +0000 (01:38 +0000)]
Follow up to r51465, replaced old index name reference (gave errors)

15 years agoSlighly modified the breaks in the sidebar
Trevor Parscal [Mon, 8 Jun 2009 23:56:44 +0000 (23:56 +0000)]
Slighly modified the breaks in the sidebar

15 years agoTweaked the sidebar as per some design review reccomendations.
Trevor Parscal [Mon, 8 Jun 2009 23:20:23 +0000 (23:20 +0000)]
Tweaked the sidebar as per some design review reccomendations.

15 years agoMove deprecated methods to the bottom of the class.
Siebrand Mazeland [Mon, 8 Jun 2009 22:33:37 +0000 (22:33 +0000)]
Move deprecated methods to the bottom of the class.

15 years agoLocalisation updates for core messages from translatewiki.net (2009-06-08 21:48 UTC)
Siebrand Mazeland [Mon, 8 Jun 2009 22:11:42 +0000 (22:11 +0000)]
Localisation updates for core messages from translatewiki.net (2009-06-08 21:48 UTC)

15 years agoFixed bug in side bar menus where really long unbreakable character sequences were...
Trevor Parscal [Mon, 8 Jun 2009 22:05:43 +0000 (22:05 +0000)]
Fixed bug in side bar menus where really long unbreakable character sequences were overlaying the page content

15 years agoWeb installation support for Oracle.
Jure Kajzer [Mon, 8 Jun 2009 18:30:27 +0000 (18:30 +0000)]
Web installation support for Oracle.

15 years ago* DISPLAYTITLE fixes:
Ryan Schmidt [Mon, 8 Jun 2009 16:53:39 +0000 (16:53 +0000)]
* DISPLAYTITLE fixes:
** DISPLAYTITLE now parses the single-quote items of wiki markup (bold and italic).
** Remove UNIQ markers from the output due to people putting tags in there (nowiki, ref, etc.).
** Forbid hr and br elements from being in DISPLAYTITLE as well.

15 years agoAdd fileExistsBatch method to FileRepo and derived classes (per comments on r49001)
Victor Vasiliev [Mon, 8 Jun 2009 15:10:08 +0000 (15:10 +0000)]
Add fileExistsBatch method to FileRepo and derived classes (per comments on r49001)

15 years ago(bug 19126) Follow-up to r51559: replace a period with a comma to get expected results.
Siebrand Mazeland [Mon, 8 Jun 2009 12:46:03 +0000 (12:46 +0000)]
(bug 19126) Follow-up to r51559: replace a period with a comma to get expected results.

15 years ago(bug 18846) Remove update_password_format(), unnecessary, destroys all passwords...
Tim Starling [Mon, 8 Jun 2009 10:26:11 +0000 (10:26 +0000)]
(bug 18846) Remove update_password_format(), unnecessary, destroys all passwords if a wiki with $wgPasswordSalt=false is upgraded with the web installer.

15 years agoReplace a few remaining uses of deprecated makeKnownLinkObj() by link[Known]() in...
Siebrand Mazeland [Mon, 8 Jun 2009 10:07:33 +0000 (10:07 +0000)]
Replace a few remaining uses of deprecated makeKnownLinkObj() by link[Known]() in core. Only uses in core remaining are in includes/Linker.php (all related to deprecated methods) and includes/parser/Parser.php.

Linking this to r51559 for CodeReview as there is some discussion there, and these changes are very similar.

15 years agoFollow-up to r49492: Add forgotten $this->setHeaders(); in execute().
Siebrand Mazeland [Mon, 8 Jun 2009 09:21:30 +0000 (09:21 +0000)]
Follow-up to r49492: Add forgotten $this->setHeaders(); in execute().