Commit Graph

43 Commits

Author SHA1 Message Date
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
c705e8712c Dialplan Manager: Add Context filter to search form. 2023-04-20 21:02:49 +00:00
fusionate
98f4ae6bb7 Dialplans: Fix search by dialplan Number. 2023-03-08 16:54:21 +00:00
FusionPBX
1aa1467872 Allow inbound_route_view and outbound_route_view permissions 2023-01-11 23:35:29 -07:00
FusionPBX
59129449fd Rebuild the dialplan SQL 2023-01-11 20:21:14 -07:00
FusionPBX
7a16083095 Replace root.php with new config.conf 2022-10-10 13:18:34 -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
fusionate
4b57b2b7f4 Dialplans: Include Outbound Routes in Dialplans list 2020-11-18 16:24:44 -07:00
Nate
993760802f Dialplans - List: Cleanup. 2020-03-30 11:58:52 -06:00
Nate
8d3e7bbee4 Dialplans - List: Fix Admin view. 2020-03-30 11:58:17 -06:00
Nate
20166c4280 Dialplans: Modal integration. 2020-03-26 09:06:12 -06:00
Nate
029c7174b4 Multiple - Add IDs to common/default action buttons. 2020-03-05 00:05:45 -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
FusionPBX
ac0dbde301 Update dialplans.php 2019-11-28 02:30:09 -07:00
Nate
243ae25e1f Dialplans: List view updates. 2019-11-07 23:05:38 -07:00
agree
cd2cbc8da3 Update dialplans.php (#4833) 2019-11-05 22:44:46 -07:00
FusionPBX
fd585cc5f0 Update dialplans.php 2019-11-04 22:13:50 -07:00
FusionPBX
3daeb5f169 Update dialplans.php 2019-11-04 22:04:22 -07:00
FusionPBX
5986a9e84a Fix the dialplan search. 2019-11-04 21:13:32 -07:00
FusionPBX
f34ced6927 Update dialplans.php 2019-10-19 18:53:54 -06:00
FusionPBX
fd1c7b5c3b Update dialplans.php 2019-10-19 18:52:51 -06:00
chansizzle
a20f826aa8 Update dialplans.php (#4789) 2019-10-16 18:37:34 -07:00
Nate
bd07582560 Dialplans: Fix check all. 2019-10-05 09:50:28 -06:00
chansizzle
54a40fb84a Update dialplans.php (#4606)
removing potential for Warning: sizeof(): Parameter must be an array or an object that implements Countable
2019-09-13 14:30:05 -06:00
chansizzle
99f7f4a69d Update dialplans.php (#4490) 2019-09-03 21:15:33 -06:00
chansizzle
fafc12e5d3 Update dialplans.php (#4462)
* Update dialplans.php

* Update dialplans.php
2019-08-27 17:36:54 -06:00
konradSC
e7d7242f04 Add Mini Paging Controls (#4448)
One might be tempted to scoff at such a small set of paging controls, yet that would be a grave mistake. Though small stature they work just as well as their bigger brother whilst also providing their own unique experience to the user.
2019-08-21 12:55:43 -06:00
FusionPBX
aeebf74d97 Update dialplans.php 2019-08-06 15:00:51 -06:00
Nate
d3c6182f85 Dialplans: Database class integration. 2019-08-05 19:18:21 -06:00
FusionPBX
61965dd69c Update dialplans.php 2019-06-27 08:35:31 -06:00
FusionPBX
84caa1bd6a Update dialplans.php 2019-06-27 08:08:41 -06:00
chansizzle
24d0e16920 Update dialplans.php (#4277) 2019-06-11 12:32:25 -06:00
Len
a423f85116 Update dialplans.php 2019-05-22 11:06:26 -04:00
Len
95eaf6b2d6 Update dialplans.php 2019-05-22 10:35:59 -04:00
konradSC
6d935e3c00 Bug Fix: Paging Controls in the wrong place (#4056)
* Bug Fix: Paging Controls in the wrong place

Same fix as the one for the call recordings page. You couldn't type in a page number and press enter.

* Update dialplans.php
2019-04-27 09:50:18 -06:00
FusionPBX
b4db529ebd Update dialplans.php 2018-12-04 23:17:27 -07:00
markjcrane
a72f1d6266 Change messages class to message 2018-08-31 03:09:01 +00:00
FusionPBX
c54eb15c7c Update dialplans.php 2018-08-10 17:45:02 -06:00
FusionPBX
4e24a8bf6e Update dialplans.php 2018-06-03 17:42:57 -06:00
FusionPBX
2f0c2c9e9d Update dialplans.php 2017-09-24 18:40:49 -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