aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Setup.php
Commit message (Collapse)AuthorAgeFilesLines
* Before throwing a 'smarty3 dir does not exist' fatal error, try and create ↵redmatrix2016-08-281-2/+2
| | | | it. We did try and create it during install, but the template processor is initalised long before we get to that code (and throws that ugly error).
* create smarty dir before any templates can be initialisedredmatrix2016-08-281-2/+3
|
* allow changing the server role - as well as configuring any of the three ↵redmatrix2016-08-231-4/+15
| | | | options during installation
* server role management, part 1redmatrix2016-08-221-1/+1
|
* use config system.server_role and deprecate 'UNO'redmatrix2016-08-071-12/+12
|
* remove check for mcryptMario Vavti2016-07-101-5/+0
|
* comment on the setup page about the possible need for intermediate certs.redmatrix2016-06-271-2/+8
|
* 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