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 |
FusionPBX
|
cdd6397285
|
Replace root.php with config.conf
|
2022-10-10 13:19:44 -06:00 |
FusionPBX
|
e9b962a8e2
|
Update dialplan_add.php
Change session context to domain_name.
|
2020-10-22 02:31:10 -06:00 |
FusionPBX
|
f06e07a309
|
Remove the deprecated save_dialplan_xml function.
|
2020-08-14 00:40:23 -06:00 |
Nate
|
e8494facee
|
Multiple: Add IDs to form tags, remove empty action attributes.
|
2020-03-05 10:02:25 -07:00 |
Nate
|
029c7174b4
|
Multiple - Add IDs to common/default action buttons.
|
2020-03-05 00:05:45 -07:00 |
FusionPBX
|
7718cc66a7
|
Update dialplan_add.php
|
2020-02-07 12:31:33 -07:00 |
Nate
|
578090dd31
|
Dialplan - Add/Edit/XML: Action bar and button updates, token integration.
|
2020-01-11 13:53:21 -07:00 |
Nate
|
c7baaab4a9
|
Update to latest jQuery 1.x, in preparation to update to latest (3.x). Update jQuery UI, QR Code. Misc adjustments for compatibility.
|
2019-08-19 10:51:21 -06:00 |
Nate
|
d3c6182f85
|
Dialplans: Database class integration.
|
2019-08-05 19:18:21 -06:00 |
FusionPBX
|
fec97a0a20
|
Update dialplan_add.php
|
2019-02-05 18:36:45 -07:00 |
markjcrane
|
a72f1d6266
|
Change messages class to message
|
2018-08-31 03:09:01 +00:00 |
FusionPBX
|
0243f055f0
|
Update dialplan_add.php
|
2018-06-29 23:20:38 -06:00 |
FusionPBX
|
04d6ef1070
|
Update dialplan_add.php
|
2017-09-24 10:04:59 -06:00 |
markjcrane
|
2206c2f97c
|
Rename the directory app/dialplan to app/dialplans to make it more consistent.
|
2017-09-24 15:56:04 +00:00 |