lhc/web/wiklou.git
15 years agoAPI: Set $wgTitle to a dummy title in api.php, and introduce defined('API') as a...
Roan Kattouw [Sat, 2 May 2009 14:47:26 +0000 (14:47 +0000)]
API: Set $wgTitle to a dummy title in api.php, and introduce defined('API') as a check for API mode. This should fix errors about $wgTitle being null

15 years agoFixed dropdown selector display and other log type issues due to string -> array...
Aaron Schulz [Sat, 2 May 2009 14:34:45 +0000 (14:34 +0000)]
Fixed dropdown selector display and other log type issues due to string -> array conversion

15 years agoAPI: (bug 18533) Add readonly message to meta=siteinfo output
Roan Kattouw [Sat, 2 May 2009 14:24:11 +0000 (14:24 +0000)]
API: (bug 18533) Add readonly message to meta=siteinfo output

15 years agoFixed total log breakage due to type safety issues
Aaron Schulz [Sat, 2 May 2009 13:42:51 +0000 (13:42 +0000)]
Fixed total log breakage due to type safety issues

15 years agoAPI: Add PHP and database version to meta=siteinfo output
Roan Kattouw [Sat, 2 May 2009 13:35:20 +0000 (13:35 +0000)]
API: Add PHP and database version to meta=siteinfo output

15 years ago* Hack for checkLanguage.php to work without database
Niklas Laxström [Sat, 2 May 2009 10:49:37 +0000 (10:49 +0000)]
* Hack for checkLanguage.php to work without database

15 years agoRename $wgOut to $output to avoid collision, wfDebug expects $wgOut to be OutputPage...
Niklas Laxström [Sat, 2 May 2009 09:56:51 +0000 (09:56 +0000)]
Rename $wgOut to $output to avoid collision, wfDebug expects $wgOut to be OutputPage object

15 years agoChange to show the checkout revision number by default in Special:Version, per Code...
Shinjiman [Sat, 2 May 2009 07:44:17 +0000 (07:44 +0000)]
Change to show the checkout revision number by default in Special:Version, per Code Review on r50106.

15 years ago* (bug 15008) Redirect images are now subject to Bad image list rules
Victor Vasiliev [Fri, 1 May 2009 21:22:25 +0000 (21:22 +0000)]
* (bug 15008) Redirect images are now subject to Bad image list rules

15 years agoRemoved float from the user login form in RTL interface - caused display problems...
Rotem Liss [Fri, 1 May 2009 19:08:22 +0000 (19:08 +0000)]
Removed float from the user login form in RTL interface - caused display problems in FF2, and in LTR interfaces there is no float there.

15 years agoShow the SVN revision numbers as a separate column in Special:Version
Shinjiman [Fri, 1 May 2009 16:39:08 +0000 (16:39 +0000)]
Show the SVN revision numbers as a separate column in Special:Version

15 years agoFollowup to r50102: increment style version.
Chad Horohoe [Fri, 1 May 2009 14:17:49 +0000 (14:17 +0000)]
Followup to r50102: increment style version.

15 years agoFollow up r49997, showing both last modified and checkout revision number for the...
Shinjiman [Fri, 1 May 2009 14:09:45 +0000 (14:09 +0000)]
Follow up r49997, showing both last modified and checkout revision number for the directory per Code Review.

15 years agoSanitize class names applied by change tagging -- was not anticipating multi-word...
Andrew Garrett [Fri, 1 May 2009 12:55:29 +0000 (12:55 +0000)]
Sanitize class names applied by change tagging -- was not anticipating multi-word, ugly tag names

15 years ago* (bug 18207) Strange spacing before [[irc:...]] links
Danny B [Fri, 1 May 2009 10:31:55 +0000 (10:31 +0000)]
* (bug 18207) Strange spacing before [[irc:...]] links
** fixed regression from r47615

15 years agoUpdate version number to 1.16 in CREDITS yay for (almost) useless commit
Nathaniel Herman [Fri, 1 May 2009 03:42:30 +0000 (03:42 +0000)]
Update version number to 1.16 in CREDITS yay for (almost) useless commit

15 years agoIncrement version to 1.16. Basic release notes update assuming r48811 branch point...
Tim Starling [Fri, 1 May 2009 03:38:02 +0000 (03:38 +0000)]
Increment version to 1.16. Basic release notes update assuming r48811 branch point, some changes will be required as we backport things.

15 years agoDefault true :)
Chad Horohoe [Fri, 1 May 2009 01:34:37 +0000 (01:34 +0000)]
Default true :)

15 years ago(bug 9219) Auth plugins can control editing RealName/Email/Nick preferences. Based...
Chad Horohoe [Fri, 1 May 2009 01:27:22 +0000 (01:27 +0000)]
(bug 9219) Auth plugins can control editing RealName/Email/Nick preferences. Based on patch by MrPete.

15 years agoLocalisation updates for core messages from translatewiki.net (2009-04-30 17:55 UTC)
Raimond Spekking [Thu, 30 Apr 2009 18:09:14 +0000 (18:09 +0000)]
Localisation updates for core messages from translatewiki.net (2009-04-30 17:55 UTC)

15 years agoTweaked account hiding & renaming limits
Aaron Schulz [Thu, 30 Apr 2009 07:19:49 +0000 (07:19 +0000)]
Tweaked account hiding & renaming limits

15 years agoSmall-scale data loss logged on Wikimedia along these lines: invalid URL written...
Tim Starling [Thu, 30 Apr 2009 06:00:01 +0000 (06:00 +0000)]
Small-scale data loss logged on Wikimedia along these lines: invalid URL written to old_text with the user thinking their edit has succeeded. This change should prevent that scenario.

15 years agoAssorted minor live patches to command-line scripts.
Tim Starling [Thu, 30 Apr 2009 05:52:25 +0000 (05:52 +0000)]
Assorted minor live patches to command-line scripts.

15 years agoWait for slaves after each page (from live patch).
Tim Starling [Thu, 30 Apr 2009 05:34:50 +0000 (05:34 +0000)]
Wait for slaves after each page (from live patch).

15 years agoDon't double-escape RootPW error.
Tim Starling [Thu, 30 Apr 2009 05:29:21 +0000 (05:29 +0000)]
Don't double-escape RootPW error.

15 years agoCommit master changes on all ajax requests. There's no reason that this should be...
Tim Starling [Thu, 30 Apr 2009 05:28:02 +0000 (05:28 +0000)]
Commit master changes on all ajax requests. There's no reason that this should be the responsibility of the callee. Causes annoying bugs when omitted.

15 years agoAdd lots more information to the siteinfo query. Based on the JS variable list.
Tim Starling [Thu, 30 Apr 2009 05:25:35 +0000 (05:25 +0000)]
Add lots more information to the siteinfo query. Based on the JS variable list.

15 years agoLog function name for SHOW PROCESSLIST query in getLag().
Tim Starling [Thu, 30 Apr 2009 05:23:25 +0000 (05:23 +0000)]
Log function name for SHOW PROCESSLIST query in getLag().

15 years agoSanitize cleanCallback on wakeup. Extra security check for APIs like SecurePoll/auth...
Tim Starling [Thu, 30 Apr 2009 05:21:27 +0000 (05:21 +0000)]
Sanitize cleanCallback on wakeup. Extra security check for APIs like SecurePoll/auth-api.php.

15 years agoPartial revert of r49831 -- blank linktrail causes PHP warnings (bug 18627)
Brion Vibber [Wed, 29 Apr 2009 23:03:04 +0000 (23:03 +0000)]
Partial revert of r49831 -- blank linktrail causes PHP warnings (bug 18627)

15 years agoMake export depth > 1 actually work. :) Assuming it doesn't bomb and die using too...
Brion Vibber [Wed, 29 Apr 2009 21:31:05 +0000 (21:31 +0000)]
Make export depth > 1 actually work. :) Assuming it doesn't bomb and die using too much memory, of course.

15 years agoPer Brion's comment: fix the UI to make clear that revisions are deleted only when...
Alexandre Emsenhuber [Wed, 29 Apr 2009 20:34:33 +0000 (20:34 +0000)]
Per Brion's comment: fix the UI to make clear that revisions are deleted only when the --delete option is passed

15 years agoextract djvu text (bug 18046); escape possible script with htmlspecialchars instead...
ThomasV [Wed, 29 Apr 2009 19:33:57 +0000 (19:33 +0000)]
extract djvu text (bug 18046); escape possible script with htmlspecialchars instead of sed

15 years agoLocalization update for he.
Rotem Liss [Wed, 29 Apr 2009 17:11:49 +0000 (17:11 +0000)]
Localization update for he.

15 years ago(bug 18620) Fix some escaping issues in TablePager::formatRow() and set $mCurrentRow...
Roan Kattouw [Wed, 29 Apr 2009 15:59:59 +0000 (15:59 +0000)]
(bug 18620) Fix some escaping issues in TablePager::formatRow() and set $mCurrentRow earlier. Patch by Happy-Melon

15 years agoAPI: (bug 18617) Add xml:space="preserve" attribute to relevant tags in XML output...
Roan Kattouw [Wed, 29 Apr 2009 13:12:27 +0000 (13:12 +0000)]
API: (bug 18617) Add xml:space="preserve" attribute to relevant tags in XML output so overzealous XML parsers will leave whitespace in e.g. revision content alone

15 years agoLocalisation updates Cantonese, Chinese and Literary Chinese
Shinjiman [Wed, 29 Apr 2009 00:12:44 +0000 (00:12 +0000)]
Localisation updates Cantonese, Chinese and Literary Chinese

15 years agoFix alignment of prefs buttons in standard and cologneblue
Andrew Garrett [Wed, 29 Apr 2009 00:01:47 +0000 (00:01 +0000)]
Fix alignment of prefs buttons in standard and cologneblue

15 years agoUncommitted stuff still in my working copy:
Andrew Garrett [Tue, 28 Apr 2009 23:49:44 +0000 (23:49 +0000)]
Uncommitted stuff still in my working copy:
* Logic for disabling email fields for unauthenticated addresses.
* Remove float styling for fieldsets in preferences form, ugly and annoying.

15 years agoDeclare visibility && code style tweaks.
Chad Horohoe [Tue, 28 Apr 2009 23:45:57 +0000 (23:45 +0000)]
Declare visibility && code style tweaks.

15 years agoRevert r49653 "Make the link regex non-greedy so that it is possible to add '|' to...
Brion Vibber [Tue, 28 Apr 2009 23:33:28 +0000 (23:33 +0000)]
Revert r49653 "Make the link regex non-greedy so that it is possible to add '|' to $wgLegalTitleChars and still be able to pipe
links."
Pipes would definitely not work in titles. The particular regex change here would for instance break image options if | were added to $wgLegalTitleChars.

15 years agoRevert r49669, r49670 "extract text layer from djvu file (see bug 18046)"
Brion Vibber [Tue, 28 Apr 2009 22:54:18 +0000 (22:54 +0000)]
Revert r49669, r49670 "extract text layer from djvu file (see bug 18046)"

I don't really like the use of sed here; it's an extra Unix dependency which seems unnecessary, when we could trivially do the escaping in the code.

The ajax fetch added in r49670 also looks like a big security hole:
* Manual use of curl should be avoided; it may not be installed, and 'localhost' may not do anything useful.
* Further this appears to be a general "fetch any foreign URL and pass the data through" which is a serious security hole.

15 years ago'Page Rendering' prefs tab -> 'Appearance'; less technical term, also shorter and...
Brion Vibber [Tue, 28 Apr 2009 21:20:45 +0000 (21:20 +0000)]
'Page Rendering' prefs tab -> 'Appearance'; less technical term, also shorter and doesn't have inconsistent casing :)

15 years agoFollowup to r49677: move en_gb spellings of 'metre' to MessagesEn_gb, stick to en_us...
Brion Vibber [Tue, 28 Apr 2009 21:17:50 +0000 (21:17 +0000)]
Followup to r49677: move en_gb spellings of 'metre' to MessagesEn_gb, stick to en_us styles in MessagesEn

15 years agoLocalisation updates for core messages from translatewiki.net (2009-04-28 20:30 UTC)
Raimond Spekking [Tue, 28 Apr 2009 21:10:04 +0000 (21:10 +0000)]
Localisation updates for core messages from translatewiki.net (2009-04-28 20:30 UTC)

15 years agoFollow-up to r49803: use proper type and add an explicit foreign key reference for...
Brion Vibber [Tue, 28 Apr 2009 18:42:26 +0000 (18:42 +0000)]
Follow-up to r49803: use proper type and add an explicit foreign key reference for up_user->user_id as we have for other tables in the postgresql schema

15 years agoLocalization update for he; moving some messsages in en to the preferences section...
Rotem Liss [Tue, 28 Apr 2009 16:37:05 +0000 (16:37 +0000)]
Localization update for he; moving some messsages in en to the preferences section (no change in their content).

15 years ago* move skin preferences to top of rendering tab (eliminating skin tab)
Siebrand Mazeland [Tue, 28 Apr 2009 14:31:58 +0000 (14:31 +0000)]
* move skin preferences to top of rendering tab (eliminating skin tab)
* move math preferences below file preferences in rendering tab

15 years ago* take $defaultPreferences['rememberpassword'] out of section personal/i18n and move...
Siebrand Mazeland [Tue, 28 Apr 2009 14:00:43 +0000 (14:00 +0000)]
* take $defaultPreferences['rememberpassword'] out of section personal/i18n and move it to personal/info below the change password link
* move gender selection to above change password link

15 years agoAPI: (bug 16422) Don't show help in format=jsonfm unless specifically requested with...
Roan Kattouw [Tue, 28 Apr 2009 11:42:14 +0000 (11:42 +0000)]
API: (bug 16422) Don't show help in format=jsonfm unless specifically requested with action=help

15 years agoAPI: Fix list=deletedrevs paging bug pointed out by Splarka on IRC
Roan Kattouw [Tue, 28 Apr 2009 11:30:02 +0000 (11:30 +0000)]
API: Fix list=deletedrevs paging bug pointed out by Splarka on IRC

15 years agoFollow up r49996, changing pathrev to revision on non-trunk preventing the 404 error.
Shinjiman [Tue, 28 Apr 2009 06:01:48 +0000 (06:01 +0000)]
Follow up r49996, changing pathrev to revision on non-trunk preventing the 404 error.

15 years agoLocalisation updates Cantonese, Chinese and Literary Chinese
Shinjiman [Tue, 28 Apr 2009 05:34:03 +0000 (05:34 +0000)]
Localisation updates Cantonese, Chinese and Literary Chinese

15 years ago* (bug 18593) Unify svn-revision references in Special:Version, in addition with...
Shinjiman [Tue, 28 Apr 2009 05:24:11 +0000 (05:24 +0000)]
* (bug 18593) Unify svn-revision references in Special:Version, in addition with Brion's recommendations. :)

15 years agoKill a bunch of unused $wgUser
Chad Horohoe [Tue, 28 Apr 2009 03:03:48 +0000 (03:03 +0000)]
Kill a bunch of unused $wgUser

15 years agoSectionise preferences to make the form a bit more readable
Andrew Garrett [Tue, 28 Apr 2009 02:34:21 +0000 (02:34 +0000)]
Sectionise preferences to make the form a bit more readable

15 years ago* Fix silly PHP annoyance where eauth message was shown on all saves.
Andrew Garrett [Tue, 28 Apr 2009 01:00:35 +0000 (01:00 +0000)]
* Fix silly PHP annoyance where eauth message was shown on all saves.
* Disable email-related checkboxes when email address is not confirmed

15 years agoRevert r49880, r49883, r49885 - add uniwiki/CreatePage extension to core
Brion Vibber [Mon, 27 Apr 2009 19:04:21 +0000 (19:04 +0000)]
Revert r49880, r49883, r49885 - add uniwiki/CreatePage extension to core

This looks pretty funky...

  A page with the title Main Page already exists. Would you like to edit the existing page?

  Yes. I want to contribute to the existing page.
  Yes. I want to contribute to the existing page.

Lack of interlinking tools means that this would promote creation of orphan pages, and the UI isn't very good. Doesn't seem to be a clear way to disable it in favor of alternate creation methods either.

15 years agoFollow-up to r49921 -- "Implement quickbar settings"
Brion Vibber [Mon, 27 Apr 2009 18:39:49 +0000 (18:39 +0000)]
Follow-up to r49921 -- "Implement quickbar settings"
Make actually work now after bits were divided into functions :D

15 years agoRevert r49957 "Move math preferences into rendering, to minimise number of tabs"
Brion Vibber [Mon, 27 Apr 2009 17:41:00 +0000 (17:41 +0000)]
Revert r49957 "Move math preferences into rendering, to minimise number of tabs"
Made the page rendering tab cluttered and confusing; no clear separation between this plugin feature and other things around it.

15 years ago* Update patch-user_properties.sql to match definition in tables.sql
Brion Vibber [Mon, 27 Apr 2009 17:15:01 +0000 (17:15 +0000)]
* Update patch-user_properties.sql to match definition in tables.sql
* Add some doc comments on user_properties table def and move it up near the user tales

15 years ago(bug 18069) Fixed some CSS validation issues with colors
Chad Horohoe [Mon, 27 Apr 2009 14:52:47 +0000 (14:52 +0000)]
(bug 18069) Fixed some CSS validation issues with colors

15 years agoMove math preferences into rendering, to minimise number of tabs
Andrew Garrett [Mon, 27 Apr 2009 14:22:16 +0000 (14:22 +0000)]
Move math preferences into rendering, to minimise number of tabs

15 years agoAPI: Fix regression from r32224 with caused bug 18597 (internal error for empty gener...
Roan Kattouw [Mon, 27 Apr 2009 14:21:16 +0000 (14:21 +0000)]
API: Fix regression from r32224 with caused bug 18597 (internal error for empty generator= parameter)

15 years agoFix regression in r49790, weird spacing for Gadgets and Skin tab.
Andrew Garrett [Mon, 27 Apr 2009 14:18:40 +0000 (14:18 +0000)]
Fix regression in r49790, weird spacing for Gadgets and Skin tab.

15 years agoAPI: (bug 18601) generator=backlinks returns invalid continue parameter. Patch by...
Roan Kattouw [Mon, 27 Apr 2009 14:09:47 +0000 (14:09 +0000)]
API: (bug 18601) generator=backlinks returns invalid continue parameter. Patch by Brad Jorsch

15 years agoMerge email back into user profile, fix regression where you weren't warned that...
Andrew Garrett [Mon, 27 Apr 2009 14:07:13 +0000 (14:07 +0000)]
Merge email back into user profile, fix regression where you weren't warned that your email address required authentication.

15 years ago* Do the query before requesting navigation
Niklas Laxström [Mon, 27 Apr 2009 13:37:35 +0000 (13:37 +0000)]
* Do the query before requesting navigation

15 years agoPartly revert r49448, looks like weird on the page while the viewvc link can be opene...
Shinjiman [Mon, 27 Apr 2009 13:15:11 +0000 (13:15 +0000)]
Partly revert r49448, looks like weird on the page while the viewvc link can be opened on every link in the extension description page on the MediaWiki website

15 years ago* (bug 18593) Unify svn-revision references in Special:Version
Shinjiman [Mon, 27 Apr 2009 13:00:40 +0000 (13:00 +0000)]
* (bug 18593) Unify svn-revision references in Special:Version

15 years agoFollow-up on r49946. Removed outdated 'version-svn-revision' in localisations other...
Siebrand Mazeland [Mon, 27 Apr 2009 12:58:01 +0000 (12:58 +0000)]
Follow-up on r49946. Removed outdated 'version-svn-revision' in localisations other than English.

15 years agochange the message of 'version-svn-revision' to '(r?)' and mark it as optional, per...
Shinjiman [Mon, 27 Apr 2009 12:41:17 +0000 (12:41 +0000)]
change the message of 'version-svn-revision' to '(r?)' and mark it as optional, per disscussion from the IRC.

15 years agoClean up remnants from half-done solutions in r49925, per comments on code review
Andrew Garrett [Mon, 27 Apr 2009 12:04:28 +0000 (12:04 +0000)]
Clean up remnants from half-done solutions in r49925, per comments on code review

15 years ago* Wrapping inside <p>' creates too much space in search namespace selesction
Niklas Laxström [Mon, 27 Apr 2009 11:45:45 +0000 (11:45 +0000)]
* Wrapping inside <p>' creates too much space in search namespace selesction

15 years ago* (bug 18592) Removing hardcoded brackets in 'version-version' and 'version-svn-revis...
Shinjiman [Mon, 27 Apr 2009 11:39:25 +0000 (11:39 +0000)]
* (bug 18592) Removing hardcoded brackets in 'version-version' and 'version-svn-revision' for better flexibility localisations in Special:Version

15 years agoAnd some cleanup for image page
Niklas Laxström [Mon, 27 Apr 2009 11:18:49 +0000 (11:18 +0000)]
And some cleanup for image page

15 years agoFix for r49939: hide navigation links in higher level
Niklas Laxström [Mon, 27 Apr 2009 11:17:46 +0000 (11:17 +0000)]
Fix for r49939: hide navigation links in higher level

15 years ago* Kill E_NOTICE
Niklas Laxström [Mon, 27 Apr 2009 10:29:18 +0000 (10:29 +0000)]
* Kill E_NOTICE

15 years ago* (bug 17614) Prev / Next links not need on ImagePage file history if less than limit
Niklas Laxström [Mon, 27 Apr 2009 10:21:38 +0000 (10:21 +0000)]
* (bug 17614) Prev / Next links not need on ImagePage file history if less than limit

15 years ago* Remove trailing whitespace
Niklas Laxström [Mon, 27 Apr 2009 07:25:51 +0000 (07:25 +0000)]
* Remove trailing whitespace

15 years ago* (bug 18535) Search tab tool-tops are corrupted
Niklas Laxström [Mon, 27 Apr 2009 07:24:07 +0000 (07:24 +0000)]
* (bug 18535) Search tab tool-tops are corrupted

15 years ago* Small cleanup tweaks
Niklas Laxström [Mon, 27 Apr 2009 07:20:23 +0000 (07:20 +0000)]
* Small cleanup tweaks

15 years agoFix preferences for sites with math enabled
Andrew Garrett [Mon, 27 Apr 2009 05:43:53 +0000 (05:43 +0000)]
Fix preferences for sites with math enabled

15 years agoFix missing global wgLang
Andrew Garrett [Mon, 27 Apr 2009 05:40:07 +0000 (05:40 +0000)]
Fix missing global wgLang

15 years agoFollow-up on r49920.
Siebrand Mazeland [Mon, 27 Apr 2009 05:38:43 +0000 (05:38 +0000)]
Follow-up on r49920.
* email -> e-mail for consistency
* add key to messages.inc

15 years agoFix problem where cached user objects would not update when default user options...
Andrew Garrett [Mon, 27 Apr 2009 03:51:07 +0000 (03:51 +0000)]
Fix problem where cached user objects would not update when default user options were changed. Now, only the option *overrides* are stored in the cache, and the options themselves are built from the defaults + overrides per request.

15 years agoSplit preference data out to separate methods so I can actually find my way around...
Andrew Garrett [Mon, 27 Apr 2009 02:52:33 +0000 (02:52 +0000)]
Split preference data out to separate methods so I can actually find my way around the code

15 years agoLocalisation updates Cantonese, Chinese and Literary Chinese
Shinjiman [Mon, 27 Apr 2009 02:24:20 +0000 (02:24 +0000)]
Localisation updates Cantonese, Chinese and Literary Chinese

15 years agoImplement quickbar settings
Andrew Garrett [Mon, 27 Apr 2009 01:49:09 +0000 (01:49 +0000)]
Implement quickbar settings

15 years agoMade email option actually work, fixed bug 18580 (new preferences page does not displ...
Andrew Garrett [Mon, 27 Apr 2009 01:38:29 +0000 (01:38 +0000)]
Made email option actually work, fixed bug 18580 (new preferences page does not display email confirmation data)

15 years agoFix display of inverted check fields in HTML forms -- fixes bug 18581.
Andrew Garrett [Mon, 27 Apr 2009 00:55:23 +0000 (00:55 +0000)]
Fix display of inverted check fields in HTML forms -- fixes bug 18581.

15 years agoLocalisation updates for core messages from translatewiki.net (2009-04-26 22:06 UTC)
Siebrand Mazeland [Sun, 26 Apr 2009 22:26:00 +0000 (22:26 +0000)]
Localisation updates for core messages from translatewiki.net (2009-04-26 22:06 UTC)

15 years agoFollow-up on r49790, r49898, r49899, r49900, r49901, r49902, r49904, r49907, r49908...
Siebrand Mazeland [Sun, 26 Apr 2009 22:00:14 +0000 (22:00 +0000)]
Follow-up on r49790, r49898, r49899, r49900, r49901, r49902, r49904, r49907, r49908, r49909, r49910, r49913, r49914
* rebuild all message files

15 years agoTake math errors related messages out of the preferences section.
Siebrand Mazeland [Sun, 26 Apr 2009 21:50:55 +0000 (21:50 +0000)]
Take math errors related messages out of the preferences section.

15 years agoFollow up on r49790. 'prefsreset' is no longer used.
Siebrand Mazeland [Sun, 26 Apr 2009 21:35:05 +0000 (21:35 +0000)]
Follow up on r49790. 'prefsreset' is no longer used.

15 years agoRevert r49911. Grep filtered too much. Thanks to rainman for clearing it up.
Siebrand Mazeland [Sun, 26 Apr 2009 21:26:52 +0000 (21:26 +0000)]
Revert r49911. Grep filtered too much. Thanks to rainman for clearing it up.

15 years agoRemove unused 'search-mwsuggest-enabled', 'search-mwsuggest-disabled', 'mwsuggest...
Siebrand Mazeland [Sun, 26 Apr 2009 21:16:32 +0000 (21:16 +0000)]
Remove unused 'search-mwsuggest-enabled', 'search-mwsuggest-disabled', 'mwsuggest-disable'

15 years agoRemove unused 'prefs-search-nsdefault' and 'prefs-search-nscustom'
Siebrand Mazeland [Sun, 26 Apr 2009 21:05:30 +0000 (21:05 +0000)]
Remove unused 'prefs-search-nsdefault' and 'prefs-search-nscustom'

15 years agoRemove unused 'searchprofile-articles-and-proj'
Siebrand Mazeland [Sun, 26 Apr 2009 21:01:47 +0000 (21:01 +0000)]
Remove unused 'searchprofile-articles-and-proj'

15 years agoRemove unused 'confirmedittitle'
Siebrand Mazeland [Sun, 26 Apr 2009 18:08:43 +0000 (18:08 +0000)]
Remove unused 'confirmedittitle'