reliberate
2b6f51024d
Theme: Integrate ability to use Google Fonts.
2016-05-05 12:57:08 -06:00
markjcrane
68da8f9fe2
Remove an extra parenthesis on domain_delete.php.
2016-04-29 16:13:44 -06:00
markjcrane
15a922cbf2
Correct the syntax.
2016-04-29 16:09:39 -06:00
markjcrane
6df5aa0dde
Check additional arrays to see if they are exist before using them in a foreach.
2016-04-29 16:04:10 -06: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
fd313a7c66
fixes so cli installs/upgrades work.
...
Also another step along the way allowing freeswitch to run -u -g freeswitch and fusionpbx to run -u -g www-data
2016-04-25 21:26:26 -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
5ca4307ef1
Combine some of the default settings.
2016-04-14 20:11:47 -06:00
reliberate
debf81d9e2
Default/Domain/User Settings: Handle boolean value for menu_main_icons setting.
2016-04-05 17:24:22 -06:00
reliberate
14973b5c97
Functions: Enhance img_spacer() function.
...
Dialplan Edit: Integrate img_spacer() to fix row divider.
Default/Domain/User Settings: Use img_spacer() function for color swatches.
Contact Times: Adjust for recent changes on img_spacer() function.
2016-04-01 19:44:26 -06:00
reliberate
cd7843b7f3
Apps: Integrate ability to set paging via a Default/Domain/User Setting (domain > paging > numeric).
2016-03-28 23:02:11 -06:00
reliberate
7c5176cf41
Theme: Add additional Settings to control the style of various elements, remove old css classes.
...
Default/Domain/User Settings: Add color previews in list view.
2016-03-28 22:29:15 -06:00
reliberate
7a2fc74481
Enhance: Default Theme - enable menu style and positioning options.
2016-03-25 19:38:57 -06:00
reliberate
13e3aa4fa8
Added: Bootstrap Framework - initial integration.
...
Added: Bootstrap Plugins - DateTimePicker, ColorPicker (in multiple apps)
Added: Default Theme - responsive
Removed: RightJS Framework - no longer needed.
Removed: Accessible Theme - superseded by Default theme.
Removed: Minimized Theme - superseded by Default theme.
Enhanced: Menu - responsiveness added.
Enhanced: Dashboard - responsiveness added.
Etc.
2016-03-25 16:29:20 -06:00
reliberate
be721b1686
Default/Domain/User Settings: Uncheck the 'Check All' checkbox for a category when a subcategory item is unchecked.
...
Default Settings: Hide the 'Check All' checkboxes when using the search.
2016-03-17 08:45:07 -06:00
mafoo
4131a70c02
BugFix-Translation-True_False
...
fixed various uses of ucwords() to render true/false to use
$text[label-*] instead
2016-03-11 11:34:52 +00:00
markjcrane
2378db990f
Remove the limit on the setting value of 255 as it blocks the length fax footer.
2016-03-07 12:04:07 -07:00
reliberate
4191676600
Settings: Only allow Admin to Add/Edit authorized settings.
2016-02-29 12:06:18 -07:00
reliberate
017c946e16
Settings: Add interface for User Settings, add ability for Admin to manage (own) Domain and User Settings.
2016-02-29 11:39:46 -07:00
reliberate
03f1f3a6db
Default/Domain Setting: Bypass browser password manager prompt when saving.
2016-02-25 18:38:19 -07:00
markjcrane
5a06f486af
Rename .project.ROOT to project_root.php this conforms better with current file naming standards.
2016-02-22 14:01:18 -07:00
Mafoo
ad324f4744
changed throw Exception to die
...
nothing ever eval runs the root.php so changed to die to cause a immediate report of error and stop code processing.
2016-01-20 11:30:31 +00:00
Mafoo
2669f6f1a9
Added check for if .project.ROOT is missing
...
If a installation is missing the .project.ROOT previously it would just use the last search path as the project root (wrong) this will cause a Exception should it be unable to find it
2016-01-18 09:38:16 +00:00
markjcrane
23b4b7c9bf
Change $_SERVER['DOCUMENT_ROOT'].PROJECT_PATH to $_SERVER["PROJECT_ROOT"].
2016-01-17 00:01:13 -07:00
Matthew Vale
b20a38f454
added logic in cli mode to chdir to the correct directory first
...
the webserver would normally do this for us, but we need to do it
2016-01-14 16:25:05 +00:00
Matthew Vale
173ae7001d
Added full logic to support cli as well
2016-01-13 17:38:54 +00:00
Matthew Vale
b81748bd22
change to use '/' instead of DIRECTOR_SEPERATOR
2016-01-12 14:47:50 +00:00
Matthew Vale
1ad1c31b27
Rollout of root.php
2016-01-12 13:55:39 +00:00
markjcrane
4b7e7fce06
Minor adjustments.
2015-12-20 22:46:52 -07:00
Matthew Vale
f8684de1cf
First pass on core/*
2015-12-10 10:09:07 +00:00
reliberate
7611b33ecc
Domain Edit/Create: Use file_exists instead of isset on recordings directory path check.
2015-12-08 11:24:47 -07:00
markjcrane
ff8b838b5e
After removing domain name from the default recordings dir path need to add the domain name every where the recordings directory is currently used.
2015-12-06 13:37:35 -07: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
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
288b3097a5
Remove domain parent which is confusion and expectations of it working in some particular way.
2015-08-13 16:55:42 -06: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
reliberate
73f2c21674
Upgrade: Converted Advanced > Upgrade to use Git instead of SVN (untested).
...
Misc: Added provisions elsewhere to account for .git/* files, as currently done with .svn/* files.
2015-07-02 17:25:41 -06:00
Mark Crane
2448a092b0
Add latest translations
2015-06-30 13:30:02 +00:00
Mark Crane
f438ccef0f
Add latest translations
2015-06-29 22:30:02 +00:00
Mark Crane
2b69ac00d7
Synchronize the translations.
2015-06-06 02:37:26 +00:00
Nate Jones
c036329ca7
Domains: Require Name on add.
2015-05-21 19:12:42 +00:00
Nate Jones
ab403f5f3c
Language file merge from translation server.
2015-05-01 11:13:39 +00:00