lhc/web/wiklou.git
19 years ago* some comments
Antoine Musso [Thu, 2 Sep 2004 00:25:56 +0000 (00:25 +0000)]
* some comments
* double to single quotes
* function foobar () {  shema
* indentation fix in function getEditToolbar()

19 years agodo not indent code inside the "if( defined( 'MEDIAWIKI' ) ) { }" block
Antoine Musso [Thu, 2 Sep 2004 00:01:19 +0000 (00:01 +0000)]
do not indent code inside the "if( defined( 'MEDIAWIKI' ) ) { }" block

19 years agokilling some double quotes
Antoine Musso [Wed, 1 Sep 2004 23:34:28 +0000 (23:34 +0000)]
killing some double quotes

19 years agoAdd SOAP read only API. API still unstable, might add limitations on number
Jens Frank [Wed, 1 Sep 2004 22:56:03 +0000 (22:56 +0000)]
Add SOAP read only API. API still unstable, might add limitations on number
of queries per day or similar.

19 years agocomments from DefaultSettings.php
Antoine Musso [Wed, 1 Sep 2004 22:29:25 +0000 (22:29 +0000)]
comments from DefaultSettings.php
Fix bug http://bugzilla.wikipedia.org/show_bug.cgi?id=257

19 years agoWe should try not to use the same message for different things :/
Arne Heizmann [Wed, 1 Sep 2004 21:53:50 +0000 (21:53 +0000)]
We should try not to use the same message for different things :/

19 years agoSet $wgDBadminuser and $wgDBadminpassword to root when using the root
Brion Vibber [Wed, 1 Sep 2004 18:16:32 +0000 (18:16 +0000)]
Set $wgDBadminuser and $wgDBadminpassword to root when using the root
login so that certain db upgrade steps (eg convertLinks.inc) will not
try to use the unprivileges database account to do restructuring.

This fixes the problem with upgrading wikis created by the old
command-line installer dying at the link table conversion.

19 years agotime(), date(), timeanddate() now use wfTimestamp(TS_MW) for timestamp input
Domas Mituzas [Wed, 1 Sep 2004 14:10:42 +0000 (14:10 +0000)]
time(), date(), timeanddate() now use wfTimestamp(TS_MW) for timestamp input
* should be merged into other language files, defining these functions as well

19 years agoinclude all fields in group-by, required by nonmysql databases, doesn't break anythin...
Domas Mituzas [Wed, 1 Sep 2004 12:49:19 +0000 (12:49 +0000)]
include all fields in group-by, required by nonmysql databases, doesn't break anything on mysql

19 years agostrip profile name in case it exceeds db storage size (at 255 mark)
Domas Mituzas [Wed, 1 Sep 2004 12:48:09 +0000 (12:48 +0000)]
strip profile name in case it exceeds db storage size (at 255 mark)

19 years agoget rid of all INSERT IGNORE in includes/, change into Database::insertArray
Domas Mituzas [Wed, 1 Sep 2004 12:29:07 +0000 (12:29 +0000)]
get rid of all INSERT IGNORE in includes/, change into Database::insertArray

19 years agotreat every array as an array, not only with option IGNORE,
Domas Mituzas [Wed, 1 Sep 2004 12:27:57 +0000 (12:27 +0000)]
treat every array as an array, not only with option IGNORE,
IGNORE single-row inserts as well, if specified.

19 years agoprobably a typo
Arne Heizmann [Wed, 1 Sep 2004 03:08:44 +0000 (03:08 +0000)]
probably a typo

19 years agodisplay "view current revision" link on old revisions. (This means that the
Arne Heizmann [Wed, 1 Sep 2004 03:01:37 +0000 (03:01 +0000)]
display "view current revision" link on old revisions.  (This means that the
Classic skin will have it twice in different places, but I hope people won't mind.)

19 years agoremove trailing white space (sorry)
Arne Heizmann [Wed, 1 Sep 2004 02:57:26 +0000 (02:57 +0000)]
remove trailing white space (sorry)

19 years agoCustom namespaces:
Erik Moeller [Tue, 31 Aug 2004 10:23:55 +0000 (10:23 +0000)]
Custom namespaces:
To add a new namespace, just set $wgExtraNamespaces in LocalSettings.php.
Custom namespaces must begin at 100.
This is primarily intended to let us add a bunch of international versions
of the "Help:" namespace on Meta, so we can finally have a single place for
all documentation and easily dump/import it to other wikis.

19 years agoAvoid numeric and boolean interpretation of "0" in self-link check and Go searching.
Brion Vibber [Tue, 31 Aug 2004 02:26:55 +0000 (02:26 +0000)]
Avoid numeric and boolean interpretation of "0" in self-link check and Go searching.
Fix for bug 174: 0 as an article name behaves strangely (numerical comparison in article-ids).
http://bugzilla.wikipedia.org/show_bug.cgi?id=174

19 years agodocument $wgLocalTZoffset
Arne Heizmann [Tue, 31 Aug 2004 01:43:31 +0000 (01:43 +0000)]
document $wgLocalTZoffset

19 years agoQuote seemingly numeric values in SQL, as they might
Brion Vibber [Tue, 31 Aug 2004 01:01:44 +0000 (01:01 +0000)]
Quote seemingly numeric values in SQL, as they might
actually be strings which may not convert 1:1 if passed
to MySQL as numbers.

fix for Bug 255: Number articles on Special:Newpages
http://bugzilla.wikipedia.org/show_bug.cgi?id=255

19 years agoOops. Don't double-escape this.
Arne Heizmann [Mon, 30 Aug 2004 23:45:05 +0000 (23:45 +0000)]
Oops. Don't double-escape this.

19 years agocomment was incomplete
Arne Heizmann [Mon, 30 Aug 2004 23:23:10 +0000 (23:23 +0000)]
comment was incomplete

19 years agoRe-insert my changes to the Diff engine that make it so that the original text is...
Arne Heizmann [Mon, 30 Aug 2004 23:17:04 +0000 (23:17 +0000)]
Re-insert my changes to the Diff engine that make it so that the original text is diffed
and only HTML-escaped on output. JeLuF was seeing unescaped HTML because he had
$wgUseExternalDiffEngine turned on; hence, this commit makes it so that pre-escaped text is
sent to such an external engine just as before. Also fixes indentation and readability
issues, adds a few comments, and removes trailing whitespace in only 4(!) lines. :)

19 years agofix nasty error due to /dev/random exhaustion
Jens Frank [Mon, 30 Aug 2004 20:23:36 +0000 (20:23 +0000)]
fix nasty error due to /dev/random exhaustion

19 years agoIn the allpages index, make the whole line links to hopefully
Brion Vibber [Mon, 30 Aug 2004 08:22:15 +0000 (08:22 +0000)]
In the allpages index, make the whole line links to hopefully
reduce the confusion factor. Some people thought that the link
was actually a link _to_ the first page listed.

Since the centering is done with a table (yecch) each line is
actually three separate links, for the first page, "to", and
last page. All go to the same place, and on Monobook with link
underlining off it should look pretty decent. It's less attractive
on the classic skins with underlining on, but it's better than
the old look i think.

Also, removed the old caching with LogPage, since this no longer
works. Either the index generation needs to be made a lot faster,
or the index points should be saved in the querycache table.

http://bugzilla.wikipedia.org/show_bug.cgi?id=250

19 years agoWhen using wfMsgNoDB(), *don't use the cached messsages!*
Brion Vibber [Mon, 30 Aug 2004 05:11:21 +0000 (05:11 +0000)]
When using wfMsgNoDB(), *don't use the cached messsages!*
This restores Special:Allmessages to working order; previously it was
showing the MediaWiki: message in both columns, which is not too helpful.

19 years agoSnarf the deletion log entries on the undelete page. Make the log items
Brion Vibber [Sun, 29 Aug 2004 21:26:00 +0000 (21:26 +0000)]
Snarf the deletion log entries on the undelete page. Make the log items
and the archived history quite distinct by adding headings.

19 years agoBUG#244 Backed out changes done in Patch 1.33 due to major
Jens Frank [Sun, 29 Aug 2004 19:07:18 +0000 (19:07 +0000)]
BUG#244 Backed out changes done in Patch 1.33 due to major
security problems. HTML tags were not escaped and it was possible to execute arbitrary javascript code

19 years agoBUG#249 Add ecclipse meta files to .cvsignore
Jens Frank [Sun, 29 Aug 2004 18:25:25 +0000 (18:25 +0000)]
BUG#249 Add ecclipse meta files to .cvsignore

19 years agoFix handling of oldest revision with diff-links from the user contributions.
Jens Frank [Sun, 29 Aug 2004 18:13:23 +0000 (18:13 +0000)]
Fix handling of oldest revision with diff-links from the user contributions.
ENH#228 Have next/previous links in diffs.

19 years agoUnicode normalization routines.
Brion Vibber [Sun, 29 Aug 2004 10:30:23 +0000 (10:30 +0000)]
Unicode normalization routines.
See: http://www.unicode.org/reports/tr15/

19 years agoAdjust UTF-8 generator for correctness. (Upper private use area, probably affects...
Brion Vibber [Sun, 29 Aug 2004 02:04:01 +0000 (02:04 +0000)]
Adjust UTF-8 generator for correctness. (Upper private use area, probably affects nothing.)

19 years agoENH#59 Provide a (diff) link in Special:Contributions
Jens Frank [Sat, 28 Aug 2004 23:00:04 +0000 (23:00 +0000)]
ENH#59 Provide a (diff) link in Special:Contributions
Does not look up the next old revision for every change but links to pseudo-revision 'prev'.
DifferenceEngine looks up the previous revision if user requests a specific diff.

19 years agountested, but I'm pretty sure this fixes
Arne Heizmann [Sat, 28 Aug 2004 22:11:47 +0000 (22:11 +0000)]
untested, but I'm pretty sure this fixes
http://bugzilla.wikipedia.org/show_bug.cgi?id=226

19 years agoinstead of HTML-escaping everything and then creating a diff of it, diff the original
Arne Heizmann [Sat, 28 Aug 2004 21:37:56 +0000 (21:37 +0000)]
instead of HTML-escaping everything and then creating a diff of it, diff the original
text and HTML-escape each bit when we actually output it. Fixes
http://bugzilla.wikipedia.org/show_bug.cgi?id=216 in a non-hacky way.

19 years agoBUG#160 Internationalize display of numbers:
Jens Frank [Sat, 28 Aug 2004 19:08:49 +0000 (19:08 +0000)]
BUG#160 Internationalize display of numbers:
* section numbers in TOC
* file size in edit page warning for big articles.

19 years agomake "Revision as of [time] [date]" link to the relevant revision
Arne Heizmann [Sat, 28 Aug 2004 19:08:17 +0000 (19:08 +0000)]
make "Revision as of [time] [date]" link to the relevant revision

19 years agofix typo
Arne Heizmann [Sat, 28 Aug 2004 18:54:23 +0000 (18:54 +0000)]
fix typo

19 years agoremove superfluous require_once('SpecialValidate.php');
Arne Heizmann [Sat, 28 Aug 2004 18:11:14 +0000 (18:11 +0000)]
remove superfluous require_once('SpecialValidate.php');

19 years agoBUG#162 Added \propto
Jens Frank [Sat, 28 Aug 2004 18:07:36 +0000 (18:07 +0000)]
BUG#162 Added \propto

19 years agoNP_WIKIPEDIA => NP_PROJECT, and code readability stuff
Arne Heizmann [Sat, 28 Aug 2004 17:53:12 +0000 (17:53 +0000)]
NP_WIKIPEDIA => NP_PROJECT, and code readability stuff

19 years agomake this less confusing
Arne Heizmann [Sat, 28 Aug 2004 17:38:57 +0000 (17:38 +0000)]
make this less confusing

19 years agosome code readability and "->'
Arne Heizmann [Sat, 28 Aug 2004 17:34:54 +0000 (17:34 +0000)]
some code readability and "->'

19 years agoBUG#200 Fixed text. Providing right number is much harder.
Jens Frank [Sat, 28 Aug 2004 17:11:17 +0000 (17:11 +0000)]
BUG#200 Fixed text. Providing right number is much harder.

19 years agoBUG#219 enable link shortcuts like [[:Category:catname|]]
Jens Frank [Sat, 28 Aug 2004 16:42:57 +0000 (16:42 +0000)]
BUG#219 enable link shortcuts like [[:Category:catname|]]

19 years agorename $wgUserTablePrefix to $wgSharedDB as discussed on #mediawiki
Erik Moeller [Sat, 28 Aug 2004 13:32:14 +0000 (13:32 +0000)]
rename $wgUserTablePrefix to $wgSharedDB as discussed on #mediawiki

19 years agoBUG#236 Log deletion of old image revisions.
Jens Frank [Sat, 28 Aug 2004 12:07:05 +0000 (12:07 +0000)]
BUG#236 Log deletion of old image revisions.

19 years agoRemoving the older GPL MemCachedClient.inc.php. Some time ago we switched
Brion Vibber [Sat, 28 Aug 2004 07:29:54 +0000 (07:29 +0000)]
Removing the older GPL MemCachedClient.inc.php. Some time ago we switched
to Ryan Dean's BSD version (memcached-client.php)

19 years agoDon't display Upload link in Monobook sidebar if uploading is disabled.
Brion Vibber [Sat, 28 Aug 2004 00:38:59 +0000 (00:38 +0000)]
Don't display Upload link in Monobook sidebar if uploading is disabled.

19 years agoAbstracted site name in LanguageFi.php. This required the implementation of general...
Tim Starling [Fri, 27 Aug 2004 14:55:41 +0000 (14:55 +0000)]
Abstracted site name in LanguageFi.php. This required the implementation of general handling for inflected languages, in particular the {{grammar:}} tag

19 years agoFixed notice due to main-cleanup being entered at level 0
Tim Starling [Fri, 27 Aug 2004 13:42:09 +0000 (13:42 +0000)]
Fixed notice due to main-cleanup being entered at level 0

19 years agoTable prefix bugs
Tim Starling [Fri, 27 Aug 2004 13:40:27 +0000 (13:40 +0000)]
Table prefix bugs

19 years agoremoved forgotten debugging statement
Jens Frank [Fri, 27 Aug 2004 06:16:16 +0000 (06:16 +0000)]
removed forgotten debugging statement

19 years agocleanup of unused categoryMagic code
Jens Frank [Fri, 27 Aug 2004 06:15:13 +0000 (06:15 +0000)]
cleanup of unused categoryMagic code

19 years agoENH#169: Provide plugin interface for skins. See also module "sampleskin" in extensions.
Jens Frank [Fri, 27 Aug 2004 05:23:52 +0000 (05:23 +0000)]
ENH#169: Provide plugin interface for skins. See also module "sampleskin" in extensions.

19 years agoRemove call to parserOptions::setUseCategoryMagic. No longer needed with CategoryPage.php
Jens Frank [Thu, 26 Aug 2004 20:45:26 +0000 (20:45 +0000)]
Remove call to parserOptions::setUseCategoryMagic. No longer needed with CategoryPage.php

19 years agoBUG#206: replace <!--LINK tags by the link text for displaying text in TOCs
Jens Frank [Thu, 26 Aug 2004 18:48:13 +0000 (18:48 +0000)]
BUG#206: replace <!--LINK tags by the link text for displaying text in TOCs
Thanks to Daniel D�sentrieb for his help writing the regexp.

19 years agoMake ot=html default, as most user will probably use that view. ENH#185
Jens Frank [Wed, 25 Aug 2004 19:18:34 +0000 (19:18 +0000)]
Make ot=html default, as most user will probably use that view. ENH#185

19 years agoOld log page -> logging table importer.
Brion Vibber [Wed, 25 Aug 2004 17:24:31 +0000 (17:24 +0000)]
Old log page -> logging table importer.
Not yet fully functional.

19 years agoRemove obsolete notice about server times from upload, delete log header texts.
Brion Vibber [Wed, 25 Aug 2004 17:23:25 +0000 (17:23 +0000)]
Remove obsolete notice about server times from upload, delete log header texts.

19 years agoShow pretty localized log names in Recentchanges instead of Special:Log/upload etc
Brion Vibber [Wed, 25 Aug 2004 02:13:32 +0000 (02:13 +0000)]
Show pretty localized log names in Recentchanges instead of Special:Log/upload etc

19 years agoNS_PROJECT, NS_PROJECT_TALK -- will phase out NS_WIKIPEDIA et all later
Brion Vibber [Wed, 25 Aug 2004 02:12:02 +0000 (02:12 +0000)]
NS_PROJECT, NS_PROJECT_TALK -- will phase out NS_WIKIPEDIA et all later

19 years agoSplit user table into two parts: user and user_rights, for single login. BUG#57
Jens Frank [Tue, 24 Aug 2004 20:41:07 +0000 (20:41 +0000)]
Split user table into two parts: user and user_rights, for single login. BUG#57

19 years agoReplaced old setIgnoreSQLErrors by newer ignoreErrors
Jens Frank [Tue, 24 Aug 2004 19:26:21 +0000 (19:26 +0000)]
Replaced old setIgnoreSQLErrors by newer ignoreErrors

19 years agodo not parse malformed sections for section editing (fix bug #186)
Erik Moeller [Tue, 24 Aug 2004 18:04:37 +0000 (18:04 +0000)]
do not parse malformed sections for section editing (fix bug #186)

19 years agoCheck for validation mode and load validation code if necessary before trying to...
Brion Vibber [Tue, 24 Aug 2004 17:56:20 +0000 (17:56 +0000)]
Check for validation mode and load validation code if necessary before trying to use it.

19 years agouse reference instead of value for title object parameter
Erik Moeller [Tue, 24 Aug 2004 17:40:13 +0000 (17:40 +0000)]
use reference instead of value for title object parameter

19 years agoadds '->' links to section before autogenerated section edit comments,
Erik Moeller [Tue, 24 Aug 2004 17:19:37 +0000 (17:19 +0000)]
adds '->' links to section before autogenerated section edit comments,
in recent changes, history, watchlist and contributions list. '->' is
defined in MediaWiki:sectionlink.

closes http://bugzilla.wikipedia.org/show_bug.cgi?id=45

19 years agoSpecial:Log and the logging table -- unified logging scariness!
Brion Vibber [Tue, 24 Aug 2004 08:11:46 +0000 (08:11 +0000)]
Special:Log and the logging table -- unified logging scariness!

Replaces the ugly, often breaking, manually archived log pages with
a nice clean table which can be sorted, trimmed, viewed in pieces, etc.
You can see all logged actions by some user, or affecting some page,
and can combine the views of all all logs in one.

There are probably still some broken things in here, but I want this
committed before the patch gets any bigger.

recentchanges table is altered to make rc_namespace signed so Special:
links can be listed in it.

19 years agoPatch by Ivan Krstic, slightly modified, for the session handler wrong setting problem.
Brion Vibber [Tue, 24 Aug 2004 03:10:51 +0000 (03:10 +0000)]
Patch by Ivan Krstic, slightly modified, for the session handler wrong setting problem.

Bug 179: Detect when session.save_handler set incorrectly
http://bugzilla.wikipedia.org/show_bug.cgi?id=179

19 years agoNew global setting: wgUserTablePrefix
Jens Frank [Mon, 23 Aug 2004 18:49:05 +0000 (18:49 +0000)]
New global setting: wgUserTablePrefix
set wgUserTablePrefix to the name of the DB where your users
table is for single login. Disabled by default.
If set, the users table will be fetched from another MySQL schema (called
database by MySQL). Can not be on a different MySQL server, though.

19 years agoStart migrating wfCheckLimits to WebRequest::getLimitOffset()
Brion Vibber [Mon, 23 Aug 2004 02:19:02 +0000 (02:19 +0000)]
Start migrating wfCheckLimits to WebRequest::getLimitOffset()

19 years agorewrite of the dmoz-like category browser. Known bugs: makeKnownLink instead of makeL...
Antoine Musso [Mon, 23 Aug 2004 00:49:02 +0000 (00:49 +0000)]
rewrite of the dmoz-like category browser. Known bugs: makeKnownLink instead of makeLink, <br> is put at beginning instead of the end

19 years agoAdd back the slower version of Title::makeTitle as Title::makeTitleSafe()
Brion Vibber [Sun, 22 Aug 2004 23:55:36 +0000 (23:55 +0000)]
Add back the slower version of Title::makeTitle as Title::makeTitleSafe()
and use it in a few places where user names, images, or messages are being
used to create titles.

19 years agoChange 'welcomecreation' and 'loginsuccess' messages from HTML to WikiText.
Brion Vibber [Sun, 22 Aug 2004 23:40:26 +0000 (23:40 +0000)]
Change 'welcomecreation' and 'loginsuccess' messages from HTML to WikiText.
Fix XML well-formedness error in the creation message.

19 years agoFix typo in quote conversion
Brion Vibber [Sun, 22 Aug 2004 23:32:05 +0000 (23:32 +0000)]
Fix typo in quote conversion

19 years agoSet up the Title fields directly in Title::makeTitle(), skipping the
Brion Vibber [Sun, 22 Aug 2004 23:19:12 +0000 (23:19 +0000)]
Set up the Title fields directly in Title::makeTitle(), skipping the
secureAndSplit() step. This saves a lot of time and memory when working
with titles that are known-good (coming out of the database or other
Title objects, for instance).

Warning: if you feed invalid input to makeTitle() it will *not* be
checked for validity anymore and may do bad things. Don't do that.

19 years ago* Fix notice in PHP output mode
Brion Vibber [Sun, 22 Aug 2004 22:22:54 +0000 (22:22 +0000)]
* Fix notice in PHP output mode
* Fix XML well-formedness error in header (escape those URLs!)
* Redo 'HTML' mode to output HTML directly instead of wiki-HTML hybrid.
  This runs over 3 times faster and uses a lot less memory. However it
  still doesn't work with an 8mb memory_limit...

19 years agoMake [delete] and (delete all revisions) links act the same way:
Jens Frank [Sun, 22 Aug 2004 22:03:51 +0000 (22:03 +0000)]
Make [delete] and (delete all revisions) links act the same way:
Delete all old revisions and the image description page

19 years agosome " to ' conversions
Antoine Musso [Sun, 22 Aug 2004 17:42:53 +0000 (17:42 +0000)]
some " to ' conversions

19 years agomassive double to single quotes conversion. I have not noticed any bug after a lot...
Antoine Musso [Sun, 22 Aug 2004 17:24:50 +0000 (17:24 +0000)]
massive double to single quotes conversion. I have not noticed any bug after a lot of testing

19 years agoRemove what seems to be an accidentally checked-in testing line:
Brion Vibber [Sun, 22 Aug 2004 09:57:12 +0000 (09:57 +0000)]
Remove what seems to be an accidentally checked-in testing line:
'/([^> ]+(&#x30(1|3|9);)[^< ]*)/i' => '<span class="diacrit">\\1</span>',
(Originally added by gwicke in revision 1.197)

With very long 'words' this regexp is super slow, and causes timeouts:
Bug 183: timeout in Parser.php with Tidy
http://bugzilla.wikipedia.org/show_bug.cgi?id=183

19 years agoMoved category stuff to CategoryPage, copying logic of ImagePage
Jens Frank [Sun, 22 Aug 2004 09:42:12 +0000 (09:42 +0000)]
Moved category stuff to CategoryPage, copying logic of ImagePage

19 years agoChange some search index update code to do two regexps backwards.
Brion Vibber [Sun, 22 Aug 2004 09:08:04 +0000 (09:08 +0000)]
Change some search index update code to do two regexps backwards.

These tail-anchored regexps are insanely slow. The worst case comes
when Japanese or Chinese text (ie, no word spacing) is written on
a wiki configured for Western UTF-8 mode: the Unicode characters are
expanded to hex codes and the "words" are very long paragraph-length
monstrosities. On a large page the previous regexps may take over 20
seconds *each* on a 1GHz-level processor on such pages of non-trivial
length...

The reversed versions which are consistently much faster, for instance
by a factor of 10000 for the pathological case and a factor of 10 for
more typical English-style pages.

19 years agoAdd some profiling points
Brion Vibber [Sun, 22 Aug 2004 09:07:31 +0000 (09:07 +0000)]
Add some profiling points

19 years agocode readability
Arne Heizmann [Sun, 22 Aug 2004 08:51:28 +0000 (08:51 +0000)]
code readability

19 years agoBUG#175 Don't show confusing "* (Lschen) (Aktuell) 23:59, 31. Dez 1969 . . ( Byte...
Jens Frank [Sun, 22 Aug 2004 07:38:16 +0000 (07:38 +0000)]
BUG#175 Don't show confusing "* (Lschen) (Aktuell) 23:59, 31. Dez 1969 . . ( Byte)" line
if there is no entry in the database

19 years agoFix notice regarding invalid array index -1
Jens Frank [Sun, 22 Aug 2004 07:22:13 +0000 (07:22 +0000)]
Fix notice regarding invalid array index -1

19 years agoremoving call to the database for "recentchangestext". That's automaticly get by...
Antoine Musso [Sat, 21 Aug 2004 23:16:32 +0000 (23:16 +0000)]
removing call to the database for "recentchangestext". That's automaticly get by calling wfMsg( "recentchangestext" )

19 years agodouble to single quotes
Antoine Musso [Sat, 21 Aug 2004 23:11:54 +0000 (23:11 +0000)]
double to single quotes

19 years agoFix bugzilla bug #100. Redirects can be done to category either by:
Antoine Musso [Sat, 21 Aug 2004 22:39:56 +0000 (22:39 +0000)]
Fix bugzilla bug #100. Redirects can be done to category either by:
#REDIRECT [[Category:Music]]  (article will be in the category)
or
#REDIRECT [[:Category:Music]] (article left out of category)

19 years agoMake a link to wfMsg('disambiguationspage')
Antoine Musso [Sat, 21 Aug 2004 22:11:50 +0000 (22:11 +0000)]
Make a link to wfMsg('disambiguationspage')

19 years agoMoving disambiguations code from specialMaintenance. Fixing the function meantime
Antoine Musso [Sat, 21 Aug 2004 22:05:47 +0000 (22:05 +0000)]
Moving disambiguations code from specialMaintenance. Fixing the function meantime

19 years ago* Fix notice from uninitialized variable in date()
Brion Vibber [Sat, 21 Aug 2004 20:57:47 +0000 (20:57 +0000)]
* Fix notice from uninitialized variable in date()
* Call up to LanguageUtf8::stripForSearch to do the actual case folding/armoring. Reduces code duplication and works when using mb_* mode

19 years agoReverting patch 1.246 made by Guillaume. It breaks things such as [[100]].
Antoine Musso [Sat, 21 Aug 2004 19:59:43 +0000 (19:59 +0000)]
Reverting patch 1.246 made by Guillaume. It breaks things such as [[100]].

19 years agominor bug fix
Tim Starling [Sat, 21 Aug 2004 15:14:56 +0000 (15:14 +0000)]
minor bug fix

19 years agoreplaceLinkHolders -> transformBuffer
Tim Starling [Sat, 21 Aug 2004 15:04:41 +0000 (15:04 +0000)]
replaceLinkHolders -> transformBuffer

19 years agoReplaced link holders with actual links before saving into the cache, thereby speedin...
Tim Starling [Sat, 21 Aug 2004 14:56:07 +0000 (14:56 +0000)]
Replaced link holders with actual links before saving into the cache, thereby speeding up parser cache hits. Profiling confirms a marked decrease in cache hit service time

19 years agoHey! Stop breaking my functions!
Tim Starling [Sat, 21 Aug 2004 14:14:58 +0000 (14:14 +0000)]
Hey! Stop breaking my functions!

19 years agoNew feature: Turck MMCache shared memory as a lightweight, windows-compatible replace...
Tim Starling [Sat, 21 Aug 2004 13:59:48 +0000 (13:59 +0000)]
New feature: Turck MMCache shared memory as a lightweight, windows-compatible replacement for memcached

19 years agoSort results by total time
Tim Starling [Sat, 21 Aug 2004 13:57:47 +0000 (13:57 +0000)]
Sort results by total time