Harry G. Coin
bda6861f88
\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
8731afb5e2
Use a more efficient way to add the default settings.
2016-04-15 09:24:55 -06:00
markjcrane
67e1e7b798
Combine some of the default settings.
2016-04-14 20:11:47 -06:00
reliberate
ca591d2b5a
Settings: Paging - Modify description to include "Default: 50".
2016-03-28 23:08:20 -06:00
reliberate
5974b686e9
Apps: Integrate ability to set paging via a Default/Domain/User Setting (domain > paging > numeric).
2016-03-28 23:02:11 -06:00
markjcrane
836a41ddbb
Minor adjustments.
2015-12-20 22:46:52 -07:00
markjcrane
8c9ca17e5c
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
8a9ea414a6
Fix the session rotate default setting type and value.
2015-08-21 11:25:40 -06:00
markjcrane
0a41b069fc
Add a new default settings -> security -> session_rotate.
2015-08-21 11:21:08 -06:00
markjcrane
25a3dd946f
Change the email defaults.
2015-08-15 19:41:07 -06:00
markjcrane
4ed7adeebc
Move the email settings into default settings app_defaults.php.
2015-08-03 10:11:41 -06:00
Mark Crane
71ab763488
Add switch call_center dir to default settings.
2015-03-21 06:03:58 +00:00
Nate Jones
cdd7f3bc4d
Add UUID field to Language table population.
2015-01-18 11:09:04 +00:00
Nate Jones
4a6ce360b4
Rename & move Languages table creation/population to core.
2015-01-18 10:59:42 +00:00
Mark Crane
5e0d82c06d
Unset the prepared statements used in the app_defaults.php files.
2014-07-23 22:00:03 +00:00
Mark Crane
3153315da2
Add code to change switch gateways dir to switch sip_profiles dir. Update the domain settings.
2014-03-22 01:00:46 +00:00
Nate Jones
3e92395a69
Changed password_length Default Setting back to current value of 10, instead of 15.
2014-03-13 21:11:43 +00:00
Nate Jones
55aada9d3c
Added Default Settings allowing control of system generated password lengths and strengths. Consistified (new word) password generation between Extension add and edit. Layout adjustment of Default Settings list.
2014-03-13 21:09:41 +00:00
Mark Crane
7ab948b20f
Fix the test to see if the domain language code is being set and optimize it.
2012-10-30 08:56:49 +00:00
Mark Crane
e4162371dd
Add a check to ensure that the language code is set for those that are upgrading.
2012-10-19 19:57:30 +00:00
Mark Crane
17af99d5e5
Efficiency enhancement for upgrade and upgrade_schema by running global tasks one time rather than for each domain.
2012-08-14 21:59:45 +00:00
Mark Crane
af103e9c41
Add a missing file sip_profile_copy.php to the dev branch.
2012-06-04 14:58:40 +00:00