lhc/web/wiklou.git
20 years agomore cssification of diff rendering, some " -> ' in diff engine
Gabriel Wicke [Sat, 12 Jun 2004 01:24:10 +0000 (01:24 +0000)]
more cssification of diff rendering, some " -> ' in diff engine

20 years agotypo
Gabriel Wicke [Sat, 12 Jun 2004 00:58:10 +0000 (00:58 +0000)]
typo

20 years agosurplus leftover
Gabriel Wicke [Sat, 12 Jun 2004 00:47:08 +0000 (00:47 +0000)]
surplus leftover

20 years agolink colour tweak
Gabriel Wicke [Sat, 12 Jun 2004 00:46:30 +0000 (00:46 +0000)]
link colour tweak

20 years agomore dl/p margin tweaking, clear:both on catlinks
Gabriel Wicke [Fri, 11 Jun 2004 23:44:54 +0000 (23:44 +0000)]
more dl/p margin tweaking, clear:both on catlinks

20 years agoUndo change that stopped Wikipedia from running at all
Brion Vibber [Fri, 11 Jun 2004 23:29:56 +0000 (23:29 +0000)]
Undo change that stopped Wikipedia from running at all

20 years agoRemove damage to diffs
Brion Vibber [Fri, 11 Jun 2004 23:28:50 +0000 (23:28 +0000)]
Remove damage to diffs

20 years agolist margin tuning, make sure li's in ol's don't inherit the list-style-image
Gabriel Wicke [Fri, 11 Jun 2004 23:14:56 +0000 (23:14 +0000)]
list margin tuning, make sure li's in ol's don't inherit the list-style-image

20 years agoremoving print_r *hides
Antoine Musso [Fri, 11 Jun 2004 21:14:51 +0000 (21:14 +0000)]
removing print_r *hides

20 years agodo not instant Special* objects if user is not requesting a special page (save memory...
Antoine Musso [Fri, 11 Jun 2004 21:13:51 +0000 (21:13 +0000)]
do not instant Special* objects if user is not requesting a special page (save memory / cpu time)

20 years agouse wfLimitResult
Domas Mituzas [Fri, 11 Jun 2004 16:37:15 +0000 (16:37 +0000)]
use wfLimitResult

20 years agode-mysql: remove REPLACE INTO and DELETE .. LIMIT for nonmysql
Domas Mituzas [Fri, 11 Jun 2004 15:54:29 +0000 (15:54 +0000)]
de-mysql: remove REPLACE INTO and DELETE .. LIMIT for nonmysql

20 years agoPG: user->"user"
Domas Mituzas [Fri, 11 Jun 2004 15:53:30 +0000 (15:53 +0000)]
PG: user->"user"

20 years agoPG: old->"old"
Domas Mituzas [Fri, 11 Jun 2004 15:46:42 +0000 (15:46 +0000)]
PG: old->"old"

20 years agoold->"old"
Domas Mituzas [Fri, 11 Jun 2004 15:43:10 +0000 (15:43 +0000)]
old->"old"

20 years agochange user into "user" for PG
Domas Mituzas [Fri, 11 Jun 2004 15:19:04 +0000 (15:19 +0000)]
change user into "user" for PG

20 years agodon't use OR on empty variables
Domas Mituzas [Fri, 11 Jun 2004 15:16:00 +0000 (15:16 +0000)]
don't use OR on empty variables

20 years agoBug fix, broken link to Special:Undelete on hybrid wikis
Tim Starling [Fri, 11 Jun 2004 14:53:56 +0000 (14:53 +0000)]
Bug fix, broken link to Special:Undelete on hybrid wikis

20 years ago* pg old->"old"
Domas Mituzas [Fri, 11 Jun 2004 14:48:31 +0000 (14:48 +0000)]
* pg old->"old"
* instead of wfInsertId() fetch sequence numbers for PG

20 years agotable name old->"old" for PG
Domas Mituzas [Fri, 11 Jun 2004 14:46:25 +0000 (14:46 +0000)]
table name old->"old" for PG

20 years ago* use different timestamp parsing regexps for PG/MySQL
Domas Mituzas [Fri, 11 Jun 2004 14:45:39 +0000 (14:45 +0000)]
* use different timestamp parsing regexps for PG/MySQL
* use old->"old" for PG

20 years ago* table name: use "old" instead of old for PG
Domas Mituzas [Fri, 11 Jun 2004 14:44:13 +0000 (14:44 +0000)]
* table name: use "old" instead of old for PG
* use wfLimitResult for lists with offsets

20 years ago* abstraction layer fixups
Domas Mituzas [Fri, 11 Jun 2004 14:40:52 +0000 (14:40 +0000)]
* abstraction layer fixups
* use fetchobject instead of fetchrow
* fix time desync between time() and NOW(). use time()

20 years agotitle length code fixup (get rid of SHOW COLUMNS FROM for nonmysql)
Domas Mituzas [Fri, 11 Jun 2004 14:37:57 +0000 (14:37 +0000)]
title length code fixup (get rid of SHOW COLUMNS FROM for nonmysql)

20 years ago* change REPLACE INTO to DELETE/INSERT for nonmysql
Domas Mituzas [Fri, 11 Jun 2004 14:36:25 +0000 (14:36 +0000)]
* change REPLACE INTO to DELETE/INSERT for nonmysql
* change mysql style join deletes to subselect for nonmysql

20 years agoallow empty condition for wfGetSQL()
Domas Mituzas [Fri, 11 Jun 2004 14:33:29 +0000 (14:33 +0000)]
allow empty condition for wfGetSQL()

20 years agoadd wfLimitResult, for LIMIT/OFFSET compatibilities
Domas Mituzas [Fri, 11 Jun 2004 14:32:53 +0000 (14:32 +0000)]
add wfLimitResult, for LIMIT/OFFSET compatibilities

20 years ago* fix affected_rows, uses resultset instead of connection as an argument
Domas Mituzas [Fri, 11 Jun 2004 14:32:05 +0000 (14:32 +0000)]
* fix affected_rows, uses resultset instead of connection as an argument
* allow wfGetSQL to fetch non-table variables
* InvertTimestamp creates old-style inverse timestamp
* insertArray needed quote-fixing
* added wfLimitResult function, in order to solve SQL LIMIT incompatibilities

20 years agodim visited .new links
Gabriel Wicke [Fri, 11 Jun 2004 14:21:26 +0000 (14:21 +0000)]
dim visited .new links

20 years agono width on rimage
Gabriel Wicke [Fri, 11 Jun 2004 13:03:42 +0000 (13:03 +0000)]
no width on rimage

20 years agoMoving $wgLanguageNames.php to its own file
Tim Starling [Fri, 11 Jun 2004 04:50:29 +0000 (04:50 +0000)]
Moving $wgLanguageNames.php to its own file

20 years agoUse commandLine.inc
Antoine Musso [Fri, 11 Jun 2004 03:02:34 +0000 (03:02 +0000)]
Use commandLine.inc

20 years agotransactions, using updateArticle() instead of quickEdit()
Tim Starling [Fri, 11 Jun 2004 02:52:17 +0000 (02:52 +0000)]
transactions, using updateArticle() instead of quickEdit()

20 years agoConverted remaining latin-1 localizations to UTF-8 (da/de/es/nl/sv).
Brion Vibber [Fri, 11 Jun 2004 02:47:41 +0000 (02:47 +0000)]
Converted remaining latin-1 localizations to UTF-8 (da/de/es/nl/sv).
For compatibility with existing installations, a latin-1 proxy language
module can be activated by setting $wgUseLatin1 = true; which will convert
messages to Latin-1 and use the Latin-1 support code as necessary.

20 years ago0.1em more line-height again
Gabriel Wicke [Fri, 11 Jun 2004 02:12:21 +0000 (02:12 +0000)]
0.1em more line-height again

20 years agosmaller line-height for thumb captions
Gabriel Wicke [Fri, 11 Jun 2004 01:59:25 +0000 (01:59 +0000)]
smaller line-height for thumb captions

20 years agoFix sorting of subcategories without a sortkey. Use Category name as sortkey, not...
Jens Frank [Thu, 10 Jun 2004 22:32:04 +0000 (22:32 +0000)]
Fix sorting of subcategories without a sortkey. Use Category name as sortkey, not the first letter of Category. See comment for details.

20 years agono css for IE4
Gabriel Wicke [Thu, 10 Jun 2004 19:56:32 +0000 (19:56 +0000)]
no css for IE4

20 years agoid 'historysubmit' on lower submit button for changing the access keys
Gabriel Wicke [Thu, 10 Jun 2004 18:49:24 +0000 (18:49 +0000)]
id 'historysubmit' on lower submit button for changing the access keys

20 years agoids on submits
Gabriel Wicke [Thu, 10 Jun 2004 18:42:05 +0000 (18:42 +0000)]
ids on submits

20 years agoselect less fields from sql.
Antoine Musso [Thu, 10 Jun 2004 16:00:21 +0000 (16:00 +0000)]
select less fields from sql.

20 years agofall back to element directly if no child, needed for changing submit buttons and...
Gabriel Wicke [Thu, 10 Jun 2004 15:02:27 +0000 (15:02 +0000)]
fall back to element directly if no child, needed for changing submit buttons and similar

20 years agoUse DatabaseFunctions layer instead of copy-paste one :)
Domas Mituzas [Thu, 10 Jun 2004 13:03:37 +0000 (13:03 +0000)]
Use DatabaseFunctions layer instead of copy-paste one :)

20 years agoadded wfFetchRow() besides wfFetchObject. Used by objectcache code
Domas Mituzas [Thu, 10 Jun 2004 13:02:27 +0000 (13:02 +0000)]
added wfFetchRow() besides wfFetchObject. Used by objectcache code

20 years agouse sortkey for subcategories, too
Jens Frank [Thu, 10 Jun 2004 12:06:25 +0000 (12:06 +0000)]
use sortkey for subcategories, too

20 years agoOutput actual content with the error message, better usage of $wgWhitelistRead, expla...
Tim Starling [Thu, 10 Jun 2004 11:52:04 +0000 (11:52 +0000)]
Output actual content with the error message, better usage of $wgWhitelistRead, explanation of how to use

20 years agotypo sorry
Antoine Musso [Thu, 10 Jun 2004 11:04:01 +0000 (11:04 +0000)]
typo sorry

20 years agofunction getAllParentCategories:\n - possible notice fix\n - single to double quote
Antoine Musso [Thu, 10 Jun 2004 10:54:41 +0000 (10:54 +0000)]
function getAllParentCategories:\n - possible notice fix\n - single to double quote

20 years agoadding *~
Antoine Musso [Thu, 10 Jun 2004 09:05:39 +0000 (09:05 +0000)]
adding *~

20 years agoSwitch from htmlentities() to htmlspecialchars() to work around PHP greek bug. We...
Brion Vibber [Thu, 10 Jun 2004 07:35:13 +0000 (07:35 +0000)]
Switch from htmlentities() to htmlspecialchars() to work around PHP greek bug. We should never be crossing charsets.

20 years ago* PostgreSQL does not have buffered/unbuffered modes.
Domas Mituzas [Thu, 10 Jun 2004 06:37:12 +0000 (06:37 +0000)]
* PostgreSQL does not have buffered/unbuffered modes.
  There's no need for that due to row-level locking.

* pg_result_error is for asynchronous operation.
  Maybe in future it could be nice, but now we
  perform only one request at a time.

20 years agoWork around search with invalid title dying with bad title deref error. Will still...
Brion Vibber [Thu, 10 Jun 2004 06:36:02 +0000 (06:36 +0000)]
Work around search with invalid title dying with bad title deref error. Will still produce bad edit link though.

20 years agoj instead of b for whatlinkshere
Gabriel Wicke [Thu, 10 Jun 2004 02:53:26 +0000 (02:53 +0000)]
j instead of b for whatlinkshere

20 years agoremoved most comments for now
Gabriel Wicke [Wed, 9 Jun 2004 23:12:00 +0000 (23:12 +0000)]
removed most comments for now

20 years agoc instead of a for content/article tab, k instead of c for related changes
Gabriel Wicke [Wed, 9 Jun 2004 22:04:10 +0000 (22:04 +0000)]
c instead of a for content/article tab, k instead of c for related changes

20 years agofix bug 969826 related to single to double quotes
Antoine Musso [Wed, 9 Jun 2004 19:53:13 +0000 (19:53 +0000)]
fix bug 969826 related to single to double quotes

20 years agodon't include generated stylesheet
Gabriel Wicke [Wed, 9 Jun 2004 19:19:08 +0000 (19:19 +0000)]
don't include generated stylesheet

20 years agocontrol on the mac
Gabriel Wicke [Wed, 9 Jun 2004 19:09:24 +0000 (19:09 +0000)]
control on the mac

20 years agofix for enhanced recent change list that use javascript toggleVisibility
Antoine Musso [Wed, 9 Jun 2004 18:44:46 +0000 (18:44 +0000)]
fix for enhanced recent change list that use javascript toggleVisibility

20 years agomissed another one...
Gabriel Wicke [Wed, 9 Jun 2004 18:03:52 +0000 (18:03 +0000)]
missed another one...

20 years agoanother ' bug
Gabriel Wicke [Wed, 9 Jun 2004 17:26:39 +0000 (17:26 +0000)]
another ' bug

20 years agoget rid of 'use index' for nonmysql
Domas Mituzas [Wed, 9 Jun 2004 16:19:24 +0000 (16:19 +0000)]
get rid of 'use index' for nonmysql

20 years agoRemove 'LOW_PRIORITY' for non-mysql
Domas Mituzas [Wed, 9 Jun 2004 16:15:25 +0000 (16:15 +0000)]
Remove 'LOW_PRIORITY' for non-mysql

20 years agoRemove 'USE INDEX' for non-mysql
Domas Mituzas [Wed, 9 Jun 2004 16:14:41 +0000 (16:14 +0000)]
Remove 'USE INDEX' for non-mysql

20 years ago* fixed indexExists
Domas Mituzas [Wed, 9 Jun 2004 16:13:46 +0000 (16:13 +0000)]
* fixed indexExists
* wfStrencode now uses pg_escape_string instead of addslashes
* timestamp functions designed to use internal PG timestamp

20 years ago* include required Database object (according to database type)
Domas Mituzas [Wed, 9 Jun 2004 16:13:04 +0000 (16:13 +0000)]
* include required Database object (according to database type)
* define wgIsMySQL and wgIsPg global variables

20 years agoAdd database type (demysql code)
Domas Mituzas [Wed, 9 Jun 2004 16:10:45 +0000 (16:10 +0000)]
Add database type (demysql code)

20 years agoarrow was still missing
Gabriel Wicke [Wed, 9 Jun 2004 16:07:27 +0000 (16:07 +0000)]
arrow was still missing

20 years agoaccessKey
Gabriel Wicke [Wed, 9 Jun 2004 15:49:59 +0000 (15:49 +0000)]
accessKey

20 years agoanother quote bug
Gabriel Wicke [Wed, 9 Jun 2004 15:35:55 +0000 (15:35 +0000)]
another quote bug

20 years agosmall bug in " -\> ' conversion
Gabriel Wicke [Wed, 9 Jun 2004 15:15:39 +0000 (15:15 +0000)]
small bug in " -\> ' conversion

20 years agoset ctype in any case for gen
Gabriel Wicke [Wed, 9 Jun 2004 13:43:26 +0000 (13:43 +0000)]
set ctype in any case for gen

20 years agosearch back in
Gabriel Wicke [Wed, 9 Jun 2004 13:23:47 +0000 (13:23 +0000)]
search back in

20 years agoReworked css include/pref/tooltip/accesskey subsystem
Gabriel Wicke [Wed, 9 Jun 2004 13:04:52 +0000 (13:04 +0000)]
Reworked css include/pref/tooltip/accesskey subsystem

* accesskeys and tooltips moved to js, needs to be customized/localized at MediaWiki:Monobook.js. Saves many calls to wfMsg, reduces page size, shows access key prefix depending on browser/os. Easy to customize by changing the ta array.
* skinphptal underline and justification wired up to produce generated css
* MediaWiki:Skin.css used for anons as well
* addcss call removed from header
* separate js var file included that holds things like the stylepath and the tooltip/accesskey array
* rtl css included from generated css

20 years agofixed bug involving single quotes, causing deletion failure
Tim Starling [Wed, 9 Jun 2004 12:39:17 +0000 (12:39 +0000)]
fixed bug involving single quotes, causing deletion failure

20 years agoHiero and timeline as fully modular extensions. To use, just include the header file...
Tim Starling [Wed, 9 Jun 2004 12:15:42 +0000 (12:15 +0000)]
Hiero and timeline as fully modular extensions. To use, just include the header file from LocalSettings.php

20 years agoDon't show underscores instead of spaces for subcategories. BUG #969473
Jens Frank [Wed, 9 Jun 2004 12:07:32 +0000 (12:07 +0000)]
Don't show underscores instead of spaces for subcategories. BUG #969473

20 years agoConfigurable size warning (change to DefaultSettings.php on way)
Tim Starling [Wed, 9 Jun 2004 12:06:17 +0000 (12:06 +0000)]
Configurable size warning (change to DefaultSettings.php on way)

20 years agoeasy fix for #969367
Gabriel Wicke [Wed, 9 Jun 2004 10:19:25 +0000 (10:19 +0000)]
easy fix for #969367

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