Commit Graph

119 Commits

Author SHA1 Message Date
reliberate
75717d1d60 Adminer: Fix and simplify previous auto-login feature (controlled by Default Setting). 2016-06-09 14:13:10 -06:00
FusionPBX
fd115c685c Update template.php
Remove a character that accidently made it in a commit.
2016-06-08 17:32:08 -06:00
FusionPBX
d47bc75315 Update template.php
Change the default logo.
2016-06-08 17:28:01 -06:00
Mafoo
96d576fc7a 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
0f07828d0c Security: Integrate Settings and necessary functions to enforce password complexity requirements.
Theme: Add basic password strength indicator bar.
Default Settings: Also verify correct Type (name) on Upgrade > App Defaults.
User: Show Nickname in Contact select if no Given or Family name.
Password Reset: Integrate hide and convert password fields method to prevent browser prompt.
2016-06-02 18:26:32 -06:00
reliberate
30f437139c 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
5c8df26aa2 Theme: Don't add URL to main menu item if a submenu exists. 2016-05-24 18:21:26 -06:00
reliberate
8755205681 Theme: Fix login footer, simplify and optimize code. 2016-05-21 17:38:23 -06:00
reliberate
58cac0b990 Theme: Code cleanup, optimize CSS. 2016-05-20 19:08:10 -06:00
reliberate
36bb44c932 Theme: Make DateTimePicker on CSS .datepicker class available by default. 2016-05-17 13:44:42 -06:00
reliberate
df22a29ed4 Theme: Integrate ability to use Google Fonts. 2016-05-05 12:57:08 -06:00
reliberate
aee6df28e5 Theme: Move CSS to external file. 2016-05-04 12:55:56 -06:00
markjcrane
097a5d8ade Check the missing array has content before processing it. 2016-05-04 00:22:35 -06:00
reliberate
17852a040e Theme: Set default background color for sub menu. 2016-05-03 12:23:13 -06:00
reliberate
5a178625d5 Menu Manager: Add ability to customize main and sub menu icons. 2016-05-02 14:42:06 -06:00
reliberate
7599b8f96b Theme: Enable body style on public pages (still excludes default login). 2016-05-02 10:52:15 -06:00
markjcrane
339b5425c2 Disable more of the horizontal login code plan on reworking and using as an option later. 2016-04-29 15:33:52 -06:00
markjcrane
19eae3dd72 Move the comment in template.php. 2016-04-29 11:38:56 -06:00
markjcrane
e5e2f92592 Remove the horizontal login form. 2016-04-29 11:23:13 -06:00
markjcrane
c3b12c217d Cleanup the indentation ... tabs and whitespace after the last pull request. 2016-04-28 16:56:44 -06:00
FusionPBX
d57a44ae23 Merge pull request #1557 from hcoin/fix-warnings
Mariadb 10.1, Freeswitch 1.6, Ubuntu Xenial LTS, Ldaps, warnings enabled, cli install/upgrade
2016-04-28 14:43:06 -06:00
reliberate
3b1a6aa34a Theme: Restore display: inline-block on login body. 2016-04-28 13:05:34 -06:00
Harry G. Coin
f02028629a 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
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
Harry G. Coin
8abe003a71 The goal is to increase confidence in fusionpbx, one step is to run by default with error_reporting (E_ALL ^ E_NOTICE);
So, please find in this set numerous small changes which eliminate numerous php warning messages.

Also, a small bug fix in an sql statistics routine, naming a count(*) field as count, so displaying correct detail.

If any of the proposed changes are omitted, the relevant page will experience php warnings.

There are no doubt fusionpbx pages I've yet to visit that still generate warnings, this set is nearly certainly not comprehensive.
2016-04-25 20:19:58 -05:00
reliberate
f1300d1ac6 Theme: Revert CSS change.
Contacts: Change email input field type to 'text' instead of 'email'.
2016-04-25 10:34:39 -06:00
reliberate
bb93aea5ba Theme: Add input[type=email] to styles. 2016-04-25 10:26:17 -06:00
markjcrane
c99caf57bb Fix the install path for the redirect. 2016-04-15 18:39:12 -06:00
markjcrane
8731afb5e2 Use a more efficient way to add the default settings. 2016-04-15 09:24:55 -06:00
reliberate
aeabb4a072 Misc: Fix datetimepicker on Time Conditions, CDR, Contact Times, etc.
Misc: Fix textarea height.
Theme: CSS adjustments to correct misc bugs.
2016-04-13 13:23:07 -06:00
reliberate
f0372faed1 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
8b0c01c772 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
61bd9e214d Theme: Add setting to control Login box width. 2016-04-08 15:01:29 -06:00
reliberate
7fb6bfe639 Theme: Sticky main menu items hover state, padding adjustments. 2016-04-08 14:01:24 -06:00
reliberate
8ec4d785fd Theme: Add setting to control border radius of Dashboard blocks. 2016-04-08 10:58:18 -06:00
reliberate
a887eab36a 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
64ef4b1ab8 Theme: Still show main menu item text on sm viewport if icons off. 2016-04-07 15:59:48 -06:00
reliberate
34a284824e Operator Panel: Fix incorrect block height for active extensions (style issue). 2016-04-07 15:34:24 -06:00
reliberate
91b2d846f4 Footer: Fix spacing in copyright text. 2016-04-07 15:26:40 -06:00
reliberate
5109cc3520 CDR: Fixed export function. 2016-04-07 14:48:12 -06:00
reliberate
6a0465609f Dashboard: Fix issue with Ring Group Forward not saving changes.
Misc: Restore/Fix some missing/botched HTML tags.
2016-04-07 14:14:32 -06:00
reliberate
8af3c09276 Theme: Remove call to old images. 2016-04-07 13:10:59 -06:00
reliberate
157d296b25 Theme: Fix Domain Selector bug. 2016-04-07 13:01:21 -06:00
reliberate
798f94125f 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
486b66ef0f Theme: Fix border rendering issue on edit form tables. 2016-04-05 20:22:29 -06:00
reliberate
0b027b3b90 Theme: Correct CSS so no main/sub menu border by default (really). 2016-04-05 19:59:37 -06:00
reliberate
47668d268b Theme: Correct CSS so no main/sub menu border by default. 2016-04-05 19:52:04 -06:00
reliberate
6573a2b535 Theme: Add settings to control main and sub menu border size, color and corner radius. 2016-04-05 19:38:50 -06:00
reliberate
7ce57d246e Theme: Scroll to top before opening Domain Selector (fixes offset bug). 2016-04-05 18:37:46 -06:00
reliberate
afdd272ebf Theme: Correct menu_main_icons to boolean type. 2016-04-05 16:47:55 -06:00