lhc/web/wiklou.git
20 years agoanother warning
Gabriel Wicke [Thu, 15 Apr 2004 23:17:00 +0000 (23:17 +0000)]
another warning

20 years agosimplified
Gabriel Wicke [Thu, 15 Apr 2004 22:49:02 +0000 (22:49 +0000)]
simplified

20 years agowarning fix
Gabriel Wicke [Thu, 15 Apr 2004 22:44:59 +0000 (22:44 +0000)]
warning fix

20 years agoTry to reduce the number of replicated entries in the DC metadata. Leave out
Evan Prodromou [Thu, 15 Apr 2004 22:28:38 +0000 (22:28 +0000)]
Try to reduce the number of replicated entries in the DC metadata. Leave out
anonymous items, and then count them in a separate query. Also, leave out
the article's last editor.

20 years agoFix search action for all servers in the world except gwicke's :)
Brion Vibber [Thu, 15 Apr 2004 22:28:28 +0000 (22:28 +0000)]
Fix search action for all servers in the world except gwicke's :)

20 years agofixed width moved to iemac hacks and nowrap hidden from old browsers
Gabriel Wicke [Thu, 15 Apr 2004 22:27:41 +0000 (22:27 +0000)]
fixed width moved to iemac hacks and nowrap hidden from old browsers

20 years agoFix search action for all servers in the world except gwicke's :)
Brion Vibber [Thu, 15 Apr 2004 22:25:57 +0000 (22:25 +0000)]
Fix search action for all servers in the world except gwicke's :)

20 years agoIE/Mac doesn't float the divs correctly without a width. These icons are always 88px.
Brion Vibber [Thu, 15 Apr 2004 22:13:54 +0000 (22:13 +0000)]
IE/Mac doesn't float the divs correctly without a width. These icons are always 88px.

20 years ago* footer id adjustments
Gabriel Wicke [Thu, 15 Apr 2004 21:33:24 +0000 (21:33 +0000)]
* footer id adjustments
* more ie fixes (do they ever end?)
* nowrap only on the links in the footer

20 years agopagestats is now broken up in a few strings
Gabriel Wicke [Thu, 15 Apr 2004 21:32:12 +0000 (21:32 +0000)]
pagestats is now broken up in a few strings

20 years agofooter slightly more fine-grained to get more control over individual items
Gabriel Wicke [Thu, 15 Apr 2004 21:30:53 +0000 (21:30 +0000)]
footer slightly more fine-grained to get more control over individual items

20 years ago* td background set to White to avoid header border shining through
Gabriel Wicke [Thu, 15 Apr 2004 18:56:10 +0000 (18:56 +0000)]
* td background set to White to avoid header border shining through

20 years ago* no more form element styling for IE (due to lack of a way to style radio & checkbox...
Gabriel Wicke [Thu, 15 Apr 2004 18:22:39 +0000 (18:22 +0000)]
* no more form element styling for IE (due to lack of a way to style radio & checkbox inputs without a border without css2 selectors)
* if somebody feels like writing a javascript that fixes this, IEFixes is there for you

20 years agoanother completely insane ie6 fix
Gabriel Wicke [Thu, 15 Apr 2004 18:10:01 +0000 (18:10 +0000)]
another completely insane ie6 fix

20 years ago* 0.1em more space between tabs and personal links
Gabriel Wicke [Thu, 15 Apr 2004 16:27:03 +0000 (16:27 +0000)]
* 0.1em more space between tabs and personal links
* some more ie fixes

20 years agoaccesskeys: preview back to p, protect now '-'
Gabriel Wicke [Thu, 15 Apr 2004 16:25:48 +0000 (16:25 +0000)]
accesskeys: preview back to p, protect now '-'

20 years agodiv again, we don't really know what will be inside the center tags. Could be another...
Gabriel Wicke [Thu, 15 Apr 2004 16:06:25 +0000 (16:06 +0000)]
div again, we don't really know what will be inside the center tags. Could be another div for example, or a table.

20 years agoforgot to move the actual preg_match as well, p instead of div for center
Gabriel Wicke [Thu, 15 Apr 2004 16:01:39 +0000 (16:01 +0000)]
forgot to move the actual preg_match as well, p instead of div for center

20 years agomove fixtag replacement before doBlockLevels to avoid div inside pre
Gabriel Wicke [Thu, 15 Apr 2004 14:59:46 +0000 (14:59 +0000)]
move fixtag replacement before doBlockLevels to avoid div inside pre

20 years agono list parsing inside pre areas
Gabriel Wicke [Thu, 15 Apr 2004 14:25:34 +0000 (14:25 +0000)]
no list parsing inside pre areas

20 years agoAdd $wgBufferSQLResults and $wgIgnoreSQLErrors - they were being used
Jerome Jamnicky [Thu, 15 Apr 2004 13:08:22 +0000 (13:08 +0000)]
Add $wgBufferSQLResults and $wgIgnoreSQLErrors - they were being used
as globals in wfQuery() and wfGetDB() but not being set anywhere.

20 years agodon't wrap inside footer messages
Gabriel Wicke [Thu, 15 Apr 2004 13:08:16 +0000 (13:08 +0000)]
don't wrap inside footer messages

20 years agopreview accesskey changed to v
Gabriel Wicke [Thu, 15 Apr 2004 12:50:25 +0000 (12:50 +0000)]
preview accesskey changed to v

20 years agono double click handler if edit page is selected
Gabriel Wicke [Thu, 15 Apr 2004 12:44:31 +0000 (12:44 +0000)]
no double click handler if edit page is selected

20 years agometa tag fixes
Gabriel Wicke [Thu, 15 Apr 2004 12:27:31 +0000 (12:27 +0000)]
meta tag fixes

20 years agofixing <center>: text-align is a block level element, needs to be in a div
Tim Starling [Thu, 15 Apr 2004 11:26:29 +0000 (11:26 +0000)]
fixing <center>: text-align is a block level element, needs to be in a div

20 years agolink to non-existant talk page is edit link now
Gabriel Wicke [Thu, 15 Apr 2004 11:22:36 +0000 (11:22 +0000)]
link to non-existant talk page is edit link now

20 years agosome ie fixes
Gabriel Wicke [Thu, 15 Apr 2004 09:15:38 +0000 (09:15 +0000)]
some ie fixes

20 years agoAdd missing close tag; fixes edit page in IE
Brion Vibber [Thu, 15 Apr 2004 09:01:27 +0000 (09:01 +0000)]
Add missing close tag; fixes edit page in IE

20 years agoFixed bug with UID specification
Tim Starling [Thu, 15 Apr 2004 00:18:50 +0000 (00:18 +0000)]
Fixed bug with UID specification

20 years agoLicense selector for installation, to activate the metadata & footer info.
Brion Vibber [Wed, 14 Apr 2004 06:15:46 +0000 (06:15 +0000)]
License selector for installation, to activate the metadata & footer info.
Can select no metadata, GNU FDL, or Creative Commons, which sends off
to the CC remote license engine to pick one.

Not fully tested. CC is returning the wrong icon URL except for public
domain right now. Going out to CC and back loses all other options from
the form.

20 years agoUpdate obsolete URL for ISBN search at the FNAC
Luc Van Oostenryck [Tue, 13 Apr 2004 23:04:33 +0000 (23:04 +0000)]
Update obsolete URL for ISBN search at the FNAC

20 years agobugfixes provided by TimStarling
Jerome Jamnicky [Tue, 13 Apr 2004 13:36:52 +0000 (13:36 +0000)]
bugfixes provided by TimStarling

20 years agoremoved old DaVinci files
Gabriel Wicke [Tue, 13 Apr 2004 10:10:38 +0000 (10:10 +0000)]
removed old DaVinci files

20 years agoSkip the user id lookup when we've already got the name from the old table check...
Brion Vibber [Tue, 13 Apr 2004 02:28:55 +0000 (02:28 +0000)]
Skip the user id lookup when we've already got the name from the old table check; this also allows using the names on an imported database without users set up, but won't distinguish pre-conversion usernames for instance

20 years agospelling mistake in comment.
Arne Heizmann [Mon, 12 Apr 2004 23:59:37 +0000 (23:59 +0000)]
spelling mistake in comment.

20 years agoforgot the media class...
Gabriel Wicke [Mon, 12 Apr 2004 22:31:43 +0000 (22:31 +0000)]
forgot the media class...

20 years agoclass for image
Gabriel Wicke [Mon, 12 Apr 2004 22:30:44 +0000 (22:30 +0000)]
class for image

20 years agomore uninitialized string offset warnings
Gabriel Wicke [Mon, 12 Apr 2004 19:38:45 +0000 (19:38 +0000)]
more uninitialized string offset warnings

20 years agowarning fixed
Gabriel Wicke [Mon, 12 Apr 2004 18:53:30 +0000 (18:53 +0000)]
warning fixed

20 years agodoBlockLevels after unstrip to avoid wrapping templates in p's (which is often invalid)
Gabriel Wicke [Mon, 12 Apr 2004 18:49:55 +0000 (18:49 +0000)]
doBlockLevels after unstrip to avoid wrapping templates in p's (which is often invalid)

20 years agouse viewsource tooltip + accesskey
Gabriel Wicke [Mon, 12 Apr 2004 18:43:26 +0000 (18:43 +0000)]
use viewsource tooltip + accesskey

20 years agoanon talk had whitespace, accesskey for upload fixed, new tooltip for 'view source'
Gabriel Wicke [Mon, 12 Apr 2004 18:42:34 +0000 (18:42 +0000)]
anon talk had whitespace, accesskey for upload fixed, new tooltip for 'view source'

20 years agouse CSS for formatting diffs
Erik Moeller [Mon, 12 Apr 2004 18:07:19 +0000 (18:07 +0000)]
use CSS for formatting diffs

20 years agodoBlockLevels and fixtags only in parse(), restored amp regex, ? not valid in anchor...
Gabriel Wicke [Mon, 12 Apr 2004 16:10:17 +0000 (16:10 +0000)]
doBlockLevels and fixtags only in parse(), restored amp regex, ? not valid in anchor names

20 years agoscrewed head on and then fixed obvious conceptual error
Tim Starling [Mon, 12 Apr 2004 13:44:06 +0000 (13:44 +0000)]
screwed head on and then fixed obvious conceptual error

20 years agolinks schema conversion script, alterations to config/index.php and commandLine.inc...
Tim Starling [Mon, 12 Apr 2004 07:16:43 +0000 (07:16 +0000)]
links schema conversion script, alterations to config/index.php and commandLine.inc to allow it to work

20 years agoFix notice in view source
Brion Vibber [Mon, 12 Apr 2004 04:10:58 +0000 (04:10 +0000)]
Fix notice in view source

20 years agoRemove inexplicably checked-in complete copy of smarty distribution
Brion Vibber [Sun, 11 Apr 2004 23:37:49 +0000 (23:37 +0000)]
Remove inexplicably checked-in complete copy of smarty distribution

20 years agoRemove inexplicably checked-in complete copy of smarty distribution
Brion Vibber [Sun, 11 Apr 2004 23:28:53 +0000 (23:28 +0000)]
Remove inexplicably checked-in complete copy of smarty distribution

20 years agoFix notice with toolbar option off
Brion Vibber [Sun, 11 Apr 2004 23:21:44 +0000 (23:21 +0000)]
Fix notice with toolbar option off

20 years agotemplate arguments, various improvements to handling of recursive inclusion
Tim Starling [Sun, 11 Apr 2004 16:46:06 +0000 (16:46 +0000)]
template arguments, various improvements to handling of recursive inclusion

20 years agoFiddled with Import some more. Preliminary ability to grab a given
Brion Vibber [Sun, 11 Apr 2004 07:06:26 +0000 (07:06 +0000)]
Fiddled with Import some more. Preliminary ability to grab a given
page from an external wiki (wildly imcomplete).

20 years agoIf asked to 'go' to a special: page title, jump directly there. Fix encoding of searc...
Brion Vibber [Sun, 11 Apr 2004 05:28:11 +0000 (05:28 +0000)]
If asked to 'go' to a special: page title, jump directly there. Fix encoding of search requests for Esperanto

20 years agoSkin updates:
Brion Vibber [Sun, 11 Apr 2004 01:25:00 +0000 (01:25 +0000)]
Skin updates:
* Add 'pagetitle' message to customize the HTML page title format (eg, "$1 - Wikipedia Encyclopedia")
* Some XHTML fixes to Nostalgia skin, prefs
* Removing the unfinished Smarty skins, renamed Standard to Classic
* Remove "gnunote" message in favor of general "copyright" msg, which is filled with the link & name in $wgRightsPage/$wgRightsURL and $wgRightsText
* Support a copyright-related icon as $wgRightsIcon (includes sample gnu-fdl.png)
* Show "Powered by MediaWiki" icon in footer (poweredby_mediawiki_88x31.png by Dan Carlson)

20 years agoFix for register_globals off
Brion Vibber [Sat, 10 Apr 2004 23:57:25 +0000 (23:57 +0000)]
Fix for register_globals off

20 years agoXHTML fixes
Brion Vibber [Sat, 10 Apr 2004 23:43:17 +0000 (23:43 +0000)]
XHTML fixes

20 years agoshow link cursor
Gabriel Wicke [Sat, 10 Apr 2004 21:22:54 +0000 (21:22 +0000)]
show link cursor

20 years agoremoved the img part for now because it messes the layout up
Gabriel Wicke [Sat, 10 Apr 2004 21:16:23 +0000 (21:16 +0000)]
removed the img part for now because it messes the layout up

20 years agoinclude the ie fix js inside the conditional comment
Gabriel Wicke [Sat, 10 Apr 2004 20:09:48 +0000 (20:09 +0000)]
include the ie fix js inside the conditional comment

20 years agoIEFixes js with png alpha fix function
Gabriel Wicke [Sat, 10 Apr 2004 20:09:06 +0000 (20:09 +0000)]
IEFixes js with png alpha fix function

20 years agodiv instead of p, included things might contain blocklevel elements themselves
Gabriel Wicke [Sat, 10 Apr 2004 18:34:43 +0000 (18:34 +0000)]
div instead of p, included things might contain blocklevel elements themselves

20 years agono doBlockLevels when parsing included messages
Gabriel Wicke [Sat, 10 Apr 2004 18:03:25 +0000 (18:03 +0000)]
no doBlockLevels when parsing included messages

20 years agoReplace \ with \\ in $IP, for Windows paths
Jens Frank [Sat, 10 Apr 2004 17:59:15 +0000 (17:59 +0000)]
Replace \ with \\ in $IP, for Windows paths

20 years agoasses li and ul to blocklevel regex, those are coming from included templates.
Gabriel Wicke [Sat, 10 Apr 2004 16:06:30 +0000 (16:06 +0000)]
asses li and ul to blocklevel regex, those are coming from included templates.

20 years agocomment
Gabriel Wicke [Sat, 10 Apr 2004 15:54:19 +0000 (15:54 +0000)]
comment

20 years agoparagraphs again, amp matching moved to match stripped areas as well
Gabriel Wicke [Sat, 10 Apr 2004 15:11:14 +0000 (15:11 +0000)]
paragraphs again, amp matching moved to match stripped areas as well

20 years agoFix notice. The isset() check consistently produces a big ugly notice about an out...
Brion Vibber [Sat, 10 Apr 2004 11:25:24 +0000 (11:25 +0000)]
Fix notice. The isset() check consistently produces a big ugly notice about an out-of-range string access (tested on PHP 4.3.2).

20 years agoCleanup on Metadata (indentation, escaping of output). Put title attributes
Brion Vibber [Sat, 10 Apr 2004 11:19:33 +0000 (11:19 +0000)]
Cleanup on Metadata (indentation, escaping of output). Put title attributes
on the Creative Commons and Dublin Core links so they can be identified by
humans in Mozilla's navigation bar. Add a <link rel='copyright'> as well if
$wgRightsPage or $wgRightsUrl is set. Fix metadata links for MonoBook.
Disable Smarty skins.

20 years agofix notice
Erik Moeller [Sat, 10 Apr 2004 10:46:17 +0000 (10:46 +0000)]
fix notice

20 years agofix notice
Erik Moeller [Sat, 10 Apr 2004 10:36:42 +0000 (10:36 +0000)]
fix notice

20 years agofix notices (jeluf, please enable E_NOTICE in your php.ini, also take a look
Erik Moeller [Sat, 10 Apr 2004 10:24:02 +0000 (10:24 +0000)]
fix notices (jeluf, please enable E_NOTICE in your php.ini, also take a look
at the diff, please)

20 years agoFix notices
Brion Vibber [Sat, 10 Apr 2004 10:02:16 +0000 (10:02 +0000)]
Fix notices

20 years agoDon't use the connection ID in error checks. If the connection itself fails, this...
Brion Vibber [Sat, 10 Apr 2004 09:45:00 +0000 (09:45 +0000)]
Don't use the connection ID in error checks. If the connection itself fails, this just spits out extra error messages and is useless.

20 years agoRewrite of Tokenizer. Not using regex any more.
Jens Frank [Sat, 10 Apr 2004 07:53:52 +0000 (07:53 +0000)]
Rewrite of Tokenizer. Not using regex any more.

TODO: prefixed links for Arabic wikipedia not implemented yet
      handling of French blanks not yet implemented

20 years agofix paragraphs again
Erik Moeller [Sat, 10 Apr 2004 06:50:49 +0000 (06:50 +0000)]
fix paragraphs again

20 years agoWorks for limited case of history import on existing pages
Brion Vibber [Sat, 10 Apr 2004 06:38:46 +0000 (06:38 +0000)]
Works for limited case of history import on existing pages

20 years agoRemoved bogus initPage from Cologne Blue so the parent class's version can
Evan Prodromou [Sat, 10 Apr 2004 06:21:15 +0000 (06:21 +0000)]
Removed bogus initPage from Cologne Blue so the parent class's version can
run instead.

20 years agoTry to escape unaccompanied ampersands.
Brion Vibber [Sat, 10 Apr 2004 04:28:19 +0000 (04:28 +0000)]
Try to escape unaccompanied ampersands.
This doesn't yet verify that named character entities are valid, however.

20 years agonow pre for real
Gabriel Wicke [Sat, 10 Apr 2004 03:09:52 +0000 (03:09 +0000)]
now pre for real

20 years agoDeclare as XHTML 1 transitional by default
Brion Vibber [Sat, 10 Apr 2004 03:06:55 +0000 (03:06 +0000)]
Declare as XHTML 1 transitional by default

20 years agopre area no longer cut in pieces
Gabriel Wicke [Sat, 10 Apr 2004 03:05:11 +0000 (03:05 +0000)]
pre area no longer cut in pieces

20 years agofive quite fix
Gabriel Wicke [Sat, 10 Apr 2004 02:38:05 +0000 (02:38 +0000)]
five quite fix

20 years agomust've forgotten this one
Gabriel Wicke [Sat, 10 Apr 2004 02:13:25 +0000 (02:13 +0000)]
must've forgotten this one

20 years agono new p on single newline
Gabriel Wicke [Sat, 10 Apr 2004 01:13:48 +0000 (01:13 +0000)]
no new p on single newline

20 years agomediawiki logo instead of the wikipedia one
Gabriel Wicke [Sat, 10 Apr 2004 00:13:52 +0000 (00:13 +0000)]
mediawiki logo instead of the wikipedia one

20 years agominor bug
Gabriel Wicke [Sat, 10 Apr 2004 00:05:49 +0000 (00:05 +0000)]
minor bug

20 years agotab indexes on diff links
Gabriel Wicke [Fri, 9 Apr 2004 23:58:52 +0000 (23:58 +0000)]
tab indexes on diff links

20 years agotab in indexes on 'last' links
Gabriel Wicke [Fri, 9 Apr 2004 23:55:48 +0000 (23:55 +0000)]
tab in indexes on 'last' links

20 years agoextended makeKnownLink and makeKnownLinkObj with an aprops variable that can be used...
Gabriel Wicke [Fri, 9 Apr 2004 23:46:15 +0000 (23:46 +0000)]
extended makeKnownLink and makeKnownLinkObj with an aprops variable that can be used to inject arbitrary properties into the anchor tag, RC line diff links have tab indexes

20 years agocounter for tab indexes and similar
Gabriel Wicke [Fri, 9 Apr 2004 23:44:18 +0000 (23:44 +0000)]
counter for tab indexes and similar

20 years agoportal-url added
Gabriel Wicke [Fri, 9 Apr 2004 21:20:02 +0000 (21:20 +0000)]
portal-url added

20 years agouses portal-url
Gabriel Wicke [Fri, 9 Apr 2004 21:19:44 +0000 (21:19 +0000)]
uses portal-url

20 years agoaccess keys and tooltips use wfMsg now
Gabriel Wicke [Fri, 9 Apr 2004 19:22:51 +0000 (19:22 +0000)]
access keys and tooltips use wfMsg now

20 years agoadditional message for save, preview etc
Gabriel Wicke [Fri, 9 Apr 2004 19:21:49 +0000 (19:21 +0000)]
additional message for save, preview etc

20 years agoi for 'minor edit'...
Gabriel Wicke [Fri, 9 Apr 2004 18:18:10 +0000 (18:18 +0000)]
i for 'minor edit'...

20 years agoaccesskey w for watch this page checkbox, hardcoded for now
Gabriel Wicke [Fri, 9 Apr 2004 18:16:29 +0000 (18:16 +0000)]
accesskey w for watch this page checkbox, hardcoded for now

20 years agoportal actually added to nav_urls
Gabriel Wicke [Fri, 9 Apr 2004 18:11:58 +0000 (18:11 +0000)]
portal actually added to nav_urls

20 years agomore access keys added
Gabriel Wicke [Fri, 9 Apr 2004 18:11:28 +0000 (18:11 +0000)]
more access keys added

20 years agowatch/unwatch accesskeys and tooltip
Gabriel Wicke [Fri, 9 Apr 2004 17:46:40 +0000 (17:46 +0000)]
watch/unwatch accesskeys and tooltip