summaryrefslogtreecommitdiff
path: root/resources/views/setup
AgeCommit message (Expand)AuthorFilesLines
2026-02-21The correct name for Postgres is PostgreSQLGreg Roach1-1/+1
2026-02-10Fix: #5313 - replace hideshowpassword plugin with vanillaJSGreg Roach4-7/+7
2025-08-24Fix: #5210 - Show socket path as disabled instead of readonlyGreg Roach1-1/+1
2025-08-24Fix: #5210 - Be clear that MariaDB is supported as well as MySQLGreg Roach1-1/+1
2025-08-15fixed #5207: memory_limit = -1 means unlimited (#5208)Bert Koorengevel1-2/+2
2025-01-06Add PhpService so we can mock/test calles to ini_get(), etc.Greg Roach1-1/+2
2024-03-31Refactoring class DBGreg Roach1-4/+5
2023-11-04Rework setup page for MySQL to highlight distinction between localhost and ne...Greg Roach3-39/+66
2023-07-14Remove unused codeGreg Roach1-1/+0
2022-12-23Fix: #4680 - wrong baseurl detected if query-parameters added during setupGreg Roach1-1/+1
2022-10-03Fix: #4567 - typo in name of driver for SQL-ServerGreg Roach2-2/+2
2022-09-06CodeStyleGreg Roach10-0/+20
2022-05-18Update bootstrap 5 markup for select elements. See #4412Greg Roach1-1/+1
2022-05-02Outdated bootstrap markupGreg Roach7-26/+26
2022-02-18PHPdocGreg Roach8-115/+115
2022-01-23Bootstrap5 needs explicit spacing between form rowsGreg Roach7-26/+26
2021-12-03Add default value to template for config.ini.phpGreg Roach1-0/+1
2021-09-01Use wt- namespace for data attributesGreg Roach4-4/+4
2021-08-18Upgrade Bootstrap from 4 to 5. Fixes: #3673. Fixes: #3400.Greg Roach6-52/+48
2021-07-27Prefer lower case for buttonsGreg Roach4-4/+4
2021-07-27Fix: #3920 - hide/show password text is not translatedGreg Roach4-4/+4
2021-04-27Fix: #2909 - table prefix cross-platform compatibilityGreg Roach3-3/+3
2021-02-08CodeStyleGreg Roach10-1/+168
2020-09-26Fix: setup wizard fails to detect base_url when it contains spacesGreg Roach1-1/+1
2020-05-09Clarify that we support MariaDB and Percona, in addition to MySQLGreg Roach1-1/+3
2019-12-03Apply PSR12 code style to templatesGreg Roach9-11/+47
2019-10-18Avoid empty(), as it can be unpredicatableGreg Roach1-1/+1
2019-10-14Move business logic from controller to serviceGreg Roach1-1/+1
2019-10-12Fix: #2621 - set baseurl during setupGreg Roach2-0/+6
2019-10-11Working on routingGreg Roach8-8/+0
2019-10-06Working on routingGreg Roach8-8/+8
2019-09-23Fix typoGreg Roach1-1/+1
2019-08-28Fix: #2560 - Validation of database namesGreg Roach4-15/+4
2019-08-16Fix: #2537 - long table prefixes break migration scriptsGreg Roach4-4/+4
2019-04-15Add autocomplete attribute to login/registration formsGreg Roach4-7/+7
2019-04-14Refactor the bootstrap processGreg Roach1-2/+3
2019-03-09Remove out-of-date warning2.0.0-alpha.5Greg Roach1-4/+0
2019-03-02Simplify setup wizard. Autologin after setupGreg Roach1-0/+8
2019-02-22Add PHP driver checks to setup wizardGreg Roach8-29/+29
2019-02-22Update port numbers for PostgreSQL and SQL ServerGreg Roach3-6/+7
2019-02-22Add experimental support for non-mysql databasesGreg Roach9-115/+475
2018-12-27Use illuminate/database for migrations and seedsGreg Roach1-3/+3
2018-10-12Use .phtml extension for template filesGreg Roach6-0/+0
2018-10-04Code styleGreg Roach6-276/+276
2017-11-21Use laravel-style e() function to escape HTML in viewsGreg Roach5-59/+54
2017-11-13Warning messages during setupGreg Roach1-1/+1
2017-11-05Refactor setup wizard to use MVC and front-controllerGreg Roach6-0/+356