markjcrane
c3b12c217d
Cleanup the indentation ... tabs and whitespace after the last pull request.
2016-04-28 16:56:44 -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
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
5974b686e9
Apps: Integrate ability to set paging via a Default/Domain/User Setting (domain > paging > numeric).
2016-03-28 23:02:11 -06:00
reliberate
d5c60df4fc
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
mafoo
77c72c8d7c
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
af18c963c0
Rename .project.ROOT to project_root.php this conforms better with current file naming standards.
2016-02-22 14:01:18 -07:00
blackc2004
ddd1e35185
fix if_permission
2016-02-15 11:19:18 -08:00
mafoo
5c1da9533e
Fix for when a conference room has no admins
...
If a conference room had no admins it would become impossible to see it in the GUI
This fix makes it possible for a admin or super admin to view rooms in this state.
this uses a new permission "conference_room_view_all"
2016-02-05 09:47:42 +00:00
mafoo
90e9b0a149
Corrected selected statements
2016-02-03 17:32:07 +00:00
mafoo
22fe132900
Fix for phrases are actually phrase_uuid not phrase_name.domain_uuid
2016-02-03 15:08:28 +00:00
Mafoo
56b34c34ca
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
markjcrane
812856e92a
Add a few more permission checks to conference_room_edit.php
2016-01-18 22:06:45 -07:00
markjcrane
c5d40cb305
Merge branch 'master' of https://github.com/fusionpbx/fusionpbx
2016-01-18 14:15:36 -07:00
markjcrane
6eeaa99ccb
Move the sql queries from the content in conference_room_edit.php
2016-01-18 14:15:21 -07:00
Mafoo
87dbd6b428
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
6999198492
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
a41e89af76
Added full logic to support cli as well
2016-01-13 17:38:54 +00:00
Matthew Vale
0176d30312
change to use '/' instead of DIRECTOR_SEPERATOR
2016-01-12 14:47:50 +00:00
Matthew Vale
e6ad46cfbf
Rollout of root.php
2016-01-12 13:55:39 +00:00
Matthew Vale
f5bfeffe18
First pass on app/*
2015-12-10 10:12:41 +00:00
markjcrane
cde9debb29
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
4043d1c48b
Remove v_conference_center_users as v_meeting_users was used instead.
2015-09-07 14:52:15 -06:00
markjcrane
1393201847
Escape the $ for $domain_uuid.
2015-08-06 00:14:46 -05:00
markjcrane
bcf1363277
Add destination details to several app_config.php files.
2015-08-04 14:52:10 -06:00
markjcrane
193137ffa6
Make the title-<app name> more consistent. Use underscore in the label name instead of a dash. Dash is used between label type and the label name.
2015-08-03 15:17:05 -06:00
markjcrane
2ea4148f99
Change from if_group to if_permission which is preferred in most cases.
2015-07-27 14:57:37 -06:00
Mark Crane
96c10412f7
Add latest translations
2015-06-15 19:30:00 +00:00
Mark Crane
63f1b8f8b2
Sync the recent translations
2015-06-13 05:35:54 +00:00
Mark Crane
4699d4c8e8
Synchronize the translations.
2015-06-06 02:37:26 +00:00
Nate Jones
63cd5bb78e
Language file merge from translation server.
2015-05-01 11:13:39 +00:00
Nate Jones
c03bcd76bb
Conference Center: Add ability to use a Phrase for the Greeting, resolving Issue 921 and Issue 818.
2015-04-17 18:41:31 +00:00
Mark Crane
3b8b7ad0ca
Update the translations from the translation server. Includes the following new languages Brazilian Portuguese, Polish, and Swedish Sweden. Thanks to those that put in the effort to add these languages additional translator volunteers are welcome.
2015-04-08 13:38:58 +00:00
Nate Jones
4d3e4cb815
Conference Center: Change PIN Length field to operate as a 'minimum pin length'. Added translation of error messages.
2015-02-25 18:15:16 +00:00
Nate Jones
ded7cb3266
Visual adjustments.
2015-02-15 11:57:14 +00:00
Nate Jones
0018e553c4
Visual adjustments.
2015-02-15 07:59:02 +00:00
Nate Jones
996e89c396
Removal of colon next to form label names.
2015-02-15 06:50:00 +00:00
luis daniel lucio quiroz
178cda0d0a
support for created_by
2015-02-13 22:17:42 +00:00
luis daniel lucio quiroz
162b19cda1
only superadmins and admins can assign a user
2015-02-13 21:17:02 +00:00
luis daniel lucio quiroz
c4eae5ea12
conference menu for users
2015-02-13 20:29:08 +00:00
Nate Jones
18589125d3
Conferences: Visual adjustments, fixed Active Conferences links.
...
Active Conferences: Reworked/renamed permissions, removed Active Conference from the User's menu (addressing Issue 662), misc visual adjustments.
Conference Center: Misc visual adjustments.
2015-02-12 02:09:59 +00:00
Mark Crane
98c6d8e180
When adding or deleting a conference center clear memcache correctly.
2015-01-29 10:17:56 +00:00
Mark Crane
c5755666cb
Add the text class to more of the applications.
2015-01-18 10:06:08 +00:00
Mark Crane
bee6b9ae5e
Update the memcache reference to use the new cache PHP class.
2015-01-16 00:21:02 +00:00
Mark Crane
9369fd8d0d
Move the menu array to app_menu.php
2014-12-26 03:27:54 +00:00
Mark Crane
bbf2a3badc
Add app_menu.php files for the menu.
2014-12-25 19:32:57 +00:00
Nate Jones
11e5531c91
Conference Rooms: Adjust Description column width of list.
2014-11-30 05:32:07 +00:00
Nate Jones
6a51e3d4e2
Conference Rooms: Adjust colspan.
2014-11-30 05:28:20 +00:00
Nate Jones
c3f22c83aa
Conference Center: Added room name field.
2014-11-30 03:43:04 +00:00
Nate Jones
904de1933f
Conference Center: Lua script mods for Room Schedule (start/stop) functionality completed.
2014-11-30 03:08:02 +00:00