Commit Graph

33 Commits

Author SHA1 Message Date
Alex
475cf4d253 Fixed more php 8.1 errors (#6748)
* Update call_center_queue_edit.php

* Update number_translation_edit.php

* Update database_transactions.php

* Update xml_cdr_extension_summary.php

* Update call_flow_edit.php

* Update contact_address_edit.php

* Update device_profiles.php
2023-06-08 16:07:01 -06:00
fusionate
d327d569f5 Misc: Updates for PHP 8.1 (?: to ??) 2023-06-06 22:05:05 +00:00
Alex
b4122d04e0 Update number_translation_edit.php (#6726) 2023-05-26 16:32:59 -06:00
Alex
3112c9ae18 php 8.1 changes (#6721)
* Update call_flows.php

* Update call_flow_edit.php

* Update call_forward.php

* Update call_forward_edit.php

* Update call_recordings.php

* Update conference_centers.php

* Update default_settings.php

* Update default_setting_edit.php

* Update access_controls.php

* Update number_translations.php

* Update number_translation_edit.php

* Update setting_edit.php

* Update bridges.php

* Update bridge_edit.php

* Update call_broadcast_edit.php

* Update call_broadcast.php

* Update call_block.php

* Update call_broadcast_edit.php

* Update call_center_agent_edit.php

* Update call_center_agent_status.php

* Update call_recordings.php
2023-05-26 11:48:39 -06:00
markjcrane
411e93c4b4 Additional PHP 8.1 changes 2023-05-25 15:44:33 -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
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
markjcrane
d50bcb476a Replace root.php 2022-10-10 16:35:14 -06:00
Nate
62b0ef0a03 Number Translations: Fix Add. 2020-09-29 12:39:56 -06:00
FusionPBX
8e6b414994 Add display none to hide copy and delete on load. 2020-07-25 18:19:35 -06:00
FusionPBX
930f2c0049 Use the button class. 2020-07-25 16:47:42 -06:00
FusionPBX
0239da7e09 Update number_translation_edit.php 2020-07-25 13:18:22 -06:00
Nate
db1964ad6d Number Translations: Modal integration. 2020-03-26 13:39:42 -06:00
Nate
029c7174b4 Multiple - Add IDs to common/default action buttons. 2020-03-05 00:05:45 -07:00
Nate
8cf57f30be Multiple - Edit: Minor mods. 2020-03-03 19:59:41 -07:00
Nate
53ffb4e1dd Number Translations: Edit - Add bulk delete of Details, dynamic Delete button action, Copy function. Remove deprecated details delete script. 2020-02-28 07:35:52 -07:00
Nate
8fa7755dd7 Number Translations - Edit: Button updates. 2020-02-10 21:04:17 -07:00
Nate
409abeed27 Number Translations: Add window title, fix php count warning. 2020-01-06 12:28:31 -07:00
The-Operator
ff8d2ec024 Update number_translation_edit.php (#4838)
Sort entries using the "Order" column - "number_translation_detail_order" - by default.
2019-11-14 21:56:44 -07:00
Nate
9aa0803b7e Number Translations: Fix delete button. 2019-09-24 07:58:53 -06:00
FusionPBX
d3da5057fc Update number_translation_edit.php 2019-09-23 22:03:10 -06:00
FusionPBX
49ae3ec3da Update number_translation_edit.php 2019-09-23 21:37:17 -06:00
FusionPBX
a8fb03bdee Update number_translation_edit.php 2019-09-21 02:57:49 -06:00
FusionPBX
49a1792e31 Update number_translation_edit.php 2019-09-21 02:53:37 -06:00
Nate
f7ddb40249 Number Translations: Token integration. 2019-09-19 06:44:01 -06:00
Nate
ad6e1df096 Number Translations: Database class integration. 2019-08-10 21:52:02 -06:00
FusionPBX
8c2866af2c Update number_translation_edit.php 2018-06-30 11:08:00 -06:00
Roman Dissauer
a6669a8252 fixed number_translation_edit.php for empty arrays (#3052) 2018-05-15 19:56:16 -06:00
FusionPBX
48eb578025 Update number_translation_edit.php 2017-12-24 00:23:50 -07:00
FusionPBX
fd15fd7017 Update number_translation_edit.php 2017-12-23 23:22:21 -07:00
FusionPBX
9ea0623075 Entirely rewrote number_translation_edit.php over again. 2017-12-23 23:22:04 -07:00
markjcrane
a19fd6c2c7 Rename directory number_translation to number_translations to be more consistant 2017-12-24 06:14:59 +00:00