FusionPBX
aaeba6ccbd
Update time_condition_edit.php
2016-08-29 20:56:00 -06:00
FusionPBX
e477eb09d1
Update time_condition_edit.php
...
Complete global time conditions.
2016-08-17 15:54:16 -06:00
FusionPBX
2750381024
Update time_condition_edit.php
...
Fix the global label for time conditions.
2016-08-17 15:30:23 -06:00
FusionPBX
311d4fc161
Update app_config.php
...
Add time condition domain.
2016-08-17 15:19:11 -06:00
FusionPBX
d40baf6ecc
Update time_condition_edit.php
2016-08-17 15:14:56 -06:00
SJS87
31a8444fa5
Update to time_condition_edit.php ( #1803 )
...
When using 'time-of-day' it's not currently possible to specify a range which will finish at the end of the day.
This is a minor adjustment to allow the 'time-of-day' range to finish at 23:59.
2016-08-11 10:04:53 -06:00
SJS87
7929ef8a22
Time of day routing conversation fixed. ( #1802 )
...
This is a minor bug which is fixed with a few minor adjustments, this doesn't appear to have caused us any major problems in production.
Valid values for 'minute-of-day' in FreeSWITCH are 1-1440, the page is currently converting 'time-of-day' to 'minute-of-day' as 0-1439, the fix will correct the values to 1-1440.
Sources:
https://wiki.freeswitch.org/wiki/Time_of_Day_Routing
2016-08-11 10:01:21 -06:00
FusionPBX
9222f0f856
Update time_conditions.php
2016-08-04 19:17:21 -06:00
FusionPBX
e428332e64
Update time_condition_edit.php
...
Fix the time condition edit and improve the indentation on the code.
2016-08-04 18:46:39 -06:00
markjcrane
6e29a95909
Add nowrap to time_condition_edit.php to correct a layout problem.
2016-06-26 11:20:13 -06:00
markjcrane
3abaff004c
Check the missing array has content before processing it.
2016-05-04 00:22:35 -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
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
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
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
markjcrane
f5002bec99
Re-add the time condition dialplan button label.
2016-03-22 23:52:37 -06:00
markjcrane
c4332db765
Time condition hide the group label as it uses too much vertical space and the group number is provided by default.
2016-03-22 23:39:23 -06:00
FusionPBX
b53164ac93
Merge pull request #1468 from mafoo/WhitespaceClean-app/batch_1
...
WhitespaceClean-app/batch_1
2016-03-11 13:35:41 -07:00
mafoo
e410824380
WhitespaceClean-app/batch_2
...
whitespace pass over files
for reference regex that was used s/[ \t]+(\r?\n)/\1/
2016-03-11 12:01:24 +00:00
mafoo
d408cf2fbc
WhitespaceClean-app/batch_1
...
whitespace pass over files
for reference regex that was used s/[ \t]+(\r?\n)/\1/
2016-03-11 11:56:29 +00: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
b76a1a4b4f
First pass on app/*
2015-12-10 10:12:41 +00:00
markjcrane
8db0341392
Time condition fix alignment of the arrow button by adding style nowrap and 3 pixel padding.
2015-11-19 22:32:34 -07:00
Matthew Vale
b3937d9410
added England bank holidays
...
currently it is not possible to integrate floating days (Christmas falling on a Sunday causing Tuesday to become holiday)
or Easter, as it isn't a fixed rule for what day
2015-11-03 15:15:33 +00:00
Matthew Vale
8e9c961a18
bugfix when retrieving region
2015-11-03 14:34:29 +00:00
Matthew Vale
f53cf0ec41
initial rewrite of time_conditions
2015-11-03 14:23:52 +00:00
markjcrane
e393ea821a
Move the time condition group to a location to make better use of the vertical space.
2015-10-24 18:55:24 -06:00
koldoa
e519a4fd94
Languages updates
2015-10-22 10:59:50 +02:00
koldoa
bfbe3abdc3
More Formatting
2015-10-22 10:58:45 +02:00
koldoa
a4e64efa7f
Formatting
2015-10-22 10:54:19 +02:00
koldoa
d90b080913
Ability to order the time conditions
2015-10-22 10:45:57 +02:00
markjcrane
b960fa00e6
Add select dialplan_context as context to fix the context for time conditions.
2015-08-11 13:13:58 -06:00
markjcrane
bf96d4afc1
Add the missing echo.
2015-08-07 13:39:25 -05:00
markjcrane
d590df4b61
Make time condition use the new destinations class.
2015-08-06 15:24:42 -05:00
markjcrane
15ca076e09
Escape the $ in the domain_uuid variable.
2015-08-05 18:17:39 -05:00
markjcrane
5c8a6dd7fe
Add destination details to several app_config.php files.
2015-08-04 14:52:10 -06:00
markjcrane
2b89eaedc8
Change title-time-conditions to title-time_conditions.
2015-08-03 15:53:48 -06:00
root
fead5df810
Add latest translations
2015-08-02 23:42:11 +00:00
markjcrane
f2bca9ce5f
Remove minute from time conditions as its better to use one of the other options.
2015-07-18 12:20:09 -07:00
Mark Crane
fb9a2bc9b6
Add latest translations
2015-06-30 12:30:02 +00:00
Mark Crane
6654507706
Add latest translations
2015-06-15 19:30:00 +00:00
Mark Crane
b64c850a9a
Sync the recent translations
2015-06-13 05:35:54 +00:00
Mark Crane
2b69ac00d7
Synchronize the translations.
2015-06-06 02:37:26 +00:00
Mark Crane
6a31f2de45
Remove the underscore to fix the syntax.
2015-05-21 20:34:59 +00:00
Mark Crane
0ee195fd6b
Missed str_len add it back.
2015-05-21 20:32:00 +00:00
Mark Crane
a3933aa1fd
If the time condition preset array name doesn't match a translation then use the nae from the array.
2015-05-21 20:28:42 +00:00
Nate Jones
ab403f5f3c
Language file merge from translation server.
2015-05-01 11:13:39 +00:00
Mark Crane
f80e2c5d3c
Add dialplan add temporary permissions.
2015-04-30 01:17:47 +00:00
Mark Crane
3d0e258f30
Fix the permissions for admin using the time conditions and dialplan -> destinations.
2015-04-29 23:22:36 +00:00
Nate Jones
36e9a69163
Time Conditions: Correct comments.
2015-04-13 19:57:09 +00:00
Nate Jones
d4f3db618d
Time Conditions: Convert time-of-day to minute-of-day values, due to inconsistent behavior for time-of-day.
2015-04-13 19:36:45 +00:00
Mark Crane
d6636aee17
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
luis daniel lucio quiroz
ee92e7fadc
not short-tags on time-conditions
2015-03-25 13:30:26 +00:00
Nate Jones
6680e41956
Time Conditions: Changed Advanced button (top) to Dialplan instead.
2015-03-22 00:25:55 +00:00
Nate Jones
060af354eb
Time Conditions: Use break instead of space when adding additional 'Advanced' description.
2015-03-22 00:10:52 +00:00
Nate Jones
014191f047
Time Conditions: Change how preset destinations function (when a Preset is checked, the Alternate Destination is required and used, unless a Default Destination is selected, or a Destination is set on the individual Presets themselves. Interface also adjusts if Presets are NOT available.
2015-03-21 23:55:20 +00:00
Nate Jones
0e7e9c9ff4
Time Conditions: Add clarity to Preset description.
2015-03-18 05:23:33 +00:00
Nate Jones
c8ad51b6a0
Time Conditions: Fixed destination select box problem mentioned in Issue 876 - reworked switch_select_destination() function.
2015-03-18 05:17:28 +00:00
Nate Jones
535f62a1e1
Time Conditions: Fix for Issue 881 (Advanced button) and Issue 882 (Delete issue).
2015-03-17 19:02:48 +00:00
Mark Crane
8448a2f504
Fix the time condition back button link.
2015-03-15 05:27:13 +00:00
Mark Crane
ee2f31d4e9
Update the translations for time conditions.
2015-03-15 05:17:18 +00:00
Mark Crane
f5990a29a4
Filter for the time condition app_uuid.
2015-03-15 04:55:05 +00:00
Mark Crane
ced14d93dd
Add time conditions list and delete so that permissions can be used to allow users to use it.
2015-03-15 03:36:51 +00:00
Mark Crane
2cecd0643b
Time condition remove the break never on the destination_number.
2015-03-09 19:35:35 +00:00
Nate Jones
a21846b195
Time Conditions: Properly load "Alternate Destination" action on edit, and some other logic fixes.
2015-03-07 20:56:40 +00:00
Mark Crane
86cc3fe196
Change the anti-action to an action for the alternate destination because it is the last dialplan group and has a condition that will always match when the time condition destination number is called.
2015-03-07 11:09:11 +00:00
Nate Jones
eaaa7d0258
Time Conditions: Remove condition group if no action is defined.
2015-03-06 22:31:55 +00:00
Nate Jones
525e1df6a9
Time Conditions: Implemented time-of-day variable.
2015-03-05 13:34:59 +00:00
Nate Jones
b004a901d7
Time Conditions: Another fix.
2015-03-05 12:45:22 +00:00
Nate Jones
8170e5188c
Time Conditions: Another fix.
2015-03-05 12:37:36 +00:00
Nate Jones
5176bd53db
Time Conditions: Few more bugs squashed.
2015-03-05 12:02:26 +00:00
Nate Jones
dfb361531d
Time Conditions: Still under construction, but almost finished.
2015-03-05 11:15:11 +00:00
Nate Jones
930306ab32
Time Conditions: Remove debug code.
...
Dialplan Manager: Set width on checkbox column.
2015-02-25 10:09:22 +00:00
Nate Jones
3647421bf1
Time Conditions: Editable.
2015-02-25 09:52:12 +00:00
Mark Crane
7f75b4f415
Additional work to get the time condition edit to save to the database. Not completed yet.
2015-02-24 19:29:10 +00:00
Mark Crane
475f2d4a3d
Additional work on time conditions plan to finish it tonight or tomorrow.
2015-02-11 16:34:03 +00:00
Mark Crane
8c33d8d493
More work to get the new time conditions to save to the database.
2015-02-09 18:20:44 +00:00
Mark Crane
1f3c2a92e4
Next phase of work on time conditions edit to hide time settings for the preset holidays.
2015-02-08 08:34:24 +00:00
Mark Crane
b412709734
Time condition edit set the action and anti-action.
2015-02-05 06:59:32 +00:00
Mark Crane
124aa45f02
Time condition update the indentation and get time condition details from the database.
2015-02-03 15:30:41 +00:00
Mark Crane
b98a475d80
Unset the generic $array variable to prevent duplicates in app -> default settings.
2015-01-24 20:56:10 +00:00
Mark Crane
4a04ff4cc0
Prevent duplicates on the time conditons presets and make it more efficient to load the default settings.
2015-01-24 10:22:16 +00:00
Nate Jones
b17af46313
Time Conditions: Overhaul (on Add only, so far).
2015-01-24 04:10:37 +00:00
Nate Jones
fbb48feb0d
Use the new multi-lingual code on fusionpbx/app sub directories.
2015-01-18 10:04:43 +00:00
Mark Crane
91bfa85bac
Update the memcache reference to use the new cache PHP class.
2015-01-16 00:21:02 +00:00
Mark Crane
ddca77629e
Move the menu array to app_menu.php
2014-12-26 03:27:54 +00:00
Mark Crane
6d98ffc320
Add app_menu.php files for the menu.
2014-12-25 19:32:57 +00:00
Mark Crane
95ad819b31
Fix the time condition dialplan detail order.
2014-12-16 22:14:42 +00:00
Philippe Rioual
22f04d0556
updated / enhanced french translations
2014-10-29 08:51:56 +00:00
Mark Crane
2a38d563db
Remove the back slashes on time conditions templates
2014-08-30 18:10:13 +00:00
Nate Jones
8d052b636b
Misc: jQuery goodness for Advanced buttons.
2014-07-07 19:33:17 +00:00
Nate Jones
dcba27e7ac
Time Conditions, select box mods.
2014-04-27 10:24:54 +00:00