lhc/web/wiklou.git
17 years agoAPI * HTML is now valid HTML Transitional (thansk nickj)
Yuri Astrakhan [Wed, 18 Oct 2006 06:32:40 +0000 (06:32 +0000)]
API * HTML is now valid HTML Transitional (thansk nickj)
* Fixed watchlist ordering bug

17 years agoAPI * Optimized revision <rev> tag setting
Yuri Astrakhan [Wed, 18 Oct 2006 05:35:24 +0000 (05:35 +0000)]
API * Optimized revision <rev> tag setting

17 years agoRevert part of r17066 - ParserOptions private variables not being treated as private...
Nick Jenkins [Wed, 18 Oct 2006 05:29:57 +0000 (05:29 +0000)]
Revert part of r17066 - ParserOptions private variables not being treated as private, reported by Simetrical, may only be experienced when tidy is enabled, I need to grep more in future.

17 years agoAPI
Yuri Astrakhan [Wed, 18 Oct 2006 05:27:43 +0000 (05:27 +0000)]
API
* Removed slow result SanitizeData
* Fixed watchlist feed bug (reported by nickj)
* Fixed HTML formatting bug (reported & fixed by nickj)
* clarified HTML intro message

17 years ago* Finish fixing bug 3205, and bump up $wgStyleVersion.
Aryeh Gregor [Wed, 18 Oct 2006 05:02:46 +0000 (05:02 +0000)]
* Finish fixing bug 3205, and bump up $wgStyleVersion.
* Added $wgStyleVersion to a stylesheet call that brion missed.
* Add informative comment to the top of common_rtl.css to the effect that it is really common to all skins, unlike common.css.

17 years agoUpdating the release notes.
Rotem Liss [Tue, 17 Oct 2006 17:36:01 +0000 (17:36 +0000)]
Updating the release notes.

17 years ago(bug 7617) Update for Portuguese localisation (pt)
Rotem Liss [Tue, 17 Oct 2006 17:31:15 +0000 (17:31 +0000)]
(bug 7617) Update for Portuguese localisation (pt)

17 years agoPass by reference, allow AutoAuthenticate to create a new object and assign it to...
Tim Starling [Tue, 17 Oct 2006 10:38:56 +0000 (10:38 +0000)]
Pass by reference, allow AutoAuthenticate to create a new object and assign it to $user.

17 years ago* Probably want "$this->mIsGenerator = false;", not "$mIsGenerator = false;"
Nick Jenkins [Tue, 17 Oct 2006 09:27:39 +0000 (09:27 +0000)]
* Probably want "$this->mIsGenerator = false;", not "$mIsGenerator = false;"
* rm unused global declaration.
* rm references usage in a foreach iteration ($info does not seem to be assigned to anything, so no benefit to using refs).
* Define local var in error printout.
* rm a few local vars that look unused.
* Make paranoia check do something.

17 years ago* Make ParserOptions private variables private.
Nick Jenkins [Tue, 17 Oct 2006 08:49:27 +0000 (08:49 +0000)]
* Make ParserOptions private variables private.
* Remove two unused globals.
* Remove pass-by-ref usage when arg is never modified (objects automatically passed-by-ref in PHP5)
* Removed some unused local variables.
* Mark a possibly dubious pass-by-ref on an uninitialized var as "FIXME: Please check that this initialization is correct", and added what I presume is the correct initialization.
* Declare preg_match arg 3 (output matches argument) as an array() before using it. Nothing wrong with not doing this, just feels slightly more explicit to me than a function call that also implictly creates and populates an array.
* My editor has automatically removed trailing spaces at the end of lines (which is not inherently a bad thing, but I have turned this option off now to help minimize diff sizes in future).
* Have confirmed that "php maintenance/parserTests.php --quiet --quick --color=no" shows no regressions, and that "php maintenance/fuzz-tester.php --specific-test=editPageTest --max-runtime=5" still shows no errors.

17 years agoAPI * login module parameter format
Yuri Astrakhan [Tue, 17 Oct 2006 02:11:29 +0000 (02:11 +0000)]
API * login module parameter format

17 years agoAPI * Better log events info * Added RAW debugging format
Yuri Astrakhan [Tue, 17 Oct 2006 02:01:20 +0000 (02:01 +0000)]
API * Better log events info * Added RAW debugging format

17 years agoAPI * better profiler modules naming
Yuri Astrakhan [Mon, 16 Oct 2006 23:25:51 +0000 (23:25 +0000)]
API * better profiler modules naming

17 years agoAPI * Enabled global profiling
Yuri Astrakhan [Mon, 16 Oct 2006 23:16:12 +0000 (23:16 +0000)]
API * Enabled global profiling

17 years ago* (bug 7444) Update namespace translations for Telugu (te), kept old values as alias...
Jimmy Collins [Mon, 16 Oct 2006 21:16:09 +0000 (21:16 +0000)]
* (bug 7444) Update namespace translations for Telugu (te), kept old values as alias for compatibility

17 years ago* (bug 7581) Update language name for cbk-zam
Brion Vibber [Mon, 16 Oct 2006 20:45:02 +0000 (20:45 +0000)]
* (bug 7581) Update language name for cbk-zam

17 years ago* (bug 7599) Fix thumbnail purging, PHP notices on HTCP image page purge
Brion Vibber [Mon, 16 Oct 2006 19:12:56 +0000 (19:12 +0000)]
* (bug 7599) Fix thumbnail purging, PHP notices on HTCP image page purge

Somebody changed the parameters and return value of Image->thumbUrl()
and didn't update all uses. Silly of them!

Also add a paranoia check on urls in the list in SquidUpdate

And don't redefine the socket options constants when called a second time

17 years agosafety first
Brion Vibber [Mon, 16 Oct 2006 18:37:50 +0000 (18:37 +0000)]
safety first

17 years ago* API: logevents query module (incomplete)
Yuri Astrakhan [Mon, 16 Oct 2006 07:19:20 +0000 (07:19 +0000)]
* API: logevents query module (incomplete)

17 years agoAvoid new CSS class and id names without mw prefix to avoid conflicts with user data.
Brion Vibber [Mon, 16 Oct 2006 06:24:56 +0000 (06:24 +0000)]
Avoid new CSS class and id names without mw prefix to avoid conflicts with user data.

17 years agobump style version forgotten in r17047 which made big reverts
Brion Vibber [Mon, 16 Oct 2006 06:02:13 +0000 (06:02 +0000)]
bump style version forgotten in r17047 which made big reverts

17 years ago* API: added prop parameter to watchlist, added partrolled flag
Yuri Astrakhan [Mon, 16 Oct 2006 05:53:07 +0000 (05:53 +0000)]
* API: added prop parameter to watchlist, added partrolled flag

17 years agoRevert changes of 16988 and 17038 until I get some aesthetic issues worked out (some...
Aryeh Gregor [Mon, 16 Oct 2006 05:30:16 +0000 (05:30 +0000)]
Revert changes of 16988 and 17038 until I get some aesthetic issues worked out (some more line-heights will need to be reworked to keep it looking the same as before).

17 years agoprofiling
Tim Starling [Mon, 16 Oct 2006 03:16:12 +0000 (03:16 +0000)]
profiling

17 years agoForgot to bump up style version
Aryeh Gregor [Mon, 16 Oct 2006 02:46:08 +0000 (02:46 +0000)]
Forgot to bump up style version

17 years agofixed suggest URL
Yuri Astrakhan [Mon, 16 Oct 2006 02:41:41 +0000 (02:41 +0000)]
fixed suggest URL

17 years agofix FSS-related bug
Tim Starling [Mon, 16 Oct 2006 02:36:28 +0000 (02:36 +0000)]
fix FSS-related bug

17 years ago* Added search suggestions link.
Yuri Astrakhan [Mon, 16 Oct 2006 02:31:28 +0000 (02:31 +0000)]
* Added search suggestions link.

17 years ago* API: fixed titleToKey() to convert values to upper case.
Yuri Astrakhan [Mon, 16 Oct 2006 02:14:10 +0000 (02:14 +0000)]
* API: fixed titleToKey() to convert values to upper case.

17 years agoAdjust header line-height in Monobook to account for changes in r16988
Aryeh Gregor [Mon, 16 Oct 2006 01:43:48 +0000 (01:43 +0000)]
Adjust header line-height in Monobook to account for changes in r16988

17 years agoPurge using HEAD instead of GET, as Squid can match a GET object using HEAD too...
Mark Bergsma [Mon, 16 Oct 2006 01:26:14 +0000 (01:26 +0000)]
Purge using HEAD instead of GET, as Squid can match a GET object using HEAD too...

17 years agoCount pages not links
Tim Starling [Mon, 16 Oct 2006 00:39:07 +0000 (00:39 +0000)]
Count pages not links

17 years ago(bug 7587) Fix erroneous id for specialpage tab, enabling informative popup
Aryeh Gregor [Mon, 16 Oct 2006 00:37:18 +0000 (00:37 +0000)]
(bug 7587) Fix erroneous id for specialpage tab, enabling informative popup

17 years ago(bug 3015) Add CSS ids to subcategory and page sections on category pages
Aryeh Gregor [Mon, 16 Oct 2006 00:10:57 +0000 (00:10 +0000)]
(bug 3015) Add CSS ids to subcategory and page sections on category pages

17 years ago* API: help screen now shows default and allowed parameter values
Yuri Astrakhan [Mon, 16 Oct 2006 00:08:03 +0000 (00:08 +0000)]
* API: help screen now shows default and allowed parameter values
* API: added experimental watchlist rss/atom feed
* API: if available, json_encode() will be used
* API: opensearch parameter changed to "search=" (more descriptive)
* API: minor parameter cleanup, a wrapper for Feed class

17 years ago* Fix regression in autoconfirm permission check
Brion Vibber [Sun, 15 Oct 2006 22:41:28 +0000 (22:41 +0000)]
* Fix regression in autoconfirm permission check

Anons can't be autoconfirmed. Was broken by restructuring in r17004.

17 years ago* Friendlier check for PHP 5 in command-line scripts; it's common for parallel
Brion Vibber [Sun, 15 Oct 2006 20:12:08 +0000 (20:12 +0000)]
* Friendlier check for PHP 5 in command-line scripts; it's common for parallel
  PHP 4 and 5 installations to interfere on the command-line.

17 years agoChange the HTCP purge method from 'NONE' to 'GET', to make
Mark Bergsma [Sun, 15 Oct 2006 18:53:08 +0000 (18:53 +0000)]
Change the HTCP purge method from 'NONE' to 'GET', to make
HTCP purges work with Squid 2.6 again.

17 years ago(bug 7589) Update to Indonesian localisation (id) #38; updating the release notes
Rotem Liss [Sun, 15 Oct 2006 18:47:35 +0000 (18:47 +0000)]
(bug 7589) Update to Indonesian localisation (id) #38; updating the release notes

17 years ago(bug 7585) Add wikilinks to parameter $1 in 'import-logentry-upload'
Jimmy Collins [Sun, 15 Oct 2006 14:56:25 +0000 (14:56 +0000)]
(bug 7585) Add wikilinks to parameter $1 in 'import-logentry-upload'

17 years ago(bug 7581) Fixed native names for war: and pam:
Jimmy Collins [Sun, 15 Oct 2006 08:31:19 +0000 (08:31 +0000)]
(bug 7581) Fixed native names for war: and pam:

17 years ago* API query optimizations
Yuri Astrakhan [Sun, 15 Oct 2006 07:43:52 +0000 (07:43 +0000)]
* API query optimizations
* API allow modules to have custom printers

17 years agoAlways grant access to Special:Userlogin, even if the user can't create an account...
Tim Starling [Sun, 15 Oct 2006 06:36:01 +0000 (06:36 +0000)]
Always grant access to Special:Userlogin, even if the user can't create an account. Creating an account isn't the only thing Special:Userlogin is for.

17 years ago* API watchlist: Forced an index, enabled generator
Yuri Astrakhan [Sat, 14 Oct 2006 16:02:42 +0000 (16:02 +0000)]
* API watchlist: Forced an index, enabled generator

17 years agoFixing Special:Unwatchedpages title.
Rotem Liss [Sat, 14 Oct 2006 11:41:23 +0000 (11:41 +0000)]
Fixing Special:Unwatchedpages title.

17 years agoBC
Tim Starling [Sat, 14 Oct 2006 10:31:34 +0000 (10:31 +0000)]
BC

17 years agoDependency tracking layer for caching.
Tim Starling [Sat, 14 Oct 2006 10:27:41 +0000 (10:27 +0000)]
Dependency tracking layer for caching.

17 years agoUpdate.
Rotem Liss [Sat, 14 Oct 2006 09:41:02 +0000 (09:41 +0000)]
Update.

17 years agoUpdate to German (de) localisation
Jimmy Collins [Sat, 14 Oct 2006 08:32:15 +0000 (08:32 +0000)]
Update to German (de) localisation

17 years ago* API: Restructured to allow internal usage. Error handling cleanup.
Yuri Astrakhan [Sat, 14 Oct 2006 07:18:08 +0000 (07:18 +0000)]
* API: Restructured to allow internal usage. Error handling cleanup.
* API: Added opensearch module, added apprefix param for list=allpages

17 years agoConverted User to use lazy initialisation. This is to avoid unstub loops, and also...
Tim Starling [Sat, 14 Oct 2006 06:58:19 +0000 (06:58 +0000)]
Converted User to use lazy initialisation. This is to avoid unstub loops, and also for performance. Interfaces and semantics have been largely preserved, except for a minor change involving setLoaded().

17 years agoSkip load balancing stuff if there is only one server
Tim Starling [Sat, 14 Oct 2006 06:49:22 +0000 (06:49 +0000)]
Skip load balancing stuff if there is only one server

17 years agoMore informative error message in Special:Confirmemail
Tim Starling [Sat, 14 Oct 2006 06:09:37 +0000 (06:09 +0000)]
More informative error message in Special:Confirmemail

17 years agoFixed line endings on Windows. Cleaned up PHP 5 error messages.
Tim Starling [Sat, 14 Oct 2006 05:38:31 +0000 (05:38 +0000)]
Fixed line endings on Windows. Cleaned up PHP 5 error messages.

17 years agonewmessagesdifflink: It's incredible that this went unfixed for so long.
Tim Starling [Sat, 14 Oct 2006 03:35:51 +0000 (03:35 +0000)]
newmessagesdifflink: It's incredible that this went unfixed for so long.

17 years ago* (bug 7562) Fix non-ASCII namespaces on Windows/XAMPP servers
Brion Vibber [Fri, 13 Oct 2006 23:32:36 +0000 (23:32 +0000)]
* (bug 7562) Fix non-ASCII namespaces on Windows/XAMPP servers
strtolower() tends to corrupt data when locale is not UTF-8, as on Windows.
Use $wgContLang->lc() for namespace and interwiki normalization.

17 years ago* (bug 7565) typos in MessagesDe.php
Jimmy Collins [Fri, 13 Oct 2006 23:24:40 +0000 (23:24 +0000)]
* (bug 7565) typos in MessagesDe.php
* Some more updates/new translations

17 years agoRemoved trailing whitespaces
Jimmy Collins [Fri, 13 Oct 2006 22:18:20 +0000 (22:18 +0000)]
Removed trailing whitespaces

17 years ago* Added global $wgStyleVersion to centralize bumping CSS and JS file versions
Brion Vibber [Fri, 13 Oct 2006 21:48:19 +0000 (21:48 +0000)]
* Added global $wgStyleVersion to centralize bumping CSS and JS file versions
  for cache-friendly style and script updating

17 years agoReverting r16989 -- makes it extremely difficult to watch or unwatch a page that...
Brion Vibber [Fri, 13 Oct 2006 21:03:43 +0000 (21:03 +0000)]
Reverting r16989 -- makes it extremely difficult to watch or unwatch a page that doesn't exist yet, unless you manually muck about with URLs

17 years ago(bug 7560) Separate Special:Categories name and categorybox header
Rotem Liss [Fri, 13 Oct 2006 16:40:21 +0000 (16:40 +0000)]
(bug 7560) Separate Special:Categories name and categorybox header
* Created a new message, 'pagecategories', which is used instead of 'categories' in the categorylinks box under the articles.
* Duplicated 'categories' to 'pagecategories' in all the languages.
* Removed "{{PLURAL}}" from 'categories' (and not 'pagecategories'), as it's ignored when used as the title of Special:Categories, and was added for the categorybox which now uses 'pagecategories'. It makes no harm, but it's useless, as no parameter and "{{PLURAL}}" is used for 'categories' - only for 'pagecategories'.

17 years ago(bug 2241) Hide watch tab on edit in favor of checkbox to avoid confusing behavior...
Aryeh Gregor [Fri, 13 Oct 2006 07:12:56 +0000 (07:12 +0000)]
(bug 2241) Hide watch tab on edit in favor of checkbox to avoid confusing behavior and accesskey conflict

17 years ago(bug 2013) Use numbers instead of em specifications for line-height so that the ratio...
Aryeh Gregor [Fri, 13 Oct 2006 07:06:38 +0000 (07:06 +0000)]
(bug 2013) Use numbers instead of em specifications for line-height so that the ratio and not the computed value is inherited.

17 years ago(bug 3205) Stop right floats from stacking horizontally in non-Monobook skins (also...
Aryeh Gregor [Fri, 13 Oct 2006 06:56:47 +0000 (06:56 +0000)]
(bug 3205) Stop right floats from stacking horizontally in non-Monobook skins (also correct clearing behavior for RTL)

17 years ago* API: added watchlist module (incomplete)
Yuri Astrakhan [Fri, 13 Oct 2006 06:13:13 +0000 (06:13 +0000)]
* API: added watchlist module (incomplete)
* API: minor param cleanup

17 years ago* API: fixed caching header per jeluf's fix in query.php
Yuri Astrakhan [Fri, 13 Oct 2006 05:28:28 +0000 (05:28 +0000)]
* API: fixed caching header per jeluf's fix in query.php

17 years ago* API: Enabled output caching to allow proper output format in case of an error.
Yuri Astrakhan [Fri, 13 Oct 2006 05:21:38 +0000 (05:21 +0000)]
* API: Enabled output caching to allow proper output format in case of an error.

17 years ago* API: Added revids parameter.
Yuri Astrakhan [Fri, 13 Oct 2006 04:59:14 +0000 (04:59 +0000)]
* API: Added revids parameter.

17 years agoAdded Upper Sorbian translation (hsb)
Jimmy Collins [Thu, 12 Oct 2006 22:53:41 +0000 (22:53 +0000)]
Added Upper Sorbian translation (hsb)

17 years agobump rtl css link
Brion Vibber [Thu, 12 Oct 2006 22:30:56 +0000 (22:30 +0000)]
bump rtl css link

17 years agoUpdate Chick, Classic, and Simple to have proper edit section styles, and bump up...
Aryeh Gregor [Thu, 12 Oct 2006 22:02:15 +0000 (22:02 +0000)]
Update Chick, Classic, and Simple to have proper edit section styles, and bump up version numbers on non-Monobook CSS inclusions so that other skins don't have bad cache.

17 years agoUpdate message for portal, portal-url...
Robert Stojnić [Thu, 12 Oct 2006 21:53:42 +0000 (21:53 +0000)]
Update message for portal, portal-url...

17 years agobump style urls; did someone install the reverted bits, then uninstall them, on the...
Brion Vibber [Thu, 12 Oct 2006 21:16:16 +0000 (21:16 +0000)]
bump style urls; did someone install the reverted bits, then uninstall them, on the live server?
there's some bad stuff in cache.

17 years agoFixed bug when $2 is present in the URL.
Robert Stojnić [Thu, 12 Oct 2006 20:45:49 +0000 (20:45 +0000)]
Fixed bug when $2 is present in the URL.

17 years agoRemoving the language maintenance scripts checktrans.php, duplicatetrans.php and...
Rotem Liss [Thu, 12 Oct 2006 13:29:41 +0000 (13:29 +0000)]
Removing the language maintenance scripts checktrans.php, duplicatetrans.php and unusedMessages.php, as they are obsolete and shouldn't be used - checkLanguage.php should be used instead of them, as it checks for more problems, contains much more features, and treats the ignored and optional messages right.

17 years agoCommiting diff -r 16826:16966 of serbianvariants.
Robert Stojnić [Thu, 12 Oct 2006 10:34:49 +0000 (10:34 +0000)]
Commiting diff -r 16826:16966 of serbianvariants.
Enable engine for aliases like /sr-ec/Article_title
Put variants into google sitemap.

17 years agoRevert last two commits. Broke wikibits and don't know how to fix it at the moment.
Aryeh Gregor [Thu, 12 Oct 2006 09:02:25 +0000 (09:02 +0000)]
Revert last two commits.  Broke wikibits and don't know how to fix it at the moment.

17 years agoFix wikibits.js script broken by last commit. That tweaked DOM: editsections are...
Aryeh Gregor [Thu, 12 Oct 2006 08:15:50 +0000 (08:15 +0000)]
Fix wikibits.js script broken by last commit.  That tweaked DOM: editsections are now spans instead of divs and are inside the h# tags, so JavaScript etc. that relies on their being divs will break briefly.  However, this is the logical approach, since it will attach the editsection to the header naturally, including auto-centering etc.

17 years ago* (bug 4525) Move section links down to same level as headings (editsection links...
Aryeh Gregor [Thu, 12 Oct 2006 08:01:19 +0000 (08:01 +0000)]
* (bug 4525) Move section links down to same level as headings (editsection links are now inside the h# elements)

17 years agoUpdating expected parserTests results to match r16958 editsections.
Nick Jenkins [Thu, 12 Oct 2006 05:06:30 +0000 (05:06 +0000)]
Updating expected parserTests results to match r16958 editsections.

17 years ago* (bug 6868) Un-hardcode section edit link style
Aryeh Gregor [Thu, 12 Oct 2006 04:47:01 +0000 (04:47 +0000)]
* (bug 6868) Un-hardcode section edit link style

17 years agoFix wrong place of documentation in last commit. Also, last commit should have had...
Aryeh Gregor [Thu, 12 Oct 2006 04:37:05 +0000 (04:37 +0000)]
Fix wrong place of documentation in last commit. Also, last commit should have had message:
(bug 6918) Stopped borders and backgrounds from showing through floated tables in Monobook

17 years ago(no commit message)
Aryeh Gregor [Thu, 12 Oct 2006 04:33:50 +0000 (04:33 +0000)]

17 years ago* allpages module fix
Yuri Astrakhan [Thu, 12 Oct 2006 03:15:42 +0000 (03:15 +0000)]
* allpages module fix
* added exception handling code

17 years ago* (bug 6164) Avoid smashing Cite state if message transformation triggers
Brion Vibber [Thu, 12 Oct 2006 01:07:01 +0000 (01:07 +0000)]
* (bug 6164) Avoid smashing Cite state if message transformation triggers
  during bad image list check, by skipping message transformation.
  This isn't a good permanent fix.

17 years agoMinor tweak to HISTORY (change is not in 1.7).
Nick Jenkins [Wed, 11 Oct 2006 23:25:44 +0000 (23:25 +0000)]
Minor tweak to HISTORY (change is not in 1.7).

17 years agoRevert r16928: crashed Wikimedia by breaking memcached
Brion Vibber [Wed, 11 Oct 2006 22:41:38 +0000 (22:41 +0000)]
Revert r16928: crashed Wikimedia by breaking memcached

17 years ago(bug 7548) Date format for Occitan localisation (occ)
Jimmy Collins [Wed, 11 Oct 2006 21:50:57 +0000 (21:50 +0000)]
(bug 7548) Date format for Occitan localisation (occ)

17 years ago* Disable PHP exception backtrace printing unless $wgShowExceptionDetails
Brion Vibber [Wed, 11 Oct 2006 18:57:49 +0000 (18:57 +0000)]
* Disable PHP exception backtrace printing unless $wgShowExceptionDetails
  is set. Backtraces may contain sensitive information in function call
  parameters.

17 years ago* (bug 7545) Fix PHP version check on install
Brion Vibber [Wed, 11 Oct 2006 18:22:45 +0000 (18:22 +0000)]
* (bug 7545) Fix PHP version check on install

17 years ago* Improved register_globals paranoia checks
Brion Vibber [Wed, 11 Oct 2006 18:14:27 +0000 (18:14 +0000)]
* Improved register_globals paranoia checks

17 years ago* Fix PHP notice and estimates for dumpBackup.php and friends
Brion Vibber [Wed, 11 Oct 2006 17:58:42 +0000 (17:58 +0000)]
* Fix PHP notice and estimates for dumpBackup.php and friends

17 years agoplease don't throw away the changelog, nick
Brion Vibber [Wed, 11 Oct 2006 17:50:14 +0000 (17:50 +0000)]
please don't throw away the changelog, nick

17 years agoRenamed CacheManager to HTMLFileCache, to avoid confusion with the other sort of...
Tim Starling [Wed, 11 Oct 2006 08:25:26 +0000 (08:25 +0000)]
Renamed CacheManager to HTMLFileCache, to avoid confusion with the other sort of cache.

17 years agoBug 7474, CACHE_DB/CACHE_MEMCACHED confusion
Tim Starling [Wed, 11 Oct 2006 08:12:15 +0000 (08:12 +0000)]
Bug 7474, CACHE_DB/CACHE_MEMCACHED confusion

17 years agoSetting parserTest 'Template infinite loop' expected value to match test result after...
Nick Jenkins [Wed, 11 Oct 2006 07:56:47 +0000 (07:56 +0000)]
Setting parserTest 'Template infinite loop' expected value to match test result after confirming with TimS that expected value can be changed; one less failing test.

17 years ago(bug 7139) Increasing the visual width of the edit summary field on larger screen...
Nick Jenkins [Wed, 11 Oct 2006 06:58:36 +0000 (06:58 +0000)]
(bug 7139) Increasing the visual width of the edit summary field on larger screen sizes, for the default monobook skin. Using 80% via CSS, so should fall back to the current hard-coded 60 character width for older web clients that don't support CSS.

17 years ago(bug 6835): Removing the includes/Parser.php::getTemplateArgs() function, because...
Nick Jenkins [Wed, 11 Oct 2006 05:45:16 +0000 (05:45 +0000)]
(bug 6835): Removing the includes/Parser.php::getTemplateArgs() function, because it seems to be unused:
* Nobody on #mediawiki seems to definitively know of anything that uses it.
* A "grep -inr getTemplateArgs" shows that there seem to be no calls to it in MediaWiki or the extensions in SVN.
* A google codesearch ( http://www.google.com/codesearch?q=getTemplateArgs&btnG=Search+Code ) seems to show no out-of-tree usage.
* A straight google showed nothing obvious.
* An "svn blame includes/Parser.php" shows that it was added in r4452 (2 years 2 months ago) and has hardly been touched since.
* A "php parserTests.php --quiet --quick --color=no" shows no new regressions when it's removed.
* Using a code coverage tool I simply could not get this function to be invoked.
* Nobody requested this be kept when removing it was first suggested on wikitech-l three months ago (http://mail.wikipedia.org/pipermail/wikitech-l/2006-July/036969.html ).
* A PHPXref output for MW 1.6.3 ( http://mediawiki.openapp.org/mediawiki/nav.html?_functions/index.html ) showed zero references to this function.
In short, it looks like dead code, and seeing as this is the very start of the 1.9 cycle, now is probably the ideal time to remove it, so as to give a maximum window of opportunity for complaints in case it turns out someone somewhere is actually using this.
Also purging the RELEASE-NOTES of stuff from the 1.8 series, since the RELEASE-NOTES need to be updated anyway for this.

17 years agoActive protection against register_globals vulnerabilities. Unset all globals which...
Tim Starling [Wed, 11 Oct 2006 03:44:49 +0000 (03:44 +0000)]
Active protection against register_globals vulnerabilities. Unset all globals which have been set by $_REQUEST, in WebStart.php. All entry points must assume that a user can unset any arbitrary global set before WebStart.php is invoked. This is not usually a problem since most entry points do not set globals before WebStart.php, Yuri's APIs apparently being the only exceptions.

17 years agoyou missed one
Tim Starling [Wed, 11 Oct 2006 03:27:47 +0000 (03:27 +0000)]
you missed one