Alex
b43bcb9a13
Added the heading counter div ( #7124 )
2024-09-06 16:43:42 -06:00
Alex
cb6edd88ef
Added content card to applications ( #7121 )
2024-09-05 17:10:04 -06:00
MarBifrost
906b3edf03
Corrections in Georgian translation ( #7113 )
2024-08-31 10:02:51 -06:00
NorwayFun
aabc2f33a8
Localization: Add full support for Georgian language ( #7110 )
...
* Translating apps to Georgian
* Translating apps to Georgian
* Translating more apps to Georgian
* Translating more apps to Georgian
* Translating more apps to Georgian
* Translating more apps to Georgian
* Translating more apps to Georgian
* Translating theme to Georgian
* Translating core to Georgian
* Translating core to Georgian
* Translating core to Georgian by Marie
* Translating core to Georgian
* Translating resources to Georgian by Marie
* Translating core to Georgian
* fix app_languages.php
2024-08-28 09:59:02 -06:00
FusionPBX
b0aab10872
Simplify the dashboard path
2024-08-21 16:58:44 -06:00
Alex
43d102b51c
Added label enabled dashboard setting ( #7096 )
...
* Added label enabled dashboard setting
2024-08-14 17:44:11 -06:00
markjcrane
22ba339505
Allow one line feed at the end of the file
2024-08-05 18:27:59 -06:00
FusionPBX
77dd833b55
Update some of the dashboard icons
2024-07-30 22:15:38 -06:00
FusionPBX
dc14285cfd
Default setting used for the background color
2024-07-29 12:27:06 -06:00
FusionPBX
7abcda7996
Update the dashboard order
2024-07-29 08:49:01 -06:00
FusionPBX
ef5e39bf5e
Update config.php
2024-07-28 02:33:55 -06:00
FusionPBX
1ad86744b0
Update config.php
2024-07-28 02:28:52 -06:00
FusionPBX
08d9f55038
Update the time conditions icon
2024-07-28 02:19:18 -06:00
FusionPBX
4d6852dc99
Add time conditions dashboard
2024-07-28 02:18:23 -06:00
Anthony
fd22d407b8
Added translations to app files ( #7050 )
...
* Added missing translations to core/xml_cdr
* Added missings translations to app/time_conditions
* Added missing transaltions to app/sip_profiles
* Added missing translations to app/registrations
2024-07-10 17:35:13 -06:00
fusionate
e14dc89488
Time Conditions - Edit: Adjust width of Setting order input width.
2024-05-30 18:57:17 -06:00
FusionPBX
fb7d4e5cc3
Update new extension_range
2024-05-30 18:45:45 -06:00
chansizzle
4cdddba430
Add suggested extension ranges ( #6871 )
2024-05-30 17:58:05 -06:00
fusionate
e81220d997
Time Conditions - Edit: Mitigate PHP 8.x warnings.
2024-05-13 11:22:32 -06:00
fusionate
61c5b6e005
Time Conditions: Better support for date-time based presets.
2024-03-04 12:28:25 -07:00
paulc97
6538e1c6d6
Translations for Emergency Logs and Time Conditions ( #6879 )
...
* Create app_languages.php
* Update emergency.php to use app_language
* Update app_languages.php
add translations for Weekdays and Months
* Update time_condition_edit.php
make month and day of week use translations
2024-02-05 10:53:34 -07:00
Alex
4004a698c4
Added more Greek and Turkish translations ( #6880 )
...
* Update app_menu.php
* Update app_languages.php
* Update app_menu.php
* Update app_languages.php
* Update app_languages.php
* Update app_menu.php
* Update app_languages.php
* Update app_languages.php
* Update app_menu.php
* Update app_languages.php
* Update app_menu.php
* Update app_languages.php
* Update app_languages.php
* Update app_menu.php
* Update app_languages.php
* Update app_languages.php
* Update app_menu.php
* Update app_languages.php
* Update app_menu.php
* Update app_languages.php
* Update app_menu.php
* Update app_languages.php
* Update app_menu.php
* Update app_languages.php
* Update app_menu.php
* Update app_languages.php
* Update app_menu.php
* Update app_languages.php
* Update app_menu.php
* Update app_languages.php
* Update app_menu.php
* Update app_languages.php
* Update app_menu.php
* Update app_languages.php
* Update app_menu.php
* Update app_languages.php
* Update app_menu.php
* Update app_languages.php
* Update app_menu.php
* Update app_languages.php
2024-01-30 16:17:24 -07:00
paulc97
184dbd6d0b
make time_condition_edit.php use time_format var ( #6872 )
...
Use the existing default Varriable time_format to adjust the options of the selects of "hours of day" and "time of day" accordingly
2024-01-20 17:00:58 -07:00
fusionate
c6a924f492
Time Conditions - List: Implement natural sorting of Number column.
2023-10-19 18:54:07 +00:00
fusionate
f1ab4c365e
Destination/Action Select: Implement natural sorting for multiple apps.
2023-10-19 18:02:00 +00:00
FusionPBX
d5f39cf0b2
Call Flow Summary add name, application, link, and a new summary style. Controlled by summary_style setting.
2023-10-12 23:58:11 -06:00
OskarFranck
0773a346c2
Bulk changes of Swedish translations ( #6807 )
...
authored-by: oskfra <oskar.franck@bahnhof.net>
2023-09-28 09:32:34 -06:00
FusionPBX
0e2506aa8b
Prevent an error if all Time conditions presets are disabled
2023-09-01 14:01:47 -06:00
jacobbuscher-bt
719912f453
Fix time conditions using 'minute-of-day' switching 1 minute early ( #6784 )
...
Fix time conditions using 'minute-of-day' switching 1 minute early.
We are augmenting the value saved based on what select option is selected.
12:00 AM - 11:59 PM will now serialize as 1-1439 as expected
11:59 PM - 11:59 PM will now serialize as 1440-1439 which is unexpected behavior due to freeswitch's 'wrap around' behavior but acceptable.
Additional information
minute-of-day 1-1440 minute of the day (midnight = 1, 1am = 60, noon = 720, etc)
2023-08-08 14:24:14 -06:00
frytimo
d7bbcd89f5
Use magic constant dir ( #6711 )
...
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__ to load only functions.php
* replace spaces with tab character
* update dirname command to use levels instead of nesting
* use magic constant __DIR__
* update dirname command to use levels instead of nesting
* Update access_control_edit.php
* Update access_control_import.php
* Update access_controls.php
* Update dnd.php
* Update access_controls_reload.php
* Update call_center_agents.php
* Update call_center_agents.php
* Update fax_queue.php
* Update login.php
* Update pdo.php
* Update pdo_vm.php
* Update switch.php
* Update index.php
* Update css.php
* Update v_mailto.php
* Update fax_to_email.php
---------
Co-authored-by: FusionPBX <markjcrane@gmail.com>
2023-06-15 11:28:23 -06:00
fusionate
93e59f230a
Time Condition - Edit: Updates for PHP 8.1
2023-06-09 15:48:45 +00:00
markjcrane
47bc97347f
Simplify how show all and search
2023-05-25 12:50:11 -06:00
fusionate
7276160030
Time Conditions - Edit: Updates for PHP 8.1
2023-05-24 00:28:55 +00:00
fusionate
66a0d61ad6
Time Conditions - List: Updates for PHP 8.1
2023-05-24 00:28:35 +00:00
fusionate
85314b3a23
Time Conditions [Class]: Updates for PHP 8.1
2023-05-24 00:28:10 +00:00
Alex
a46c5dbfc9
Update translations ( #6688 )
...
* Update app_languages.php
2023-05-12 15:14:59 -06:00
Alex
3e0ec8b752
Add missing translations ( #6673 )
2023-05-09 11:39:02 -06:00
frytimo
fef8165be2
Frytimo pr patches for php8.1 ( #6630 )
...
* Passing null to parameter #2 ($string) of type string is deprecated
* Passing null to parameter #1 ($string) of type string is deprecated
* php 8.1 fixes
* php 8.1 fixes - replace strlen($var) > 0 with !empty($var)
* php 8.1 fixes - replace ${var} with {$var}
* php 8.1 fixes - replace ${var} with {$var}
* php 8.1 fixes - replace ${var} with {$var}
* php 8.1 fixes - replace ${var} with {$var}
* php 8.1 fixes - strlower with null
* php 8.1 fixes - strreplace with null
* php 8.1 fixes - passing null to base64_decode
* php 8.1 fixes - check for false and check for null on $this->dir
* php 8.1 fixes - remove assignment of $db variable to modules object
* php 8.1 fixes - avoid sending null to substr
* php 8.1 fixes - change ${var} to {$var}
* php 8.1 fixes - check for null before preg_replace
* php 8.1 fixes - remove setting db variable on domains object
* php 8.1 fixes - set empty string if $row['domain_setting_subcategory'] is null
* php 8.1 fixes - set empty string if $_REQUEST['show'] is not available
* php 8.1 fixes
* php 8.1 fixes - correct $_POST checking syntax
* php 8.1 fixes - correct $_POST variables
* php 8.1 fixes
* Use brackets consistently
* Update user_setting_edit.php
* Change to not empty
* Update device.php
* Update text.php
---------
Co-authored-by: Tim Fry <tim@voipstratus.com>
Co-authored-by: FusionPBX <markjcrane@gmail.com>
2023-05-05 10:46:37 -06:00
markjcrane
1513bd3301
Add Chinese, Korean, and Japanese translations
2023-05-03 10:36:25 -06:00
markjcrane
28fe89066e
Add Chinese, Korean, and Japanese translations
2023-05-02 22:05:16 -06:00
markjcrane
381b3bdd9f
Add menu translations
2023-05-02 20:30:13 -06:00
fusionate
cea439d213
Time Conditions: Add missing language translations.
2023-04-28 23:14:41 +00:00
trideeindhoven
fba26b3f84
Better NL translations ( #6590 )
...
Co-authored-by: Jeroen Hermans <jeroen@perfectvoip.nl>
2023-03-28 10:24:11 -06:00
Alex
7326cb845a
Set default for enabled ( #6556 )
...
* Set default for enabled
* Update conference_profile_edit.php
* Update call_block_edit.php
* Update conference_control_edit.php
* Update conference_control_detail_edit.php
* Update conference_profile_edit.php
* Update conference_profile_param_edit.php
* Update conference_edit.php
* Update destination_edit.php
* Update device_edit.php
* Update device_profile_edit.php
* Update device_vendor_edit.php
* Update email_template_edit.php
* Update extension_edit.php
* Update module_edit.php
* Update phrase_edit.php
* Update ring_group_edit.php
* Update sip_profile_edit.php
* Update stream_edit.php
* Update time_condition_edit.php
* Update var_edit.php
* Update voicemail_edit.php
* Update call_block_edit.php
* Update default_setting_edit.php
* Update domain_setting_edit.php
* Update domain_edit.php
* Update user_edit.php
* Update bridge_edit.php
* Update sip_profile_edit.php
* Update sofia_global_setting_edit.php
* Update call_flow_edit.php
* Update email_template_edit.php
* Update call_flow_edit.php
* Update bridge_edit.php
* Update email_template_edit.php
* Update sip_profile_edit.php
* Update sofia_global_setting_edit.php
* Update bridge_edit.php
* Update call_flow_edit.php
* Update conference_control_edit.php
* Update sip_profile_edit.php
* Update stream_edit.php
* Update default_setting_edit.php
* Update email_template_edit.php
* Update extension_setting_edit.php
* Update default_setting_edit.php
* Update dashboard_edit.php
* Update dashboard_edit.php
* Update default_setting_edit.php
2023-02-17 14:21:41 -07:00
Alex
a229d1e46c
Add enabled toggle to more pages and bug fix ( #6552 )
...
* Add enabled toggle to more pages and bug fix
* Add device profile enable toggle
* fixed enable on bridge_edit.php
* Fixed enable on call_block_edit.php
* Fixed enable on call_flow_edit.php
* Fixed enable on conference_center_edit.php
* Add conference room enabled toggle
* Fixed enable on conference_control_detail_edit.php
* Fixed enable on conference_control_edit.php
* Fixed enable on conference_profile_edit.php
* Add conference profile param enabled toggle
* Fixed enable on conference_edit.php
* Fixed enabled on device_edit.php
* Fixed enable on extension_edit.php
* Fixed enable on gateway_edit.php
* Fixed enable on number_translation_edit.php
* Fixed enable on phrase_edit.php
* Fixed enable on ring_group_edit.php
* Fixed enable on sip_profile_edit.php
* Fixed enable on stream_edit.php
* Fixed enable on time_condition_edit.php
* Fixed enable on var_edit.php
* Fixed enable on voicemail_edit.php
* Fixed enable on user_edit.php
* Fixed enable on user_setting_edit.php
* Update user_edit.php
* Update bridge_edit.php
* Update call_flow_edit.php
* Update conference_control_edit.php
* Update stream_edit.php
* Fixed enable on default_setting_edit.php
* Fixed enable on domain_edit.php
* Fixed enable on email_template_edit.php
* Fixed enable on module_edit.php
2023-02-14 11:19:02 -07:00
Alex
129d173624
Add enable toggle to more pages ( #6549 )
...
* Add bridge enabled toggle
* Update call_block_edit.php
* Add call flows enabled toggle
* Add conference center enabled toggle
* Add conference control detail enabled toggle
* Add conference control enabled toggle
* Add conference enabled toggle
* Add phrase enabled toggle
* Add stream enabled toggle
* Add voicemail enabled toggle
* Add destination enabled toggle
* Add time condition enabled toggle
* Add default settings enabled toggle
* Add domain enabled toggle
* Add email template enabled toggle
* Add module enabled toggle
* Add number translation enabled toggle
* Add sip profile enabled toggle
* Add switch var enabled toggle
2023-02-13 18:02:01 -07:00
FusionPBX
ec6daa7be0
Add missing required permission.
2023-01-19 16:00:59 -07:00
FusionPBX
bb3b813ce4
Update year range to include years passed
...
This is needed so that if going back to an old time condition see the year it previously had. This provides opportunity to update or remove the old time condition. This provides time to remove the old setting and not confuse it with new years.
2023-01-09 16:49:18 -07:00
markjcrane
d50bcb476a
Replace root.php
2022-10-10 16:35:14 -06:00
FusionPBX
8bdfcb935b
Time condition set to default false.
...
The add was setting condition to dialplan_continue false and update set to true. This changes makes it consistent as both add and update will set dialplan_continue to false.
2022-09-28 12:00:31 -06:00