lhc/web/wiklou.git
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.

15 years agoAdding some recent contributors to core translation to the list of translators. This...
Rotem Liss [Fri, 29 Aug 2008 12:01:54 +0000 (12:01 +0000)]
Adding some recent contributors to core translation to the list of translators. This should be completed by a list of BetaWiki translators.

15 years agoFixing release notes item.
Rotem Liss [Fri, 29 Aug 2008 11:55:55 +0000 (11:55 +0000)]
Fixing release notes item.

15 years agoShow thumbnails in the file history list. The dimensions are the same as in the defau...
Rotem Liss [Fri, 29 Aug 2008 11:54:34 +0000 (11:54 +0000)]
Show thumbnails in the file history list. The dimensions are the same as in the default image gallery. Patch by User:Agbad, rewritten by me.

15 years agoUpdate file
Meno25 [Fri, 29 Aug 2008 11:52:37 +0000 (11:52 +0000)]
Update file

15 years agoFixing a fatal error on upload page:
Rotem Liss [Fri, 29 Aug 2008 10:25:24 +0000 (10:25 +0000)]
Fixing a fatal error on upload page:

Fatal error: Call to a member function isAllowed() on a non-object in /home/rotemliss/Server/wiki/source/trunk/phase3/includes/specials/SpecialUpload.php on line 125

The old code (introduced in r40190) used a $this->mUpload object, which does not exist on GET requests to Special:Upload. The new code uses direct User::isAllowed check in such cases.

15 years ago* Generalised OutputPage::checkLastModified() to allow it to easily handle more than...
Tim Starling [Fri, 29 Aug 2008 08:40:13 +0000 (08:40 +0000)]
* Generalised OutputPage::checkLastModified() to allow it to easily handle more than three types of modified timestamp. Added OutputPageCheckLastModified hook.
* Flattened out the structure of that function with early returns, to avoid ugly deep nesting.

15 years ago* Fixed intermittent deadlock errors involving objectcache table queries. Use a separ...
Tim Starling [Fri, 29 Aug 2008 08:35:00 +0000 (08:35 +0000)]
* Fixed intermittent deadlock errors involving objectcache table queries. Use a separate database connection for the objectcache table to avoid long-lasting locks on that table.

15 years agoMove information about watched pages and enotif into the fieldset too.
Raimond Spekking [Fri, 29 Aug 2008 07:43:12 +0000 (07:43 +0000)]
Move information about watched pages and enotif into the fieldset too.
It looks much smarter now, especially on wikis with enotif enabled.

15 years ago* Fix issue with "next" link going to the same place when date given (bug 15364)
Aaron Schulz [Fri, 29 Aug 2008 05:19:05 +0000 (05:19 +0000)]
* Fix issue with "next" link going to the same place when date given (bug 15364)
* Remove some cruft in ContribsPager

15 years agoLocalisation updates Cantonese, Chinese and Old/Late Time Chinese
Shinjiman [Fri, 29 Aug 2008 02:35:55 +0000 (02:35 +0000)]
Localisation updates Cantonese, Chinese and Old/Late Time Chinese

15 years ago(bug 15351) Fix fatal error for invalid section fragments in autocomments
Aryeh Gregor [Thu, 28 Aug 2008 23:12:57 +0000 (23:12 +0000)]
(bug 15351) Fix fatal error for invalid section fragments in autocomments

. . . probably.  Actually I can't reproduce the problem, so I can't be sure if this fixes it.  But it should.  I'm not at all sure if this is a real fix or more of a workaround.  One code path (!$local) normalizes the fragment and rejects it as invalid, while the other code path ($local) sets the fragment unquestioningly and doesn't validate it.  I don't know which behavior is correct.

15 years agoRemove second declaration of EditPage::showPreview().
Chad Horohoe [Thu, 28 Aug 2008 21:36:39 +0000 (21:36 +0000)]
Remove second declaration of EditPage::showPreview().

15 years agoProperly check permissions.
Bryan Tong Minh [Thu, 28 Aug 2008 21:34:43 +0000 (21:34 +0000)]
Properly check permissions.

15 years agoLocalisation updates for core messages from Betawiki (2008-08-28 23:03 CEST)
Siebrand Mazeland [Thu, 28 Aug 2008 21:25:24 +0000 (21:25 +0000)]
Localisation updates for core messages from Betawiki (2008-08-28 23:03 CEST)

15 years agoBump $wgStyleVersion for r40184
Chad Horohoe [Thu, 28 Aug 2008 21:24:10 +0000 (21:24 +0000)]
Bump $wgStyleVersion for r40184

15 years agoMake UploadFromBase::getTitle more logical by returning either a title or null
Bryan Tong Minh [Thu, 28 Aug 2008 21:20:08 +0000 (21:20 +0000)]
Make UploadFromBase::getTitle more logical by returning either a title or null

15 years agoReplace the <p><br /></p> inserted between the toolbar and the preview area with...
Daniel Friesen [Thu, 28 Aug 2008 21:16:46 +0000 (21:16 +0000)]
Replace the <p><br /></p> inserted between the toolbar and the preview area with a ontop class. In shared.css we give this a bottom margin of 1em to add the space between the toolbar and preview.
As a bonus, because display: none; is now used when the preview area is not used, ajax/live previews actually get the spacing instead of it not showing up.
preview.js has also been tweaked to remove the display: none; when previewing.

15 years agowfReadOnly now checked in ApiMain::requestWriteMode
Bryan Tong Minh [Thu, 28 Aug 2008 20:25:53 +0000 (20:25 +0000)]
wfReadOnly now checked in ApiMain::requestWriteMode

15 years ago(bug 15358) Article::doEdit() ignores $user when inserting a new revision
Roan Kattouw [Thu, 28 Aug 2008 20:20:52 +0000 (20:20 +0000)]
(bug 15358) Article::doEdit() ignores $user when inserting a new revision

15 years agoUse static methods to check whether upload is enabled
Bryan Tong Minh [Thu, 28 Aug 2008 20:15:32 +0000 (20:15 +0000)]
Use static methods to check whether upload is enabled

15 years agoLocalization update.
Rotem Liss [Thu, 28 Aug 2008 18:18:24 +0000 (18:18 +0000)]
Localization update.

15 years agoFull update for file
Meno25 [Thu, 28 Aug 2008 17:52:36 +0000 (17:52 +0000)]
Full update for file

15 years agofix typo, format section
Raimond Spekking [Thu, 28 Aug 2008 16:57:47 +0000 (16:57 +0000)]
fix typo, format section

15 years agoImplements #11884 : Now support Flash EXIF attribute
Antoine Musso [Thu, 28 Aug 2008 16:31:54 +0000 (16:31 +0000)]
Implements #11884 : Now support Flash EXIF attribute

15 years agoCredits for previous commit; patch was by Jeremy Baron
Roan Kattouw [Thu, 28 Aug 2008 16:27:18 +0000 (16:27 +0000)]
Credits for previous commit; patch was by Jeremy Baron

15 years ago(bug 15348) prop=categories returns timestamps that aren't in ISO 8601 format
Roan Kattouw [Thu, 28 Aug 2008 16:26:27 +0000 (16:26 +0000)]
(bug 15348) prop=categories returns timestamps that aren't in ISO 8601 format

15 years agowfDebugMem() to report memory usage
Antoine Musso [Thu, 28 Aug 2008 16:22:10 +0000 (16:22 +0000)]
wfDebugMem() to report memory usage

15 years agoImprove FakeTitle implementation:
Roan Kattouw [Thu, 28 Aug 2008 14:19:01 +0000 (14:19 +0000)]
Improve FakeTitle implementation:
* Make FakeTitle a subclass of Title so functions with a type hint like Parser::parse() accept FakeTitles too
* Remove two static functions from the FakeTitle class

15 years agoOnce we reset, no need to keep looping.
Greg Sabino Mullane [Thu, 28 Aug 2008 14:18:13 +0000 (14:18 +0000)]
Once we reset, no need to keep looping.

15 years agoLocalization update.
Rotem Liss [Thu, 28 Aug 2008 13:49:14 +0000 (13:49 +0000)]
Localization update.

15 years agoModernize the email user form to our actual standards:
Raimond Spekking [Thu, 28 Aug 2008 11:55:43 +0000 (11:55 +0000)]
Modernize the email user form to our actual standards:
* Add fieldset
* RTL compatability
* CSS classes/IDs

15 years agoUpdate files
Meno25 [Thu, 28 Aug 2008 10:01:50 +0000 (10:01 +0000)]
Update files

15 years agoLocalization update.
Rotem Liss [Thu, 28 Aug 2008 09:40:07 +0000 (09:40 +0000)]
Localization update.

15 years agoFixing 'recentchanges-legend' message text, now compatible to 'watchlist-options'.
Rotem Liss [Thu, 28 Aug 2008 09:38:40 +0000 (09:38 +0000)]
Fixing 'recentchanges-legend' message text, now compatible to 'watchlist-options'.

15 years agoAdd colons to the form labels for consistency with all other forms.
Raimond Spekking [Thu, 28 Aug 2008 09:01:47 +0000 (09:01 +0000)]
Add colons to the form labels for consistency with all other forms.

15 years agoLocalization update.
Rotem Liss [Thu, 28 Aug 2008 08:48:34 +0000 (08:48 +0000)]
Localization update.

15 years agoReplace arguments before replacing variables in {{int:...}} parser function, for...
Alexandre Emsenhuber [Thu, 28 Aug 2008 08:08:31 +0000 (08:08 +0000)]
Replace arguments before replacing variables in {{int:...}} parser function, for compatibility with messages that require it

15 years ago* (bug 15172) 'Go' button of Special:Recentchanges now on the same line as the last...
Raimond Spekking [Thu, 28 Aug 2008 07:14:33 +0000 (07:14 +0000)]
* (bug 15172) 'Go' button of Special:Recentchanges now on the same line as the last input element (like Special:Watchlist too)

15 years ago* Fix bug 15344. Was caused by the overwrite of $entry, assigned by reference to...
Tim Starling [Thu, 28 Aug 2008 05:22:17 +0000 (05:22 +0000)]
* Fix bug 15344. Was caused by the overwrite of $entry, assigned by reference to the last link and then overwritten in later code.
* Split doVariants() out from replaceInternal(), big functions are prone to variable reuse bugs

15 years agoAdd some caching to the group counts.
Chad Horohoe [Thu, 28 Aug 2008 01:09:40 +0000 (01:09 +0000)]
Add some caching to the group counts.

15 years ago(bug 13471) Added NUMBERINGROUP magic word. Patch by Soxred93
Roan Kattouw [Thu, 28 Aug 2008 00:04:57 +0000 (00:04 +0000)]
(bug 13471) Added NUMBERINGROUP magic word. Patch by Soxred93

15 years ago(bug 15342) "Invert" checkbox now works correctly when selecting main namespace in...
Alexandre Emsenhuber [Wed, 27 Aug 2008 22:23:04 +0000 (22:23 +0000)]
(bug 15342) "Invert" checkbox now works correctly when selecting main namespace in Special:Watchlist

15 years agoLocalisation updates for core messages from Betawiki (2008-08-27 23:24 CEST)
Siebrand Mazeland [Wed, 27 Aug 2008 21:37:50 +0000 (21:37 +0000)]
Localisation updates for core messages from Betawiki (2008-08-27 23:24 CEST)

15 years agoRevert part of r40107 (Revert r40042 because of regressions). The changes to UserMail...
Roan Kattouw [Wed, 27 Aug 2008 21:15:42 +0000 (21:15 +0000)]
Revert part of r40107 (Revert r40042 because of regressions). The changes to UserMailer.php had nothing to do with that bug.

15 years agoRevert r40042 "* In Article::replaceSection(), actually return null when $section...
Brion Vibber [Wed, 27 Aug 2008 21:12:44 +0000 (21:12 +0000)]
Revert r40042 "* In Article::replaceSection(), actually return null when $section is bogus. Used this in my half-complete and now kind of abandoned attempt at rewriting EditPage.php"

This causes regression bug 15340 -- null-edits to a section destroy the rest of the page.

15 years agoSet replace flag for headers
Aaron Schulz [Wed, 27 Aug 2008 20:44:43 +0000 (20:44 +0000)]
Set replace flag for headers

15 years agoMake Special:Allpages/User:Foo actually work. Patch by Mormegil
Roan Kattouw [Wed, 27 Aug 2008 20:28:12 +0000 (20:28 +0000)]
Make Special:Allpages/User:Foo actually work. Patch by Mormegil

15 years agoAdd an own message for the fieldset legend instead of duplicating the special page...
Raimond Spekking [Wed, 27 Aug 2008 19:49:09 +0000 (19:49 +0000)]
Add an own message for the fieldset legend instead of duplicating the special page name

15 years agoLocalisation updates: Using a better Persian translation for "hide"
Huji [Wed, 27 Aug 2008 19:33:53 +0000 (19:33 +0000)]
Localisation updates: Using a better Persian translation for "hide"

15 years agoFixup the function declarations that we're overridden from UploadFromBase.
Bryan Tong Minh [Wed, 27 Aug 2008 19:10:57 +0000 (19:10 +0000)]
Fixup the function declarations that we're overridden from UploadFromBase.

15 years agoLets render BMP pictures to PNG.
Antoine Musso [Wed, 27 Aug 2008 18:25:24 +0000 (18:25 +0000)]
Lets render BMP pictures to PNG.

15 years agoMove the timestamp into the message of the current revision link to make the link...
Raimond Spekking [Wed, 27 Aug 2008 18:23:03 +0000 (18:23 +0000)]
Move the timestamp into the message of the current revision link to make the link consistent with the link to the previous version on the left side

15 years ago* Remove a debug statement
Bryan Tong Minh [Wed, 27 Aug 2008 18:09:18 +0000 (18:09 +0000)]
* Remove a debug statement
* Return a status on unsaveTempFile

15 years agoSplitting backend upload code from SpecialUpload.
Bryan Tong Minh [Wed, 27 Aug 2008 17:38:33 +0000 (17:38 +0000)]
Splitting backend upload code from SpecialUpload.
* All common upload code resides in UploadFromBase. Then depending on the upload source, one of its derived classes is initiated by Special:Upload.
* SpecialUpload::ajaxGetExistsWarning now only returns warnings that are related to existence.
* Allow LocalFile::upload to attribute the upload to another user than $wgUser

This introduces breaking changes for upload extensions.

15 years agoAPI:
Roan Kattouw [Wed, 27 Aug 2008 16:48:30 +0000 (16:48 +0000)]
API:
* Add titlePartToKey() and keyPartToTitle() which use the substr() hack to preserve trailing spaces
* Migrate function calls where needed. ??continue parameters still use titleToKey() because they're generated using keyToTitle() and therefore can't contain trailing spaces

15 years agoFix fatal error caused by missing comma
Roan Kattouw [Wed, 27 Aug 2008 16:40:29 +0000 (16:40 +0000)]
Fix fatal error caused by missing comma

15 years agoReverting my reversions of the fieldset on Special:Watchlist. I liked it, and apparen...
Chad Horohoe [Wed, 27 Aug 2008 15:22:50 +0000 (15:22 +0000)]
Reverting my reversions of the fieldset on Special:Watchlist. I liked it, and apparently some other people did too (although some don't). Plus, it's been pointed out that semantically, a fieldset belongs around fields. Who knew? Could use some CSS tweaks maybe.

15 years agoCan't add to a variable if it doesn't exist...
Chad Horohoe [Wed, 27 Aug 2008 15:07:30 +0000 (15:07 +0000)]
Can't add to a variable if it doesn't exist...

15 years agoFix a minor regression pointed out by aaron.
Daniel Friesen [Wed, 27 Aug 2008 14:47:41 +0000 (14:47 +0000)]
Fix a minor regression pointed out by aaron.
The spacer for between the preview area and the edit toolbar was being outputted even when not previewing.

15 years agoRemove messages and rebuild all messages files per r40076.
Siebrand Mazeland [Wed, 27 Aug 2008 14:33:05 +0000 (14:33 +0000)]
Remove messages and rebuild all messages files per r40076.

15 years agoRemove fieldset from Watchlist that apparently only I liked :)
Chad Horohoe [Wed, 27 Aug 2008 14:32:15 +0000 (14:32 +0000)]
Remove fieldset from Watchlist that apparently only I liked :)

15 years agoCheck on $wgEnableEmail && $wgEnableUserEmail
Bryan Tong Minh [Wed, 27 Aug 2008 13:40:11 +0000 (13:40 +0000)]
Check on $wgEnableEmail && $wgEnableUserEmail

15 years ago* Fixup validation methods in UserEmailForm a bit so that they don't return arrays...
Bryan Tong Minh [Wed, 27 Aug 2008 13:36:39 +0000 (13:36 +0000)]
* Fixup validation methods in UserEmailForm a bit so that they don't return arrays when it's not necessary.
* Add email errors to the API's message map