lhc/web/wiklou.git
20 years agofinally found the reason for the li bug, top a now in skin
Gabriel Wicke [Wed, 7 Apr 2004 16:12:18 +0000 (16:12 +0000)]
finally found the reason for the li bug, top a now in skin

20 years ago* non-existing discussion link formatting
Gabriel Wicke [Wed, 7 Apr 2004 14:43:24 +0000 (14:43 +0000)]
* non-existing discussion link formatting
* pre width no longer set for IE5.5 and 6

20 years agoreordered navi links, new talk is structure (no escaping applied with structure keyword)
Gabriel Wicke [Wed, 7 Apr 2004 14:37:39 +0000 (14:37 +0000)]
reordered navi links, new talk is structure (no escaping applied with structure keyword)

20 years ago* talk notice not displayed on talk page
Gabriel Wicke [Wed, 7 Apr 2004 14:27:25 +0000 (14:27 +0000)]
* talk notice not displayed on talk page
* comment re htmlspecialchars

20 years ago'' instead of '-' to disable nav items
Gabriel Wicke [Wed, 7 Apr 2004 14:20:57 +0000 (14:20 +0000)]
'' instead of '-' to disable nav items

20 years agoportal added, moved comments, '' instead of '-' to disable nav items
Gabriel Wicke [Wed, 7 Apr 2004 13:59:54 +0000 (13:59 +0000)]
portal added, moved comments, '' instead of '-' to disable nav items

20 years agofixed notices
Tim Starling [Wed, 7 Apr 2004 13:59:15 +0000 (13:59 +0000)]
fixed notices

20 years agoallowed changes in preferences, especially skin, to be immediately displayed in the...
Tim Starling [Wed, 7 Apr 2004 13:58:14 +0000 (13:58 +0000)]
allowed changes in preferences, especially skin, to be immediately displayed in the "preferences saved" confirmation screen

20 years agofixed minor bug
Tim Starling [Wed, 7 Apr 2004 13:56:47 +0000 (13:56 +0000)]
fixed minor bug

20 years agoFix a bug I closed without checking and I cant find right now :(
Antoine Musso [Wed, 7 Apr 2004 13:44:14 +0000 (13:44 +0000)]
Fix a bug I closed without checking and I cant find right now :(
Basicly creating an internal link with a <nowiki> thing generate bad link in the database (using a NaodW29). I used the unstrip function of parser.php to remove that from the text before it is send to the internal link handler. Seems to fix things quite well

20 years agofixed minor bug in Skin.php which has been there forever -- link attributes of extern...
Tim Starling [Wed, 7 Apr 2004 13:07:16 +0000 (13:07 +0000)]
fixed minor bug in Skin.php which has been there forever -- link attributes of external links in Skin:makeLink()

20 years agoFix sourceforge bug 872981
Antoine Musso [Wed, 7 Apr 2004 12:38:01 +0000 (12:38 +0000)]
Fix sourceforge bug 872981
Typo ;)

20 years agoFix sourceforge bug 930986
Antoine Musso [Wed, 7 Apr 2004 11:36:01 +0000 (11:36 +0000)]
Fix sourceforge bug 930986
"http" was hardcoded for $wgServer, implement a check if $_SERVER["HTTPS"] exist.
Thanks to Jan Legenhausen (jleg@users.sourceforge.net)

20 years agoFix sourceforge bug 930108
Antoine Musso [Wed, 7 Apr 2004 11:14:56 +0000 (11:14 +0000)]
Fix sourceforge bug 930108
use $wgscriptname instead of /wiki/ in URLs

20 years agorepl "blah" with real text
Erik Moeller [Wed, 7 Apr 2004 10:29:48 +0000 (10:29 +0000)]
repl "blah" with real text

20 years ago-unnecessary skin declaration; thanks, marco
Erik Moeller [Wed, 7 Apr 2004 10:02:22 +0000 (10:02 +0000)]
-unnecessary skin declaration; thanks, marco

20 years agoRemove obsolete davinci.pt (xhtml_slim.pt instead)
Brion Vibber [Wed, 7 Apr 2004 06:56:04 +0000 (06:56 +0000)]
Remove obsolete davinci.pt (xhtml_slim.pt instead)

20 years agoEncode the URLs for the navlinks, which were being dumped into the
Brion Vibber [Wed, 7 Apr 2004 06:53:42 +0000 (06:53 +0000)]
Encode the URLs for the navlinks, which were being dumped into the
code raw, invalidating the (X)HTML document.

20 years agodo not underline *any* links when underlining is disabled
Erik Moeller [Wed, 7 Apr 2004 06:02:59 +0000 (06:02 +0000)]
do not underline *any* links when underlining is disabled

20 years agofixed accidental usage of wfFullUrl()
Tim Starling [Wed, 7 Apr 2004 05:46:47 +0000 (05:46 +0000)]
fixed accidental usage of wfFullUrl()

20 years agofix cat formatting
Erik Moeller [Wed, 7 Apr 2004 05:34:54 +0000 (05:34 +0000)]
fix cat formatting

20 years ago1) when autosummaries are mixed with human-written ones, insert separators
Erik Moeller [Wed, 7 Apr 2004 04:31:19 +0000 (04:31 +0000)]
1) when autosummaries are mixed with human-written ones, insert separators
where needed
2) allow links in summaries, but no other wiki formatting (if this is too
slow, we can switch to makeKnownLink, which does not need to look up if
the page exists). The regexing here is a bit ugly, if someone can simplify
it, please do so. I had problems when using something like
preg_replace(regex,$this->makeLink("$1")), where it would apparently not
fully resolve the $1 and end up mixing the resolved back reference with
the string $1, so you would get links like <a href='$1'>Page title</a>.
Weird stuff.
3) use Skin::formatComment in Special:Newpages
4) preliminary accesskeys for toolbar, but not used yet (works wonderful
in Mozilla, but in IE, it just focuses the buttons - maybe make it a user
pref when prefs are reorganized, or make it work in IE)

20 years agochoose the min between the two block times when autoblocking a user with
Erik Moeller [Wed, 7 Apr 2004 01:56:35 +0000 (01:56 +0000)]
choose the min between the two block times when autoblocking a user with
a set expiry time

20 years agoif user is blocked with an expiry date, do not add autoblock expiry date
Erik Moeller [Tue, 6 Apr 2004 23:08:57 +0000 (23:08 +0000)]
if user is blocked with an expiry date, do not add autoblock expiry date
on top of that but instead reuse it

20 years agosome translations
Antoine Musso [Tue, 6 Apr 2004 14:28:41 +0000 (14:28 +0000)]
some translations

20 years agoending ) thx to jeronim@irc
Antoine Musso [Tue, 6 Apr 2004 13:51:29 +0000 (13:51 +0000)]
ending )  thx to jeronim@irc

20 years agoCryptographic security in Special:Blockme, in response to reports of abuse
Tim Starling [Tue, 6 Apr 2004 01:25:26 +0000 (01:25 +0000)]
Cryptographic security in Special:Blockme, in response to reports of abuse

20 years agodirty hack to work around the one-space-at-beginning-required problem
Gabriel Wicke [Mon, 5 Apr 2004 11:41:41 +0000 (11:41 +0000)]
dirty hack to work around the one-space-at-beginning-required problem

20 years agono br if line contains whitespace, no empty line added after parsing interwiki langua...
Gabriel Wicke [Mon, 5 Apr 2004 11:34:13 +0000 (11:34 +0000)]
no br if line contains whitespace, no empty line added after parsing interwiki language links

20 years agobug fix -- multiple user IDs for Proxy blocker
Tim Starling [Mon, 5 Apr 2004 10:42:57 +0000 (10:42 +0000)]
bug fix -- multiple user IDs for Proxy blocker

20 years agoAdded transformation to wfMsg output, allowing tags such as {{SITENAME}} and {{localu...
Tim Starling [Mon, 5 Apr 2004 10:38:40 +0000 (10:38 +0000)]
Added transformation to wfMsg output, allowing tags such as {{SITENAME}} and {{localurl:Special:Preferences}} in the language files and MediaWiki namespace

20 years agoForgot to add this file.
Evan Prodromou [Mon, 5 Apr 2004 04:38:13 +0000 (04:38 +0000)]
Forgot to add this file.

20 years agoAdd $wgCapitalLinks option; if set to false, titles won't be forced to
Brion Vibber [Mon, 5 Apr 2004 04:02:04 +0000 (04:02 +0000)]
Add $wgCapitalLinks option; if set to false, titles won't be forced to
have an initial capital. This isn't recommended in general, as it will
make "[[Asteroid]]s are..." and "... like [[asteroid]]s." point to
different pages.

It is meant mainly for languages which use the latin alphabet but don't
capitalize at sentence start (mainly conlangs) or for special purposes
where this is needed. This can *break links* and should not be changed
on an existing wiki without careful attention.

20 years agoadded skin names in new format (ass. array)
Gabriel Wicke [Sun, 4 Apr 2004 22:46:12 +0000 (22:46 +0000)]
added skin names in new format (ass. array)

20 years agoadd "Powered by Mediawiki" to gnunote
Erik Moeller [Sun, 4 Apr 2004 22:46:07 +0000 (22:46 +0000)]
add "Powered by Mediawiki" to gnunote

20 years agoWhitespace & coding standards adjustments to Evan's last commits.
Brion Vibber [Sun, 4 Apr 2004 22:33:11 +0000 (22:33 +0000)]
Whitespace & coding standards adjustments to Evan's last commits.
Metadata.php seems to be missing, so the new code doesn't work yet.

20 years agoAdded code to implement Dublin Core and Creative Commons RDF metadata.
Evan Prodromou [Sun, 4 Apr 2004 21:58:05 +0000 (21:58 +0000)]
Added code to implement Dublin Core and Creative Commons RDF metadata.

If these features are turned on (with global flags), a metadata link tag is
provided to the appropriate action ('dublincore' or 'creativecommons'). When
the wiki script receives these actions, it creates RDF files on the fly.

Also includes two valuable general functions: one to show an HTTP error
(used when the flags are turned off), and one to do content negotiation
(used to determine the MIME type for RDF files).

A helper function is also added to page output to display metadata links.

20 years ago<br> to <br /> fixes (XHTML); added MonoBook to skin list in fr
Brion Vibber [Sun, 4 Apr 2004 21:40:16 +0000 (21:40 +0000)]
<br> to <br /> fixes (XHTML); added MonoBook to skin list in fr

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