lhc/web/wiklou.git
15 years agoDon't fail fatally when Linker::link() is passed a non-object
Aryeh Gregor [Fri, 5 Sep 2008 15:35:16 +0000 (15:35 +0000)]
Don't fail fatally when Linker::link() is passed a non-object

This matches old behavior of makeKnownLinkObj() et al., effectively reverting part of r38162.  We'd usually like to render the rest of the page even if one link fails.  We might want to raise an E_USER_WARNING here, though.

15 years ago(bug 15486) API action=block ignores autoblock parameter
Roan Kattouw [Fri, 5 Sep 2008 15:05:57 +0000 (15:05 +0000)]
(bug 15486) API action=block ignores autoblock parameter

15 years agotweak comment
Aaron Schulz [Fri, 5 Sep 2008 07:17:47 +0000 (07:17 +0000)]
tweak comment

15 years agoShow localised log names in revision deletion log (bug 13694)
Aaron Schulz [Fri, 5 Sep 2008 04:53:49 +0000 (04:53 +0000)]
Show localised log names in revision deletion log (bug 13694)

15 years ago* Don't force rendering in File::getThumbnail(). The old code (pre-filerepo) required...
Tim Starling [Fri, 5 Sep 2008 04:23:24 +0000 (04:23 +0000)]
* Don't force rendering in File::getThumbnail(). The old code (pre-filerepo) required rendering to be forced all the time, the new code is much smarter about when to render and doesn't need rendering to be forced. Forcing rendering causes non-scaler servers to be used for scaling.
* Use File::transform() in the core instead of the deprecated File::getThumbnail().

15 years agoAdd begin() for good housekeeping
Aaron Schulz [Fri, 5 Sep 2008 04:14:15 +0000 (04:14 +0000)]
Add begin() for good housekeeping

15 years agoIn wfDebugLog(): log the hostname if $wgShowHostnames is true. Cache the hostname.
Tim Starling [Fri, 5 Sep 2008 03:46:07 +0000 (03:46 +0000)]
In wfDebugLog(): log the hostname if $wgShowHostnames is true. Cache the hostname.

15 years agoDocument isOpen() and lastQuery(). (set|clear|get)Flag still need some lovin'...I...
Chad Horohoe [Fri, 5 Sep 2008 03:41:31 +0000 (03:41 +0000)]
Document isOpen() and lastQuery(). (set|clear|get)Flag still need some lovin'...I just don't know what they do.

15 years agoIn wfShellExec(), log return code 127 to a special log file, to check for missing...
Tim Starling [Fri, 5 Sep 2008 03:32:09 +0000 (03:32 +0000)]
In wfShellExec(), log return code 127 to a special log file, to check for missing executables on the Wikimedia cluster.

15 years agoBetter test name for test 13. Like test 12, we should say *what* about wfTime() we...
Chad Horohoe [Fri, 5 Sep 2008 01:36:51 +0000 (01:36 +0000)]
Better test name for test 13. Like test 12, we should say *what* about wfTime() we're checking.

15 years ago(bug 15292) New message notification for unregistred users now works again
Alexandre Emsenhuber [Thu, 4 Sep 2008 23:25:53 +0000 (23:25 +0000)]
(bug 15292) New message notification for unregistred users now works again

15 years agomissing svn:keywords property
Alexandre Emsenhuber [Thu, 4 Sep 2008 22:20:32 +0000 (22:20 +0000)]
missing svn:keywords property

15 years ago(bug 15466) Added action=purge to the API. Modified patch by ^demon
Roan Kattouw [Thu, 4 Sep 2008 21:53:43 +0000 (21:53 +0000)]
(bug 15466) Added action=purge to the API. Modified patch by ^demon

15 years ago(bug 15482) Special:Recentchangeslinked has no longer two submit buttons
Alexandre Emsenhuber [Thu, 4 Sep 2008 21:20:16 +0000 (21:20 +0000)]
(bug 15482) Special:Recentchangeslinked has no longer two submit buttons

15 years agoLocalisation updates for core from Betawiki
Siebrand Mazeland [Thu, 4 Sep 2008 20:59:09 +0000 (20:59 +0000)]
Localisation updates for core from Betawiki

15 years agoLocalisation updates for core messages from Betawiki (2008-09-04 22:41 CEST)
Siebrand Mazeland [Thu, 4 Sep 2008 20:50:29 +0000 (20:50 +0000)]
Localisation updates for core messages from Betawiki (2008-09-04 22:41 CEST)

15 years ago* Document OutputPageCheckLastModified hook
Alexandre Emsenhuber [Thu, 4 Sep 2008 20:38:08 +0000 (20:38 +0000)]
* Document OutputPageCheckLastModified hook
* Added includes/diff/ to the list of paths in maintenance/findhooks.php

15 years agoMore EditPage cleanup, mainly coding/whitespace tweaks. Also note that from previous...
Aaron Schulz [Thu, 4 Sep 2008 20:14:12 +0000 (20:14 +0000)]
More EditPage cleanup, mainly coding/whitespace tweaks. Also note that from previous commit, showDeletionLog() is called regardless of special intros.

15 years ago(bug 15479) action=login no longer sets wait parameter when result="Throttled"; regre...
Roan Kattouw [Thu, 4 Sep 2008 19:48:48 +0000 (19:48 +0000)]
(bug 15479) action=login no longer sets wait parameter when result="Throttled"; regression from r40054

15 years agoClean up showIntro():
Aaron Schulz [Thu, 4 Sep 2008 19:32:58 +0000 (19:32 +0000)]
Clean up showIntro():
* Tweak code style
* Move exists() check to deletion log function
* Document this fucking code

15 years agoOops
Roan Kattouw [Thu, 4 Sep 2008 15:52:23 +0000 (15:52 +0000)]
Oops

15 years ago* Split patrol code
Roan Kattouw [Thu, 4 Sep 2008 15:17:51 +0000 (15:17 +0000)]
* Split patrol code
** Backend code moved to RecentChange::reallyMarkPatrolled() and doMarkPatrolled()
** Adapted Article::markpatrolled()
* (bug 15466) Added action=patrol to the API. Modified patch by Soxred93
* Added rctoken=patrol to list=recentchanges
* Detect duplicate warnings in ApiBase::setWarning()

15 years agoRevert r40251 by aaron. Broke &editintro= bug15455.
Daniel Friesen [Thu, 4 Sep 2008 13:57:52 +0000 (13:57 +0000)]
Revert r40251 by aaron. Broke &editintro= bug15455.

15 years ago(bug 15471) Fix regression from r40088 which caused apprefix=Main_Page/ to fail becau...
Roan Kattouw [Thu, 4 Sep 2008 13:42:22 +0000 (13:42 +0000)]
(bug 15471) Fix regression from r40088 which caused apprefix=Main_Page/ to fail because Main Page/. is not a valid title

15 years ago(bug 15473) Correcting Doxygen comment for ApiEditPage
Roan Kattouw [Thu, 4 Sep 2008 13:40:33 +0000 (13:40 +0000)]
(bug 15473) Correcting Doxygen comment for ApiEditPage

15 years agoClarify documentation
Tim Starling [Thu, 4 Sep 2008 07:45:52 +0000 (07:45 +0000)]
Clarify documentation

15 years agoAvoid string '::' call in $wgSpecialPageCacheUpdates
Aaron Schulz [Thu, 4 Sep 2008 07:28:48 +0000 (07:28 +0000)]
Avoid string '::' call in $wgSpecialPageCacheUpdates

15 years agoIgnore invalid titles in $out->getLanguageLinks().
Tim Starling [Thu, 4 Sep 2008 06:37:51 +0000 (06:37 +0000)]
Ignore invalid titles in $out->getLanguageLinks().

15 years agoFix for bug 13770, second attempt. Tested with a conflicting install of both dom...
Tim Starling [Thu, 4 Sep 2008 06:19:27 +0000 (06:19 +0000)]
Fix for bug 13770, second attempt. Tested with a conflicting install of both dom and domxml, as per the report.

15 years agoNo more icky mkdir() calls. Grepping for mkdir() now returns nothing :)
Chad Horohoe [Thu, 4 Sep 2008 04:15:27 +0000 (04:15 +0000)]
No more icky mkdir() calls. Grepping for mkdir() now returns nothing :)

15 years agoWork around database corruption reported on WP:VPT -- unlinked title instead of PHP...
Tim Starling [Thu, 4 Sep 2008 03:23:42 +0000 (03:23 +0000)]
Work around database corruption reported on WP:VPT -- unlinked title instead of PHP error. Break long lines.

15 years agoDocumentation
Tim Starling [Thu, 4 Sep 2008 03:22:26 +0000 (03:22 +0000)]
Documentation

15 years ago* (bug 2889) MediaWiki:Print.css applies to the printable version
Brion Vibber [Thu, 4 Sep 2008 03:13:55 +0000 (03:13 +0000)]
* (bug 2889) MediaWiki:Print.css applies to the printable version

MediaWiki:Handheld.css and MediaWiki:Print.css now available (handheld only if $wgHandheldStyle is configured).

15 years agoNo need to wrap it in a ResultWrapper object as Database::query() already returns...
Alexandre Emsenhuber [Thu, 4 Sep 2008 01:29:24 +0000 (01:29 +0000)]
No need to wrap it in a ResultWrapper object as Database::query() already returns a ResultWrapper object

15 years agoMade ChangesList::insertUserRelatedLinks public for use by hooks.
David McCabe [Wed, 3 Sep 2008 22:57:26 +0000 (22:57 +0000)]
Made ChangesList::insertUserRelatedLinks public for use by hooks.

15 years agofix XHTML error
Alexandre Emsenhuber [Wed, 3 Sep 2008 22:47:34 +0000 (22:47 +0000)]
fix XHTML error

15 years agoAdded OldChangesListRecentChangesLine hook for customizing RC messages in OldChangesL...
David McCabe [Wed, 3 Sep 2008 22:13:03 +0000 (22:13 +0000)]
Added OldChangesListRecentChangesLine hook for customizing RC messages in OldChangesList mode. TODO: Customize other ChangesList implementations.

15 years agoLocalisation updates for core messages from Betawiki (2008-09-03 23:15 CEST)
Siebrand Mazeland [Wed, 3 Sep 2008 21:28:24 +0000 (21:28 +0000)]
Localisation updates for core messages from Betawiki (2008-09-03 23:15 CEST)

15 years agoParser test for bug 15453
Chad Horohoe [Wed, 3 Sep 2008 18:01:51 +0000 (18:01 +0000)]
Parser test for bug 15453

15 years agoAdd @ingroup definitions to these. Created new group HTTP for web-related things...
Chad Horohoe [Wed, 3 Sep 2008 17:30:20 +0000 (17:30 +0000)]
Add @ingroup definitions to these. Created new group HTTP for web-related things (cookies, headers, HTTP requests, etc).

15 years agoImplement 'thumbDir' configuration parameter for local and foreign repos. Replaces...
Chad Horohoe [Wed, 3 Sep 2008 15:47:42 +0000 (15:47 +0000)]
Implement 'thumbDir' configuration parameter for local and foreign repos. Replaces apiThumbCacheDir as it's redundant. Also allows for customization of the default '/thumb/' path on local repos.

15 years ago(bug 15448) YAML output returns empty strings instead of 0. Surprisingly, this was...
Roan Kattouw [Wed, 3 Sep 2008 14:47:49 +0000 (14:47 +0000)]
(bug 15448) YAML output returns empty strings instead of 0. Surprisingly, this was not caused by PHP's "helpful" 0=='' ; research shows this was a regression from r32485 that no one ever noticed

15 years ago(bug 15444) API: Throwing a regular 'unknownerror' rather than ('unknownerror', AS_EN...
Roan Kattouw [Wed, 3 Sep 2008 14:26:41 +0000 (14:26 +0000)]
(bug 15444) API: Throwing a regular 'unknownerror' rather than ('unknownerror', AS_END) when EditPage::AS_END is returned, for consistency with other write modules.

15 years agoFix for r40379, allow commas again
Aryeh Gregor [Wed, 3 Sep 2008 14:02:32 +0000 (14:02 +0000)]
Fix for r40379, allow commas again

15 years ago+docs
Chad Horohoe [Wed, 3 Sep 2008 13:50:37 +0000 (13:50 +0000)]
+docs

15 years agoUse ECMAScript standard, section 9.3, to decide what's a number
Aryeh Gregor [Wed, 3 Sep 2008 13:45:10 +0000 (13:45 +0000)]
Use ECMAScript standard, section 9.3, to decide what's a number

r40348 was kind of broken, in terms of considering strings like "e" to be numbers.  The version before that would also act incorrectly for strings like ".".

15 years agofix case
Aaron Schulz [Wed, 3 Sep 2008 04:43:17 +0000 (04:43 +0000)]
fix case

15 years agoMove doMassUserBlock() to core
Aaron Schulz [Wed, 3 Sep 2008 04:17:20 +0000 (04:17 +0000)]
Move doMassUserBlock() to core

15 years agoRemoved useless ss_row_id condition. Fixed "$activeUsers === -1", comparison fails...
Tim Starling [Wed, 3 Sep 2008 04:07:14 +0000 (04:07 +0000)]
Removed useless ss_row_id condition. Fixed "$activeUsers === -1", comparison fails because it's actually the string "-1", no doubt because it's a BIGINT which is too big for PHP to represent with an numeric type.

15 years agoMinus one is plural in English.
Tim Starling [Wed, 3 Sep 2008 03:54:38 +0000 (03:54 +0000)]
Minus one is plural in English.

15 years agoTemporarily reverted SpecialUpload.php to r37968, before Bryan's changes, pending...
Tim Starling [Wed, 3 Sep 2008 03:19:18 +0000 (03:19 +0000)]
Temporarily reverted SpecialUpload.php to r37968, before Bryan's changes, pending resolution of issues described by private email, specifically:
* No means for an extension to add extra upload sources
* initialize() method not generic
* stashSession() not generic enough for conceivable alternate UIs
* UploadFromUrl still uses $wgOut
* Not enough comments

15 years agoThis part of r40323 is useful.
Tim Starling [Wed, 3 Sep 2008 02:32:01 +0000 (02:32 +0000)]
This part of r40323 is useful.

15 years agoReverting r40323, as per comments on wikitech-l. Deprecated doesn't mean removed...
Tim Starling [Wed, 3 Sep 2008 02:28:41 +0000 (02:28 +0000)]
Reverting r40323, as per comments on wikitech-l. Deprecated doesn't mean removed. It doesn't even mean it'll be removed in the future. It just means you shouldn't use it.

15 years agoStyle: use local variable, use else if
Aryeh Gregor [Wed, 3 Sep 2008 00:18:11 +0000 (00:18 +0000)]
Style: use local variable, use else if

15 years ago(bug 15422) Sort more types of numbers in sortable tables
Aryeh Gregor [Wed, 3 Sep 2008 00:16:43 +0000 (00:16 +0000)]
(bug 15422) Sort more types of numbers in sortable tables

Patch based on one by Mike Horvath.

15 years ago(bug 15436) Support more currency types for sortable tables
Aryeh Gregor [Tue, 2 Sep 2008 22:59:58 +0000 (22:59 +0000)]
(bug 15436) Support more currency types for sortable tables

Patch by Mike Horvath.

15 years agoAdd ampersand to hook
Aaron Schulz [Tue, 2 Sep 2008 21:38:42 +0000 (21:38 +0000)]
Add ampersand to hook

15 years agoMake getLatestRevID faster
Aaron Schulz [Tue, 2 Sep 2008 21:29:22 +0000 (21:29 +0000)]
Make getLatestRevID faster

15 years agoFully deprecate $wgProxyKey. Has been marked as deprecated since 1.4, but never seems...
Chad Horohoe [Tue, 2 Sep 2008 15:15:54 +0000 (15:15 +0000)]
Fully deprecate $wgProxyKey. Has been marked as deprecated since 1.4, but never seems to have been done. Sites with $wgProxyKey set will continue to use the setting (added a fallback in Setup). Fixes bugs 9258 and 12089.

15 years agoRemove unused and uninitialized variable in wikibits.js
Aryeh Gregor [Tue, 2 Sep 2008 02:11:50 +0000 (02:11 +0000)]
Remove unused and uninitialized variable in wikibits.js

Pointed out by Mike Horvath on bug 15399.

15 years ago* fixing error causing a PHP E_NOTICE.
Ryan Schmidt [Mon, 1 Sep 2008 21:58:05 +0000 (21:58 +0000)]
* fixing error causing a PHP E_NOTICE.

15 years ago(bug 15405) Sort yen correctly in sortable tables
Aryeh Gregor [Mon, 1 Sep 2008 19:53:36 +0000 (19:53 +0000)]
(bug 15405) Sort yen correctly in sortable tables

Patch by Mike Horvath.

15 years agoLocalization update.
Rotem Liss [Mon, 1 Sep 2008 19:46:58 +0000 (19:46 +0000)]
Localization update.

15 years ago* Remove mysql var and move field init to updaters.inc
Aaron Schulz [Mon, 1 Sep 2008 19:22:28 +0000 (19:22 +0000)]
* Remove mysql var and move field init to updaters.inc

15 years ago(bug 15399) Disable odd/even classes for sortable tables
Aryeh Gregor [Mon, 1 Sep 2008 19:15:04 +0000 (19:15 +0000)]
(bug 15399) Disable odd/even classes for sortable tables

These might or might not be useful, but if they are useful they should be added in PHP, not JavaScript.  There have been reports of significant slowness for large tables due to the row numbering.  This also fixes a bug where setting ts_alternate_row_colors = false would only work until the user tried sorting the table.

Patch by Mike Horvath.

15 years ago* $wgAllowExternalImagesFrom may now be an array of multiple strings.
Ryan Schmidt [Mon, 1 Sep 2008 18:49:14 +0000 (18:49 +0000)]
* $wgAllowExternalImagesFrom may now be an array of multiple strings.
* Added an on-wiki external image whitelist. Items in this whitelist are
  treated as regular expression fragments to match for when possibly
  displaying an external image inline. Controlled by $wgEnableImageWhitelist
  (true by default)

15 years agoFix r40194, which was obviously incorrect. There's no reason $sectionTitle should...
Tim Starling [Mon, 1 Sep 2008 15:05:25 +0000 (15:05 +0000)]
Fix r40194, which was obviously incorrect. There's no reason $sectionTitle should be valid, so you should probably check to see if Title::newFromText() succeeded, rather than checking the validity of some unrelated variable. Also: use the new three-parameter Title::makeTitleSafe(), instead of cloning and setting mFragment directly.

15 years agoLocalization update.
Rotem Liss [Mon, 1 Sep 2008 12:02:49 +0000 (12:02 +0000)]
Localization update.

15 years agoRename UploadFromBase to UploadBase. It's best to use English rather than inventing...
Tim Starling [Mon, 1 Sep 2008 08:09:16 +0000 (08:09 +0000)]
Rename UploadFromBase to UploadBase. It's best to use English rather than inventing our own language.

15 years agoFix spelling MIN_LENGHT_PARTNAME
Tim Starling [Mon, 1 Sep 2008 06:39:22 +0000 (06:39 +0000)]
Fix spelling MIN_LENGHT_PARTNAME

15 years agoheader() replaces by default, there's no need to pass a second parameter
Tim Starling [Mon, 1 Sep 2008 04:32:36 +0000 (04:32 +0000)]
header() replaces by default, there's no need to pass a second parameter

15 years agoLocalisation updates for core messages from Betawiki (2008-08-31 23:26 CEST)
Siebrand Mazeland [Sun, 31 Aug 2008 21:40:53 +0000 (21:40 +0000)]
Localisation updates for core messages from Betawiki (2008-08-31 23:26 CEST)

15 years ago* Maintain active user count for Special:Statistics (bug 13585)
Aaron Schulz [Sun, 31 Aug 2008 19:29:37 +0000 (19:29 +0000)]
* Maintain active user count for Special:Statistics (bug 13585)
* Add a global to add update functions to updateSpecialPages.php

15 years ago* (bug 15392) ApiFormatBase::formatHTML now uses $wgUrlProtocols.
Bryan Tong Minh [Sun, 31 Aug 2008 17:11:22 +0000 (17:11 +0000)]
* (bug 15392) ApiFormatBase::formatHTML now uses $wgUrlProtocols.

15 years agoMake it a lot harder to unprotect the MediaWiki namespace. In response to cs.wikinews...
Tim Starling [Sun, 31 Aug 2008 13:03:30 +0000 (13:03 +0000)]
Make it a lot harder to unprotect the MediaWiki namespace. In response to cs.wikinews.org screwup.

15 years agoAdd css classes to the Pager just like our QueryPages
Antoine Musso [Sun, 31 Aug 2008 12:59:45 +0000 (12:59 +0000)]
Add css classes to the Pager just like our QueryPages

15 years agoWrap content in class="mw-spcontent"
Antoine Musso [Sun, 31 Aug 2008 12:58:14 +0000 (12:58 +0000)]
Wrap content in class="mw-spcontent"

15 years agoLocalisation updates. Import from az.wikipedia.org
Siebrand Mazeland [Sun, 31 Aug 2008 08:16:36 +0000 (08:16 +0000)]
Localisation updates. Import from az.wikipedia.org

15 years agoFix a few undeclared variables in upload warning code.
Bryan Tong Minh [Sat, 30 Aug 2008 22:07:59 +0000 (22:07 +0000)]
Fix a few undeclared variables in upload warning code.

15 years ago$this->mLocalFile; not $file
Bryan Tong Minh [Sat, 30 Aug 2008 21:55:50 +0000 (21:55 +0000)]
$this->mLocalFile; not $file

15 years agoUpdate RELEASE-NOTES with added languages
Siebrand Mazeland [Sat, 30 Aug 2008 18:03:59 +0000 (18:03 +0000)]
Update RELEASE-NOTES with added languages

15 years agoLocalisation updates for extension messages from Betawiki (2008-08-30 19:05 CEST)
Siebrand Mazeland [Sat, 30 Aug 2008 17:54:08 +0000 (17:54 +0000)]
Localisation updates for extension messages from Betawiki (2008-08-30 19:05 CEST)

15 years ago* Added support of piped wikilinks using double-width brackets
Shinjiman [Sat, 30 Aug 2008 13:33:05 +0000 (13:33 +0000)]
* Added support of piped wikilinks using double-width brackets
  patch by PhiLiP

15 years agoLocalisation updates for core messages from Betawiki (2008-08-30 12:18 CEST)
Siebrand Mazeland [Sat, 30 Aug 2008 10:29:35 +0000 (10:29 +0000)]
Localisation updates for core messages from Betawiki (2008-08-30 12:18 CEST)

15 years agoUpdate the Chinese conversion tables
Shinjiman [Sat, 30 Aug 2008 10:15:49 +0000 (10:15 +0000)]
Update the Chinese conversion tables

15 years agoLocalisation updates Cantonese, Chinese and Old/Late Time Chinese
Shinjiman [Sat, 30 Aug 2008 10:12:19 +0000 (10:12 +0000)]
Localisation updates Cantonese, Chinese and Old/Late Time Chinese

15 years ago* Small performance tweak by switching check order
Aaron Schulz [Sat, 30 Aug 2008 00:29:46 +0000 (00:29 +0000)]
* Small performance tweak by switching check order
* Tweak comments

15 years agoFix for my previous commit: Filter out null values
Bryan Tong Minh [Fri, 29 Aug 2008 21:49:36 +0000 (21:49 +0000)]
Fix for my previous commit: Filter out null values

15 years agoAdd a function to require one and only one parameter of a list.
Bryan Tong Minh [Fri, 29 Aug 2008 21:09:18 +0000 (21:09 +0000)]
Add a function to require one and only one parameter of a list.

15 years agoAs Raymond points out, there is a mw-submit class
Victor Vasiliev [Fri, 29 Aug 2008 20:27:25 +0000 (20:27 +0000)]
As Raymond points out, there is a mw-submit class

15 years ago* Add class='mw-input' to the input row
Victor Vasiliev [Fri, 29 Aug 2008 20:16:29 +0000 (20:16 +0000)]
* Add class='mw-input' to the input row
* Move submit button to the table

15 years agoRemoved 'log-search-legend' and 'log-search-submit'. Introduced in r20746 and reverte...
Siebrand Mazeland [Fri, 29 Aug 2008 19:19:13 +0000 (19:19 +0000)]
Removed 'log-search-legend' and 'log-search-submit'. Introduced in r20746 and reverted a few weeks later in r21380. Thanks to SPQRobin for spotting this.

15 years agoclean up addLinkObj()
Aaron Schulz [Fri, 29 Aug 2008 19:12:56 +0000 (19:12 +0000)]
clean up addLinkObj()

15 years agoLocalisation updates: Adding/updating Persian translations
Huji [Fri, 29 Aug 2008 18:40:53 +0000 (18:40 +0000)]
Localisation updates: Adding/updating Persian translations

15 years agoFix breakage of Live preview (patch by dantman himself)
Siebrand Mazeland [Fri, 29 Aug 2008 13:46:06 +0000 (13:46 +0000)]
Fix breakage of Live preview (patch by dantman himself)

15 years agoFixing HTML escaping.
Rotem Liss [Fri, 29 Aug 2008 13:40:47 +0000 (13:40 +0000)]
Fixing HTML escaping.

15 years ago* Fixing a wrong count of succeeding file undeletions when private files are undelete...
Rotem Liss [Fri, 29 Aug 2008 13:17:12 +0000 (13:17 +0000)]
* Fixing a wrong count of succeeding file undeletions when private files are undeleted: private files are not moved, and thus are not counted by storeBatch and should be added to the success count manually. This showed a bougs error when only private files were undeleted.
* Removing an outdated note in Special:Undelete: Restrictions on file revisions do not seem to be lost upon restoration.

15 years agoRespect file restrictions in the file history list. This is done by adding oi_deleted...
Rotem Liss [Fri, 29 Aug 2008 12:28:26 +0000 (12:28 +0000)]
Respect file restrictions in the file history list. This is done by adding oi_deleted to the list of selected fields in OldLocalFile.

15 years ago+1 credit.
Rotem Liss [Fri, 29 Aug 2008 12:15:17 +0000 (12:15 +0000)]
+1 credit.

15 years agoFixing comment.
Rotem Liss [Fri, 29 Aug 2008 12:11:45 +0000 (12:11 +0000)]
Fixing comment.