lhc/web/wiklou.git
18 years agoremoved useless line
Tim Starling [Sat, 7 Jan 2006 00:37:35 +0000 (00:37 +0000)]
removed useless line

18 years agoRemove hack now bug 4511 is fixed
Rob Church [Sat, 7 Jan 2006 00:15:03 +0000 (00:15 +0000)]
Remove hack now bug 4511 is fixed

18 years agoRemoving:
Niklas Laxström [Sat, 7 Jan 2006 00:06:05 +0000 (00:06 +0000)]
Removing:
*invalid comment
*some wikipedia-references
*bad or unnecessary html
*wrong usage of {{SITENAME}} variable
*some obsolote messages or messages that should not be redefined

18 years agoOh my godness, the whole namespace array was typoed(?) Ky instead of Ku
Niklas Laxström [Fri, 6 Jan 2006 23:33:59 +0000 (23:33 +0000)]
Oh my godness, the whole namespace array was typoed(?) Ky instead of Ku
Removing some old cow food (obsolote messages)

18 years agoPrevent blocked users from changing page protection levels
Rob Church [Fri, 6 Jan 2006 23:25:26 +0000 (23:25 +0000)]
Prevent blocked users from changing page protection levels

18 years agoPrevent blocked users from using delete and undelete
Rob Church [Fri, 6 Jan 2006 23:21:38 +0000 (23:21 +0000)]
Prevent blocked users from using delete and undelete

18 years agoHow did this get here in the first place?
Niklas Laxström [Fri, 6 Jan 2006 23:20:16 +0000 (23:20 +0000)]
How did this get here in the first place?
Removing crap.

18 years ago* Move the "user is blocked" page to OutputPage
Rob Church [Fri, 6 Jan 2006 23:09:37 +0000 (23:09 +0000)]
* Move the "user is blocked" page to OutputPage
* Disallow users to use rollback when blocked

18 years agoUnbreaking some updatedmarker translations
Niklas Laxström [Fri, 6 Jan 2006 22:43:13 +0000 (22:43 +0000)]
Unbreaking some updatedmarker translations
-updatedmarker is plain text surrounded by span class=updatedmarker

18 years agoI guess this is missing require_once
Niklas Laxström [Fri, 6 Jan 2006 22:21:41 +0000 (22:21 +0000)]
I guess this is missing require_once

18 years agohtml fixes, minimizing markup.
Niklas Laxström [Fri, 6 Jan 2006 21:54:59 +0000 (21:54 +0000)]
html fixes, minimizing markup.
I'm sure I've done all this before.

18 years ago* (bug 4507) Adjust FULLPAGENAMEE escaping to standard form
Brion Vibber [Fri, 6 Jan 2006 21:03:50 +0000 (21:03 +0000)]
* (bug 4507) Adjust FULLPAGENAMEE escaping to standard form

18 years agoPrevent accidental deletion during page move.
Tim Starling [Fri, 6 Jan 2006 12:50:37 +0000 (12:50 +0000)]
Prevent accidental deletion during page move.

18 years ago* Cleanup main code
Rob Church [Thu, 5 Jan 2006 23:52:18 +0000 (23:52 +0000)]
* Cleanup main code
* Correct a couple of major oversights in the commenting (no, they aren't arrays of User objects, that would be mad, and to what avail?)

18 years agoformatNum in Russian translation
Alexander Sigachov [Thu, 5 Jan 2006 23:51:02 +0000 (23:51 +0000)]
formatNum in Russian translation

18 years agoRussian translation update to Language.php 1.772
Alexander Sigachov [Thu, 5 Jan 2006 23:36:17 +0000 (23:36 +0000)]
Russian translation update to Language.php 1.772

18 years agoWMF vulnerability
Tim Starling [Thu, 5 Jan 2006 23:32:17 +0000 (23:32 +0000)]
WMF vulnerability

18 years ago* 80 chars width
Antoine Musso [Thu, 5 Jan 2006 23:21:32 +0000 (23:21 +0000)]
* 80 chars width
* comments functions using phpdoc format

18 years ago* use the $option system
Antoine Musso [Thu, 5 Jan 2006 23:16:11 +0000 (23:16 +0000)]
* use the $option system
* add '--help' (and die after showing the message)
* clean up parameter handling a bit

18 years agoprettify link
Brion Vibber [Thu, 5 Jan 2006 15:07:46 +0000 (15:07 +0000)]
prettify link

18 years ago* (bug 4334) Add "watch" links to Special:Unwatchedpages
Rob Church [Thu, 5 Jan 2006 14:50:35 +0000 (14:50 +0000)]
* (bug 4334) Add "watch" links to Special:Unwatchedpages

18 years agoAllow + in titles
Tim Starling [Thu, 5 Jan 2006 05:27:16 +0000 (05:27 +0000)]
Allow + in titles

18 years agoremoved $wgParserCache, converted to a singleton
Tim Starling [Thu, 5 Jan 2006 04:26:52 +0000 (04:26 +0000)]
removed $wgParserCache, converted to a singleton

18 years agoFound RCCacheEntry crying, looking for its mummy. Happy reunion with EnhancedChangesList.
Tim Starling [Thu, 5 Jan 2006 04:11:27 +0000 (04:11 +0000)]
Found RCCacheEntry crying, looking for its mummy. Happy reunion with EnhancedChangesList.

18 years agoRemoved $wgLinkCache, converted to a singleton. Removed obsolete cruft from LinkCache...
Tim Starling [Thu, 5 Jan 2006 02:05:53 +0000 (02:05 +0000)]
Removed $wgLinkCache, converted to a singleton. Removed obsolete cruft from LinkCache.php.

18 years ago* Sorted $wgAvailableRights
Ævar Arnfjörð Bjarmason [Thu, 5 Jan 2006 01:03:22 +0000 (01:03 +0000)]
* Sorted $wgAvailableRights
* Added unwatchedpages to $wgAvailableRights (see http://mail.wikimedia.org/pipermail/wikitech-l/2006-January/033427.html)

18 years agogave LinkBatch its own file
Tim Starling [Wed, 4 Jan 2006 23:53:51 +0000 (23:53 +0000)]
gave LinkBatch its own file

18 years ago* (bug 4486) Minor updates
Ævar Arnfjörð Bjarmason [Wed, 4 Jan 2006 23:52:57 +0000 (23:52 +0000)]
* (bug 4486) Minor updates

18 years agosome tweaks, by brion
Tim Starling [Wed, 4 Jan 2006 23:29:04 +0000 (23:29 +0000)]
some tweaks, by brion

18 years agocurrent directory is not reliable
Tim Starling [Wed, 4 Jan 2006 23:26:31 +0000 (23:26 +0000)]
current directory is not reliable

18 years agoYes, really world writeable
Tim Starling [Wed, 4 Jan 2006 23:24:25 +0000 (23:24 +0000)]
Yes, really world writeable

18 years agoMore robust include directory determination. Don't call wfDebug unless it is defined.
Tim Starling [Wed, 4 Jan 2006 23:21:21 +0000 (23:21 +0000)]
More robust include directory determination. Don't call wfDebug unless it is defined.

18 years agoMore robust include directory determination
Tim Starling [Wed, 4 Jan 2006 23:20:11 +0000 (23:20 +0000)]
More robust include directory determination

18 years agoMoved stub profiling functions to their own file
Tim Starling [Wed, 4 Jan 2006 23:17:35 +0000 (23:17 +0000)]
Moved stub profiling functions to their own file

18 years agoSimpler structure for wgLocalDatabases, for faster setup. SiteConfiguration::getAll...
Tim Starling [Wed, 4 Jan 2006 22:48:35 +0000 (22:48 +0000)]
Simpler structure for wgLocalDatabases, for faster setup. SiteConfiguration::getAll() to get all settings as an array

18 years agoIgnore negative lag
Tim Starling [Wed, 4 Jan 2006 22:45:55 +0000 (22:45 +0000)]
Ignore negative lag

18 years agoTweak script to allow just reporting of the number of inactive accounts
Rob Church [Wed, 4 Jan 2006 13:02:04 +0000 (13:02 +0000)]
Tweak script to allow just reporting of the number of inactive accounts

18 years agoMention the delete unused accounts script
Rob Church [Wed, 4 Jan 2006 12:45:15 +0000 (12:45 +0000)]
Mention the delete unused accounts script

18 years agoMaintenance script to delete unused accounts
Rob Church [Wed, 4 Jan 2006 12:33:45 +0000 (12:33 +0000)]
Maintenance script to delete unused accounts

18 years agoinclude templatelinks table
Brion Vibber [Wed, 4 Jan 2006 00:33:22 +0000 (00:33 +0000)]
include templatelinks table

18 years ago* (bug 4453) fix for __TOC__ dollar-number breakage
Brion Vibber [Wed, 4 Jan 2006 00:27:48 +0000 (00:27 +0000)]
* (bug 4453) fix for __TOC__ dollar-number breakage

18 years ago* Formatting: -whitespace
Ævar Arnfjörð Bjarmason [Wed, 4 Jan 2006 00:25:46 +0000 (00:25 +0000)]
* Formatting: -whitespace

18 years agocheck if wgProfiler is defined before checking if it is an object
Domas Mituzas [Tue, 3 Jan 2006 23:38:13 +0000 (23:38 +0000)]
check if wgProfiler is defined before checking if it is an object
define wfProfileIn/Out only if it was not defined before

18 years ago* (bug 4446) $wgExportAllowHistory option to explicitly disable history in
Brion Vibber [Tue, 3 Jan 2006 23:32:39 +0000 (23:32 +0000)]
* (bug 4446) $wgExportAllowHistory option to explicitly disable history in
  Special:Export form, 'exportnohistory' message to translate live hack.

18 years agoSpot of code optimisation
Rob Church [Tue, 3 Jan 2006 21:37:09 +0000 (21:37 +0000)]
Spot of code optimisation

18 years agoRevert 'user files' link; the support for it was already reverted.
Brion Vibber [Tue, 3 Jan 2006 21:18:58 +0000 (21:18 +0000)]
Revert 'user files' link; the support for it was already reverted.
Done properly this would need a new index; it should not be done on Newimages, which is time-sorted.

18 years ago* (bug 3194) default implementation of translateBlockExpiry which uses ipboptions
Niklas Laxström [Tue, 3 Jan 2006 20:59:19 +0000 (20:59 +0000)]
* (bug 3194) default implementation of translateBlockExpiry which uses ipboptions

18 years agoFixed wrongly translated ipboptions and few markup issues
Niklas Laxström [Tue, 3 Jan 2006 20:12:13 +0000 (20:12 +0000)]
Fixed wrongly translated ipboptions and few markup issues

18 years agoFix a comment glitch and add one that's missing
Rob Church [Tue, 3 Jan 2006 15:58:14 +0000 (15:58 +0000)]
Fix a comment glitch and add one that's missing

18 years agoMore in series of convertPlural
Niklas Laxström [Tue, 3 Jan 2006 15:53:44 +0000 (15:53 +0000)]
More in series of convertPlural
+polished the insane space+tab indentation in Ru

18 years ago* Bug 4456: Add hook for marking article patrolled
Rob Church [Tue, 3 Jan 2006 15:45:36 +0000 (15:45 +0000)]
* Bug 4456: Add hook for marking article patrolled

18 years agoRemoving 'search by username' feature since it causes a full table scan
Jens Frank [Tue, 3 Jan 2006 15:04:21 +0000 (15:04 +0000)]
Removing 'search by username' feature since it causes a full table scan

18 years ago* convertPlural breakage fixed a little
Niklas Laxström [Tue, 3 Jan 2006 13:19:44 +0000 (13:19 +0000)]
* convertPlural breakage fixed a little
+ non-line beginning tabs and cvs unability to do simple merge for once

18 years agoFix #4418: remove $id and $header that causes conflicts
Antoine Musso [Tue, 3 Jan 2006 11:59:39 +0000 (11:59 +0000)]
Fix #4418: remove $id and $header that causes conflicts

18 years agoallow pre-started Profiler
Domas Mituzas [Tue, 3 Jan 2006 10:31:13 +0000 (10:31 +0000)]
allow pre-started Profiler

18 years ago* PHP docmentation fixes, useful @link, properly end it with /**#@-*/, documented...
Ævar Arnfjörð Bjarmason [Tue, 3 Jan 2006 05:45:36 +0000 (05:45 +0000)]
* PHP docmentation fixes, useful @link, properly end it with /**#@-*/, documented the parsing function
* Removed apperently redundant code, I could've sworn...
* Use trigger_error() instead of wfDebugDieBacktrace()
* Renamed _ctype_parse_args() to wf_ctype_parse_args()

18 years ago* ...use commandLine.inc
Ævar Arnfjörð Bjarmason [Tue, 3 Jan 2006 05:27:24 +0000 (05:27 +0000)]
* ...use commandLine.inc

18 years ago* New unit test directory
Ævar Arnfjörð Bjarmason [Tue, 3 Jan 2006 05:25:29 +0000 (05:25 +0000)]
* New unit test directory

18 years ago* ctype_* compatability functions
Ævar Arnfjörð Bjarmason [Tue, 3 Jan 2006 02:59:05 +0000 (02:59 +0000)]
* ctype_* compatability functions

18 years ago* (bug 4457) Update for Portuguese language (pt)
Niklas Laxström [Tue, 3 Jan 2006 02:53:08 +0000 (02:53 +0000)]
* (bug 4457) Update for Portuguese language (pt)
Patch from Get_It

18 years agoFix #2 for WMF vulnerability
Tim Starling [Tue, 3 Jan 2006 02:14:55 +0000 (02:14 +0000)]
Fix #2 for WMF vulnerability

18 years agoFix #1 for WMF vulnerability
Tim Starling [Tue, 3 Jan 2006 00:51:57 +0000 (00:51 +0000)]
Fix #1 for WMF vulnerability

18 years agoIntegrating "User files" (via Special:Newimages) into the sidebar of the user page
Magnus Manske [Mon, 2 Jan 2006 20:58:32 +0000 (20:58 +0000)]
Integrating "User files" (via Special:Newimages) into the sidebar of the user page

18 years ago* Removed broken wgAllowAnonymousMinor and added new group right minoredit
Niklas Laxström [Mon, 2 Jan 2006 17:11:04 +0000 (17:11 +0000)]
* Removed broken wgAllowAnonymousMinor and added new group right minoredit

18 years ago* (bug 4317) Inconsistent "broken redirects" messages
Rob Church [Mon, 2 Jan 2006 15:55:38 +0000 (15:55 +0000)]
* (bug 4317) Inconsistent "broken redirects" messages
* Default interface text for "selflinks" tweaked

18 years ago* (bug 714) "plainlinks" class issues in IE, Opera
Rob Church [Mon, 2 Jan 2006 14:54:38 +0000 (14:54 +0000)]
* (bug 714) "plainlinks" class issues in IE, Opera

18 years agoTweak badtitletext
Rob Church [Mon, 2 Jan 2006 14:49:30 +0000 (14:49 +0000)]
Tweak badtitletext

18 years ago* (bug 137) MediaWiki:Copyrightwarning hardcoding
Rob Church [Mon, 2 Jan 2006 14:33:28 +0000 (14:33 +0000)]
* (bug 137) MediaWiki:Copyrightwarning hardcoding
(Remaining issue was the unused global, now gone.)

18 years agoRemove unused global
Rob Church [Mon, 2 Jan 2006 14:32:06 +0000 (14:32 +0000)]
Remove unused global

18 years agoUsername is now passed as "Newimages/Username", while display limit is passed as...
Magnus Manske [Mon, 2 Jan 2006 13:52:32 +0000 (13:52 +0000)]
Username is now passed as "Newimages/Username", while display limit is passed as "&limit=XYZ", similar to other special pages

18 years ago* (bug 1996) Special page to list redirects
Rob Church [Mon, 2 Jan 2006 13:03:14 +0000 (13:03 +0000)]
* (bug 1996) Special page to list redirects

18 years agoUpdate with new URLs (point people to the clean version, too ;-)
Rob Church [Mon, 2 Jan 2006 12:05:43 +0000 (12:05 +0000)]
Update with new URLs (point people to the clean version, too ;-)

18 years ago* (bug 4371) Disallow tilde character in signatures
Rob Church [Mon, 2 Jan 2006 11:42:45 +0000 (11:42 +0000)]
* (bug 4371) Disallow tilde character in signatures

18 years agofixed bug
Tim Starling [Mon, 2 Jan 2006 01:15:49 +0000 (01:15 +0000)]
fixed bug

18 years agoHack for plural to produce correct result, 'patch' by elephantus
Niklas Laxström [Mon, 2 Jan 2006 01:00:38 +0000 (01:00 +0000)]
Hack for plural to produce correct result, 'patch' by elephantus

18 years agoLanguageSr updates from dungodung
Niklas Laxström [Mon, 2 Jan 2006 00:14:51 +0000 (00:14 +0000)]
LanguageSr updates from dungodung

18 years agoexplicit limits for subqueries, MySQL doesn't seem to be able to work this out
Tim Starling [Mon, 2 Jan 2006 00:04:28 +0000 (00:04 +0000)]
explicit limits for subqueries, MySQL doesn't seem to be able to work this out

18 years agofixed bug
Tim Starling [Sun, 1 Jan 2006 23:59:58 +0000 (23:59 +0000)]
fixed bug

18 years ago(bug 4413) removed 'wikipedia' hardcodes
Jens Frank [Sun, 1 Jan 2006 23:03:41 +0000 (23:03 +0000)]
(bug 4413) removed 'wikipedia' hardcodes

18 years ago$wgOut->setRevisionId() was missing from one branch out of 4, causing an incorrect...
Tim Starling [Sun, 1 Jan 2006 22:07:14 +0000 (22:07 +0000)]
$wgOut->setRevisionId() was missing from one branch out of 4, causing an incorrect edit link when editing an old revision which is a redirect. Moved the call outside the if structure.

18 years agoFixed categorised redirects
Tim Starling [Sun, 1 Jan 2006 21:44:43 +0000 (21:44 +0000)]
Fixed categorised redirects

18 years agobump parser version
Tim Starling [Sun, 1 Jan 2006 20:17:21 +0000 (20:17 +0000)]
bump parser version

18 years agofix for broken categories on preview
Tim Starling [Sun, 1 Jan 2006 20:08:08 +0000 (20:08 +0000)]
fix for broken categories on preview

18 years agofeed tooltips have been in the javascript for a long time
Niklas Laxström [Sun, 1 Jan 2006 18:36:00 +0000 (18:36 +0000)]
feed tooltips have been in the javascript for a long time

18 years agoLet's stop inflicted languages taking over the world
Niklas Laxström [Sun, 1 Jan 2006 17:08:13 +0000 (17:08 +0000)]
Let's stop inflicted languages taking over the world
->typo in comment

18 years agorv - doesn't make sense
Rob Church [Sun, 1 Jan 2006 14:40:05 +0000 (14:40 +0000)]
rv - doesn't make sense

18 years ago* (bug 4061) Update of Slovene Wikipedia (:sl) language file (LanguageSl.php)
Rob Church [Sun, 1 Jan 2006 14:36:55 +0000 (14:36 +0000)]
* (bug 4061) Update of Slovene Wikipedia (:sl) language file (LanguageSl.php)

18 years agoremoved untranslated quickbarsettings
Niklas Laxström [Sun, 1 Jan 2006 14:22:08 +0000 (14:22 +0000)]
removed untranslated quickbarsettings

18 years ago* (bug 4436) Update for Turkish language (tr)
Niklas Laxström [Sun, 1 Jan 2006 14:07:00 +0000 (14:07 +0000)]
* (bug 4436) Update for Turkish language (tr)
 Update from DBL2010

18 years ago* It's 2006, update copyright notice
Ævar Arnfjörð Bjarmason [Sun, 1 Jan 2006 05:14:43 +0000 (05:14 +0000)]
* It's 2006, update copyright notice

18 years ago* (bug 3318) UI workarounds for disabled items in license selector
Brion Vibber [Sun, 1 Jan 2006 01:05:21 +0000 (01:05 +0000)]
* (bug 3318) UI workarounds for disabled items in license selector
  MSIE/Win: items now grayed out, JS will revert to 'non selected' if clicked
  Safari: JS will revert to 'non selected' if clicked (but not gray)
  MSIE/Mac: indented items now visible (JS hack)

18 years agoParameter fix for single user search; note that there is now ambiguity with the ...
Magnus Manske [Sat, 31 Dec 2005 20:51:43 +0000 (20:51 +0000)]
Parameter fix for single user search; note that there is now ambiguity with the $limit for images per page.

18 years agoCatching: getrusage() does not exist on Windows platforms
Magnus Manske [Sat, 31 Dec 2005 20:30:22 +0000 (20:30 +0000)]
Catching: getrusage() does not exist on Windows platforms

18 years ago* Two new functions, wfUsePHP() and wfUseMW() which work like "use VERSION" in
Ævar Arnfjörð Bjarmason [Sat, 31 Dec 2005 02:53:35 +0000 (02:53 +0000)]
* Two new functions, wfUsePHP() and wfUseMW() which work like "use VERSION" in
  Perl for PHP and MediaWiki, respectively

18 years ago* $wgVersion: "1.6devel" => "1.6alpha" (rv 1.387 => 1.388), Brion, we *are*
Ævar Arnfjörð Bjarmason [Sat, 31 Dec 2005 02:24:52 +0000 (02:24 +0000)]
* $wgVersion: "1.6devel" => "1.6alpha" (rv 1.387 => 1.388), Brion, we *are*
  using alpha software and I want to use version_compare(), so just tell these
  people to STFU;)

18 years ago* Added a hook (ArticlePurge) to Article::purge() to override whether or not
Ævar Arnfjörð Bjarmason [Sat, 31 Dec 2005 01:23:33 +0000 (01:23 +0000)]
* Added a hook (ArticlePurge) to Article::purge() to override whether or not
  anonymous users have to go through a confirmation to purge their cache

18 years ago* (bug 4359) red [[user:#id]] links generated in [[special:Log]]
Rob Church [Fri, 30 Dec 2005 23:16:42 +0000 (23:16 +0000)]
* (bug 4359) red [[user:#id]] links generated in [[special:Log]]

18 years ago* Fix ::close()
Domas Mituzas [Fri, 30 Dec 2005 23:16:14 +0000 (23:16 +0000)]
* Fix ::close()
* Properly deal with "-setup" and "-total"
* Extend time functions a bit

18 years agoclose profiling on script exits instead of page flushing
Domas Mituzas [Fri, 30 Dec 2005 23:14:34 +0000 (23:14 +0000)]
close profiling on script exits instead of page flushing

18 years ago* Print profiling with stack empty but collated list full
Domas Mituzas [Fri, 30 Dec 2005 23:13:31 +0000 (23:13 +0000)]
* Print profiling with stack empty but collated list full
* Silently ignore DB writes if db is unreachable