lhc/web/wiklou.git
19 years agoSo single trial; add --count option for number of titles to do (otherwise does three...
Brion Vibber [Sat, 22 Jan 2005 01:25:53 +0000 (01:25 +0000)]
So single trial; add --count option for number of titles to do (otherwise does three sets 1,10,100 which is not accurate for setup time)

19 years agoAccessibility: added <label>s
Tom Gilder [Fri, 21 Jan 2005 20:01:13 +0000 (20:01 +0000)]
Accessibility: added <label>s

19 years agolarger wpNick box
Tim Starling [Fri, 21 Jan 2005 14:02:49 +0000 (14:02 +0000)]
larger wpNick box

19 years agostream timeout option
Tim Starling [Fri, 21 Jan 2005 14:00:18 +0000 (14:00 +0000)]
stream timeout option

19 years agoEnabled caching for IE5.0, it would appear to be absolutely fine.
Tom Gilder [Thu, 20 Jan 2005 12:15:48 +0000 (12:15 +0000)]
Enabled caching for IE5.0, it would appear to be absolutely fine.

19 years agoRemove no longer needed Vary: Cookie header to fix IE5.0 caching
Tom Gilder [Thu, 20 Jan 2005 11:28:46 +0000 (11:28 +0000)]
Remove no longer needed Vary: Cookie header to fix IE5.0 caching

19 years ago* Code presentation foobar() {
Antoine Musso [Thu, 20 Jan 2005 10:14:45 +0000 (10:14 +0000)]
* Code presentation foobar() {
* a few double to single qutoes

19 years agoFix #1130 : special:movepage not showing actual title but encoded one.
Antoine Musso [Thu, 20 Jan 2005 09:29:18 +0000 (09:29 +0000)]
Fix #1130 : special:movepage not showing actual title but encoded one.

19 years agoScript to benchmark squid purges
Brion Vibber [Thu, 20 Jan 2005 07:10:29 +0000 (07:10 +0000)]
Script to benchmark squid purges

19 years agoBUG#1021 - Add some missing French translations
Jens Frank [Wed, 19 Jan 2005 23:30:49 +0000 (23:30 +0000)]
BUG#1021 - Add some missing French translations

19 years agoBUG#1363 Fix Enotif Reset Nofication Flags - by Dieter Menne
Jens Frank [Wed, 19 Jan 2005 22:59:43 +0000 (22:59 +0000)]
BUG#1363 Fix Enotif Reset Nofication Flags - by Dieter Menne

19 years agoBUG#1366 two-level string substitution
Jens Frank [Wed, 19 Jan 2005 22:55:06 +0000 (22:55 +0000)]
BUG#1366 two-level string substitution

19 years agoDouble to single quotes
Tom Gilder [Wed, 19 Jan 2005 22:30:20 +0000 (22:30 +0000)]
Double to single quotes

19 years agothe geomap extension can embed a map as svg
Magnus Manske [Wed, 19 Jan 2005 20:42:24 +0000 (20:42 +0000)]
the geomap extension can embed a map as svg

19 years ago* Dummy phpdoc comments.
Antoine Musso [Wed, 19 Jan 2005 14:05:40 +0000 (14:05 +0000)]
* Dummy phpdoc comments.
* Double to single quote.

19 years ago* Add $wgNoFollowLinks option to add rel="nofollow" on external links (on by default)
Brion Vibber [Wed, 19 Jan 2005 09:33:19 +0000 (09:33 +0000)]
* Add $wgNoFollowLinks option to add rel="nofollow" on external links (on by default)

19 years agoUpdate for tomg's changes to external link formatting and TOC. Currently passing...
Brion Vibber [Wed, 19 Jan 2005 09:06:50 +0000 (09:06 +0000)]
Update for tomg's changes to external link formatting and TOC. Currently passing 133 out of 136 tests.

19 years agoCreate a new $wgUser to initialize default settings properly. Not sure what's the...
Brion Vibber [Wed, 19 Jan 2005 09:05:24 +0000 (09:05 +0000)]
Create a new $wgUser to initialize default settings properly. Not sure what's the source of the problem atm...

19 years ago* (bug 730) configurable $wgRCMaxAge; don't try to update purged RC entries
Brion Vibber [Wed, 19 Jan 2005 03:54:43 +0000 (03:54 +0000)]
* (bug 730) configurable $wgRCMaxAge; don't try to update purged RC entries

19 years agoNever run PNG fix in IE5.0
Tom Gilder [Tue, 18 Jan 2005 21:20:34 +0000 (21:20 +0000)]
Never run PNG fix in IE5.0

19 years ago* Call-tree output mode for profiling
Brion Vibber [Tue, 18 Jan 2005 12:30:42 +0000 (12:30 +0000)]
* Call-tree output mode for profiling
The call tree is pretty long, and currently displays _uncorrected_ runtimes (without compensation for profiling overhead).
However it can be nice to get a better idea of what's calling what.

19 years ago* Remove unnecessary initialization and double-caching of parser variables
Brion Vibber [Tue, 18 Jan 2005 11:52:06 +0000 (11:52 +0000)]
* Remove unnecessary initialization and double-caching of parser variables
This saves a couple milliseconds; since the variables are internally cached there's no benefit to running every variable when we're often just going to use one or two (Sitename in messages for instance)

19 years agoOnly start new session for anon users on submit, not edit
Tom Gilder [Tue, 18 Jan 2005 11:51:25 +0000 (11:51 +0000)]
Only start new session for anon users on submit, not edit

19 years ago* Fix notice errors in wfDebugDieBacktrace() in XML callbacks
Brion Vibber [Tue, 18 Jan 2005 10:24:33 +0000 (10:24 +0000)]
* Fix notice errors in wfDebugDieBacktrace() in XML callbacks
* Suppress notice error on bogus timestamp input (returns epoch as before)

19 years ago* Skip message cache initialization on raw page view (quick hack)
Brion Vibber [Tue, 18 Jan 2005 10:16:55 +0000 (10:16 +0000)]
* Skip message cache initialization on raw page view (quick hack)
The MediaWiki:Sitenotice hack as currently written forces message cache initiali
zation early in Setup.php. This adds up to 30% to the runtime on raw page views
and cache hits where no skin output has to be made, and dynamic CSS means we've got a fair amount of raw page views.

19 years ago* Set default MediaWiki:Sitenotice to '-', avoiding extra database hits
Brion Vibber [Tue, 18 Jan 2005 10:13:14 +0000 (10:13 +0000)]
* Set default MediaWiki:Sitenotice to '-', avoiding extra database hits
(A blank message doesn't get cached cleanly, so it was being loaded from the secondary cache and the cur table on every hit unless un-blanked.)

19 years agoSomewhat experimental tool for pulling edit data from recentchanges & attached tables.
Brion Vibber [Tue, 18 Jan 2005 06:20:21 +0000 (06:20 +0000)]
Somewhat experimental tool for pulling edit data from recentchanges & attached tables.
Output is a scary relative of the Special:Export XML.
Current code works with 1.4, not 1.5.

19 years agoInitialize a group so the parser test can run
Brion Vibber [Tue, 18 Jan 2005 03:34:30 +0000 (03:34 +0000)]
Initialize a group so the parser test can run

19 years agoMuch more graceful way of not showing logged-in pages to logged-out users
Tom Gilder [Tue, 18 Jan 2005 03:06:20 +0000 (03:06 +0000)]
Much more graceful way of not showing logged-in pages to logged-out users

19 years agoDon't show cached logged-in pages to logged-out users (bug 63)
Tom Gilder [Tue, 18 Jan 2005 02:24:19 +0000 (02:24 +0000)]
Don't show cached logged-in pages to logged-out users (bug 63)

19 years agoConditional comments IE6 fix; remove old PNG fix
Tom Gilder [Tue, 18 Jan 2005 00:05:35 +0000 (00:05 +0000)]
Conditional comments IE6 fix; remove old PNG fix

19 years agoFix #1354 : fo: linktrail
Antoine Musso [Mon, 17 Jan 2005 23:36:41 +0000 (23:36 +0000)]
Fix #1354 : fo: linktrail

19 years agoConditional comments IE5.0 fix
Tom Gilder [Mon, 17 Jan 2005 22:33:24 +0000 (22:33 +0000)]
Conditional comments IE5.0 fix

19 years agoMerge IE conditoinal comments from 1.4
Tom Gilder [Mon, 17 Jan 2005 22:24:42 +0000 (22:24 +0000)]
Merge IE conditoinal comments from 1.4

19 years agoAdd timestamp to generated CSS URL, to make prefs show without force-reloading (bug...
Tom Gilder [Mon, 17 Jan 2005 21:21:30 +0000 (21:21 +0000)]
Add timestamp to generated CSS URL, to make prefs show without force-reloading (bug 512)

19 years agoFix tabbed preferences script
Tom Gilder [Mon, 17 Jan 2005 19:52:17 +0000 (19:52 +0000)]
Fix tabbed preferences script

19 years agoFix #1214 : incorrect previous & next links in Special:Log
Antoine Musso [Mon, 17 Jan 2005 18:53:39 +0000 (18:53 +0000)]
Fix #1214 : incorrect previous & next links in Special:Log

19 years agoFix 1338 : missing </li>
Antoine Musso [Mon, 17 Jan 2005 18:13:10 +0000 (18:13 +0000)]
Fix 1338 : missing </li>

19 years agoFix nn: linktrail (patch by dittaeva on irc)
Antoine Musso [Mon, 17 Jan 2005 17:55:27 +0000 (17:55 +0000)]
Fix nn: linktrail (patch by dittaeva on irc)

19 years agoFix #1335 'tooltip-watch' in Language.php
Antoine Musso [Mon, 17 Jan 2005 17:24:41 +0000 (17:24 +0000)]
Fix #1335 'tooltip-watch' in Language.php

19 years agoHide Special:Listadmin that just redirect to Special:Listuser
Antoine Musso [Mon, 17 Jan 2005 12:07:16 +0000 (12:07 +0000)]
Hide Special:Listadmin that just redirect to Special:Listuser

19 years agoImplement #858 : split user assignment and group rights.
Antoine Musso [Mon, 17 Jan 2005 11:45:47 +0000 (11:45 +0000)]
Implement #858 : split user assignment and group rights.

19 years agofix for script execution vulnerability
Tim Starling [Mon, 17 Jan 2005 08:40:08 +0000 (08:40 +0000)]
fix for script execution vulnerability

19 years agoMemcached data compression fixes:
Brion Vibber [Mon, 17 Jan 2005 02:09:51 +0000 (02:09 +0000)]
Memcached data compression fixes:
* Fix typo that caused compression not to be stored (Tim)
* Fix order of operations that corrupted some loads (Brion)

19 years agoXHTML fixes: make MonoBook well-formed; lowercase tag names in wikibits.js; fix tabbe...
Tom Gilder [Sun, 16 Jan 2005 18:42:39 +0000 (18:42 +0000)]
XHTML fixes: make MonoBook well-formed; lowercase tag names in wikibits.js; fix tabbed preferences with XHTML MIME type (bug 211)

19 years agoFix IE freezing rendering whilst waiting for CSS with MonoBook (bug 624) (take 3)
Tom Gilder [Sun, 16 Jan 2005 13:45:23 +0000 (13:45 +0000)]
Fix IE freezing rendering whilst waiting for CSS with MonoBook (bug 624) (take 3)

19 years agoFix IE freezing rendering whilst waiting for CSS with MonoBook (bug 624) (take 2)
Tom Gilder [Sun, 16 Jan 2005 13:21:51 +0000 (13:21 +0000)]
Fix IE freezing rendering whilst waiting for CSS with MonoBook (bug 624) (take 2)

19 years agoFix IE freezing rendering whilst waiting for CSS with MonoBook (bug 624)
Tom Gilder [Sun, 16 Jan 2005 13:04:11 +0000 (13:04 +0000)]
Fix IE freezing rendering whilst waiting for CSS with MonoBook (bug 624)

19 years ago* Don't try to create links without namespaces ([[Category:]] link bug)
Brion Vibber [Sun, 16 Jan 2005 08:46:24 +0000 (08:46 +0000)]
* Don't try to create links without namespaces ([[Category:]] link bug)

19 years agoMoving Magnus's experimental map software out of the MediaWiki release file tree...
Brion Vibber [Sun, 16 Jan 2005 03:10:19 +0000 (03:10 +0000)]
Moving Magnus's experimental map software out of the MediaWiki release file tree into the extensions module.

19 years agoDo *NOT* force all wikis into a non-functional initial state with a broken whitelist...
Brion Vibber [Sun, 16 Jan 2005 03:04:25 +0000 (03:04 +0000)]
Do *NOT* force all wikis into a non-functional initial state with a broken whitelist. I'm hoping this was an accidental check-in.

19 years agoVarious XHTML fixes
Tom Gilder [Sun, 16 Jan 2005 02:57:30 +0000 (02:57 +0000)]
Various XHTML fixes

19 years ago* (bug 1339) Fix order of @imports in Cologne Blue CSS
Brion Vibber [Sun, 16 Jan 2005 02:04:22 +0000 (02:04 +0000)]
* (bug 1339) Fix order of @imports in Cologne Blue CSS

19 years agoPNG alpha fix: added error checking
Tom Gilder [Sun, 16 Jan 2005 00:23:13 +0000 (00:23 +0000)]
PNG alpha fix: added error checking

19 years agoGenerate expanded URLs for printing on the client, not server (using CSS, or JS for...
Tom Gilder [Sat, 15 Jan 2005 23:56:26 +0000 (23:56 +0000)]
Generate expanded URLs for printing on the client, not server (using CSS, or JS for IE/win) (bug 642)

19 years agoComplete TOC recode: proper HTML list; CSS for layout; JS recode; hidden TOC stays...
Tom Gilder [Sat, 15 Jan 2005 23:21:52 +0000 (23:21 +0000)]
Complete TOC recode: proper HTML list; CSS for layout; JS recode; hidden TOC stays hidden across different pages; never show TOC if no headings; more opportunity to style TOC

19 years agonow generating directly from wiki source
Magnus Manske [Sat, 15 Jan 2005 22:18:05 +0000 (22:18 +0000)]
now generating directly from wiki source

19 years agoCheck probably needed. Patch by Andrew Miller
Antoine Musso [Sat, 15 Jan 2005 11:39:46 +0000 (11:39 +0000)]
Check probably needed. Patch by Andrew Miller

19 years agoFix direct access to a private object propriety (patch by Andrew Miller)
Antoine Musso [Sat, 15 Jan 2005 11:28:21 +0000 (11:28 +0000)]
Fix direct access to a private object propriety (patch by Andrew Miller)

19 years agoLagged slave warning
Tim Starling [Sat, 15 Jan 2005 10:40:46 +0000 (10:40 +0000)]
Lagged slave warning

19 years agoMinor load balancing improvements
Tim Starling [Sat, 15 Jan 2005 10:13:36 +0000 (10:13 +0000)]
Minor load balancing improvements

19 years agoMinor load balancing improvements
Tim Starling [Sat, 15 Jan 2005 10:11:45 +0000 (10:11 +0000)]
Minor load balancing improvements

19 years agoENOTIF: Create the column with the long name before accessing it, instead of after...
Jens Frank [Sat, 15 Jan 2005 07:31:15 +0000 (07:31 +0000)]
ENOTIF: Create the column with the long name before accessing it, instead of after accessing it.

19 years agoDon't load user object from DB when in command line mode. DB might not yet exist
Jens Frank [Sat, 15 Jan 2005 07:28:33 +0000 (07:28 +0000)]
Don't load user object from DB when in command line mode. DB might not yet exist

19 years ago* (bug 1132) Fix concatenation of link lists in refreshLinks
Brion Vibber [Sat, 15 Jan 2005 07:08:37 +0000 (07:08 +0000)]
* (bug 1132) Fix concatenation of link lists in refreshLinks
* (bug 1101) Fix memory leak in refreshLinks

19 years agostyle parameters
Magnus Manske [Fri, 14 Jan 2005 16:10:12 +0000 (16:10 +0000)]
style parameters

19 years agospearating data from methods
Magnus Manske [Fri, 14 Jan 2005 15:17:22 +0000 (15:17 +0000)]
spearating data from methods

19 years agoelaborate fix for bug 1156: Block log: missing expiry time. Changed schema for loggin...
Tim Starling [Fri, 14 Jan 2005 13:47:19 +0000 (13:47 +0000)]
elaborate fix for bug 1156: Block log: missing expiry time. Changed schema for logging table

19 years agobug fix: do_schema_restructuring() didn't respect table prefixes
Tim Starling [Fri, 14 Jan 2005 13:44:03 +0000 (13:44 +0000)]
bug fix: do_schema_restructuring() didn't respect table prefixes

19 years agoadded /*$wgDBprefix*/ in various places, to support upgrading from old prefixed datab...
Tim Starling [Fri, 14 Jan 2005 13:33:17 +0000 (13:33 +0000)]
added /*$wgDBprefix*/ in various places, to support upgrading from old prefixed databases, e.g. mine

19 years agohey, it really works
Magnus Manske [Fri, 14 Jan 2005 13:29:39 +0000 (13:29 +0000)]
hey, it really works

19 years agoMerging server feature from REL1_4
Tim Starling [Fri, 14 Jan 2005 13:03:34 +0000 (13:03 +0000)]
Merging server feature from REL1_4

19 years agoFixed problem with missing query errors, noticed in installer but I seem to remember...
Tim Starling [Fri, 14 Jan 2005 13:00:17 +0000 (13:00 +0000)]
Fixed problem with missing query errors, noticed in installer but I seem to remember seeing it before

19 years agoUsing real-world coordinates
Magnus Manske [Fri, 14 Jan 2005 12:30:01 +0000 (12:30 +0000)]
Using real-world coordinates

19 years agobug 1326: Use content language for '1movedto2' in edit history.
Zheng Zhu [Fri, 14 Jan 2005 03:24:37 +0000 (03:24 +0000)]
bug 1326:  Use content language for '1movedto2' in edit history.

19 years agoMerged id="searchGoButton" from 1.4
Tom Gilder [Thu, 13 Jan 2005 23:13:46 +0000 (23:13 +0000)]
Merged id="searchGoButton" from 1.4

19 years agoShow "block" link in Special:Recentchanges for logged in users, too, if
Jens Frank [Thu, 13 Jan 2005 22:58:56 +0000 (22:58 +0000)]
Show "block" link in Special:Recentchanges for logged in users, too, if
wgUserSysopBans is true.

19 years agoRecompressed PNGs
Tom Gilder [Thu, 13 Jan 2005 21:21:30 +0000 (21:21 +0000)]
Recompressed PNGs

19 years agoMerged my changes from 1.4
Tom Gilder [Thu, 13 Jan 2005 21:09:57 +0000 (21:09 +0000)]
Merged my changes from 1.4

19 years agomoving geo files to new experiments subdir
Magnus Manske [Thu, 13 Jan 2005 16:12:25 +0000 (16:12 +0000)]
moving geo files to new experiments subdir

19 years agogeo updates
Magnus Manske [Thu, 13 Jan 2005 16:00:44 +0000 (16:00 +0000)]
geo updates

19 years agoBUG#1317 - External links in image caption not working
Jens Frank [Thu, 13 Jan 2005 09:13:22 +0000 (09:13 +0000)]
BUG#1317 - External links in image caption not working
Changed regexp to allow single ] inside of an image's alternative text

19 years agoFix for tab wrapping in IE6 (bugs 288 and 119)
Tom Gilder [Wed, 12 Jan 2005 23:31:42 +0000 (23:31 +0000)]
Fix for tab wrapping in IE6 (bugs 288 and 119)

19 years agowgSquidServersNoPurge
River Tarnell [Wed, 12 Jan 2005 22:45:39 +0000 (22:45 +0000)]
wgSquidServersNoPurge

19 years agoAdded geo.php
Magnus Manske [Wed, 12 Jan 2005 13:09:27 +0000 (13:09 +0000)]
Added geo.php

19 years agoRemove totally false information relating to the ancient 2002-era
Brion Vibber [Wed, 12 Jan 2005 07:28:20 +0000 (07:28 +0000)]
Remove totally false information relating to the ancient 2002-era
install script which routinely ate itself and destroyed data and
required root shell access and couldn't be reasonably used by
any human.

19 years agoMinor XHTML fix (and my first commit, scary!)
Tom Gilder [Wed, 12 Jan 2005 01:46:33 +0000 (01:46 +0000)]
Minor XHTML fix (and my first commit, scary!)

19 years agouse function, some clean up
Antoine Musso [Wed, 12 Jan 2005 00:36:16 +0000 (00:36 +0000)]
use function, some clean up

19 years agoParse error: parse error, unexpected ';' in SpecialAsksql.php on line 33
Brion Vibber [Tue, 11 Jan 2005 22:51:06 +0000 (22:51 +0000)]
Parse error: parse error, unexpected ';' in SpecialAsksql.php on line 33

19 years agouppercase language passed as argument
Antoine Musso [Tue, 11 Jan 2005 18:36:33 +0000 (18:36 +0000)]
uppercase language passed as argument

19 years ago* Remove some hardcoded 0 instead of NS_MAIN
Antoine Musso [Tue, 11 Jan 2005 18:18:16 +0000 (18:18 +0000)]
* Remove some hardcoded 0 instead of NS_MAIN
* Note in define.php that people should NOT change the integer values for NS_* constants

19 years agosingle quotes :o)
Antoine Musso [Tue, 11 Jan 2005 18:10:07 +0000 (18:10 +0000)]
single quotes :o)

19 years agoupdated XML parser
Magnus Manske [Tue, 11 Jan 2005 15:58:45 +0000 (15:58 +0000)]
updated XML parser

19 years ago* (bug 1184) expiry time of indefinite blocks shown as the current time
Brion Vibber [Tue, 11 Jan 2005 09:29:29 +0000 (09:29 +0000)]
* (bug 1184) expiry time of indefinite blocks shown as the current time
This code's a bit hacky, and may not work with PostgreSQL (check NULLs etc)

19 years ago* (bug 1204) Blocks do not expire automatically
Brion Vibber [Tue, 11 Jan 2005 08:05:22 +0000 (08:05 +0000)]
* (bug 1204) Blocks do not expire automatically

19 years agoImplement #1206
Antoine Musso [Tue, 11 Jan 2005 01:30:13 +0000 (01:30 +0000)]
Implement #1206
Patch by M7 "computerville (at) gmail (tod) com"
FORPORT from 1_4

19 years ago*** empty log message ***
Antoine Musso [Tue, 11 Jan 2005 01:28:18 +0000 (01:28 +0000)]
*** empty log message ***

19 years agoBUG#1205 Use is_array instead of trusting implicit type conversion
Jens Frank [Tue, 11 Jan 2005 00:06:00 +0000 (00:06 +0000)]
BUG#1205 Use is_array instead of trusting implicit type conversion

19 years agoBUG#1302 Removed accessor function for non-existing variable
Jens Frank [Mon, 10 Jan 2005 23:31:22 +0000 (23:31 +0000)]
BUG#1302 Removed accessor function for non-existing variable

19 years agoCache the redirect from index.php to the start page (default: Main_Page)
Jens Frank [Mon, 10 Jan 2005 21:04:20 +0000 (21:04 +0000)]
Cache the redirect from index.php to the start page (default: Main_Page)