Author: caefer Date: 2010-03-24 18:06:38 +0100 (Wed, 24 Mar 2010) New Revision: 28766
Modified: plugins/sfImageTransformExtraPlugin/trunk/TODO Log: * removed todo putting cache config in factories.yml as it is not possible and now done in settings.yml * added two refactorings to reduce copy and paste code Modified: plugins/sfImageTransformExtraPlugin/trunk/TODO =================================================================== --- plugins/sfImageTransformExtraPlugin/trunk/TODO 2010-03-24 14:14:35 UTC (rev 28765) +++ plugins/sfImageTransformExtraPlugin/trunk/TODO 2010-03-24 17:06:38 UTC (rev 28766) @@ -1,4 +1,5 @@ - * put cache class into factories.yml + * Create abstract base class for sources to reduce copy and paste code + * Make sfImageRoundedCornersGD use sfImageAlphaMaskGD to reduce copy and paste code * HTTP cache * remove sfImageTransformExtraPluginConfiguration::setCacheKey() * write more tests to produce image urls -- You received this message because you are subscribed to the Google Groups "symfony SVN" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/symfony-svn?hl=en.
