Changes between Version 9 and Version 10 of DeveloperGuidelines/Sahana2Migration
- Timestamp:
- 07/02/14 19:55:27 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Sahana2Migration
v9 v10 1 == Help for Developers Migrating from Sahana2 == 2 '''Note: As of January 2012, BZR/Launchpad info for eden is deprecated. Please visit the GitHub page. Thanks.'''[[BR]] 1 == Help for Developers Migrating from Sahana Vesuvius == 3 2 4 3 From PHP to Web2Py: 5 4 * http://web2py.com/AlterEgo/default/show/106 6 5 7 From CVS to Bzr:8 * http://bazaar-vcs.org/BzrForCVSUsers6 From Bzr to Git: 7 * DeveloperGuidelines/Git 9 8 10 9 === Files Layout === … … 14 13 {{{inst/mysql-dbcreate.sql}}}[[BR]] 15 14 {{{conf/sysconf.inc}}}[[BR]] 16 * Model ({{{mod els/*.py}}})15 * Model ({{{modules/s3db/*.py}}}) 17 16 {{{www/res}}} 18 17 * {{{/static}}} 19 18 {{{inc/lib_form.inc}}} 20 * {{{mod els/01_crud.py}}}19 * {{{modules/s3/s3crud.py}}} 21 20 22 21 23 22 === Options fields === 24 Sahana 2has a generic 'field_options' table for storing Options fields.23 Sahana Vesuvius has a generic 'field_options' table for storing Options fields. 25 24 26 Sahana 3uses a separate table for each lookup list.25 Sahana Eden uses a separate table for each lookup list. 27 26 28 27