Alex
|
a46c5dbfc9
|
Update translations (#6688)
* Update app_languages.php
|
2023-05-12 15:14:59 -06:00 |
Alex
|
10a2d87ee6
|
Add missing translations (#6662)
* Update app_languages.php
* Update app_languages.php
* Update app_languages.php
* Update app_languages.php
* Update app_languages.php
* Update app_languages.php
* Update app_languages.php
* Update app_languages.php
* Update app_languages.php
* Update app_languages.php
* Update app_languages.php
* Update app_languages.php
* Update app_languages.php
* Update app_languages.php
* Update app_languages.php
* Update app_languages.php
* Update app_languages.php
* Update app_languages.php
* Update app_languages.php
* Update app_languages.php
* Update app_languages.php
|
2023-05-05 15:22:22 -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
|
41e87e7f01
|
Add additional languages
|
2023-05-02 20:22:44 -06:00 |
frytimo
|
69bd42af05
|
remove unneeded destruct methods as GC has higher performance (#6631)
Co-authored-by: Tim Fry <tim@voipstratus.com>
|
2023-04-27 20:18:53 -06: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
|
a8deadc38c
|
Update ivr_menu_edit.php (#6554)
* Update ivr_menu_edit.php
* Update extension_setting_edit.php
* Update domain_setting_edit.php
|
2023-02-15 09:52:49 -07:00 |
markjcrane
|
d50bcb476a
|
Replace root.php
|
2022-10-10 16:35:14 -06:00 |
markjcrane
|
eb5c25aa35
|
Add insert_date, insert_user, update_date, update_user to all tables
|
2022-09-18 00:54:37 -06:00 |
agree
|
df1bed913c
|
[extension settings] fix cache not deleted on toggle (#6324)
|
2022-03-09 16:14:42 -07:00 |
agree
|
c2558237f0
|
Update extension_settings.php
|
2021-04-10 23:42:18 -04:00 |
agree
|
71c7b40e34
|
fix extension settings using wrong class
extension setting used the database class instead of the extension_setting class causing not to clear the cache
|
2021-04-10 23:39:00 -04:00 |
agree
|
bf2418f131
|
fix extension setting edit not clearing cache
|
2021-03-18 18:09:03 -04:00 |
agree
|
829d3f1abe
|
extension settings fix not clearing cache
|
2021-03-18 18:06:24 -04:00 |
FusionPBX
|
46d13689fc
|
Fix a duplicaiton problem when editing and saving extension settings.
|
2021-03-04 13:41:27 -07:00 |
markjcrane
|
682c632520
|
Add new extension_settings feature
|
2021-02-09 13:09:32 -07:00 |