Sources
Here you can browse the sources. At the moment there are no oficially released downloads
Setrill
Files
- /
- index.php
- action.php
- cron.php
- script.php
- print.php
- xml.php
- .htacess.new
- reset.sh
- README.md
- classes/
- addon.class.php
- app.class.php
- object.class.php
- object.triggers.class.php
- dataobject.class.php
- dboject.class.php
- extendedobject.class.php
- event.class.php
- module.class.php
- xml.class.php
- 3rdparty/
- .
- addons/
- .
- cache/
- .
- config/
- config.new.php
- doc
- .
- include/
- common.php
- log/
- .
- modules/
- main/
- main.php
- main.class.php
- setrill/
- config/
- .
- cron/
- check-install.php
- exec.php
- get_deploy_file.php
- install.php
- maintenance.php
- config/
- main/
- license/
- gpl-3.0.txt
Downloads
Tasks
Target 0.108
- Set dbobject.class and related as part of database module
- Remove new install filles from deploy files. Obsolete.
- manage 3rd party needs on install
- allow config.new.php to be overridable on application and deploy scopes
- change base_url config, to get always http://{$_SERVER["HTTP_HOST"]}/ as is giving cross origin problems in case we are accessing site from diferent urls.
- change the name for module definition file. Now it should be the module name set on constructor, which does not match to other file naming
Target 0.109
- Create a new module for a standalone setrill web server