lhc/web/wiklou.git
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

20 years agosome missing translations for edit toolbar
Erik Moeller [Sun, 18 Jan 2004 11:14:45 +0000 (11:14 +0000)]
some missing translations for edit toolbar

20 years agoFixed recent bugs
Tim Starling [Sun, 18 Jan 2004 10:39:36 +0000 (10:39 +0000)]
Fixed recent bugs

20 years ago-unnecessary </p>
Erik Moeller [Sun, 18 Jan 2004 08:35:31 +0000 (08:35 +0000)]
-unnecessary </p>

20 years agoJS for button generation
Erik Moeller [Sun, 18 Jan 2004 08:24:10 +0000 (08:24 +0000)]
JS for button generation

20 years agogenerate toolbar buttons via JS so that non-JS browsers don't show toolbar
Erik Moeller [Sun, 18 Jan 2004 08:19:29 +0000 (08:19 +0000)]
generate toolbar buttons via JS so that non-JS browsers don't show toolbar
text

20 years agosome JS cleanup
Erik Moeller [Sun, 18 Jan 2004 06:55:00 +0000 (06:55 +0000)]
some JS cleanup

20 years agoinsert tags at cursor position in MOZ and IE, simplify code
Erik Moeller [Sun, 18 Jan 2004 06:37:31 +0000 (06:37 +0000)]
insert tags at cursor position in MOZ and IE, simplify code

20 years agountested attempt at bug fix
Tim Starling [Sun, 18 Jan 2004 06:02:50 +0000 (06:02 +0000)]
untested attempt at bug fix

20 years agono space between toolbar and edit form in IE
Erik Moeller [Sun, 18 Jan 2004 05:25:47 +0000 (05:25 +0000)]
no space between toolbar and edit form in IE

20 years ago-$wgEnableEditToolbar, broken in non-English langs, unnecessary
Erik Moeller [Sun, 18 Jan 2004 04:14:37 +0000 (04:14 +0000)]
-$wgEnableEditToolbar, broken in non-English langs, unnecessary
fix typo in update script that caused fatal error

20 years agoedit toolbar default = true
Erik Moeller [Sun, 18 Jan 2004 03:44:19 +0000 (03:44 +0000)]
edit toolbar default = true

20 years agoadded $wgEnableEditToolbar to disable JS toolbar
Tim Starling [Sun, 18 Jan 2004 02:25:33 +0000 (02:25 +0000)]
added $wgEnableEditToolbar to disable JS toolbar

20 years agobetter conversion/backwards compatibility
Tim Starling [Sun, 18 Jan 2004 02:24:12 +0000 (02:24 +0000)]
better conversion/backwards compatibility

20 years agoAdded pref which can be used to enable faster page hit counter feature. Default...
Mr. E23 [Sat, 17 Jan 2004 19:59:42 +0000 (19:59 +0000)]
Added  pref which can be used to enable faster page hit counter feature. Default is to do it the old way.

20 years agoCopy edit icons to upload directory on update
Jens Frank [Sat, 17 Jan 2004 15:18:47 +0000 (15:18 +0000)]
Copy edit icons to upload directory on update

20 years agoCopy edit icons to upload directory on install
Jens Frank [Sat, 17 Jan 2004 15:17:45 +0000 (15:17 +0000)]
Copy edit icons to upload directory on install

20 years agosetArticleRelated required in more places than I realised at first
Tim Starling [Sat, 17 Jan 2004 15:12:33 +0000 (15:12 +0000)]
setArticleRelated required in more places than I realised at first

20 years agoGot rid of some notices
Tim Starling [Sat, 17 Jan 2004 11:31:48 +0000 (11:31 +0000)]
Got rid of some notices

20 years agoMore informative rollback summary
Tim Starling [Sat, 17 Jan 2004 11:16:14 +0000 (11:16 +0000)]
More informative rollback summary

20 years agominor bug fix
Tim Starling [Sat, 17 Jan 2004 10:07:03 +0000 (10:07 +0000)]
minor bug fix

20 years agoBug fixes: watchlist and recent changes linked were broken in the last commit
Tim Starling [Sat, 17 Jan 2004 09:49:43 +0000 (09:49 +0000)]
Bug fixes: watchlist and recent changes linked were broken in the last commit

20 years agoBug#790303 - Fix javascript or external URL insertion in style= attributes
Jens Frank [Sat, 17 Jan 2004 07:33:44 +0000 (07:33 +0000)]
Bug#790303 - Fix javascript or external URL insertion in style= attributes

20 years ago* Recent Changes improvements: object oriented back end, move page annotation and...
Tim Starling [Sat, 17 Jan 2004 05:49:39 +0000 (05:49 +0000)]
* Recent Changes improvements: object oriented back end, move page annotation and (untested) message queue feed.
* Misc. bugs fixed in DatabaseFunctions.php and Skin.php.
* install-utils, install and update utilise Database objects instead of handling their own connections
* schema change for RC improvement -- added rc_type, rc_moved_to_title and rc_moved_to_ns

20 years agoFixed problem with image pages of non existing images
Jens Frank [Fri, 16 Jan 2004 18:11:47 +0000 (18:11 +0000)]
Fixed problem with image pages of non existing images

20 years agoChanged function/variable name "final" to "closing" because "final" is a
Erik Moeller [Thu, 15 Jan 2004 09:27:12 +0000 (09:27 +0000)]
Changed function/variable name "final" to "closing" because "final" is a
keyword in PHP5

20 years agoRemoved exit() statement
Mr. E23 [Wed, 14 Jan 2004 22:46:12 +0000 (22:46 +0000)]
Removed exit() statement

20 years agoOffer GD-based image resizing as well as ImageMagick based one
Jens Frank [Tue, 13 Jan 2004 21:03:47 +0000 (21:03 +0000)]
Offer GD-based image resizing as well as ImageMagick based one

20 years agoCompatibility with alternative memcached client. Minor performance enhancement.
Mr. E23 [Mon, 12 Jan 2004 06:21:09 +0000 (06:21 +0000)]
Compatibility with alternative memcached client. Minor performance enhancement.

20 years agoUpdates from meta
Brion Vibber [Mon, 12 Jan 2004 03:02:17 +0000 (03:02 +0000)]
Updates from meta

20 years agoJeLuF's image resizing code
Erik Moeller [Mon, 12 Jan 2004 00:55:01 +0000 (00:55 +0000)]
JeLuF's image resizing code

20 years agoRemoved a global variable. Added PHP < 4.3 compatibility for wfAbruptExit().
Mr. E23 [Sun, 11 Jan 2004 23:50:52 +0000 (23:50 +0000)]
Removed a global variable. Added PHP < 4.3 compatibility for wfAbruptExit().

20 years agoAdd $wgRemoteUploads option to show the upload _link_ even though it's
Brion Vibber [Sun, 11 Jan 2004 23:29:23 +0000 (23:29 +0000)]
Add $wgRemoteUploads option to show the upload _link_ even though it's
disabled, on the assumption that the link will be bounced to where
it'll work. Used on en2.wikipedia.org

20 years agoConfigurable location of texvc; detect failure to produce PNG output when
Brion Vibber [Sun, 11 Jan 2004 23:14:20 +0000 (23:14 +0000)]
Configurable location of texvc; detect failure to produce PNG output when
texvc returns otherwise correctly; clean up whitespace.

20 years agoinherit default user options from En where not already done
Erik Moeller [Sun, 11 Jan 2004 21:24:00 +0000 (21:24 +0000)]
inherit default user options from En where not already done

20 years agoinherit default options for De
Erik Moeller [Sun, 11 Jan 2004 20:06:11 +0000 (20:06 +0000)]
inherit default options for De

20 years agotoolbar option added to all languages
Erik Moeller [Sun, 11 Jan 2004 19:55:59 +0000 (19:55 +0000)]
toolbar option added to all languages

20 years agoStandardize skin
Brion Vibber [Sun, 11 Jan 2004 18:46:16 +0000 (18:46 +0000)]
Standardize skin

20 years agoNew edit toolbar for bold, italic, links, headlines, math, images, media,
Erik Moeller [Sun, 11 Jan 2004 04:11:43 +0000 (04:11 +0000)]
New edit toolbar for bold, italic, links, headlines, math, images, media,
sigs, horizontal lines (more can be added easily). Select text and click
to apply, or just click to see an example. Mouseover should show speedtips.

Also, access keys for the edit window (ALT+P=Preview, ALT+S=Save) -> Moz+IE

20 years agoimages for the new edit toolbar
Erik Moeller [Sun, 11 Jan 2004 04:02:48 +0000 (04:02 +0000)]
images for the new edit toolbar

20 years agoCleaned up OutputPage::replaceVariables() a bit. Some performance gain by doing sever...
Mr. E23 [Sat, 10 Jan 2004 22:49:37 +0000 (22:49 +0000)]
Cleaned up OutputPage::replaceVariables() a bit. Some performance gain by doing several replacements at once in MagicWord::replaceMultiple()

20 years agoRemoved warning for invalid links since it scares users needlessly.
Mr. E23 [Sat, 10 Jan 2004 19:48:34 +0000 (19:48 +0000)]
Removed warning for invalid links since it scares users needlessly.

20 years agoRemove sometimes erroneous duplicate Content-encoding header for gzip.
Brion Vibber [Sat, 10 Jan 2004 19:42:33 +0000 (19:42 +0000)]
Remove sometimes erroneous duplicate Content-encoding header for gzip.
As workaround for Apache2+PHP bug, avoid calling flush() in OutputPage::output
so headers aren't eaten during cache save.

20 years agoobject-oriented database connections
Tim Starling [Sat, 10 Jan 2004 16:44:31 +0000 (16:44 +0000)]
object-oriented database connections

20 years agofixed a few minor bugs and misc. notices
Tim Starling [Sat, 10 Jan 2004 14:18:05 +0000 (14:18 +0000)]
fixed a few minor bugs and misc. notices

20 years agoSome systems do not have getallheaders()
Tim Starling [Sat, 10 Jan 2004 01:28:32 +0000 (01:28 +0000)]
Some systems do not have getallheaders()

20 years agoFixed initialisation order to make it slightly more robust
Tim Starling [Wed, 7 Jan 2004 13:05:27 +0000 (13:05 +0000)]
Fixed initialisation order to make it slightly more robust

20 years agoAdd some actual information to the README. :)
Brion Vibber [Wed, 7 Jan 2004 12:27:44 +0000 (12:27 +0000)]
Add some actual information to the README. :)

20 years agoSomewhat improved
Tim Starling [Wed, 7 Jan 2004 11:59:07 +0000 (11:59 +0000)]
Somewhat improved

20 years agoSwitch dvips options from "-o -" to "-f". Should do the same thing, but
Brion Vibber [Wed, 7 Jan 2004 11:53:18 +0000 (11:53 +0000)]
Switch dvips options from "-o -" to "-f". Should do the same thing, but
now also works with the version from FreeBSD ports.

20 years agoAlteration of security fix to make it very slightly less ugly
Tim Starling [Wed, 7 Jan 2004 09:02:36 +0000 (09:02 +0000)]
Alteration of security fix to make it very slightly less ugly

20 years agoFix security flaw in parser -- $unique in input text
Tim Starling [Wed, 7 Jan 2004 08:17:19 +0000 (08:17 +0000)]
Fix security flaw in parser -- $unique in input text

20 years agoA patch to cache articles after conversion to HTML but before insertion
Mr. E23 [Wed, 7 Jan 2004 02:51:47 +0000 (02:51 +0000)]
A patch to cache articles after conversion to HTML but before insertion
into a full page. Significant speed improvements on cache hits, especially
on pages with many links.

20 years agoNew fix for bug 869949 'Lists inside tables' from TomK32
Mr. E23 [Tue, 6 Jan 2004 19:44:04 +0000 (19:44 +0000)]
New fix for bug 869949 'Lists inside tables' from TomK32

20 years agoMinor bug fix
Tim Starling [Tue, 6 Jan 2004 06:09:48 +0000 (06:09 +0000)]
Minor bug fix

20 years agoAngela's disclaimer in top links
Tim Starling [Tue, 6 Jan 2004 06:00:01 +0000 (06:00 +0000)]
Angela's disclaimer in top links

20 years agoFixed bug causing magic word MAG_NOEDITSECTION to be visible in plain text if user...
Mr. E23 [Tue, 6 Jan 2004 00:47:52 +0000 (00:47 +0000)]
Fixed bug causing magic word MAG_NOEDITSECTION to be visible in plain text if user had section editing turned off

20 years agoAdded hooks for article create/delete/edit events and moved linkscc calls there
Mr. E23 [Mon, 5 Jan 2004 23:32:39 +0000 (23:32 +0000)]
Added hooks for article create/delete/edit events and moved linkscc calls there

20 years agoMinor fix
Mr. E23 [Mon, 5 Jan 2004 23:15:11 +0000 (23:15 +0000)]
Minor fix

20 years agoMoved linkscc SQL details into LinkCache for cleaner code. Also cleaned up LinkCache...
Mr. E23 [Mon, 5 Jan 2004 20:55:45 +0000 (20:55 +0000)]
Moved linkscc SQL details into LinkCache for cleaner code. Also cleaned up LinkCache a bit.

20 years agoURL-encode the mainpage link in CB
Brion Vibber [Mon, 5 Jan 2004 02:00:52 +0000 (02:00 +0000)]
URL-encode the mainpage link in CB

20 years agoSet $wgEnablePersistentLC to false by default; leads to SQL errors on
Brion Vibber [Mon, 5 Jan 2004 01:21:31 +0000 (01:21 +0000)]
Set $wgEnablePersistentLC to false by default; leads to SQL errors on
MySQL 3.x installations.

20 years agoLast fix was broken, reverting to last edit by brion
Mr. E23 [Mon, 5 Jan 2004 01:14:14 +0000 (01:14 +0000)]
Last fix was broken, reverting to last edit by brion

20 years agoUpdated fix for bug 869949 'Lists inside tables' as suggested by TomK32
Mr. E23 [Mon, 5 Jan 2004 00:52:07 +0000 (00:52 +0000)]
Updated fix for bug 869949 'Lists inside tables' as suggested by TomK32

20 years agoFixed bug 869949 'Lists inside tables' as suggested by TomK32
Mr. E23 [Mon, 5 Jan 2004 00:25:55 +0000 (00:25 +0000)]
Fixed bug 869949 'Lists inside tables' as suggested by TomK32

20 years agoAdd $wgCompressRevisions option to compress old revisions on page save.
Brion Vibber [Sun, 4 Jan 2004 03:35:00 +0000 (03:35 +0000)]
Add $wgCompressRevisions option to compress old revisions on page save.
(Off by default.) Also change default of $wgUseGzip to be on if zlib
is available (this affects the file cache only).

20 years agoStart support for compressing entries in the old table with gzdeflate.
Brion Vibber [Sat, 3 Jan 2004 12:32:32 +0000 (12:32 +0000)]
Start support for compressing entries in the old table with gzdeflate.
Adds compressOld.php to batch-compress existing entries.
Article::getRevisionText will do decompression on a given row if
necessary (marked by old_flags). Requires zlib.

20 years agoSynchronise instructions
Brion Vibber [Sat, 3 Jan 2004 06:49:37 +0000 (06:49 +0000)]
Synchronise instructions