lhc/web/wiklou.git
20 years agousing index.php and redirect.php instead of wiki.phtml and redirect.phtml
Erik Moeller [Sat, 28 Feb 2004 03:04:02 +0000 (03:04 +0000)]
using index.php and redirect.php instead of wiki.phtml and redirect.phtml
keeping phtml stubs around for compatibility and CVS history

20 years agoFix for linkPrefixExtension feature
Mr. E23 [Sat, 28 Feb 2004 02:29:51 +0000 (02:29 +0000)]
Fix for linkPrefixExtension feature

20 years agolost linestart
Tim Starling [Sat, 28 Feb 2004 02:09:41 +0000 (02:09 +0000)]
lost linestart

20 years agoIn development, doesn't work currently
Tim Starling [Sat, 28 Feb 2004 01:55:55 +0000 (01:55 +0000)]
In development, doesn't work currently

20 years agoIRC script moved from maintenance directory
Tim Starling [Sat, 28 Feb 2004 01:54:34 +0000 (01:54 +0000)]
IRC script moved from maintenance directory

20 years agoUpdate language names
Brion Vibber [Sat, 28 Feb 2004 00:53:12 +0000 (00:53 +0000)]
Update language names

20 years ago1.2.0 release candidate 1
Brion Vibber [Fri, 27 Feb 2004 23:08:11 +0000 (23:08 +0000)]
1.2.0 release candidate 1

20 years agoNote ipb_expiry change
Brion Vibber [Fri, 27 Feb 2004 23:01:07 +0000 (23:01 +0000)]
Note ipb_expiry change

20 years agoAdded the ability to do an authenticated SMTP login to send mail.
Nicholas Pisarro, Jr [Fri, 27 Feb 2004 12:48:07 +0000 (12:48 +0000)]
Added the ability to do an authenticated SMTP login to send mail.

  * by setting the array variable '$wgSMTP' in Local settings,
    the source will use PEAR:mail to connect to a specific
    SMTP server to send mail. It will use an authenticated
    login, if requested.

  * Example:

    $wgSMTP = array (  "host" => "smtp.wherever.com",\r                       "IDHost" => "mail.wikipedia.org",\r                       "port" => "25",\r                       "auth" => true,\r                       "username" => "mailID",\r                       "password" => "mailPswd");

20 years agoAdded "My contributions" to Cologne Blue skin under "My pages".
Nicholas Pisarro, Jr [Fri, 27 Feb 2004 11:51:59 +0000 (11:51 +0000)]
Added "My contributions" to Cologne Blue skin under "My pages".

20 years agofixed problem with updateTimestamp() altering existing IP blocks
Tim Starling [Fri, 27 Feb 2004 08:25:56 +0000 (08:25 +0000)]
fixed problem with updateTimestamp() altering existing IP blocks

20 years agoFix for 904065: use .php instead of .phtml extension by default
Brion Vibber [Fri, 27 Feb 2004 03:59:21 +0000 (03:59 +0000)]
Fix for 904065: use .php instead of .phtml extension by default

20 years agoFix for 901693: specify default text color to avoid conflicting with background
Brion Vibber [Fri, 27 Feb 2004 03:35:36 +0000 (03:35 +0000)]
Fix for 901693: specify default text color to avoid conflicting with background

20 years agoFix for 903572: mark the user page backlink as existing/nonexisting
Brion Vibber [Fri, 27 Feb 2004 03:34:47 +0000 (03:34 +0000)]
Fix for 903572: mark the user page backlink as existing/nonexisting

20 years agobug fix -- parser cache used when it shouldn't be
Tim Starling [Fri, 27 Feb 2004 02:24:14 +0000 (02:24 +0000)]
bug fix -- parser cache used when it shouldn't be

20 years agoImprovement on link rendering speed
Mr. E23 [Fri, 27 Feb 2004 00:36:36 +0000 (00:36 +0000)]
Improvement on link rendering speed

20 years agominor fixes
Tim Starling [Fri, 27 Feb 2004 00:08:19 +0000 (00:08 +0000)]
minor fixes

20 years agoenabled ports != 80 for purging, just add the :port in wgSquidServers
Gabriel Wicke [Thu, 26 Feb 2004 20:08:45 +0000 (20:08 +0000)]
enabled ports != 80 for purging, just add the :port in wgSquidServers

20 years agoSplit parser from OutputPage into Parser.php, corrected spelling of "suppress", a...
Tim Starling [Thu, 26 Feb 2004 13:37:26 +0000 (13:37 +0000)]
Split parser from OutputPage into Parser.php, corrected spelling of "suppress", a few other bits and pieces

20 years agoChange requested by Rodrigo Nishino
Arne Heizmann [Thu, 26 Feb 2004 02:47:10 +0000 (02:47 +0000)]
Change requested by Rodrigo Nishino

20 years agooops - used wrong charset. Fixing
Arne Heizmann [Wed, 25 Feb 2004 23:59:42 +0000 (23:59 +0000)]
oops - used wrong charset. Fixing

20 years agoLanguageGa.php as posted on Meta and mentioned on wiki-intl by Gabriel Beecham
Arne Heizmann [Wed, 25 Feb 2004 23:55:28 +0000 (23:55 +0000)]
LanguageGa.php as posted on Meta and mentioned on wiki-intl by Gabriel Beecham

20 years agoCommitting changes from meta as requested by Rodrigo Nishino on wiki-intl
Arne Heizmann [Wed, 25 Feb 2004 23:24:55 +0000 (23:24 +0000)]
Committing changes from meta as requested by Rodrigo Nishino on wiki-intl

20 years agoHide the styles from Netscape 4 without hiding them from IE/Mac -- Microsoft are...
Brion Vibber [Wed, 25 Feb 2004 08:45:56 +0000 (08:45 +0000)]
Hide the styles from Netscape 4 without hiding them from IE/Mac -- Microsoft are officially poopyheads

20 years agoCategory function now working
Magnus Manske [Tue, 24 Feb 2004 14:20:21 +0000 (14:20 +0000)]
Category function now working

20 years agoSeems to be working now
Tim Starling [Tue, 24 Feb 2004 14:11:13 +0000 (14:11 +0000)]
Seems to be working now

20 years agoCategories workover, incomplete
Magnus Manske [Tue, 24 Feb 2004 12:01:43 +0000 (12:01 +0000)]
Categories workover, incomplete

20 years agoUse that pesky getStylesheet function
Brion Vibber [Tue, 24 Feb 2004 08:06:07 +0000 (08:06 +0000)]
Use that pesky getStylesheet function

20 years agoKeep CSS away from old Netscape, which mucks it up anyway
Brion Vibber [Tue, 24 Feb 2004 07:51:04 +0000 (07:51 +0000)]
Keep CSS away from old Netscape, which mucks it up anyway

20 years agomore types of corruption fixed
Tim Starling [Tue, 24 Feb 2004 00:10:32 +0000 (00:10 +0000)]
more types of corruption fixed

20 years agorejecting "." and ".." -- conflict with directories when rewrite rules are used
Tim Starling [Tue, 24 Feb 2004 00:09:03 +0000 (00:09 +0000)]
rejecting "." and ".." -- conflict with directories when rewrite rules are used

20 years agoFix bug: Only first prefix link (aka Al[[Razi]]) was treated properly
Jens Frank [Mon, 23 Feb 2004 18:12:23 +0000 (18:12 +0000)]
Fix bug: Only first prefix link (aka Al[[Razi]]) was treated properly

20 years agominor changes
Tim Starling [Mon, 23 Feb 2004 08:08:38 +0000 (08:08 +0000)]
minor changes

20 years agoReturn of the Dumb Update (for rebuilding link tables)
Tim Starling [Mon, 23 Feb 2004 07:51:29 +0000 (07:51 +0000)]
Return of the Dumb Update (for rebuilding link tables)

20 years agosetup code common to command line scripts
Tim Starling [Mon, 23 Feb 2004 07:44:11 +0000 (07:44 +0000)]
setup code common to command line scripts

20 years agonew link rebuilder, capable of operating in the background
Tim Starling [Mon, 23 Feb 2004 07:43:20 +0000 (07:43 +0000)]
new link rebuilder, capable of operating in the background

20 years agoImproving command-line execution
Tim Starling [Mon, 23 Feb 2004 06:47:59 +0000 (06:47 +0000)]
Improving command-line execution

20 years agono blocks larger than /16
Tim Starling [Sun, 22 Feb 2004 04:45:25 +0000 (04:45 +0000)]
no blocks larger than /16

20 years agobug fix
Tim Starling [Sun, 22 Feb 2004 02:58:34 +0000 (02:58 +0000)]
bug fix

20 years agoConvert to 8-bit to fix transparency in IE/Win
Brion Vibber [Sun, 22 Feb 2004 01:21:56 +0000 (01:21 +0000)]
Convert to 8-bit to fix transparency in IE/Win

20 years agominor change
Tim Starling [Sat, 21 Feb 2004 13:24:35 +0000 (13:24 +0000)]
minor change

20 years agoExtra comma breaks install
Brion Vibber [Sat, 21 Feb 2004 08:31:30 +0000 (08:31 +0000)]
Extra comma breaks install

20 years agoRemove ancient, unused testsuite
Brion Vibber [Sat, 21 Feb 2004 07:22:29 +0000 (07:22 +0000)]
Remove ancient, unused testsuite

20 years agoPurging of scaled images when thumbnail is regenerated. Depends on visiting the page...
Gabriel Wicke [Fri, 20 Feb 2004 18:37:55 +0000 (18:37 +0000)]
Purging of scaled images when thumbnail is regenerated. Depends on visiting the page containing the scaled image once without caching, which means it is automatic for users with session. If anon user comes first he needs to shift-reload to purge the image.

20 years agoFix early finish problem introduced by dupe message fix
Brion Vibber [Fri, 20 Feb 2004 12:37:57 +0000 (12:37 +0000)]
Fix early finish problem introduced by dupe message fix

20 years agoImage purging. Are scaled versions of images deleted at all?
Gabriel Wicke [Fri, 20 Feb 2004 12:10:00 +0000 (12:10 +0000)]
Image purging. Are scaled versions of images deleted at all?

20 years agoMake sure that id taken from cookie is an int; otherwise it goes to 0
Brion Vibber [Thu, 19 Feb 2004 06:40:52 +0000 (06:40 +0000)]
Make sure that id taken from cookie is an int; otherwise it goes to 0

20 years agoReplaced uses of microtime() with wfTime() where possible.
Mr. E23 [Wed, 18 Feb 2004 19:12:55 +0000 (19:12 +0000)]
Replaced uses of microtime() with wfTime() where possible.

20 years agoAdded function wfTime to get current time as a float
Mr. E23 [Wed, 18 Feb 2004 19:06:22 +0000 (19:06 +0000)]
Added function wfTime to get current time as a float

20 years agoFix for compatibility with short_open_tag = Off
Brion Vibber [Wed, 18 Feb 2004 02:15:00 +0000 (02:15 +0000)]
Fix for compatibility with short_open_tag = Off

20 years agoAdded simple transactions
Mr. E23 [Tue, 17 Feb 2004 22:10:19 +0000 (22:10 +0000)]
Added simple transactions

20 years agoadded |center| parameter to extended image syntax. Not using CSS to center due to...
Jens Frank [Mon, 16 Feb 2004 21:44:15 +0000 (21:44 +0000)]
added |center| parameter to extended image syntax. Not using CSS to center due to incompatibilities with existing browsers

20 years agoFixed bug: centering thumbs in Opera
Jens Frank [Mon, 16 Feb 2004 18:30:46 +0000 (18:30 +0000)]
Fixed bug: centering thumbs in Opera

20 years agoFix annoying dupe messages with chunksize
Brion Vibber [Mon, 16 Feb 2004 07:11:36 +0000 (07:11 +0000)]
Fix annoying dupe messages with chunksize

20 years agoproper handling of infinite expiry
Tim Starling [Mon, 16 Feb 2004 00:05:25 +0000 (00:05 +0000)]
proper handling of infinite expiry

20 years agoIsolated Google search box from 'searchdisabled' variable
Mr. E23 [Sun, 15 Feb 2004 23:05:57 +0000 (23:05 +0000)]
Isolated Google search box from 'searchdisabled' variable

20 years agoFix for parser cache; pages containing variables are now updated without delay when...
Mr. E23 [Sun, 15 Feb 2004 17:02:58 +0000 (17:02 +0000)]
Fix for parser cache; pages containing variables are now updated without delay when the variable is.

20 years agoMoved google box out from 'searchdisabled' message. Appended google box to title...
Mr. E23 [Sun, 15 Feb 2004 15:59:45 +0000 (15:59 +0000)]
Moved google box out from 'searchdisabled' message. Appended google box to title search result page.

20 years agoallow "foo[[bar]]" to extend the link over the whole word "foobar"
Jens Frank [Sun, 15 Feb 2004 10:05:52 +0000 (10:05 +0000)]
allow "foo[[bar]]" to extend the link over the whole word "foobar"

20 years agoadded name=fulltext to second submit button in search box
Mr. E23 [Sat, 14 Feb 2004 15:04:34 +0000 (15:04 +0000)]
added name=fulltext to second submit button in search box

20 years agoFixed bug causing different search actions on submit-by-return in IE and moz. Changed...
Mr. E23 [Sat, 14 Feb 2004 13:00:22 +0000 (13:00 +0000)]
Fixed bug causing different search actions on submit-by-return in IE and moz. Changed default search action to 'Go'

20 years agoTwo blocking features: IP range blocks, and expiry times configurable block-by-block.
Tim Starling [Sat, 14 Feb 2004 12:37:25 +0000 (12:37 +0000)]
Two blocking features: IP range blocks, and expiry times configurable block-by-block.
Possible issue: uses strtotime(), which is very handy but in English

20 years agoMore realistic kill procedure
Tim Starling [Thu, 12 Feb 2004 13:00:43 +0000 (13:00 +0000)]
More realistic kill procedure

20 years agoChanged default email subject from hard-coded string to LanguageXX.php
Evan Prodromou [Thu, 12 Feb 2004 02:33:21 +0000 (02:33 +0000)]
Changed default email subject from hard-coded string to LanguageXX.php
entry.

20 years agoSpecial:Asksql query timeout feature
Tim Starling [Wed, 11 Feb 2004 13:15:16 +0000 (13:15 +0000)]
Special:Asksql query timeout feature

20 years agoSpecia:Asksql security fix, Special:Asksql query timeout feature
Tim Starling [Wed, 11 Feb 2004 13:03:58 +0000 (13:03 +0000)]
Specia:Asksql security fix, Special:Asksql query timeout feature

20 years agoFixed bug causing warnings. Fixed problem with repeated heavy SQL queries on non...
Mr. E23 [Wed, 11 Feb 2004 12:03:01 +0000 (12:03 +0000)]
Fixed bug causing warnings. Fixed problem with repeated heavy SQL queries on non-memcached setups.

20 years agoGeneralzing to wgSitename, wgMetanamespace
Erik Moeller [Wed, 11 Feb 2004 02:59:53 +0000 (02:59 +0000)]
Generalzing to wgSitename, wgMetanamespace

20 years agoFuzzy search feature (replaces full text search as default action when exact title...
Mr. E23 [Wed, 11 Feb 2004 01:48:42 +0000 (01:48 +0000)]
Fuzzy search feature (replaces full text search as default action when exact title search fails)

20 years agobug fix -- Invalid argument supplied for foreach()
Tim Starling [Mon, 9 Feb 2004 09:03:37 +0000 (09:03 +0000)]
bug fix -- Invalid argument supplied for foreach()

20 years agoAdd month names
Brion Vibber [Mon, 9 Feb 2004 01:58:40 +0000 (01:58 +0000)]
Add month names

20 years agoAdd namespaces
Brion Vibber [Mon, 9 Feb 2004 01:50:38 +0000 (01:50 +0000)]
Add namespaces

20 years agoFix bug with md5 generation of archived images
Jens Frank [Mon, 9 Feb 2004 00:37:06 +0000 (00:37 +0000)]
Fix bug with md5 generation of archived images

20 years agoRemoved thumb area restriction code, added code to chck for zero-sized thumbnails
Jens Frank [Sun, 8 Feb 2004 23:32:56 +0000 (23:32 +0000)]
Removed thumb area restriction code, added code to chck for zero-sized thumbnails

20 years agomaximum ten seconds server-side caching
Gabriel Wicke [Sun, 8 Feb 2004 21:14:53 +0000 (21:14 +0000)]
maximum ten seconds server-side caching

20 years agocleaned up unnecessary global declaration
Gabriel Wicke [Sun, 8 Feb 2004 21:13:42 +0000 (21:13 +0000)]
cleaned up unnecessary global declaration

20 years agoadded function setSquidMaxage to adjust the Cache timeout for special pages
Gabriel Wicke [Sun, 8 Feb 2004 21:12:07 +0000 (21:12 +0000)]
added function setSquidMaxage to adjust the Cache timeout for special pages

20 years agoRemove self-links and display their text in bold instead.
Arne Heizmann [Sun, 8 Feb 2004 21:02:41 +0000 (21:02 +0000)]
Remove self-links and display their text in bold instead.

20 years agohopefully fixing caption bug 892460
Magnus Manske [Sun, 8 Feb 2004 13:05:28 +0000 (13:05 +0000)]
hopefully fixing caption bug 892460

20 years agobug fix -- htmlspecialchars in thumbnail markup
Tim Starling [Sun, 8 Feb 2004 08:05:22 +0000 (08:05 +0000)]
bug fix -- htmlspecialchars in thumbnail markup

20 years agoremoving commented sections
Tim Starling [Sun, 8 Feb 2004 08:01:54 +0000 (08:01 +0000)]
removing commented sections

20 years agoUse wgSiteMessage in no-database abort if it's set
Brion Vibber [Sun, 8 Feb 2004 07:59:57 +0000 (07:59 +0000)]
Use wgSiteMessage in no-database abort if it's set

20 years agodisabled interwiki component
Tim Starling [Sun, 8 Feb 2004 04:27:27 +0000 (04:27 +0000)]
disabled interwiki component

20 years agoRemove the cross-wiki mode. Not only is it implementation-specific and possibly insec...
Brion Vibber [Sun, 8 Feb 2004 04:15:50 +0000 (04:15 +0000)]
Remove the cross-wiki mode. Not only is it implementation-specific and possibly insecure, but it created an extra layer of red tape on Wikipedia which is not acceptable.

20 years agoHTML bug in thumbnail generation fixed (Lagerfeuer-bug)
Jens Frank [Sat, 7 Feb 2004 19:04:57 +0000 (19:04 +0000)]
HTML bug in thumbnail generation fixed (Lagerfeuer-bug)

20 years agoBureaucratic improvements -- lots of forms to fill in for increased levels of account...
Tim Starling [Sat, 7 Feb 2004 02:02:42 +0000 (02:02 +0000)]
Bureaucratic improvements -- lots of forms to fill in for increased levels of accountability

20 years agoFixed bug causing diffs with cur to produce wrong result. Checkbox only showed if...
Mr. E23 [Sat, 7 Feb 2004 00:08:55 +0000 (00:08 +0000)]
Fixed bug causing diffs with cur to produce wrong result. Checkbox only showed if > 1 revision is shown on the page. Some code cleanup.

20 years agoRemove fatal whitespace at end of file
Brion Vibber [Fri, 6 Feb 2004 18:17:53 +0000 (18:17 +0000)]
Remove fatal whitespace at end of file

20 years agoAllowing bureaucrats to create other bureaucrats
Tim Starling [Fri, 6 Feb 2004 15:14:53 +0000 (15:14 +0000)]
Allowing bureaucrats to create other bureaucrats

20 years agoFix for problem diffing with current revision
Mr. E23 [Fri, 6 Feb 2004 14:46:01 +0000 (14:46 +0000)]
Fix for problem diffing with current revision

20 years agoBUG#889780 Insert picture button on new edit toolbar inserts localized Image:, e...
Jens Frank [Thu, 5 Feb 2004 21:11:11 +0000 (21:11 +0000)]
BUG#889780 Insert picture button on new edit toolbar inserts localized Image:, e.g. Bild: for de

20 years agoBUG#889798: Fixed "Farsi" text (submitted by roozbeh)
Jens Frank [Thu, 5 Feb 2004 20:53:20 +0000 (20:53 +0000)]
BUG#889798: Fixed "Farsi" text (submitted by roozbeh)

20 years agoMade it possible for bureaucrats to sysop users at other wikis
Mr. E23 [Wed, 4 Feb 2004 18:50:54 +0000 (18:50 +0000)]
Made it possible for bureaucrats to sysop users at other wikis

20 years agoincreased tries to read from socket from 4 to 20
Gabriel Wicke [Wed, 4 Feb 2004 14:25:37 +0000 (14:25 +0000)]
increased tries to read from socket from 4 to 20

20 years agoPrintable pages not cacheable, as suggested by... gwicke?
Tim Starling [Wed, 4 Feb 2004 00:45:48 +0000 (00:45 +0000)]
Printable pages not cacheable, as suggested by... gwicke?

20 years agoFix for deletion bug
Mr. E23 [Tue, 3 Feb 2004 17:15:27 +0000 (17:15 +0000)]
Fix for deletion bug

20 years agotypo
Gabriel Wicke [Tue, 3 Feb 2004 14:39:50 +0000 (14:39 +0000)]
typo

20 years agofixed small rounding error
Gabriel Wicke [Tue, 3 Feb 2004 13:29:01 +0000 (13:29 +0000)]
fixed small rounding error

20 years agofixed the wfLoclaUrl hack committed yeterday by mistake to another hack...
Gabriel Wicke [Tue, 3 Feb 2004 13:20:56 +0000 (13:20 +0000)]
fixed the wfLoclaUrl hack committed yeterday by mistake to another hack...

20 years agoadded wgSquidMaxage global to configure the Squid cache timeout value from the config
Gabriel Wicke [Tue, 3 Feb 2004 13:14:10 +0000 (13:14 +0000)]
added wgSquidMaxage global to configure the Squid cache timeout value from the config