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
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
FusionPBX
02a9372634
Fix call block search and search by more fields.
...
Search by new fields.
- call_block_direction
- call_block_app
- call_block_data
Remove search by country code as its type numeric and casting it to text is likely to lower performance.
2023-01-27 13:08:22 -07:00
chansizzle
61b1c5547b
Update call_block.php ( #6500 )
...
show all domains when using show all
use the correct permission for show all access
2022-11-30 09:35:38 -07: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
FusionPBX
d25f1d393e
Update call_block.php
...
Call Block changes.
- Add a new permission call_block_domain this is assigned to the superadmin group by default.
- Add a domain select list for those that have the call_block_domain permission.
- Add a show all button to Call Block.
2021-01-01 22:02:38 -07:00
fusionate
832b3fae22
Call Block: Outbound call support.
2020-11-17 17:39:49 -07:00
Nate
d5bc65111a
Call Block: Partial support for Country Code.
2020-10-27 11:21:12 -06:00
Nate
ec21558687
Call Block: Modal integration.
2020-03-25 19:37:13 -06:00
Nate
029c7174b4
Multiple - Add IDs to common/default action buttons.
2020-03-05 00:05:45 -07:00
FusionPBX
618f01d8fa
Update call_block.php
2020-01-17 14:06:46 -07:00
FusionPBX
ccc6dbdbbf
Update call_block.php
...
Fix the syntax.
2020-01-17 14:03:53 -07:00
Nate
306606f7c6
Call Block: Action bar, list view and button updates, bulk add (with class) from CDR, etc.
2020-01-11 19:06:34 -07:00
Nate
bddc2237ee
Call Block: Add window titles.
2020-01-06 10:30:59 -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
chansizzle
48cea5c9f8
Update call_block.php ( #4879 )
2019-11-19 11:08:37 -07:00
Nate
c6d5516467
Database Transactions: List view updates. Misc Action Bar adjustments. Include missing class for Conferences (Doh).
2019-11-05 08:13:42 -07:00
FusionPBX
02a2b5fb19
Update call_block.php
2019-10-31 13:51:59 -06:00
FusionPBX
8c0d6361a0
Update call_block.php
2019-10-31 12:05:04 -06:00
FusionPBX
ea03a26332
Update call_block.php
2019-10-30 02:26:28 -06:00
FusionPBX
f7c82ac083
Update call_block.php
2019-10-28 16:40:32 -06:00
Nate
0c584db194
Minor mods to Access Controls, Bridges, Call Block and Call Broadcast lists and classes.
2019-10-25 19:40:28 -06:00
Nate
f0347b5214
Action Bar mods.
2019-10-24 16:31:14 -06:00
Nate
6879195ae2
Action Bar mods.
2019-10-24 16:28:09 -06:00
Nate
ea536d2f6e
Button class updates, logic updates to other files.
2019-10-23 21:19:37 -06:00
Nate
17ac712cc8
Updates to Access Controls, Bridges, and Call Block.
2019-10-21 17:03:59 -06:00
Nate
1c87245645
Update access_controls.php, bridges.php, call_block.php
2019-10-21 12:09:41 -06:00
Nate
a413f35f70
CSS: Define responsive breakpoints, add to Access Controls, Bridges, Call Block, Buttons class.
2019-10-19 20:29:44 -06:00
Nate
e29c4df126
Call Block: List view updates.
2019-10-19 19:14:34 -06:00
FusionPBX
ab4203bc45
Update call_block.php
2019-08-23 12:08:44 -06:00
Nate
8882502cc6
Database class integration.
2019-07-01 21:10:31 -06:00
FusionPBX
b5c8e96a0c
Update call_block.php
2019-05-28 14:53:36 -06:00
AlexanderDCrane
0c666a0a0f
Update call_block.php
2019-05-28 14:36:42 -06:00
FusionPBX
89dfa66333
Update call_block.php
2018-06-05 12:30:25 -06:00
The-Operator
593f8ac9a9
Enhance Call Blocking [master] ( #2988 )
...
* Added support for regular expressions in the numbers to be blocked.
Reduced the caching timeout, as the counter is only incremented when a call is blocked and the number is not cached.
* Added default sort order.
* Added option to switch on/off use of regular expression matching for pgsql and mysql.
* Added support for sqlite and updated default number match to "LIKE" as suggested by MafooUK on IRC.
* Selection of behavior (default [=], regex or like matching) is now done via the variable call_block_matching = regex|like|EMPTY - type text - in the Call Block section of Default Settings.
* Updated comment to match new matching.
2018-05-08 08:50:57 -06:00
reliberate
5974b686e9
Apps: Integrate ability to set paging via a Default/Domain/User Setting (domain > paging > numeric).
2016-03-28 23:02:11 -06:00
mafoo
77c72c8d7c
BugFix-Translation-True_False
...
fixed various uses of ucwords() to render true/false to use
$text[label-*] instead
2016-03-11 11:34:52 +00:00
Nate Jones
0018e553c4
Visual adjustments.
2015-02-15 07:59:02 +00:00
Mark Crane
c5755666cb
Add the text class to more of the applications.
2015-01-18 10:06:08 +00:00
Mark Crane
8bf8dadc69
Fix call block paging.
2015-01-08 06:13:24 +00:00
Nate Jones
a66286deb9
Usability Enhancement: Click on list rows to Edit items.
2014-06-22 01:10:24 +00:00
Nate Jones
3c07aa1a35
Add links to certain column text in a list view.
...
Add ability to edit Call Block number.
2014-06-21 00:58:16 +00:00
Nate Jones
9ecd74163c
Unstack list control icons.
2014-02-26 04:02:56 +00:00
Nate Jones
107efa90c9
Response message updates.
2014-02-21 02:03:22 +00:00
Mark Crane
fdb9589245
Rename the fields in call_block to conform with the database naming convention and to match the table name.
2013-09-27 10:21:43 +00:00
Mark Crane
457b3c6c7e
Call Block: Fix the references to foreign keys and rename blocked_caller_uuid to call_block_uuid to conform to the naming convention.
2013-09-12 07:58:56 +00:00
Mark Crane
335627f4bf
Move call_block so that it is available to people in a default install. Thanks gerritv for providing this feature.
2013-08-23 08:14:51 +00:00