Commit Graph

37 Commits

Author SHA1 Message Date
Mafoo 2575da1a06 Enhance-Multiple messages display (#2702)
Store messages by mood so they can be grouped up
change default mood to positive and add a default colour to catch messages with a wrong mood
migrate settings so upgrading vs new is consistent
2017-06-21 08:27:05 -06:00
Mafoo 02719901b4 dos2unix (#2682)
find . -name "*.php" | xargs dos2unix
2017-06-12 22:09:36 -07:00
FusionPBX bf890dcf0c Update app_defaults.php 2017-01-13 13:51:54 -07:00
reliberate 6db9b1f4fb Music on Hold: Support multiple global categories. Support for changing moh domain. Support for managing additional stream parameters (shuffle, stereo, interval, chimes, custom moh paths, etc). Enhanced file system housekeeping.
Theme: Enhanced audio playback progress indicator.  Added settings to control body icon normal/hover colors.
VM Greetings: Updated to support new audio playback indicator (more apps to come shortly).
Group Permissions: Prevent enter key submission on search field.
2016-06-21 15:56:15 -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
reliberate ad1ae95415 Theme: Additional settings to control domain name (selector), menu toggle icon, and logout icon color and hover colors separately.
Adminer: Added ability to login automatically.
2016-06-01 22:04:00 -06:00
reliberate 2b6f51024d Theme: Integrate ability to use Google Fonts. 2016-05-05 12:57:08 -06:00
markjcrane 3abaff004c Check the missing array has content before processing it. 2016-05-04 00:22:35 -06:00
reliberate a8c447354b Theme: Set default background color for sub menu. 2016-05-03 12:23:13 -06: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 4a564a1215 Use a more efficient way to add the default settings. 2016-04-15 09:24:55 -06:00
reliberate e6ce059454 Theme: Rework login settings, add settings to enable ability control login page background image(s) and color(s) separately from standard background image(s) and color(s). 2016-04-12 16:18:50 -06:00
reliberate 1f1f8abd03 Theme: Integrate settings to control button styles and form input styles.
Dashboard: Remove table row hover and pointer cursor if not linked.
2016-04-11 17:52:58 -06:00
reliberate fdbec32268 Theme: Add setting to control Login box width. 2016-04-08 15:01:29 -06:00
reliberate 507b50959a Theme: Add setting to control border radius of Dashboard blocks. 2016-04-08 10:58:18 -06:00
reliberate 7e8920d196 Fun Stuff: http://pasteboard.co/1ormWYp.png
Login: Add settings to style Reset Password (and related) text links, add (disabled) settings to display domain name field.
Theme: Add settings to control login box border size, color, radius and padding.  Explicitly defined placeholder text color/opacity (where possible).
2016-04-07 19:35:39 -06:00
reliberate 75ec879ff9 Theme: Integrate settings to customize the style of edit form tables (label, field, heading and row cells).
Editor: Prevent / (slashes) in clip name.
Dialplan Editor: Code cleanup, and minor adjustments for theme compatibility.
Functions: Add option to check_str() to skip string trim.
2016-04-07 12:00:19 -06:00
reliberate f1b52c017a Theme: Add settings to control main and sub menu border size, color and corner radius. 2016-04-05 19:38:50 -06:00
reliberate 885f43a43d Theme: Correct menu_main_icons to boolean type. 2016-04-05 16:47:55 -06:00
reliberate b6b3ec8ce6 Theme: Add settings to hide main menu icons, to control main menu text size and font, and sub menu text size and font. 2016-04-05 16:41:58 -06:00
reliberate 5ca3ffb981 Dashboard: Style tweaks. 2016-03-30 15:07:38 -06:00
reliberate 539489640b Dashboard: Integrate Settings to control theme/style of Dashboard elements. 2016-03-30 14:41:45 -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
markjcrane 192b52fc55 Update themes/app_defaults to reduce database selects. 2016-03-27 03:34:16 -06:00
reliberate c618cbd4d5 Merge branch 'master' of https://github.com/fusionpbx/fusionpbx 2016-03-27 02:33:40 -06:00
reliberate 10e82f63ba Theme: Added defaults (in the code) for the footer/copyright if missing in Settings. 2016-03-27 02:33:27 -06:00
markjcrane 8c444b9a3a Merge branch 'master' of https://github.com/fusionpbx/fusionpbx 2016-03-27 02:31:29 -06:00
markjcrane b1b69046d4 Change the login background. 2016-03-27 02:31:13 -06:00
reliberate ed69324807 Theme: Adjustment to defaults. 2016-03-27 02:17:45 -06:00
reliberate 4a43824913 Theme: Remove login_opacity from app_defaults - no longer necessary. 2016-03-27 01:27:29 -06:00
reliberate 8a19a20d7f Theme adjustments and fixes.
Flesh out Theme Default Settings descriptions.
2016-03-27 00:32:19 -06:00
markjcrane 6b657b0ef1 Fix a spelling mistake. 2016-03-25 20:17:34 -06:00
markjcrane da6297918e Remove two deprecated default settings and a missing one. 2016-03-25 20:14:39 -06:00
markjcrane 8053c07a02 Make the code more efficient adding the theme default settings. 2016-03-25 19:45:39 -06:00
markjcrane f5a1802282 Remove the extra $x++; 2016-03-25 19:27:43 -06:00
markjcrane 181e26144e Add default settings to control the new theme. 2016-03-25 19:22:26 -06:00
markjcrane 8cdadc0ea4 Move the app_defaults.php from theme/enhanced to themes/default. 2016-03-25 17:26:28 -06:00