codiad/components/install
2019-03-03 16:27:59 -03:00
..
sql Added SQL install file compatible with SQLite for future use, when all queries and PDO connections has been adapted to support this new database 2019-03-03 16:27:59 -03:00
process.php Improved install process removing SQL code from process.php file and creating one file per database type 2019-03-03 16:13:26 -03:00
view.php Changed $path to __DIR__ for config location, Updated auto reload variables, Removed unload listener for auto reload, Changed project default to array so that if no projects exist the program does not crash, Updated autosave to use let instead of vars, Fixed capitalization for sideExpanded variable, Added try catch to pdo initialization on install, Added more error checks on install, Removed password function on install query, Changed default settings array, Added loading div to user delete, Updated queries that threw errors when a default value was zero, Added blank username and password check, 2019-02-09 16:14:27 -05:00