Commit Graph

24 Commits

Author SHA1 Message Date
sergey-mz
4454067b2d Check Windows ODBC DSN during install (#2798)
* ODBC DSN detection

* Merge remote-tracking branch 'upstream/master'

* Merge remote-tracking branch 'upstream/master'
2017-11-18 22:53:08 -07:00
Mafoo
af23a822aa BugFix - GUI install (#2779)
Fixes to remove some errors in the GUI installer
2017-08-02 10:45:35 -06:00
Alexey Melnichuk
06b62af061 Fix. Load Message class (#2585)
Fix. Use correct way to get text message.
Fix. Use `Database Username` to create database if no `Create Database Username` specified.
2017-05-18 08:43:43 -06:00
FusionPBX
2f1a916c7a Update install.php 2016-12-11 22:59:04 -07:00
Mafoo
1118fd438b BugFix-problem with detect_switch (#1633) 2016-06-08 08:28:44 -06:00
Mafoo
12de451623 Reinstated the detect Configuration (#1624)
it is no longer required for the detect_switch to pass but this
reinstates the ability to change the values and check them with detect
configuration
2016-06-08 07:36:13 -06:00
Mafoo
aa98a4f3a6 update installer to use default theme (#1626)
added support to allow install to use the theme's default settings and
reduce the number of php errors during the installer due to missing
settings
2016-06-08 07:31:45 -06:00
markjcrane
ab911a17f2 Set the footer color. 2016-05-05 13:40:01 -06:00
markjcrane
7b9ca61637 Change the background color of the footer during the install. 2016-05-05 13:33:02 -06:00
mafoo
2004144eba Detect if there is at least one database driver 2016-04-29 21:54:04 +01:00
markjcrane
bc51cd7d1d Cleanup the indentation ... tabs and whitespace after the last pull request. 2016-04-28 16:56:44 -06:00
Harry G. Coin
aaf6bb8f96 Fix to cure uninitialized variable warnings whenever schema is called.
Also many minor warning bug fixes in schema.php
Might as well take the plunge and go to default show warnings.
Uninitialized variable and small bug fixes install fusionpbx
2016-04-25 21:09:14 -05:00
Harry G. Coin
91a92d8e5e \r\n --> \n
Cause all the .php files containing lines ending with \r\n to instead end with \n.

DYI with:

find fusionpbx -type f -name '*.php' -exec dos2unix '{}' \;
2016-04-25 20:30:23 -05:00
markjcrane
651f9806fb Update the install.php. 2016-03-26 19:17:33 -06:00
markjcrane
ac4aef20b0 Change the code in the menu to return immediately if the database object is not ready in this case its not ready until the install.php is finished. 2016-03-26 13:36:00 -06:00
markjcrane
883a0ecdeb Remove the conflict install language is set with the radio buttons. 2016-03-26 13:14:57 -06:00
markjcrane
9c49a0ce54 Remove the fieldset and label as the alignment is not working with bootstrap. 2016-03-26 13:09:22 -06:00
markjcrane
ae125390c3 Adjust the width of the language section of the install. 2016-03-26 12:35:40 -06:00
markjcrane
5eef464cf3 Additional work to improve the install, template and the menu. 2016-03-26 12:22:15 -06:00
markjcrane
90f30c53d7 Fix the install.php. 2016-03-26 09:18:36 -06:00
markjcrane
6631061d70 Set the default theme as the default. 2016-03-25 16:30:35 -06:00
markjcrane
ab4fb51355 Fix the install title. 2016-03-20 13:51:17 -06:00
mafoo
91b61683c0 WhitespaceClean-core/install
whitespace pass over files
for reference regex that was used s/[ \t]+(\r?\n)/\1/
2016-03-11 12:03:29 +00:00
markjcrane
449dc0dfa7 Add the missing .php extension. 2016-02-29 20:07:32 -07:00