lhc/web/wiklou.git
20 years agoFixes for the edit help popup link:
Brion Vibber [Wed, 9 Jun 2004 06:59:05 +0000 (06:59 +0000)]
Fixes for the edit help popup link:
* Now works w/ JavaScript disabled
* Doesn't override window chrome to make things unusable
* Doesn't hardcode window dimensions
* Notifies the user that it'll be a popup (new msg 'newwindow')

(The link is a popup because IE and perhaps other browsers will destroy
the edited page text if you go to another page then hit 'back'.)

20 years agoFix sf bug #965474 for AR.
Antoine Musso [Wed, 9 Jun 2004 02:38:20 +0000 (02:38 +0000)]
Fix sf bug #965474 for AR.

20 years agodouble quotes to single quotes :o)
Antoine Musso [Wed, 9 Jun 2004 01:25:31 +0000 (01:25 +0000)]
double quotes to single quotes :o)

20 years agoReplace almost all double quotes by single quotes for plain text strings.
Antoine Musso [Wed, 9 Jun 2004 01:18:04 +0000 (01:18 +0000)]
Replace almost all double quotes by single quotes for plain text strings.

20 years agosome double quoting replaced by single quoting
Antoine Musso [Wed, 9 Jun 2004 00:03:26 +0000 (00:03 +0000)]
some double quoting replaced by single quoting

20 years agosome double quoting replaced by single quoting
Antoine Musso [Tue, 8 Jun 2004 23:56:09 +0000 (23:56 +0000)]
some double quoting replaced by single quoting

20 years agoreplace several double quotes by single quotes.
Antoine Musso [Tue, 8 Jun 2004 20:06:01 +0000 (20:06 +0000)]
replace several double quotes by single quotes.

20 years agoreplace several double quotes by single quotes. Should be bug free,
Antoine Musso [Tue, 8 Jun 2004 19:51:10 +0000 (19:51 +0000)]
replace several double quotes by single quotes. Should be bug free,

20 years agoReplacement of most double quotes by single quotes for plain text strings. Should...
Antoine Musso [Tue, 8 Jun 2004 19:23:19 +0000 (19:23 +0000)]
Replacement of most double quotes by single quotes for plain text strings. Should be bug free as I did not make change unless I was sure it was bug less.

20 years agooverflow: hidden
Gabriel Wicke [Tue, 8 Jun 2004 18:25:50 +0000 (18:25 +0000)]
overflow: hidden

20 years agoReplacement of most double quotes by single quotes for plain text strings. Should...
Antoine Musso [Tue, 8 Jun 2004 18:11:28 +0000 (18:11 +0000)]
Replacement of most double quotes by single quotes for plain text strings. Should be bug free as I did not make change unless I was sure it was bug less.

20 years agono size
Gabriel Wicke [Tue, 8 Jun 2004 14:01:20 +0000 (14:01 +0000)]
no size

20 years agouse serif font for html-rendered tex
Gabriel Wicke [Tue, 8 Jun 2004 13:25:16 +0000 (13:25 +0000)]
use serif font for html-rendered tex

20 years agowrap tex html output in span class="texhtml"
Gabriel Wicke [Tue, 8 Jun 2004 13:19:21 +0000 (13:19 +0000)]
wrap tex html output in span class="texhtml"

20 years ago.toccolours
Gabriel Wicke [Tue, 8 Jun 2004 11:06:21 +0000 (11:06 +0000)]
.toccolours

20 years agonew toccolours class to replace duplicate toc id's, thumb width fix for moz
Gabriel Wicke [Tue, 8 Jun 2004 11:04:57 +0000 (11:04 +0000)]
new toccolours class to replace duplicate toc id's, thumb width fix for moz

20 years agoFix query
Brion Vibber [Tue, 8 Jun 2004 07:03:53 +0000 (07:03 +0000)]
Fix query

20 years agoFix query to work and not barf errors; fix ordering (a-z instead of z-a)
Brion Vibber [Tue, 8 Jun 2004 06:50:05 +0000 (06:50 +0000)]
Fix query to work and not barf errors; fix ordering (a-z instead of z-a)

20 years agopossible performance enhancement
Antoine Musso [Tue, 8 Jun 2004 02:32:56 +0000 (02:32 +0000)]
possible performance enhancement

20 years agodont require FulltextStoplist on mysql4 databases (saves some memory)
Antoine Musso [Mon, 7 Jun 2004 23:51:48 +0000 (23:51 +0000)]
dont require FulltextStoplist on mysql4 databases (saves some memory)

20 years agoBugfix suggested by Laurent GUERBY on wikitech-l
Arne Heizmann [Mon, 7 Jun 2004 17:19:05 +0000 (17:19 +0000)]
Bugfix suggested by Laurent GUERBY on wikitech-l

20 years agotypo, looks like objectcache need rewrite cause postgresql doesnt have a FROM_UNIXTIM...
Antoine Musso [Mon, 7 Jun 2004 11:19:03 +0000 (11:19 +0000)]
typo, looks like objectcache need rewrite cause postgresql doesnt have a FROM_UNIXTIME() function

20 years agoadding isRTL() althought its false;
Antoine Musso [Mon, 7 Jun 2004 09:04:29 +0000 (09:04 +0000)]
adding isRTL() althought its false;

20 years agoDon't generate article list if we have no article to show
Antoine Musso [Mon, 7 Jun 2004 08:27:13 +0000 (08:27 +0000)]
Don't generate article list if we have no article to show

20 years agoMajor rewrite / bug fixing of the dmoz-like category browser
Antoine Musso [Mon, 7 Jun 2004 07:55:27 +0000 (07:55 +0000)]
Major rewrite / bug fixing of the dmoz-like category browser

20 years agoScript to allow MediaWiki-based authentication for downloading items from the upload...
Tim Starling [Mon, 7 Jun 2004 06:57:53 +0000 (06:57 +0000)]
Script to allow MediaWiki-based authentication for downloading items from the upload directory. To use, deny access to the actual directory, and set $wgUploadPath to this script. Image URLs will be of the form "server.com/wiki/img_auth.php/0/00/Image.png". The script checks the cookies and the session data, and if everything is OK, streams out the named file.

20 years agobug fix in newcategorymagic: first char was alway the one of the category namespace...
Antoine Musso [Mon, 7 Jun 2004 03:46:33 +0000 (03:46 +0000)]
bug fix in newcategorymagic: first char was alway the one of the category namespace (aka C)

20 years agoDO NOT USE ! Simple database layer for postgresql based on existing mysql one. I...
Antoine Musso [Mon, 7 Jun 2004 02:59:58 +0000 (02:59 +0000)]
DO NOT USE ! Simple database layer for postgresql based on existing mysql one. I dont think it even works but I want to share the ongoing work on this.

20 years agotables sql script for postgresql, totally untested stuff as we dont even have a postg...
Antoine Musso [Mon, 7 Jun 2004 01:41:15 +0000 (01:41 +0000)]
tables sql script for postgresql, totally untested stuff as we dont even have a postgresql database layer.

20 years agoEmpty main.css for myskin
Jens Frank [Sun, 6 Jun 2004 15:49:50 +0000 (15:49 +0000)]
Empty main.css for myskin

20 years agoAdd new XHTML-based skin 'MySkin', using custom CSS from User:youruser/myskin.css
Jens Frank [Sun, 6 Jun 2004 15:37:52 +0000 (15:37 +0000)]
Add new XHTML-based skin 'MySkin', using custom CSS from User:youruser/myskin.css

20 years agofixed syntax error
Tim Starling [Sun, 6 Jun 2004 14:35:21 +0000 (14:35 +0000)]
fixed syntax error

20 years agoprofiling bracket around main entry point
Tim Starling [Sun, 6 Jun 2004 14:23:04 +0000 (14:23 +0000)]
profiling bracket around main entry point

20 years agoconverted to new style
Tim Starling [Sun, 6 Jun 2004 14:14:59 +0000 (14:14 +0000)]
converted to new style

20 years agoupdate cur_touched on action=purge
Tim Starling [Sun, 6 Jun 2004 14:05:51 +0000 (14:05 +0000)]
update cur_touched on action=purge

20 years agoprofiling correction
Tim Starling [Sun, 6 Jun 2004 14:05:07 +0000 (14:05 +0000)]
profiling correction

20 years agonew layout for Category:XXX pages.
Jens Frank [Sun, 6 Jun 2004 09:24:07 +0000 (09:24 +0000)]
new layout for Category:XXX pages.
Can be turned on or off using MediaWiki:Usenewcategorypage

20 years agoUpdate beta2
Brion Vibber [Sun, 6 Jun 2004 06:44:50 +0000 (06:44 +0000)]
Update beta2

20 years agofix regex, missing trailing / added
Jens Frank [Sun, 6 Jun 2004 05:50:51 +0000 (05:50 +0000)]
fix regex, missing trailing / added

20 years agoRemove spurious header check-in (from rev 1.227)
Brion Vibber [Sun, 6 Jun 2004 05:49:49 +0000 (05:49 +0000)]
Remove spurious header check-in (from rev 1.227)

20 years agodisabling the dmoz-like category browser by defaut
Antoine Musso [Sun, 6 Jun 2004 04:15:03 +0000 (04:15 +0000)]
disabling the dmoz-like category browser by defaut

20 years agoEnable links in the dmoz-like category browser
Antoine Musso [Sun, 6 Jun 2004 02:49:47 +0000 (02:49 +0000)]
Enable links in the dmoz-like category browser

20 years agoVery simple category locator just like dmoz. It prints under the category something...
Antoine Musso [Sun, 6 Jun 2004 02:06:46 +0000 (02:06 +0000)]
Very simple category locator just like dmoz. It prints under the category something like Music > Jazz > Acid Jazz It needs a lot of improvment though

20 years agoRemove some hard-coding for Wikipedia; add some soft-coding to support WP and Wiktionary
Brion Vibber [Sun, 6 Jun 2004 02:03:17 +0000 (02:03 +0000)]
Remove some hard-coding for Wikipedia; add some soft-coding to support WP and Wiktionary

20 years agolarger default font to compensate for small Arial rendering on IE
Gabriel Wicke [Sat, 5 Jun 2004 16:50:24 +0000 (16:50 +0000)]
larger default font to compensate for small Arial rendering on IE

20 years agosome comments added
Antoine Musso [Sat, 5 Jun 2004 15:17:08 +0000 (15:17 +0000)]
some comments added

20 years agoinline interwiki link now with class "extiw" instead of "external"
Gabriel Wicke [Sat, 5 Jun 2004 11:12:26 +0000 (11:12 +0000)]
inline interwiki link now with class "extiw" instead of "external"

20 years agosection anchor cleanup, unurlencode :
Gabriel Wicke [Sat, 5 Jun 2004 10:34:32 +0000 (10:34 +0000)]
section anchor cleanup, unurlencode :

20 years agonew function firstChar: Return first character (not byte) of a string
Jens Frank [Sat, 5 Jun 2004 08:31:41 +0000 (08:31 +0000)]
new function firstChar: Return first character (not byte) of a string

20 years agotypo
Tim Starling [Sat, 5 Jun 2004 07:40:57 +0000 (07:40 +0000)]
typo

20 years agofixed syntax error, added /SERVER output
Tim Starling [Sat, 5 Jun 2004 07:34:49 +0000 (07:34 +0000)]
fixed syntax error, added /SERVER output

20 years agoPurge linkscc properly on page move
Tim Starling [Sat, 5 Jun 2004 04:52:33 +0000 (04:52 +0000)]
Purge linkscc properly on page move

20 years agoMore profiling sections
Tim Starling [Sat, 5 Jun 2004 04:51:24 +0000 (04:51 +0000)]
More profiling sections

20 years agoMoving the "if ( $wgEnablePersistentLC )" from the caller to the callee
Tim Starling [Sat, 5 Jun 2004 04:44:45 +0000 (04:44 +0000)]
Moving the "if ( $wgEnablePersistentLC )" from the caller to the callee

20 years agoFixed bug causing the script to quietly exit halfway through output(), if run on...
Tim Starling [Sat, 5 Jun 2004 04:22:53 +0000 (04:22 +0000)]
Fixed bug causing the script to quietly exit halfway through output(), if run on Windows

20 years agoremoved non-matching wfProfileOut() calls
Tim Starling [Sat, 5 Jun 2004 02:22:16 +0000 (02:22 +0000)]
removed non-matching wfProfileOut() calls

20 years agoFix for bug #966376. If POSIX functions are unavailable due to running
Brion Vibber [Fri, 4 Jun 2004 17:51:09 +0000 (17:51 +0000)]
Fix for bug #966376. If POSIX functions are unavailable due to running
on Windows or explicit disabling, use SERVER_NAME to provide a hostname.
This may be a virtual server name.

20 years agoremoving unneeded global variables declarations in ucfirst() & lcfirst()
Antoine Musso [Fri, 4 Jun 2004 13:29:16 +0000 (13:29 +0000)]
removing unneeded global variables declarations in ucfirst() & lcfirst()

20 years agoBug fix
Tim Starling [Fri, 4 Jun 2004 12:49:16 +0000 (12:49 +0000)]
Bug fix

20 years agobump up the font size 1%
Gabriel Wicke [Fri, 4 Jun 2004 12:38:50 +0000 (12:38 +0000)]
bump up the font size 1%

20 years agobug fix
Tim Starling [Fri, 4 Jun 2004 12:31:32 +0000 (12:31 +0000)]
bug fix

20 years ago1.2 colour for external links
Gabriel Wicke [Fri, 4 Jun 2004 12:04:34 +0000 (12:04 +0000)]
1.2 colour for external links

20 years agono external link icon for interwiki links
Gabriel Wicke [Fri, 4 Jun 2004 11:55:49 +0000 (11:55 +0000)]
no external link icon for interwiki links

20 years agoglobal declaration
Gabriel Wicke [Fri, 4 Jun 2004 11:17:38 +0000 (11:17 +0000)]
global declaration

20 years agodon't load so much stuff on parser cache hit (experimental)
Tim Starling [Fri, 4 Jun 2004 10:40:44 +0000 (10:40 +0000)]
don't load so much stuff on parser cache hit (experimental)

20 years agodon't cache redirects created by the conversion script
Tim Starling [Fri, 4 Jun 2004 02:45:49 +0000 (02:45 +0000)]
don't cache redirects created by the conversion script

20 years agoMore detail in profiling data
Tim Starling [Fri, 4 Jun 2004 02:44:58 +0000 (02:44 +0000)]
More detail in profiling data

20 years agoDon't forget inverse_timestamp
Brion Vibber [Fri, 4 Jun 2004 00:22:43 +0000 (00:22 +0000)]
Don't forget inverse_timestamp

20 years agolink colour tweaks
Gabriel Wicke [Thu, 3 Jun 2004 22:09:00 +0000 (22:09 +0000)]
link colour tweaks

20 years agoServer hostname in comment
Tim Starling [Thu, 3 Jun 2004 09:26:43 +0000 (09:26 +0000)]
Server hostname in comment

20 years agoSave you changes\!
Brion Vibber [Thu, 3 Jun 2004 04:05:01 +0000 (04:05 +0000)]
Save you changes\!

20 years agoLetting sysops change the wiki-wide stylesheet, instead of bureaucrats.
Tim Starling [Thu, 3 Jun 2004 02:46:48 +0000 (02:46 +0000)]
Letting sysops change the wiki-wide stylesheet, instead of bureaucrats.

Bureaucrats have no role in practical tasks, they exist only for the purpose of making sysops. Sysops are trusted not to take malicious actions. Changes to stylesheets cannot cause data loss, and can even be reverted by sysops in the case of total site failure using a hand-constructed rollback URL.

20 years agotypo
Gabriel Wicke [Thu, 3 Jun 2004 02:29:45 +0000 (02:29 +0000)]
typo

20 years agoBureacrat now
Gabriel Wicke [Thu, 3 Jun 2004 02:27:25 +0000 (02:27 +0000)]
Bureacrat now

20 years agoprotect global stylesheets to devs only
Gabriel Wicke [Thu, 3 Jun 2004 02:23:17 +0000 (02:23 +0000)]
protect global stylesheets to devs only

20 years agodisallow any editing in the MediaWiki NS for non-sysop users
Gabriel Wicke [Thu, 3 Jun 2004 01:41:45 +0000 (01:41 +0000)]
disallow any editing in the MediaWiki NS for non-sysop users

20 years agouse site-wide \<Skinname\>.css pulled from MediaWiki namespace
Gabriel Wicke [Thu, 3 Jun 2004 01:29:54 +0000 (01:29 +0000)]
use site-wide \<Skinname\>.css pulled from MediaWiki namespace

20 years agofunction makeNSUrl( , ='', =0 )
Gabriel Wicke [Thu, 3 Jun 2004 01:29:02 +0000 (01:29 +0000)]
function makeNSUrl( , ='', =0 )

20 years agoMonobook.css message (note the upper case)
Gabriel Wicke [Thu, 3 Jun 2004 01:27:01 +0000 (01:27 +0000)]
Monobook.css message (note the upper case)

20 years agouse wfMsg() for MediaWiki NS
Gabriel Wicke [Thu, 3 Jun 2004 01:25:44 +0000 (01:25 +0000)]
use wfMsg() for MediaWiki NS

20 years agoadditional smaxage parameter
Gabriel Wicke [Thu, 3 Jun 2004 00:54:18 +0000 (00:54 +0000)]
additional smaxage parameter

20 years agono tab index on search input
Gabriel Wicke [Thu, 3 Jun 2004 00:34:43 +0000 (00:34 +0000)]
no tab index on search input

20 years agotoc formatting for standard/nostalgia/cologneblue
Gabriel Wicke [Wed, 2 Jun 2004 23:36:12 +0000 (23:36 +0000)]
toc formatting for standard/nostalgia/cologneblue

20 years ago/tr added to tags
Gabriel Wicke [Wed, 2 Jun 2004 23:22:24 +0000 (23:22 +0000)]
/tr added to  tags

20 years agoThe Arab al[[Razi]] cleanup
Gabriel Wicke [Wed, 2 Jun 2004 22:54:01 +0000 (22:54 +0000)]
The Arab al[[Razi]] cleanup

20 years agoThe Arab al[[Razi]] back on board
Gabriel Wicke [Wed, 2 Jun 2004 22:39:06 +0000 (22:39 +0000)]
The Arab al[[Razi]] back on board

20 years agomargin-top on catlinks
Gabriel Wicke [Wed, 2 Jun 2004 15:59:28 +0000 (15:59 +0000)]
margin-top on catlinks

20 years agothumb updates
Gabriel Wicke [Wed, 2 Jun 2004 15:51:43 +0000 (15:51 +0000)]
thumb updates

20 years agosection anchor encoding:
Gabriel Wicke [Wed, 2 Jun 2004 15:19:28 +0000 (15:19 +0000)]
section anchor encoding:
'%' -> '.'
pseudo-urlencoded for enough uniqueness in non-ascii languages

20 years agoused quickEdit()
Tim Starling [Wed, 2 Jun 2004 14:53:35 +0000 (14:53 +0000)]
used quickEdit()

20 years agotoc colours for category box
Gabriel Wicke [Wed, 2 Jun 2004 14:43:48 +0000 (14:43 +0000)]
toc colours for category box

20 years agocategories moved to bottom of the page, plain formatting for now
Gabriel Wicke [Wed, 2 Jun 2004 14:19:15 +0000 (14:19 +0000)]
categories moved to bottom of the page, plain formatting for now

20 years agofixed quickEdit(), used quickEdit() in InitialiseMessages.inc
Tim Starling [Wed, 2 Jun 2004 13:58:31 +0000 (13:58 +0000)]
fixed quickEdit(), used quickEdit() in InitialiseMessages.inc

20 years agoappend semicolon
Tim Starling [Wed, 2 Jun 2004 13:15:50 +0000 (13:15 +0000)]
append semicolon

20 years agoexperimental quickEdit() function
Tim Starling [Wed, 2 Jun 2004 13:14:40 +0000 (13:14 +0000)]
experimental quickEdit() function

20 years agonowiki handling
Gabriel Wicke [Wed, 2 Jun 2004 12:29:15 +0000 (12:29 +0000)]
nowiki handling
* unstrip done for nowiki separately (unstripNoWiki())
* unstripNoWiki() called *after* doBlockLevels

20 years agosafer script
Tim Starling [Wed, 2 Jun 2004 10:43:18 +0000 (10:43 +0000)]
safer script

20 years agodarker grey for autocomment
Gabriel Wicke [Wed, 2 Jun 2004 08:29:00 +0000 (08:29 +0000)]
darker grey for autocomment

20 years agoReverting to previous revision; this broke at least one example and I'm not sure...
Brion Vibber [Wed, 2 Jun 2004 08:01:48 +0000 (08:01 +0000)]
Reverting to previous revision; this broke at least one example and I'm not sure why.

20 years agoDon't put literal <nowiki>, <hiero>, or <timeline> into the output. This
Brion Vibber [Wed, 2 Jun 2004 07:43:05 +0000 (07:43 +0000)]
Don't put literal <nowiki>, <hiero>, or <timeline> into the output. This
breaks (X)HTML validation as well as the general rule of rejecting
unknown tags by showing them as text. (<nowiki> is never unknown of course,
so it never appears. Just its text remains raw.)