lhc/web/wiklou.git
18 years agoSleep time is highly variable, removing it from the profiling section name
Tim Starling [Tue, 23 Aug 2005 16:55:54 +0000 (16:55 +0000)]
Sleep time is highly variable, removing it from the profiling section name

18 years agoWorkaround for occasional fatal
Tim Starling [Tue, 23 Aug 2005 16:54:45 +0000 (16:54 +0000)]
Workaround for occasional fatal

18 years agoOutput tweak
Tim Starling [Tue, 23 Aug 2005 16:53:40 +0000 (16:53 +0000)]
Output tweak

18 years agoFaster retrieval of range blocks, faster lookup of blocked by name
Tim Starling [Tue, 23 Aug 2005 16:52:42 +0000 (16:52 +0000)]
Faster retrieval of range blocks, faster lookup of blocked by name

18 years agoFunction names on queries, some debugging output (latter not by me)
Tim Starling [Tue, 23 Aug 2005 16:50:39 +0000 (16:50 +0000)]
Function names on queries, some debugging output (latter not by me)

18 years agoprofiling
Tim Starling [Tue, 23 Aug 2005 16:48:39 +0000 (16:48 +0000)]
profiling

18 years ago* Move ArticleSave hook execution into Article insert/update functions,
Brion Vibber [Tue, 23 Aug 2005 08:15:14 +0000 (08:15 +0000)]
* Move ArticleSave hook execution into Article insert/update functions,
  so they get called on non-EditPage actions that use these functions
  to create or update pages.

18 years ago* (bug 3227) Fix SQL injection introduced in experimental code
Brion Vibber [Mon, 22 Aug 2005 23:30:12 +0000 (23:30 +0000)]
* (bug 3227) Fix SQL injection introduced in experimental code

18 years ago* (bug 3220) Fix escaping of block URLs in Recentchanges
Brion Vibber [Mon, 22 Aug 2005 06:31:57 +0000 (06:31 +0000)]
* (bug 3220) Fix escaping of block URLs in Recentchanges
Username with & would be cut off in the resulting form.
Also did some corrective escaping on username links for XML validation

18 years agoThis line has been broken at least twice in the last year. Add a comment to esplain...
Brion Vibber [Mon, 22 Aug 2005 06:25:13 +0000 (06:25 +0000)]
This line has been broken at least twice in the last year. Add a comment to esplain why that's not wise.

18 years ago* (bug 3218) Use proper quoting on history Compare Revisions button
Brion Vibber [Mon, 22 Aug 2005 06:09:25 +0000 (06:09 +0000)]
* (bug 3218) Use proper quoting on history Compare Revisions button

18 years agoReverting removal of background settings for tables. Tables should not become transparent
Jens Frank [Mon, 22 Aug 2005 05:43:45 +0000 (05:43 +0000)]
Reverting removal of background settings for tables. Tables should not become transparent

18 years ago* (bug 3216) Don't show empty warning page when no warnings.
Brion Vibber [Sun, 21 Aug 2005 23:15:26 +0000 (23:15 +0000)]
* (bug 3216) Don't show empty warning page when no warnings.

18 years agoMake the page work again with databaseprefix
Niklas Laxström [Sun, 21 Aug 2005 15:45:12 +0000 (15:45 +0000)]
Make the page work again with databaseprefix

18 years agoadd Referrer for stub
Domas Mituzas [Sun, 21 Aug 2005 13:53:49 +0000 (13:53 +0000)]
add Referrer for stub

18 years agoExternalStoreDB support
Domas Mituzas [Sun, 21 Aug 2005 13:18:16 +0000 (13:18 +0000)]
ExternalStoreDB support

18 years agodo not specify default for auto-inc column
Domas Mituzas [Sun, 21 Aug 2005 13:17:01 +0000 (13:17 +0000)]
do not specify default for auto-inc column

18 years agosensible names, profiling
Tim Starling [Sun, 21 Aug 2005 07:28:11 +0000 (07:28 +0000)]
sensible names, profiling

18 years agoprofiling
Tim Starling [Sun, 21 Aug 2005 07:27:29 +0000 (07:27 +0000)]
profiling

18 years agoput watchlist update in its own transaction, to reduce lock contention and thus incre...
Tim Starling [Sun, 21 Aug 2005 06:09:56 +0000 (06:09 +0000)]
put watchlist update in its own transaction, to reduce lock contention and thus increase speed

18 years agoprofiling
Tim Starling [Sun, 21 Aug 2005 06:08:51 +0000 (06:08 +0000)]
profiling

18 years agoMade BlockCache::loadFromDB() 100x faster. Wasn't an issue before ryo commented out...
Tim Starling [Sun, 21 Aug 2005 06:07:48 +0000 (06:07 +0000)]
Made BlockCache::loadFromDB() 100x faster. Wasn't an issue before ryo commented out the memcached bits, but since then, it was adding 1100ms to the save time

18 years agoprofiling
Tim Starling [Sun, 21 Aug 2005 04:45:28 +0000 (04:45 +0000)]
profiling

18 years agodoc
Erik Moeller [Sun, 21 Aug 2005 01:22:47 +0000 (01:22 +0000)]
doc

18 years agoBug #1956: Hide bot uploads in Special:Newimages
Erik Moeller [Sun, 21 Aug 2005 01:17:46 +0000 (01:17 +0000)]
Bug #1956: Hide bot uploads in Special:Newimages

This should work with any user/group setup. It should also interact cleanly
with the other Special:Newimages functions (paging, searching, most recent
uploads).

18 years ago* (bug 3210) Fix Media: links with remote image URL path
Brion Vibber [Sun, 21 Aug 2005 00:38:05 +0000 (00:38 +0000)]
* (bug 3210) Fix Media: links with remote image URL path
Someone changed how the noparse links handling worked without updating all uses.

18 years agoChange parser tests to use a remote $wgUploadPath; this should catch some
Brion Vibber [Sun, 21 Aug 2005 00:27:52 +0000 (00:27 +0000)]
Change parser tests to use a remote $wgUploadPath; this should catch some
bugs that previously were not (eg bug 3210)

18 years agoUpdates
Niklas Laxström [Sat, 20 Aug 2005 21:03:17 +0000 (21:03 +0000)]
Updates

18 years agoShow an explanation to non-sysops
Jens Frank [Sat, 20 Aug 2005 18:46:06 +0000 (18:46 +0000)]
Show an explanation to non-sysops

18 years agoShow an explanation to non-sysops
Jens Frank [Sat, 20 Aug 2005 18:42:43 +0000 (18:42 +0000)]
Show an explanation to non-sysops

18 years agobug 3208: split the other meaning of filedesc to fileuploadsummary, which is wikitext
Niklas Laxström [Sat, 20 Aug 2005 17:59:40 +0000 (17:59 +0000)]
bug 3208: split the other meaning of filedesc to fileuploadsummary, which is wikitext

18 years agoThis seems to fix go=first, don't know why
Niklas Laxström [Sat, 20 Aug 2005 17:22:15 +0000 (17:22 +0000)]
This seems to fix go=first, don't know why

18 years agoadded prefixindex
Tim Starling [Sat, 20 Aug 2005 15:57:26 +0000 (15:57 +0000)]
added prefixindex

18 years agoremoved unused function
Tim Starling [Sat, 20 Aug 2005 15:46:44 +0000 (15:46 +0000)]
removed unused function

18 years agooops, randomly deleted character
Tim Starling [Sat, 20 Aug 2005 15:37:57 +0000 (15:37 +0000)]
oops, randomly deleted character

18 years ago(bug 676) Avoid creating invalid title objects when there's a leading colon and a...
Rowan Collins [Sat, 20 Aug 2005 15:30:22 +0000 (15:30 +0000)]
(bug 676) Avoid creating invalid title objects when there's a leading colon and a real namespace
(as in {{:Project:Foo}}); should mean things like [[{{NAMESPACE}}:Foo]] should work too.

18 years agoFixed odd breakage of templates involving '<span class="{{foo}}">{{bar}}</span>'...
Tim Starling [Sat, 20 Aug 2005 15:28:53 +0000 (15:28 +0000)]
Fixed odd breakage of templates involving '<span class="{{foo}}">{{bar}}</span>'. {{bar}} was expanded without any arguments passed from the parent page. The problem was $this->mAssocArgs being overwritten by the call to replaceVariables() from within Sanitizer::removeHTMLtags(), and thus subtly corrupted for the subsequent call from braceSubstitution() itself. I've forgotten why I made that a class member in the first place, but making it a local instead doesn't break any parser tests, so it's a sufficient solution as far as I'm concerned.

18 years agoWith the introduction of action=render, internal links may also contain http://,...
Tim Starling [Sat, 20 Aug 2005 13:47:12 +0000 (13:47 +0000)]
With the introduction of action=render, internal links may also contain , and so must be hardened against replacement by replaceExternalLinks in the same way as interwiki links.

18 years agoFix manual thumbnail syntax to use a proper "MagicWord" (MAG_IMG_MANUALTHUMB) rather...
Rowan Collins [Sat, 20 Aug 2005 13:27:21 +0000 (13:27 +0000)]
Fix manual thumbnail syntax to use a proper "MagicWord" (MAG_IMG_MANUALTHUMB) rather than a weird hack.

18 years ago(Bug 3090) mask all external links in image captions against double-parsing, rather...
Rowan Collins [Sat, 20 Aug 2005 12:44:32 +0000 (12:44 +0000)]
(Bug 3090) mask all external links in image captions against double-parsing, rather than just  ones

18 years agodo not block-compress current versions
Domas Mituzas [Sat, 20 Aug 2005 12:30:03 +0000 (12:30 +0000)]
do not block-compress current versions

18 years agoWikitext here also
Niklas Laxström [Sat, 20 Aug 2005 12:01:08 +0000 (12:01 +0000)]
Wikitext here also

18 years agofixed redirects from one namespace to another
Tim Starling [Sat, 20 Aug 2005 11:42:19 +0000 (11:42 +0000)]
fixed redirects from one namespace to another

18 years agofixed template redirects
Tim Starling [Sat, 20 Aug 2005 11:41:27 +0000 (11:41 +0000)]
fixed template redirects

18 years agoImplement namespace redirect to keep old links working
Niklas Laxström [Sat, 20 Aug 2005 11:25:49 +0000 (11:25 +0000)]
Implement namespace redirect to keep old links working

18 years agoInclude the dot
Niklas Laxström [Sat, 20 Aug 2005 10:49:46 +0000 (10:49 +0000)]
Include the dot

18 years agoAllow wikitext again in sharedupload
Niklas Laxström [Sat, 20 Aug 2005 10:48:15 +0000 (10:48 +0000)]
Allow wikitext again in sharedupload

18 years agothat's right folks, I'm actually editing it
Tim Starling [Sat, 20 Aug 2005 08:10:56 +0000 (08:10 +0000)]
that's right folks, I'm actually editing it

18 years agoforward ported recentchanges-based method
Tim Starling [Sat, 20 Aug 2005 07:58:02 +0000 (07:58 +0000)]
forward ported recentchanges-based method

18 years agofix recreation conflicts
Tim Starling [Sat, 20 Aug 2005 07:47:56 +0000 (07:47 +0000)]
fix recreation conflicts

18 years agoRefactored editForm(), splitting its functionality up among edit(), showEditForm...
Tim Starling [Sat, 20 Aug 2005 06:57:21 +0000 (06:57 +0000)]
Refactored editForm(), splitting its functionality up among edit(), showEditForm(), attemptSave() and a number of smaller functions. Further refactoring is still possible, by splitting off more small functions on the order of 5-20 lines.

18 years agoDon't quote the program name, windows doesn't like it. Output some useful debugging...
Tim Starling [Sat, 20 Aug 2005 06:36:04 +0000 (06:36 +0000)]
Don't quote the program name, windows doesn't like it. Output some useful debugging information.

18 years agoremoved some debugging statements, I think they were all added by kate in the oracle...
Tim Starling [Sat, 20 Aug 2005 03:11:05 +0000 (03:11 +0000)]
removed some debugging statements, I think they were all added by kate in the oracle merge

18 years ago* (bug 3204) Fix typo breaking special pages in fy localization
Brion Vibber [Sat, 20 Aug 2005 02:09:04 +0000 (02:09 +0000)]
* (bug 3204) Fix typo breaking special pages in fy localization

18 years agoforward porting from REL1_5
Tim Starling [Sat, 20 Aug 2005 01:57:32 +0000 (01:57 +0000)]
forward porting from REL1_5

18 years agofixed missing branch
Tim Starling [Sat, 20 Aug 2005 01:30:22 +0000 (01:30 +0000)]
fixed missing branch

18 years agoBug 2753 Some namespaces are not translated in LanguageTa.php (Tamil)
Niklas Laxström [Fri, 19 Aug 2005 22:13:35 +0000 (22:13 +0000)]
Bug 2753 Some namespaces are not translated in LanguageTa.php (Tamil)
Changed PROJECT & _TALK, translated template, help and category

18 years agoBug 2071
Niklas Laxström [Fri, 19 Aug 2005 21:58:09 +0000 (21:58 +0000)]
Bug 2071

18 years agoFix Serbian linktrail
Brion Vibber [Fri, 19 Aug 2005 18:54:11 +0000 (18:54 +0000)]
Fix Serbian linktrail

18 years agoBug 1020: Changing user interface language does not work immediately
Niklas Laxström [Fri, 19 Aug 2005 13:27:32 +0000 (13:27 +0000)]
Bug 1020: Changing user interface language does not work immediately

18 years agoRemoved debugging code
Niklas Laxström [Fri, 19 Aug 2005 12:32:46 +0000 (12:32 +0000)]
Removed debugging code

18 years ago* (bug 1334) LanguageGa.php update
Niklas Laxström [Fri, 19 Aug 2005 01:00:29 +0000 (01:00 +0000)]
* (bug 1334) LanguageGa.php update

18 years agoheadscripts variable
Tim Starling [Fri, 19 Aug 2005 00:41:03 +0000 (00:41 +0000)]
headscripts variable

18 years agoBug 3190
Niklas Laxström [Fri, 19 Aug 2005 00:05:06 +0000 (00:05 +0000)]
Bug 3190

18 years agoPush up the date format options limit a little for language Sr, language of choiches
Niklas Laxström [Fri, 19 Aug 2005 00:01:26 +0000 (00:01 +0000)]
Push up the date format options limit a little for language Sr, language of choiches

18 years agotypo, i assume
Niklas Laxström [Thu, 18 Aug 2005 23:59:01 +0000 (23:59 +0000)]
typo, i assume

18 years agolittle script that output memory usage of each $wgAllMessage arrays
Antoine Musso [Thu, 18 Aug 2005 20:46:57 +0000 (20:46 +0000)]
little script that output memory usage of each $wgAllMessage arrays

18 years agoFix #3187: watchlist text refer to unexistent "Stop watching" action
Antoine Musso [Thu, 18 Aug 2005 17:10:03 +0000 (17:10 +0000)]
Fix #3187: watchlist text refer to unexistent "Stop watching" action

18 years agoWhite-space
Niklas Laxström [Thu, 18 Aug 2005 16:27:53 +0000 (16:27 +0000)]
White-space

18 years agoRemoving some {}
Niklas Laxström [Thu, 18 Aug 2005 16:26:54 +0000 (16:26 +0000)]
Removing some {}

18 years agoSome fixes occured during backporting
Niklas Laxström [Thu, 18 Aug 2005 16:17:27 +0000 (16:17 +0000)]
Some fixes occured during backporting

18 years agotypo
Antoine Musso [Thu, 18 Aug 2005 16:05:52 +0000 (16:05 +0000)]
typo

18 years agoQuoting error :(
Antoine Musso [Thu, 18 Aug 2005 13:14:03 +0000 (13:14 +0000)]
Quoting error :(

18 years agoTranslation updates
Niklas Laxström [Thu, 18 Aug 2005 12:25:00 +0000 (12:25 +0000)]
Translation updates

18 years agoCorrect erroneous instructions in 'clearyourcache' message for all language files...
Rowan Collins [Thu, 18 Aug 2005 03:38:58 +0000 (03:38 +0000)]
Correct erroneous instructions in 'clearyourcache' message for all language files containing it.

18 years agoShort formats are not used in Finnish
Niklas Laxström [Wed, 17 Aug 2005 22:43:20 +0000 (22:43 +0000)]
Short formats are not used in Finnish

18 years agoFinnish date formats..
Niklas Laxström [Wed, 17 Aug 2005 22:31:01 +0000 (22:31 +0000)]
Finnish date formats..

18 years ago* Add ability to break off certain debug topics into additional log files;
Brion Vibber [Wed, 17 Aug 2005 20:07:33 +0000 (20:07 +0000)]
* Add ability to break off certain debug topics into additional log files;
  use $wgDebugLogGroups to configure and wfDebugLog() to log.

18 years agoCommitting live hack: don't adjust for times where elapsed is 0
Brion Vibber [Wed, 17 Aug 2005 20:07:07 +0000 (20:07 +0000)]
Committing live hack: don't adjust for times where elapsed is 0

18 years agoCommitting live hack: enable memcached debug mode in mcc tester
Brion Vibber [Wed, 17 Aug 2005 20:05:22 +0000 (20:05 +0000)]
Committing live hack: enable memcached debug mode in mcc tester

18 years agoCommitting live hacks: additional profiling points
Brion Vibber [Wed, 17 Aug 2005 20:04:39 +0000 (20:04 +0000)]
Committing live hacks: additional profiling points

18 years agoFix #1734: failed grant with usernames having a -.
Antoine Musso [Wed, 17 Aug 2005 19:50:42 +0000 (19:50 +0000)]
Fix #1734: failed grant with usernames having a -.

18 years ago* (bug 3175) update filenames in documentation files
Brion Vibber [Wed, 17 Aug 2005 19:48:24 +0000 (19:48 +0000)]
* (bug 3175) update filenames in documentation files

18 years ago* (bug 3177) Estonian date formats not implemented in LanguageEt.php
Niklas Laxström [Wed, 17 Aug 2005 18:50:37 +0000 (18:50 +0000)]
* (bug 3177) Estonian date formats not implemented in LanguageEt.php

18 years agoIncorrect quote escape
Antoine Musso [Wed, 17 Aug 2005 15:31:21 +0000 (15:31 +0000)]
Incorrect quote escape

18 years agodefine 'msgmerge' options. Default to -v (verbose)
Antoine Musso [Wed, 17 Aug 2005 15:18:29 +0000 (15:18 +0000)]
define 'msgmerge' options. Default to -v (verbose)

18 years agoSync from http://fr.wikipedia.org/
Antoine Musso [Wed, 17 Aug 2005 15:08:43 +0000 (15:08 +0000)]
Sync from http://fr.wikipedia.org/

18 years agoExterminate last double quotes. Some survived the nuke though.
Antoine Musso [Wed, 17 Aug 2005 14:30:12 +0000 (14:30 +0000)]
Exterminate last double quotes. Some survived the nuke though.

18 years agoremoving wikititlesuffix
Niklas Laxström [Wed, 17 Aug 2005 12:01:46 +0000 (12:01 +0000)]
removing wikititlesuffix

18 years ago* (bug 3170) Page Title failed to obey MediaWiki:Pagetitle
Niklas Laxström [Wed, 17 Aug 2005 12:00:07 +0000 (12:00 +0000)]
* (bug 3170) Page Title failed to obey MediaWiki:Pagetitle

18 years agoUse null in wl_notificationtimestamp! The database provides this for a reason.
Brion Vibber [Wed, 17 Aug 2005 08:43:48 +0000 (08:43 +0000)]
Use null in wl_notificationtimestamp! The database provides this for a reason.
Can now add items to one's watchlist on MySQL again.

18 years ago* Include software-visible client IP address in Special:Version comment
Brion Vibber [Wed, 17 Aug 2005 08:05:32 +0000 (08:05 +0000)]
* Include software-visible client IP address in Special:Version comment
  as a proxy debugging aid
committing live hack

18 years agoReset the additional fields; committing live hack from Wikimedia
Brion Vibber [Wed, 17 Aug 2005 07:52:21 +0000 (07:52 +0000)]
Reset the additional fields; committing live hack from Wikimedia

18 years ago* Added a new hook, 'AddNewAccount', which is run after account creation
Ævar Arnfjörð Bjarmason [Wed, 17 Aug 2005 07:44:38 +0000 (07:44 +0000)]
* Added a new hook, 'AddNewAccount', which is run after account creation

18 years ago* Fix display of read-only lockfile message
Brion Vibber [Wed, 17 Aug 2005 07:37:47 +0000 (07:37 +0000)]
* Fix display of read-only lockfile message
Committing live hack.

18 years ago* (bug 3134) Remove obsolete IRC scripts from distribution
Brion Vibber [Tue, 16 Aug 2005 23:57:53 +0000 (23:57 +0000)]
* (bug 3134) Remove obsolete IRC scripts from distribution

18 years agoCode cleanup: normalize case of wfMsg() calls, clean up an old str_replace
Brion Vibber [Tue, 16 Aug 2005 23:39:33 +0000 (23:39 +0000)]
Code cleanup: normalize case of wfMsg() calls, clean up an old str_replace

18 years agoCode cleanup: normalize case for intval(), strval(), floatval() calls.
Brion Vibber [Tue, 16 Aug 2005 23:36:16 +0000 (23:36 +0000)]
Code cleanup: normalize case for intval(), strval(), floatval() calls.

18 years agoadjust whitespace (spaces -> tabs)
Brion Vibber [Tue, 16 Aug 2005 23:19:54 +0000 (23:19 +0000)]
adjust whitespace (spaces -> tabs)

18 years agoBr != Eu
Antoine Musso [Tue, 16 Aug 2005 22:31:26 +0000 (22:31 +0000)]
Br != Eu