frytimo
d529021b3f
Use boolean setting as true boolean ( #7284 )
...
* use boolean setting as true boolean
* Update settings class to use the php filter_var function for boolean
Using the built-in filter type for boolean seems like a better option as they are faster, already hardened, and more widely tested.
I found this better method used originally by Mark J. Crane in 2022 in the content.php page so I included it here.
* Update settings class to use the php filter_var function for boolean
Using the built-in filter type for boolean seems like a better option as they are faster, already hardened, and more widely tested.
I found this better method used originally by Mark J. Crane in 2022 in the content.php page so I included it here.
2025-03-04 11:25:47 -07:00
Alex
8cfc221da4
Redirect to the correct domain if using show all ( #7265 )
...
* Redirect to the correct domain if using show all
* Update bridges.php
* Update call_recordings.php
* Update conference_controls.php
* Update conference_profile_params.php
* Update conference_profiles.php
* Update email_queue.php
* Update event_guard_logs.php
* Update fax_queue.php
* Update user_settings.php
* Update require.php
2025-02-20 16:30:09 -07:00
Alex
b43bcb9a13
Added the heading counter div ( #7124 )
2024-09-06 16:43:42 -06:00
Alex
cb6edd88ef
Added content card to applications ( #7121 )
2024-09-05 17:10:04 -06:00
fusionate
fb834ccf8a
Ring Groups - List: Clean up of order by.
2023-10-19 18:55:49 +00:00
FusionPBX
0a85ae340b
Fix the ring group count
2023-09-22 17:29:31 -06:00
FusionPBX
30e9cd66c2
Allow users to view assigned Ring Groups
2023-09-22 17:13:47 -06:00
frytimo
d7bbcd89f5
Use magic constant dir ( #6711 )
...
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__ to load only functions.php
* replace spaces with tab character
* update dirname command to use levels instead of nesting
* use magic constant __DIR__
* update dirname command to use levels instead of nesting
* Update access_control_edit.php
* Update access_control_import.php
* Update access_controls.php
* Update dnd.php
* Update access_controls_reload.php
* Update call_center_agents.php
* Update call_center_agents.php
* Update fax_queue.php
* Update login.php
* Update pdo.php
* Update pdo_vm.php
* Update switch.php
* Update index.php
* Update css.php
* Update v_mailto.php
* Update fax_to_email.php
---------
Co-authored-by: FusionPBX <markjcrane@gmail.com>
2023-06-15 11:28:23 -06:00
fusionate
ec40d59152
Ring Groups: Hide buttons till checkbox checked, Updates for PHP 8.1.
2023-06-08 20:46:57 +00:00
Anthony
f0598117ab
Fixed Errors for Streams & Ring Groups ( #6728 )
...
* Fixed Errors streams.php
* Update streams.php
* Update stream_edit.php
* Update ring_groups.php
* Update tones.php
* Update ringbacks.php
* Update ring_group_edit.php
2023-05-31 11:00:55 -06:00
markjcrane
d50bcb476a
Replace root.php
2022-10-10 16:35:14 -06: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
agree
7d6a45eeb7
Update ring_groups.php ( #6175 )
2021-12-06 23:03:58 -07:00
FusionPBX
045248ae19
Change the style of the code to match preferences.
2021-03-27 01:53:34 -06:00
Nate
c77485c380
Ring Groups: Modal integration.
2020-03-26 14:12:07 -06:00
Nate
029c7174b4
Multiple - Add IDs to common/default action buttons.
2020-03-05 00:05:45 -07:00
Nate
7b514d342c
Ring Groups: Add window titles.
2020-01-06 11:55:40 -07:00
Nate
aa593c03fc
List Views: Minor adjustments to code.
2019-11-30 14:18:00 -07:00
Nate
8bd59ccbf7
Ring Groups: List view updates.
2019-11-30 09:09:43 -07:00
FusionPBX
dc1ba5299c
Update ring_groups.php
2019-10-25 19:22:31 -06:00
FusionPBX
3b31f2cfe0
Update ring_groups.php
2019-10-25 18:19:28 -06:00
Nate
927458933e
Ring Groups: Database class integration.
2019-08-13 04:48:28 -06:00
FusionPBX
6e289633e9
Update ring_groups.php
2018-07-01 10:13:34 -06:00
FusionPBX
450238d8d6
Update ring_groups.php
2018-06-05 12:18:28 -06:00
konradSC
be6b65a5f3
Update ring_groups.php ( #2823 )
...
Add a search box to Ring Groups.
Search by extension, name, strategy, enabled, or description.
2017-09-06 16:05:06 -06:00
FusionPBX
94ea1e427a
Update ring_groups.php
2017-05-31 02:03:48 -06:00
FusionPBX
0a80b1999c
Update ring_groups.php
2016-09-29 15:34:10 -06:00
reliberate
a1dda766d8
Theme: Minor CSS tweaks.
...
Ring Groups: Rework forwarding controls - integrate into Dashboard view and Ring Group edit page.
2016-03-29 14:15:01 -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
markjcrane
cbbe4c2da7
Change the label 'title' to 'title-ring_groups'
2015-08-03 15:46:44 -06:00
Nate Jones
746943c6e9
Ring Groups: Corrected redirect to be relative on Back and Save. Added Call Forward edit link to main Ring Groups list (as displayed on User Dashboard).
2015-03-25 22:47:11 +00:00
Nate Jones
6f4209e2f6
Misc: Implement maximum limits on multiple apps.
2015-03-22 08:17:04 +00:00
Nate Jones
0018e553c4
Visual adjustments.
2015-02-15 07:59:02 +00:00
Mark Crane
5788b11402
Remove order by on the select count for ring_groups.php as its not needed.
2015-01-29 07:14:57 +00:00
Mark Crane
c5755666cb
Add the text class to more of the applications.
2015-01-18 10:06:08 +00:00
Mark Crane
7a6cd9f51f
Remove ring group call timeout as the per leg timeout makes it redundant
2014-07-04 04:25:09 +00:00
Nate Jones
d674dc677a
Usability Enhancement: Click on list rows to View/Edit items.
...
Misc other fixes.
2014-06-22 04:34:19 +00:00
Nate Jones
f8d0aa8762
Ring Groups: Description column style fix.
2014-06-21 21:15:26 +00:00
Nate Jones
fd5f2b8630
Add links to certain column text in a list view.
...
Misc bug fixes.
2014-06-21 03:42:09 +00:00
Mark Crane
711301176e
Change the > to == to fix the ring groups order by
2014-04-29 22:13:14 +00:00
Mark Crane
4402620584
Set the default ring group destination order. Take 2
2014-04-29 19:27:59 +00:00
Mark Crane
3c995d8293
Move the order by
2014-04-29 19:23:00 +00:00
Mark Crane
21bcbc09e5
Set the default ring group destination order.
2014-04-29 19:17:51 +00:00
Nate Jones
5bee3613bc
Unstack list control icons. Fixed css class on user select box.
2014-02-26 05:39:02 +00:00
Mark Crane
787205bcd5
Fix permissions checks that were missed in ring_groups.php
2014-01-04 07:45:06 +00:00
Mark Crane
4afee9555e
Fix a minor bug in ring groups.
2013-11-26 19:59:46 +00:00
Mark Crane
7486957e67
Ring groups, page results with 150 per page.
2013-09-19 18:02:06 +00:00
Mark Crane
21b4fd91ff
Enable the ring group assigned users to call forward the ring groups. Add ring_group_forward, and ring_group_pompt permissions.
2013-08-16 04:50:30 +00:00
Mark Crane
8278e69c31
Fix the links to the renamed files and remove some references to the old ring group extensions table.
2013-07-24 19:52:41 +00:00