lhc/web/wiklou.git
13 years agoParam and return documentation for insert
Sam Reed [Wed, 25 Aug 2010 00:18:47 +0000 (00:18 +0000)]
Param and return documentation for insert

13 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Siebrand Mazeland [Tue, 24 Aug 2010 23:02:39 +0000 (23:02 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-08-24 22:46 UTC)

13 years agoWhitespace, I hate you.
Sam Reed [Tue, 24 Aug 2010 22:44:44 +0000 (22:44 +0000)]
Whitespace, I hate you.

13 years agoFix those spaces too from r71596/r71592
Sam Reed [Tue, 24 Aug 2010 22:36:11 +0000 (22:36 +0000)]
Fix those spaces too from r71596/r71592

13 years agoFixup whitespace from r71592
Sam Reed [Tue, 24 Aug 2010 22:34:44 +0000 (22:34 +0000)]
Fixup whitespace from r71592

if ( !($buf == self::$png_sig) ) { to if ( $buf != self::$png_sig ) {

Add a couple of braces

13 years agoself::DB_ADMIN to Maintenance::DB_ADMIN for constant
Sam Reed [Tue, 24 Aug 2010 22:06:08 +0000 (22:06 +0000)]
self::DB_ADMIN to Maintenance::DB_ADMIN for constant

13 years agoMove unreachable $this->mConn = false in DatabaseSqlite
Sam Reed [Tue, 24 Aug 2010 22:04:49 +0000 (22:04 +0000)]
Move unreachable $this->mConn = false in DatabaseSqlite

13 years agoRemove some unreachable code (usually returns after throwing exceptions)
Sam Reed [Tue, 24 Aug 2010 22:03:18 +0000 (22:03 +0000)]
Remove some unreachable code (usually returns after throwing exceptions)

Fixup call of method after return in DatabaseMssql by using a temp

13 years agoAdd missing brace to skins/simple/rtl.css
Sam Reed [Tue, 24 Aug 2010 22:00:02 +0000 (22:00 +0000)]
Add missing brace to skins/simple/rtl.css

13 years agoSomeone made a typo in r71576
Niklas Laxström [Tue, 24 Aug 2010 20:12:15 +0000 (20:12 +0000)]
Someone made a typo in r71576

13 years agoAdded a hook into MWNamespace::getCanonicalNamespaces() to provide safe way to
Niklas Laxström [Tue, 24 Aug 2010 19:58:55 +0000 (19:58 +0000)]
Added a hook into MWNamespace::getCanonicalNamespaces() to provide safe way to
define new namespaces in extensions.

Without the hook the list could be initialised too early and some namespaces
would be left undefined. Was causing problems at translatewiki.net.

13 years agoCREATE LANGUAGE belongs as part of the installer, not here.
Greg Sabino Mullane [Tue, 24 Aug 2010 17:35:03 +0000 (17:35 +0000)]
CREATE LANGUAGE belongs as part of the installer, not here.

13 years agoAllow both single and double quotes for ENUM values (even though we should standardiz...
Greg Sabino Mullane [Tue, 24 Aug 2010 17:34:42 +0000 (17:34 +0000)]
Allow both single and double quotes for ENUM values (even though we should standardize on one or the other)

13 years agoAllow class="noshiftselect" to disable the multiple-select-on-shift-click behavior...
Roan Kattouw [Tue, 24 Aug 2010 16:01:52 +0000 (16:01 +0000)]
Allow class="noshiftselect" to disable the multiple-select-on-shift-click behavior for checkboxes. This is desired for forms that contain tables with multiple columns of checkboxes (CentralNotice has one of these), where this function works row-wise instead of column-wise. This is confusing and I'm too lazy to implement column-wise shift-select, so I'm just disabling shift-select altogether in CentralNotice (see followup commit).

13 years agoFollow up to r71110, use of static var instead of global var, as suggested by Platonides
Jeroen De Dauw [Tue, 24 Aug 2010 14:58:35 +0000 (14:58 +0000)]
Follow up to r71110, use of static var instead of global var, as suggested by Platonides

13 years agoFix syntax error in r71555
Siebrand Mazeland [Tue, 24 Aug 2010 13:59:09 +0000 (13:59 +0000)]
Fix syntax error in r71555

13 years agoLocalisation updates for extensions from translatewiki.net
Siebrand Mazeland [Tue, 24 Aug 2010 13:54:07 +0000 (13:54 +0000)]
Localisation updates for extensions from translatewiki.net
* update namespace names.

13 years agoFollow up r71553: (update magic words)
Siebrand Mazeland [Tue, 24 Aug 2010 13:30:06 +0000 (13:30 +0000)]
Follow up r71553: (update magic words)

13 years agoLocalisation updates for core from translatewiki.net
Siebrand Mazeland [Tue, 24 Aug 2010 13:14:19 +0000 (13:14 +0000)]
Localisation updates for core from translatewiki.net
* update magic words.

13 years agoLocalisation updates for core from translatewiki.net
Siebrand Mazeland [Tue, 24 Aug 2010 12:30:07 +0000 (12:30 +0000)]
Localisation updates for core from translatewiki.net
* update special page aliases.

13 years agoFixes for new ImageMagick:
Tim Starling [Tue, 24 Aug 2010 08:48:46 +0000 (08:48 +0000)]
Fixes for new ImageMagick:
* (bug 24824) Support ImageMagick 6.5.6-2+ JPEG decoder size hint, to reduce memory usage when such an ImageMagick is used for scaling.
* Removed -size option since it doesn't act as a JPEG decoder size hint with recent ImageMagicks, and it may cause undesired behaviour in the future since it's documented to do something different now.
* Disable multithreaded behaviour in recent ImageMagick, to avoid a deadlock when a resource limit such as $wgMaxShellMemory is hit.
* Fixed some comments.

Replaces WMF live hack.

13 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Siebrand Mazeland [Tue, 24 Aug 2010 06:37:29 +0000 (06:37 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-08-24 06:24 UTC)

13 years agoUpdate SkinAfterContent hook to pass the current skin too
Sam Reed [Tue, 24 Aug 2010 01:31:28 +0000 (01:31 +0000)]
Update SkinAfterContent hook to pass the current skin too

So we don't need nasty $wgTitle globals

13 years ago* (bug 24917) Polish as fallback for Kashubia
Sam Reed [Tue, 24 Aug 2010 00:56:56 +0000 (00:56 +0000)]
* (bug 24917) Polish as fallback for Kashubia

13 years agoarrray?
Sam Reed [Mon, 23 Aug 2010 22:52:37 +0000 (22:52 +0000)]
arrray?

13 years agoRemove some unneeded whitespace
Sam Reed [Mon, 23 Aug 2010 22:18:05 +0000 (22:18 +0000)]
Remove some unneeded whitespace

13 years agoTry to improve the funciton comment of getETag() per r70809 CR. Adaptation of Nikerab...
Platonides [Mon, 23 Aug 2010 21:54:45 +0000 (21:54 +0000)]
Try to improve the funciton comment of getETag() per r70809 CR. Adaptation of Nikerabbit proposal.

13 years agoLocalization update for he.
Rotem Liss [Mon, 23 Aug 2010 21:47:26 +0000 (21:47 +0000)]
Localization update for he.

13 years agoLocalFileTest failed if $wgCapitalLinks was false in LocalSettings.
Platonides [Mon, 23 Aug 2010 21:34:20 +0000 (21:34 +0000)]
LocalFileTest failed if $wgCapitalLinks was false in LocalSettings.

13 years agoFollow up r70917. Having $wgCapitalLinks = false; was what caused the errors.
Platonides [Mon, 23 Aug 2010 21:33:41 +0000 (21:33 +0000)]
Follow up r70917. Having $wgCapitalLinks = false; was what caused the errors.

13 years agoUse the common code at switch end if viewing the current version of a page using...
Platonides [Mon, 23 Aug 2010 14:13:41 +0000 (14:13 +0000)]
Use the common code at switch end if viewing the current version of a page using the permalink.
Title related r64876 and r64934 were not applied in that case, nor were they getting their
getRobotPolicy(), like other old revisions (noindex,nofollow).

13 years agore r71445 put static on the right method.
Mark A. Hershberger [Mon, 23 Aug 2010 13:45:07 +0000 (13:45 +0000)]
re r71445 put static on the right method.

13 years agoFix yet another regression in r71342: NS_MAIN was dropped from valid namespaces,...
Niklas Laxström [Mon, 23 Aug 2010 08:46:13 +0000 (08:46 +0000)]
Fix yet another regression in r71342: NS_MAIN was dropped from valid namespaces, breaking at least opensearch

13 years agoFix typo. Spotted by Hamilton Abreu.
Siebrand Mazeland [Mon, 23 Aug 2010 06:46:49 +0000 (06:46 +0000)]
Fix typo. Spotted by Hamilton Abreu.

13 years agoFix complete breakage of new installer due to multiple ob_flush() calls with gzip...
Tim Starling [Mon, 23 Aug 2010 02:31:13 +0000 (02:31 +0000)]
Fix complete breakage of new installer due to multiple ob_flush() calls with gzip handler enabled.

13 years agofollow up r69134. Change all of convertLinkToAllVariants()'s callers to call autoConv...
Philip Tzou [Mon, 23 Aug 2010 02:07:31 +0000 (02:07 +0000)]
follow up r69134. Change all of convertLinkToAllVariants()'s callers to call autoConvertToAllVariants().

13 years agoComment adjustment
Chad Horohoe [Mon, 23 Aug 2010 01:55:16 +0000 (01:55 +0000)]
Comment adjustment

13 years ago(bug 24898) MediaWiki uses /tmp even if a vHost-specific tempdir is set, also make...
Chad Horohoe [Mon, 23 Aug 2010 01:53:31 +0000 (01:53 +0000)]
(bug 24898) MediaWiki uses /tmp even if a vHost-specific tempdir is set, also make wfTempDir() return a sane value for Windows on worst-case

13 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Siebrand Mazeland [Sun, 22 Aug 2010 23:04:33 +0000 (23:04 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-08-22 22:34 UTC)

13 years agoFollowup r71441, break up messages by type, iterate over known types. Expand on info...
Chad Horohoe [Sun, 22 Aug 2010 21:52:39 +0000 (21:52 +0000)]
Followup r71441, break up messages by type, iterate over known types. Expand on info in box

13 years agocoding style tweaks
Jack Phoenix [Sun, 22 Aug 2010 21:34:44 +0000 (21:34 +0000)]
coding style tweaks

13 years agoMock object needs to be static too
Chad Horohoe [Sun, 22 Aug 2010 21:22:04 +0000 (21:22 +0000)]
Mock object needs to be static too

13 years agocoding style tweaks for ajax.js
Jack Phoenix [Sun, 22 Aug 2010 21:14:36 +0000 (21:14 +0000)]
coding style tweaks for ajax.js

13 years agoproperly capitalize the word "MediaWiki"
Jack Phoenix [Sun, 22 Aug 2010 21:07:43 +0000 (21:07 +0000)]
properly capitalize the word "MediaWiki"

13 years agoBe consistent with all the child classes
Chad Horohoe [Sun, 22 Aug 2010 20:57:53 +0000 (20:57 +0000)]
Be consistent with all the child classes

13 years agoMake getSoftwareLink() static so I can use it without instantiating (and opening...
Chad Horohoe [Sun, 22 Aug 2010 20:55:07 +0000 (20:55 +0000)]
Make getSoftwareLink() static so I can use it without instantiating (and opening) a bunch of databases I probably can't support. Can't have an abstract parent now, so throw an exception for anyone who writes a child class without bothering to implement it. All of this to add some helpful text links in an infobox in the installer :)

13 years agoKill oracle installer support until its more complete
Chad Horohoe [Sun, 22 Aug 2010 20:06:08 +0000 (20:06 +0000)]
Kill oracle installer support until its more complete

13 years agoFollowup r71367, reusing messages is bad
Chad Horohoe [Sun, 22 Aug 2010 19:36:22 +0000 (19:36 +0000)]
Followup r71367, reusing messages is bad

13 years ago(bug 23703) ForeignAPIRepo fails on findBySha1() when using a 1.14 install as a repos...
Chad Horohoe [Sun, 22 Aug 2010 16:10:58 +0000 (16:10 +0000)]
(bug 23703) ForeignAPIRepo fails on findBySha1() when using a 1.14 install as a repository due to missing 'name' attribute from the API list=allimages

13 years agoFixed some doxygen warnings
Alexandre Emsenhuber [Sun, 22 Aug 2010 15:58:59 +0000 (15:58 +0000)]
Fixed some doxygen warnings

13 years ago* Added file description headers
Alexandre Emsenhuber [Sun, 22 Aug 2010 14:31:05 +0000 (14:31 +0000)]
* Added file description headers
* Added @file where needed

13 years agoSome extensions like to pass an array for the callback, and method_exists() doesn...
Alexandre Emsenhuber [Sun, 22 Aug 2010 12:02:36 +0000 (12:02 +0000)]
Some extensions like to pass an array for the callback, and method_exists() doesn't like that

13 years agoForgot to indent this correctly...
Alexandre Emsenhuber [Sun, 22 Aug 2010 11:59:32 +0000 (11:59 +0000)]
Forgot to indent this correctly...

13 years agoRemoved some specific methods from updaters.inc that can use generic ones
Alexandre Emsenhuber [Sun, 22 Aug 2010 11:57:31 +0000 (11:57 +0000)]
Removed some specific methods from updaters.inc that can use generic ones

13 years ago* Make the MySQL updater work in the new installer
Alexandre Emsenhuber [Sun, 22 Aug 2010 10:37:27 +0000 (10:37 +0000)]
* Make the MySQL updater work in the new installer
* DatabaseInstaller::doUpgrade() is now abstract

TODO: MysqlUpdater::doUpgrade() is horrible, please someone fix it once it could be

13 years agoRelease notes for r71428
Max Semenik [Sun, 22 Aug 2010 10:07:14 +0000 (10:07 +0000)]
Release notes for r71428

13 years ago"Difference between pages" is now displayed instead of "Difference between revisions...
Max Semenik [Sun, 22 Aug 2010 10:06:06 +0000 (10:06 +0000)]
"Difference between pages" is now displayed instead of "Difference between revisions" on diffs when appropriate. This is even more important now that we have Special:ComparePages

13 years agoOops, forgot to change this in r71426
Alexandre Emsenhuber [Sun, 22 Aug 2010 08:32:29 +0000 (08:32 +0000)]
Oops, forgot to change this in r71426

13 years agoMoved PostgreSQL schema update to PostgresUpdater:
Alexandre Emsenhuber [Sun, 22 Aug 2010 08:07:26 +0000 (08:07 +0000)]
Moved PostgreSQL schema update to PostgresUpdater:
* Still not doing sequential updates, but now this should be easier to correct
* Corrected addition of page_restrictions.pr_id field to use the correct sequence name
* Had to change DatabaseUpdater::getOldGlobalUpdates() from private to protected, since PostgreSQL has its own globals for extensions
* Moved do_all_updates() and archive() to the top of updaters.inc so that they are easier to find

13 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Siebrand Mazeland [Sat, 21 Aug 2010 23:20:48 +0000 (23:20 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-08-21 22:44 UTC)

13 years agoRemove globals, expose options in maintenance style, use the ContentLanguage for...
Platonides [Sat, 21 Aug 2010 22:34:12 +0000 (22:34 +0000)]
Remove globals, expose options in maintenance style, use the ContentLanguage for the titles.

13 years agoFollow up r71359. $wgDBtype uneeded now.
Platonides [Sat, 21 Aug 2010 22:11:19 +0000 (22:11 +0000)]
Follow up r71359. $wgDBtype uneeded now.

13 years agoReplace usage of deprecated Parser::tidy()
Platonides [Sat, 21 Aug 2010 21:52:47 +0000 (21:52 +0000)]
Replace usage of deprecated Parser::tidy()

13 years agoFollow up r71412. $wgContLang is not used.
Platonides [Sat, 21 Aug 2010 20:47:15 +0000 (20:47 +0000)]
Follow up r71412. $wgContLang is not used.

13 years agoFix for r71140: PostgresUpdater should extend DatabaseUpdater, not Updater
Alexandre Emsenhuber [Sat, 21 Aug 2010 20:23:42 +0000 (20:23 +0000)]
Fix for r71140: PostgresUpdater should extend DatabaseUpdater, not Updater

13 years agoUse canonical class name.
Platonides [Sat, 21 Aug 2010 19:54:25 +0000 (19:54 +0000)]
Use canonical class name.

13 years ago* Added file description headers
Alexandre Emsenhuber [Sat, 21 Aug 2010 18:20:09 +0000 (18:20 +0000)]
* Added file description headers
* Added @file where needed

13 years agoChange language name of North Frisian (frr) from "Frasch" to "Nordfriisk", per http...
Robin Pepermans [Sat, 21 Aug 2010 18:08:59 +0000 (18:08 +0000)]
Change language name of North Frisian (frr) from "Frasch" to "Nordfriisk", per frr.wikipedia.org/wiki/Wikipedia:Diskusjoon#Nordfriisk

13 years agoAdded $wgAdaptiveMessageCache to avoid caching huge pile of never used messages at...
Niklas Laxström [Sat, 21 Aug 2010 16:41:53 +0000 (16:41 +0000)]
Added $wgAdaptiveMessageCache to avoid caching huge pile of never used messages at twn.

13 years agoAdded file description headers
Alexandre Emsenhuber [Sat, 21 Aug 2010 16:10:56 +0000 (16:10 +0000)]
Added file description headers

13 years agoRevert part of r71391 that was not supposed to go yet.
Niklas Laxström [Sat, 21 Aug 2010 16:04:06 +0000 (16:04 +0000)]
Revert part of r71391 that was not supposed to go yet.

13 years ago@TODO @FIXME -> @todo so that doxygen recognise it correctly
Alexandre Emsenhuber [Sat, 21 Aug 2010 15:53:46 +0000 (15:53 +0000)]
@TODO @FIXME -> @todo so that doxygen recognise it correctly

13 years agoModified Special:Categories to subclass SpecialPage
Alexandre Emsenhuber [Sat, 21 Aug 2010 15:39:07 +0000 (15:39 +0000)]
Modified Special:Categories to subclass SpecialPage

13 years agoFixed some doxygen warnings
Alexandre Emsenhuber [Sat, 21 Aug 2010 15:20:23 +0000 (15:20 +0000)]
Fixed some doxygen warnings

13 years ago* (bug 24804) Corrected commafying in Polish and Ukrainian
Alexandre Emsenhuber [Sat, 21 Aug 2010 14:57:08 +0000 (14:57 +0000)]
* (bug 24804) Corrected commafying in Polish and Ukrainian

13 years agobreak lines a 80 chars
Alexandre Emsenhuber [Sat, 21 Aug 2010 14:54:24 +0000 (14:54 +0000)]
break lines a 80 chars

13 years agoFollow up r71289. getServerVersion() call was needed to initialise numeric_version.
Platonides [Sat, 21 Aug 2010 14:53:39 +0000 (14:53 +0000)]
Follow up r71289. getServerVersion() call was needed to initialise numeric_version.
In fact, we can use getServerVersion() here.

13 years agoFollow up r71289. $wgContLang is now unused.
Platonides [Sat, 21 Aug 2010 14:44:25 +0000 (14:44 +0000)]
Follow up r71289. $wgContLang is now unused.

13 years agoCommit local change about not using $ourdb as global.
Platonides [Sat, 21 Aug 2010 14:34:16 +0000 (14:34 +0000)]
Commit local change about not using $ourdb as global.

13 years agoTry to address some of the issues of r70608.
Platonides [Sat, 21 Aug 2010 14:33:32 +0000 (14:33 +0000)]
Try to address some of the issues of r70608.

@yaauie: Set the error_level in your php.ini, do not use calls to error_reporting() for that.

13 years agowfSpecialProtectedtitles() is no longer used. Follow up r71130.
Platonides [Sat, 21 Aug 2010 13:58:54 +0000 (13:58 +0000)]
wfSpecialProtectedtitles() is no longer used. Follow up r71130.

13 years agocoding style tweaks
Jack Phoenix [Sat, 21 Aug 2010 12:00:28 +0000 (12:00 +0000)]
coding style tweaks

13 years agoOne more fix to namespace stuff. Follow-up r71342.
Niklas Laxström [Sat, 21 Aug 2010 08:20:21 +0000 (08:20 +0000)]
One more fix to namespace stuff. Follow-up r71342.

I don't see no reason to not to default to array() instead of null.

13 years agoToo much indirection in aliases doesn't seem to work with my version of Doxygen
Niklas Laxström [Sat, 21 Aug 2010 08:17:01 +0000 (08:17 +0000)]
Too much indirection in aliases doesn't seem to work with my version of Doxygen

13 years agoMostly indentation fixes
Niklas Laxström [Sat, 21 Aug 2010 08:15:22 +0000 (08:15 +0000)]
Mostly indentation fixes

13 years agoFix translated core namespaces broken in r71342.
Niklas Laxström [Sat, 21 Aug 2010 08:05:16 +0000 (08:05 +0000)]
Fix translated core namespaces broken in r71342.

The parser tests don't fail anymore (after I was able to run them in the first place)

13 years agoFix indentation
Niklas Laxström [Sat, 21 Aug 2010 08:01:33 +0000 (08:01 +0000)]
Fix indentation

13 years agoFixed yet another breakage introduced by r70608: bug 24764 - broken old installer...
Max Semenik [Sat, 21 Aug 2010 06:36:40 +0000 (06:36 +0000)]
Fixed yet another breakage introduced by r70608: bug 24764 - broken old installer form. Next time please use a HTML validator every time you change HTML output.

13 years agoMove [[MediaWiki:bad image list]] to the beginning.
Platonides [Fri, 20 Aug 2010 22:43:41 +0000 (22:43 +0000)]
Move [[MediaWiki:bad image list]] to the beginning.
This should fix the random failing bad image tests (since r70917?)
mentioned in [[Special:Code/MediaWiki/70938#c8458]].
They seem to be a mixture of conflict of messagecache and the internal
wfIsBadImage() cache. By always having the message in NS_MEDIAWIKI by
the time it is extracted, there shouldn't be more problems.

13 years agoDocument functions
Alexandre Emsenhuber [Fri, 20 Aug 2010 21:20:18 +0000 (21:20 +0000)]
Document functions

13 years ago* Standardised file description headers
Alexandre Emsenhuber [Fri, 20 Aug 2010 20:39:04 +0000 (20:39 +0000)]
* Standardised file description headers
* Added some descriptions
* Added @file where needed

13 years agoRevert the change to Preprocessor_DOM.php of r71286.
Platonides [Fri, 20 Aug 2010 18:03:45 +0000 (18:03 +0000)]
Revert the change to Preprocessor_DOM.php of r71286.
The parsertest "Link with 3 brackets" passes again.

13 years agoMake fixLinksFromArticle public and static
Chad Horohoe [Fri, 20 Aug 2010 16:49:17 +0000 (16:49 +0000)]
Make fixLinksFromArticle public and static

13 years agoLike the installer, make Special:Version header localizable. Want to reduce some...
Chad Horohoe [Fri, 20 Aug 2010 16:35:00 +0000 (16:35 +0000)]
Like the installer, make Special:Version header localizable. Want to reduce some duplication here

13 years agoMissing else condition was breaking namespaces for everyone else but me. Followup...
Niklas Laxström [Fri, 20 Aug 2010 16:28:02 +0000 (16:28 +0000)]
Missing else condition was breaking namespaces for everyone else but me. Followup r71342

13 years agoPartial r71363 revert, unrelated changes
Chad Horohoe [Fri, 20 Aug 2010 15:25:41 +0000 (15:25 +0000)]
Partial r71363 revert, unrelated changes

13 years agoFixup help output. Remove a few documented but unused options
Chad Horohoe [Fri, 20 Aug 2010 15:21:24 +0000 (15:21 +0000)]
Fixup help output. Remove a few documented but unused options

13 years agoMissed the svn del
Chad Horohoe [Fri, 20 Aug 2010 14:48:31 +0000 (14:48 +0000)]
Missed the svn del

13 years agoRefactor convertLinks to not use DB::newFromParams() crap, make updaters use the...
Chad Horohoe [Fri, 20 Aug 2010 14:47:57 +0000 (14:47 +0000)]
Refactor convertLinks to not use DB::newFromParams() crap, make updaters use the maintenance script to reduce duplication, other minor fixes

13 years agoOptimize a produced animated GIF with OptimizeTransparency, better would be to use...
Derk-Jan Hartman [Fri, 20 Aug 2010 13:37:20 +0000 (13:37 +0000)]
Optimize a produced animated GIF with OptimizeTransparency, better would be to use optimize, but it breaks transparent GIFs. Fixes Bug 11822.
Only add animated gif options for animated gifs.