Author: tkoomzaaskz Date: 2010-09-04 16:44:42 +0200 (Sat, 04 Sep 2010) New Revision: 30824
Modified: plugins/tdCorePlugin/trunk/README plugins/tdCorePlugin/trunk/modules/graphics/actions/actions.class.php plugins/tdCorePlugin/trunk/package.xml Log: [td_core] preparing for release 0.1.10 - bugs fixed Modified: plugins/tdCorePlugin/trunk/README =================================================================== --- plugins/tdCorePlugin/trunk/README 2010-09-04 14:40:20 UTC (rev 30823) +++ plugins/tdCorePlugin/trunk/README 2010-09-04 14:44:42 UTC (rev 30824) @@ -72,8 +72,7 @@ (such as tdGuestbookPlugin). Enable the graphics module from tdCorePlugin to enable AJAX actions in other plugins to run correctly: - [php] - enabled_modules: [ ..., graphics ] + enabled_modules: [ ..., graphics ] Random Data Generator ===================== Modified: plugins/tdCorePlugin/trunk/modules/graphics/actions/actions.class.php =================================================================== --- plugins/tdCorePlugin/trunk/modules/graphics/actions/actions.class.php 2010-09-04 14:40:20 UTC (rev 30823) +++ plugins/tdCorePlugin/trunk/modules/graphics/actions/actions.class.php 2010-09-04 14:44:42 UTC (rev 30824) @@ -5,7 +5,7 @@ * * @package optiner-admin * @subpackage graphics - * @author Tomasz Ducin <[email protected]> + * @author Tomasz Ducin <[email protected]> * @version SVN: $Id: actions.class.php 23810 2009-11-12 11:07:44Z Kris.Wallsmith $ */ class graphicsActions extends sfActions Modified: plugins/tdCorePlugin/trunk/package.xml =================================================================== --- plugins/tdCorePlugin/trunk/package.xml 2010-09-04 14:40:20 UTC (rev 30823) +++ plugins/tdCorePlugin/trunk/package.xml 2010-09-04 14:44:42 UTC (rev 30824) @@ -36,13 +36,15 @@ </dir> <dir name="modules"> - <dir name="actions"> - <file name="actions.class.php" role="data" /> + <dir name="graphics"> + <dir name="actions"> + <file name="actions.class.php" role="data" /> + </dir> + <dir name="templates"> + <file name="emptySuccess.php" role="data" /> + <file name="tickSuccess.php" role="data" /> + </dir> </dir> - <dir name="templates"> - <file name="emptySuccess.php" role="data" /> - <file name="tickSuccess.php" role="data" /> - </dir> </dir> <dir name="web"> -- 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.
