lhc/web/wiklou.git
19 years agoGet rollback working on new schema
Brion Vibber [Sat, 12 Mar 2005 12:50:43 +0000 (12:50 +0000)]
Get rollback working on new schema

19 years agosnip a forgotten field from page_len fix
Brion Vibber [Sat, 12 Mar 2005 12:11:13 +0000 (12:11 +0000)]
snip a forgotten field from page_len fix

19 years agoAdd page_len field with byte length of current revision text, since
Brion Vibber [Sat, 12 Mar 2005 11:51:02 +0000 (11:51 +0000)]
Add page_len field with byte length of current revision text, since
revision text is now stored separately and may be compressed.
This field is indexed which speeds up Special:Shortpages & Longpages.

Removed no longer used wfArticleIsStub().

19 years agoUpdate Article::quickEdit() to use Revision::insertOn()
Brion Vibber [Sat, 12 Mar 2005 10:50:51 +0000 (10:50 +0000)]
Update Article::quickEdit() to use Revision::insertOn()

19 years ago* (bug 1680) Fix linktrail for fo
Brion Vibber [Sat, 12 Mar 2005 09:50:02 +0000 (09:50 +0000)]
* (bug 1680) Fix linktrail for fo

19 years ago* Make undeletion (more or less) work with new schema
Brion Vibber [Sat, 12 Mar 2005 08:06:46 +0000 (08:06 +0000)]
* Make undeletion (more or less) work with new schema
* Add ar_rev_id field to archive to preserve revision IDs across deletion+undeletion

19 years agoConsolidate some bits in Article::insertNewArticle() and Article::updateArticle()
Brion Vibber [Fri, 11 Mar 2005 08:38:24 +0000 (08:38 +0000)]
Consolidate some bits in Article::insertNewArticle() and Article::updateArticle()
Added Article::insertOn() and Article::updateRevisionOn() for the db-accessing
guts, using Revision for the actual revision+text saving.

19 years agoAdd Revision::insertOn() method for saving new revisions into the database;
Brion Vibber [Fri, 11 Mar 2005 06:00:05 +0000 (06:00 +0000)]
Add Revision::insertOn() method for saving new revisions into the database;
modify Article::updateArticle() to use it.

19 years ago* (bug 1643) remove 'confirmcheck' message, no longer used
Brion Vibber [Fri, 11 Mar 2005 04:47:33 +0000 (04:47 +0000)]
* (bug 1643) remove 'confirmcheck' message, no longer used

19 years ago* (bug 1643) Removal of the deletion, protection and unprotection checkboxes
Brion Vibber [Fri, 11 Mar 2005 04:38:01 +0000 (04:38 +0000)]
* (bug 1643) Removal of the deletion, protection and unprotection checkboxes
patch by avar

19 years ago* (bug 1659) Redundant caseless modifier in Parser.php
Brion Vibber [Fri, 11 Mar 2005 02:32:19 +0000 (02:32 +0000)]
* (bug 1659)  Redundant caseless modifier in Parser.php

19 years ago* (bug 1403) Another fix for the untested finnish file
Brion Vibber [Fri, 11 Mar 2005 02:23:01 +0000 (02:23 +0000)]
* (bug 1403) Another fix for the untested finnish file

19 years ago* (bug 1678) spelling fix
Brion Vibber [Thu, 10 Mar 2005 22:23:51 +0000 (22:23 +0000)]
* (bug 1678) spelling fix

19 years agoimplement #1667, 5 second countdown before crashing database. Patch by ��var Arnfj...
Antoine Musso [Wed, 9 Mar 2005 15:12:19 +0000 (15:12 +0000)]
implement #1667, 5 second countdown before crashing database. Patch by ��var Arnfj��r�� Bjarmason

19 years agoadd comment that local accounts are necessary to log in
Brion Vibber [Wed, 9 Mar 2005 09:27:24 +0000 (09:27 +0000)]
add comment that local accounts are necessary to log in

19 years ago* (bug 1478) Punjabi localization
Brion Vibber [Wed, 9 Mar 2005 09:02:57 +0000 (09:02 +0000)]
* (bug 1478) Punjabi localization
File submitted as attachment with some corrections to linktrail, use of namespaces in messages, and some untranslated messages snipped.

19 years agoFix broken convertGrammar function. Why do people submit code that clearly has never...
Brion Vibber [Wed, 9 Mar 2005 08:32:38 +0000 (08:32 +0000)]
Fix broken convertGrammar function. Why do people submit code that clearly has never been tested?

19 years agoUpdates to Finnish localization from patch in bug 1403, with fixes so it actually...
Brion Vibber [Wed, 9 Mar 2005 08:11:22 +0000 (08:11 +0000)]
Updates to Finnish localization from patch in bug 1403, with fixes so it actually compiles, removal of some unnecessary code.

19 years agoSpecial:Export produces a particular output format which is the raw wikitext. Outputt...
Brion Vibber [Wed, 9 Mar 2005 02:16:44 +0000 (02:16 +0000)]
Special:Export produces a particular output format which is the raw wikitext. Outputting a different format depending on configuration would break all users of this feature.

19 years agoDeprecating special:maintenance; going to kill it soon. KILL! KILL!
Brion Vibber [Wed, 9 Mar 2005 02:09:28 +0000 (02:09 +0000)]
Deprecating special:maintenance; going to kill it soon. KILL! KILL!

19 years agoMerge changes from 1.4:
Brion Vibber [Wed, 9 Mar 2005 02:02:04 +0000 (02:02 +0000)]
Merge changes from 1.4:
* Squid purged defered to outside the db transaction
* Partial redirect goodies
* Compression threadhold on memcached
* setproctitle
* Some other tweaks

19 years agoupdate comment from live copy
Brion Vibber [Tue, 8 Mar 2005 02:58:43 +0000 (02:58 +0000)]
update comment from live copy

19 years ago* Reduce message cache outage recovery delay from 1 day to 5 minutes
Brion Vibber [Tue, 8 Mar 2005 02:53:09 +0000 (02:53 +0000)]
* Reduce message cache outage recovery delay from 1 day to 5 minutes

19 years ago* Trim old illegal characters from syndication feeds
Brion Vibber [Tue, 8 Mar 2005 02:50:31 +0000 (02:50 +0000)]
* Trim old illegal characters from syndication feeds

19 years ago* Respect read-only mode on block removals
Brion Vibber [Tue, 8 Mar 2005 02:45:25 +0000 (02:45 +0000)]
* Respect read-only mode on block removals

19 years agoFixed occurence of php escape tags in HTML output.
Mr. E23 [Mon, 7 Mar 2005 18:35:18 +0000 (18:35 +0000)]
Fixed occurence of php escape tags in HTML output.
More descriptive variable name.

19 years agotyop
Brion Vibber [Mon, 7 Mar 2005 10:42:20 +0000 (10:42 +0000)]
tyop

19 years ago* (bug 1642) fix a mime type typo in img_auth.php
Brion Vibber [Mon, 7 Mar 2005 06:34:46 +0000 (06:34 +0000)]
* (bug 1642) fix a mime type typo in img_auth.php

19 years agos/2004/2005/
Brion Vibber [Sun, 6 Mar 2005 12:46:27 +0000 (12:46 +0000)]
s/2004/2005/

19 years agosome updates from fr:wikipedia / quotes
Antoine Musso [Sat, 5 Mar 2005 18:48:41 +0000 (18:48 +0000)]
some updates from fr:wikipedia / quotes

19 years ago* some comments
Antoine Musso [Sat, 5 Mar 2005 18:01:18 +0000 (18:01 +0000)]
* some comments
* keep the "remember" check box when a user enter a wrong password.

19 years ago* Run UTF-8 validation on old text in Recentchanges RSS diffs
Brion Vibber [Sat, 5 Mar 2005 14:03:11 +0000 (14:03 +0000)]
* Run UTF-8 validation on old text in Recentchanges RSS diffs

19 years agoFix #1585 : incorrect title on post-login redirection page.
Antoine Musso [Fri, 4 Mar 2005 13:18:57 +0000 (13:18 +0000)]
Fix #1585 : incorrect title on post-login redirection page.

19 years agoFix #1570 : php 4.2.x error on conflict merging
Antoine Musso [Fri, 4 Mar 2005 12:55:37 +0000 (12:55 +0000)]
Fix #1570 : php 4.2.x error on conflict merging

19 years agoFix bug #1544, use only one language name for pa: ���������������
Antoine Musso [Fri, 4 Mar 2005 12:49:33 +0000 (12:49 +0000)]
Fix bug #1544, use only one language name for pa: ���������������

19 years agoFix for Bug 1620, Wiki-table nnd tag strips whole line, hiding text after table
Domas Mituzas [Fri, 4 Mar 2005 10:24:07 +0000 (10:24 +0000)]
Fix for Bug 1620, Wiki-table nnd tag strips whole line, hiding text after table
Bug reported and patch supplied by: Andrius Ramanauskas (Knutux) - alarm at takas.lt

19 years agophpdoc fixes
Antoine Musso [Fri, 4 Mar 2005 08:41:28 +0000 (08:41 +0000)]
phpdoc fixes

19 years agorandom comments / quotes
Antoine Musso [Thu, 3 Mar 2005 17:17:03 +0000 (17:17 +0000)]
random comments / quotes

19 years agoFix #1622 : remove trailing '>' when using category browser.
Antoine Musso [Thu, 3 Mar 2005 13:39:31 +0000 (13:39 +0000)]
Fix #1622 : remove trailing '>' when using category browser.

19 years agoFix bug #1618, patch by Mark Bergsma. Stop using hardcoded value for maximum number...
Antoine Musso [Wed, 2 Mar 2005 16:29:36 +0000 (16:29 +0000)]
Fix bug #1618, patch by Mark Bergsma. Stop using hardcoded value for maximum number of namespaces.

19 years agoeAccelerator caching support, patches from Jamie Bliss
Brion Vibber [Wed, 2 Mar 2005 01:54:05 +0000 (01:54 +0000)]
eAccelerator caching support, patches from Jamie Bliss

19 years agoBUG#1607 Must be laggedslavemode, node laggedslave, as used in Skin.php
Jens Frank [Tue, 1 Mar 2005 22:45:01 +0000 (22:45 +0000)]
BUG#1607 Must be laggedslavemode, node laggedslave, as used in Skin.php

19 years agoBUG#1612 Old Norse added
Jens Frank [Tue, 1 Mar 2005 22:05:18 +0000 (22:05 +0000)]
BUG#1612 Old Norse added

19 years agoBUG#1610 Add Old Norse stub
Jens Frank [Tue, 1 Mar 2005 21:44:37 +0000 (21:44 +0000)]
BUG#1610 Add Old Norse stub

19 years agosome not commited in inverse_timestamp patch
Domas Mituzas [Tue, 1 Mar 2005 10:26:55 +0000 (10:26 +0000)]
some not commited in inverse_timestamp patch

19 years ago# Ossetic stub localization; default to Russian instead of English.
Brion Vibber [Mon, 28 Feb 2005 08:41:22 +0000 (08:41 +0000)]
# Ossetic stub localization; default to Russian instead of English.

19 years agoAdd experimental $wgActionPaths config option.
Brion Vibber [Mon, 28 Feb 2005 07:07:14 +0000 (07:07 +0000)]
Add experimental $wgActionPaths config option.
To set 'pretty' URL paths for actions other than
plain page views, add to this array. For instance:
  'edit' => "$wgScriptPath/edit/$1"
There must be an appropriate script or rewrite rule
to handle these URLs.

19 years agoReturn 404 for action=raw hits to pages that don't exist, if they don't set a content...
Brion Vibber [Mon, 28 Feb 2005 05:34:22 +0000 (05:34 +0000)]
Return 404 for action=raw hits to pages that don't exist, if they don't set a content-type for CSS/JS imports.

19 years agoFix page info for new schema, use localized digits, de-confusify the code.
Brion Vibber [Mon, 28 Feb 2005 04:52:37 +0000 (04:52 +0000)]
Fix page info for new schema, use localized digits, de-confusify the code.

19 years ago* (bug 563) Fix UTF-8 interwiki URL redirects via Latin-1 wikis
Brion Vibber [Sun, 27 Feb 2005 09:58:49 +0000 (09:58 +0000)]
* (bug 563) Fix UTF-8 interwiki URL redirects via Latin-1 wikis

19 years ago* (bug 65) Fix broken interwiki link encoding on Latin-1 wikis; force to UTF-8
Brion Vibber [Sun, 27 Feb 2005 04:11:41 +0000 (04:11 +0000)]
* (bug 65) Fix broken interwiki link encoding on Latin-1 wikis; force to UTF-8

19 years agoApparently forgot to check this in.
Brion Vibber [Fri, 25 Feb 2005 21:35:00 +0000 (21:35 +0000)]
Apparently forgot to check this in.

19 years agoThis was moved to an extension a while ago
Brion Vibber [Fri, 25 Feb 2005 09:18:46 +0000 (09:18 +0000)]
This was moved to an extension a while ago

19 years agoKill a couple of <font> tags
Brion Vibber [Fri, 25 Feb 2005 09:13:03 +0000 (09:13 +0000)]
Kill a couple of <font> tags

19 years agoSome [[media:]] link tests
Brion Vibber [Fri, 25 Feb 2005 09:10:39 +0000 (09:10 +0000)]
Some [[media:]] link tests

19 years agonuke wfInvertTimestamp
Brion Vibber [Fri, 25 Feb 2005 09:07:01 +0000 (09:07 +0000)]
nuke wfInvertTimestamp

19 years agoleftover wfInvertTimestamp()
Domas Mituzas [Thu, 24 Feb 2005 15:00:15 +0000 (15:00 +0000)]
leftover wfInvertTimestamp()

19 years agofix typo, DieDebug -> DebugDie
Domas Mituzas [Thu, 24 Feb 2005 14:57:13 +0000 (14:57 +0000)]
fix typo, DieDebug -> DebugDie

19 years agoleftover wfInvertTimestamp, nuke it.
Domas Mituzas [Thu, 24 Feb 2005 14:55:38 +0000 (14:55 +0000)]
leftover wfInvertTimestamp, nuke it.

19 years agoFix category browser. $this is not defined in a method subfunction so we have to...
Antoine Musso [Wed, 23 Feb 2005 22:25:00 +0000 (22:25 +0000)]
Fix category browser. $this is not defined in a method subfunction so we have to pass $this object by reference.

19 years agoMade list of expiry options configurable.\nRemoved redundant setting $wgDefaultBlockE...
Mr. E23 [Tue, 22 Feb 2005 18:20:12 +0000 (18:20 +0000)]
Made list of expiry options configurable.\nRemoved redundant setting $wgDefaultBlockExpiry

19 years agoWar on cruft: commentBlock() usage, use a styled <span> for comments instead of mix...
Brion Vibber [Tue, 22 Feb 2005 06:04:03 +0000 (06:04 +0000)]
War on cruft: commentBlock() usage, use a styled <span> for comments instead of mix of <em> and <i>
Remove some unused functions in contribs

19 years agoremove inverse_timestamp wherever it is found and disable wfInvertTimestamp()
Domas Mituzas [Mon, 21 Feb 2005 15:33:58 +0000 (15:33 +0000)]
remove inverse_timestamp wherever it is found and disable wfInvertTimestamp()
dear mysql3, try to remember how beautiful filesorts are, you're so good at it.

19 years agoCruft war continues: more uses of isAnon() and isLoggedIn()
Brion Vibber [Mon, 21 Feb 2005 12:46:37 +0000 (12:46 +0000)]
Cruft war continues: more uses of isAnon() and isLoggedIn()

19 years agoeat a couple more namespace cruft bits
Brion Vibber [Mon, 21 Feb 2005 12:29:31 +0000 (12:29 +0000)]
eat a couple more namespace cruft bits

19 years agoDe-cruftification continues.
Brion Vibber [Mon, 21 Feb 2005 12:23:52 +0000 (12:23 +0000)]
De-cruftification continues.
* Replacing Namespace:: functions with NS_ constants
* Replacing make*Link() on strings with make*LinkObj() on Title objects
* Using more legible convenience methods on User and Title
* Start using a common Linker::commentBlock() to wrap the formatComment() bits in the surrounding formatting

19 years agoRemove some cruft from skins... sooooo much cruft yet to go
Brion Vibber [Mon, 21 Feb 2005 11:28:07 +0000 (11:28 +0000)]
Remove some cruft from skins... sooooo much cruft yet to go

19 years agoFix direction, use of variable for stub threshold
Brion Vibber [Mon, 21 Feb 2005 06:07:52 +0000 (06:07 +0000)]
Fix direction, use of variable for stub threshold

19 years agoExtra check as temporary hack to avoid crashing on certain dubious titles
Brion Vibber [Mon, 21 Feb 2005 04:11:45 +0000 (04:11 +0000)]
Extra check as temporary hack to avoid crashing on certain dubious titles

19 years agoAudit tweaks: extra post checks, markup fixes.
Brion Vibber [Mon, 21 Feb 2005 01:56:50 +0000 (01:56 +0000)]
Audit tweaks: extra post checks, markup fixes.

19 years ago* Fix annoying blue line in Safari on scaled-down images on description page
Brion Vibber [Sat, 19 Feb 2005 23:52:28 +0000 (23:52 +0000)]
* Fix annoying blue line in Safari on scaled-down images on description page

19 years agouse $wgMetaNamespace for meta namespace
Erik Moeller [Sat, 19 Feb 2005 13:54:30 +0000 (13:54 +0000)]
use $wgMetaNamespace for meta namespace

19 years agoutf8 fixes
Erik Moeller [Sat, 19 Feb 2005 13:45:27 +0000 (13:45 +0000)]
utf8 fixes

19 years agoupdate from Meta
Erik Moeller [Sat, 19 Feb 2005 13:02:36 +0000 (13:02 +0000)]
update from Meta

19 years agosomeone forgot to add 'global'... :) fixing that!
Domas Mituzas [Sat, 19 Feb 2005 12:41:18 +0000 (12:41 +0000)]
someone forgot to add 'global'... :) fixing that!

19 years agocorrect image path hashing
Domas Mituzas [Sat, 19 Feb 2005 08:19:21 +0000 (08:19 +0000)]
correct image path hashing

19 years agocommit in working MogileFS upload code
Domas Mituzas [Fri, 18 Feb 2005 19:30:14 +0000 (19:30 +0000)]
commit in working MogileFS upload code

19 years agoremove unused variable
River Tarnell [Fri, 18 Feb 2005 15:05:06 +0000 (15:05 +0000)]
remove unused variable

19 years agodon't verify already stashed files
Domas Mituzas [Fri, 18 Feb 2005 12:51:33 +0000 (12:51 +0000)]
don't verify already stashed files

19 years agoRestrict interwiki redirects to local wikis only
Brion Vibber [Fri, 18 Feb 2005 12:38:09 +0000 (12:38 +0000)]
Restrict interwiki redirects to local wikis only

19 years agovariable.... not constant
Brion Vibber [Fri, 18 Feb 2005 12:29:31 +0000 (12:29 +0000)]
variable.... not constant

19 years agoRemove Special:Asksql; moving it out to an extension.
Brion Vibber [Fri, 18 Feb 2005 12:22:28 +0000 (12:22 +0000)]
Remove Special:Asksql; moving it out to an extension.

19 years agoRemove validate bits
Brion Vibber [Fri, 18 Feb 2005 12:19:52 +0000 (12:19 +0000)]
Remove validate bits

19 years agoClean up experiments for special:data, special:validate, special:geo.
Brion Vibber [Fri, 18 Feb 2005 11:47:36 +0000 (11:47 +0000)]
Clean up experiments for special:data, special:validate, special:geo.
Moving these things to extensions if they are needed in the future.

19 years agoMove some of Magnus's experiments out of the main tree: Special:Data and Special...
Brion Vibber [Fri, 18 Feb 2005 11:27:10 +0000 (11:27 +0000)]
Move some of Magnus's experiments out of the main tree: Special:Data and Special:Validate

19 years agologging table encoding fix -- hopefully it actually works, as I haven't seen feedback...
Brion Vibber [Fri, 18 Feb 2005 10:55:58 +0000 (10:55 +0000)]
logging table encoding fix -- hopefully it actually works, as I haven't seen feedback from 4.1 testers

19 years agoPatch for bug #1138 (ipblock-related)
Nicolas Weeger [Thu, 17 Feb 2005 22:56:51 +0000 (22:56 +0000)]
Patch for bug #1138 (ipblock-related)

19 years agocheck in untested, possibly badly broken code for example/ evil /experimental/vapor...
Domas Mituzas [Thu, 17 Feb 2005 21:36:24 +0000 (21:36 +0000)]
check in untested, possibly badly broken code for example/ evil /experimental/vapor upload to MogileFS hooks

19 years agoReplacing block time field with an intuitive drop-down menu
Mr. E23 [Thu, 17 Feb 2005 01:18:16 +0000 (01:18 +0000)]
Replacing block time field with an intuitive drop-down menu

19 years agoremove BOM
Domas Mituzas [Tue, 15 Feb 2005 19:43:27 +0000 (19:43 +0000)]
remove BOM

19 years agochange of namespace names
Andre Engels [Tue, 15 Feb 2005 19:21:27 +0000 (19:21 +0000)]
change of namespace names

19 years agoRevert last checkin by Nicolas Weeger which caused massive corruption of the file.
Brion Vibber [Tue, 15 Feb 2005 00:28:55 +0000 (00:28 +0000)]
Revert last checkin by Nicolas Weeger which caused massive corruption of the file.

19 years agoRevert last checkin by Nicolas Weeger which massively corrupted the file.
Brion Vibber [Tue, 15 Feb 2005 00:24:49 +0000 (00:24 +0000)]
Revert last checkin by Nicolas Weeger which massively corrupted the file.

19 years agoFix for bug http://bugzilla.wikimedia.org/show_bug.cgi?id=1138 (ip block related).
Nicolas Weeger [Mon, 14 Feb 2005 23:21:07 +0000 (23:21 +0000)]
Fix for bug bugzilla.wikimedia.org/show_bug.cgi?id=1138 (ip block related).

New behaviour: check slave when user asks for the edit page, nothing when previewing, master when saving the page. Don't use memcache, as apparently it was causing issues.

19 years agoFix IE not showing link context menu for logo
Tom Gilder [Mon, 14 Feb 2005 00:55:17 +0000 (00:55 +0000)]
Fix IE not showing link context menu for logo

19 years agodisallow 0x80-0xA0 in login names in latin1 wikis [MF REL1_4]
River Tarnell [Sun, 13 Feb 2005 20:47:42 +0000 (20:47 +0000)]
disallow 0x80-0xA0 in login names in latin1 wikis [MF REL1_4]

19 years ago(for zh) Search for variant links even when conversion is turned off.
Zheng Zhu [Sat, 12 Feb 2005 02:56:58 +0000 (02:56 +0000)]
(for zh) Search for variant links even when conversion is turned off.

19 years ago* XHTML fix: encoding of usernames
Brion Vibber [Fri, 11 Feb 2005 10:08:41 +0000 (10:08 +0000)]
* XHTML fix: encoding of usernames
* Removed unused error message display

19 years ago* Corrections to template loop detection
Brion Vibber [Fri, 11 Feb 2005 09:02:15 +0000 (09:02 +0000)]
* Corrections to template loop detection

19 years agoKill a <font> tag, add html paranoia
Brion Vibber [Fri, 11 Feb 2005 07:16:36 +0000 (07:16 +0000)]
Kill a <font> tag, add html paranoia