lhc/web/wiklou.git
17 years agoRemoving the language maintenance scripts checktrans.php, duplicatetrans.php and...
Rotem Liss [Thu, 12 Oct 2006 13:29:41 +0000 (13:29 +0000)]
Removing the language maintenance scripts checktrans.php, duplicatetrans.php and unusedMessages.php, as they are obsolete and shouldn't be used - checkLanguage.php should be used instead of them, as it checks for more problems, contains much more features, and treats the ignored and optional messages right.

17 years agoCommiting diff -r 16826:16966 of serbianvariants.
Robert Stojnić [Thu, 12 Oct 2006 10:34:49 +0000 (10:34 +0000)]
Commiting diff -r 16826:16966 of serbianvariants.
Enable engine for aliases like /sr-ec/Article_title
Put variants into google sitemap.

17 years agoRevert last two commits. Broke wikibits and don't know how to fix it at the moment.
Aryeh Gregor [Thu, 12 Oct 2006 09:02:25 +0000 (09:02 +0000)]
Revert last two commits.  Broke wikibits and don't know how to fix it at the moment.

17 years agoFix wikibits.js script broken by last commit. That tweaked DOM: editsections are...
Aryeh Gregor [Thu, 12 Oct 2006 08:15:50 +0000 (08:15 +0000)]
Fix wikibits.js script broken by last commit.  That tweaked DOM: editsections are now spans instead of divs and are inside the h# tags, so JavaScript etc. that relies on their being divs will break briefly.  However, this is the logical approach, since it will attach the editsection to the header naturally, including auto-centering etc.

17 years ago* (bug 4525) Move section links down to same level as headings (editsection links...
Aryeh Gregor [Thu, 12 Oct 2006 08:01:19 +0000 (08:01 +0000)]
* (bug 4525) Move section links down to same level as headings (editsection links are now inside the h# elements)

17 years agoUpdating expected parserTests results to match r16958 editsections.
Nick Jenkins [Thu, 12 Oct 2006 05:06:30 +0000 (05:06 +0000)]
Updating expected parserTests results to match r16958 editsections.

17 years ago* (bug 6868) Un-hardcode section edit link style
Aryeh Gregor [Thu, 12 Oct 2006 04:47:01 +0000 (04:47 +0000)]
* (bug 6868) Un-hardcode section edit link style

17 years agoFix wrong place of documentation in last commit. Also, last commit should have had...
Aryeh Gregor [Thu, 12 Oct 2006 04:37:05 +0000 (04:37 +0000)]
Fix wrong place of documentation in last commit. Also, last commit should have had message:
(bug 6918) Stopped borders and backgrounds from showing through floated tables in Monobook

17 years ago(no commit message)
Aryeh Gregor [Thu, 12 Oct 2006 04:33:50 +0000 (04:33 +0000)]

17 years ago* allpages module fix
Yuri Astrakhan [Thu, 12 Oct 2006 03:15:42 +0000 (03:15 +0000)]
* allpages module fix
* added exception handling code

17 years ago* (bug 6164) Avoid smashing Cite state if message transformation triggers
Brion Vibber [Thu, 12 Oct 2006 01:07:01 +0000 (01:07 +0000)]
* (bug 6164) Avoid smashing Cite state if message transformation triggers
  during bad image list check, by skipping message transformation.
  This isn't a good permanent fix.

17 years agoMinor tweak to HISTORY (change is not in 1.7).
Nick Jenkins [Wed, 11 Oct 2006 23:25:44 +0000 (23:25 +0000)]
Minor tweak to HISTORY (change is not in 1.7).

17 years agoRevert r16928: crashed Wikimedia by breaking memcached
Brion Vibber [Wed, 11 Oct 2006 22:41:38 +0000 (22:41 +0000)]
Revert r16928: crashed Wikimedia by breaking memcached

17 years ago(bug 7548) Date format for Occitan localisation (occ)
Jimmy Collins [Wed, 11 Oct 2006 21:50:57 +0000 (21:50 +0000)]
(bug 7548) Date format for Occitan localisation (occ)

17 years ago* Disable PHP exception backtrace printing unless $wgShowExceptionDetails
Brion Vibber [Wed, 11 Oct 2006 18:57:49 +0000 (18:57 +0000)]
* Disable PHP exception backtrace printing unless $wgShowExceptionDetails
  is set. Backtraces may contain sensitive information in function call
  parameters.

17 years ago* (bug 7545) Fix PHP version check on install
Brion Vibber [Wed, 11 Oct 2006 18:22:45 +0000 (18:22 +0000)]
* (bug 7545) Fix PHP version check on install

17 years ago* Improved register_globals paranoia checks
Brion Vibber [Wed, 11 Oct 2006 18:14:27 +0000 (18:14 +0000)]
* Improved register_globals paranoia checks

17 years ago* Fix PHP notice and estimates for dumpBackup.php and friends
Brion Vibber [Wed, 11 Oct 2006 17:58:42 +0000 (17:58 +0000)]
* Fix PHP notice and estimates for dumpBackup.php and friends

17 years agoplease don't throw away the changelog, nick
Brion Vibber [Wed, 11 Oct 2006 17:50:14 +0000 (17:50 +0000)]
please don't throw away the changelog, nick

17 years agoRenamed CacheManager to HTMLFileCache, to avoid confusion with the other sort of...
Tim Starling [Wed, 11 Oct 2006 08:25:26 +0000 (08:25 +0000)]
Renamed CacheManager to HTMLFileCache, to avoid confusion with the other sort of cache.

17 years agoBug 7474, CACHE_DB/CACHE_MEMCACHED confusion
Tim Starling [Wed, 11 Oct 2006 08:12:15 +0000 (08:12 +0000)]
Bug 7474, CACHE_DB/CACHE_MEMCACHED confusion

17 years agoSetting parserTest 'Template infinite loop' expected value to match test result after...
Nick Jenkins [Wed, 11 Oct 2006 07:56:47 +0000 (07:56 +0000)]
Setting parserTest 'Template infinite loop' expected value to match test result after confirming with TimS that expected value can be changed; one less failing test.

17 years ago(bug 7139) Increasing the visual width of the edit summary field on larger screen...
Nick Jenkins [Wed, 11 Oct 2006 06:58:36 +0000 (06:58 +0000)]
(bug 7139) Increasing the visual width of the edit summary field on larger screen sizes, for the default monobook skin. Using 80% via CSS, so should fall back to the current hard-coded 60 character width for older web clients that don't support CSS.

17 years ago(bug 6835): Removing the includes/Parser.php::getTemplateArgs() function, because...
Nick Jenkins [Wed, 11 Oct 2006 05:45:16 +0000 (05:45 +0000)]
(bug 6835): Removing the includes/Parser.php::getTemplateArgs() function, because it seems to be unused:
* Nobody on #mediawiki seems to definitively know of anything that uses it.
* A "grep -inr getTemplateArgs" shows that there seem to be no calls to it in MediaWiki or the extensions in SVN.
* A google codesearch ( http://www.google.com/codesearch?q=getTemplateArgs&btnG=Search+Code ) seems to show no out-of-tree usage.
* A straight google showed nothing obvious.
* An "svn blame includes/Parser.php" shows that it was added in r4452 (2 years 2 months ago) and has hardly been touched since.
* A "php parserTests.php --quiet --quick --color=no" shows no new regressions when it's removed.
* Using a code coverage tool I simply could not get this function to be invoked.
* Nobody requested this be kept when removing it was first suggested on wikitech-l three months ago (http://mail.wikipedia.org/pipermail/wikitech-l/2006-July/036969.html ).
* A PHPXref output for MW 1.6.3 ( http://mediawiki.openapp.org/mediawiki/nav.html?_functions/index.html ) showed zero references to this function.
In short, it looks like dead code, and seeing as this is the very start of the 1.9 cycle, now is probably the ideal time to remove it, so as to give a maximum window of opportunity for complaints in case it turns out someone somewhere is actually using this.
Also purging the RELEASE-NOTES of stuff from the 1.8 series, since the RELEASE-NOTES need to be updated anyway for this.

17 years agoActive protection against register_globals vulnerabilities. Unset all globals which...
Tim Starling [Wed, 11 Oct 2006 03:44:49 +0000 (03:44 +0000)]
Active protection against register_globals vulnerabilities. Unset all globals which have been set by $_REQUEST, in WebStart.php. All entry points must assume that a user can unset any arbitrary global set before WebStart.php is invoked. This is not usually a problem since most entry points do not set globals before WebStart.php, Yuri's APIs apparently being the only exceptions.

17 years agoyou missed one
Tim Starling [Wed, 11 Oct 2006 03:27:47 +0000 (03:27 +0000)]
you missed one

17 years ago* added $wgEnableAPI
Yuri Astrakhan [Wed, 11 Oct 2006 03:24:58 +0000 (03:24 +0000)]
* added $wgEnableAPI

17 years agofix typo in debug line
Brion Vibber [Tue, 10 Oct 2006 22:21:30 +0000 (22:21 +0000)]
fix typo in debug line

17 years ago1.9 bump
Brion Vibber [Tue, 10 Oct 2006 22:05:24 +0000 (22:05 +0000)]
1.9 bump

17 years agoa little relase notes lovin'
Brion Vibber [Tue, 10 Oct 2006 21:43:16 +0000 (21:43 +0000)]
a little relase notes lovin'

17 years ago* (bug 6929) Restore AutoAuthenticate hook
Brion Vibber [Tue, 10 Oct 2006 21:20:10 +0000 (21:20 +0000)]
* (bug 6929) Restore AutoAuthenticate hook

17 years agoFixes.
Rotem Liss [Tue, 10 Oct 2006 20:26:28 +0000 (20:26 +0000)]
Fixes.

17 years agoLinking to the contributions page in excontentauthor, like enwiki.
Rotem Liss [Tue, 10 Oct 2006 20:18:47 +0000 (20:18 +0000)]
Linking to the contributions page in excontentauthor, like enwiki.

17 years agoFix PHP parse errors introduced in r16900 by rotemliss
Brion Vibber [Tue, 10 Oct 2006 07:25:41 +0000 (07:25 +0000)]
Fix PHP parse errors introduced in r16900 by rotemliss
Please don't commit things that don't compile!

17 years agoUpdate by Siebrand.
Rotem Liss [Mon, 9 Oct 2006 21:57:33 +0000 (21:57 +0000)]
Update by Siebrand.

17 years ago* (bug 7537) Add php5 to $wgFileBlacklist
Jimmy Collins [Mon, 9 Oct 2006 20:02:36 +0000 (20:02 +0000)]
* (bug 7537) Add php5 to $wgFileBlacklist

17 years agoAdd "title" to the opensearch link to allow automatic adding of the search engine...
Jens Frank [Mon, 9 Oct 2006 19:43:20 +0000 (19:43 +0000)]
Add "title" to the opensearch link to allow automatic adding of the search engine in Firefox 2

17 years agoreplace duplicate || with single |, reportedd by kimju
Jimmy Collins [Mon, 9 Oct 2006 18:59:10 +0000 (18:59 +0000)]
replace duplicate || with single |, reportedd by kimju

17 years agoAdd Latin (de) to RELEASE-NOTES (see r16886)
Jimmy Collins [Mon, 9 Oct 2006 18:55:53 +0000 (18:55 +0000)]
Add Latin (de) to RELEASE-NOTES (see r16886)

17 years ago* (bug 4528) Lack of important LaTeX functions stackrel, rightleftharpoon
Jens Frank [Mon, 9 Oct 2006 13:11:01 +0000 (13:11 +0000)]
* (bug 4528) Lack of important LaTeX functions stackrel, rightleftharpoon
* (bug 6721) missing symbols ulcorner, urcorner, llcorner, lrcorner, twoheadrightarrow, twoheadleftarrow
* (bug 7367) Hyphens sometimes erroneously appended to equations when not converted to PNG

17 years ago(bug 7529) Including a non-existent category in an article places that article in...
Jens Frank [Mon, 9 Oct 2006 11:53:12 +0000 (11:53 +0000)]
(bug 7529) Including a non-existent category in an article places that article in the category

17 years ago* (bug 7472) Localize Help namespace for Basque
Brion Vibber [Mon, 9 Oct 2006 10:08:27 +0000 (10:08 +0000)]
* (bug 7472) Localize Help namespace for Basque

17 years ago(bug 7527) Update to Latin localisation (la)
Rotem Liss [Mon, 9 Oct 2006 10:02:51 +0000 (10:02 +0000)]
(bug 7527) Update to Latin localisation (la)

17 years ago* (bug 7526) Make $wgDefaultUserOptions work again
Brion Vibber [Mon, 9 Oct 2006 08:13:48 +0000 (08:13 +0000)]
* (bug 7526) Make $wgDefaultUserOptions work again

The globals for preference default overrides was removed in r15823,
when the defaults were moved from Language to User. Moved the settings
out to the global where they arguably belong, restoring compatibility
for site-specific overrides.

17 years agoReverting r16861; incompatible change to message texts, breaks a lot of toggle displa...
Brion Vibber [Mon, 9 Oct 2006 07:17:06 +0000 (07:17 +0000)]
Reverting r16861; incompatible change to message texts, breaks a lot of toggle displays on wikipedia

17 years agouse non-dupe bug number :)
Brion Vibber [Mon, 9 Oct 2006 02:39:03 +0000 (02:39 +0000)]
use non-dupe bug number :)

17 years ago* (bug 6600) Update article counts on XML import
Brion Vibber [Mon, 9 Oct 2006 02:36:16 +0000 (02:36 +0000)]
* (bug 6600) Update article counts on XML import

17 years ago* (bug 7510) Update article counts etc on undelete
Brion Vibber [Mon, 9 Oct 2006 02:15:12 +0000 (02:15 +0000)]
* (bug 7510) Update article counts etc on undelete

17 years ago* Fix regression in Special:Watchlist text header
Brion Vibber [Mon, 9 Oct 2006 00:38:47 +0000 (00:38 +0000)]
* Fix regression in Special:Watchlist text header
Don't HTML-escape text before you feed it to the wiki parser.

17 years agoRevert r16860
Brion Vibber [Mon, 9 Oct 2006 00:28:40 +0000 (00:28 +0000)]
Revert r16860
Appears to be placing variant URLs into the main article space,
creating URL ambiguity and probably cache problems.

17 years agoRevert r16863: broke section arrow link at least for he:
Brion Vibber [Mon, 9 Oct 2006 00:22:41 +0000 (00:22 +0000)]
Revert r16863: broke section arrow link at least for he:

17 years agoSome message caches are over 1MB
Tim Starling [Sun, 8 Oct 2006 23:24:43 +0000 (23:24 +0000)]
Some message caches are over 1MB

17 years agoPostgres: make sure recentchanges.rc_cur_id is allowed to be null.
Greg Sabino Mullane [Sun, 8 Oct 2006 19:51:57 +0000 (19:51 +0000)]
Postgres: make sure recentchanges.rc_cur_id is allowed to be null.

17 years agoExplicitly set Postgres schemas: needed for updater.
Greg Sabino Mullane [Sun, 8 Oct 2006 19:37:17 +0000 (19:37 +0000)]
Explicitly set Postgres schemas: needed for updater.

17 years agoAdd default wgDBmwschema when doing Postgres upgrade, in case it was not in the Local...
Greg Sabino Mullane [Sun, 8 Oct 2006 19:28:26 +0000 (19:28 +0000)]
Add default wgDBmwschema when doing Postgres upgrade, in case it was not in the LocalSettings.php file.

17 years agoFix spelling for proper db match.
Greg Sabino Mullane [Sun, 8 Oct 2006 19:22:41 +0000 (19:22 +0000)]
Fix spelling for proper db match.

17 years agoonly plaintext is allowed
Jimmy Collins [Sun, 8 Oct 2006 17:11:29 +0000 (17:11 +0000)]
only plaintext is allowed

17 years agoonly plaintext is allowed in 'emailnotauthenticated'
Jimmy Collins [Sun, 8 Oct 2006 16:54:06 +0000 (16:54 +0000)]
only plaintext is allowed in 'emailnotauthenticated'

17 years agoReplaced "Wikipedia:" with {{ns:project}}
Jimmy Collins [Sun, 8 Oct 2006 16:07:44 +0000 (16:07 +0000)]
Replaced "Wikipedia:" with {{ns:project}}

17 years agoRemoved links to http://ksh.wikipedia.org
Jimmy Collins [Sun, 8 Oct 2006 16:01:24 +0000 (16:01 +0000)]
Removed links to http://ksh.wikipedia.org

17 years ago* Added ISO 8601 to date formats
Niklas Laxström [Sun, 8 Oct 2006 14:49:28 +0000 (14:49 +0000)]
* Added ISO 8601 to date formats

17 years agosome more fixes
Jimmy Collins [Sun, 8 Oct 2006 14:42:58 +0000 (14:42 +0000)]
some more fixes

17 years agofixes
Jimmy Collins [Sun, 8 Oct 2006 14:35:59 +0000 (14:35 +0000)]
fixes

17 years ago* Whoops
Niklas Laxström [Sun, 8 Oct 2006 14:05:04 +0000 (14:05 +0000)]
* Whoops

17 years ago* Escaping
Niklas Laxström [Sun, 8 Oct 2006 14:00:37 +0000 (14:00 +0000)]
* Escaping

17 years ago* Replaced {{SERVER}}{{localurl:xxx}} with {{fullurl:xxx}} in localisation files
Jimmy Collins [Sun, 8 Oct 2006 13:58:07 +0000 (13:58 +0000)]
* Replaced {{SERVER}}{{localurl:xxx}} with {{fullurl:xxx}} in localisation files

17 years ago* Made messages used in Special:Preferences either plain text or wikitext (toggles)
Niklas Laxström [Sun, 8 Oct 2006 13:50:25 +0000 (13:50 +0000)]
* Made messages used in Special:Preferences either plain text or wikitext (toggles)

17 years agoMerged r16826-16858 of branches/SerbianVariants.
Robert Stojnić [Sun, 8 Oct 2006 13:37:08 +0000 (13:37 +0000)]
Merged r16826-16858 of branches/SerbianVariants.
Enabled aliased variants e.g. ?title=Article&variant=sr-ec => /sr-ec/Article
and added variants to google sitemap.
To enable aliases put: $wgVariantArticlePath = "$wgScriptPath/$2/$1";
to LocalSettings.php, and make aliases from /$variants/ to index.php

17 years ago* (bug 7459) Magic word variables are always case sensitive
Niklas Laxström [Sun, 8 Oct 2006 13:00:42 +0000 (13:00 +0000)]
* (bug 7459) Magic word variables are always case sensitive

17 years agoremoved unused message
Jimmy Collins [Sun, 8 Oct 2006 12:44:53 +0000 (12:44 +0000)]
removed unused message

17 years ago(bug 7522) MessagesMk.php update
Rotem Liss [Sun, 8 Oct 2006 12:15:33 +0000 (12:15 +0000)]
(bug 7522) MessagesMk.php update

17 years agoSet namespace aliases in Serbian latin/cyrillic.
Robert Stojnić [Sun, 8 Oct 2006 11:50:50 +0000 (11:50 +0000)]
Set namespace aliases in Serbian latin/cyrillic.

17 years agoFixes for the translation statistics script - HTML, organisation, etc.
Rotem Liss [Sun, 8 Oct 2006 06:40:37 +0000 (06:40 +0000)]
Fixes for the translation statistics script - HTML, organisation, etc.

17 years agoUpdate.
Rotem Liss [Sun, 8 Oct 2006 06:28:44 +0000 (06:28 +0000)]
Update.

17 years ago* (bug 7519) Add plural in SpecialWatchlist
Jimmy Collins [Sun, 8 Oct 2006 01:14:16 +0000 (01:14 +0000)]
* (bug 7519) Add plural in SpecialWatchlist

17 years ago* (bug 7517) Date format in Belarusian (be)
Niklas Laxström [Sat, 7 Oct 2006 21:28:40 +0000 (21:28 +0000)]
* (bug 7517) Date format in Belarusian (be)

17 years ago* Updates (#7501)
Niklas Laxström [Sat, 7 Oct 2006 21:07:14 +0000 (21:07 +0000)]
* Updates (#7501)

17 years ago* (bug 7516) Update for French language (fr)
Niklas Laxström [Sat, 7 Oct 2006 20:58:49 +0000 (20:58 +0000)]
* (bug 7516) Update for French language (fr)
* Patch from guillom

17 years agohtmlspecialchars
Jimmy Collins [Sat, 7 Oct 2006 16:28:46 +0000 (16:28 +0000)]
htmlspecialchars

17 years agoForgot some ...
Jimmy Collins [Sat, 7 Oct 2006 16:27:24 +0000 (16:27 +0000)]
Forgot some ...

17 years ago* Make some more messages '*-summary' customizeable through Special:Allmessages or...
Jimmy Collins [Sat, 7 Oct 2006 16:21:51 +0000 (16:21 +0000)]
* Make some more messages '*-summary' customizeable through Special:Allmessages or MessagesXx.php
* Mark this messagges as optional

17 years ago(Bug 5862) Update of Belarusian messages translation
Jimmy Collins [Sat, 7 Oct 2006 15:20:57 +0000 (15:20 +0000)]
(Bug 5862) Update of Belarusian messages translation

17 years ago* (bug 6385) Two namespace aliases for Yiddish (yi)
Niklas Laxström [Sat, 7 Oct 2006 15:08:48 +0000 (15:08 +0000)]
* (bug 6385) Two namespace aliases for Yiddish (yi)

17 years ago* (bug 6769) Linktrail broken in Uzbek (uz)
Niklas Laxström [Sat, 7 Oct 2006 14:37:14 +0000 (14:37 +0000)]
* (bug 6769) Linktrail broken in Uzbek (uz)
* Added a stub file with linktrail which includes two modifier letters

17 years agoUpdate.
Rotem Liss [Sat, 7 Oct 2006 13:36:56 +0000 (13:36 +0000)]
Update.

17 years agoFixes.
Rotem Liss [Sat, 7 Oct 2006 10:50:29 +0000 (10:50 +0000)]
Fixes.

17 years ago* (bug 7508) Added option to compress HTML pages by dumpHTML.php
Jimmy Collins [Fri, 6 Oct 2006 23:34:09 +0000 (23:34 +0000)]
* (bug 7508) Added option to compress HTML pages by dumpHTML.php

17 years ago(bug 7509) Make back arrow in Special:Whatlinkshere editable through Mediawiki namespace
Jimmy Collins [Fri, 6 Oct 2006 23:13:23 +0000 (23:13 +0000)]
(bug 7509) Make back arrow in Special:Whatlinkshere editable through Mediawiki namespace

17 years agoUpdate to dateformats for German (de) l10n
Jimmy Collins [Fri, 6 Oct 2006 22:45:27 +0000 (22:45 +0000)]
Update to dateformats for German (de) l10n

17 years ago(bug 7504) Change the default user time format on sk.wikipedia
Jimmy Collins [Fri, 6 Oct 2006 22:35:42 +0000 (22:35 +0000)]
(bug 7504) Change the default user time format on sk.wikipedia

17 years ago* Slovak translation update
Niklas Laxström [Fri, 6 Oct 2006 22:29:35 +0000 (22:29 +0000)]
* Slovak translation update

17 years ago* API: Optimized PageSet object to avoid executing queries against page table twice.
Yuri Astrakhan [Fri, 6 Oct 2006 01:02:14 +0000 (01:02 +0000)]
* API: Optimized PageSet object to avoid executing queries against page table twice.

17 years agoThe variant names are optional messages, and they should be removed from most of...
Rotem Liss [Thu, 5 Oct 2006 21:55:31 +0000 (21:55 +0000)]
The variant names are optional messages, and they should be removed from most of the language files.

17 years ago(bug 7501) Russian translation update
Rotem Liss [Thu, 5 Oct 2006 21:45:46 +0000 (21:45 +0000)]
(bug 7501) Russian translation update

17 years agoRevert to previous version using $wgDBname instead of wfWikiID(); functions
Brion Vibber [Thu, 5 Oct 2006 21:20:23 +0000 (21:20 +0000)]
Revert to previous version using $wgDBname instead of wfWikiID(); functions
are called at times that wfWikiID() is not defined, causing fatal errors
when profiling is enabled

17 years agoAdd missing AjaxResponse class
Brion Vibber [Thu, 5 Oct 2006 21:15:03 +0000 (21:15 +0000)]
Add missing AjaxResponse class

17 years ago* (bug 7499) Corrections to Swedish talk namespace names
Brion Vibber [Thu, 5 Oct 2006 20:46:13 +0000 (20:46 +0000)]
* (bug 7499) Corrections to Swedish talk namespace names
Old names kept as aliases

17 years agoImageMagick 5.5.8 was the beta, 6.0.0 the actual release
Ilmari Karonen [Thu, 5 Oct 2006 15:04:24 +0000 (15:04 +0000)]
ImageMagick 5.5.8 was the beta, 6.0.0 the actual release

17 years agouse ImageMagick -thumbnail option instead of -resize
Ilmari Karonen [Thu, 5 Oct 2006 14:55:41 +0000 (14:55 +0000)]
use ImageMagick -thumbnail option instead of -resize

17 years agoUpdate.
Rotem Liss [Thu, 5 Oct 2006 13:55:18 +0000 (13:55 +0000)]
Update.