lhc/web/wiklou.git
20 years ago* some fiddling with the remaining pre-inside-p problem
Gabriel Wicke [Sun, 4 Apr 2004 19:56:14 +0000 (19:56 +0000)]
* some fiddling with the remaining pre-inside-p problem
* ' also stripped

20 years ago* id="autocomment" -> class="autocomment"
Gabriel Wicke [Sun, 4 Apr 2004 19:55:03 +0000 (19:55 +0000)]
* id="autocomment" -> class="autocomment"
* border="0" -> img { border: none; }

20 years agofixtags hack slightly cleaned up
Gabriel Wicke [Sun, 4 Apr 2004 14:48:29 +0000 (14:48 +0000)]
fixtags hack slightly cleaned up

20 years agotocline was missing
Gabriel Wicke [Sun, 4 Apr 2004 14:15:11 +0000 (14:15 +0000)]
tocline was missing

20 years agono overflow: auto for capable browsers
Gabriel Wicke [Sun, 4 Apr 2004 14:01:32 +0000 (14:01 +0000)]
no overflow: auto for capable browsers

20 years ago* anchor stripping now positively defined, only a few explicitly defined invalid...
Gabriel Wicke [Sun, 4 Apr 2004 13:59:45 +0000 (13:59 +0000)]
* anchor stripping now positively defined, only a few explicitly defined invalid characters are replaced by _:
$canonized_headline = preg_replace("/[ &\\/<>\\(\\)\\[\\]=,+]+/", '_', html_entity_decode(trim( $canonized_headline )));
* additional fixes for closing p's in tables

20 years agofix missing comma, special chars
Erik Moeller [Sun, 4 Apr 2004 11:26:29 +0000 (11:26 +0000)]
fix missing comma, special chars

20 years agolanguages update
Andre Engels [Sun, 4 Apr 2004 09:58:53 +0000 (09:58 +0000)]
languages update

20 years ago+tp
Tim Starling [Sun, 4 Apr 2004 08:28:43 +0000 (08:28 +0000)]
+tp

20 years agoOops, missing MW
Brion Vibber [Sun, 4 Apr 2004 02:47:16 +0000 (02:47 +0000)]
Oops, missing MW

20 years agoFix a couple minor errors
Brion Vibber [Sun, 4 Apr 2004 02:34:35 +0000 (02:34 +0000)]
Fix a couple minor errors

20 years ago* aditional span / div inside floated image-div to allow better css styling
Gabriel Wicke [Sun, 4 Apr 2004 01:50:43 +0000 (01:50 +0000)]
* aditional span / div inside floated image-div to allow better css styling
* small xhtml tweaks
* DaVinci and Mono temporarily disabled

20 years agogot rid of a few surplus id's
Gabriel Wicke [Sun, 4 Apr 2004 01:46:47 +0000 (01:46 +0000)]
got rid of a few surplus id's

20 years ago* Opera 6.1 fixes
Gabriel Wicke [Sun, 4 Apr 2004 01:45:58 +0000 (01:45 +0000)]
* Opera 6.1 fixes

20 years agoxhtml tweaks, please review!
Gabriel Wicke [Sun, 4 Apr 2004 01:45:02 +0000 (01:45 +0000)]
xhtml tweaks, please review!

fixed problems:
* surplus closing p's
* invalid nesting of table / div (floated images) / hr in <p>'s
* generation of multiple empty p's
* invalid nesting of section editing spans
* invalid anchor names- attention! this might break links! Replacing [^a-z0-9] -> '_' now

known issues:
* needs a space at the beginning of the first line in the wikisource to parse leading ''', * and similar

20 years agoUkrainian language file (from meta)
Arne Heizmann [Sat, 3 Apr 2004 23:08:19 +0000 (23:08 +0000)]
Ukrainian language file (from meta)

20 years agoXHTML fixes
Brion Vibber [Sat, 3 Apr 2004 11:31:05 +0000 (11:31 +0000)]
XHTML fixes

20 years agoFix login/logout under XHTML
Brion Vibber [Sat, 3 Apr 2004 10:59:26 +0000 (10:59 +0000)]
Fix login/logout under XHTML

20 years agoBasic page rendering and editing now works in XHTML! Yeah!
Brion Vibber [Sat, 3 Apr 2004 10:23:26 +0000 (10:23 +0000)]
Basic page rendering and editing now works in XHTML! Yeah!
To test:
$wgMimeType = "text/xml";
$wgDocType = "-//W3C//DTD XHTML 1.0 Transitional//EN";
$wgDTD = "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";

20 years agoHTML tweaks inching towards XHTML-friendly output. To test:
Brion Vibber [Sat, 3 Apr 2004 10:01:08 +0000 (10:01 +0000)]
HTML tweaks inching towards XHTML-friendly output. To test:
$wgMimeType = "text/xml";
$wgDocType = "-//W3C//DTD XHTML 1.0 Transitional//EN";
$wgDTD = "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";

Mozilla will spit out angry erorrs at all the well-formedness errors.

20 years agodo not focus textarea on Safari
Erik Moeller [Sat, 3 Apr 2004 09:38:09 +0000 (09:38 +0000)]
do not focus textarea on Safari

20 years agoanother scrolling bug
Erik Moeller [Sat, 3 Apr 2004 09:19:03 +0000 (09:19 +0000)]
another scrolling bug

20 years agoedit box toolbar=>edit toolbar
Erik Moeller [Sat, 3 Apr 2004 09:04:23 +0000 (09:04 +0000)]
edit box toolbar=>edit toolbar

20 years agoupdate from live site (proxy_check2.php)
Erik Moeller [Sat, 3 Apr 2004 08:23:25 +0000 (08:23 +0000)]
update from live site (proxy_check2.php)

20 years agomore debugging rubbish, sorry
Tim Starling [Sat, 3 Apr 2004 07:49:26 +0000 (07:49 +0000)]
more debugging rubbish, sorry

20 years agomissing semicolon
Erik Moeller [Sat, 3 Apr 2004 07:10:45 +0000 (07:10 +0000)]
missing semicolon

20 years agoFix toolbar scrolling bug in Mozilla, toolbar can now be safely and fully
Erik Moeller [Sat, 3 Apr 2004 07:04:20 +0000 (07:04 +0000)]
Fix toolbar scrolling bug in Mozilla, toolbar can now be safely and fully
used in Moz

20 years agooops, debug output
Tim Starling [Sat, 3 Apr 2004 07:03:34 +0000 (07:03 +0000)]
oops, debug output

20 years agorestored width=98%, like I already did with the top table
Tim Starling [Sat, 3 Apr 2004 05:57:38 +0000 (05:57 +0000)]
restored width=98%, like I already did with the top table

20 years agoMade wfMerge() work on Windows, and fixed some merge-related comments in EditPage
Tim Starling [Sat, 3 Apr 2004 05:55:37 +0000 (05:55 +0000)]
Made wfMerge() work on Windows, and fixed some merge-related comments in EditPage

20 years ago__FORCETOC__ to display a TOC even on pages with less than 4 headings, written by...
Tim Starling [Sat, 3 Apr 2004 04:38:09 +0000 (04:38 +0000)]
__FORCETOC__ to display a TOC even on pages with less than 4 headings, written by Silsor

20 years agoremoving now unnecessary global registration, which causes a notice on every page
Tim Starling [Sat, 3 Apr 2004 01:22:04 +0000 (01:22 +0000)]
removing now unnecessary global registration, which causes a notice on every page

20 years agoseconds in RC
Tim Starling [Sat, 3 Apr 2004 00:53:17 +0000 (00:53 +0000)]
seconds in RC

20 years agofixing category links, nth time
Magnus Manske [Fri, 2 Apr 2004 20:47:06 +0000 (20:47 +0000)]
fixing category links, nth time

20 years agofixing category links, nth time
Magnus Manske [Fri, 2 Apr 2004 20:34:13 +0000 (20:34 +0000)]
fixing category links, nth time

20 years agofixing category links, nth time
Magnus Manske [Fri, 2 Apr 2004 20:19:20 +0000 (20:19 +0000)]
fixing category links, nth time

20 years agotooltips changed
Gabriel Wicke [Fri, 2 Apr 2004 17:21:00 +0000 (17:21 +0000)]
tooltips changed

20 years agoadded margin-left and decreased mergin-bottom for dd's
Gabriel Wicke [Fri, 2 Apr 2004 17:19:05 +0000 (17:19 +0000)]
added margin-left and decreased mergin-bottom for dd's

20 years ago* tooltips for all links in sidebar for consistency
Gabriel Wicke [Fri, 2 Apr 2004 17:16:52 +0000 (17:16 +0000)]
* tooltips for all links in sidebar for consistency

20 years ago* moved link setup to separate functions
Gabriel Wicke [Fri, 2 Apr 2004 17:15:29 +0000 (17:15 +0000)]
* moved link setup to separate functions
* more checking and fallback in makeUrl

20 years ago* missing quotes in gnunote
Gabriel Wicke [Fri, 2 Apr 2004 12:03:53 +0000 (12:03 +0000)]
* missing quotes in gnunote
* rewording of messages
* tweaks to access key settings and tooltips

20 years agospecial icon for news:// urls, only displayed in moz, konq and safari (and maybe...
Gabriel Wicke [Fri, 2 Apr 2004 12:00:00 +0000 (12:00 +0000)]
special icon for news:// urls, only displayed in moz, konq and safari (and maybe latest opera).

20 years agoFix non-root install bug
Brion Vibber [Fri, 2 Apr 2004 10:31:39 +0000 (10:31 +0000)]
Fix non-root install bug

20 years agocomment
Gabriel Wicke [Fri, 2 Apr 2004 10:30:41 +0000 (10:30 +0000)]
comment

20 years agowgSiteSupportPage instead of sitesupportpage
Gabriel Wicke [Fri, 2 Apr 2004 10:08:48 +0000 (10:08 +0000)]
wgSiteSupportPage instead of sitesupportpage

20 years agosome link titles added in toolbox
Gabriel Wicke [Fri, 2 Apr 2004 09:53:41 +0000 (09:53 +0000)]
some link titles added in toolbox

20 years agomainly ie fixes
Gabriel Wicke [Fri, 2 Apr 2004 09:49:08 +0000 (09:49 +0000)]
mainly ie fixes

20 years agoxhtml tweaks, non-minimized values for checked
Gabriel Wicke [Fri, 2 Apr 2004 09:46:59 +0000 (09:46 +0000)]
xhtml tweaks, non-minimized values for checked

20 years agoFix blocks for non-memcache
Brion Vibber [Fri, 2 Apr 2004 06:48:57 +0000 (06:48 +0000)]
Fix blocks for non-memcache

20 years agoA little HTML cleanup on diff links
Brion Vibber [Fri, 2 Apr 2004 06:09:58 +0000 (06:09 +0000)]
A little HTML cleanup on diff links

20 years agoRemove mistaken and miscoded translits in language list; add some comments; remove...
Brion Vibber [Fri, 2 Apr 2004 04:43:20 +0000 (04:43 +0000)]
Remove mistaken and miscoded translits in language list; add some comments; remove unused "sitesupportpage" message ($wgSiteSupportPage is used.)

20 years agominor changes
Tim Starling [Thu, 1 Apr 2004 13:06:01 +0000 (13:06 +0000)]
minor changes

20 years agoerror message returned even for non-PEAR function
Tim Starling [Thu, 1 Apr 2004 13:05:20 +0000 (13:05 +0000)]
error message returned even for non-PEAR function

20 years agoadded credits
Tim Starling [Thu, 1 Apr 2004 13:04:28 +0000 (13:04 +0000)]
added credits

20 years agoRefactored (object-orientified) to make them play nice with $wgRequest
Tim Starling [Thu, 1 Apr 2004 13:03:05 +0000 (13:03 +0000)]
Refactored (object-orientified) to make them play nice with $wgRequest

20 years agoUse of $wgRequest, fixed two subfunctions to use the new link table but then realised...
Tim Starling [Thu, 1 Apr 2004 12:55:59 +0000 (12:55 +0000)]
Use of $wgRequest, fixed two subfunctions to use the new link table but then realised neither of them will work anyway. Also some code formatting

20 years agouse of $wgRequest
Tim Starling [Thu, 1 Apr 2004 12:53:01 +0000 (12:53 +0000)]
use of $wgRequest

20 years agoavoiding warnings when the article flag is set for things that aren't really articles
Tim Starling [Thu, 1 Apr 2004 12:46:31 +0000 (12:46 +0000)]
avoiding warnings when the article flag is set for things that aren't really articles

20 years agoextra $returnto parameter in returnToMain()
Tim Starling [Thu, 1 Apr 2004 12:44:54 +0000 (12:44 +0000)]
extra $returnto parameter in returnToMain()

20 years agofixing notices and syncing with refactoring in Article.php
Tim Starling [Thu, 1 Apr 2004 12:43:40 +0000 (12:43 +0000)]
fixing notices and syncing with refactoring in Article.php

20 years agorefactoring and $wgRequest use
Tim Starling [Thu, 1 Apr 2004 12:37:45 +0000 (12:37 +0000)]
refactoring and $wgRequest use

20 years agofixed bugs added recently
Tim Starling [Thu, 1 Apr 2004 12:35:45 +0000 (12:35 +0000)]
fixed bugs added recently

20 years agotypo
Tim Starling [Thu, 1 Apr 2004 12:34:15 +0000 (12:34 +0000)]
typo

20 years agomonobook
Gabriel Wicke [Tue, 30 Mar 2004 00:27:47 +0000 (00:27 +0000)]
monobook

20 years agocleanup, monobook
Gabriel Wicke [Tue, 30 Mar 2004 00:25:14 +0000 (00:25 +0000)]
cleanup, monobook

20 years agothe visual-portal-wrapper div now really wraps the whole thing, important for font...
Gabriel Wicke [Tue, 30 Mar 2004 00:24:12 +0000 (00:24 +0000)]
the visual-portal-wrapper div now really wraps the whole thing, important for font sizes in the current skins.

20 years agonew skin, Mono pending update from this one minus background
Gabriel Wicke [Tue, 30 Mar 2004 00:22:18 +0000 (00:22 +0000)]
new skin, Mono pending update from this one minus background

20 years agoRemoved dependence on register_globals from everything except the special pages....
Tim Starling [Mon, 29 Mar 2004 14:48:07 +0000 (14:48 +0000)]
Removed dependence on register_globals from everything except the special pages. Fixed miscellaneous bugs.

20 years agominor bug fix that caused the default keyword not to work, small performance improvement
Gabriel Wicke [Sun, 28 Mar 2004 21:03:16 +0000 (21:03 +0000)]
minor bug fix that caused the default keyword not to work, small performance improvement

20 years agouses Skin names from Language.php again
Gabriel Wicke [Sun, 28 Mar 2004 21:01:21 +0000 (21:01 +0000)]
uses Skin names from Language.php again

20 years agorenamed replaceInternalLinks to doTokenizedParser
Jens Frank [Sun, 28 Mar 2004 10:01:13 +0000 (10:01 +0000)]
renamed replaceInternalLinks to doTokenizedParser

20 years agoFixed two notices, fixed handling of windows line endings, try root with blank passwo...
Tim Starling [Sun, 28 Mar 2004 06:51:15 +0000 (06:51 +0000)]
Fixed two notices, fixed handling of windows line endings, try root with blank password before regular user, fixed typo

20 years agoHTTP_POST_VARS obsolete, annoying
Brion Vibber [Sun, 28 Mar 2004 01:48:13 +0000 (01:48 +0000)]
HTTP_POST_VARS obsolete, annoying

20 years agoSome slash fixes
Brion Vibber [Sun, 28 Mar 2004 01:47:43 +0000 (01:47 +0000)]
Some slash fixes

20 years agoalterations to allow a command-line wikitext processor
Tim Starling [Sat, 27 Mar 2004 22:47:25 +0000 (22:47 +0000)]
alterations to allow a command-line wikitext processor

20 years agosome more li adjustments for opera
Gabriel Wicke [Sat, 27 Mar 2004 20:36:03 +0000 (20:36 +0000)]
some more li adjustments for opera

20 years agoFixed listing of Skin names in Special:Preferences
Jens Frank [Sat, 27 Mar 2004 18:44:30 +0000 (18:44 +0000)]
Fixed listing of Skin names in Special:Preferences

20 years agoFix up de-Wikipediafication of LanguageFr.
Brion Vibber [Sat, 27 Mar 2004 09:11:42 +0000 (09:11 +0000)]
Fix up de-Wikipediafication of LanguageFr.
Fixed up skin names for new format.

20 years agowidth=98% in top table
Tim Starling [Sat, 27 Mar 2004 06:16:42 +0000 (06:16 +0000)]
width=98% in top table

20 years agoAdded text conversion phase, misc. improvements
Tim Starling [Sat, 27 Mar 2004 05:48:24 +0000 (05:48 +0000)]
Added text conversion phase, misc. improvements

20 years agoFix skin names
Brion Vibber [Fri, 26 Mar 2004 23:49:16 +0000 (23:49 +0000)]
Fix skin names

20 years agoanother one deprecated
Gabriel Wicke [Fri, 26 Mar 2004 23:30:25 +0000 (23:30 +0000)]
another one deprecated

20 years agoAll these files are deprecated now, they import the right css files but should be...
Gabriel Wicke [Fri, 26 Mar 2004 23:28:09 +0000 (23:28 +0000)]
All these files are deprecated now, they import the right css files but should be deleted later

20 years agotext-transform: none on username also in davinci
Gabriel Wicke [Fri, 26 Mar 2004 23:17:30 +0000 (23:17 +0000)]
text-transform: none on username also in davinci

20 years ago* Mono Skin added
Gabriel Wicke [Fri, 26 Mar 2004 23:13:18 +0000 (23:13 +0000)]
* Mono Skin added
* oldid edit link in SkinPHPTal
* more extensive footer

20 years agomoved from davinci.pt, is used for several skins
Gabriel Wicke [Fri, 26 Mar 2004 23:09:07 +0000 (23:09 +0000)]
moved from davinci.pt, is used for several skins

20 years agomoved from the main stylesheets dir- hope sf.net makes the move to svn or arch soon...
Gabriel Wicke [Fri, 26 Mar 2004 23:07:46 +0000 (23:07 +0000)]
moved from the main stylesheets dir- hope sf.net makes the move to svn or arch soon...

20 years agonew monochrome skin
Gabriel Wicke [Fri, 26 Mar 2004 23:03:30 +0000 (23:03 +0000)]
new monochrome skin

20 years agoskin names as associative array
Gabriel Wicke [Fri, 26 Mar 2004 22:27:43 +0000 (22:27 +0000)]
skin names as associative array

20 years agoskin names now in associative array, provides fallback for the three main skins
Gabriel Wicke [Fri, 26 Mar 2004 22:25:57 +0000 (22:25 +0000)]
skin names now in associative array, provides fallback for the three main skins

20 years agoFix missing initialization
Brion Vibber [Fri, 26 Mar 2004 21:25:48 +0000 (21:25 +0000)]
Fix missing initialization

20 years agoupdate and
Camille Constans [Fri, 26 Mar 2004 20:17:05 +0000 (20:17 +0000)]
update  and

20 years agoExperimental support for WikiHiero
Mr. E23 [Fri, 26 Mar 2004 19:02:24 +0000 (19:02 +0000)]
Experimental support for WikiHiero

20 years agoforgot to remove some testing code
Mr. E23 [Fri, 26 Mar 2004 17:19:09 +0000 (17:19 +0000)]
forgot to remove some testing code

20 years agoCode cleanup for strip() and unstrip()
Mr. E23 [Fri, 26 Mar 2004 17:14:23 +0000 (17:14 +0000)]
Code cleanup for strip() and unstrip()

20 years agoInstallation, compatibility, security fixlets:
Brion Vibber [Fri, 26 Mar 2004 16:47:12 +0000 (16:47 +0000)]
Installation, compatibility, security fixlets:
* Detect use of PHP as CGI and disable index.php/Title URLs
* Try to auto-create math tmp & output directories if not present
* Disable Asksql in default install ($wgAllowSysopQueries)

Added skin names to LanguageEo

20 years agoUsing full URL instead of relative for js arbitrary diff, since relative URLs seem...
Mr. E23 [Fri, 26 Mar 2004 15:38:04 +0000 (15:38 +0000)]
Using full URL instead of relative for js arbitrary diff, since relative URLs seem to cause security warnings on some browsers

20 years agorevert unintended replacement of wiki.png
Jens Frank [Thu, 25 Mar 2004 05:43:39 +0000 (05:43 +0000)]
revert unintended replacement of wiki.png

20 years agoSmarty - include in LocalSettings, updated css
Jens Frank [Wed, 24 Mar 2004 22:02:47 +0000 (22:02 +0000)]
Smarty - include in LocalSettings, updated css

20 years agoSmarty-2.6.2 import
Jens Frank [Wed, 24 Mar 2004 19:55:25 +0000 (19:55 +0000)]
Smarty-2.6.2 import