markjcrane
5e57418d52
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
fbb16be924
Move the comment in template.php.
2016-04-29 11:38:56 -06:00
markjcrane
24569c1c53
Remove the horizontal login form.
2016-04-29 11:23:13 -06:00
markjcrane
bc51cd7d1d
Cleanup the indentation ... tabs and whitespace after the last pull request.
2016-04-28 16:56:44 -06:00
FusionPBX
e97782fbee
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
7a80051a4f
Theme: Restore display: inline-block on login body.
2016-04-28 13:05:34 -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
Harry G. Coin
89e5ecbcdf
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
b1becf5f17
Theme: Revert CSS change.
...
Contacts: Change email input field type to 'text' instead of 'email'.
2016-04-25 10:34:39 -06:00
reliberate
7531cc15e5
Theme: Add input[type=email] to styles.
2016-04-25 10:26:17 -06:00
markjcrane
f03cbc7b1a
Fix the install path for the redirect.
2016-04-15 18:39:12 -06:00
markjcrane
4a564a1215
Use a more efficient way to add the default settings.
2016-04-15 09:24:55 -06:00
reliberate
53b07c67f7
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
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
34117a39e1
Theme: Sticky main menu items hover state, padding adjustments.
2016-04-08 14:01:24 -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
bb1a79462f
Theme: Still show main menu item text on sm viewport if icons off.
2016-04-07 15:59:48 -06:00
reliberate
eaf213f760
Operator Panel: Fix incorrect block height for active extensions (style issue).
2016-04-07 15:34:24 -06:00
reliberate
141f98ffa5
Footer: Fix spacing in copyright text.
2016-04-07 15:26:40 -06:00
reliberate
f07edb407d
CDR: Fixed export function.
2016-04-07 14:48:12 -06:00
reliberate
2ca9bd75e4
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
a839585fdf
Theme: Remove call to old images.
2016-04-07 13:10:59 -06:00
reliberate
ed46da2a11
Theme: Fix Domain Selector bug.
2016-04-07 13:01:21 -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
89c7129169
Theme: Fix border rendering issue on edit form tables.
2016-04-05 20:22:29 -06:00
reliberate
5f7b4efe6f
Theme: Correct CSS so no main/sub menu border by default (really).
2016-04-05 19:59:37 -06:00
reliberate
798b423eba
Theme: Correct CSS so no main/sub menu border by default.
2016-04-05 19:52:04 -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
a973187374
Theme: Scroll to top before opening Domain Selector (fixes offset bug).
2016-04-05 18:37:46 -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
markjcrane
ea84e9f044
Fix the footer in one more location.
2016-04-02 14:26:29 -06:00
markjcrane
284c3e3a91
Translation setup for footer in the default theme.
2016-04-02 14:07:06 -06:00
reliberate
2ca72bd99d
Function: Created key_press function to dynamically generate key detection javascript.
...
Voicemail: Ctrl+A checks all checkboxes, pressing Delete deletes the checked Voicemails.
Editor: Integrated key_press function.
Command: Integrated key_press function.
2016-03-31 17:11:37 -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
ef755cf9da
Theme: Minor CSS tweaks.
...
Ring Groups: Rework forwarding controls - integrate into Dashboard view and Ring Group edit page.
2016-03-29 14:15:01 -06:00
reliberate
264ce386a2
Theme: Fix for background-image not loading in some mobile browsers (Dolphin, Chrome on Android).
2016-03-28 23:46:51 -06:00
reliberate
b29322d684
Theme: Maximize body width and shrink padding in xs view.
2016-03-28 23:39:42 -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
fd54066540
Theme: Replace image-based control icons with Bootstra Glyphicon buttons.
...
Voicemail Messsages: Added ability to toggle message status (saved/new).
2016-03-28 17:50:07 -06:00
reliberate
b52004e822
Theme: Fix wrapping on menu brand text.
2016-03-28 12:49:46 -06:00
Nate
53ec75d5d3
Merge pull request #1514 from moteus/menu_project_path
...
Fix. add `PROJECT_PATH` to menu item url
2016-03-28 11:20:13 -06:00
reliberate
3419a18989
Recordings/CDR: Fix audio playback and progress bar style.
2016-03-28 09:09:33 -06:00
reliberate
b2bfc35f41
Theme: Explicitly set file input class to be inline.
...
MOH: Revert last change.
2016-03-28 08:22:59 -06:00
Alexey Melnichuk
6a015a779a
Fix. add `PROJECT_PATH` to menu item url
2016-03-28 11:25:13 +03:00
markjcrane
f09489599d
Minor adjustment to the theme.
2016-03-27 14:56:53 -06:00
markjcrane
f596590860
Merge branch 'master' of https://github.com/fusionpbx/fusionpbx
2016-03-27 03:34:32 -06:00
markjcrane
192b52fc55
Update themes/app_defaults to reduce database selects.
2016-03-27 03:34:16 -06:00
reliberate
9acbe5a366
Theme: Fix js confirmation on logout icon click (set language variable as global inside menu function).
2016-03-27 03:22:42 -06:00
reliberate
8b360459e1
Theme: Restore footer/copyright on Login page.
2016-03-27 03:09:50 -06:00
reliberate
a3ab81d53b
Command: Correct layout & styles.
2016-03-27 02:54:29 -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
5fd5a33641
Theme: Fixed CSS issue with domain name (selector) style.
2016-03-27 02:09:27 -06:00
reliberate
4a43824913
Theme: Remove login_opacity from app_defaults - no longer necessary.
2016-03-27 01:27:29 -06:00
reliberate
21ded199dd
Theme: Only round bottom menu corners on Static menu style.
2016-03-27 01:03:13 -06:00
reliberate
e7df60e270
Theme: Minor adjustments on Fixed and Static style menus.
2016-03-27 00:46:06 -06:00
reliberate
8a19a20d7f
Theme adjustments and fixes.
...
Flesh out Theme Default Settings descriptions.
2016-03-27 00:32:19 -06:00
reliberate
b066c1c931
Default Template: Removed body_opacity setting - superseded by body_color rgba ability
2016-03-26 21:42:55 -06:00
markjcrane
5eef464cf3
Additional work to improve the install, template and the menu.
2016-03-26 12:22:15 -06:00
markjcrane
6b657b0ef1
Fix a spelling mistake.
2016-03-25 20:17:34 -06:00
markjcrane
d7dbe2d51f
Merge branch 'master' of https://github.com/fusionpbx/fusionpbx
2016-03-25 20:14:59 -06:00
markjcrane
da6297918e
Remove two deprecated default settings and a missing one.
2016-03-25 20:14:39 -06:00
reliberate
88ac4fb2ee
Merge branch 'master' of https://github.com/fusionpbx/fusionpbx
2016-03-25 19:51:18 -06:00
reliberate
00c7ea8016
Fixed: Default Theme - Adjust top body margin when menu position is bottom.
2016-03-25 19:49:52 -06:00
markjcrane
92a57a73ce
Merge branch 'master' of https://github.com/fusionpbx/fusionpbx
2016-03-25 19:46:00 -06:00
markjcrane
8053c07a02
Make the code more efficient adding the theme default settings.
2016-03-25 19:45:39 -06:00
reliberate
7a2fc74481
Enhance: Default Theme - enable menu style and positioning options.
2016-03-25 19:38:57 -06:00
markjcrane
f5a1802282
Remove the extra $x++;
2016-03-25 19:27:43 -06:00
markjcrane
c2d3a61a66
Remove the enhanced theme.
2016-03-25 19:24:45 -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
reliberate
a49337129d
Fixed: Control icon paths for Default theme.
2016-03-25 16:38:20 -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
FusionPBX
eb81998165
Revert "Revert "Revert "search selects"""
2016-03-24 22:25:18 -06:00
FusionPBX
90242c0c60
Revert "Revert "search selects""
2016-03-24 22:03:37 -06:00
FusionPBX
68e728b0b6
Revert "search selects"
2016-03-24 22:02:41 -06:00
blackc2004
128026f3e8
search selects
2016-03-22 15:42:46 -07:00
reliberate
30655054c0
Dashboard: Enhance with priority numbers and additional System Count items.
...
Devices: Fix missing translation.
Voicemails: Fix missing translation.
2016-03-20 03:22:29 -06:00
mafoo
7c01967366
WhitespaceClean-others
...
whitespace pass over files
for reference regex that was used s/[ \t]+(\r?\n)/\1/
2016-03-11 13:58:35 +00:00
reliberate
0b330288f4
CDR: Add missing icon image files.
2016-03-10 16:42:01 -07:00
reliberate
a9237ef3fa
User Dashboard: Add blocks with additional customizable information (voicemail count, missed calls, recent calls, system counts, domain limits, and system status).
...
CDR: Adjust icon status and missed call filter to be more accurate, simplify User's view of CDR, add additional call result filter.
2016-03-10 16:29:47 -07:00
markjcrane
676ef47d34
Move flags to a more standard directory. If they get used by another feature then the flags should be moved to the main fusionpbx/resources/images directory.
2016-03-09 11:12:47 -07:00
markjcrane
b4b86b0478
Fix indentation on the editor.
2016-03-04 13:18:30 -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
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
Matthew Vale
1fd3443ee6
removed redundant code
2015-12-31 16:33:19 +00:00