Changeset 20148
- Timestamp:
- 07/13/09 14:17:30 (4 years ago)
- Files:
-
- plugins/sfMapFishPlugin/branches/1.2/README (modified) (1 diff)
- plugins/sfMapFishPlugin/branches/1.2/lib/PostGis (deleted)
- plugins/sfMapFishPlugin/branches/1.2/package.xml.tmpl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/sfMapFishPlugin/branches/1.2/README
r19583 r20148 40 40 [php] 41 41 YourModelTable extends sfMapFishTable 42 43 * Unset the geometric column from the configure method of the form in lib/form/doctrine/YourModelForm.class.php: 44 45 [php] 46 unset($this['the_geom']); 42 47 43 48 * You're now ready to generate a MapFish module tied to this Model, by the way of the mapfish:generate-module built-in task: plugins/sfMapFishPlugin/branches/1.2/package.xml.tmpl
r19018 r20148 6 6 <description>MapFish Server</description> 7 7 <lead> 8 <name> Camptocamp</name>8 <name>Antoine Abt</name> 9 9 <user>tonio</user> 10 10 <email>antoine.abt@camptocamp.com</email> 11 11 <active>yes</active> 12 12 </lead> 13 <developer> 14 <name>Francois Van Der Biest</name> 15 <user>fvanderbiest</user> 16 <email>francois.vanderbiest@camptocamp.com</email> 17 <active>yes</active> 18 </developer> 13 19 <date>##CURRENT_DATE##</date> 14 20 <version> … … 20 26 <api>##STABILITY##</api> 21 27 </stability> 22 <license uri="http://www. symfony-project.org/license">MITlicense</license>28 <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD license</license> 23 29 <notes>-</notes> 24 30 <contents> … … 43 49 </dependencies> 44 50 <phprelease></phprelease> 45 <changelog></changelog> 51 <changelog> 52 <release> 53 <version> 54 <release>1.0.2</release> 55 <api>1.0.0</api> 56 </version> 57 <stability> 58 <release>beta</release> 59 <api>beta</api> 60 </stability> 61 <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD license</license> 62 <license>BSD</license> 63 <date>2009-06-26</date> 64 <notes>* fvanderbiest: documentation update</notes> 65 </release> 66 <release> 67 <version> 68 <release>1.0.1</release> 69 <api>1.0.0</api> 70 </version> 71 <stability> 72 <release>beta</release> 73 <api>beta</api> 74 </stability> 75 <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD license</license> 76 <date>2009-06-10</date> 77 <license>BSD</license> 78 <notes> 79 * tonio: add missing GeoJSON lib and fixes typo in README 80 </notes> 81 </release> 82 <release> 83 <version> 84 <release>1.0.0</release> 85 <api>1.0.0</api> 86 </version> 87 <stability> 88 <release>beta</release> 89 <api>beta</api> 90 </stability> 91 <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD license</license> 92 <date>2009-06-10</date> 93 <license>BSD</license> 94 <notes> 95 * tonio: initial 1.0 beta realease 96 </notes> 97 </release> 98 </changelog> 46 99 </package>