Add concept of initial data
We should move initial data out of the install SQL file, which will make way for a few things: * Internationalization -- which breaks the migrater model currently. Moving the data outside the install script makes it translatable without changing the SQL hash * Review -- Migrations which add more data don't highlight new features that need review to the adminsitrator
Showing
- README.md 1 addition, 0 deletionsREADME.md
- include/Spyc.php 1084 additions, 0 deletionsinclude/Spyc.php
- include/class.error.php 9 additions, 0 deletionsinclude/class.error.php
- include/class.template.php 31 additions, 2 deletionsinclude/class.template.php
- include/class.yaml.php 41 additions, 0 deletionsinclude/class.yaml.php
- include/i18n/en_US/templates/staff.pwreset.yaml 20 additions, 0 deletionsinclude/i18n/en_US/templates/staff.pwreset.yaml
- include/staff/tpl.inc.php 6 additions, 0 deletionsinclude/staff/tpl.inc.php
- main.inc.php 1 addition, 0 deletionsmain.inc.php
- setup/test/tests/class.test.php 1 addition, 0 deletionssetup/test/tests/class.test.php
Loading
Please register or sign in to comment