Author: mstrzele
Date: 2010-09-01 08:54:35 +0200 (Wed, 01 Sep 2010)
New Revision: 30796
Modified:
plugins/sfPostgresDoctrinePlugin/README
plugins/sfPostgresDoctrinePlugin/VERSION
plugins/sfPostgresDoctrinePlugin/package.xml
Log:
Modified: plugins/sfPostgresDoctrinePlugin/README
===================================================================
--- plugins/sfPostgresDoctrinePlugin/README 2010-09-01 06:33:17 UTC (rev
30795)
+++ plugins/sfPostgresDoctrinePlugin/README 2010-09-01 06:54:35 UTC (rev
30796)
@@ -68,6 +68,7 @@
* When you generating schema and model you do it the same way like for the
sfDoctrinePlugin.
The relations, inheritances and enums are building automatically, also
when you write behaviors condition
in config/sfPostgresDoctrinePlugin/behaviors.yml the behaviors are
binding to the schema and the model.
+ If you want't omit some table you must put them in
config/sfPostgresDoctrinePlugin/omit.yml file.
The naming of the model is automatically genereted. The main format is:
@@ -87,7 +88,7 @@
* When you building db you do it the same way like for the
sfDoctrinePlugin.
The creation of the schemas, inheritance, relations and object and
enums defined in config/sfPostgresDoctrinePlugin/types.yml files is automatical.
- If in model or schemas are some views you must put them in
config/sfPostgresDoctrinePlugin/views.yml file to ommit generation process for
them.
+ If in model or schemas are some views you must put them in
config/sfPostgresDoctrinePlugin/omit.yml file (before it was views.yml but
plugin has backward compability and also check this file) to omit generation
process for them.
## Inheritance
* in schema.yml file the only information is
Modified: plugins/sfPostgresDoctrinePlugin/VERSION
===================================================================
--- plugins/sfPostgresDoctrinePlugin/VERSION 2010-09-01 06:33:17 UTC (rev
30795)
+++ plugins/sfPostgresDoctrinePlugin/VERSION 2010-09-01 06:54:35 UTC (rev
30796)
@@ -1 +1 @@
-1.1.22
+1.1.23
Modified: plugins/sfPostgresDoctrinePlugin/package.xml
===================================================================
--- plugins/sfPostgresDoctrinePlugin/package.xml 2010-09-01 06:33:17 UTC
(rev 30795)
+++ plugins/sfPostgresDoctrinePlugin/package.xml 2010-09-01 06:54:35 UTC
(rev 30796)
@@ -20,7 +20,7 @@
<date>2010-09-01</date>
<version>
<release>1.1.22</release>
- <api>1.1.22</api>
+ <api>1.1.23</api>
</version>
<stability>
<release>stable</release>
@@ -609,5 +609,23 @@
* mstrzele: add checking of existens for yaml config
files
</notes>
</release>
+ <release>
+ <version>
+ <release>1.1.23</release>
+ <api>1.1.23</api>
+ </version>
+ <stability>
+ <release>stable</release>
+ <api>stable</api>
+ </stability>
+ <license uri="http://www.symfony-project.com/license">
+ MIT license
+ </license>
+ <date>2010-09-01</date>
+ <license>MIT</license>
+ <notes>
+ * mstrzele: update README file
+ </notes>
+ </release>
</changelog>
</package>
--
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.