Development

Changeset 20148

You must first sign up to be able to contribute.

Changeset 20148

Show
Ignore:
Timestamp:
07/13/09 14:17:30 (4 years ago)
Author:
tonio
Message:

[sfMapFishPlugin] Complete documentation, update package template file.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/sfMapFishPlugin/branches/1.2/README

    r19583 r20148  
    4040        [php] 
    4141        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']); 
    4247         
    4348  * 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  
    66  <description>MapFish Server</description> 
    77  <lead> 
    8     <name>Camptocamp</name> 
     8    <name>Antoine Abt</name> 
    99    <user>tonio</user> 
    1010    <email>antoine.abt@camptocamp.com</email> 
    1111    <active>yes</active> 
    1212  </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> 
    1319  <date>##CURRENT_DATE##</date> 
    1420  <version> 
     
    2026    <api>##STABILITY##</api> 
    2127  </stability> 
    22   <license uri="http://www.symfony-project.org/license">MIT license</license> 
     28  <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD license</license> 
    2329  <notes>-</notes> 
    2430  <contents> 
     
    4349  </dependencies> 
    4450  <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> 
    4699</package>