The documentation wiki has moved to http://wiserplatform.org/documentation/
I put up a new release (build-r69) today, the main changes being:
* Upgraded tinymce to work with FF3
* Added basic validation for entity creation / editing (see wiki for more
info)
* MUCH simplified entity creation process (very close to out of the box
functionality)
New entity creation process:
1. Do the normal platform installation (install.sh & setup.sh)
2. To create a new entity, run "php clean_names.php" (the name of the
script will change to something more descriptive, any ideas?)
3. Answer the 3 entity name questions and whether the entity is revisable
or not.
The scripts will then create the table, create the symfony module, adjust
the bases of the classes etc. It should even handle irregular plural names
and multi-word names too.
This will give you an entity with just a name attribute. You will have
create / edit / browse functionality. If you want to add more properties to
the entity:
* Add you new fields to the new table
* Rebuild the model files (rebuild.sh)
* Make changes to the actions class for the module
When you have a chance, please let me know if you find any issues.
|