summaryrefslogtreecommitdiffstats
path: root/install.php
Commit message (Collapse)AuthorAgeFilesLines
* Remove 32bit supportSimon Rettberg2023-11-151-0/+5
| | | | | | | int is always the native word size, and we don't really test anything on 32bit OSes anymore. 32bit support already required ugly workarounds in the past for large file sizes and ip2long, so we can finally get rid of those and just put an initial check in install.php.
* Add function param/return types, fix a lot more phpstorm complaintsSimon Rettberg2023-11-141-39/+42
|
* Roundup of issues reported by PHPStormSimon Rettberg2023-11-021-2/+1Star
| | | | Mostly redundant checks, logic errors, dead code, etc.
* [news] Fix install: Falsely reported UPDATE_DONE every timeSimon Rettberg2023-07-181-1/+3
|
* install.php: Fix charset upgrade statementSimon Rettberg2022-07-061-2/+6
|
* install.php: Quote table and column namesSimon Rettberg2022-06-011-3/+4
|
* [statistics] Adapt hw-data parsing to new json format for displaySimon Rettberg2022-03-091-1/+1
|
* Moderize Database handlingSimon Rettberg2021-05-111-4/+44
| | | | | | | * Auto-convert to utf8mb4_unicode_520_ci * Use foreach instead of while to loop over results * Drop useless statement caching * Keep emulated prepares, as we sometimes loop over nested queries
* [locations/rebootcontrol] Change ENUM constants; display next eventSimon Rettberg2021-03-171-0/+11
|
* Add missing changesSimon Rettberg2021-03-171-1/+22
|
* Fix some typos (found by codespell)Stefan Weil2019-12-141-1/+1
| | | | Signed-off-by: Stefan Weil <sw@weilnetz.de>
* install.php: Workaround for MariaDB on Debian 10Simon Rettberg2019-10-311-1/+4
|
* [exams] Fix creating global examSimon Rettberg2019-07-031-2/+5
|
* [install.php] tableHasIndex -> tableGetIndexSimon Rettberg2019-07-031-3/+3
|
* install.php: Resolve conflicts before adding constraintSimon Rettberg2019-03-061-1/+14
|
* Fix UUID handling; refactor constraints for machineuuidSimon Rettberg2019-02-211-27/+57
|
* Fix A LOT of type problems, logic flaws, uninitialized variables etc.Simon Rettberg2017-12-161-0/+5
| | | | | Most of them were found by phpstorm, so I put in some time and went through the list, fixing quite a bunch of them.
* <install.php> add another button at the topSimon Rettberg2017-12-011-1/+4
|
* Installer: Properly check preconditions for adding constraintsSimon Rettberg2017-11-241-3/+8
|
* Installer: Add more helper functions (constraints, response)Simon Rettberg2017-11-241-1/+57
|
* install.php fix phpdoc typeSimon Rettberg2017-07-171-1/+1
|
* [install.php] Add functions for getting and deleting constraintsSimon Rettberg2017-06-231-0/+41
|
* also allow users to edit the help.Christian Klinger2016-06-241-1/+7
| | | | The code is still a little ugly.
* [install] Implement install scripts for most modulesSimon Rettberg2016-06-081-4/+19
|
* [install] Work on install mechanism so modules can independently ↵Simon Rettberg2016-06-061-0/+240
install/update tables