markjcrane
d964f354db
Fix PHP 8.1 warnings
2023-05-25 10:15:56 -06:00
fusionate
6119f7de7d
Database [Class]: Update for PHP 8.1
2023-05-25 15:40:20 +00:00
markjcrane
251feddff8
Return this->message variable as array.
2023-05-24 23:00:08 -06:00
fusionate
2cf6e79c2e
Merge branch 'master' of https://github.com/fusionpbx/fusionpbx
2023-05-23 18:38:57 +00:00
markjcrane
2608f1ffad
Return immediately if switch conf dir is empty
2023-05-23 08:22:23 -06:00
markjcrane
dbb3e90ace
Add smarty modifer in_array
2023-05-22 21:50:15 -06:00
markjcrane
3311363c27
Rename public_mode to grandstream_public_mode.
2023-05-22 21:08:18 -06:00
fusionate
dfdcba5a0c
Database [Class]: Update for PHP 8.1
2023-05-23 02:42:19 +00:00
fusionate
18f9c7a26f
Functions: Update for PHP 8.1
2023-05-22 23:06:07 +00:00
markjcrane
7ee2b7c4b3
Add parentheses to empty string detection
2023-05-22 16:26:01 -06:00
markjcrane
a419fa985b
Use isset when empty as it could be numeric.
2023-05-22 16:16:58 -06:00
markjcrane
c045bb4705
Add a new fax user group
2023-05-22 10:45:01 -06:00
FusionPBX
54ce2b15c8
field name is singular domain_name
2023-05-21 17:13:11 -06:00
FusionPBX
044932163c
After removing natsort add order by domain name
2023-05-21 17:10:43 -06:00
FusionPBX
efc332aba7
[Bug FIX] Default Setings fix syntax to get the correct values switch settings.
2023-05-21 15:47:59 -06:00
fusionate
67e77560a6
Database [Class]: Updates for PHP 8.1
2023-05-21 01:13:45 +00:00
fusionate
878e83fc80
Database [Class]: Updates for PHP 8.1
2023-05-20 23:57:07 +00:00
FusionPBX
6fc9312331
Deprecated natsort
...
One customer 3 domains were missing and after removing this the all domains showed up in the list. Also no longer needed as the front end for the domain list.
2023-05-19 19:07:56 -06:00
Finn
75fff1c33a
add template variables to override DTMF method on certain grandstream devices ( #6709 )
2023-05-19 17:32:20 -06:00
FusionPBX
25fdc12f18
Strict identical condition required
...
Otherwise this condition matches a numeric value of 0.
2023-05-19 15:29:38 -06:00
Alex
c6bf3f50f4
Fix translations ( #6704 )
...
* Update app_languages.php
2023-05-19 13:54:10 -06:00
FusionPBX
778b5832be
database save method returns result details
2023-05-18 16:29:03 -06:00
markjcrane
0dec70827d
Change approach for handling the user_uuid
2023-05-18 00:49:20 -06:00
fusionate
1618c84e07
Database [Class]: Fix typo.
2023-05-17 20:36:48 +00:00
fusionate
c42fd0abdc
Menu [Class]: Updates for PHP 8.1
2023-05-17 20:36:14 +00:00
markjcrane
3fc342ad3e
prevent an error using trim on a value that could a string or an array
2023-05-17 13:38:17 -06:00
markjcrane
6d7e125743
Fix all PHP 8.1 messages for upgrade.php
2023-05-17 10:07:49 -06:00
fusionate
3487b8ae53
persistformvar [Function]: Updates for PHP 8.1
2023-05-17 07:02:02 +00:00
fusionate
d853209c3f
Token [Class]: Update for PHP 8.1
2023-05-17 07:00:45 +00:00
markjcrane
2afda399e6
IVR Menu code changes for PHP 8.1
2023-05-16 22:55:19 -06:00
fusionate
c827f6bf21
Message [Class] - Fix bug with messages set by static add method.
2023-05-16 21:00:43 +00:00
fusionate
fac4b6bcd0
Token [Class] - Updates for PHP 8.1
2023-05-16 18:54:45 +00:00
fusionate
bc34789bdc
Permission [Class] - Updates for PHP 8.1
2023-05-16 18:54:27 +00:00
fusionate
f7951324ea
Domains [Class] - Updates for PHP 8.1
2023-05-16 18:42:32 +00:00
fusionate
7d37d7a521
Require - Updates for PHP 8.1
2023-05-16 18:39:41 +00:00
fusionate
8482b6eb46
Footer - Updates for PHP 8.1
2023-05-16 18:39:29 +00:00
markjcrane
3cf0334686
Check if the sounds directory exists
2023-05-16 00:36:27 -06:00
markjcrane
74b3ce154c
Update file.php minor code improvements
2023-05-15 23:17:37 -06:00
markjcrane
78bb6ec80c
Fix PHP 8.1 ringback errors
2023-05-15 22:53:00 -06:00
FusionPBX
64c159931c
Update database.php strlen replace with isset
...
Used isset instead of empty because empty treats a numeric value of 0 as empty.
2023-05-13 22:13:40 -06:00
FusionPBX
67e2d731b5
Update persist_form_var.php
2023-05-13 20:39:46 -06:00
FusionPBX
5755ae3f48
Update schema.php for PHP 8.1
2023-05-13 17:31:27 -06:00
FusionPBX
ab2bd0ef5e
Update footer.php use the empty function
2023-05-13 17:20:17 -06:00
FusionPBX
7a8b2b7d79
Update database.php prevent more php 8.1 warnings.
2023-05-13 12:35:17 -06:00
fusionate
adfdb7bae5
Functions: Updates for PHP 8.1
2023-05-13 04:53:18 +00:00
fusionate
196125952b
Message [Class]: Updates for PHP 8.1
2023-05-13 04:52:43 +00:00
FusionPBX
ff2c52eda8
Update domains.php
2023-05-12 20:32:44 -06:00
FusionPBX
44a46d491b
Use !empty in the if statement
2023-05-12 20:24:39 -06:00
FusionPBX
5c34c991cf
Update pdo.php
2023-05-12 18:34:54 -06:00
FusionPBX
a2bb8e5f90
Limit subquery to one result
...
This prevent a cardinality error.
2023-05-12 16:22:50 -06:00