lhc/web/wiklou.git
15 years agoGet the 'action' URL parameter from $wgRequest rather than from the $action global...
Alexandre Emsenhuber [Thu, 23 Apr 2009 20:07:18 +0000 (20:07 +0000)]
Get the 'action' URL parameter from $wgRequest rather than from the $action global variable

15 years agoLocalisation updates Cantonese, Chinese and Literary Chinese
Shinjiman [Thu, 23 Apr 2009 18:52:14 +0000 (18:52 +0000)]
Localisation updates Cantonese, Chinese and Literary Chinese

15 years agoFixed XSS.
Tim Starling [Thu, 23 Apr 2009 14:38:03 +0000 (14:38 +0000)]
Fixed XSS.

15 years agoDocumentation fixes:
Alexandre Emsenhuber [Thu, 23 Apr 2009 10:28:05 +0000 (10:28 +0000)]
Documentation fixes:
* corrected @param syntax
* removed useless @private/@public/@access
* removed @abstract and replaced by "STUB" as in FileRepo and File classes

15 years agoFixing port error in Memcached docs (Reported by Sean_Colombo in IRC.)
Charles Melbye [Thu, 23 Apr 2009 02:49:44 +0000 (02:49 +0000)]
Fixing port error in Memcached docs (Reported by Sean_Colombo in IRC.)

15 years agorevert code from r49742 accidentally committed
Aaron Schulz [Thu, 23 Apr 2009 00:52:35 +0000 (00:52 +0000)]
revert code from r49742 accidentally committed

15 years agoChange for bug 18383, suppress user/talk page on user suppression
Aaron Schulz [Thu, 23 Apr 2009 00:50:54 +0000 (00:50 +0000)]
Change for bug 18383, suppress user/talk page on user suppression

15 years agoUpdate documentation:
Alexandre Emsenhuber [Wed, 22 Apr 2009 20:56:41 +0000 (20:56 +0000)]
Update documentation:
* corrected @param syntax
* removed some usless @private and @static

15 years agoUse Http::get() rather than file_get_contents()
Alexandre Emsenhuber [Wed, 22 Apr 2009 19:16:11 +0000 (19:16 +0000)]
Use Http::get() rather than file_get_contents()

15 years agoLocalisation updates for core messages from translatewiki.net (2009-04-22 16:49 UTC)
Raimond Spekking [Wed, 22 Apr 2009 17:00:39 +0000 (17:00 +0000)]
Localisation updates for core messages from translatewiki.net (2009-04-22 16:49 UTC)

15 years agoAPI: (bug 18554) Also list hidden revisions in list=usercontribs for privileged users
Roan Kattouw [Wed, 22 Apr 2009 09:21:33 +0000 (09:21 +0000)]
API: (bug 18554) Also list hidden revisions in list=usercontribs for privileged users

15 years ago* Added visibility to some functions
Aaron Schulz [Wed, 22 Apr 2009 06:37:52 +0000 (06:37 +0000)]
* Added visibility to some functions
* Whitespace/style/comment tweaks

15 years agofix silly typo
Aaron Schulz [Wed, 22 Apr 2009 05:56:00 +0000 (05:56 +0000)]
fix silly typo

15 years ago* Follow up r49654: move the $extratags and $removetags processing outside of the...
Ryan Schmidt [Tue, 21 Apr 2009 21:54:47 +0000 (21:54 +0000)]
* Follow up r49654: move the $extratags and $removetags processing outside of the static variable initialization so that DISPLAYTITLE doesn't stop <div> and friends from working inside the wikitext, and so that extensions that add extra tags for a specific purpose don't unwittingly make such tags available for use in the wikitext body.

15 years agoRemove last of ini_set() for allow_url_fopen. This hasn't worked since PHP 4.3.4...
Chad Horohoe [Tue, 21 Apr 2009 16:02:45 +0000 (16:02 +0000)]
Remove last of ini_set() for allow_url_fopen. This hasn't worked since PHP 4.3.4, when it became a PHP_INI_SYSTEM setting.

15 years agoAPI: (bug 18546) Added timestamp of new revision to action=edit output
Roan Kattouw [Tue, 21 Apr 2009 14:49:13 +0000 (14:49 +0000)]
API: (bug 18546) Added timestamp of new revision to action=edit output

15 years agoLocalization update for he.
Rotem Liss [Tue, 21 Apr 2009 13:25:17 +0000 (13:25 +0000)]
Localization update for he.

15 years agoFollow up r49677: Add new messages to maintenance scripts
Raimond Spekking [Tue, 21 Apr 2009 11:41:01 +0000 (11:41 +0000)]
Follow up r49677: Add new messages to maintenance scripts

15 years ago* Workaround ugly Safari/Chrome handling of <col> tags for hidden diffs (bug 18538)
Aaron Schulz [Tue, 21 Apr 2009 06:21:27 +0000 (06:21 +0000)]
* Workaround ugly Safari/Chrome handling of <col> tags for hidden diffs (bug 18538)
* A few code style tweaks

15 years ago* Fixed unblocking of hidden names (bug 18543)
Aaron Schulz [Tue, 21 Apr 2009 04:43:22 +0000 (04:43 +0000)]
* Fixed unblocking of hidden names (bug 18543)
* Added permission check

15 years agoMade DB profiling work by actually committing it to the DB
Aaron Schulz [Tue, 21 Apr 2009 01:51:17 +0000 (01:51 +0000)]
Made DB profiling work by actually committing it to the DB

15 years agofix regression from r47927
Ilmari Karonen [Mon, 20 Apr 2009 23:14:58 +0000 (23:14 +0000)]
fix regression from r47927

15 years agoAdd $wgExtPGAlteredFields
Greg Sabino Mullane [Mon, 20 Apr 2009 22:43:42 +0000 (22:43 +0000)]
Add $wgExtPGAlteredFields

15 years agorelnotes for r49677
Ilmari Karonen [Mon, 20 Apr 2009 22:32:48 +0000 (22:32 +0000)]
relnotes for r49677

15 years agoApply patch for bug 13172 by Brent G <overlordq@gmail.com> with minor modifications.
Ilmari Karonen [Mon, 20 Apr 2009 22:29:40 +0000 (22:29 +0000)]
Apply patch for bug 13172 by Brent G <overlordq@gmail.com> with minor modifications.
Also add pretty-printing of GPS coordinate values and correct display of altitude / destdistance reference values.
(We really should redesign the FormatExif class so that the "GPS*Ref" values can be combined with their parent values, but this will do for now.)

15 years ago* (bug 18121) maintenance/deleteArchivedRevisions.php no longer deletes revisions...
Alexandre Emsenhuber [Mon, 20 Apr 2009 19:17:34 +0000 (19:17 +0000)]
* (bug 18121) maintenance/deleteArchivedRevisions.php no longer deletes revisions when --delete is not passed

15 years agoPartial revert: way too many extensions rely on this being public. Make it public...
Chad Horohoe [Mon, 20 Apr 2009 19:01:12 +0000 (19:01 +0000)]
Partial revert: way too many extensions rely on this being public. Make it public for now :\

15 years agoextract text layer from djvu file (see bug 18046)
ThomasV [Mon, 20 Apr 2009 18:00:25 +0000 (18:00 +0000)]
extract text layer from djvu file (see bug 18046)

15 years agoAdd newlines back to eof.
Chad Horohoe [Mon, 20 Apr 2009 14:35:35 +0000 (14:35 +0000)]
Add newlines back to eof.

15 years agoFollowup to r49493: Tweak this so we only set the title if explicitly asking for...
Chad Horohoe [Mon, 20 Apr 2009 14:32:41 +0000 (14:32 +0000)]
Followup to r49493: Tweak this so we only set the title if explicitly asking for it or the Skin's title is null. Make $mTitle protected.

15 years ago(bug 18529) New hook: SoftwareInfo for adding information about the software to Speci...
Chad Horohoe [Mon, 20 Apr 2009 13:05:15 +0000 (13:05 +0000)]
(bug 18529) New hook: SoftwareInfo for adding information about the software to Special:Version

15 years agoLocalisation updates for core messages from translatewiki.net (2009-04-20 09:59 UTC)
Siebrand Mazeland [Mon, 20 Apr 2009 10:09:37 +0000 (10:09 +0000)]
Localisation updates for core messages from translatewiki.net (2009-04-20 09:59 UTC)

15 years agoFollow on r49656, more comment added.
Philip Tzou [Mon, 20 Apr 2009 04:33:37 +0000 (04:33 +0000)]
Follow on r49656, more comment added.

15 years agoEnabled LanguageConverter on CachedNotice to get a correct output.
Philip Tzou [Mon, 20 Apr 2009 04:29:35 +0000 (04:29 +0000)]
Enabled LanguageConverter on CachedNotice to get a correct output.

15 years agoMove checkRedirect() from FileRepo to LocalRepo, leaving only a stub behind. It's...
Tim Starling [Mon, 20 Apr 2009 03:06:49 +0000 (03:06 +0000)]
Move checkRedirect() from FileRepo to LocalRepo, leaving only a stub behind. It's inappropriate for FileRepo to be accessing the database or memcached, this is exclusively a job for a subclass. Avoids error "Call to undefined method <class>::getArticleID()" whenever anyone uses a repo which is not derived from LocalRepo, such as FSRepo or ForeignAPIRepo.

15 years agoFollow-up on r49330
Ryan Schmidt [Sun, 19 Apr 2009 23:48:50 +0000 (23:48 +0000)]
Follow-up on r49330
* re-add $wgRestrictDisplayTitle
* revert r49610
* prevent block-level and other such tags from being used in DISPLAYTITLE (while still allowing tags such as <sup> and <sub>)

15 years agoMake the link regex non-greedy so that it is possible to add '|' to $wgLegalTitleChar...
Remember the dot [Sun, 19 Apr 2009 22:20:12 +0000 (22:20 +0000)]
Make the link regex non-greedy so that it is possible to add '|' to $wgLegalTitleChars and still be able to pipe
links. This change should have no effect on the default configuration, which does not include '|' in
$wgLegalTitleChars because including it still breaks other things.

15 years agoReverting r49646 (and followups r49647 r49650) per comments on code review:
Chad Horohoe [Sun, 19 Apr 2009 21:03:30 +0000 (21:03 +0000)]
Reverting r49646 (and followups r49647 r49650) per comments on code review:
* Could possibly be 1 pref instead of two to reduce clutter
* A pref for NewPages doesn't belong with prefs for RecentChanges
* This should definitely wait for the preference branch to be merged

15 years agoFollow-up to r49646: Untested fix for the problem that bots are now not hidden by...
Rotem Liss [Sun, 19 Apr 2009 20:30:37 +0000 (20:30 +0000)]
Follow-up to r49646: Untested fix for the problem that bots are now not hidden by default in Special:Recentchanges.

15 years agoFollow-up to r49558: Remove per-message comments support from rebuildLanguage.php.
Rotem Liss [Sun, 19 Apr 2009 20:25:28 +0000 (20:25 +0000)]
Follow-up to r49558: Remove per-message comments support from rebuildLanguage.php.

15 years agoFollow up r49646: Add new message keys to messages.inc
Raimond Spekking [Sun, 19 Apr 2009 19:01:43 +0000 (19:01 +0000)]
Follow up r49646: Add new message keys to messages.inc

15 years ago(bug 7039) Show/hide bots/own edits from Recentchanges via preferences
Purodha B Blissenbach [Sun, 19 Apr 2009 18:43:52 +0000 (18:43 +0000)]
(bug 7039) Show/hide bots/own edits from Recentchanges via preferences
(Bug 16957) partial fix: Show/hide bots/own edits from Newpage via preferences

15 years agoFix braindead wrong escaping from r49017, r49018
Aryeh Gregor [Sun, 19 Apr 2009 17:07:41 +0000 (17:07 +0000)]
Fix braindead wrong escaping from r49017, r49018

URL encoding != HTML encoding!

Thanks for report by Tbleher at:

http://www.mediawiki.org/wiki/Special:Code/MediaWiki/49017#c2228

15 years agoDocument APIQueryUsersTokens and WikiExporter::dumpStableQuery hooks
Alexandre Emsenhuber [Sun, 19 Apr 2009 15:12:15 +0000 (15:12 +0000)]
Document APIQueryUsersTokens and WikiExporter::dumpStableQuery hooks

15 years agoUpdate the Chinese conversion tables.
Philip Tzou [Sat, 18 Apr 2009 14:08:43 +0000 (14:08 +0000)]
Update the Chinese conversion tables.

15 years agoFollow-up to r49330: removed $wgRestrictDisplayTitle from DefaultSettings.php
Remember the dot [Sat, 18 Apr 2009 00:56:30 +0000 (00:56 +0000)]
Follow-up to r49330: removed $wgRestrictDisplayTitle from DefaultSettings.php

15 years agoFix for r49493: use correct doxygen's @param syntax
Alexandre Emsenhuber [Fri, 17 Apr 2009 19:03:46 +0000 (19:03 +0000)]
Fix for r49493: use correct doxygen's @param syntax

15 years agoFix doxygen warnings
Alexandre Emsenhuber [Fri, 17 Apr 2009 16:58:52 +0000 (16:58 +0000)]
Fix doxygen warnings

15 years ago* Add PLURAL function for Scots Gaelic (gd)
Raimond Spekking [Fri, 17 Apr 2009 13:32:49 +0000 (13:32 +0000)]
* Add PLURAL function for Scots Gaelic (gd)

15 years agoFollow up r49596: Add fallback for ku-arab
Raimond Spekking [Fri, 17 Apr 2009 10:54:51 +0000 (10:54 +0000)]
Follow up r49596: Add fallback for ku-arab

15 years ago* (bug 18474) Moving ku-arab content to ckb
Raimond Spekking [Fri, 17 Apr 2009 10:49:20 +0000 (10:49 +0000)]
* (bug 18474) Moving ku-arab content to ckb

15 years agoTweak for bug 18450, commit the transaction before the purge is sent
Aaron Schulz [Fri, 17 Apr 2009 06:14:50 +0000 (06:14 +0000)]
Tweak for bug 18450, commit the transaction before the purge is sent

15 years ago(bug 6092) Add parser function equivalents of {{REVISIONID}}, {{REVISIONTIMESTAMP...
Roan Kattouw [Thu, 16 Apr 2009 21:46:49 +0000 (21:46 +0000)]
(bug 6092) Add parser function equivalents of {{REVISIONID}}, {{REVISIONTIMESTAMP}}  (and friends) and {{REVISIONUSER}} magic words. These parser functions are marked as expensive and cache their results

15 years agoFollowup to r49572: forgot to commit LocalRepo.php
Roan Kattouw [Thu, 16 Apr 2009 20:47:47 +0000 (20:47 +0000)]
Followup to r49572: forgot to commit LocalRepo.php

15 years ago(bug 18487) Another fix for r48379: move up getMemcKey() as well
Roan Kattouw [Thu, 16 Apr 2009 20:16:21 +0000 (20:16 +0000)]
(bug 18487) Another fix for r48379: move up getMemcKey() as well

15 years agoLocalisation updates for core messages from translatewiki.net (2009-04-16 19:00 UTC)
Raimond Spekking [Thu, 16 Apr 2009 19:50:07 +0000 (19:50 +0000)]
Localisation updates for core messages from translatewiki.net (2009-04-16 19:00 UTC)

15 years ago* (bug 18449) Fixed items number per column on category pages when the total is divis...
Alexandre Emsenhuber [Thu, 16 Apr 2009 16:31:29 +0000 (16:31 +0000)]
* (bug 18449) Fixed items number per column on category pages when the total is divisible by 3

15 years agoPer discussion at the developer meeting: Remove arbitrary sprinkled message documenta...
Raimond Spekking [Thu, 16 Apr 2009 10:17:40 +0000 (10:17 +0000)]
Per discussion at the developer meeting: Remove arbitrary sprinkled message documentation from message files.
The removed comments are included in MessagesQqq.php togehter with a lot more documentation
Add a link to translatewiki.net too to show users the way to improve translations.

15 years agoLocalization update for he.
Rotem Liss [Thu, 16 Apr 2009 07:18:45 +0000 (07:18 +0000)]
Localization update for he.

15 years agoreverted change committed by mistake
Aaron Schulz [Thu, 16 Apr 2009 04:53:43 +0000 (04:53 +0000)]
reverted change committed by mistake

15 years agoTweaked r49408: Improved hiding and changed 1 revision case handling
Aaron Schulz [Thu, 16 Apr 2009 04:51:43 +0000 (04:51 +0000)]
Tweaked r49408: Improved hiding and changed 1 revision case handling

15 years agoUpdate the Chinese conversion tables.
Philip Tzou [Thu, 16 Apr 2009 02:33:22 +0000 (02:33 +0000)]
Update the Chinese conversion tables.

15 years agoLocalisation updates Cantonese, Chinese and Literary Chinese
Shinjiman [Thu, 16 Apr 2009 01:00:18 +0000 (01:00 +0000)]
Localisation updates Cantonese, Chinese and Literary Chinese

15 years agoTweak r48841: use 90% font instead
Aaron Schulz [Thu, 16 Apr 2009 00:55:44 +0000 (00:55 +0000)]
Tweak r48841: use 90% font instead

15 years agoFixed undefined var.
Chad Horohoe [Thu, 16 Apr 2009 00:18:36 +0000 (00:18 +0000)]
Fixed undefined var.

15 years agoStupid typo in comment.
Chad Horohoe [Wed, 15 Apr 2009 23:38:23 +0000 (23:38 +0000)]
Stupid typo in comment.

15 years agoLocalisation updates for core messages from translatewiki.net (2009-04-15 23:35 UTC)
Siebrand Mazeland [Wed, 15 Apr 2009 23:37:29 +0000 (23:37 +0000)]
Localisation updates for core messages from translatewiki.net (2009-04-15 23:35 UTC)

15 years agoLocalisation updates for core messages from translatewiki.net (2009-04-15 21:42 UTC)
Siebrand Mazeland [Wed, 15 Apr 2009 21:59:59 +0000 (21:59 +0000)]
Localisation updates for core messages from translatewiki.net (2009-04-15 21:42 UTC)

15 years agoFollow up r49442: Make this new error message and two older error messages localizable.
Raimond Spekking [Wed, 15 Apr 2009 19:41:00 +0000 (19:41 +0000)]
Follow up r49442: Make this new error message and two older error messages localizable.

15 years agoLocalisation updates for core from translatewiki.net
Siebrand Mazeland [Wed, 15 Apr 2009 10:08:06 +0000 (10:08 +0000)]
Localisation updates for core from translatewiki.net
* Updates for namespaces, special page aliases, magic words

15 years agoFollow up r49500: add class from r49501 to the CSS files too.
Raimond Spekking [Wed, 15 Apr 2009 09:49:08 +0000 (09:49 +0000)]
Follow up r49500: add class from r49501 to the CSS files too.

15 years agoFollow up r49500: fix classname
Raimond Spekking [Wed, 15 Apr 2009 09:43:02 +0000 (09:43 +0000)]
Follow up r49500: fix classname

15 years ago* Special:AllPages: Move hardcoded styles from code to CSS
Raimond Spekking [Wed, 15 Apr 2009 09:36:53 +0000 (09:36 +0000)]
* Special:AllPages: Move hardcoded styles from code to CSS

15 years agoinitPage() is far too late to be setting a title, so we'll do it right after newFromK...
Chad Horohoe [Wed, 15 Apr 2009 04:43:06 +0000 (04:43 +0000)]
initPage() is far too late to be setting a title, so we'll do it right after newFromKey() is called. Allow getSkin() to be passed a title for context, else fall back to OutputPage's title.

15 years agoMake Whatlinkshere subclass SpecialPage.
Chad Horohoe [Wed, 15 Apr 2009 04:39:49 +0000 (04:39 +0000)]
Make Whatlinkshere subclass SpecialPage.

15 years ago(bug 18151) Clean up duplicate code between Special:WantedPages, WantedFiles, WantedT...
Chad Horohoe [Wed, 15 Apr 2009 03:35:59 +0000 (03:35 +0000)]
(bug 18151) Clean up duplicate code between Special:WantedPages, WantedFiles, WantedTemplates
* New WantedQueryPage class for all of these Wanted*s, moved some identical methods to it
* Removed sortDescending() because it was already defined as returning true @ QueryPage, no need to duplicate

15 years agoLocalisation updates for core messages from translatewiki.net (2009-04-14 17:59 UTC)
Raimond Spekking [Tue, 14 Apr 2009 18:06:57 +0000 (18:06 +0000)]
Localisation updates for core messages from translatewiki.net (2009-04-14 17:59 UTC)

15 years agoFollow up to r49454: redid indexing
Aaron Schulz [Tue, 14 Apr 2009 15:38:51 +0000 (15:38 +0000)]
Follow up to r49454: redid indexing

15 years agoTweak messages: Remove ", if applicable" because messages are shown only if subpages...
Raimond Spekking [Tue, 14 Apr 2009 15:26:08 +0000 (15:26 +0000)]
Tweak messages: Remove ", if applicable" because messages are shown only if subpages exist.
Furthermore the list is subpages is shown

15 years agoLog stream buffer fix
Aaron Schulz [Tue, 14 Apr 2009 14:42:50 +0000 (14:42 +0000)]
Log stream buffer fix

15 years agoTweak r49454: remove duplication
Aaron Schulz [Tue, 14 Apr 2009 04:54:54 +0000 (04:54 +0000)]
Tweak r49454: remove duplication

15 years agoAdded proposed log_search table to deal with revisiondelete log extracts and possibly...
Aaron Schulz [Tue, 14 Apr 2009 02:14:05 +0000 (02:14 +0000)]
Added proposed log_search table to deal with revisiondelete log extracts and possibly other issues

15 years agoTypofix. Base -> Basic
Chad Horohoe [Tue, 14 Apr 2009 01:26:39 +0000 (01:26 +0000)]
Typofix. Base -> Basic

15 years ago(bug 18442) DefaultSettings docs. $wgLogRestrictions fixed. Patch by jidanni.
Chad Horohoe [Tue, 14 Apr 2009 00:29:30 +0000 (00:29 +0000)]
(bug 18442) DefaultSettings docs. $wgLogRestrictions fixed. Patch by jidanni.

15 years agoLocalisation updates for core messages from translatewiki.net (2009-04-13 17:03 UTC)
Siebrand Mazeland [Mon, 13 Apr 2009 17:10:40 +0000 (17:10 +0000)]
Localisation updates for core messages from translatewiki.net (2009-04-13 17:03 UTC)

15 years agoIf the file doesn't exist, we get a whole bunch of cascading PHP errors.
Chad Horohoe [Mon, 13 Apr 2009 15:05:47 +0000 (15:05 +0000)]
If the file doesn't exist, we get a whole bunch of cascading PHP errors.

15 years ago(bug 18317) Bolded selections in 1 | 3 | etc days on RecentChanges now use <strong...
Chad Horohoe [Mon, 13 Apr 2009 12:39:12 +0000 (12:39 +0000)]
(bug 18317) Bolded selections in 1 | 3 | etc days on RecentChanges now use <strong> instead of hardcoded styles. Based on patch by jidanni.

15 years agoStrict standards, declaration of functions much match parent.
Chad Horohoe [Mon, 13 Apr 2009 12:31:31 +0000 (12:31 +0000)]
Strict standards, declaration of functions much match parent.

15 years ago(bug 18441) rebuildrecentchanges.inc no longer ignores $wgLogRestrictions. Also a...
Chad Horohoe [Mon, 13 Apr 2009 12:16:29 +0000 (12:16 +0000)]
(bug 18441) rebuildrecentchanges.inc no longer ignores $wgLogRestrictions. Also a related fixme, now build this list automatically from $wgLogTypes.

15 years agoAPI: Add parentid (rev_parent_id) to prop=revisions output, as requested by Luca
Roan Kattouw [Mon, 13 Apr 2009 10:48:11 +0000 (10:48 +0000)]
API: Add parentid (rev_parent_id) to prop=revisions output, as requested by Luca

15 years agoRemove extra code left in r49433
Aaron Schulz [Mon, 13 Apr 2009 05:33:44 +0000 (05:33 +0000)]
Remove extra code left in r49433

15 years agoDisable extract for log items for speed
Aaron Schulz [Mon, 13 Apr 2009 05:29:34 +0000 (05:29 +0000)]
Disable extract for log items for speed

15 years agoLocalisation updates for core messages from translatewiki.net (2009-04-12 18:27 UTC)
Raimond Spekking [Sun, 12 Apr 2009 18:46:02 +0000 (18:46 +0000)]
Localisation updates for core messages from translatewiki.net (2009-04-12 18:27 UTC)

15 years agoFix up r49428: add missing brace
Roan Kattouw [Sun, 12 Apr 2009 18:15:09 +0000 (18:15 +0000)]
Fix up r49428: add missing brace

15 years agoFix warning in PHP 5.1 when feeding Title objects to wfArrayToCGI(). Also enforce...
Roan Kattouw [Sun, 12 Apr 2009 17:38:41 +0000 (17:38 +0000)]
Fix warning in PHP 5.1 when feeding Title objects to wfArrayToCGI(). Also enforce consistent style

15 years agoMore log extract cleanup
Aaron Schulz [Sun, 12 Apr 2009 15:45:27 +0000 (15:45 +0000)]
More log extract cleanup

15 years agoMinor JS fix for r49408
Aaron Schulz [Sun, 12 Apr 2009 14:55:06 +0000 (14:55 +0000)]
Minor JS fix for r49408

15 years agoIndex name fix, tweaked field name
Aaron Schulz [Sat, 11 Apr 2009 23:48:24 +0000 (23:48 +0000)]
Index name fix, tweaked field name

15 years agolog_target_id -> log_page. Indexed to allow better log tracking wrt page moves.
Aaron Schulz [Sat, 11 Apr 2009 23:46:12 +0000 (23:46 +0000)]
log_target_id -> log_page. Indexed to allow better log tracking wrt page moves.

15 years agoRemoved $wgTitle from PageHistory
Aaron Schulz [Sat, 11 Apr 2009 23:05:13 +0000 (23:05 +0000)]
Removed $wgTitle from PageHistory