lhc/web/wiklou.git
20 years agoFixed problems caused by merging of a patch which was generated from an old version
Jens Frank [Sat, 24 Apr 2004 21:20:32 +0000 (21:20 +0000)]
Fixed problems caused by merging of a patch which was generated from an old version

20 years agoAdd {{NAMESPACE}} and {{PAGENAME}} magic words. (dori's patch)
Brion Vibber [Sat, 24 Apr 2004 20:19:05 +0000 (20:19 +0000)]
Add {{NAMESPACE}} and {{PAGENAME}} magic words. (dori's patch)

20 years agotypo leading to fatal error.
Antoine Musso [Sat, 24 Apr 2004 13:47:18 +0000 (13:47 +0000)]
typo leading to fatal error.

20 years agoAdds the username of the blocking sysop as a variable to the blockedIPpage function...
Angela Beesley Starling [Sat, 24 Apr 2004 12:46:17 +0000 (12:46 +0000)]
Adds the username of the blocking sysop as a variable to the blockedIPpage function so [[special:emailuser/$4]] can be used in the block message.

20 years ago+Correct case of language code entered
Antoine Musso [Sat, 24 Apr 2004 12:34:10 +0000 (12:34 +0000)]
+Correct case of language code entered
+You can now check your configured language
+Minor tweaks

20 years agoremoved debugging code
Jens Frank [Sat, 24 Apr 2004 10:46:22 +0000 (10:46 +0000)]
removed debugging code

20 years agoHandle French typographical rules for spaces before and after punctuation
Jens Frank [Sat, 24 Apr 2004 10:34:22 +0000 (10:34 +0000)]
Handle French typographical rules for spaces before and after punctuation

20 years agoEnable category links by default; this feature is supposed to be working :)
Brion Vibber [Sat, 24 Apr 2004 09:33:39 +0000 (09:33 +0000)]
Enable category links by default; this feature is supposed to be working :)

20 years agoFix category link display for unmade pages; it used to display every page in the...
Brion Vibber [Sat, 24 Apr 2004 09:28:22 +0000 (09:28 +0000)]
Fix category link display for unmade pages; it used to display every page in the database instead of just linking pages

20 years agoAlso fix the underscore business for broken cat links
Brion Vibber [Sat, 24 Apr 2004 09:07:04 +0000 (09:07 +0000)]
Also fix the underscore business for broken cat links

20 years agoFix for namespace world
Brion Vibber [Sat, 24 Apr 2004 08:57:55 +0000 (08:57 +0000)]
Fix for namespace world

20 years agoNamespaces for template, help, and category
Brion Vibber [Sat, 24 Apr 2004 08:57:22 +0000 (08:57 +0000)]
Namespaces for template, help, and category

20 years agoSimple script to list unlocalised yet messages for a given language.
Antoine Musso [Sat, 24 Apr 2004 08:30:26 +0000 (08:30 +0000)]
Simple script to list unlocalised yet messages for a given language.

Mostly working with one serious harmless bug that prevent YOUR language to be checked.

20 years agoFix bug #903109: fuzzy search doesn't set up title & sidebar right, includes
Brion Vibber [Sat, 24 Apr 2004 07:48:07 +0000 (07:48 +0000)]
Fix bug #903109: fuzzy search doesn't set up title & sidebar right, includes
edit link for main page.

20 years agoAllow forgotten Special:Emailuser/Username link style to work (handy for inline linki...
Brion Vibber [Sat, 24 Apr 2004 07:02:27 +0000 (07:02 +0000)]
Allow forgotten Special:Emailuser/Username link style to work (handy for inline linking from wiki pages). Fixes bug #939512

20 years agoFix for old-style search URLs to force the page to behave as search
Brion Vibber [Sat, 24 Apr 2004 06:39:59 +0000 (06:39 +0000)]
Fix for old-style search URLs to force the page to behave as search

20 years agoForgot to add the actual special file, whoops
Brion Vibber [Sat, 24 Apr 2004 06:27:16 +0000 (06:27 +0000)]
Forgot to add the actual special file, whoops

20 years agoAdd a hidden stub Special:Search to hand search requests to; this fixes
Brion Vibber [Sat, 24 Apr 2004 06:25:19 +0000 (06:25 +0000)]
Add a hidden stub Special:Search to hand search requests to; this fixes
the bug that searches get displayed with properties of the main page
(particularly bad in MonoBook). Also cleared up notices in Power Search
from improper use of $_REQUEST.

20 years agoNew parameter 'framed' for Extended Image Syntax
Jens Frank [Sat, 24 Apr 2004 01:05:49 +0000 (01:05 +0000)]
New parameter 'framed' for Extended Image Syntax
Frame the image using the same box the thumbnail uses, but don't scale the image and
don't show the zoom-icon

20 years agoFeeds -\> Feed
Gabriel Wicke [Sat, 24 Apr 2004 00:01:48 +0000 (00:01 +0000)]
Feeds -\> Feed

20 years agotleft and tright relative to start with
Gabriel Wicke [Fri, 23 Apr 2004 23:50:30 +0000 (23:50 +0000)]
tleft and tright relative to start with

20 years agodecreased margin-bottom of portlets
Gabriel Wicke [Fri, 23 Apr 2004 23:45:56 +0000 (23:45 +0000)]
decreased margin-bottom of portlets

20 years agopreview status in page title
Gabriel Wicke [Fri, 23 Apr 2004 23:33:13 +0000 (23:33 +0000)]
preview status in page title

20 years agothumb formatting tweaks
Gabriel Wicke [Fri, 23 Apr 2004 23:11:52 +0000 (23:11 +0000)]
thumb formatting tweaks
* thumbs look very similar across the skins now (including monobook)
* no fixed width on the outer div
* multiple classes on the outer div

20 years agoRemove now-unused dcContributors function.
Evan Prodromou [Fri, 23 Apr 2004 22:37:39 +0000 (22:37 +0000)]
Remove now-unused dcContributors function.

20 years agoChanged Metadata to use users' real names, if provided. If not, use their
Evan Prodromou [Fri, 23 Apr 2004 22:34:33 +0000 (22:34 +0000)]
Changed Metadata to use users' real names, if provided. If not, use their
user names, as "$wgSitename user Foo".

Added a static method to the User class to fetch a real name given an ID,
and added a pattern for specifying user names in Language.php.

20 years agoMoved contributor logic to Article class, and changed Metadata to use that
Evan Prodromou [Fri, 23 Apr 2004 21:01:29 +0000 (21:01 +0000)]
Moved contributor logic to Article class, and changed Metadata to use that
method instead.

20 years agofix for double-escape
Gabriel Wicke [Fri, 23 Apr 2004 20:28:15 +0000 (20:28 +0000)]
fix for double-escape

20 years agoFix trail on bolded self-links (bug #938954).
Brion Vibber [Fri, 23 Apr 2004 20:13:31 +0000 (20:13 +0000)]
Fix trail on bolded self-links (bug #938954).
Adds Skin::makeSelfLinkObj. These all have some duplicate code for dealing
with link trails and the link and could probably be folded together more.

20 years agoimplemented new layout for thumbnails as discussed on Meta
Jens Frank [Fri, 23 Apr 2004 17:11:52 +0000 (17:11 +0000)]
implemented new layout for thumbnails as discussed on Meta

20 years ago* feed links in skinphptal (appear in toolbox in monobook)
Gabriel Wicke [Fri, 23 Apr 2004 16:31:38 +0000 (16:31 +0000)]
* feed links in skinphptal (appear in toolbox in monobook)
* recent changes moved to navigation (only not directly page-related link in the toolbox is special pages now)
* accesskey in SpecialPreferences

20 years agoCommon settings of nostalgia, standard and cologne blue moved to one file
Jens Frank [Fri, 23 Apr 2004 15:48:48 +0000 (15:48 +0000)]
Common settings of nostalgia, standard and cologne blue moved to one file

20 years agotypo : fix notice
Antoine Musso [Fri, 23 Apr 2004 13:05:29 +0000 (13:05 +0000)]
typo : fix notice

20 years agoPatch PHPTAL_DEFAULT_CACHE_DIR.
Antoine Musso [Fri, 23 Apr 2004 13:03:04 +0000 (13:03 +0000)]
Patch PHPTAL_DEFAULT_CACHE_DIR.
For os name starting by "WIN" use c:\\temp\\  else /tmp/

20 years agosome more translations
Antoine Musso [Fri, 23 Apr 2004 12:56:03 +0000 (12:56 +0000)]
some more translations

20 years ago+ fix notices with $argv
Antoine Musso [Fri, 23 Apr 2004 12:36:05 +0000 (12:36 +0000)]
+ fix notices with $argv
+ disable buffering output (prevent text from not showing in win2k console)
Todo: notice about $IP not set

20 years agosome more translations
Antoine Musso [Fri, 23 Apr 2004 12:29:21 +0000 (12:29 +0000)]
some more translations

20 years agoUpdate release notes with 1.2.x past stuff and new 1.3.x features
Brion Vibber [Fri, 23 Apr 2004 06:42:11 +0000 (06:42 +0000)]
Update release notes with 1.2.x past stuff and new 1.3.x features

20 years agoUpdate INSTALL from 1.2 branch; deprecate install.php and update.php.
Brion Vibber [Fri, 23 Apr 2004 06:23:26 +0000 (06:23 +0000)]
Update INSTALL from 1.2 branch; deprecate install.php and update.php.

20 years agosileced iconv for now
Gabriel Wicke [Thu, 22 Apr 2004 23:06:23 +0000 (23:06 +0000)]
sileced iconv for now

20 years agotypo
Gabriel Wicke [Thu, 22 Apr 2004 22:45:31 +0000 (22:45 +0000)]
typo

20 years agoonly get the title string if action is not empty
Gabriel Wicke [Thu, 22 Apr 2004 22:43:34 +0000 (22:43 +0000)]
only get the title string if action is not empty

20 years agothose are strings, not constants..
Gabriel Wicke [Thu, 22 Apr 2004 22:40:21 +0000 (22:40 +0000)]
those are strings, not constants..

20 years agoSkinPHPTal:
Gabriel Wicke [Thu, 22 Apr 2004 22:31:57 +0000 (22:31 +0000)]
SkinPHPTal:

* anon user links if enabled
* page title shows action if set

20 years agomagnify clip in monobook dir to use it as bg image
Gabriel Wicke [Thu, 22 Apr 2004 19:01:04 +0000 (19:01 +0000)]
magnify clip in monobook dir to use it as bg image

20 years agothumbnail tweaks
Gabriel Wicke [Thu, 22 Apr 2004 18:42:13 +0000 (18:42 +0000)]
thumbnail tweaks

* zoom icon dimensions adjusted to the new icon
* div wrapper around zoom icon with class, float on div instead of align on image
* caption as div with class to allow extra styling in future skins
* width set on outer div as well (width + 2)
* using the zoom icon as centered bg image in the monobook css, with a { display: block }
* print css update (class name for caption div instead of p)

20 years agono indent for text (caused pre areas with the new parser)
Gabriel Wicke [Thu, 22 Apr 2004 15:01:08 +0000 (15:01 +0000)]
no indent for text (caused pre areas with the new parser)

20 years agorevert $wgAllMessagesFr('something') ... I should test things
Antoine Musso [Thu, 22 Apr 2004 14:56:23 +0000 (14:56 +0000)]
revert $wgAllMessagesFr('something')  ... I should test things

20 years ago+ sort tooltip* , accesskey* and the 3 metadata fields.
Antoine Musso [Thu, 22 Apr 2004 14:26:07 +0000 (14:26 +0000)]
+ sort tooltip* , accesskey* and the 3 metadata fields.
+ get ride of hardcoded accesskey value ( example: [alt+h] is now [alt+$wgAllMessagesFr('access-key-history')] )

20 years agosearch input width -0.1em
Gabriel Wicke [Thu, 22 Apr 2004 13:14:02 +0000 (13:14 +0000)]
search input width -0.1em

20 years agoanother warning fix- please review the mamcached changes, i'm not 100% sure they...
Gabriel Wicke [Thu, 22 Apr 2004 12:02:02 +0000 (12:02 +0000)]
another warning fix- please review the mamcached changes, i'm not 100% sure they are correct

20 years agosilence sprintf
Gabriel Wicke [Thu, 22 Apr 2004 11:56:26 +0000 (11:56 +0000)]
silence sprintf

20 years agoofficial new version (converted from gif)
Gabriel Wicke [Thu, 22 Apr 2004 11:41:54 +0000 (11:41 +0000)]
official new version (converted from gif)

20 years ago* logo url specified in the xhtml src, uses $wgLogo
Gabriel Wicke [Thu, 22 Apr 2004 09:28:54 +0000 (09:28 +0000)]
* logo url specified in the xhtml src, uses $wgLogo
* png fix js reactivated, needs to check for activex though

20 years agoWell-formedness error
Brion Vibber [Thu, 22 Apr 2004 09:03:21 +0000 (09:03 +0000)]
Well-formedness error

20 years agoAdd experimental MathML output option for math (only works with some
Brion Vibber [Thu, 22 Apr 2004 08:51:04 +0000 (08:51 +0000)]
Add experimental MathML output option for math (only works with some
browsers and requires use of an XML content type; try setting
$wgMimeType = "application/xhtml+xml" and use Mozilla).
Rearranged a couple things in prefs.
Did some refactoring in Math.php to remove some duplicated code and
figure out what is going on.

20 years agoRe-adding images in binary mode; this hopefully will prevent corruption on Windows...
Brion Vibber [Thu, 22 Apr 2004 07:54:09 +0000 (07:54 +0000)]
Re-adding images in binary mode; this hopefully will prevent corruption on Windows systems doing CVS checkouts

20 years agoTemporarily removing images in monobook to re-import them in -kb binary mode; these...
Brion Vibber [Thu, 22 Apr 2004 07:48:48 +0000 (07:48 +0000)]
Temporarily removing images in monobook to re-import them in -kb binary mode; these are getting corrupted on checkout under Windows (TortoiseCVS)

20 years agofixing $id notice
Antoine Musso [Thu, 22 Apr 2004 07:01:46 +0000 (07:01 +0000)]
fixing $id notice

20 years agoQuick readme for the empty dir
Brion Vibber [Thu, 22 Apr 2004 06:24:00 +0000 (06:24 +0000)]
Quick readme for the empty dir

20 years agoIE6 textarea fix: No more js used, instead an insane css combination
Gabriel Wicke [Thu, 22 Apr 2004 01:15:27 +0000 (01:15 +0000)]
IE6 textarea fix: No more js used, instead an insane css combination

20 years agofixed prefixed links (for arabic wikipedia)
Jens Frank [Wed, 21 Apr 2004 23:52:48 +0000 (23:52 +0000)]
fixed prefixed links (for arabic wikipedia)

20 years agohtaccessing some directories for dev using cvs tree as www tree ;)
Antoine Musso [Wed, 21 Apr 2004 23:17:36 +0000 (23:17 +0000)]
htaccessing some directories for dev using cvs tree as www tree ;)

20 years agoadding some translations
Antoine Musso [Wed, 21 Apr 2004 22:51:44 +0000 (22:51 +0000)]
adding some translations

20 years agotest for sitesupport url
Gabriel Wicke [Wed, 21 Apr 2004 22:20:12 +0000 (22:20 +0000)]
test for sitesupport url

20 years agoDon't include redirects in dead-end pages
Luc Van Oostenryck [Wed, 21 Apr 2004 21:02:04 +0000 (21:02 +0000)]
Don't include redirects in dead-end pages

20 years agoCategory namespaces
Magnus Manske [Wed, 21 Apr 2004 20:45:00 +0000 (20:45 +0000)]
Category namespaces

20 years agoCategory namespaces
Magnus Manske [Wed, 21 Apr 2004 20:28:00 +0000 (20:28 +0000)]
Category namespaces

20 years agomissing user page links: contribs and email this user, appearing in the toolbox
Gabriel Wicke [Wed, 21 Apr 2004 19:23:32 +0000 (19:23 +0000)]
missing user page links: contribs and email this user, appearing in the toolbox

20 years ago+ accesskey-* things (keys untranslated)
Antoine Musso [Wed, 21 Apr 2004 17:28:43 +0000 (17:28 +0000)]
+ accesskey-*  things (keys untranslated)
+ use namespaces globaly defined values
+ recently added namespaces

20 years agoDori's patch: require confirmation for protection/unprotection like it's already...
Jens Frank [Wed, 21 Apr 2004 16:17:49 +0000 (16:17 +0000)]
Dori's patch: require confirmation for protection/unprotection like it's already done for deletion.

20 years agomake logo background important to stop users from overriding it (important authour...
Gabriel Wicke [Wed, 21 Apr 2004 15:07:13 +0000 (15:07 +0000)]
make logo background important to stop users from overriding it (important authour style wins over important user style)

20 years agoforgot the star html
Gabriel Wicke [Wed, 21 Apr 2004 14:54:52 +0000 (14:54 +0000)]
forgot the star html

20 years agoversion with drop shadows
Gabriel Wicke [Wed, 21 Apr 2004 14:41:02 +0000 (14:41 +0000)]
version with drop shadows

20 years ago* ie uses indexed logo
Gabriel Wicke [Wed, 21 Apr 2004 13:57:49 +0000 (13:57 +0000)]
* ie uses indexed logo
* don't call pngfix function anymore

20 years agoIndexed version of the mediawiki logo, used by ie. No drop-shadow for now, might...
Gabriel Wicke [Wed, 21 Apr 2004 13:53:13 +0000 (13:53 +0000)]
Indexed version of the mediawiki logo, used by ie. No drop-shadow for now, might be possible to do with a grey bg though.

20 years agofix notice
Erik Moeller [Tue, 20 Apr 2004 23:29:52 +0000 (23:29 +0000)]
fix notice

20 years agoCategory namespaces
Magnus Manske [Tue, 20 Apr 2004 21:46:48 +0000 (21:46 +0000)]
Category namespaces

20 years agoCategory namespaces
Magnus Manske [Tue, 20 Apr 2004 21:33:03 +0000 (21:33 +0000)]
Category namespaces

20 years agoCategory namespaces
Magnus Manske [Tue, 20 Apr 2004 21:30:59 +0000 (21:30 +0000)]
Category namespaces

20 years agoCategory namespaces
Magnus Manske [Tue, 20 Apr 2004 21:08:24 +0000 (21:08 +0000)]
Category namespaces

20 years agoCategory namespaces
Magnus Manske [Tue, 20 Apr 2004 20:42:07 +0000 (20:42 +0000)]
Category namespaces

20 years agoundelete action
Gabriel Wicke [Tue, 20 Apr 2004 10:52:56 +0000 (10:52 +0000)]
undelete action

20 years agoundelete messages
Gabriel Wicke [Tue, 20 Apr 2004 10:52:50 +0000 (10:52 +0000)]
undelete messages

20 years agohandle string limits more nicely, new function 'continues'
Jens Frank [Tue, 20 Apr 2004 08:59:51 +0000 (08:59 +0000)]
handle string limits more nicely,  new function 'continues'

20 years agoXHTML fixes
Brion Vibber [Tue, 20 Apr 2004 08:35:49 +0000 (08:35 +0000)]
XHTML fixes

20 years agoFix tag nesting
Brion Vibber [Tue, 20 Apr 2004 07:27:45 +0000 (07:27 +0000)]
Fix tag nesting

20 years agoSuppress notice in some cases using '----' or partial
Brion Vibber [Tue, 20 Apr 2004 06:26:39 +0000 (06:26 +0000)]
Suppress notice in some cases using '----' or partial

20 years agoObsolete, not the actual version no
Brion Vibber [Tue, 20 Apr 2004 06:13:11 +0000 (06:13 +0000)]
Obsolete, not the actual version no

20 years agoFix typo
Brion Vibber [Tue, 20 Apr 2004 06:11:42 +0000 (06:11 +0000)]
Fix typo

20 years agowarning fix
Gabriel Wicke [Mon, 19 Apr 2004 22:43:07 +0000 (22:43 +0000)]
warning fix

20 years agono bg for td to avoid overriding low html specifity, clear and normal line-height...
Gabriel Wicke [Mon, 19 Apr 2004 21:44:52 +0000 (21:44 +0000)]
no bg for td to avoid overriding low html specifity, clear and normal line-height in townBox

20 years agodon't match toolbar
Gabriel Wicke [Mon, 19 Apr 2004 19:42:25 +0000 (19:42 +0000)]
don't match toolbar

20 years agosilence session_start when multiple sessions are started at once (e.g. loading a...
Gabriel Wicke [Mon, 19 Apr 2004 18:33:13 +0000 (18:33 +0000)]
silence session_start when multiple sessions are started at once (e.g. loading a tab group in moz). Doesn't seem to be a bug, but i didn't investigate it really.

20 years agotesting for null now, some tables weren't matched before.
Gabriel Wicke [Mon, 19 Apr 2004 18:24:39 +0000 (18:24 +0000)]
testing for null now, some tables weren't matched before.

20 years agoallow del and ins, other xhtml tags might be worth to allow as well (acronym and...
Gabriel Wicke [Mon, 19 Apr 2004 17:04:22 +0000 (17:04 +0000)]
allow del and ins, other xhtml tags might be worth to allow as well (acronym and similar)

20 years agorefix textarea automatically on resize
Gabriel Wicke [Mon, 19 Apr 2004 16:41:02 +0000 (16:41 +0000)]
refix textarea automatically on resize

20 years agoremoved position:relative for ie
Gabriel Wicke [Mon, 19 Apr 2004 16:13:37 +0000 (16:13 +0000)]
removed position:relative for ie

20 years agoie6 disappearing float fix
Gabriel Wicke [Mon, 19 Apr 2004 16:12:12 +0000 (16:12 +0000)]
ie6 disappearing float fix

20 years agowrapper div around textarea for ie fix
Gabriel Wicke [Mon, 19 Apr 2004 14:16:06 +0000 (14:16 +0000)]
wrapper div around textarea for ie fix