Commit Graph

578 Commits

Author SHA1 Message Date
Matthew Vale
2fbd4e2aae Added check
will now throw if the config.lua could not be opened for writing
2015-11-26 11:23:52 +00:00
Matthew Vale
4746deab5b Migrated styling into template 2015-11-25 15:31:33 +00:00
Matthew Vale
9a0f56668d Updated detected configuration 2015-11-25 15:19:00 +00:00
Matthew Vale
e7347283ca Changed countries list to be retrieved from new countries class
disabled next on change of language
2015-11-24 16:27:04 +00:00
Matthew Vale
352f03198e Resolved install issues, environment now in tact enough to run app_defaults 2015-11-18 17:30:43 +00:00
Matthew Vale
cc001acb4a Merge remote-tracking branch 'remotes/fusionpbx/master' into Install_Rewrite 2015-11-18 17:08:37 +00:00
Matthew Vale
0f40a48c2b Initial Rewrite 2015-11-17 17:02:38 +00:00
Matthew Vale
b8ead99a14 added support to name the languages
added remaining flags i have from the famfamfam set and renamed them to country names
2015-11-17 16:20:14 +00:00
Matthew Vale
b073d792d5 fix to use phrases_dir
changed phrases_dir to be dealt with inside app_defaults.php so it is retrieved once like the other paths
2015-11-03 11:16:05 +00:00
Matthew Vale
35762486e1 reverted so branch is consistent for patch 2015-11-02 17:32:43 +00:00
Matthew Vale
fee216cc13 changed phrases_dir to be dealt with inside app_defaults.php so it is retrieved once like the other paths 2015-11-02 09:53:42 +00:00
markjcrane
9429de42be Update translation for de-at. 2015-10-29 09:43:57 -06:00
markjcrane
95bd565178 A few minor adjustments. 2015-10-10 16:41:46 -07:00
markjcrane
9c0487cfb3 Add dialplan detail inline and group. 2015-10-10 16:35:04 -07:00
markjcrane
f9664b5d03 Complete the sql string. 2015-10-10 16:27:57 -07:00
markjcrane
cf06d0cc83 Add code to update dialplan timezone per domain when setting the time_zone on the domain settings. 2015-10-10 15:43:11 -07:00
markjcrane
1bef4bd443 DRY out the code a little. 2015-10-10 15:41:51 -07:00
markjcrane
46ecf1b80d A few more adjustments to make the time_zone setting save to vars.xml. 2015-10-10 13:21:24 -07:00
markjcrane
a91bfefc27 Correct the syntax and make it more efficient. 2015-10-10 12:09:37 -07:00
markjcrane
ca91db528f When timezone is set in default settings update freeswitch timezone variable. 2015-10-10 11:26:55 -07:00
markjcrane
33897a3abd Change xml handler load balancing to xml_handler/resources/scripts/directory/directory.lua["fs_path"] 2015-10-08 11:03:48 -07:00
markjcrane
a3d64af450 Move the xml handler expire and debug settings to config.lua. 2015-10-08 08:34:35 -07:00
markjcrane
3e533e968e Add default settings -> domain -> bridge -> text -> outbound to avoide loopback however loopback is also an option. 2015-10-07 10:45:28 -07:00
markjcrane
a7079e337c Adding autocomplete="off" back in case browser developers realize there are legitimate reasons to use it. 2015-09-19 18:02:31 -06:00
markjcrane
6e11352ff7 Another case where autocomplete creates a problem. New user account creation does not benefit from autocomplete. It assumes the user is the currently logged in user which is not what you want on a form to add new users. This code adds an autocomplete honey pot to defeat the browser developers poor assumption. 2015-09-19 17:51:16 -06:00
markjcrane
f8aa2ec207 Browser developers disabled autocomplete in most browser. A move that makes an assumption that autocomplete is always good. In this particular case it creates a bug. There are a few legitimate reasons to disable autocomplete. In this case I'm disabling it as we are only updating the password when its provided by the user. In this case the user may be and administrator changing a user a password in this case autocomplete would offer the wrong password. Another case have two password fields that must match if both passwords are empty then the passwords are not updated allowing for other user settings to be updated. 2015-09-19 17:42:02 -06:00
markjcrane
aebea2c55d Remove the is_numeric on format_phone. 2015-09-15 21:53:14 -06:00
markjcrane
1319723eae Remove a space and replace with a tab. 2015-09-09 09:43:00 -06:00
markjcrane
f9a7759a9f Update the domain code separate the domain code from the presentation. 2015-09-07 23:14:39 -06:00
markjcrane
7cfd5da369 Change the format to display the count. 2015-09-04 22:06:09 -06:00
markjcrane
4e9c06901a Show the number of users and move the registration count to the front. 2015-09-04 21:51:51 -06:00
markjcrane
d781e2bb1b Fix the session rotate default setting type and value. 2015-08-21 11:25:40 -06:00
markjcrane
560086d6c4 Add a new default settings -> security -> session_rotate. 2015-08-21 11:21:08 -06:00
markjcrane
8eacfbcb40 Change the email defaults. 2015-08-15 19:41:07 -06:00
markjcrane
288b3097a5 Remove domain parent which is confusion and expectations of it working in some particular way. 2015-08-13 16:55:42 -06:00
Alexey Melnichuk
3e16e69adb Revert "Revert "Change. Use require "resources.functions.config" to load co…" 2015-08-11 05:06:33 +03:00
FusionPBX
2a2dd209df Revert "Change. Use require "resources.functions.config" to load config file." 2015-08-10 11:50:29 -06:00
FusionPBX
559aa61fbd Merge pull request #1053 from moteus/require_config
Change. Use `require "resources.functions.config"` to load config file.
2015-08-10 11:31:35 -06:00
markjcrane
c8f87ac7e2 Move the email settings into default settings app_defaults.php. 2015-08-03 10:11:41 -06:00
root
fead5df810 Add latest translations 2015-08-02 23:42:11 +00:00
markjcrane
e6ff9576ce Add a permission check to core/domain_settings/domain_edit.php. 2015-07-25 22:52:57 -06:00
markjcrane
a0bf30e2c6 Domain name edit only perform the actions if the features are installed. 2015-07-24 14:05:02 -06:00
markjcrane
089f270957 Only include if the domain_setting_edit permission has been assigned to the current user. 2015-07-24 08:59:13 -06:00
markjcrane
9e24112904 Remove setting the domain array again as its redundant. 2015-07-23 17:51:39 -06:00
markjcrane
d676c5ee17 Fix a problem with groups not showing up on PHP 5.5.9. 2015-07-22 16:02:06 -06:00
Alexey Melnichuk
3da348fff0 Change. Use require "resources.functions.config" to load config file.
Change. Move `script_dir` definition into config file.
2015-07-22 13:20:51 +04:00
markjcrane
b8f9b423c7 Improve code to update the scripts directory. 2015-07-20 15:32:52 -06:00
Alexey Melnichuk
243dffe949 Change. Use odbc connector if there exists odbc database
It needs because on windows FreeSWITCH builds without native support PostgreSQL.
2015-07-13 15:04:33 +04:00
FusionPBX
a6d8f7068c Merge pull request #1012 from moteus/issues_1006
Use long string syntax to generate `config.lua` file.
2015-07-10 08:56:32 -03:00
markjcrane
44245e760f Add AR eg translation. 2015-07-05 23:13:46 -06:00