lhc/web/wiklou.git
20 years agobug fix
Tim Starling [Mon, 21 Jun 2004 07:49:19 +0000 (07:49 +0000)]
bug fix

20 years agonew anti-bot code
Tim Starling [Mon, 21 Jun 2004 07:41:53 +0000 (07:41 +0000)]
new anti-bot code

20 years agoallowing calls to getArray with no conditions
Tim Starling [Mon, 21 Jun 2004 07:31:41 +0000 (07:31 +0000)]
allowing calls to getArray with no conditions

20 years agohistory copyright
Tim Starling [Mon, 21 Jun 2004 04:19:40 +0000 (04:19 +0000)]
history copyright

20 years agouncommented "make bureaucrat" checkbox
Tim Starling [Mon, 21 Jun 2004 02:30:29 +0000 (02:30 +0000)]
uncommented "make bureaucrat" checkbox

20 years agofix call time per reference warning
Antoine Musso [Sun, 20 Jun 2004 23:47:57 +0000 (23:47 +0000)]
fix call time per reference warning

20 years agoSpecial:Contributions/newbies feature
Tim Starling [Sun, 20 Jun 2004 12:37:48 +0000 (12:37 +0000)]
Special:Contributions/newbies feature

20 years agocombine magic word array with English one
Tim Starling [Sun, 20 Jun 2004 12:13:53 +0000 (12:13 +0000)]
combine magic word array with English one

20 years agoRecording whether a page move was over a redirect or to a new location. In principle...
Tim Starling [Sun, 20 Jun 2004 11:55:24 +0000 (11:55 +0000)]
Recording whether a page move was over a redirect or to a new location. In principle this allows for automated reverting.

20 years agonew style
Tim Starling [Sun, 20 Jun 2004 11:36:08 +0000 (11:36 +0000)]
new style

20 years agoShut up!
Tim Starling [Sun, 20 Jun 2004 08:31:12 +0000 (08:31 +0000)]
Shut up!

20 years agoAllow anything in namespaces
Tim Starling [Sat, 19 Jun 2004 06:50:12 +0000 (06:50 +0000)]
Allow anything in namespaces

20 years agoCorrected spelling error
Tim Starling [Sat, 19 Jun 2004 06:48:02 +0000 (06:48 +0000)]
Corrected spelling error

20 years agoShow category links in preview
Tim Starling [Sat, 19 Jun 2004 06:46:54 +0000 (06:46 +0000)]
Show category links in preview

20 years agoAllow use of DatabaseFunctions even when errors are ignored
Tim Starling [Sat, 19 Jun 2004 06:45:22 +0000 (06:45 +0000)]
Allow use of DatabaseFunctions even when errors are ignored

20 years agovarious improvements and bug fixes
Tim Starling [Sat, 19 Jun 2004 06:05:20 +0000 (06:05 +0000)]
various improvements and bug fixes

20 years agoI had previously added clear:right only to div.floatright, but not div.tright; here...
Arne Heizmann [Fri, 18 Jun 2004 23:23:03 +0000 (23:23 +0000)]
I had previously added clear:right only to div.floatright, but not div.tright; here it is. Also,
in rtl.css, I'm reversing it, so floatright and tright no longer clear, but floatleft and tleft
do.

20 years agoRemoving the clear:left from previous commit again, because apparently people like...
Arne Heizmann [Fri, 18 Jun 2004 23:15:05 +0000 (23:15 +0000)]
Removing the clear:left from previous commit again, because apparently people like to create
image galleries using class="tleft" (or rather, |thumb|left|). Images in varying positions in
articles tend to be right-floating, so I suppose this is okay.

20 years agoAdd "clear:right" to right-floating thumbnails, and "clear:left" to left-floating...
Arne Heizmann [Fri, 18 Jun 2004 23:06:14 +0000 (23:06 +0000)]
Add "clear:right" to right-floating thumbnails, and "clear:left" to left-floating ones.

This solves a problem we've had for some time: Two right-floating images with too little text
between them cascade inwards into the middle of the page. Adding more text isn't a viable
solution because "too little text" is more and more text with increasing screen resolution. This
solves it elegantly, I think. Also, since the 'clear' is added only to the right-floating
elements, this does *not* push the text down and does *not* cause blocks of whitespace to occur.

20 years agodebugged
Tim Starling [Fri, 18 Jun 2004 16:47:32 +0000 (16:47 +0000)]
debugged

20 years agoMethod for reconstructing the Wikimedia interwiki tables in all their glory, back...
Tim Starling [Fri, 18 Jun 2004 15:08:25 +0000 (15:08 +0000)]
Method for reconstructing the Wikimedia interwiki tables in all their glory, back to a form similar to before the DB crash. Experimental, will test and debug on live server.

20 years agofixed error handling (at least partially)
Tim Starling [Fri, 18 Jun 2004 14:02:43 +0000 (14:02 +0000)]
fixed error handling (at least partially)

20 years agosome comments at top
Antoine Musso [Fri, 18 Jun 2004 13:13:09 +0000 (13:13 +0000)]
some comments at top

20 years agomoved db user initialization before sysop creation, install fails otherwise as User...
Gabriel Wicke [Fri, 18 Jun 2004 12:16:23 +0000 (12:16 +0000)]
moved db user initialization before sysop creation, install fails otherwise as User::saveSettings uses the non-root db connection

20 years agoSome escaping fixes
Brion Vibber [Fri, 18 Jun 2004 06:55:49 +0000 (06:55 +0000)]
Some escaping fixes

20 years agoYet more missing spaces from SQL, after single quote conversion
Tim Starling [Fri, 18 Jun 2004 01:06:29 +0000 (01:06 +0000)]
Yet more missing spaces from SQL, after single quote conversion

20 years agoUgly fix for skins that dont extends Skin:specialPagesList such as Nostalgia. Pointed...
Antoine Musso [Thu, 17 Jun 2004 17:50:19 +0000 (17:50 +0000)]
Ugly fix for skins that dont extends Skin:specialPagesList such as Nostalgia. Pointed out by JeLuf (thx).

20 years ago* doExponant() function. Convert ^^th^^ in <small><sup>th</sup></small>.
Antoine Musso [Thu, 17 Jun 2004 17:29:54 +0000 (17:29 +0000)]
* doExponant() function. Convert ^^th^^ in <small><sup>th</sup></small>.
The function call is commented

20 years agoremoving useless comment
Antoine Musso [Thu, 17 Jun 2004 16:52:54 +0000 (16:52 +0000)]
removing useless comment

20 years agoEXPERIMENTAL: Stop requiring skin classes we do not use. Save about 210KB memory...
Antoine Musso [Thu, 17 Jun 2004 16:31:57 +0000 (16:31 +0000)]
EXPERIMENTAL: Stop requiring skin classes we do not use. Save about 210KB memory for a monobook user, should save more when user use standard.

20 years ago* function style : foobar() {
Antoine Musso [Thu, 17 Jun 2004 15:21:26 +0000 (15:21 +0000)]
* function style :  foobar() {
* double to single quotes replacement ...

20 years agotrivial double to single quotes migration
Antoine Musso [Thu, 17 Jun 2004 09:49:28 +0000 (09:49 +0000)]
trivial double to single quotes migration

20 years agoalter table statement for rc_ip
Tim Starling [Thu, 17 Jun 2004 09:06:22 +0000 (09:06 +0000)]
alter table statement for rc_ip

20 years agomysql3 compatibility code
Domas Mituzas [Thu, 17 Jun 2004 08:32:19 +0000 (08:32 +0000)]
mysql3 compatibility code

20 years agolistadmins special page, atom0.3 feeds
Antoine Musso [Thu, 17 Jun 2004 04:16:17 +0000 (04:16 +0000)]
listadmins special page, atom0.3 feeds

20 years agotest for typeof to avoid IE warnings
Gabriel Wicke [Wed, 16 Jun 2004 10:51:39 +0000 (10:51 +0000)]
test for typeof to avoid IE warnings

20 years agosilence list, not sure if the port should always be set
Gabriel Wicke [Tue, 15 Jun 2004 22:43:11 +0000 (22:43 +0000)]
silence list, not sure if the port should always be set

20 years agoencode the section anchor part of links properly, #962955
Gabriel Wicke [Tue, 15 Jun 2004 22:16:04 +0000 (22:16 +0000)]
encode the section anchor part of links properly, #962955

20 years agoadded id for copywarn message on edit page
Gabriel Wicke [Tue, 15 Jun 2004 21:40:19 +0000 (21:40 +0000)]
added id for copywarn message on edit page

20 years ago* Moved content from liveCmdLine.inc into commandLine.inc, obsoleting the former.
Tim Starling [Tue, 15 Jun 2004 15:18:50 +0000 (15:18 +0000)]
* Moved content from liveCmdLine.inc into commandLine.inc, obsoleting the former.
* Put some option handling code in commandLine.inc which is untested and unused (for the moment).
* Converted all existing command line scripts to use the standard header and argument array.
* Did a quick test of compressOld.php, rebuildall.php and rebuildMessages.php to check for breakage.
* rebuildall.php was broken due to the unmaintained rebuildlinks.php, so I converted it to use refreshLinks instead. Required splitting into refreshLinks.inc and refreshLinks.php

20 years agoKlingon language file
Tim Starling [Tue, 15 Jun 2004 15:11:22 +0000 (15:11 +0000)]
Klingon language file

20 years agotext from mysql_error() in noconnect
Tim Starling [Tue, 15 Jun 2004 15:10:39 +0000 (15:10 +0000)]
text from mysql_error() in noconnect

20 years agoExperimental support for the "link" type old entries. Before this is useful, a comman...
Tim Starling [Tue, 15 Jun 2004 15:05:56 +0000 (15:05 +0000)]
Experimental support for the "link" type old entries. Before this is useful, a command line script to create such entries needs to be written.

20 years agoBringing the load balancer to the main branch. Still doesn't do much. I needed a...
Tim Starling [Tue, 15 Jun 2004 15:00:54 +0000 (15:00 +0000)]
Bringing the load balancer to the main branch. Still doesn't do much. I needed a DB connection cache for my Article.php alterations, which LoadBalancer provides.

20 years agoFix sf bug #971799 : some namespaces for ca were incorrects or missings.
Antoine Musso [Mon, 14 Jun 2004 19:40:00 +0000 (19:40 +0000)]
Fix sf bug #971799 : some namespaces for ca were incorrects or missings.

20 years agoGreek translations for days / month by Andreas Kasenides
Antoine Musso [Mon, 14 Jun 2004 19:33:06 +0000 (19:33 +0000)]
Greek translations for days  / month by Andreas Kasenides

20 years agothumb overflow improvement
Gabriel Wicke [Mon, 14 Jun 2004 17:13:18 +0000 (17:13 +0000)]
thumb overflow improvement

20 years agousing LIKE "%sysop%" to allow listing of sysops with other rights.
Antoine Musso [Mon, 14 Jun 2004 11:44:38 +0000 (11:44 +0000)]
using  LIKE "%sysop%" to allow listing of sysops with other rights.

20 years agofixed notice
Tim Starling [Mon, 14 Jun 2004 10:41:27 +0000 (10:41 +0000)]
fixed notice

20 years agoStoring IP in RC. Off by default. Tested:
Tim Starling [Mon, 14 Jun 2004 10:40:24 +0000 (10:40 +0000)]
Storing IP in RC. Off by default. Tested:
* Installation
* Edit when switched off
* Edit when switched on

20 years agosort admin list A->Z
Antoine Musso [Mon, 14 Jun 2004 09:19:17 +0000 (09:19 +0000)]
sort admin list A->Z

20 years agofixed bug for PHP <4.3.0
Tim Starling [Mon, 14 Jun 2004 08:58:10 +0000 (08:58 +0000)]
fixed bug for PHP <4.3.0

20 years agotypo prevented standard skin user stylesheet from working
Gabriel Wicke [Mon, 14 Jun 2004 08:50:59 +0000 (08:50 +0000)]
typo prevented standard skin user stylesheet from working

20 years agoFix bug #972025 : stop considering article name starting by "Media"
Antoine Musso [Mon, 14 Jun 2004 08:37:40 +0000 (08:37 +0000)]
Fix bug #972025 : stop considering article name starting by "Media"
as medias, instead consider only those starting by "Media:".

20 years agofixed bug with interwiki prefixes in the URL, apparently this was fixed in 1.2 but...
Tim Starling [Mon, 14 Jun 2004 04:27:25 +0000 (04:27 +0000)]
fixed bug with interwiki prefixes in the URL, apparently this was fixed in 1.2 but not in HEAD

20 years agoremove ca-article, these are now per ns (ca-ns-main)
Gabriel Wicke [Mon, 14 Jun 2004 01:42:44 +0000 (01:42 +0000)]
remove ca-article, these are now per ns (ca-ns-main)

20 years agomake plainlinks work in IE and Opera
Gabriel Wicke [Mon, 14 Jun 2004 01:12:10 +0000 (01:12 +0000)]
make plainlinks work in IE and Opera

20 years agominor dl margin tweak
Gabriel Wicke [Mon, 14 Jun 2004 00:18:38 +0000 (00:18 +0000)]
minor dl margin tweak

20 years agoChanged include path in response to report on #mediawiki. Problem was an aborted...
Tim Starling [Sun, 13 Jun 2004 11:47:31 +0000 (11:47 +0000)]
Changed include path in response to report on #mediawiki. Problem was an aborted install due to PEAR.php being found outside the open_basedir directory.

20 years agoprofiling table, for profiling live wikis
Tim Starling [Sun, 13 Jun 2004 07:33:39 +0000 (07:33 +0000)]
profiling table, for profiling live wikis

20 years agofixed bug due to removal of whitespace in the middle of an SQL statement in quickEdit()
Tim Starling [Sun, 13 Jun 2004 05:52:06 +0000 (05:52 +0000)]
fixed bug due to removal of whitespace in the middle of an SQL statement in quickEdit()

20 years agodisabled transformation
Tim Starling [Sun, 13 Jun 2004 05:47:30 +0000 (05:47 +0000)]
disabled transformation

20 years agoA few language files from some of the larger Wikipedias, extracted from the MediaWiki...
Tim Starling [Sun, 13 Jun 2004 04:45:09 +0000 (04:45 +0000)]
A few language files from some of the larger Wikipedias, extracted from the MediaWiki namespaces.

20 years agousing new commandLine.inc style, readconsole() moved to install-utils()
Tim Starling [Sun, 13 Jun 2004 04:36:53 +0000 (04:36 +0000)]
using new commandLine.inc style, readconsole() moved to install-utils()

20 years agoPrinting output to stdout rather than saving, adding header with version string so...
Tim Starling [Sun, 13 Jun 2004 04:30:15 +0000 (04:30 +0000)]
Printing output to stdout rather than saving, adding header with version string so now the output is a proper forwards compatible file format

20 years agofixing up commandLine.inc so it will work anywhere
Tim Starling [Sun, 13 Jun 2004 04:24:44 +0000 (04:24 +0000)]
fixing up commandLine.inc so it will work anywhere

20 years agobetter readconsole() function, moved from mcc.php and eval.php
Tim Starling [Sun, 13 Jun 2004 04:18:09 +0000 (04:18 +0000)]
better readconsole() function, moved from mcc.php and eval.php

20 years agoRemove broken paren
Brion Vibber [Sun, 13 Jun 2004 02:06:56 +0000 (02:06 +0000)]
Remove broken paren

20 years agoRecommiting.
Antoine Musso [Sun, 13 Jun 2004 01:53:14 +0000 (01:53 +0000)]
Recommiting.
* new special page to list admins

20 years agoBeta 3
Brion Vibber [Sun, 13 Jun 2004 01:02:26 +0000 (01:02 +0000)]
Beta 3

20 years ago* Don't show Special:Popularpages if the counters are disabled
Antoine Musso [Sun, 13 Jun 2004 00:34:46 +0000 (00:34 +0000)]
* Don't show Special:Popularpages if the counters are disabled
* ugly array_merge

20 years agofix isWindows to wfIsWindows.
Antoine Musso [Sat, 12 Jun 2004 21:32:18 +0000 (21:32 +0000)]
fix isWindows to wfIsWindows.

20 years agoadd the new list admins special page
Antoine Musso [Sat, 12 Jun 2004 20:37:09 +0000 (20:37 +0000)]
add the new list admins special page

20 years agonew special page to list admins
Antoine Musso [Sat, 12 Jun 2004 20:35:06 +0000 (20:35 +0000)]
new special page to list admins

20 years agoisExpensive get default value
Antoine Musso [Sat, 12 Jun 2004 20:24:05 +0000 (20:24 +0000)]
isExpensive get default value

20 years agoMigrated as a QueryPage extension
Antoine Musso [Sat, 12 Jun 2004 20:14:55 +0000 (20:14 +0000)]
Migrated as a QueryPage extension
* isExpensive : false

20 years ago* comment at top
Antoine Musso [Sat, 12 Jun 2004 19:47:53 +0000 (19:47 +0000)]
* comment at top
* function styling

20 years agosimple double to single quotes conversion.
Antoine Musso [Sat, 12 Jun 2004 17:42:04 +0000 (17:42 +0000)]
simple double to single quotes conversion.

20 years agominor improvement
Tim Starling [Sat, 12 Jun 2004 12:59:45 +0000 (12:59 +0000)]
minor improvement

20 years agohide site notice
Tim Starling [Sat, 12 Jun 2004 12:58:55 +0000 (12:58 +0000)]
hide site notice

20 years agoMaking it work on the live servers
Tim Starling [Sat, 12 Jun 2004 12:56:00 +0000 (12:56 +0000)]
Making it work on the live servers

20 years agomissing 'fulltext' label of search button, fixes BUG #968969 (always go instead of...
Jens Frank [Sat, 12 Jun 2004 10:08:04 +0000 (10:08 +0000)]
missing 'fulltext' label of search button, fixes BUG #968969 (always go instead of search)

20 years agoLocalization of the namespaces
Jens Frank [Sat, 12 Jun 2004 09:25:29 +0000 (09:25 +0000)]
Localization of the namespaces

20 years agooops, removed random speculation
Tim Starling [Sat, 12 Jun 2004 07:15:27 +0000 (07:15 +0000)]
oops, removed random speculation

20 years agochanged code formatting, changed parser hook calling convention so updating will...
Tim Starling [Sat, 12 Jun 2004 06:15:09 +0000 (06:15 +0000)]
changed code formatting, changed parser hook calling convention so updating will require a simultaneous update of the extensions. Now use $wgParser->setHook() instead of Parser::setHook()

20 years agowfSetRef doesn't work, making isWindows() function which I was going to use somewhere...
Tim Starling [Sat, 12 Jun 2004 06:05:02 +0000 (06:05 +0000)]
wfSetRef doesn't work, making isWindows() function which I was going to use somewhere else but decided against it

20 years agoPut MediaWiki navigation in the Wikipedia namespace
Tim Starling [Sat, 12 Jun 2004 03:58:14 +0000 (03:58 +0000)]
Put MediaWiki navigation in the Wikipedia namespace

20 years agoInstallation fixes:
Brion Vibber [Sat, 12 Jun 2004 03:20:51 +0000 (03:20 +0000)]
Installation fixes:
* Warn about low memory_limit and up it to 20M if it is less
* Set error reporting higher
* Check for utf8_decode and bitch about if it's missing
* New latin1 compatibility style

20 years agoThe ampersand for references is unnecessary when the function is declared to accept...
Brion Vibber [Sat, 12 Jun 2004 03:17:39 +0000 (03:17 +0000)]
The ampersand for references is unnecessary when the function is declared to accept references as parameters. Further, it produces a warning on some PHP versions (such as the 4.3.6 that comes with Fedora Core 2). Removing...

20 years agoDon't delete/recreate the table if it's empty but up to date in schema.
Brion Vibber [Sat, 12 Jun 2004 03:15:00 +0000 (03:15 +0000)]
Don't delete/recreate the table if it's empty but up to date in schema.

20 years agoDon't list every message during initialisation; this is a debugging aid but very...
Brion Vibber [Sat, 12 Jun 2004 03:14:21 +0000 (03:14 +0000)]
Don't list every message during initialisation; this is a debugging aid but very distracting at install/update time.

20 years agoOn emergency abort check if headers have already been sent to avoid useless warnings...
Brion Vibber [Sat, 12 Jun 2004 03:13:46 +0000 (03:13 +0000)]
On emergency abort check if headers have already been sent to avoid useless warnings at that point.

20 years ago<tr id="toctitle"> for the first table row in a TOC
Arne Heizmann [Sat, 12 Jun 2004 02:32:11 +0000 (02:32 +0000)]
<tr id="toctitle"> for the first table row in a TOC

20 years agoPreparing for beta3...
Brion Vibber [Sat, 12 Jun 2004 02:05:15 +0000 (02:05 +0000)]
Preparing for beta3...

20 years agoQuote backslash slipup. Cosmetic.
Brion Vibber [Sat, 12 Jun 2004 01:47:13 +0000 (01:47 +0000)]
Quote backslash slipup. Cosmetic.

20 years agoDetect bad titles on watchlist (shouldn't happen, but we want to live through it...
Brion Vibber [Sat, 12 Jun 2004 01:37:42 +0000 (01:37 +0000)]
Detect bad titles on watchlist (shouldn't happen, but we want to live through it when it does)

20 years agorecommiting specialpages loading fix as the BoardVote extension as now been fixed
Antoine Musso [Sat, 12 Jun 2004 01:31:00 +0000 (01:31 +0000)]
recommiting specialpages loading fix as the BoardVote extension as now been fixed

20 years agoRevert postgresql changes pending further testing and fixes; this breaks currently...
Brion Vibber [Sat, 12 Jun 2004 01:30:00 +0000 (01:30 +0000)]
Revert postgresql changes pending further testing and fixes; this breaks currently running wikis using memcached (such as Wikipedia)

20 years agomore cssification of diff rendering, some " -> ' in diff engine
Gabriel Wicke [Sat, 12 Jun 2004 01:24:10 +0000 (01:24 +0000)]
more cssification of diff rendering, some " -> ' in diff engine

20 years agotypo
Gabriel Wicke [Sat, 12 Jun 2004 00:58:10 +0000 (00:58 +0000)]
typo