lhc/web/wiklou.git
20 years agoincluding languageutf8.php only one time (solve bug with ./maintenance/DiffLanguage.php
Antoine Musso [Mon, 26 Apr 2004 17:52:41 +0000 (17:52 +0000)]
including languageutf8.php only one time (solve bug with  ./maintenance/DiffLanguage.php

20 years ago$wfLocalUrl --> {{localurl:<pagehere> }}
Antoine Musso [Mon, 26 Apr 2004 15:53:01 +0000 (15:53 +0000)]
$wfLocalUrl  -->  {{localurl:<pagehere> }}

20 years ago$wgMetaNamespace -> {{ns:4}}
Antoine Musso [Mon, 26 Apr 2004 15:46:40 +0000 (15:46 +0000)]
$wgMetaNamespace -> {{ns:4}}
$wgSitename -> {{SITENAME}}

20 years agomore translations
Antoine Musso [Mon, 26 Apr 2004 14:59:47 +0000 (14:59 +0000)]
more translations

20 years ago* Opera tweaks: fixes for Opera 6 don't influence 7 anymore, cosmetiv tweaks to the...
Gabriel Wicke [Mon, 26 Apr 2004 12:56:16 +0000 (12:56 +0000)]
* Opera tweaks: fixes for Opera 6 don't influence 7 anymore, cosmetiv tweaks to the tabs, red discussion link, external link icon
* IE50 footer slightly wider

20 years agoOpera tweaks
Gabriel Wicke [Mon, 26 Apr 2004 12:47:42 +0000 (12:47 +0000)]
Opera tweaks

20 years agoHooks for Erik Zachte's EasyTimeline extension.
Jens Frank [Mon, 26 Apr 2004 10:20:54 +0000 (10:20 +0000)]
Hooks for Erik Zachte's EasyTimeline extension.
Plus one one-line patch by Dori.

20 years agoXHTML fixes
Brion Vibber [Mon, 26 Apr 2004 07:35:20 +0000 (07:35 +0000)]
XHTML fixes

20 years agoIf the given title is bad, don't die horribly but return a null user
Brion Vibber [Mon, 26 Apr 2004 07:32:52 +0000 (07:32 +0000)]
If the given title is bad, don't die horribly but return a null user

20 years agoBeginnings of on-page author credits. Added code to Skin to add credits,
Evan Prodromou [Mon, 26 Apr 2004 05:14:42 +0000 (05:14 +0000)]
Beginnings of on-page author credits. Added code to Skin to add credits,
although it's not everywhere it should be. $wgMaxCredits ignored, except to
set max/min credits.

20 years agoDisable renaming of category pages (this causes a number of problems
Brion Vibber [Sun, 25 Apr 2004 01:01:38 +0000 (01:01 +0000)]
Disable renaming of category pages (this causes a number of problems
currently which make it a dubious thing to try to do). Fix HTML for
error display on move. Add error class to style sheets. Fix error call
in protect. Remove dupe function that was moved from skin to output.

20 years agoUse the set page title and HTML title in MonoBook skin, which was ignoring
Brion Vibber [Sun, 25 Apr 2004 00:32:24 +0000 (00:32 +0000)]
Use the set page title and HTML title in MonoBook skin, which was ignoring
them. Moved the action name appending into Output to work with all skins.

20 years agowfImageUrl moved from Globalfunctions to Image
Jens Frank [Sat, 24 Apr 2004 23:45:11 +0000 (23:45 +0000)]
wfImageUrl moved from Globalfunctions to Image
Preferred access via $image->getUrl(), but for compatibility
Image::wfImageUrl() still works

20 years agoMove image-specific methods to Image-class
Jens Frank [Sat, 24 Apr 2004 22:33:06 +0000 (22:33 +0000)]
Move image-specific methods to Image-class
Step 1: createThumb and related functions

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