lhc/web/wiklou.git
19 years agowfLimitResult -> DB::limitResult()
Domas Mituzas [Tue, 8 Feb 2005 14:45:08 +0000 (14:45 +0000)]
wfLimitResult -> DB::limitResult()

19 years ago* Block image revert without valid login
Brion Vibber [Tue, 8 Feb 2005 13:55:13 +0000 (13:55 +0000)]
* Block image revert without valid login

19 years agoUSE INDEX -> DB::useIndexClause()
Domas Mituzas [Tue, 8 Feb 2005 13:50:44 +0000 (13:50 +0000)]
USE INDEX -> DB::useIndexClause()

19 years agoupdateArticle: fix typo newtext->mungedText, compressing empty variable resulted...
Domas Mituzas [Tue, 8 Feb 2005 13:41:07 +0000 (13:41 +0000)]
updateArticle: fix typo newtext->mungedText, compressing empty variable resulted in 'gzip' flag and noncompressed data.

19 years agoAlways include xmlns and xml:lang even when serving non-XHTML MIME type
Tom Gilder [Mon, 7 Feb 2005 14:11:59 +0000 (14:11 +0000)]
Always include xmlns and xml:lang even when serving non-XHTML MIME type

19 years agoFix classic skins sent as application/xhtml+xml (bug 1480); also stop xml:lang being...
Tom Gilder [Mon, 7 Feb 2005 14:03:02 +0000 (14:03 +0000)]
Fix classic skins sent as application/xhtml+xml (bug 1480); also stop xml:lang being hard-coded to en

19 years agofix translation for allpagesformtext2
Zheng Zhu [Mon, 7 Feb 2005 13:32:46 +0000 (13:32 +0000)]
fix translation for allpagesformtext2

19 years ago* (bug 1474) Switch to better-cached index for statistics page count
Brion Vibber [Mon, 7 Feb 2005 06:16:02 +0000 (06:16 +0000)]
* (bug 1474) Switch to better-cached index for statistics page count

19 years ago* Fix link in image alt text, using replaceLinkHolders with the global parser. This...
Brion Vibber [Mon, 7 Feb 2005 03:56:22 +0000 (03:56 +0000)]
* Fix link in image alt text, using replaceLinkHolders with the global parser. This is a hack; such things should not be globally linked.
* Use the common attribute normalization code in the alt text de-tagification.

19 years ago* (bug 1431) Avoid redundant objectcache garbage collection
Brion Vibber [Mon, 7 Feb 2005 03:03:26 +0000 (03:03 +0000)]
* (bug 1431) Avoid redundant objectcache garbage collection
Based on zigger's patch: http://bugzilla.wikimedia.org/attachment.cgi?id=238&action=view

19 years agoUse the new character entity reference sanitizer on wikitext as well as
Brion Vibber [Sun, 6 Feb 2005 16:13:06 +0000 (16:13 +0000)]
Use the new character entity reference sanitizer on wikitext as well as
attribute value normalization. One step closer to well-formed XML all the
time...

19 years agoreplace insanely long button text with something that fits on a button
Brion Vibber [Sun, 6 Feb 2005 14:29:41 +0000 (14:29 +0000)]
replace insanely long button text with something that fits on a button

19 years agofix notice for unset variable when only one item displayed; not sure this code is...
Brion Vibber [Sun, 6 Feb 2005 14:26:52 +0000 (14:26 +0000)]
fix notice for unset variable when only one item displayed; not sure this code is very nice though. duplicate bits and scaryiness

19 years agowell-formedness fixes
Brion Vibber [Sun, 6 Feb 2005 14:20:47 +0000 (14:20 +0000)]
well-formedness fixes

19 years agoPrune some unnecessarily long and invalid-html-ful messages
Brion Vibber [Sun, 6 Feb 2005 14:16:19 +0000 (14:16 +0000)]
Prune some unnecessarily long and invalid-html-ful messages

19 years agoSwitch some messages to wikitext, html cleanup
Brion Vibber [Sun, 6 Feb 2005 14:03:49 +0000 (14:03 +0000)]
Switch some messages to wikitext, html cleanup

19 years agoRun a check on output for well-formedness.
Brion Vibber [Sun, 6 Feb 2005 13:44:01 +0000 (13:44 +0000)]
Run a check on output for well-formedness.

19 years agoremove typo extra line
Brion Vibber [Sun, 6 Feb 2005 13:43:15 +0000 (13:43 +0000)]
remove typo extra line

19 years agoRewrote fixTagAttributes() for robustness and correctness:
Brion Vibber [Sun, 6 Feb 2005 12:46:31 +0000 (12:46 +0000)]
Rewrote fixTagAttributes() for robustness and correctness:
- Attribute whitelist now per-element to appease validation
- Always put values in quotes, for well-formed XML
- Check that entities in attributes (but not yet in general text) are actually defined in HTML
- Remove extra spaces that got put at the end of some tags w/o attributes
- Be generally anal about things

19 years agoUse table prefix when clearing recentchanges
Brion Vibber [Sun, 6 Feb 2005 11:37:16 +0000 (11:37 +0000)]
Use table prefix when clearing recentchanges

19 years ago* (bug 1430) Don't check for template data when editing page that doesn't exist
Brion Vibber [Sun, 6 Feb 2005 07:28:21 +0000 (07:28 +0000)]
* (bug 1430) Don't check for template data when editing page that doesn't exist
patch from zigger

19 years agoSplit the HTML sanitizer functions from the Parser monolith
Brion Vibber [Sun, 6 Feb 2005 06:44:48 +0000 (06:44 +0000)]
Split the HTML sanitizer functions from the Parser monolith

19 years ago* (bug 1477) hide details of SQL error messages by default
Brion Vibber [Sun, 6 Feb 2005 06:33:05 +0000 (06:33 +0000)]
* (bug 1477) hide details of SQL error messages by default
  Set $wgShowSQLErrors = true for debugging.

    Removed unused settings $wgBufferSQLResults and $wgShowSQLErrors.

19 years ago* (bug 1477) hide details of SQL error messages by default
Brion Vibber [Sun, 6 Feb 2005 05:51:36 +0000 (05:51 +0000)]
* (bug 1477) hide details of SQL error messages by default
  Set $wgShowSQLErrors = true for debugging.

  Removed unused settings $wgBufferSQLResults and $wgShowSQLErrors.

19 years agoSet default squid list to empty
Brion Vibber [Sun, 6 Feb 2005 03:29:39 +0000 (03:29 +0000)]
Set default squid list to empty

19 years ago* (bug 1471) Unclosed P tag in Danish Translation
Domas Mituzas [Sat, 5 Feb 2005 13:04:19 +0000 (13:04 +0000)]
* (bug 1471) Unclosed P tag in Danish Translation
  Reported/patched by: Wegg

19 years ago* (bug 1470) remove extra <ul> tags from Danish log messages
Brion Vibber [Sat, 5 Feb 2005 12:38:56 +0000 (12:38 +0000)]
* (bug 1470) remove extra <ul> tags from Danish log messages
patch from wegge

19 years ago* (bug 1469) add missing <ul> tags on Special:Log
Brion Vibber [Sat, 5 Feb 2005 11:34:42 +0000 (11:34 +0000)]
* (bug 1469) add missing <ul> tags on Special:Log
Patch from wegge

19 years ago* Fix notice error on nonexistent template in wikitext system message
Brion Vibber [Sat, 5 Feb 2005 07:14:25 +0000 (07:14 +0000)]
* Fix notice error on nonexistent template in wikitext system message

19 years agoSecurity tweaks:
Brion Vibber [Fri, 4 Feb 2005 06:19:37 +0000 (06:19 +0000)]
Security tweaks:
* Leave user CSS/JS off by default
* Tighten user CSS/JS preview activation
* Require logged-in edits to include an extra session credential
* ogg removed from default upload whitelist

19 years agoRemove use of undefined constants NS_THREAD and NS_THREAD_TALK which make it impossib...
Brion Vibber [Thu, 3 Feb 2005 20:42:36 +0000 (20:42 +0000)]
Remove use of undefined constants NS_THREAD and NS_THREAD_TALK which make it impossible to use the wiki with notice warnings on.

19 years agoUpdated some translations contributed by zh:user:Dowba
Zheng Zhu [Thu, 3 Feb 2005 15:52:29 +0000 (15:52 +0000)]
Updated some translations contributed by zh:user:Dowba

19 years ago* (bug 1458) Don't save if form submission seems incomplete
Brion Vibber [Thu, 3 Feb 2005 11:26:23 +0000 (11:26 +0000)]
* (bug 1458) Don't save if form submission seems incomplete
Under some circumstances the old code may have saved when an incomplete preview request was missing the final form fields. Now a preview is forced if wpEdittime (the last field listed in the form) is not submitted. (Normally that would force an edit conflict anyway, but when the current user is the last editor this is ignored.)

19 years ago* (bug 1457) Fix XHTML validation on category column list
Brion Vibber [Thu, 3 Feb 2005 08:44:59 +0000 (08:44 +0000)]
* (bug 1457) Fix XHTML validation on category column list

19 years agoReverting patch for now:
Brion Vibber [Tue, 1 Feb 2005 07:53:28 +0000 (07:53 +0000)]
Reverting patch for now:
* It hard-codes the English string "user", and doesn't allow localized user namespaces.
* Title::makeTitle doesn't perform validity checks as it's meant mainly for data pulled from the database which has been
previously screened. Use Title::makeTitleSafe().
* The ereg_replace is a bit odd. Trimming of stray whitespace from the search term should be done at the top end in
SpecialSearch.php, not down there.

19 years agoImplement #1398 : Using go button to go to empty userpage for existing user goes...
Antoine Musso [Tue, 1 Feb 2005 02:31:08 +0000 (02:31 +0000)]
Implement #1398 : Using go button to go to empty userpage for existing user goes to search screen
patch by Thue Janus Kristensen <thuejk (at) gmail (dot) com>

19 years agoFix #770. Does mysql group_concat at application level. Hacked querypage to flush...
Antoine Musso [Tue, 1 Feb 2005 02:02:14 +0000 (02:02 +0000)]
Fix #770. Does mysql group_concat at application level. Hacked querypage to flush out last result (see tryLastResult() to enable the hack).

19 years agocomment about last commit
Antoine Musso [Tue, 1 Feb 2005 01:42:22 +0000 (01:42 +0000)]
comment about last commit

19 years agoDo not output lines for which nothing is formatted (formatResult returning false)
Antoine Musso [Tue, 1 Feb 2005 01:41:30 +0000 (01:41 +0000)]
Do not output lines for which nothing is formatted (formatResult returning false)

19 years agoFix #913 : Nostalgia skin no more using isSysop() and isDeveloper()
Antoine Musso [Tue, 1 Feb 2005 00:35:28 +0000 (00:35 +0000)]
Fix #913 : Nostalgia skin no more using isSysop() and isDeveloper()

19 years agosome quotes and phpdoc comments
Antoine Musso [Mon, 31 Jan 2005 22:59:55 +0000 (22:59 +0000)]
some quotes and phpdoc comments

19 years agoMore quotes of the single variety
Tom Gilder [Mon, 31 Jan 2005 20:45:10 +0000 (20:45 +0000)]
More quotes of the single variety

19 years agoSingle quotes, just for the hell of it
Tom Gilder [Mon, 31 Jan 2005 20:35:47 +0000 (20:35 +0000)]
Single quotes, just for the hell of it

19 years agoBUG#1441 Cleanup PageHistory.php watchlist lookup
Jens Frank [Mon, 31 Jan 2005 16:51:41 +0000 (16:51 +0000)]
BUG#1441 Cleanup PageHistory.php watchlist lookup
Patch provided by zigger

19 years ago* Attach revision to the new page id. Original article is now accessible again.
Antoine Musso [Mon, 31 Jan 2005 05:11:12 +0000 (05:11 +0000)]
* Attach revision to the new page id. Original article is now accessible again.
* missing global $wgUser that produced a notice at hook call
* FIXME: sucess redirection for Special:Movepage pass through the parser, breaking the header relocation :-/

19 years agoStop showing moves directly in recentchanges, instead use the logging system (that...
Antoine Musso [Mon, 31 Jan 2005 04:07:56 +0000 (04:07 +0000)]
Stop showing moves directly in recentchanges, instead use the logging system (that add an entry in recentchanges).

19 years agoFix NS_THREAD not showing in Special:Allpages
Antoine Musso [Mon, 31 Jan 2005 03:01:27 +0000 (03:01 +0000)]
Fix NS_THREAD not showing in Special:Allpages

19 years agoremoved NS_THREAD : not needed any more
Guillaume Blanchard [Mon, 31 Jan 2005 02:46:06 +0000 (02:46 +0000)]
removed  NS_THREAD : not needed any more

19 years agoupdate from fr.wikipedia.org
Antoine Musso [Mon, 31 Jan 2005 02:08:09 +0000 (02:08 +0000)]
update from fr.wikipedia.org

19 years agosimplier output
Antoine Musso [Mon, 31 Jan 2005 01:55:02 +0000 (01:55 +0000)]
simplier output

19 years agofix quote
Antoine Musso [Sun, 30 Jan 2005 22:03:04 +0000 (22:03 +0000)]
fix quote

19 years agopatch #1424 by dittaeva <leercontainer-bugzilla at yahoo dot com>
Antoine Musso [Sun, 30 Jan 2005 21:39:32 +0000 (21:39 +0000)]
patch #1424 by dittaeva <leercontainer-bugzilla at yahoo dot com>

19 years agomore useless commits
Antoine Musso [Sun, 30 Jan 2005 21:22:11 +0000 (21:22 +0000)]
more useless commits

19 years agoquotes
Antoine Musso [Sun, 30 Jan 2005 21:17:22 +0000 (21:17 +0000)]
quotes

19 years agosome quotes
Antoine Musso [Sun, 30 Jan 2005 20:05:35 +0000 (20:05 +0000)]
some quotes

19 years agoblabla some quotes
Antoine Musso [Sun, 30 Jan 2005 19:59:06 +0000 (19:59 +0000)]
blabla some quotes

19 years agoSCHEMA_WORK fixes: User contributions, page deletion
Jens Frank [Sun, 30 Jan 2005 19:46:48 +0000 (19:46 +0000)]
SCHEMA_WORK fixes: User contributions, page deletion

19 years agoBUG#621 Require a minimum password length at account creation
Jens Frank [Sun, 30 Jan 2005 19:39:11 +0000 (19:39 +0000)]
BUG#621 Require a minimum password length at account creation

19 years agoAllow an array of tables for insertSelect()
Jens Frank [Sun, 30 Jan 2005 19:34:07 +0000 (19:34 +0000)]
Allow an array of tables for insertSelect()

19 years agoReduce number of places in the code where articles are saved.
Jens Frank [Sun, 30 Jan 2005 19:30:42 +0000 (19:30 +0000)]
Reduce number of places in the code where articles are saved.
Use Article::insertNewArticle instead of own code

19 years agosome double quotes
Antoine Musso [Sun, 30 Jan 2005 19:17:22 +0000 (19:17 +0000)]
some double quotes

19 years agoshow content of message missing and available in reference file.
Antoine Musso [Sun, 30 Jan 2005 17:52:34 +0000 (17:52 +0000)]
show content of message missing and available in reference file.

19 years agonow able to compare a mediawiki messages files against an external reference. For...
Antoine Musso [Sun, 30 Jan 2005 17:12:34 +0000 (17:12 +0000)]
now able to compare a mediawiki messages files against an external reference. For example the output of Special:Allmessages coming from a wikipedia website.

19 years agomonoboob/main.css cleanup; don't use underscore for selector
Tom Gilder [Sun, 30 Jan 2005 16:57:38 +0000 (16:57 +0000)]
monoboob/main.css cleanup; don't use underscore for selector

19 years agoMore CSS fixes
Tom Gilder [Sun, 30 Jan 2005 15:56:15 +0000 (15:56 +0000)]
More CSS fixes

19 years agoFixed many CSS errors (including all from bug 1435)
Tom Gilder [Sun, 30 Jan 2005 15:44:40 +0000 (15:44 +0000)]
Fixed many CSS errors (including all from bug 1435)

19 years ago* (bug 1228) Fix double-escaping on &amp; sequences in [enclosed] URLs
Brion Vibber [Sun, 30 Jan 2005 04:11:22 +0000 (04:11 +0000)]
* (bug 1228) Fix double-escaping on &amp; sequences in [enclosed] URLs

19 years agoFix URL used to redirect
Brion Vibber [Sun, 30 Jan 2005 02:37:56 +0000 (02:37 +0000)]
Fix URL used to redirect

19 years ago* (bug 829) Fix URL-escaping on block success
Brion Vibber [Sat, 29 Jan 2005 07:43:30 +0000 (07:43 +0000)]
* (bug 829) Fix URL-escaping on block success

19 years agoA couple quick cur->page fixes. moveCustomMessages needs major overhaul
Brion Vibber [Sat, 29 Jan 2005 07:40:23 +0000 (07:40 +0000)]
A couple quick cur->page fixes. moveCustomMessages needs major overhaul

19 years ago* (bug 1429) Stop double-escaping of block comments; fix formatting
Brion Vibber [Sat, 29 Jan 2005 05:16:42 +0000 (05:16 +0000)]
* (bug 1429) Stop double-escaping of block comments; fix formatting

19 years agoRename namespaces as requested by Eran
Jens Frank [Fri, 28 Jan 2005 20:35:02 +0000 (20:35 +0000)]
Rename namespaces as requested by Eran
http://meta.wikimedia.org/w/index.php?title=User%3AEran%2FLanguageHe.php&diff=0&oldid=92082
http://meta.wikimedia.org/w/index.php?title=LanguageHe.php&diff=93344&oldid=93343

19 years agos/0/NS_MAIN/
Antoine Musso [Fri, 28 Jan 2005 05:10:05 +0000 (05:10 +0000)]
s/0/NS_MAIN/

19 years agocleaner code formatting.
Antoine Musso [Fri, 28 Jan 2005 00:50:58 +0000 (00:50 +0000)]
cleaner code formatting.

19 years agouse switch() instead of if else if else if else if else if else :o)
Antoine Musso [Fri, 28 Jan 2005 00:44:17 +0000 (00:44 +0000)]
use switch() instead of  if else if else if else if else if else :o)

19 years agouse switch() instead of if else if else if else if else if else :o)
Antoine Musso [Fri, 28 Jan 2005 00:43:39 +0000 (00:43 +0000)]
use switch() instead of  if else if else if else if else if else :o)

19 years ago* (bug 1368) Fix SQL error on stopword/short word search w/ MySQL 3.x
Brion Vibber [Fri, 28 Jan 2005 00:35:23 +0000 (00:35 +0000)]
* (bug 1368) Fix SQL error on stopword/short word search w/ MySQL 3.x

19 years agototally changed code representation.
Antoine Musso [Fri, 28 Jan 2005 00:24:14 +0000 (00:24 +0000)]
totally changed code representation.

19 years agoSome clean up. Use phpdoc comments almost everywhere. Some extensions should really...
Antoine Musso [Fri, 28 Jan 2005 00:01:44 +0000 (00:01 +0000)]
Some clean up. Use phpdoc comments almost everywhere. Some extensions should really be moved as extensions :o)

19 years agofix phpdoc comment
Antoine Musso [Thu, 27 Jan 2005 23:25:16 +0000 (23:25 +0000)]
fix phpdoc comment

19 years agofix phpdoc comment
Antoine Musso [Thu, 27 Jan 2005 22:57:43 +0000 (22:57 +0000)]
fix phpdoc comment

19 years agoRevert to last non-corrupt version (revision 1.44)
Brion Vibber [Thu, 27 Jan 2005 22:23:20 +0000 (22:23 +0000)]
Revert to last non-corrupt version (revision 1.44)

19 years agoAllow simple comments for each translation rule in MW:Zhconversiontable
Zheng Zhu [Thu, 27 Jan 2005 21:59:40 +0000 (21:59 +0000)]
Allow simple comments for each translation rule in MW:Zhconversiontable

19 years agoBUG#1402 Make link color of tab subject page link on talk page indicate whether artic...
Jens Frank [Thu, 27 Jan 2005 21:48:11 +0000 (21:48 +0000)]
BUG#1402 Make link color of tab subject page link on talk page indicate whether article exists

19 years agoOnly include ParserXML when it is being used
Jens Frank [Thu, 27 Jan 2005 21:46:04 +0000 (21:46 +0000)]
Only include ParserXML when it is being used

19 years agoFix synatax errors: re-add removed quotes
Tom Gilder [Thu, 27 Jan 2005 21:39:51 +0000 (21:39 +0000)]
Fix synatax errors: re-add removed quotes

19 years agofix phpdoc comment
Antoine Musso [Thu, 27 Jan 2005 19:51:47 +0000 (19:51 +0000)]
fix phpdoc comment

19 years agophpdoc comments
Antoine Musso [Thu, 27 Jan 2005 19:48:31 +0000 (19:48 +0000)]
phpdoc comments

19 years agophp doc comments / tabulations
Antoine Musso [Thu, 27 Jan 2005 19:36:44 +0000 (19:36 +0000)]
php doc comments / tabulations

19 years agofix phpdoc comment
Antoine Musso [Thu, 27 Jan 2005 18:28:30 +0000 (18:28 +0000)]
fix phpdoc comment

19 years agophpdoc comments
Antoine Musso [Thu, 27 Jan 2005 18:19:16 +0000 (18:19 +0000)]
phpdoc comments

19 years agophpdoc comments
Antoine Musso [Thu, 27 Jan 2005 18:04:17 +0000 (18:04 +0000)]
phpdoc comments

19 years agophpdoc comment / code formatting
Antoine Musso [Thu, 27 Jan 2005 17:56:04 +0000 (17:56 +0000)]
phpdoc comment / code formatting

19 years agoupdate from life Wikipedia: D till mar
Andre Engels [Thu, 27 Jan 2005 08:14:07 +0000 (08:14 +0000)]
update from life Wikipedia: D till mar

19 years agoPhpdoc format for some comments. We probably want to remove some options there :o)
Antoine Musso [Thu, 27 Jan 2005 05:01:28 +0000 (05:01 +0000)]
Phpdoc format for some comments. We probably want to remove some options there :o)

19 years ago* phpdoc for file description
Antoine Musso [Thu, 27 Jan 2005 04:30:18 +0000 (04:30 +0000)]
* phpdoc for file description
* single quotes

19 years agosingles quotes :o)
Antoine Musso [Thu, 27 Jan 2005 00:43:53 +0000 (00:43 +0000)]
singles quotes :o)

19 years ago* Add TitleMoveComplete hook on page renames
Brion Vibber [Wed, 26 Jan 2005 09:51:26 +0000 (09:51 +0000)]
* Add TitleMoveComplete hook on page renames

19 years agoGet ride of the username in links when user is logged in.
Antoine Musso [Wed, 26 Jan 2005 09:34:28 +0000 (09:34 +0000)]
Get ride of the username in links when user is logged in.
Instead use special pages just like the already existent [[Special:Watchlist]].
That's one more step to get pages rendered for logged users cached.

19 years agoPut the schema at a shorter url
Brion Vibber [Tue, 25 Jan 2005 14:23:33 +0000 (14:23 +0000)]
Put the schema at a shorter url