aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Setup.php
Commit message (Collapse)AuthorAgeFilesLines
* fix remote_channel(), update php minversion requirementredmatrix2016-05-291-2/+2
|
* more work associated with DBA and index.php shuffleredmatrix2016-05-241-33/+8
|
* relocate index and dbredmatrix2016-05-241-12/+14
|
* renamed include files identity.php (channel.php) and Contact.php ↵redmatrix2016-05-221-1/+1
| | | | (connections.php)
* - Setup: check php version (5.4 required)redmatrix2016-05-051-0/+5
| | | | | | | | | | | | | | | - Comanche: implement conditionals. Currently the only supported tests are true/false for system config settings and supports the following forms: [if $config.system.foo] [widget=widget1][/widget] [else] [widget=widget2][/widget] [/if] [if $config.system.foo] [widget=widget1][/widget] [/if]
* Setup was horked after this commit and I couldn't easily make it right so ↵redmatrix2016-04-251-7/+31
| | | | | | | | reverting - will try again at a future date Revert "remove global db variable" This reverts commit c3b0c0f32a17649503db67f208cce6f9e0cdc322.
* remove global db variableredmatrix2016-04-251-31/+7
|
* module updatesredmatrix2016-04-181-0/+754