lhc/web/wiklou.git
20 years agoSquid branch merge. Calls to purge functions in Article.php and special pages.
Gabriel Wicke [Mon, 2 Feb 2004 01:40:03 +0000 (01:40 +0000)]
Squid branch merge. Calls to purge functions in Article.php and special pages.

20 years agoFixing issue with IE not showing thumbs with non-ASCII-chars in their name
Jens Frank [Sun, 1 Feb 2004 23:43:42 +0000 (23:43 +0000)]
Fixing issue with IE not showing thumbs with non-ASCII-chars in their name

20 years agoElegant solution for the problem with separate lists of special pages language files
Mr. E23 [Sun, 1 Feb 2004 22:00:06 +0000 (22:00 +0000)]
Elegant solution for the problem with separate lists of special pages language files

20 years agoAdded missing string 'makesysopname'
Mr. E23 [Sun, 1 Feb 2004 21:04:30 +0000 (21:04 +0000)]
Added missing string 'makesysopname'

20 years agoSpecial page for making sysops.
Mr. E23 [Sun, 1 Feb 2004 20:54:24 +0000 (20:54 +0000)]
Special page for making sysops.

20 years agomisc improvements
Tim Starling [Sun, 1 Feb 2004 13:45:03 +0000 (13:45 +0000)]
misc improvements

20 years agoFix wfImagePath: removed invalid urlencode()
Jens Frank [Sun, 1 Feb 2004 12:21:26 +0000 (12:21 +0000)]
Fix wfImagePath: removed invalid urlencode()

20 years agoFix RTL for toc contents and section edit links
Brion Vibber [Sun, 1 Feb 2004 09:20:19 +0000 (09:20 +0000)]
Fix RTL for toc contents and section edit links

20 years agoAdd Special:Version; remove Special:Debug; remove dupe language lists; fix line endin...
Brion Vibber [Sun, 1 Feb 2004 09:02:53 +0000 (09:02 +0000)]
Add Special:Version; remove Special:Debug; remove dupe language lists; fix line endings on ro

20 years agoAdd bg,ku to language list; drop useless Special:Debug; add Special:Version; record...
Brion Vibber [Sun, 1 Feb 2004 05:41:13 +0000 (05:41 +0000)]
Add bg,ku to language list; drop useless Special:Debug; add Special:Version; record wgVersion in DefaultSettings.php (not to be confused with the old obsolete Version.php)

20 years agoOnly redirect to canonical title on view URLs.
Brion Vibber [Sun, 1 Feb 2004 04:51:50 +0000 (04:51 +0000)]
Only redirect to canonical title on view URLs.

20 years agoAdd cmd, vxd, cpl to upload blacklist
Brion Vibber [Sat, 31 Jan 2004 21:32:00 +0000 (21:32 +0000)]
Add cmd, vxd, cpl to upload blacklist

20 years agoTemporarily reverted to pre-squid changes due to some issues. Tims bot patch in rev...
Mr. E23 [Sat, 31 Jan 2004 16:59:08 +0000 (16:59 +0000)]
Temporarily reverted to pre-squid changes due to some issues. Tims bot patch in rev 1.102 is included though

20 years agobug fix I (replaced -\>mTitle with )
Gabriel Wicke [Sat, 31 Jan 2004 16:33:32 +0000 (16:33 +0000)]
bug fix I (replaced -\>mTitle with )

20 years agoInitial support for Squid3 and ESI. Adds $wgUseESI and sends Surrogate-Control Header...
Gabriel Wicke [Sat, 31 Jan 2004 12:45:09 +0000 (12:45 +0000)]
Initial support for Squid3 and ESI. Adds $wgUseESI and sends Surrogate-Control Header if enabled. No Cache-Control header stripping required on the Squid.

20 years agofixed subtle bug -- missing comma in SQL causing watchlist to display user page link...
Tim Starling [Sat, 31 Jan 2004 12:00:32 +0000 (12:00 +0000)]
fixed subtle bug -- missing comma in SQL causing watchlist to display user page link for anon

20 years agoSome cleanup to header output; use a forced expires header again to force some older...
Brion Vibber [Sat, 31 Jan 2004 10:29:31 +0000 (10:29 +0000)]
Some cleanup to header output; use a forced expires header again to force some older browsers (?); use private caching; separate out the local squid case from the general case

20 years agobug fix
Tim Starling [Sat, 31 Jan 2004 07:31:07 +0000 (07:31 +0000)]
bug fix

20 years agoOnly check X-Forwarded-For if we're in squid mode. It's easy to forge an IP address...
Brion Vibber [Sat, 31 Jan 2004 05:17:54 +0000 (05:17 +0000)]
Only check X-Forwarded-For if we're in squid mode. It's easy to forge an IP address this way if going to a server that's not behind a local reverse proxy.

20 years agoMove search check before title canonicalness check so search works again
Brion Vibber [Sat, 31 Jan 2004 05:02:25 +0000 (05:02 +0000)]
Move search check before title canonicalness check so search works again

20 years agoFeature for diffing any two revisions.
Mr. E23 [Sat, 31 Jan 2004 04:10:53 +0000 (04:10 +0000)]
Feature for diffing any two revisions.

20 years agoplain text is best
Tim Starling [Sat, 31 Jan 2004 02:49:18 +0000 (02:49 +0000)]
plain text is best

20 years agoFixing &bot=1, broken by new RC code
Tim Starling [Sat, 31 Jan 2004 02:22:15 +0000 (02:22 +0000)]
Fixing &bot=1, broken by new RC code

20 years agonow for the real thing- previous submit was a small hack to make it work without...
Gabriel Wicke [Sat, 31 Jan 2004 02:08:36 +0000 (02:08 +0000)]
now for the real thing- previous submit was a small hack to make it work without /wiki/... Damn, i have to save the file first...

20 years agoremoved left-over microtime() statement
Gabriel Wicke [Sat, 31 Jan 2004 01:58:30 +0000 (01:58 +0000)]
removed left-over microtime() statement

20 years agoFixed bug potentially causing problems if memcached fails for some reason (that is...
Mr. E23 [Sat, 31 Jan 2004 01:53:01 +0000 (01:53 +0000)]
Fixed bug potentially causing problems if memcached fails for some reason (that is, returning FALSE)

20 years agoFixed bug causing wgLinkCacheMemcached to not cache status of broken links. Shortened...
Mr. E23 [Sat, 31 Jan 2004 01:47:54 +0000 (01:47 +0000)]
Fixed bug causing wgLinkCacheMemcached to not cache status of broken links. Shortened wgLinkCacheMemcached expire time.

20 years agoPoking at TOC a bit for RTL friendliness
Brion Vibber [Fri, 30 Jan 2004 22:25:01 +0000 (22:25 +0000)]
Poking at TOC a bit for RTL friendliness

20 years agoAdd editsection, editsectiononrightclick, showtoc (not ye translated)
Brion Vibber [Fri, 30 Jan 2004 21:21:22 +0000 (21:21 +0000)]
Add editsection, editsectiononrightclick, showtoc (not ye translated)

20 years agosame minor typo as in LocalSettings (in example config url)
Gabriel Wicke [Fri, 30 Jan 2004 18:02:50 +0000 (18:02 +0000)]
same minor typo as in LocalSettings (in example config url)

20 years agominor typo in example config
Gabriel Wicke [Fri, 30 Jan 2004 18:01:06 +0000 (18:01 +0000)]
minor typo in example config

20 years agoSquid integration changes
Gabriel Wicke [Fri, 30 Jan 2004 17:07:50 +0000 (17:07 +0000)]
Squid integration changes

20 years ago*** empty log message ***
Gabriel Wicke [Fri, 30 Jan 2004 16:06:22 +0000 (16:06 +0000)]
*** empty log message ***

20 years agoAvoiding use of <em> tag in Japanese
Tim Starling [Fri, 30 Jan 2004 14:50:26 +0000 (14:50 +0000)]
Avoiding use of <em> tag in Japanese

20 years agoMore hide/show links in RC
Tim Starling [Fri, 30 Jan 2004 12:47:19 +0000 (12:47 +0000)]
More hide/show links in RC

20 years agobug fix
Tim Starling [Fri, 30 Jan 2004 02:21:53 +0000 (02:21 +0000)]
bug fix

20 years agoBreak backwards compatibility: Make image links parse for extended syntax even if...
Jens Frank [Thu, 29 Jan 2004 23:15:30 +0000 (23:15 +0000)]
Break backwards compatibility: Make image links parse for extended syntax even if only the alt attribute is set (upon ErikMoellers request)

20 years agocosmetic changes, for styleguide compliance
Jens Frank [Thu, 29 Jan 2004 23:06:01 +0000 (23:06 +0000)]
cosmetic changes, for styleguide compliance

20 years agobugfix: edit pages are not articles (resulted in a few small glitches)
Erik Moeller [Thu, 29 Jan 2004 22:36:02 +0000 (22:36 +0000)]
bugfix: edit pages are not articles (resulted in a few small glitches)

20 years agoRemoved unnecessary DISTINCT
Mr. E23 [Thu, 29 Jan 2004 22:31:40 +0000 (22:31 +0000)]
Removed unnecessary DISTINCT

20 years agoFix for older ImageMagick versions
Jens Frank [Thu, 29 Jan 2004 22:15:44 +0000 (22:15 +0000)]
Fix for older ImageMagick versions

20 years agoJeLuF's magnifying glass icon
Tim Starling [Thu, 29 Jan 2004 22:14:15 +0000 (22:14 +0000)]
JeLuF's magnifying glass icon

20 years agorevised throttle limits
Tim Starling [Thu, 29 Jan 2004 09:26:58 +0000 (09:26 +0000)]
revised throttle limits

20 years agoPasted in multi-language support from rcdumper.php
Tim Starling [Thu, 29 Jan 2004 09:22:22 +0000 (09:22 +0000)]
Pasted in multi-language support from rcdumper.php

20 years agopotentially uninitialized variable fixed
Mr. E23 [Thu, 29 Jan 2004 03:00:20 +0000 (03:00 +0000)]
potentially uninitialized variable fixed

20 years agoRemoved not-so-useful RC caching
Mr. E23 [Thu, 29 Jan 2004 02:58:16 +0000 (02:58 +0000)]
Removed not-so-useful RC caching

20 years agoMake it optional to allow anonymous minor edits
Evan Prodromou [Wed, 28 Jan 2004 22:57:07 +0000 (22:57 +0000)]
Make it optional to allow anonymous minor edits

20 years agoShort term caching of RC database query
Mr. E23 [Wed, 28 Jan 2004 15:57:47 +0000 (15:57 +0000)]
Short term caching of RC database query

20 years agoCutoff on midnight always, making successive queries identical. This means it can...
Mr. E23 [Wed, 28 Jan 2004 14:41:20 +0000 (14:41 +0000)]
Cutoff on midnight always, making successive queries identical. This means it can take advantage of the mysql query cache.

20 years agoFixing last commit -- oops
Tim Starling [Wed, 28 Jan 2004 13:03:15 +0000 (13:03 +0000)]
Fixing last commit -- oops

20 years agoTransfer of some suffering from regular users to stub link users
Mr. E23 [Wed, 28 Jan 2004 13:01:07 +0000 (13:01 +0000)]
Transfer of some suffering from regular users to stub link users

20 years agoCosmetic bug fix -- quickbar contributions link shown for user page regardless of...
Tim Starling [Wed, 28 Jan 2004 12:57:05 +0000 (12:57 +0000)]
Cosmetic bug fix -- quickbar contributions link shown for user page regardless of whether the user exists

20 years agoMissing global caused $wgCompressedPersistentLC=true to be ignored
Mr. E23 [Wed, 28 Jan 2004 10:26:28 +0000 (10:26 +0000)]
Missing global caused $wgCompressedPersistentLC=true to be ignored

20 years agoMinor speed improvement on list of long/short pages
Mr. E23 [Tue, 27 Jan 2004 15:14:57 +0000 (15:14 +0000)]
Minor speed improvement on list of long/short pages

20 years agoRemove DISTINCTs and ORDER BY. If the tables are right distinct is unneccesary, and...
Brion Vibber [Mon, 26 Jan 2004 22:42:49 +0000 (22:42 +0000)]
Remove DISTINCTs and ORDER BY. If the tables are right distinct is unneccesary, and ORDER BY slows things down unnecessarily. Taking these two out enables skipping temporary tables and filesort for potentially very large numbers of links.

20 years agoMinor unreported bug fix
Tim Starling [Mon, 26 Jan 2004 14:23:45 +0000 (14:23 +0000)]
Minor unreported bug fix

20 years agoBug fix: moving both normal page and talk page within a non-article namespace
Tim Starling [Mon, 26 Jan 2004 14:22:03 +0000 (14:22 +0000)]
Bug fix: moving both normal page and talk page within a non-article namespace

20 years agoHalf hour time zones
Tim Starling [Mon, 26 Jan 2004 02:55:07 +0000 (02:55 +0000)]
Half hour time zones

20 years agoAdd index to recentchanges to optimize Special:Newpages
Brion Vibber [Sun, 25 Jan 2004 22:56:54 +0000 (22:56 +0000)]
Add index to recentchanges to optimize Special:Newpages

20 years agoOptim's trailing text on Special:Userlogin
Tim Starling [Sun, 25 Jan 2004 14:36:59 +0000 (14:36 +0000)]
Optim's trailing text on Special:Userlogin

20 years agonew object - basic DB load balancer
Tim Starling [Sun, 25 Jan 2004 13:27:53 +0000 (13:27 +0000)]
new object - basic DB load balancer

20 years agoformatting
Tim Starling [Sun, 25 Jan 2004 13:04:46 +0000 (13:04 +0000)]
formatting

20 years agobug fix
Tim Starling [Sun, 25 Jan 2004 12:38:44 +0000 (12:38 +0000)]
bug fix

20 years agoRemove broken walloon link for the moment; sql error breaks imports
Brion Vibber [Sun, 25 Jan 2004 11:35:02 +0000 (11:35 +0000)]
Remove broken walloon link for the moment; sql error breaks imports

20 years agoFixed link table problem for MSG (hopefully)
Tim Starling [Sun, 25 Jan 2004 08:58:49 +0000 (08:58 +0000)]
Fixed link table problem for MSG (hopefully)

20 years agoUsing UTF-8 compatible ucfirst/lcfirst -- bug fix
Tim Starling [Sun, 25 Jan 2004 08:49:45 +0000 (08:49 +0000)]
Using UTF-8 compatible ucfirst/lcfirst -- bug fix

20 years agoOverridable debug printouts in new memcached client.
Mr. E23 [Sun, 25 Jan 2004 07:11:42 +0000 (07:11 +0000)]
Overridable debug printouts in new memcached client.

20 years agoFix memcached breakage
Brion Vibber [Sun, 25 Jan 2004 06:08:48 +0000 (06:08 +0000)]
Fix memcached breakage

20 years agoUsing UTF-8 compatible ucfirst/lcfirst
Tim Starling [Sun, 25 Jan 2004 05:57:02 +0000 (05:57 +0000)]
Using UTF-8 compatible ucfirst/lcfirst

20 years agoBetter namespace 8 updating, and watchlist caching in memcached.doc
Tim Starling [Sun, 25 Jan 2004 02:40:50 +0000 (02:40 +0000)]
Better namespace 8 updating, and watchlist caching in memcached.doc

20 years agoMore characters allowed in message names (or more generally, MagicWord "variables")
Tim Starling [Sun, 25 Jan 2004 02:38:47 +0000 (02:38 +0000)]
More characters allowed in message names (or more generally, MagicWord "variables")

20 years agoOther-language-friendly move message
Tim Starling [Sun, 25 Jan 2004 02:37:14 +0000 (02:37 +0000)]
Other-language-friendly move message

20 years agoWatchlist caching, and some junk in DefaultSettings.php which will hopefully be used...
Tim Starling [Sun, 25 Jan 2004 02:33:34 +0000 (02:33 +0000)]
Watchlist caching, and some junk in DefaultSettings.php which will hopefully be used eventually

20 years agoAbility to declare all query pages "expensive"
Tim Starling [Sun, 25 Jan 2004 02:27:49 +0000 (02:27 +0000)]
Ability to declare all query pages "expensive"

20 years agoOption to hide logged in users
Tim Starling [Sun, 25 Jan 2004 02:24:46 +0000 (02:24 +0000)]
Option to hide logged in users

20 years agoAdded use of a FakeMemCachedClient in case memcached isn't working for some reason...
Mr. E23 [Sun, 25 Jan 2004 00:53:07 +0000 (00:53 +0000)]
Added use of a FakeMemCachedClient in case memcached isn't working for some reason. Adds some speed as well as avoids a php segfault on certain setups when memcached is enabled but not available.

20 years agoFix for bug in preference save
Mr. E23 [Sun, 25 Jan 2004 00:10:38 +0000 (00:10 +0000)]
Fix for bug in preference save

20 years agoReplaced old memcached client with new one
Mr. E23 [Sat, 24 Jan 2004 22:58:19 +0000 (22:58 +0000)]
Replaced old memcached client with new one

20 years agonew memcached client returns integers as strings
Mr. E23 [Sat, 24 Jan 2004 22:52:06 +0000 (22:52 +0000)]
new memcached client returns integers as strings

20 years agocompatibility modifications in preparation for the new memcached client
Mr. E23 [Sat, 24 Jan 2004 20:58:13 +0000 (20:58 +0000)]
compatibility modifications in preparation for the new memcached client

20 years agoOnly allow identified users to mark edits as minor
Mr. E23 [Sat, 24 Jan 2004 16:12:23 +0000 (16:12 +0000)]
Only allow identified users to mark edits as minor

20 years agoPrevent buffering of user feedback output (may be a problem in cygwin)
Mr. E23 [Thu, 22 Jan 2004 23:28:04 +0000 (23:28 +0000)]
Prevent buffering of user feedback output (may be a problem in cygwin)

20 years agoFurther clarification to reduce newbie guesswork
Erik Moeller [Thu, 22 Jan 2004 05:29:13 +0000 (05:29 +0000)]
Further clarification to reduce newbie guesswork

20 years agominor clarification
Erik Moeller [Thu, 22 Jan 2004 05:00:16 +0000 (05:00 +0000)]
minor clarification

20 years agonope - this is how it should work...
Erik Moeller [Thu, 22 Jan 2004 04:49:05 +0000 (04:49 +0000)]
nope - this is how it should work...

20 years agoMore detailed explanations
Erik Moeller [Thu, 22 Jan 2004 04:14:23 +0000 (04:14 +0000)]
More detailed explanations

20 years agoexplain where the settings are used
Erik Moeller [Thu, 22 Jan 2004 04:07:45 +0000 (04:07 +0000)]
explain where the settings are used

20 years ago1) Do not ask for root password. Use settings in AdminSettings.php instead.
Erik Moeller [Thu, 22 Jan 2004 04:02:39 +0000 (04:02 +0000)]
1) Do not ask for root password. Use settings in AdminSettings.php instead.
2) Do not use settings in AdminSettings.php for default user accounts.
Instead ask user to provide username/password for sysop and developer
account.

20 years agonot having $wgDBsqluser in LocalSettings.php is confusing, as people don't
Erik Moeller [Thu, 22 Jan 2004 03:19:50 +0000 (03:19 +0000)]
not having $wgDBsqluser in LocalSettings.php is confusing, as people don't
understand what it is about

20 years agoFeature-Request #816659,#668443: No (next 50) link if there is no next page
Jens Frank [Tue, 20 Jan 2004 19:02:12 +0000 (19:02 +0000)]
Feature-Request #816659,#668443: No (next 50) link if there is no next page
Implemented for:
   PageHistory,
   QueryPage and all derived from it,
   SpecialContributions

20 years agoQuickie blacklist & stricter whitelist for upload extensions.
Brion Vibber [Tue, 20 Jan 2004 04:12:21 +0000 (04:12 +0000)]
Quickie blacklist & stricter whitelist for upload extensions.
Whitelist isn't perfect yet, since some server configs may interpret
multiple extensions and we pass the wrong one.

20 years agoshow infobox in all KHTML browsers
Erik Moeller [Mon, 19 Jan 2004 21:45:49 +0000 (21:45 +0000)]
show infobox in all KHTML browsers

20 years agonowiki button for toolbar
Erik Moeller [Mon, 19 Jan 2004 21:40:59 +0000 (21:40 +0000)]
nowiki button for toolbar

20 years agoAdded irc:// to list of recognized URLs
Mr. E23 [Mon, 19 Jan 2004 21:36:25 +0000 (21:36 +0000)]
Added irc:// to list of recognized URLs

20 years agoUse an infobox instead of copy & pasting the toolbar text in browsers
Erik Moeller [Mon, 19 Jan 2004 21:26:20 +0000 (21:26 +0000)]
Use an infobox instead of copy & pasting the toolbar text in browsers
that do not support insertion at caret point

20 years ago1) nowiki button
Erik Moeller [Mon, 19 Jan 2004 21:24:01 +0000 (21:24 +0000)]
1) nowiki button
2) remove toolbar border to avoid button wrapping in IE

20 years agoStub Greek file to get input URL encoding right
Brion Vibber [Mon, 19 Jan 2004 19:32:18 +0000 (19:32 +0000)]
Stub Greek file to get input URL encoding right

20 years agosome necessary escaping for table names
Erik Moeller [Sun, 18 Jan 2004 21:10:07 +0000 (21:10 +0000)]
some necessary escaping for table names

20 years agoFix to improve speed on some systems
Mr. E23 [Sun, 18 Jan 2004 15:30:42 +0000 (15:30 +0000)]
Fix to improve speed on some systems

20 years agolanguages als:, bg:, walon: added
Andre Engels [Sun, 18 Jan 2004 15:24:50 +0000 (15:24 +0000)]
languages als:, bg:, walon: added