Author: francois
Date: 2010-05-06 09:19:53 +0200 (Thu, 06 May 2010)
New Revision: 29368

Modified:
   plugins/sfPropel15Plugin/trunk/README
   plugins/sfPropel15Plugin/trunk/package.xml.tmpl
Log:
[sfPropel15Plugin] Preparing for the 0.9.2 beta release

Modified: plugins/sfPropel15Plugin/trunk/README
===================================================================
--- plugins/sfPropel15Plugin/trunk/README       2010-05-05 23:00:05 UTC (rev 
29367)
+++ plugins/sfPropel15Plugin/trunk/README       2010-05-06 07:19:53 UTC (rev 
29368)
@@ -83,8 +83,10 @@
         id: ~
         title: { type: varchar(100), required: true primaryString: true }
 
-You can also register a behavior for all your models right in the 
`propel.ini`. `sfPropel15Plugin` already enables the `symfony` and 
`symfony_i18n` behaviors to support symfony's behavior system and model 
localization features, but you can easily add your owns:
+**Tip**: Check the 
[`doc/schema.txt`](http://trac.symfony-project.org/browser/plugins/sfPropel15Plugin/doc/schema.txt)
 file in this plugin source code for a complete reference of the YAML schema 
format.
 
+You can also register a behavior for all your models right in the `propel.ini` 
configuration file. `sfPropel15Plugin` already enables the `symfony` and 
`symfony_i18n` behaviors to support symfony's behavior system and model 
localization features, but you can easily add your owns:
+
     [ini]
     propel.behavior.default = 
symfony,symfony_i18n,alternative_coding_standards,auto_add_pk
 
@@ -95,7 +97,7 @@
 
 ### List view enhancements
 
-- **Easy related objects hydration**: You don't need to write custom 
diSelectJoinXXX() methods to hydrate related objects. The `with` setting is 
much more poxwerful that the previous `peer_method` and `peer_count_method` 
settings, and much easier to use.
+- **Easy related objects hydration**: You don't need to write custom 
`doSelectJoinXXX()` methods to hydrate related objects. The `with` setting is 
much more poxwerful that the previous `peer_method` and `peer_count_method` 
settings, and much easier to use.
 - **Custom query methods**: You can refine the query executed to display the 
list view by by setting the `query_methods` parameter. This allows to hydrate 
an additional column wit hno additional query, or to pre-filter the list to 
hide rows that the user shouldn't see.
 - **All columns are sortable**: Virtual columns and foreign key columns are 
now sortable in the list view. You'll need to set the sort method to use for 
that, but it's a one-liner. No more lists with column headers that can't be 
clicked for sorting!
 - **Easy links to filtered lists**: A link to a fitlered list view is very 
easy to write with the new theme. Just add GET parameter, the same way you used 
to do with the admin generator in symfony 1.2, and it works

Modified: plugins/sfPropel15Plugin/trunk/package.xml.tmpl
===================================================================
--- plugins/sfPropel15Plugin/trunk/package.xml.tmpl     2010-05-05 23:00:05 UTC 
(rev 29367)
+++ plugins/sfPropel15Plugin/trunk/package.xml.tmpl     2010-05-06 07:19:53 UTC 
(rev 29368)
@@ -3,7 +3,7 @@
   <name>sfPropel15Plugin</name>
   <channel>pear.symfony-project.com</channel>
   <summary>Replaces symfony's core Propel plugin by the latest version of 
Propel, in branch 1.5.</summary>
-  <description>Your name here</description>
+  <description>Bundles Propel 1.5 and replaces sfPropelPlugin in symfony 1.3 
and 1.4.</description>
   <lead>
     <name>Francois Zaninotto</name>
     <user>Francois Zaninotto</user>
@@ -45,7 +45,7 @@
   <changelog>
     <release>
       <version>
-        <release>0.9.1</release>
+        <release>0.9.2</release>
         <api>1.5</api>
       </version>
       <stability>
@@ -53,10 +53,17 @@
        <api>beta</api>
       </stability>
       <license uri="http://www.symfony-project.org/license";>MIT 
license</license>
-      <date></date>
+      <date>2010-05-06</date>
       <license>MIT</license>
       <notes>
+        * Updated Propel externals to 1.5.0 stable
         * Added detailed logs to propel:data-load task
+        * Refactored documentation - look in the 'docs' directory for a 
complete reference of the `generator.yml` syntax, the `schema.yml` syntax, and 
the custom form widgets and validators
+        * Updated Propel validators to use the new Query objects
+        * Updated CRUD generator to use the new Query objects
+        * Added Oracle custom column types handling in generator
+        * Allowing advanced form customization from generator.yml
+        * Added the ability to use "plain" type for form fields, just like in 
symfony 1.2 
       </notes>
     </release>
     <release>

-- 
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.

Reply via email to