lhc/web/wiklou.git
19 years agouse Database::timestamp() for cutoff
Domas Mituzas [Tue, 10 Aug 2004 13:22:15 +0000 (13:22 +0000)]
use Database::timestamp() for cutoff

19 years agouse proper timestamp conversion for user_touched
Domas Mituzas [Tue, 10 Aug 2004 13:17:20 +0000 (13:17 +0000)]
use proper timestamp conversion for user_touched

19 years agocutoff timestamps use Database::timestamp()
Domas Mituzas [Tue, 10 Aug 2004 13:07:39 +0000 (13:07 +0000)]
cutoff timestamps use Database::timestamp()

19 years agoFix recent changes cutoff to use Database::timestamp
Domas Mituzas [Tue, 10 Aug 2004 11:36:22 +0000 (11:36 +0000)]
Fix recent changes cutoff to use Database::timestamp

19 years agotweaking escaping of external links
Tim Starling [Tue, 10 Aug 2004 11:24:24 +0000 (11:24 +0000)]
tweaking escaping of external links

19 years agoAdd Database*::timestamp(), using wfTimestamp()
Domas Mituzas [Tue, 10 Aug 2004 11:12:18 +0000 (11:12 +0000)]
Add Database*::timestamp(), using wfTimestamp()

19 years agoAdd internal timestamp wrapper wfTimestamp($outputtype,$timestamp);
Domas Mituzas [Tue, 10 Aug 2004 08:28:43 +0000 (08:28 +0000)]
Add internal timestamp wrapper wfTimestamp($outputtype,$timestamp);
Obsoletes: wfTimestamp2Unix, wfUnix2Timestamp, wfTimestampNow;
Autodetects database, mediawiki and unix timestamps

to be done: inverted timestamp support

19 years agoIf you really must have a useless $wgUseRCPatrol option, might as well use it
Arne Heizmann [Mon, 9 Aug 2004 23:30:02 +0000 (23:30 +0000)]
If you really must have a useless $wgUseRCPatrol option, might as well use it
consistently everywhere to ensure that setting it to 0 actually does disable the
feature.  Also, tell the user that it is disabled if they happen to follow a link
with &action=markpatrolled in it.  Additionally, make &action=markpatrolled say
"log in required" if the user is not logged in.

19 years agoNew name for Nauruan language.
Arne Heizmann [Mon, 9 Aug 2004 22:57:53 +0000 (22:57 +0000)]
New name for Nauruan language.

19 years agoFix for Bug [ 720843 ]: Replace invalid chars in uploaded file names instead of cutti...
Jens Frank [Mon, 9 Aug 2004 21:37:27 +0000 (21:37 +0000)]
Fix for Bug [ 720843 ]: Replace invalid chars in uploaded file names instead of cutting off the end of the string

19 years agoMake RC patroling an optional feature that can be turned off by setting wgUseRCPatrol...
Jens Frank [Mon, 9 Aug 2004 18:58:43 +0000 (18:58 +0000)]
Make RC patroling an optional feature that can be turned off by setting wgUseRCPatrol to false.
Enabled by default

19 years agoIn Special:Watchlist?magic=yes, show links to non-existent pages in red
Arne Heizmann [Mon, 9 Aug 2004 10:03:39 +0000 (10:03 +0000)]
In Special:Watchlist?magic=yes, show links to non-existent pages in red

19 years agoprevent a warning that occurred because rc_patrolled was undefined when viewing
Arne Heizmann [Mon, 9 Aug 2004 10:02:54 +0000 (10:02 +0000)]
prevent a warning that occurred because rc_patrolled was undefined when viewing
the watchlist because the watchlist uses 'fake' recentchanges rows that it
constructs from rows that actually come from cur, not recentchanges.

19 years agoEnter Lithuanian language file.
Domas Mituzas [Mon, 9 Aug 2004 09:46:33 +0000 (09:46 +0000)]
Enter Lithuanian language file.
It still requires message porting from MediaWiki namespace.

19 years agoApparently cvs forgot to commit this with the rest.
Arne Heizmann [Mon, 9 Aug 2004 08:21:34 +0000 (08:21 +0000)]
Apparently cvs forgot to commit this with the rest.

19 years agoI probably shouldn't copy & paste comments. This comment makes more sense and is
Arne Heizmann [Mon, 9 Aug 2004 06:20:49 +0000 (06:20 +0000)]
I probably shouldn't copy & paste comments. This comment makes more sense and is
less misleading.

19 years agohuh?
Arne Heizmann [Mon, 9 Aug 2004 06:20:21 +0000 (06:20 +0000)]
huh?

19 years agoForgot to commit the change to showhideminor. Also removing commented-out strings.
Arne Heizmann [Mon, 9 Aug 2004 06:17:16 +0000 (06:17 +0000)]
Forgot to commit the change to showhideminor. Also removing commented-out strings.

19 years agoNew feature: Recent Changes Patrol. All edits and new pages are now highlighted on
Arne Heizmann [Mon, 9 Aug 2004 05:38:11 +0000 (05:38 +0000)]
New feature: Recent Changes Patrol. All edits and new pages are now highlighted on
Special:Recentchanges and Special:Newpages until someone "marks" them as
"patrolled" using a special link. For new pages, this link appears at the bottom
of the article if the link in Recent Changes or New Pages is followed. For all
other edits, this link appears only in the diff and only if the diff link is
followed from Recent Changes. (Might need to add this functionality to Watchlist
too; haven't done that yet.)

19 years agoFor unknown sort to bydate
Brion Vibber [Mon, 9 Aug 2004 04:31:05 +0000 (04:31 +0000)]
For unknown sort to bydate

19 years ago* Handle non-valid title text in name search gracefully
Brion Vibber [Mon, 9 Aug 2004 04:10:59 +0000 (04:10 +0000)]
* Handle non-valid title text in name search gracefully
* URL escaping on generated urls
* Don't ignore the name search when sorting by date or size
* Write the search term back into the box so the user knows what they were doing

19 years agoFix for [ 965008 ] Links in edit summaries don't use linktrail
Brion Vibber [Mon, 9 Aug 2004 02:45:38 +0000 (02:45 +0000)]
Fix for [ 965008 ] Links in edit summaries don't use linktrail

19 years agoUse ImageMagick's -background parameter to set the background color of
Brion Vibber [Mon, 9 Aug 2004 01:59:40 +0000 (01:59 +0000)]
Use ImageMagick's -background parameter to set the background color of
transparent PNG thumbnails to white instead of default black. This will
be shown in Internet Explorer 6 and will generally be less invasive
(particularly for black-on-transparent line art!)

Fix for [ 978664 ] Thumbnails of transparent PNGs bad in IE6

19 years agoFix color of edit links in quickbar.
Brion Vibber [Mon, 9 Aug 2004 00:50:10 +0000 (00:50 +0000)]
Fix color of edit links in quickbar.

19 years agoFix the fix for [ 984629 ] "Retreived from..." printfooter division missing in Monobook
Brion Vibber [Mon, 9 Aug 2004 00:22:43 +0000 (00:22 +0000)]
Fix the fix for [ 984629 ] "Retreived from..." printfooter division missing in Monobook

19 years agoHide site notice from printable version.
Brion Vibber [Mon, 9 Aug 2004 00:05:31 +0000 (00:05 +0000)]
Hide site notice from printable version.

19 years agoGracefully fail on invalid title
Jens Frank [Sun, 8 Aug 2004 20:39:13 +0000 (20:39 +0000)]
Gracefully fail on invalid title

19 years agoGracefully fail on invalid title for target
Brion Vibber [Sun, 8 Aug 2004 20:30:56 +0000 (20:30 +0000)]
Gracefully fail on invalid title for target

19 years ago(Hopefully) fixing various template bugs once and for all!
Magnus Manske [Sun, 8 Aug 2004 18:05:41 +0000 (18:05 +0000)]
(Hopefully) fixing various template bugs once and for all!

19 years agoUpdates to namespace names as discussed with isam on IRC. Yes, I know 'Template'...
Arne Heizmann [Sun, 8 Aug 2004 17:44:24 +0000 (17:44 +0000)]
Updates to namespace names as discussed with isam on IRC. Yes, I know 'Template' is missing. He
said he'll discuss the future name of the Template namespace with other Arabic users on their
Village Pump and then come back to us.

19 years agorm UTF-8 BOM
Arne Heizmann [Sun, 8 Aug 2004 16:13:18 +0000 (16:13 +0000)]
rm UTF-8 BOM

19 years agoThis fixes bug 827160, with settings from http://meta.wikipedia.org/wiki/Cologne_Blue...
Magnus Manske [Sun, 8 Aug 2004 14:44:03 +0000 (14:44 +0000)]
This fixes bug 827160, with settings from meta.wikipedia.org/wiki/Cologne_Blue_skin_problems

19 years agoThis fixes bug 984629, but gives a double footer
Magnus Manske [Sun, 8 Aug 2004 14:03:27 +0000 (14:03 +0000)]
This fixes bug 984629, but gives a double footer

19 years agoFix for file cache on PHP 4.1.2. The text string seems to be passed by
Brion Vibber [Sun, 8 Aug 2004 10:15:20 +0000 (10:15 +0000)]
Fix for file cache on PHP 4.1.2. The text string seems to be passed by
references, and changing it screws things royally; instead make a copy.

19 years agoSuppress notices
Brion Vibber [Sun, 8 Aug 2004 09:39:16 +0000 (09:39 +0000)]
Suppress notices

19 years agoAlways use the global default date setting for log entries.
Brion Vibber [Sun, 8 Aug 2004 06:58:17 +0000 (06:58 +0000)]
Always use the global default date setting for log entries.
Fix for [ 897902 ] Deletion log date stamp inconsistent

19 years agoIntegrated C++ wikidiff engine. Enable by setting wgUseExternalDiffEngine to true.
Jens Frank [Sun, 8 Aug 2004 02:20:00 +0000 (02:20 +0000)]
Integrated C++ wikidiff engine. Enable by setting wgUseExternalDiffEngine to true.
Needs wikidiff module from the extensions package and SWIG to compile.

19 years agoFurther move fix: if someone has made a piped redirect link, don't try to read the...
Brion Vibber [Sun, 8 Aug 2004 01:38:31 +0000 (01:38 +0000)]
Further move fix: if someone has made a piped redirect link, don't try to read the piped title as part of the target name.

19 years agoPage move fix: when checking for redirects, don't die if redirected title is invalid...
Brion Vibber [Sun, 8 Aug 2004 01:30:39 +0000 (01:30 +0000)]
Page move fix: when checking for redirects, don't die if redirected title is invalid. Error reported by Looxix in #mediawiki

19 years agoReport the database connection failure error message when no server can
Brion Vibber [Sun, 8 Aug 2004 01:07:56 +0000 (01:07 +0000)]
Report the database connection failure error message when no server can
be contacted instead of silently ignoring it and dying when unable to use
'false' as an array index.

19 years agoUpdates as requested by Gabriel Beecham
Arne Heizmann [Sat, 7 Aug 2004 21:19:48 +0000 (21:19 +0000)]
Updates as requested by Gabriel Beecham
http://mail.wikipedia.org/pipermail/wikipedia-l/2004-August/016416.html

19 years agoFixing bug #584804, extra characters requested in $sep for external links. This inclu...
Tim Starling [Sat, 7 Aug 2004 18:45:30 +0000 (18:45 +0000)]
Fixing bug #584804, extra characters requested in $sep for external links. This includes the right parenthesis fix suggested by Brion.

19 years agoRewrote external link handler, using preg_split(). Passes all external link test...
Tim Starling [Sat, 7 Aug 2004 18:24:12 +0000 (18:24 +0000)]
Rewrote external link handler, using preg_split(). Passes all external link test cases on [[m:Parser testing]]. Fixes some parts of bug #583234: fixes URL inside URL problem and incorrectly rejected character problem

19 years agoBugfix: produce valid XHTML even if user entered invalid '' / ''' mark-up.
Arne Heizmann [Sat, 7 Aug 2004 12:37:20 +0000 (12:37 +0000)]
Bugfix: produce valid XHTML even if user entered invalid '' / ''' mark-up.

19 years agorm trailing white space
Arne Heizmann [Sat, 7 Aug 2004 12:35:59 +0000 (12:35 +0000)]
rm trailing white space

19 years agocomments and descriptive variable names
Tim Starling [Sat, 7 Aug 2004 08:54:52 +0000 (08:54 +0000)]
comments and descriptive variable names

19 years agoUse Krzysztof Kowalczyk's cleaner string searching instead of the big
Brion Vibber [Sat, 7 Aug 2004 05:50:10 +0000 (05:50 +0000)]
Use Krzysztof Kowalczyk's cleaner string searching instead of the big
array. No functional change; it's a smidge faster to parse and execute
however.

Based on post from [ 970177 ] FulltextStoplist.php broken on PHP 4.1.2

19 years agocomment
Tim Starling [Sat, 7 Aug 2004 05:44:23 +0000 (05:44 +0000)]
comment

19 years agomoved squid purge down, untested
Tim Starling [Sat, 7 Aug 2004 05:42:37 +0000 (05:42 +0000)]
moved squid purge down, untested

19 years agoprimary key.
Arne Heizmann [Sat, 7 Aug 2004 04:03:15 +0000 (04:03 +0000)]
primary key.

19 years agoAdded primary key for the recentchanges table. Patch already committed. Not in config...
Tim Starling [Sat, 7 Aug 2004 03:59:20 +0000 (03:59 +0000)]
Added primary key for the recentchanges table. Patch already committed. Not in config/index.php yet.

19 years agoFixed bug causing infinite recursion on failure to contact a slave. Some other genera...
Tim Starling [Sat, 7 Aug 2004 03:53:19 +0000 (03:53 +0000)]
Fixed bug causing infinite recursion on failure to contact a slave. Some other general rearrangements, extra debug info

19 years agoNew feature, nicer display of redirects. Removed special case for redirects from...
Tim Starling [Sat, 7 Aug 2004 03:50:46 +0000 (03:50 +0000)]
New feature, nicer display of redirects. Removed special case for redirects from Parser.php, which probably would have caused problems anyway. Changed a few places to use NS_xxx constants instead of the old Namespace:: functions.

19 years agomarking error suppression operators so that they can easily be removed with a search...
Tim Starling [Sat, 7 Aug 2004 03:41:50 +0000 (03:41 +0000)]
marking error suppression operators so that they can easily be removed with a search and replace

19 years agoUse makeLink instead of makeKnownLink in the users list to match everywhere
Brion Vibber [Sat, 7 Aug 2004 01:18:19 +0000 (01:18 +0000)]
Use makeLink instead of makeKnownLink in the users list to match everywhere
else in the universe.
Fix for [ 1000272 ] Red links in List of users (special pages)

19 years agoSuppress some more warnings on separate execution of files. Shouldn't
Brion Vibber [Fri, 6 Aug 2004 22:30:47 +0000 (22:30 +0000)]
Suppress some more warnings on separate execution of files. Shouldn't
be anything exploitable, it's just annoying.

19 years agoSuppress output; this doesn't currently work in a sensible way.
Brion Vibber [Fri, 6 Aug 2004 22:29:47 +0000 (22:29 +0000)]
Suppress output; this doesn't currently work in a sensible way.

19 years agoClose include hole on some insecure PHP configurations
Brion Vibber [Fri, 6 Aug 2004 22:02:11 +0000 (22:02 +0000)]
Close include hole on some insecure PHP configurations

19 years agoFix parse error (missing semicolon). Don't know if this runs currently though.
Brion Vibber [Fri, 6 Aug 2004 21:33:51 +0000 (21:33 +0000)]
Fix parse error (missing semicolon). Don't know if this runs currently though.

19 years agoProtect Language.php against external execution. I don't think it's exploitable
Brion Vibber [Fri, 6 Aug 2004 21:19:24 +0000 (21:19 +0000)]
Protect Language.php against external execution. I don't think it's exploitable
with register_globals, but it feels better to have it locked off.

19 years agoPerformance optimisation: Merge two for loops into one.
Arne Heizmann [Fri, 6 Aug 2004 21:13:30 +0000 (21:13 +0000)]
Performance optimisation: Merge two for loops into one.

19 years agoSomewhat less hacky fix to the French l''''homme''' problem.
Arne Heizmann [Fri, 6 Aug 2004 20:47:21 +0000 (20:47 +0000)]
Somewhat less hacky fix to the French l''''homme''' problem.

19 years agoAsturian language name changed to Asturianu. Bug [1004836]
Jens Frank [Fri, 6 Aug 2004 20:02:02 +0000 (20:02 +0000)]
Asturian language name changed to Asturianu. Bug [1004836]

19 years agoProtect against SQL insertion attacks in page move category update.
Brion Vibber [Fri, 6 Aug 2004 19:17:49 +0000 (19:17 +0000)]
Protect against SQL insertion attacks in page move category update.

19 years agoWrap Database::setTimer() in a check for existence of mysql_thread_id()
Brion Vibber [Fri, 6 Aug 2004 19:07:55 +0000 (19:07 +0000)]
Wrap Database::setTimer() in a check for existence of mysql_thread_id()
function which was added in 4.3.0. If it's not available, don't set up
the thread killer.

19 years agoAdding option $fixLbug to fix bug 948549
Magnus Manske [Fri, 6 Aug 2004 17:52:43 +0000 (17:52 +0000)]
Adding option $fixLbug to fix bug 948549

19 years agoThis should fix bug 975072 (Move page doesn't update categories page)
Magnus Manske [Fri, 6 Aug 2004 16:25:27 +0000 (16:25 +0000)]
This should fix bug 975072 (Move page doesn't update categories page)

19 years agoThis should fix bug 975072 (Move page doesn't update categories page)
Magnus Manske [Fri, 6 Aug 2004 16:09:45 +0000 (16:09 +0000)]
This should fix bug 975072 (Move page doesn't update categories page)

19 years agoDegrade gracefully: disable PHPTal-based skins on PHP 5.0 or higher.
Brion Vibber [Fri, 6 Aug 2004 09:46:25 +0000 (09:46 +0000)]
Degrade gracefully: disable PHPTal-based skins on PHP 5.0 or higher.
Notify the user about this at setup time.

19 years agoAdd escaping to SQL queries and HTML output. Also tweaked HTML to more or less pass...
Brion Vibber [Fri, 6 Aug 2004 08:04:55 +0000 (08:04 +0000)]
Add escaping to SQL queries and HTML output. Also tweaked HTML to more or less pass as XML (haven't yet tested).
Fix for [ 1004067 ] article validation: SQL is unsafe

19 years agoBug [ 971885 ] There are no month abbreviations in Czech
Jens Frank [Fri, 6 Aug 2004 06:42:32 +0000 (06:42 +0000)]
Bug [ 971885 ] There are no month abbreviations in Czech

19 years agoBug [ 969913 ] When (un)watching a page, returnto now points to (un)watched page...
Jens Frank [Fri, 6 Aug 2004 05:51:09 +0000 (05:51 +0000)]
Bug [ 969913 ] When (un)watching a page, returnto now points to (un)watched page instead of Main Page.

19 years agoBug [ 991515 ]: moved wgAccountCreationThrottle test so that unsuccesful attempts...
Jens Frank [Fri, 6 Aug 2004 05:14:09 +0000 (05:14 +0000)]
Bug [ 991515 ]: moved wgAccountCreationThrottle test so that unsuccesful attempts are not counted.

19 years agoCategory links are not part of mBodyText, so <!--LINK tags are not converted.
Jens Frank [Thu, 5 Aug 2004 20:15:32 +0000 (20:15 +0000)]
Category links are not part of mBodyText, so <!--LINK tags are not converted.
set postParseLinkColour to false to force "real" link. There must be a better way to do this.

19 years agoDatabase::setIgnoreErrors() doesn't seem to exist anymore. Switched to
Brion Vibber [Thu, 5 Aug 2004 07:48:20 +0000 (07:48 +0000)]
Database::setIgnoreErrors() doesn't seem to exist anymore. Switched to
Database::ignoreErrors()

19 years agoFix for [ 988901 ] (install) database password not escaped in LocalSettings.php
Brion Vibber [Thu, 5 Aug 2004 07:14:36 +0000 (07:14 +0000)]
Fix for [ 988901 ] (install) database password not escaped in LocalSettings.php

addslashes() is not quite correct for PHP double-quoted string literals.
Created an escapePhpString() function which should cover the right bits.
See http://www.php.net/manual/en/language.types.string.php#language.types.string.syntax.double

19 years agoFix for UTF-8 search when system locale is set to Latin-1
Brion Vibber [Thu, 5 Aug 2004 06:31:42 +0000 (06:31 +0000)]
Fix for UTF-8 search when system locale is set to Latin-1
[ 961069 ] BUG and FIX: search doesn't work with some UTF-8 chars

Moves the strtolower() on the input search terms into Language::stripForSearch()
where the correct version already exists for LanguageUtf8.

19 years agoDon't allow reverting of images if the image page is protected. Fixes BUG 996920.
Jens Frank [Thu, 5 Aug 2004 04:30:29 +0000 (04:30 +0000)]
Don't allow reverting of images if the image page is protected. Fixes BUG 996920.

19 years agoRemove useless Reply-To: header which is identical to the From: header.
Brion Vibber [Thu, 5 Aug 2004 01:56:46 +0000 (01:56 +0000)]
Remove useless Reply-To: header which is identical to the From: header.
[ 956984 ] Reply-to: is a duplicate of From:

19 years agoThis should fix bug 980557
Magnus Manske [Wed, 4 Aug 2004 20:56:46 +0000 (20:56 +0000)]
This should fix bug 980557

19 years agoRemoved debug output
Jens Frank [Wed, 4 Aug 2004 20:04:54 +0000 (20:04 +0000)]
Removed debug output

19 years agofixing several bugs at once, or creating new ones?
Magnus Manske [Wed, 4 Aug 2004 19:59:04 +0000 (19:59 +0000)]
fixing several bugs at once, or creating new ones?

19 years agofixing my redirect bug fix (hopefully)
Magnus Manske [Wed, 4 Aug 2004 17:08:33 +0000 (17:08 +0000)]
fixing my redirect bug fix (hopefully)

19 years agoAllow indentation of tables using :{|
Jens Frank [Wed, 4 Aug 2004 16:37:48 +0000 (16:37 +0000)]
Allow indentation of tables using :{|
Bug #989788.

19 years agoadded a postfix and prefix to the Special:Version page. Can be used for translations...
Jens Frank [Wed, 4 Aug 2004 15:28:43 +0000 (15:28 +0000)]
added a postfix and prefix to the Special:Version page. Can be used for translations of the page while keeping the legaly binding English version. BUG [ 1001846 ]

19 years agoNew special page: SpecialUncategorizedpages (pages that are not in any category)...
Arne Heizmann [Wed, 4 Aug 2004 12:52:52 +0000 (12:52 +0000)]
New special page: SpecialUncategorizedpages (pages that are not in any category). Inspired by
discussion on German mailing list. Essentially the same thing as Special:Lonelypages but using
categorylinks instead of links.

19 years agoCorrections suggested by V�t Zv�novec
Arne Heizmann [Wed, 4 Aug 2004 11:41:30 +0000 (11:41 +0000)]
Corrections suggested by V�t Zv�novec
http://mail.wikipedia.org/pipermail/wikitech-l/2004-August/011868.html

19 years agoMove magic ISBN, RFC, and GEO links to between replaceExternalLinks and
Brion Vibber [Wed, 4 Aug 2004 01:53:29 +0000 (01:53 +0000)]
Move magic ISBN, RFC, and GEO links to between replaceExternalLinks and
replaceInternalLinks. This is a basic fix for the infamous bug
[ 708163 ] [[ISBN #]] doesn't work correctly

ISBN, RFC links accidentally put inside [[ ]] brackets will now come up
relatively straightforwardly, with extra brackets. This is much nicer
than a horror of HTML errors that there were before; does not solve
problem with embedded <a>-in-<a> tag if you put it in a link piped
text, but that's a smaller problem.

Someday a full tokenized parser will wish this problem away into the
cornfields.

19 years agoremove commented-out code. We have CVS for archiving it
Arne Heizmann [Wed, 4 Aug 2004 00:28:56 +0000 (00:28 +0000)]
remove commented-out code. We have CVS for archiving it

19 years agoUse different label for first 'delete' button in image history than for the later...
Jens Frank [Tue, 3 Aug 2004 20:14:03 +0000 (20:14 +0000)]
Use different label for first 'delete' button in image history than for the later ones. Defaults to old delete label. BUG [ 1001578 ]

19 years agoUse different label for first 'delete' button in image history than for the later...
Jens Frank [Tue, 3 Aug 2004 20:07:47 +0000 (20:07 +0000)]
Use different label for first 'delete' button in image history than for the later ones. Defaults to old delete label. BUG [ 1001578 ]

19 years agobug 964201 fix
Magnus Manske [Tue, 3 Aug 2004 20:01:52 +0000 (20:01 +0000)]
bug 964201 fix

19 years agocategory redirect bug fix
Magnus Manske [Tue, 3 Aug 2004 19:50:37 +0000 (19:50 +0000)]
category redirect bug fix

19 years agoShow a warning message when uploading empty files (e.g. due to typos)
Jens Frank [Tue, 3 Aug 2004 18:57:04 +0000 (18:57 +0000)]
Show a warning message when uploading empty files (e.g. due to typos)

19 years ago* Change version number to 1.3.0+ (should it be 1.4-prealpha yet?)
Brion Vibber [Tue, 3 Aug 2004 07:10:35 +0000 (07:10 +0000)]
* Change version number to 1.3.0+ (should it be 1.4-prealpha yet?)
* Add gif to the file extension whitelist since Unisys patent is now dead.

19 years agoFix typos and missing case in the check for unreachable relative paths in titles.
Brion Vibber [Tue, 3 Aug 2004 05:26:27 +0000 (05:26 +0000)]
Fix typos and missing case in the check for unreachable relative paths in titles.
Fixes [ 760408 ] &quot;Relative&quot; paths in title cause browser trouble

19 years agoUpdate user talk on diff-to-current and if the page doesn't exist.
Brion Vibber [Tue, 3 Aug 2004 04:52:19 +0000 (04:52 +0000)]
Update user talk on diff-to-current and if the page doesn't exist.
Fixes for:
* [ 711599 ] Viewing current diff of user talk doesn't clear newtalk
* [ 988485 ] Deleted talk page can't clear newtalk

19 years agoFix typos that keep undelete from working with new db code
Brion Vibber [Tue, 3 Aug 2004 04:37:36 +0000 (04:37 +0000)]
Fix typos that keep undelete from working with new db code

19 years agoAdd a big shiny obvious error message for safe mode even more obvious than the existi...
Brion Vibber [Mon, 2 Aug 2004 21:44:55 +0000 (21:44 +0000)]
Add a big shiny obvious error message for safe mode even more obvious than the existing big shiny error message. Safe mode is evil and I hope it dies a slow painful death.

19 years agoAdd truncate() support for Latin1
Brion Vibber [Mon, 2 Aug 2004 20:14:17 +0000 (20:14 +0000)]
Add truncate() support for Latin1