Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Module\Setup: Don't access static variable as non static. | Harald Eilertsen | 2024-06-12 | 1 | -3/+3 |
| | |||||
* | Module\Setup: Pass all required params for the template. | Harald Eilertsen | 2024-06-12 | 1 | -0/+2 |
| | | | | | | Non-existing keys in the array passed to the template causes a warning. Also make optional parts of the template actually optional by skipping them if the value is empty. | ||||
* | Upgrade test framework to PHPUnit 10.5 | Harald Eilertsen | 2024-05-27 | 1 | -1/+1 |
| | |||||
* | Reduce some global state and add some docs | Harald Eilertsen | 2024-04-18 | 1 | -3/+3 |
| | |||||
* | Deprecate *_config() functions in core. | Harald Eilertsen | 2024-03-24 | 1 | -3/+4 |
| | |||||
* | require the intl extension for | Mario | 2024-02-14 | 1 | -0/+5 |
| | |||||
* | require bcmath or gmp extension | Mario | 2024-01-06 | 1 | -0/+7 |
| | |||||
* | add check for sodium on setup | Mario | 2024-01-05 | 1 | -0/+6 |
| | |||||
* | bump php version requirement | Mario | 2022-05-25 | 1 | -2/+2 |
| | |||||
* | Merge branch 't0rum-master-patch-68993' into 'master' | Mario | 2022-03-01 | 1 | -2/+2 |
| | | | | | | | | | Typo in Setup.php prevents users from using Postgres See merge request hubzilla/core!2014 (cherry picked from commit 0e2e9321025f87fe9587f3d183adaea6185e4e20) d384f55d Typo in Setup.php prevents users from using Postgres | ||||
* | allow to override the DB charset via the $db_charset variable in .htconfig.php | Mario | 2022-02-10 | 1 | -2/+12 |
| | |||||
* | php8: fix warnings during install procedure | Mario | 2021-03-03 | 1 | -40/+42 |
| | | | (cherry picked from commit 48bae9d4219735bc44f4ee72228d19d3e6b9efc9) | ||||
* | required php version not available but allowed to continue | zotlabs | 2019-04-18 | 1 | -1/+1 |
| | |||||
* | clone systems apps to the extent possible, auto-configure imagick thumbnail ↵ | Zot | 2019-03-18 | 1 | -0/+6 |
| | | | | binary during setup if possible | ||||
* | Update PHP Version check during Setup. | Klaus Weidenbach | 2019-02-21 | 1 | -31/+30 |
| | | | | | Hubzilla 4.0 requires PHP7. The oldest still supported PHP branch is 7.1. So check during Setup for PHP >= 7.1. | ||||
* | Update Zotlabs/Module/Setup.php | phani00 | 2018-12-16 | 1 | -1/+0 |
| | |||||
* | add warning if upload_filesize < 4MB. | phani00 | 2018-12-16 | 1 | -0/+6 |
| | |||||
* | fix setup | zotlabs | 2018-09-19 | 1 | -1/+1 |
| | |||||
* | pdo install check requires namespacing | zotlabs | 2018-09-17 | 1 | -4/+4 |
| | |||||
* | Some improvements to setup checks: image library and pdo support | zotlabs | 2018-09-16 | 1 | -2/+9 |
| | |||||
* | Setup - .htconfig.php write access is now required for automated ↵ | zotlabs | 2018-03-11 | 1 | -8/+12 |
| | | | | installation. [String change - leave in dev for the next release] | ||||
* | fix typos in comment | Felix Wolfsteller | 2017-10-16 | 1 | -1/+1 |
| | |||||
* | some love for the installer | git-marijus | 2017-07-17 | 1 | -11/+16 |
| | |||||
* | start deprecation of server_role | zotlabs | 2017-05-29 | 1 | -7/+1 |
| | |||||
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2017-05-03 | 1 | -1/+6 |
|\ | |||||
| * | add check for php zip extension | Mario Vavti | 2017-05-03 | 1 | -1/+6 |
| | | |||||
| * | get rid of get_app() | zotlabs | 2017-03-31 | 1 | -2/+0 |
| | | |||||
* | | get rid of get_app() | zotlabs | 2017-03-28 | 1 | -2/+0 |
| | | |||||
* | | one role. | zotlabs | 2017-03-09 | 1 | -7/+0 |
|/ | |||||
* | setup: check disabled functions more precisely than using a string match | zotlabs | 2017-01-05 | 1 | -2/+7 |
| | |||||
* | setup: a bit more text cleanup | zotlabs | 2016-12-04 | 1 | -1/+1 |
| | |||||
* | setup: we actually don't require proc_open any more, so remove that check. | zotlabs | 2016-12-04 | 1 | -9/+3 |
| | |||||
* | text syntax | zotlabs | 2016-12-04 | 1 | -1/+1 |
| | |||||
* | setup changes to check for shell_exec and exec functions | zotlabs | 2016-12-04 | 1 | -10/+21 |
| | |||||
* | update setup and install documents for PDO and the freebsd issue with | zotlabs | 2016-10-27 | 1 | -3/+3 |
| | | | | dns_get_record() | ||||
* | [TASK] Update Doxyfile and fix Doxygen errors. | Klaus Weidenbach | 2016-10-13 | 1 | -120/+131 |
| | | | | | | Updated Doxyfile to include new folders. Add a list for @hooks tags. Fixed some parsing problems for Doxygen. | ||||
* | even more backslashes | redmatrix | 2016-10-03 | 1 | -1/+1 |
| | |||||
* | more tag filtering in setup | redmatrix | 2016-09-29 | 1 | -11/+11 |
| | |||||
* | issue #537 - angle bracket characters in DB password not recognised | redmatrix | 2016-09-28 | 1 | -18/+18 |
| | |||||
* | couple of minor issues with dba namespace during install and enotify::format ↵ | redmatrix | 2016-09-18 | 1 | -1/+1 |
| | | | | referencing an unknown variable | ||||
* | Before throwing a 'smarty3 dir does not exist' fatal error, try and create ↵ | redmatrix | 2016-08-28 | 1 | -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 initialised | redmatrix | 2016-08-28 | 1 | -2/+3 |
| | |||||
* | allow changing the server role - as well as configuring any of the three ↵ | redmatrix | 2016-08-23 | 1 | -4/+15 |
| | | | | options during installation | ||||
* | server role management, part 1 | redmatrix | 2016-08-22 | 1 | -1/+1 |
| | |||||
* | use config system.server_role and deprecate 'UNO' | redmatrix | 2016-08-07 | 1 | -12/+12 |
| | |||||
* | remove check for mcrypt | Mario Vavti | 2016-07-10 | 1 | -5/+0 |
| | |||||
* | comment on the setup page about the possible need for intermediate certs. | redmatrix | 2016-06-27 | 1 | -2/+8 |
| | |||||
* | fix remote_channel(), update php minversion requirement | redmatrix | 2016-05-29 | 1 | -2/+2 |
| | |||||
* | more work associated with DBA and index.php shuffle | redmatrix | 2016-05-24 | 1 | -33/+8 |
| | |||||
* | relocate index and db | redmatrix | 2016-05-24 | 1 | -12/+14 |
| |