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
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
markjcrane
9bf7b8c8ef
Deprecate the meetings table and move the moderator and participant pins to the conference rooms table
2021-05-27 02:30:49 -06:00
fusionate
c67c8cd4c2
Destination Select - Dynamic: Clear session array on add/toggle/delete of a destination type record.
2020-11-30 14:15:57 -07:00
phoneben
c76892a5b3
Update conference_centers.php
2020-11-18 16:51:18 +02:00
phoneben
bdd42af87b
Update conference_centers.php
...
0-11-17 20:00:36.267 UTC [6385] fusionpbx@fusionpbx ERROR: syntax error at or near "v_meeting_users" at character 63
2020-11-17 20:00:36.267 UTC [6385] fusionpbx@fusionpbx STATEMENT: select count(*) from v_conference_rooms as r, v_meetings as p v_meeting_users as u, where r.domain_uuid = $1 and r.meeting_uuid = p.meeting_uuid and r.meeting_uuid = u.meeting_uuid and u.user_uuid = $2
missing a comma
2020-11-18 16:04:09 +02:00
FusionPBX
d82f8cc155
Update conference_centers.php
...
Change session context to domain_name.
2020-10-22 02:48:44 -06:00
FusionPBX
756956ad50
Remove the deprecated save_dialplan_xml function.
2020-08-14 00:36:34 -06:00
Nate
0d4aeb6c87
Conference Center - Sessions: Adjust permissions to allow Admin to play recordings.
2020-04-29 09:26:53 -06:00
Nate
aeee14226a
Conference Centers - Sessions: Add delete functionality.
2020-04-10 17:45:56 -06:00
agree
f0f6b7ecd9
Add announcement control to list page ( #5228 )
...
* Update conference_centers.php
* Update conference_rooms.php
2020-04-01 20:26:50 -06:00
Nate
aac98e7d06
Conference Centers - List: Bulk Toggle and Delete actions added, Edit: Button updates.
2020-01-23 06:47:54 -07:00
Nate
378edba940
Conference Centers - Rooms: List view updates, token integration, added bulk actions within class.
2020-01-13 17:15:42 -07:00
Nate
bec5c647c9
List View: Updates to action classes.
2019-11-30 15:18:48 -07:00
Nate
bf5cb9c1a7
Minor class mods, Conference Centers list view updates.
2019-11-02 13:40:17 -06:00
Nate
fdf28ca6fc
Misc: Database class integration.
2019-09-04 12:21:57 -06:00
FusionPBX
0d68e63e0e
Update conference_centers.php
2019-06-08 14:44:05 -06:00
FusionPBX
f88789b17a
Update conference_centers.php
2019-06-08 14:26:08 -06:00
FusionPBX
2690d5baec
Update conference_centers.php
2018-12-10 17:05:02 -07:00
FusionPBX
2f4cf98b18
Rename conference_center.php to conference_centers.php
2018-12-10 16:57:49 -07:00