Skip to content

Commit

Permalink
fix package and README for sf1.4 support
Browse files Browse the repository at this point in the history
  • Loading branch information
gestadieu committed Jan 20, 2010
1 parent c6a364c commit a2ff389
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README
Expand Up @@ -103,6 +103,7 @@ In your generator.yml file you can now add at the same level of 'list', 'edit' a

## Changelog

* version 0.2.0: fix minor issues for compatibility with symfony 1.3 and 1.4. Live demo available at (http://symfony-planet.com/user)
* version 0.1.4: add a 'show' view parameter for generator.yml. Default on link (when you specify =yourfield). It can also be added as a button on the object action list. To use this you must use the new jRollerDoctrineGenerator class in your generator.yml file instead of the default sfDoctrineGenerator.
* version 0.1.3: THIS VERSION BRAKES PREVIOUS app.yml config. Modify the app.yml to make it more in line with "standard" plugins and add one new parameter: theme_dir to easily set external theme without changing jquery. Remove 2 themes to keep only one in the plugin (add your own in your web folder).
* version 0.1.2: remove depreciated sfLoader inside UIHelper class. Add README.markdown.
Expand All @@ -114,5 +115,4 @@ In your generator.yml file you can now add at the same level of 'list', 'edit' a
* fix bugs (no kidding ;-)
* clean up css
* add new features: print view, export and , live search
* setup a live demo
* rule the world, do good not evil
2 changes: 1 addition & 1 deletion README.markdown
Expand Up @@ -103,6 +103,7 @@ In your generator.yml file you can now add at the same level of 'list', 'edit' a

## Changelog

* version 0.2.0: fix minor issues for compatibility with symfony 1.3 and 1.4. Live demo available at (http://symfony-planet.com/user)
* version 0.1.4: add a 'show' view parameter for generator.yml. Default on link (when you specify =yourfield). It can also be added as a button on the object action list. To use this you must use the new jRollerDoctrineGenerator class in your generator.yml file instead of the default sfDoctrineGenerator.
* version 0.1.3: THIS VERSION BRAKES PREVIOUS app.yml config. Modify the app.yml to make it more in line with "standard" plugins and add one new parameter: theme_dir to easily set external theme without changing jquery. Remove 2 themes to keep only one in the plugin (add your own in your web folder).
* version 0.1.2: remove depreciated sfLoader inside UIHelper class. Add README.markdown.
Expand All @@ -114,5 +115,4 @@ In your generator.yml file you can now add at the same level of 'list', 'edit' a
* fix bugs (no kidding ;-)
* clean up css
* add new features: print view, export and , live search
* setup a live demo
* rule the world, do good not evil
4 changes: 2 additions & 2 deletions config/sfAdminThemejRollerPluginConfiguration.class.php
@@ -1,9 +1,9 @@
<?php

/**
* sfAdminThemejRollerPlugin configuration.
* jRollerPlugin configuration.
*
* @package sfAdminGeneratorjRollerPlugin
* @package jRollerPlugin
* @subpackage config
* @author Gerald Estadieu <gestadieu@gmail.com>
* @version SVN: $Id: PluginConfiguration.class.php 12675 2008-11-06 08:07:42Z Kris.Wallsmith $
Expand Down
20 changes: 18 additions & 2 deletions package.xml.tmpl
Expand Up @@ -36,13 +36,29 @@
<name>symfony</name>
<channel>pear.symfony-project.com</channel>
<min>1.2.0</min>
<max>1.3.0</max>
<exclude>1.3.0</exclude>
<max>1.4.</max>
<exclude>.3.0</exclude>
</package>
</required>
</dependencies>
<phprelease></phprelease>
<changelog>
<release>
<version>
<release>0.2.0</release>
<api>0.2</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<license uri="http://www.symfony-project.org/license">MIT license</license>
<date>2010-01-20</date>
<license>MIT</license>
<notes>
* fix minor issues for compatibility with symfony 1.3 and 1.4
</notes>
</release>
<release>
<version>
<release>0.1.4</release>
Expand Down

0 comments on commit a2ff389

Please sign in to comment.