lhc/web/wiklou.git
20 years agoIf image is missing (or not an image file), move on silently
Brion Vibber [Mon, 31 May 2004 23:50:30 +0000 (23:50 +0000)]
If image is missing (or not an image file), move on silently

20 years agoUn-break image page links w/ underscore in filename
Brion Vibber [Mon, 31 May 2004 23:46:04 +0000 (23:46 +0000)]
Un-break image page links w/ underscore in filename

20 years agoCSS fixed to work with fullscreen Opera.
Tomasz Wegrzanowski [Mon, 31 May 2004 22:33:01 +0000 (22:33 +0000)]
CSS fixed to work with fullscreen Opera.

20 years agodo not generate category html if no category links exist
Erik Moeller [Mon, 31 May 2004 22:19:26 +0000 (22:19 +0000)]
do not generate category html if no category links exist

20 years agoadding townbox from monobook as requested by danimo from irc
Jerome Jamnicky [Mon, 31 May 2004 21:56:50 +0000 (21:56 +0000)]
adding townbox from monobook as requested by danimo from irc

20 years agounbreak template parametrization
Erik Moeller [Mon, 31 May 2004 21:50:12 +0000 (21:50 +0000)]
unbreak template parametrization

20 years agochanged duplicate 'Time format' entry in user preferences to use different wfMsg...
Jens Frank [Mon, 31 May 2004 20:50:01 +0000 (20:50 +0000)]
changed duplicate 'Time format' entry in user preferences to use different wfMsg's. BUG 963143

20 years agoOnly pop an array if it really is an array. BUG # 963554
Jens Frank [Mon, 31 May 2004 13:02:19 +0000 (13:02 +0000)]
Only pop an array if it really is an array. BUG # 963554

20 years agocenter not working in standard/cologne blue/nostalgia. BUG #963227
Jens Frank [Mon, 31 May 2004 12:33:40 +0000 (12:33 +0000)]
center not working in standard/cologne blue/nostalgia. BUG #963227

20 years agoFix transclusion inside of tables. BUG #962494
Jens Frank [Mon, 31 May 2004 12:12:18 +0000 (12:12 +0000)]
Fix transclusion inside of tables. BUG #962494

20 years agoMinor bug fix
Tim Starling [Mon, 31 May 2004 11:00:20 +0000 (11:00 +0000)]
Minor bug fix

20 years agoChanging handling of newlines in templates
Tim Starling [Mon, 31 May 2004 10:59:39 +0000 (10:59 +0000)]
Changing handling of newlines in templates

20 years agoInclude category links in nostalgia & cologne blue skins.
Brion Vibber [Mon, 31 May 2004 09:04:50 +0000 (09:04 +0000)]
Include category links in nostalgia & cologne blue skins.

20 years agoHelp and Category namespaces added. English names used upon Menchis request
Jens Frank [Mon, 31 May 2004 08:47:26 +0000 (08:47 +0000)]
Help and Category namespaces added. English names used upon Menchis request

20 years agoFixed site notice for monobook, displayed site notice for board vote
Tim Starling [Mon, 31 May 2004 08:43:36 +0000 (08:43 +0000)]
Fixed site notice for monobook, displayed site notice for board vote

20 years agoUse isset instead of defined. Fix BUG #963397
Jens Frank [Mon, 31 May 2004 07:56:44 +0000 (07:56 +0000)]
Use isset instead of defined. Fix BUG #963397

20 years agoDisplay reporttime comment
Tim Starling [Mon, 31 May 2004 06:31:46 +0000 (06:31 +0000)]
Display reporttime comment

20 years agoRemoving Klingon from language list, see http://mail.wikipedia.org/pipermail/wikitech...
Tim Starling [Mon, 31 May 2004 01:23:56 +0000 (01:23 +0000)]
Removing Klingon from language list, see mail.wikipedia.org/pipermail/wikitech-l/2004-May/010304.html

20 years ago<br/> isn't compatible with Netscape 4.x; use <br /> to avoid gratuitously breaking...
Brion Vibber [Mon, 31 May 2004 00:58:57 +0000 (00:58 +0000)]
<br/> isn't compatible with Netscape 4.x; use <br /> to avoid gratuitously breaking it. (bug 963341)

20 years agoFix various mis-escaped URLs (bug 963332)
Brion Vibber [Mon, 31 May 2004 00:34:10 +0000 (00:34 +0000)]
Fix various mis-escaped URLs (bug 963332)

20 years agoUpdate namespaces for no
Brion Vibber [Sun, 30 May 2004 23:03:41 +0000 (23:03 +0000)]
Update namespaces for no

20 years agoadd check for null return from Title::makeTitle()
Jerome Jamnicky [Sun, 30 May 2004 22:38:13 +0000 (22:38 +0000)]
add check for null return from Title::makeTitle()

20 years agoDon't show user contribs/email link on non-user pages (bug 963283)
Brion Vibber [Sun, 30 May 2004 22:30:10 +0000 (22:30 +0000)]
Don't show user contribs/email link on non-user pages (bug 963283)

20 years agoFix notices and a couple buglets
Brion Vibber [Sun, 30 May 2004 22:29:24 +0000 (22:29 +0000)]
Fix notices and a couple buglets

20 years agoFix for rollback bug (963050); load user_text and comment fields which
Brion Vibber [Sun, 30 May 2004 22:02:28 +0000 (22:02 +0000)]
Fix for rollback bug (963050); load user_text and comment fields which
aren't pre-filled at the beginning of a rollback, so they get saved now.

Also, split up some "?>" instances in the regexps, since these play hell
with syntax highlighting in editors and are bad style at the least.

20 years agoupdate from meta - categories etc.
Erik Moeller [Sun, 30 May 2004 21:31:56 +0000 (21:31 +0000)]
update from meta - categories etc.

20 years agoRemove file corruption from last revision
Brion Vibber [Sun, 30 May 2004 20:22:25 +0000 (20:22 +0000)]
Remove file corruption from last revision

20 years agofix bug 963205 : text starting with space & ! or ? or : will be <pre>ed instead of...
Antoine Musso [Sun, 30 May 2004 18:36:33 +0000 (18:36 +0000)]
fix bug 963205 : text starting with space & ! or ? or : will be <pre>ed instead of space replaced by &nbsp;

20 years agorollback
Guillaume Blanchard [Sun, 30 May 2004 16:15:46 +0000 (16:15 +0000)]
rollback

20 years agoadd $GLOBALS['wgUseWikiHiero']) = true; to active WikiHiero on fr:
Guillaume Blanchard [Sun, 30 May 2004 15:33:22 +0000 (15:33 +0000)]
add $GLOBALS['wgUseWikiHiero']) = true; to active WikiHiero on fr:

20 years agoHOTFIX, if page contains invalid links, return empty string instead of failing
Jens Frank [Sun, 30 May 2004 11:44:13 +0000 (11:44 +0000)]
HOTFIX, if page contains invalid links, return empty string instead of failing

20 years agotranslated namespaces, with help of pt:User:Jorge, BUG #962862
Jens Frank [Sun, 30 May 2004 08:51:59 +0000 (08:51 +0000)]
translated namespaces, with help of pt:User:Jorge, BUG #962862

20 years agoExtra debugging info and a typo fix
Tim Starling [Sun, 30 May 2004 08:18:40 +0000 (08:18 +0000)]
Extra debugging info and a typo fix

20 years agoWorkaround for vanishing text in IE 5.0/Max
Brion Vibber [Sun, 30 May 2004 07:58:54 +0000 (07:58 +0000)]
Workaround for vanishing text in IE 5.0/Max

20 years agoFixed $wgCacheEpoch handling
Tim Starling [Sun, 30 May 2004 07:31:26 +0000 (07:31 +0000)]
Fixed $wgCacheEpoch handling

20 years agoFix bad title detection again; was dying with error on whitelist check
Brion Vibber [Sun, 30 May 2004 06:44:47 +0000 (06:44 +0000)]
Fix bad title detection again; was dying with error on whitelist check

20 years agoAllow compatibility with incoming URLs with '+' used instead of space. These are...
Brion Vibber [Sun, 30 May 2004 06:43:26 +0000 (06:43 +0000)]
Allow compatibility with incoming URLs with '+' used instead of space. These are created by some external search tools, and some very old links on the wiki. Our old rewrite rules on Wikipedia let this through, but the new ones don't without explicit support.

20 years agoDaniel's changes from http://meta.wikipedia.org/wiki/User:Daniel_Mayer/sandbox with...
Angela Beesley Starling [Sun, 30 May 2004 04:53:05 +0000 (04:53 +0000)]
Daniel's changes from meta.wikipedia.org/wiki/User:Daniel_Mayer/sandbox with 2 minor changes.

20 years agoRemoved PST <br> conversion, unnecessary, was annoying people
Tim Starling [Sun, 30 May 2004 02:34:44 +0000 (02:34 +0000)]
Removed PST <br> conversion, unnecessary, was annoying people

20 years agoOrder from A to Z instead of unsorted
Antoine Musso [Sat, 29 May 2004 21:11:59 +0000 (21:11 +0000)]
Order from A to Z instead of unsorted

20 years agoDefintly fix bug 962795 : Order using A-Z
Antoine Musso [Sat, 29 May 2004 21:08:06 +0000 (21:08 +0000)]
Defintly fix bug 962795 : Order using A-Z

20 years agofix notices related with an incorrect sql query
Antoine Musso [Sat, 29 May 2004 20:59:14 +0000 (20:59 +0000)]
fix notices related with an incorrect sql query

20 years agoFix sourceforge bug 962795. Ordering is Z-A, will need modifications to be made in...
Antoine Musso [Sat, 29 May 2004 20:55:25 +0000 (20:55 +0000)]
Fix sourceforge bug 962795. Ordering is Z-A, will need modifications to be made in the class

20 years agoMissing var
Brion Vibber [Sat, 29 May 2004 20:23:21 +0000 (20:23 +0000)]
Missing var

20 years agoTranslate namespace names. BUG-ID #962852
Jens Frank [Sat, 29 May 2004 19:54:25 +0000 (19:54 +0000)]
Translate namespace names. BUG-ID #962852

20 years agoThe cancel-button of edit pages did not work for UTF-8 encoded articles with special...
Jens Frank [Sat, 29 May 2004 19:52:47 +0000 (19:52 +0000)]
The cancel-button of edit pages did not work for UTF-8 encoded articles with special chars. BUG-ID #962848

20 years agos/categorie/cat�gorie/ s/template/mod�le/
Luc Van Oostenryck [Sat, 29 May 2004 18:01:48 +0000 (18:01 +0000)]
s/categorie/cat�gorie/ s/template/mod�le/

20 years agoPer request, I've added code to disable setting the real name field on login
Evan Prodromou [Sat, 29 May 2004 17:32:49 +0000 (17:32 +0000)]
Per request, I've added code to disable setting the real name field on login
or in user preferences. The field remains in the database, however, and
classes such as User still use it. It's just hidden from the user interface.

The configuration variable is $wgAllowRealName, which defaults to TRUE.
Admins can set it to false if they need to.

It was kind of a chop-shop job, but I'm pretty sure that clever hackers
won't be able to force in a real name anywhere.

I haven't yet made display of real names in the RDF optional; I figure
that's a lower priority.

20 years agobug fix
Tim Starling [Sat, 29 May 2004 17:14:47 +0000 (17:14 +0000)]
bug fix

20 years agoFixed bug in edit conflict merge feature -- didn't decompress old_text
Tim Starling [Sat, 29 May 2004 16:20:08 +0000 (16:20 +0000)]
Fixed bug in edit conflict merge feature -- didn't decompress old_text

20 years agooops
Tim Starling [Sat, 29 May 2004 15:17:46 +0000 (15:17 +0000)]
oops

20 years agoextra language names
Tim Starling [Sat, 29 May 2004 13:48:41 +0000 (13:48 +0000)]
extra language names

20 years agoSave a tag into the cached text indicating the key and the timestamp
Tim Starling [Sat, 29 May 2004 12:36:05 +0000 (12:36 +0000)]
Save a tag into the cached text indicating the key and the timestamp

20 years agoParser cache respects $wgCacheEpoch
Tim Starling [Sat, 29 May 2004 11:39:29 +0000 (11:39 +0000)]
Parser cache respects $wgCacheEpoch

20 years agoBitstream Vera often broken on Windows; remove it from headers as well as body text.
Brion Vibber [Sat, 29 May 2004 09:21:24 +0000 (09:21 +0000)]
Bitstream Vera often broken on Windows; remove it from headers as well as body text.

20 years agoFrom meta
Tim Starling [Sat, 29 May 2004 09:14:58 +0000 (09:14 +0000)]
From meta

20 years agoProvide feedback to sysops that their edit triggered the spam filter. No feedback...
Jens Frank [Sat, 29 May 2004 07:41:16 +0000 (07:41 +0000)]
Provide feedback to sysops that their edit triggered the spam filter. No feedback to anons, would someone miss the point.

20 years agorepaired gwicke's horrible mangling of brace expansion, partial support for nested...
Tim Starling [Sat, 29 May 2004 05:19:27 +0000 (05:19 +0000)]
repaired gwicke's horrible mangling of brace expansion, partial support for nested expansion (restoring 1.2 capabilities)

20 years agoquieter tidy errors
Tim Starling [Sat, 29 May 2004 04:51:29 +0000 (04:51 +0000)]
quieter tidy errors

20 years agofixed getBrokenLinksTo(), inserted incorrect entries into link cache causing Special...
Tim Starling [Sat, 29 May 2004 02:01:39 +0000 (02:01 +0000)]
fixed getBrokenLinksTo(), inserted incorrect entries into link cache causing Special:Undelete to fail with a DB error

20 years agoFixed bug with magic word fallback to en
Tim Starling [Sat, 29 May 2004 01:41:00 +0000 (01:41 +0000)]
Fixed bug with magic word fallback to en

20 years agoFix preg_quote usage in interwiki loop detection
Brion Vibber [Sat, 29 May 2004 01:24:33 +0000 (01:24 +0000)]
Fix preg_quote usage in interwiki loop detection

20 years agonetscape 7.0 doesn't support changing selections, so disabling
Erik Moeller [Sat, 29 May 2004 01:18:55 +0000 (01:18 +0000)]
netscape 7.0 doesn't support changing selections, so disabling

20 years agotranslated Category and Template namespaces
Jens Frank [Sat, 29 May 2004 01:00:33 +0000 (01:00 +0000)]
translated Category and Template namespaces

20 years agotranslated Help and Category namespaces
Jens Frank [Sat, 29 May 2004 00:51:59 +0000 (00:51 +0000)]
translated Help and Category namespaces

20 years agoPablo's Walloon translation updated to 1.3
Brion Vibber [Sat, 29 May 2004 00:34:03 +0000 (00:34 +0000)]
Pablo's Walloon translation updated to 1.3

20 years agoSimplify the blockcache mData validity check to avoid other potential not-an-array...
Brion Vibber [Fri, 28 May 2004 22:46:11 +0000 (22:46 +0000)]
Simplify the blockcache mData validity check to avoid other potential not-an-array crap from slipping in

20 years agoRemove redundant options array
Brion Vibber [Fri, 28 May 2004 21:30:13 +0000 (21:30 +0000)]
Remove redundant options array

20 years agoIf local language's magicwords list is incomplete, try fetching it from the English one
Brion Vibber [Fri, 28 May 2004 21:20:51 +0000 (21:20 +0000)]
If local language's magicwords list is incomplete, try fetching it from the English one

20 years ago���Translate a bit more
Johan Dahlin [Fri, 28 May 2004 17:46:48 +0000 (17:46 +0000)]
���Translate a bit more

20 years agoUpdated Swedish translation
Johan Dahlin [Fri, 28 May 2004 17:23:35 +0000 (17:23 +0000)]
Updated Swedish translation

20 years agofixed bug involving old revisions and the parser cache
Tim Starling [Fri, 28 May 2004 13:49:05 +0000 (13:49 +0000)]
fixed bug involving old revisions and the parser cache

20 years agoTitles containing ./ declared invalid
Tim Starling [Fri, 28 May 2004 07:51:38 +0000 (07:51 +0000)]
Titles containing ./ declared invalid

20 years agoFix image deletion for file with ampsersand in name (bug 952546)
Brion Vibber [Fri, 28 May 2004 07:45:38 +0000 (07:45 +0000)]
Fix image deletion for file with ampsersand in name (bug 952546)

20 years agoUn-break update config
Brion Vibber [Fri, 28 May 2004 07:29:30 +0000 (07:29 +0000)]
Un-break update config

20 years agoShort tags fix
Brion Vibber [Fri, 28 May 2004 07:21:37 +0000 (07:21 +0000)]
Short tags fix

20 years agoSupport for database profiling, profiling bracket in ParserCache.php
Tim Starling [Fri, 28 May 2004 05:45:13 +0000 (05:45 +0000)]
Support for database profiling, profiling bracket in ParserCache.php

20 years agobug fixes: no newline at end of includes, interwiki link handling, safety net in...
Gabriel Wicke [Thu, 27 May 2004 16:08:12 +0000 (16:08 +0000)]
bug fixes: no newline at end of includes, interwiki link handling, safety net in the include while loop

20 years agoParser cache moved to memcached
Tim Starling [Thu, 27 May 2004 15:24:04 +0000 (15:24 +0000)]
Parser cache moved to memcached

20 years agobetter check before commit..
Gabriel Wicke [Thu, 27 May 2004 14:16:02 +0000 (14:16 +0000)]
better check before commit..

20 years ago-
Gabriel Wicke [Thu, 27 May 2004 13:45:03 +0000 (13:45 +0000)]
-

20 years agodumdidum..
Gabriel Wicke [Thu, 27 May 2004 13:19:57 +0000 (13:19 +0000)]
dumdidum..

20 years ago$this->mTitle->escapeLocalURL
Gabriel Wicke [Thu, 27 May 2004 12:36:22 +0000 (12:36 +0000)]
$this->mTitle->escapeLocalURL

20 years agoadd % to legal chars, fixes diff views with urlencoded chars in ?title=xy%z or titles...
Gabriel Wicke [Thu, 27 May 2004 12:17:34 +0000 (12:17 +0000)]
add % to legal chars, fixes diff views with urlencoded chars in ?title=xy%z or titles like %s

20 years agotitle escaping
Gabriel Wicke [Thu, 27 May 2004 11:26:04 +0000 (11:26 +0000)]
title escaping

20 years agodon't escape preview source II
Gabriel Wicke [Thu, 27 May 2004 11:13:05 +0000 (11:13 +0000)]
don't escape preview source II

20 years agorun replaceInternalLinks twice to render links/images in captions of images
Gabriel Wicke [Thu, 27 May 2004 01:38:38 +0000 (01:38 +0000)]
run replaceInternalLinks twice to render links/images in captions of images

20 years agoimage link handling
Gabriel Wicke [Thu, 27 May 2004 01:10:01 +0000 (01:10 +0000)]
image link handling

20 years agoadjacent include handling
Gabriel Wicke [Thu, 27 May 2004 00:27:24 +0000 (00:27 +0000)]
adjacent include handling

20 years agotypo in magicRFC
Gabriel Wicke [Wed, 26 May 2004 22:03:30 +0000 (22:03 +0000)]
typo in magicRFC

20 years agofrench space fix
Gabriel Wicke [Wed, 26 May 2004 21:58:03 +0000 (21:58 +0000)]
french space fix

20 years agofixed regex
Gabriel Wicke [Wed, 26 May 2004 21:11:54 +0000 (21:11 +0000)]
fixed regex

20 years agowhile instead of if
Gabriel Wicke [Wed, 26 May 2004 21:01:58 +0000 (21:01 +0000)]
while instead of if

20 years agoexperimental {{foo{{bar}}}} support- Tim, please review this
Gabriel Wicke [Wed, 26 May 2004 20:32:19 +0000 (20:32 +0000)]
experimental {{foo{{bar}}}} support- Tim, please review this

20 years agofrench spaces return
Gabriel Wicke [Wed, 26 May 2004 18:31:00 +0000 (18:31 +0000)]
french spaces return

20 years agotimelines now in strip()
Gabriel Wicke [Wed, 26 May 2004 18:11:52 +0000 (18:11 +0000)]
timelines now in strip()

20 years agotemporary removal of tokenizer for performance
Gabriel Wicke [Wed, 26 May 2004 16:29:04 +0000 (16:29 +0000)]
temporary removal of tokenizer for performance
To be done:
* integrate timelines into strip() / unstrip()
* 'blank' token handling (french spaces, maybe numbers)

20 years agoFixed profiling
Tim Starling [Wed, 26 May 2004 12:30:36 +0000 (12:30 +0000)]
Fixed profiling

20 years agoAdded the new namespaces
Christian List [Tue, 25 May 2004 15:35:22 +0000 (15:35 +0000)]
Added the new namespaces

20 years agoaccept urlencoded (interwiki) links
Gabriel Wicke [Tue, 25 May 2004 14:26:14 +0000 (14:26 +0000)]
accept urlencoded (interwiki) links