lhc/web/wiklou.git
19 years agouppercase language passed as argument
Antoine Musso [Tue, 11 Jan 2005 18:36:33 +0000 (18:36 +0000)]
uppercase language passed as argument

19 years ago* Remove some hardcoded 0 instead of NS_MAIN
Antoine Musso [Tue, 11 Jan 2005 18:18:16 +0000 (18:18 +0000)]
* Remove some hardcoded 0 instead of NS_MAIN
* Note in define.php that people should NOT change the integer values for NS_* constants

19 years agosingle quotes :o)
Antoine Musso [Tue, 11 Jan 2005 18:10:07 +0000 (18:10 +0000)]
single quotes :o)

19 years agoupdated XML parser
Magnus Manske [Tue, 11 Jan 2005 15:58:45 +0000 (15:58 +0000)]
updated XML parser

19 years ago* (bug 1184) expiry time of indefinite blocks shown as the current time
Brion Vibber [Tue, 11 Jan 2005 09:29:29 +0000 (09:29 +0000)]
* (bug 1184) expiry time of indefinite blocks shown as the current time
This code's a bit hacky, and may not work with PostgreSQL (check NULLs etc)

19 years ago* (bug 1204) Blocks do not expire automatically
Brion Vibber [Tue, 11 Jan 2005 08:05:22 +0000 (08:05 +0000)]
* (bug 1204) Blocks do not expire automatically

19 years agoImplement #1206
Antoine Musso [Tue, 11 Jan 2005 01:30:13 +0000 (01:30 +0000)]
Implement #1206
Patch by M7 "computerville (at) gmail (tod) com"
FORPORT from 1_4

19 years ago*** empty log message ***
Antoine Musso [Tue, 11 Jan 2005 01:28:18 +0000 (01:28 +0000)]
*** empty log message ***

19 years agoBUG#1205 Use is_array instead of trusting implicit type conversion
Jens Frank [Tue, 11 Jan 2005 00:06:00 +0000 (00:06 +0000)]
BUG#1205 Use is_array instead of trusting implicit type conversion

19 years agoBUG#1302 Removed accessor function for non-existing variable
Jens Frank [Mon, 10 Jan 2005 23:31:22 +0000 (23:31 +0000)]
BUG#1302 Removed accessor function for non-existing variable

19 years agoCache the redirect from index.php to the start page (default: Main_Page)
Jens Frank [Mon, 10 Jan 2005 21:04:20 +0000 (21:04 +0000)]
Cache the redirect from index.php to the start page (default: Main_Page)

19 years agocopy of fileicon-ogg.png
Tim Starling [Mon, 10 Jan 2005 12:43:23 +0000 (12:43 +0000)]
copy of fileicon-ogg.png

19 years ago* (bug 1201) Double-escaping in brokenlinks, imagelinks, categorylinks, searchindex
Brion Vibber [Sun, 9 Jan 2005 21:18:07 +0000 (21:18 +0000)]
* (bug 1201) Double-escaping in brokenlinks, imagelinks, categorylinks, searchindex
[forward port from REL1_4]

19 years agoShow file name in gallery view
Jens Frank [Sun, 9 Jan 2005 18:01:18 +0000 (18:01 +0000)]
Show file name in gallery view

19 years agoUse user's timezone in log display.
Brion Vibber [Sun, 9 Jan 2005 03:00:21 +0000 (03:00 +0000)]
Use user's timezone in log display.

19 years agoAdapted to the WikipediaNL MediaWiki namespace (part 1: -C)
Andre Engels [Sat, 8 Jan 2005 21:51:59 +0000 (21:51 +0000)]
Adapted to the WikipediaNL MediaWiki namespace (part 1: -C)

19 years agoAllowing user functions to work in command-line scripts, this will probably break...
Tim Starling [Sat, 8 Jan 2005 09:17:33 +0000 (09:17 +0000)]
Allowing user functions to work in command-line scripts, this will probably break one of them, not sure which one

19 years agoBUG#1283 Use underlining and borders to highlight additions/deletions in diff-view
Jens Frank [Sat, 8 Jan 2005 03:51:22 +0000 (03:51 +0000)]
BUG#1283 Use underlining and borders to highlight additions/deletions in diff-view

19 years ago* (bug 1186) news: in the middle of a word
Brion Vibber [Sat, 8 Jan 2005 03:03:10 +0000 (03:03 +0000)]
* (bug 1186) news: in the middle of a word

19 years agoUpdate urlexpansion format
Brion Vibber [Sat, 8 Jan 2005 02:39:15 +0000 (02:39 +0000)]
Update urlexpansion format

19 years agoBUG#1124 (cleanup) - Fixed Opera alignment issues. Make grey boxes same size
Jens Frank [Sat, 8 Jan 2005 01:34:18 +0000 (01:34 +0000)]
BUG#1124 (cleanup) - Fixed Opera alignment issues. Make grey boxes same size

19 years agomultilanguage portal skeleton
Magnus Manske [Fri, 7 Jan 2005 19:38:58 +0000 (19:38 +0000)]
multilanguage portal skeleton

19 years agobug fix
Tim Starling [Fri, 7 Jan 2005 08:02:05 +0000 (08:02 +0000)]
bug fix

19 years ago* Fix missing search box contents in MonoBook skin
Brion Vibber [Fri, 7 Jan 2005 03:25:49 +0000 (03:25 +0000)]
* Fix missing search box contents in MonoBook skin
* Add option to forward search directly to an external URL (eg google)
* Add parser test for bug 1219 URL next to image

19 years ago* (bug 752) Don't insert newline in link title for url with %0a
Brion Vibber [Fri, 7 Jan 2005 03:05:46 +0000 (03:05 +0000)]
* (bug 752) Don't insert newline in link title for url with %0a

19 years agoLet Live Preview degrade gracefullly on IE/Mac. It's got an ActiveXObject but it...
Brion Vibber [Fri, 7 Jan 2005 03:05:13 +0000 (03:05 +0000)]
Let Live Preview degrade gracefullly on IE/Mac. It's got an ActiveXObject but it produces an error message when you try to use it, so a browser detect seems necessary.

19 years agoFix #1144: space after php ?> broke special:export
Antoine Musso [Fri, 7 Jan 2005 00:11:08 +0000 (00:11 +0000)]
Fix #1144: space after php ?> broke special:export

19 years agoremove fixme comment. Tim did fix the category browser sometime ago.
Antoine Musso [Thu, 6 Jan 2005 03:54:57 +0000 (03:54 +0000)]
remove fixme comment. Tim did fix the category browser sometime ago.

19 years agoBUG#1269 - Fix section editing for articles with verbatim <h[1-6]> sections
Jens Frank [Thu, 6 Jan 2005 00:13:49 +0000 (00:13 +0000)]
BUG#1269 - Fix section editing for articles with verbatim <h[1-6]> sections
There's a space added before the closing bracket during processing of HTML tags.
Changed the regexp to also match </h1 >

19 years agoBUG#1264 - Replaced obsolete old_user by rev_user
Jens Frank [Wed, 5 Jan 2005 22:26:32 +0000 (22:26 +0000)]
BUG#1264 - Replaced obsolete old_user by rev_user

19 years agoBUG#1124
Jens Frank [Wed, 5 Jan 2005 22:07:44 +0000 (22:07 +0000)]
BUG#1124
Make gallery valid XHTML 1.0
Make MonoBook.php valid XHTML 1.0 (tagline)
Move image gallery CSS code from PHP to CSS file

19 years agoBUG#1253 - Adjustments to Spanish language file
Jens Frank [Wed, 5 Jan 2005 19:18:27 +0000 (19:18 +0000)]
BUG#1253 - Adjustments to Spanish language file

19 years agonot too many of enotif errors or cleanup involved here, just unbreaking wiki
Domas Mituzas [Wed, 5 Jan 2005 14:06:00 +0000 (14:06 +0000)]
not too many of enotif errors or cleanup involved here, just unbreaking wiki
* do not update watchlist table on every anon hit
* use database timestamps instead of '0'es, will obviously break some parts of enotif *shrug*

19 years agoaccessibility
Antoine Musso [Wed, 5 Jan 2005 00:58:26 +0000 (00:58 +0000)]
accessibility

19 years agoBUG#1264 - Initialize pageId for query
Jens Frank [Tue, 4 Jan 2005 23:49:16 +0000 (23:49 +0000)]
BUG#1264 - Initialize pageId for query

19 years ago*** empty log message ***
Tim Starling [Tue, 4 Jan 2005 13:00:33 +0000 (13:00 +0000)]
*** empty log message ***

19 years agostats merged from REL1_3A
Tim Starling [Tue, 4 Jan 2005 12:54:07 +0000 (12:54 +0000)]
stats merged from REL1_3A

19 years ago*** empty log message ***
Tim Starling [Tue, 4 Jan 2005 12:30:49 +0000 (12:30 +0000)]
*** empty log message ***

19 years agouncommenting ISO8859-1 converted password fix
Tim Starling [Tue, 4 Jan 2005 10:49:20 +0000 (10:49 +0000)]
uncommenting ISO8859-1 converted password fix

19 years agoStub Pashto file to enable right-to-left
Brion Vibber [Tue, 4 Jan 2005 06:03:09 +0000 (06:03 +0000)]
Stub Pashto file to enable right-to-left

19 years agoBUG#32 External links had a whitespace after the link when tidy was used
Jens Frank [Sun, 2 Jan 2005 22:09:54 +0000 (22:09 +0000)]
BUG#32 External links had a whitespace after the link when tidy was used

19 years agoBUG#1244 Use a UNION to improve index use.
Jens Frank [Sat, 1 Jan 2005 11:50:19 +0000 (11:50 +0000)]
BUG#1244 Use a UNION to improve index use.

19 years agoBUG#1240 Locale used wgDateFormatsSl, but this was not defined
Jens Frank [Fri, 31 Dec 2004 15:40:17 +0000 (15:40 +0000)]
BUG#1240 Locale used wgDateFormatsSl, but this was not defined

19 years agoBUG#1241 Don't show 'cont.' for first entry of the category list
Jens Frank [Fri, 31 Dec 2004 15:01:20 +0000 (15:01 +0000)]
BUG#1241 Don't show 'cont.' for first entry of the category list

19 years agoRemoved unused variable mbegin.
Jens Frank [Fri, 31 Dec 2004 14:53:56 +0000 (14:53 +0000)]
Removed unused variable mbegin.

19 years agometadata title
Magnus Manske [Wed, 29 Dec 2004 15:18:12 +0000 (15:18 +0000)]
metadata title

19 years agoreads whitelist from database
Magnus Manske [Wed, 29 Dec 2004 14:39:43 +0000 (14:39 +0000)]
reads whitelist from database

19 years agoseparate metadata editor, pre-alpha
Magnus Manske [Wed, 29 Dec 2004 13:46:10 +0000 (13:46 +0000)]
separate metadata editor, pre-alpha

19 years ago*** empty log message ***
Magnus Manske [Wed, 29 Dec 2004 10:56:01 +0000 (10:56 +0000)]
*** empty log message ***

19 years ago* (bug 1224) Use proper date messages for date reformatter
Brion Vibber [Wed, 29 Dec 2004 03:27:16 +0000 (03:27 +0000)]
* (bug 1224) Use proper date messages for date reformatter

19 years agoAdded magic word MAG_NOTITLECONVERT to indicate that the title of the page do not...
Zheng Zhu [Wed, 29 Dec 2004 02:47:33 +0000 (02:47 +0000)]
Added magic word MAG_NOTITLECONVERT to indicate that the title of the page do not need to be converted. Useful in zh:

19 years ago* (bug 1013) Fix jbo, minnan in language names list
Brion Vibber [Wed, 29 Dec 2004 02:01:21 +0000 (02:01 +0000)]
* (bug 1013) Fix jbo, minnan in language names list

19 years agoAllower zh: users to customize the Traditional/Simplified conversion tables. From...
Zheng Zhu [Wed, 29 Dec 2004 01:07:43 +0000 (01:07 +0000)]
Allower zh: users to customize the Traditional/Simplified conversion tables. From REL1_4.

19 years agoBUG#1213 - i18n for Title: and User: labels
Jens Frank [Tue, 28 Dec 2004 23:59:43 +0000 (23:59 +0000)]
BUG#1213 - i18n for Title: and User: labels

19 years agoRemove debugging code
Jens Frank [Tue, 28 Dec 2004 22:35:12 +0000 (22:35 +0000)]
Remove debugging code

19 years ago* Ported $wgCopyrightIcon setting from REL1_3A
Brion Vibber [Tue, 28 Dec 2004 22:02:19 +0000 (22:02 +0000)]
* Ported $wgCopyrightIcon setting from REL1_3A

19 years agoAdd zh-min-man (back) to language names list
Brion Vibber [Tue, 28 Dec 2004 16:18:05 +0000 (16:18 +0000)]
Add zh-min-man (back) to language names list

19 years agotrying to include link t(r)ails
Magnus Manske [Tue, 28 Dec 2004 15:31:06 +0000 (15:31 +0000)]
trying to include link t(r)ails

19 years agoPut the sysop user on install into the sysop and brueacrat groups
Brion Vibber [Tue, 28 Dec 2004 14:49:42 +0000 (14:49 +0000)]
Put the sysop user on install into the sysop and brueacrat groups

19 years agoindent lists
Magnus Manske [Tue, 28 Dec 2004 14:49:40 +0000 (14:49 +0000)]
indent lists

19 years agoBUG#1218 - Show the original image on image pages if the thumbnail would be bigger...
Jens Frank [Tue, 28 Dec 2004 12:31:33 +0000 (12:31 +0000)]
BUG#1218 - Show the original image on image pages if the thumbnail would be bigger than the original image

19 years agoHTML comments handler
Magnus Manske [Tue, 28 Dec 2004 10:27:29 +0000 (10:27 +0000)]
HTML comments handler

19 years agoMust be OR to combine the different namespaces, not AND
Jens Frank [Tue, 28 Dec 2004 01:42:47 +0000 (01:42 +0000)]
Must be OR to combine the different namespaces, not AND

19 years agosupport short as well as long names in date formatting
River Tarnell [Mon, 27 Dec 2004 17:50:51 +0000 (17:50 +0000)]
support short as well as long names in date formatting

19 years agofix first parameter of the ArticleSave* hooks
Zheng Zhu [Mon, 27 Dec 2004 01:40:48 +0000 (01:40 +0000)]
fix first parameter of the ArticleSave* hooks

19 years agoHelp:
River Tarnell [Sun, 26 Dec 2004 23:08:18 +0000 (23:08 +0000)]
Help:

19 years agonew namespace names
River Tarnell [Sun, 26 Dec 2004 23:05:35 +0000 (23:05 +0000)]
new namespace names

19 years agonew linktrail
River Tarnell [Sun, 26 Dec 2004 21:21:07 +0000 (21:21 +0000)]
new linktrail

19 years ago* (bug 1193) Fix move-only page protection mode
Brion Vibber [Sat, 25 Dec 2004 00:04:19 +0000 (00:04 +0000)]
* (bug 1193) Fix move-only page protection mode

19 years ago* Set MySQL 4 boolean search back to 'and' mode by default
Brion Vibber [Fri, 24 Dec 2004 10:05:20 +0000 (10:05 +0000)]
* Set MySQL 4 boolean search back to 'and' mode by default

19 years ago* Fix revert bug caused by bug 1175 fix
Brion Vibber [Fri, 24 Dec 2004 09:51:36 +0000 (09:51 +0000)]
* Fix revert bug caused by bug 1175 fix

19 years ago* (bug 1178) Fix previous diff link when using 'oldid=0'
Brion Vibber [Fri, 24 Dec 2004 05:22:12 +0000 (05:22 +0000)]
* (bug 1178) Fix previous diff link when using 'oldid=0'
Forward port fix from REL1_4

19 years ago* (bug 1175) Fix "preview on first edit" mode
Brion Vibber [Fri, 24 Dec 2004 05:19:04 +0000 (05:19 +0000)]
* (bug 1175) Fix "preview on first edit" mode
merge fix from REL1_4

19 years agoMerge enhanced RC change markers CSS fix from REL1_4
Brion Vibber [Fri, 24 Dec 2004 05:16:39 +0000 (05:16 +0000)]
Merge enhanced RC change markers CSS fix from REL1_4

19 years agoMerged my changes from REL1_4
Zheng Zhu [Fri, 24 Dec 2004 02:47:38 +0000 (02:47 +0000)]
Merged my changes from REL1_4

19 years ago* Keep generated stylesheets cache-separated for each user
Brion Vibber [Fri, 24 Dec 2004 01:50:01 +0000 (01:50 +0000)]
* Keep generated stylesheets cache-separated for each user

19 years agoupdate linktrail
Brion Vibber [Thu, 23 Dec 2004 22:38:05 +0000 (22:38 +0000)]
update linktrail

19 years agoBug 1168: Missing text on the bureaucrat log
Brion Vibber [Thu, 23 Dec 2004 21:10:24 +0000 (21:10 +0000)]
Bug 1168: Missing text on the bureaucrat log
patch from Zigger

19 years ago* (bug 1170) Fix Russian linktrail
Brion Vibber [Thu, 23 Dec 2004 20:55:07 +0000 (20:55 +0000)]
* (bug 1170) Fix Russian linktrail

19 years ago* Add the dreaded <span> to the HTML whitelist
Brion Vibber [Thu, 23 Dec 2004 14:04:11 +0000 (14:04 +0000)]
* Add the dreaded <span> to the HTML whitelist

19 years ago* (bug 1164) Let wikitext be used in Loginprompt and Loginend messages
Brion Vibber [Thu, 23 Dec 2004 11:43:24 +0000 (11:43 +0000)]
* (bug 1164) Let wikitext be used in Loginprompt and Loginend messages

19 years agoporting site notice feature from REL1_3A
Tim Starling [Thu, 23 Dec 2004 09:12:58 +0000 (09:12 +0000)]
porting site notice feature from REL1_3A

19 years agoFancy sig option for the very nice folks who just aren't content with a user page...
Brion Vibber [Thu, 23 Dec 2004 08:40:51 +0000 (08:40 +0000)]
Fancy sig option for the very nice folks who just aren't content with a user page link and will produce ugly invalid code and then complain about it. merge from REL1_4

19 years agomonkeys! monkeys bouncing around my BRAIN
Brion Vibber [Thu, 23 Dec 2004 07:47:17 +0000 (07:47 +0000)]
monkeys! monkeys bouncing around my BRAIN

19 years agoMerge unblock fix from REL1_4
Brion Vibber [Thu, 23 Dec 2004 06:58:50 +0000 (06:58 +0000)]
Merge unblock fix from REL1_4

19 years agoUndo overly bright colors. Merge from REL1_4
Brion Vibber [Thu, 23 Dec 2004 06:57:06 +0000 (06:57 +0000)]
Undo overly bright colors. Merge from REL1_4

19 years agotransparency
Tim Starling [Thu, 23 Dec 2004 06:22:22 +0000 (06:22 +0000)]
transparency

19 years agoKieff's arrow
Tim Starling [Thu, 23 Dec 2004 06:05:52 +0000 (06:05 +0000)]
Kieff's arrow

19 years agomerge fixes from REL1_4
Brion Vibber [Thu, 23 Dec 2004 05:54:15 +0000 (05:54 +0000)]
merge fixes from REL1_4

19 years ago* Avoid PHP warning messages when thumbnail not generated
Brion Vibber [Thu, 23 Dec 2004 04:54:48 +0000 (04:54 +0000)]
* Avoid PHP warning messages when thumbnail not generated

19 years agofix typo
Brion Vibber [Thu, 23 Dec 2004 04:01:53 +0000 (04:01 +0000)]
fix typo

19 years agoMerge blocked user fix from REL1_4
Brion Vibber [Thu, 23 Dec 2004 03:52:48 +0000 (03:52 +0000)]
Merge blocked user fix from REL1_4

19 years agoFix interwiki links in history comments (merged from REL1_4)
Brion Vibber [Wed, 22 Dec 2004 07:32:29 +0000 (07:32 +0000)]
Fix interwiki links in history comments (merged from REL1_4)

19 years agoMerge capitallinks message fixes from REL1_4
Brion Vibber [Wed, 22 Dec 2004 07:28:11 +0000 (07:28 +0000)]
Merge capitallinks message fixes from REL1_4

19 years agoFixing synchronisation bug: can't open a transaction before calling MASTER_POS_WAIT...
Tim Starling [Wed, 22 Dec 2004 03:58:25 +0000 (03:58 +0000)]
Fixing synchronisation bug: can't open a transaction before calling MASTER_POS_WAIT(), because you get consistent reads. Instead, we commit any open transaction, then call doQuery() directly, thereby avoiding re-opening it.

19 years agoset capital links on for tests
Brion Vibber [Wed, 22 Dec 2004 01:52:35 +0000 (01:52 +0000)]
set capital links on for tests

19 years ago* Number 100 and beyond are reserved for custom namespaces;
Brion Vibber [Tue, 21 Dec 2004 22:47:43 +0000 (22:47 +0000)]
* Number 100 and beyond are reserved for custom namespaces;
* DO NOT assign standard namespaces at 100 or beyond.

19 years agofirst version (not usable)
Guillaume Blanchard [Tue, 21 Dec 2004 16:11:34 +0000 (16:11 +0000)]
first version (not usable)

19 years agoremove thread's talk page namespace
Guillaume Blanchard [Tue, 21 Dec 2004 16:09:36 +0000 (16:09 +0000)]
remove thread's talk page namespace

19 years agomissing ','
Guillaume Blanchard [Tue, 21 Dec 2004 15:04:40 +0000 (15:04 +0000)]
missing ','