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
d50bcb476a
Replace root.php
2022-10-10 16:35:14 -06:00
Andrew Querol
67eecb5485
Do not load base64 data into MOH edit
...
This will fix unnecessary memory usage/latency in this application when dealing with base64 recordings.
2021-03-09 16:32:35 -06:00
Nate
d2b6ac8a63
MOH - Edit: Update buttons, action bar, etc.
2020-03-06 11:06:39 -07:00
Nate
e8494facee
Multiple: Add IDs to form tags, remove empty action attributes.
2020-03-05 10:02:25 -07:00
Nate
83253bbe41
MOH: Token integration.
2019-09-19 06:42:38 -06:00
Nate
60d141a82e
Music on Hold: Database class integration.
2019-08-09 11:42:43 -06:00
markjcrane
a72f1d6266
Change messages class to message
2018-08-31 03:09:01 +00:00
FusionPBX
7d404bb356
Update music_on_hold_edit.php
2018-07-02 09:53:47 -06:00
AlexanderDCrane
a9cea2bb3e
Update music_on_hold_edit.php ( #3177 )
2018-06-13 00:21:04 -06:00
AlexanderDCrane
a26a6263df
Escape user data on music_on_hold_edit.php ( #3101 )
2018-06-09 11:57:17 -06:00
FusionPBX
cedcdef874
Update music_on_hold_edit.php
2018-01-11 13:41:45 -07:00
Mafoo
3cab4401cf
Enhance - More messages::add updates ( #2662 )
...
convert more messages over to messsagse::add
2017-06-09 20:13:40 -06:00
FusionPBX
c4e73595e2
Update music_on_hold_edit.php
2016-08-13 14:15:24 -06:00
markjcrane
f5959516ed
Update recur_sounds_dir to return an array rather than using a global variable.
2016-08-04 09:49:57 -06:00
FusionPBX
1f8f016a10
Update music_on_hold_edit.php
...
If the Music on Hold rate is empty use the 'Default' label.
2016-07-14 23:20:01 -06:00
FusionPBX
ed89df28c5
Update music_on_hold_edit.php
...
Make sure reload mod local stream after editing it.
2016-07-06 15:50:43 -06:00
FusionPBX
ff7bae958e
Update music_on_hold_edit.php
...
Fix the chime select list so that it will show what was selected.
2016-07-06 15:33:01 -06:00
FusionPBX
4682e4ef05
Update music_on_hold_edit.php
...
Add the translation for global and protect adding global music on hold using permissions.
2016-07-06 13:12:16 -06:00
FusionPBX
e04910be58
Update music_on_hold_edit.php
...
Fix the music on hold chime list.
2016-07-03 19:47:20 -06:00
FusionPBX
c03d25a1be
Update music_on_hold_edit.php
...
Add music on holder rate, and time name to music_on_hold_edit.php
2016-07-03 16:55:33 -06:00
FusionPBX
a20881395e
Update music_on_hold_edit.php
...
Change moh_settings to music_on_hold_settings.
2016-07-02 09:37:23 -06:00
reliberate
bf37d10ed6
Music on Hold: Add ability (and permission) to edit Name. Add check for required fields (Name and Path).
2016-06-23 15:02:01 -06:00
reliberate
3ae85a7098
Music on Hold: Support multiple global categories. Support for changing moh domain. Support for managing additional stream parameters (shuffle, stereo, interval, chimes, custom moh paths, etc). Enhanced file system housekeeping.
...
Theme: Enhanced audio playback progress indicator. Added settings to control body icon normal/hover colors.
VM Greetings: Updated to support new audio playback indicator (more apps to come shortly).
Group Permissions: Prevent enter key submission on search field.
2016-06-21 15:56:15 -06:00