Changes between Version 9 and Version 10 of DeveloperGuidelines/Sahana2Migration


Ignore:
Timestamp:
07/02/14 19:55:27 (10 years ago)
Author:
Fran Boon
Comment:

--

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 ==
    32
    43From PHP to Web2Py:
    54 * http://web2py.com/AlterEgo/default/show/106
    65
    7 From CVS to Bzr:
    8  * http://bazaar-vcs.org/BzrForCVSUsers
     6From Bzr to Git:
     7 * DeveloperGuidelines/Git
    98
    109=== Files Layout ===
     
    1413{{{inst/mysql-dbcreate.sql}}}[[BR]]
    1514{{{conf/sysconf.inc}}}[[BR]]
    16  * Model ({{{models/*.py}}})
     15 * Model ({{{modules/s3db/*.py}}})
    1716{{{www/res}}}
    1817 * {{{/static}}}
    1918{{{inc/lib_form.inc}}}
    20  * {{{models/01_crud.py}}}
     19 * {{{modules/s3/s3crud.py}}}
    2120
    2221
    2322=== Options fields ===
    24 Sahana2 has a generic 'field_options' table for storing Options fields.
     23Sahana Vesuvius has a generic 'field_options' table for storing Options fields.
    2524
    26 Sahana3 uses a separate table for each lookup list.
     25Sahana Eden uses a separate table for each lookup list.
    2726
    2827