lhc/web/wiklou.git
19 years agoDon't bother loading $wikiLowerChars and $wikiUpperChars if the mb_*
Brion Vibber [Sat, 21 Aug 2004 08:54:52 +0000 (08:54 +0000)]
Don't bother loading $wikiLowerChars and $wikiUpperChars if the mb_*
functions are available. This saves about 100kb of precious memory.

Also fixed a buglet in the mb_* version of unicode search stripping,
and some notices in zh.

19 years agoStray space
Brion Vibber [Sat, 21 Aug 2004 08:50:49 +0000 (08:50 +0000)]
Stray space

19 years agoRecord and report memory usage change in profiling.
Brion Vibber [Sat, 21 Aug 2004 08:27:03 +0000 (08:27 +0000)]
Record and report memory usage change in profiling.
(Only works on PHP 4.3.2 or higher with --enable-memory-limit, otherwise reports 0.)

19 years agofix notice
Tim Starling [Fri, 20 Aug 2004 15:32:56 +0000 (15:32 +0000)]
fix notice

19 years agoFOR UPDATE mode for Article class, and for getArticleID function of Title. Using...
Tim Starling [Fri, 20 Aug 2004 14:59:49 +0000 (14:59 +0000)]
FOR UPDATE mode for Article class, and for getArticleID function of Title. Using these modes in EditPage.php to prevent odd things happening on section edits and merged conflicts

19 years agoFixed profiling
Tim Starling [Fri, 20 Aug 2004 14:50:03 +0000 (14:50 +0000)]
Fixed profiling

19 years agofixup timestamps
Domas Mituzas [Fri, 20 Aug 2004 13:43:45 +0000 (13:43 +0000)]
fixup timestamps

19 years agofixup timestamps
Domas Mituzas [Fri, 20 Aug 2004 12:47:46 +0000 (12:47 +0000)]
fixup timestamps

19 years agodatabase abstraction
Domas Mituzas [Fri, 20 Aug 2004 12:47:12 +0000 (12:47 +0000)]
database abstraction

19 years agofix $mLastResult, affectedRows()
Domas Mituzas [Fri, 20 Aug 2004 12:46:40 +0000 (12:46 +0000)]
fix $mLastResult, affectedRows()

19 years agodatabase timestamp fixup
Domas Mituzas [Fri, 20 Aug 2004 11:01:36 +0000 (11:01 +0000)]
database timestamp fixup

19 years agoremove bad functions:
Domas Mituzas [Fri, 20 Aug 2004 10:32:12 +0000 (10:32 +0000)]
remove bad functions:
wfLimitResult() - replaced by Database::limitResult()
QueryPage::getOrderLimit() - replaced by getOrder() + Database::limitResult()

19 years agoallow getField, selectField and select to have empty conditions and table names.
Domas Mituzas [Thu, 19 Aug 2004 13:02:01 +0000 (13:02 +0000)]
allow getField, selectField and select to have empty conditions and table names.

19 years agoadd reportQueryError, halting on any error
Domas Mituzas [Thu, 19 Aug 2004 13:00:34 +0000 (13:00 +0000)]
add reportQueryError, halting on any error

19 years agofixup database timestamps
Domas Mituzas [Thu, 19 Aug 2004 12:59:57 +0000 (12:59 +0000)]
fixup database timestamps

19 years agoAdd the 'templatesused' message used by JeLuf's new feature
Arne Heizmann [Thu, 19 Aug 2004 11:44:27 +0000 (11:44 +0000)]
Add the 'templatesused' message used by JeLuf's new feature

19 years agofix indentation
Arne Heizmann [Thu, 19 Aug 2004 11:43:48 +0000 (11:43 +0000)]
fix indentation

19 years agoShow list of templates used by this page at the end of the EditPage. Bugzilla#143
Jens Frank [Thu, 19 Aug 2004 11:26:44 +0000 (11:26 +0000)]
Show list of templates used by this page at the end of the EditPage. Bugzilla#143

19 years agoAdd some more profiling points
Brion Vibber [Thu, 19 Aug 2004 08:44:13 +0000 (08:44 +0000)]
Add some more profiling points

19 years agoPatch to formatComment() to fix otherwise-unrecognised links with an initial colon...
Tim Starling [Wed, 18 Aug 2004 14:39:17 +0000 (14:39 +0000)]
Patch to formatComment() to fix otherwise-unrecognised links with an initial colon, written by Kate-

19 years agoTo-be XML parser
Magnus Manske [Wed, 18 Aug 2004 08:21:35 +0000 (08:21 +0000)]
To-be XML parser

19 years agoUse ob_implicit_flush() rather than ob_end_flush() in install-utils.
Brion Vibber [Wed, 18 Aug 2004 05:45:25 +0000 (05:45 +0000)]
Use ob_implicit_flush() rather than ob_end_flush() in install-utils.
Ending the buffering completely will kill all subsequent output when
PHP is globally configured to run through a gzip compression handler.

Also, suppress the warning in LocalSettings.php when PHP tells us we
can't run the gzip filter twice.

19 years agoThe last checkin changed 'copyrightwarning' in a way that broke if the
Brion Vibber [Wed, 18 Aug 2004 00:04:06 +0000 (00:04 +0000)]
The last checkin changed 'copyrightwarning' in a way that broke if the
wiki wasn't configured to provide copyright metadata, and requires editing
or rebuilding the message if the configuration is changed.

Now uses the value in existence at runtime so it can be reconfigured more
easily, and adds a 'copyrightwarning2' message which changes the wording
a bit to be used when no copyright metadata is provided.

This change should be more upwards-compatible. Also, changed 'copyrightwarning'
to be wikitext instead of raw HTML; this shouldn't break any of the built-in
texts but might requires adjustment to customized versions.

19 years agoOn image pages, limit image width to $wgMaxImageWidth.
Jens Frank [Tue, 17 Aug 2004 21:07:14 +0000 (21:07 +0000)]
On image pages, limit image width to $wgMaxImageWidth.
If $wgUseImageResize is set, the image will be resized to fit this limit.
The resized image links to the big image.
Default for $wgMaxImageWidth is 800 pixels. Set to really big values (like 9999999) to disable.

19 years agouse $wgRightsText in copyrightwarning
Arne Heizmann [Tue, 17 Aug 2004 17:35:50 +0000 (17:35 +0000)]
use $wgRightsText in copyrightwarning

19 years ago*fix bug in non-breaking space regexp
Guillaume Blanchard [Tue, 17 Aug 2004 15:42:42 +0000 (15:42 +0000)]
*fix bug in non-breaking space regexp
*add non-breaking code for French numbers
*set MAX_INCLUDE_REPEAT to 100 (I'll remove it when I'll update the per page size max)

19 years agoDo final link replacement with preg_replace_callback instead of str_replace on giant...
Brion Vibber [Mon, 16 Aug 2004 23:57:25 +0000 (23:57 +0000)]
Do final link replacement with preg_replace_callback instead of str_replace on giant arrays.

Speeds up this part on a Village Pump copy by a factor of 20 over the
previous explode() hack and by a factor of 200 over the original method.

19 years agoDirty hack for time-consuming str_replace
Magnus Manske [Mon, 16 Aug 2004 21:39:56 +0000 (21:39 +0000)]
Dirty hack for time-consuming str_replace

19 years agodouble to single quotes.
Antoine Musso [Mon, 16 Aug 2004 20:14:35 +0000 (20:14 +0000)]
double to single quotes.

19 years ago* some comments (using # instead of /* */ )
Antoine Musso [Mon, 16 Aug 2004 20:01:21 +0000 (20:01 +0000)]
* some comments (using # instead of /* */ )
* function foobar () { shema

19 years ago* Add more profiling granularity to replaceLinkHolders
Brion Vibber [Mon, 16 Aug 2004 19:06:03 +0000 (19:06 +0000)]
* Add more profiling granularity to replaceLinkHolders
* Split a couple "?>" instances in string literals -- these hose some syntax highlighters

19 years agomore double to single quotes
Antoine Musso [Mon, 16 Aug 2004 15:29:17 +0000 (15:29 +0000)]
more double to single quotes

19 years agoComments, double to single quotes, foobar () { shema.
Antoine Musso [Mon, 16 Aug 2004 15:23:46 +0000 (15:23 +0000)]
Comments, double to single quotes, foobar () { shema.

19 years agoMore informative Special:Export text copied from en
Tim Starling [Mon, 16 Aug 2004 13:25:09 +0000 (13:25 +0000)]
More informative Special:Export text copied from en

19 years agoEnter 10x more efficient stripForSearch code.
Domas Mituzas [Mon, 16 Aug 2004 11:47:56 +0000 (11:47 +0000)]
Enter 10x more efficient stripForSearch code.
This method returns lowercased string (same
as in Language). Other stripForSearch'es should
be reviewed and later double efforts to lowercase
text in SearchUpdate, SearchEngine and elswhere
removed.

19 years agoStart on 1.4 release notes, so we don't forget what we did.
Brion Vibber [Mon, 16 Aug 2004 09:50:02 +0000 (09:50 +0000)]
Start on 1.4 release notes, so we don't forget what we did.

19 years agoComments:Fix stale comments, this file isn't just a wrapper, also add a note on mbstring
Domas Mituzas [Mon, 16 Aug 2004 09:12:22 +0000 (09:12 +0000)]
Comments:Fix stale comments, this file isn't just a wrapper, also add a note on mbstring

19 years agoCommit in resource efficient lcfirst and ucfirst
Domas Mituzas [Mon, 16 Aug 2004 08:35:27 +0000 (08:35 +0000)]
Commit in resource efficient lcfirst and ucfirst
Uses PHP mbstring feature, in case it is compiled in.
In case of language-dependant failures,
those should be solved in Language classes.

19 years agoDon't follow redirects pointing to Special:Userlogout
Jens Frank [Mon, 16 Aug 2004 04:42:48 +0000 (04:42 +0000)]
Don't follow redirects pointing to Special:Userlogout

19 years agoValidation tweaks:
Brion Vibber [Mon, 16 Aug 2004 01:59:53 +0000 (01:59 +0000)]
Validation tweaks:
* Code style consistency
* Use $wgRequest (comments now correctly encoded for eo)
* When disabled, show 'nosuchaction' and 'nosuchspecialpage' errors if triggered

19 years agoFix sourceforge bug #811928:
Antoine Musso [Sun, 15 Aug 2004 23:48:39 +0000 (23:48 +0000)]
Fix sourceforge bug #811928:
Removed several occurences of "\r" which break headers in Outlook at least.
Tested ok on mozilla-thunderbird and The-Bat

19 years agosome more comments and moved parameters in their sections
Antoine Musso [Sun, 15 Aug 2004 23:25:52 +0000 (23:25 +0000)]
some more comments and moved parameters in their sections

19 years agodon't die; redirect
Arne Heizmann [Sun, 15 Aug 2004 23:08:02 +0000 (23:08 +0000)]
don't die; redirect

19 years agoprevent crashing on [[{{FNORD}}]]. Doesn't return something beautiful, though.
Jens Frank [Sun, 15 Aug 2004 20:20:41 +0000 (20:20 +0000)]
prevent crashing on [[{{FNORD}}]]. Doesn't return something beautiful, though.

19 years agoBugfix: When cookies are disabled, don't show login screen twice
Jens Frank [Sun, 15 Aug 2004 20:00:14 +0000 (20:00 +0000)]
Bugfix: When cookies are disabled, don't show login screen twice

19 years agoMigrate doubleredirect and brokenredirect subpages from SpecialMaintenance.php to...
Antoine Musso [Sun, 15 Aug 2004 19:54:15 +0000 (19:54 +0000)]
Migrate doubleredirect and brokenredirect subpages from SpecialMaintenance.php to their own SpecialXX.php scripts. TODO: do not die when a user access the old page but relocate instead

19 years agoNew getPageHeader() method. Allow to add some text before outputting the results.
Antoine Musso [Sun, 15 Aug 2004 19:22:40 +0000 (19:22 +0000)]
New getPageHeader() method. Allow to add some text before outputting the results.

19 years agotrivial double to single quotes translation
Antoine Musso [Sun, 15 Aug 2004 19:12:17 +0000 (19:12 +0000)]
trivial double to single quotes translation

19 years agoCode standardization:
Antoine Musso [Sun, 15 Aug 2004 18:28:02 +0000 (18:28 +0000)]
Code standardization:
* foobar () {   instead of foobar () \n {
* some comments
* double to single quotes
* use constant NS_SPECIAL instead of -1

19 years agoAdding numberheadings to rendering hash, related inconsistency reported on #wikipedia
Tim Starling [Sun, 15 Aug 2004 15:01:33 +0000 (15:01 +0000)]
Adding numberheadings to rendering hash, related inconsistency reported on #wikipedia

19 years agoMove check for wgUseGeoMode to where the function is called, avoids copying the text...
Jens Frank [Sun, 15 Aug 2004 13:49:14 +0000 (13:49 +0000)]
Move check for wgUseGeoMode to where the function is called, avoids copying the text around

19 years ago'deleteimgcompletely' => 'Delete all revisions',
Brion Vibber [Sun, 15 Aug 2004 11:40:59 +0000 (11:40 +0000)]
'deleteimgcompletely' => 'Delete all revisions',

Somebody forgot to add this...

19 years agoFix notice; use isset() to test if things are set
Brion Vibber [Sun, 15 Aug 2004 09:54:28 +0000 (09:54 +0000)]
Fix notice; use isset() to test if things are set

19 years agoRemove obsolete searchhelppage link from dberrortext.
Brion Vibber [Sun, 15 Aug 2004 09:47:57 +0000 (09:47 +0000)]
Remove obsolete searchhelppage link from dberrortext.
Search queries should never cause SQL errors! The new mysql4 code at least is fairly robust.

19 years agoFolding searchhelppage and searchingwikipedia into normal wikitext in searchresulttext.
Brion Vibber [Sun, 15 Aug 2004 08:59:31 +0000 (08:59 +0000)]
Folding searchhelppage and searchingwikipedia into normal wikitext in searchresulttext.

Cleaned up some hard-coded 'Wikipedia' values and old-style $wgSitename/$wgMetaNamespace, but there are still hard-coded values with localized Wikipedia spellings that my quick script didn't catch. These should be edited manually...

19 years agoMore code cleanup on SearchEngine.
Brion Vibber [Sun, 15 Aug 2004 08:23:19 +0000 (08:23 +0000)]
More code cleanup on SearchEngine.
Renamed member vars to fooBar style, use $this->rawText more consistently.
Separated matching parts of goResult() out.
More redundant bits purged.
Switching some messages to wikitext.
Death to <font> tags!

19 years agofix of bug added in 1.37
Tim Starling [Sun, 15 Aug 2004 07:43:37 +0000 (07:43 +0000)]
fix of bug added in 1.37

19 years agoAdded rc_id and rc_patrolled updaters
Tim Starling [Sun, 15 Aug 2004 07:24:31 +0000 (07:24 +0000)]
Added rc_id and rc_patrolled updaters

19 years agoAdded FOR UPDATE mode to Block.php, to fix memcached concurrency problem in BlockCach...
Tim Starling [Sun, 15 Aug 2004 07:23:39 +0000 (07:23 +0000)]
Added FOR UPDATE mode to Block.php, to fix memcached concurrency problem in BlockCache.php. This should fix the regular reports from en of blocks not taking effect.

19 years agoStarting code cleanup. Beginning to separate database logic from display output,...
Brion Vibber [Sun, 15 Aug 2004 07:15:22 +0000 (07:15 +0000)]
Starting code cleanup. Beginning to separate database logic from display output, removing some duplicate bits, starting to decouple things...

19 years agoShow the search terms as given instead of the filtered terms in the subtitle.
Brion Vibber [Sun, 15 Aug 2004 05:05:56 +0000 (05:05 +0000)]
Show the search terms as given instead of the filtered terms in the subtitle.
Part of the fix for Bug 54: go-search for non-existing page in a namespace returns broken new-edit URL
http://bugzilla.wikipedia.org/show_bug.cgi?id=54

19 years agoUse original instead of filtered search request for the optional new page edit link...
Brion Vibber [Sun, 15 Aug 2004 04:38:35 +0000 (04:38 +0000)]
Use original instead of filtered search request for the optional new page edit link in nogomatch (de, etc)

Fix for Bug 54: go-search for non-existing page in a namespace returns broken new-edit URL
http://bugzilla.wikipedia.org/show_bug.cgi?id=54

19 years agoIn $wgNamespaceNamesDe: Fix indentation
Arne Heizmann [Sun, 15 Aug 2004 02:15:48 +0000 (02:15 +0000)]
In $wgNamespaceNamesDe: Fix indentation
In $wgSkinNamesDe: Fix indentation, and translate skin names to German
Everywhere else, remove trailing white space.  Not that much this time :-)

19 years ago* Translate 'Chick' skin name ('Kokido')
Brion Vibber [Sun, 15 Aug 2004 01:53:25 +0000 (01:53 +0000)]
* Translate 'Chick' skin name ('Kokido')
* Fill in a couple missing bits from prefs

19 years agoDisable $wgUseGzip by default since it's wildly incompatible with
Brion Vibber [Sat, 14 Aug 2004 22:51:28 +0000 (22:51 +0000)]
Disable $wgUseGzip by default since it's wildly incompatible with
default output buffering. May further streamline this later.

19 years agoNew files for new skin 'Chick'.
Arne Heizmann [Sat, 14 Aug 2004 22:42:46 +0000 (22:42 +0000)]
New files for new skin 'Chick'.
http://bugzilla.wikipedia.org/show_bug.cgi?id=49

19 years agoNew PHPtal-based skin 'Chick'. Designed for PDAs and other low-resolution devices.
Arne Heizmann [Sat, 14 Aug 2004 22:38:46 +0000 (22:38 +0000)]
New PHPtal-based skin 'Chick'. Designed for PDAs and other low-resolution devices.
See non-whitespace-changing patch at http://bugzilla.wikipedia.org/show_bug.cgi?id=49

19 years agoClean up magic, messages to remove warnings and notices.
Brion Vibber [Sat, 14 Aug 2004 22:32:54 +0000 (22:32 +0000)]
Clean up magic, messages to remove warnings and notices.
Remove some redundant inherited funcs from LanguageIs.

19 years agouse tabs for indentation, and probably some trailing whitespace has been removed...
Arne Heizmann [Sat, 14 Aug 2004 22:30:10 +0000 (22:30 +0000)]
use tabs for indentation, and probably some trailing whitespace has been removed by my
editor. I apologise for these triviality commits lately; I'll be more productive soon...

19 years ago"escaped" can mean "URL-escaped" or "HTML-escaped".
Arne Heizmann [Sat, 14 Aug 2004 22:27:10 +0000 (22:27 +0000)]
"escaped" can mean "URL-escaped" or "HTML-escaped".

19 years agoEnglish
Arne Heizmann [Sat, 14 Aug 2004 22:21:30 +0000 (22:21 +0000)]
English

19 years agoRemove filthy, dirty, Microsoft line endings from the file. yuck yuck yuck!
Brion Vibber [Sat, 14 Aug 2004 22:15:49 +0000 (22:15 +0000)]
Remove filthy, dirty, Microsoft line endings from the file. yuck yuck yuck!

19 years ago# Please don't move this line to includes/Defines.php. This line essentially defines
Arne Heizmann [Sat, 14 Aug 2004 20:33:01 +0000 (20:33 +0000)]
# Please don't move this line to includes/Defines.php. This line essentially defines
# a valid entry point. If you put it in includes/Defines.php, then any script that includes
# it becomes an entry point, thereby defeating its purpose.

19 years agoPAGENAMEE / Article count on move
Antoine Musso [Sat, 14 Aug 2004 20:28:05 +0000 (20:28 +0000)]
PAGENAMEE / Article count on move

19 years agoCopy release notes & history from 1.3.
Brion Vibber [Sat, 14 Aug 2004 20:18:23 +0000 (20:18 +0000)]
Copy release notes & history from 1.3.

19 years agoFix sourceforge bug #850012 : Page move doesn't update article count
Antoine Musso [Sat, 14 Aug 2004 20:09:47 +0000 (20:09 +0000)]
Fix sourceforge bug #850012 : Page move doesn't update article count

It works on my local wiki unfortunatly I have neither memcached nor
squid so the code might need some tweaking.

19 years agoCode standardization:
Antoine Musso [Sat, 14 Aug 2004 19:52:18 +0000 (19:52 +0000)]
Code standardization:
* if($foo == 1) instead of 1 == $foo
* double to single quote translations

19 years agominor code standardization
Antoine Musso [Sat, 14 Aug 2004 19:33:59 +0000 (19:33 +0000)]
minor code standardization

19 years agoFix rebuildall on case-sensitive unix filesystems.
Brion Vibber [Sat, 14 Aug 2004 19:23:51 +0000 (19:23 +0000)]
Fix rebuildall on case-sensitive unix filesystems.

Bug 52: rebuildall.php maintenance script fails
http://bugzilla.wikipedia.org/show_bug.cgi?id=52

19 years agoRemoving some occurences of wikipedia
Antoine Musso [Sat, 14 Aug 2004 19:17:13 +0000 (19:17 +0000)]
Removing some occurences of wikipedia

19 years agoRemoved most occurences of "wikipedia" replaced by either {{ns:4}} in wikilinks
Antoine Musso [Sat, 14 Aug 2004 19:02:15 +0000 (19:02 +0000)]
Removed most occurences of "wikipedia" replaced by either {{ns:4}} in wikilinks
and {{SITENAME}} in other places (which give the same value anyway).

19 years agoTypo/logic error in move page watchlist update.
Brion Vibber [Sat, 14 Aug 2004 18:23:50 +0000 (18:23 +0000)]
Typo/logic error in move page watchlist update.

Bug 50: after moving a watched page the page is not in watch list any more
http://bugzilla.wikipedia.org/show_bug.cgi?id=50

19 years agodigit translation
Tim Starling [Sat, 14 Aug 2004 16:29:56 +0000 (16:29 +0000)]
digit translation

19 years agoAllowed post-parse link cache to be used for update as well as page view. This involv...
Tim Starling [Sat, 14 Aug 2004 13:34:57 +0000 (13:34 +0000)]
Allowed post-parse link cache to be used for update as well as page view. This involves changes to Article::showArticle() and maintenance/refreshLinks.inc. Fixed various bugs that I noticed along the way. Added an option to recover the old 1.3.x behaviour, for profiling and debugging.

19 years agofix invalid HTML entities
Arne Heizmann [Sat, 14 Aug 2004 12:35:38 +0000 (12:35 +0000)]
fix invalid HTML entities

19 years agoReverting my previous change. Comment
Antoine Musso [Sat, 14 Aug 2004 12:20:39 +0000 (12:20 +0000)]
Reverting my previous change. Comment

19 years agomoving define(mediawiki, true) from index.php to includes/Defines.php
Antoine Musso [Sat, 14 Aug 2004 12:10:43 +0000 (12:10 +0000)]
moving define(mediawiki, true) from index.php to includes/Defines.php

19 years agoXHTML fixes for Special:Upload
Brion Vibber [Sat, 14 Aug 2004 11:41:10 +0000 (11:41 +0000)]
XHTML fixes for Special:Upload
* well-formedness fix on the tables and forms
* switch 'uploadtext' message from HTML to wikitext

19 years agoDon't use wfMsg('go') on this submit button. It's already used for the "Go" search...
Arne Heizmann [Sat, 14 Aug 2004 09:20:00 +0000 (09:20 +0000)]
Don't use wfMsg('go') on this submit button. It's already used for the "Go" search button.
Shouldn't overload translatable messages like that. It's quite a different context here.

19 years agoWrap user styles in CDATA block on classic skins; fixes XHTML parsing error.
Brion Vibber [Sat, 14 Aug 2004 09:10:46 +0000 (09:10 +0000)]
Wrap user styles in CDATA block on classic skins; fixes XHTML parsing error.

19 years ago* Use WebRequest::getInt()
Brion Vibber [Sat, 14 Aug 2004 08:57:51 +0000 (08:57 +0000)]
* Use WebRequest::getInt()
* Check that the namespace actually exists before trying to use it

19 years agoFixes to the bold/italics rendering problems [Bug 40]
Arne Heizmann [Sat, 14 Aug 2004 08:32:57 +0000 (08:32 +0000)]
Fixes to the bold/italics rendering problems [Bug 40]
http://bugzilla.wikipedia.org/show_bug.cgi?id=40

19 years agoGo direct to the page list if there are only one or two pages' worth of
Brion Vibber [Sat, 14 Aug 2004 08:22:38 +0000 (08:22 +0000)]
Go direct to the page list if there are only one or two pages' worth of
titles to list. (Timwi's patch plus style tweak.)

Bug 18: Improve Allpages display on small wikis
http://bugzilla.wikipedia.org/show_bug.cgi?id=18

19 years agoremove accidentally left-in debugging output
Arne Heizmann [Sat, 14 Aug 2004 08:17:59 +0000 (08:17 +0000)]
remove accidentally left-in debugging output

19 years agoslight bugfix to patrol feature, thanks to maveric149 for finding it
Arne Heizmann [Sat, 14 Aug 2004 06:40:14 +0000 (06:40 +0000)]
slight bugfix to patrol feature, thanks to maveric149 for finding it

19 years agoDB name feature from REL1_3
Tim Starling [Sat, 14 Aug 2004 06:10:56 +0000 (06:10 +0000)]
DB name feature from REL1_3

19 years agoAdded siteFromDB(), used in commandLine.inc
Tim Starling [Sat, 14 Aug 2004 06:03:10 +0000 (06:03 +0000)]
Added siteFromDB(), used in commandLine.inc

19 years agoInstall tweaks:
Brion Vibber [Fri, 13 Aug 2004 22:24:09 +0000 (22:24 +0000)]
Install tweaks:
* Die more dramatically when XML module is missing; explicitly mention Mandrake solution
* Don't allow blank db username, as this breaks
* Apply slashes escapes on the license metadata; these come from outside for CC licenses and while we trust them, they might change and break

19 years agoDisplay the text the spam regexp matched. Patch by akl.
Arne Heizmann [Fri, 13 Aug 2004 20:52:15 +0000 (20:52 +0000)]
Display the text the spam regexp matched. Patch by akl.

19 years agoreplace wfEscapeHTML() by htmlspecialchars() as brion did for other functions. Old...
Antoine Musso [Fri, 13 Aug 2004 18:45:03 +0000 (18:45 +0000)]
replace wfEscapeHTML() by htmlspecialchars() as brion did for other functions. Old one is non existent anyway