Alex
|
5bb29763ad
|
php 8.1 changes (#6719)
* Update email_template_edit.php
* Update menu.php
* Update menu_edit.php
* Update number_translations.php
* Update number_translations.php
* Update email_templates.php
* Update email_templates.php
* Update setting_edit.php
* Update call_block.php
* Update call_block_edit.php
* Update email_template_edit.php
* Update call_block.php
|
2023-05-25 12:38:32 -06:00 |
Alex
|
caea15af15
|
php 8.1 changes (#6718)
* Update database_edit.php
* Update databases.php
* Update default_setting_edit.php
* Update email_templates.php
|
2023-05-25 10:18:46 -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 |
fusionate
|
11e01e416d
|
Email Templates: Add Category filter.
|
2023-04-21 14:03:14 +00:00 |
markjcrane
|
d50bcb476a
|
Replace root.php
|
2022-10-10 16:35:14 -06:00 |
AlexC
|
2a74114cf2
|
Copy, toggle and delete buttons visible when checkbox is selected (#6242)
* Update bridges.php
* Update call_block.php
* Update call_center_queues.php
* Update call_center_agents.php
* Update call_broadcast.php
* Update call_flows.php
* Update call_recordings.php
* Update conference_centers.php
* Update conference_rooms.php
* Update conference_controls.php
* Update conference_profiles.php
* Update conferences.php
* Update contacts.php
* Update fax.php
* Update ivr_menus.php
* Update music_on_hold.php
* Update phrases.php
* Update recordings.php
* Update streams.php
* Update voicemails.php
* Update devices.php
* Update device_vendors.php
* Update device_vendor_functions.php
* Update extensions.php
* Update gateways.php
* Update dialplans.php
* Update destinations.php
* Update email_templates.php
* Update modules.php
* Update sip_profiles.php
* Update vars.php
* Update databases.php
* Update users.php
* Update default_settings.php
* Update domains.php
* Update groups.php
* Update menu.php
|
2022-01-13 11:37:59 -07:00 |
Anthony
|
1db3e5ba14
|
Removed Search Reset (#6241)
* Update default_settings.php
* Update devices.php
* Update extensions.php
* Update gateways.php
* Update users.php
* Update destinations.php
* Update dialplans.php
* Update bridges.php
* Update call_block.php
* Update call_broadcast.php
* Update call_flows.php
* Update call_forward.php
* Update call_recordings.php
* Update conference_centers.php
* Update conference_controls.php
* Update conference_profiles.php
* Update conferences.php
* Update contacts.php
* Update fax.php
* Update ivr_menus.php
* Update phrases.php
* Update recordings.php
* Update ring_groups.php
* Update time_conditions.php
* Update voicemails.php
* Update call_center_queues.php
* Update email_logs.php
* Update registrations.php
* Update user_logs.php
* Update access_controls.php
* Update domains.php
* Update email_templates.php
* Update groups.php
* Update menu.php
* Update number_translations.php
* Update sip_profiles.php
* Update database_transactions.php
* Update vars.php
* Update dashboard.php
|
2022-01-12 16:00:01 -07:00 |
Nate
|
9891a6a687
|
Email Templates: Modal integration.
|
2020-03-26 09:20:00 -06:00 |
Nate
|
029c7174b4
|
Multiple - Add IDs to common/default action buttons.
|
2020-03-05 00:05:45 -07:00 |
Nate
|
07ae1c7c65
|
Email Templates - List: Minor column adjustments, Edit: Button updates.
|
2020-02-10 08:27:56 -07:00 |
Nate
|
84eb4dc97a
|
Email Templates: Add window titles.
|
2020-01-06 12:18:33 -07:00 |
Nate
|
aa593c03fc
|
List Views: Minor adjustments to code.
|
2019-11-30 14:18:00 -07:00 |
Nate
|
bfb17507f1
|
List Views: Simplify action handling.
|
2019-11-30 11:12:41 -07:00 |
Nate
|
0e56d1b7e5
|
Extensions: List view updates.
|
2019-11-18 13:31:06 -07:00 |
Nate
|
f2f1d9069f
|
Email Templates: List view updates.
|
2019-11-18 09:22:59 -07:00 |
Nate
|
17f2911056
|
Replace misc glyphicon usage.
|
2019-08-20 19:53:21 -06:00 |
Nate
|
ccfbecd91b
|
Email Templates: Database class integration.
|
2019-08-06 08:23:30 -06:00 |
markjcrane
|
a72f1d6266
|
Change messages class to message
|
2018-08-31 03:09:01 +00:00 |
FusionPBX
|
66300d4d38
|
Update email_templates.php
|
2018-06-30 11:14:55 -06:00 |
FusionPBX
|
aabc9a5e58
|
Update email_templates.php
|
2018-04-03 01:09:42 -06:00 |
FusionPBX
|
c51c5a628d
|
Update email_templates.php
|
2017-12-17 02:14:49 -07:00 |
markjcrane
|
deac1b8304
|
Move email_templates
|
2017-12-17 08:56:59 +00:00 |