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 |
markjcrane
|
29008867d0
|
SIP Profiles changes for PHP 8.1
|
2023-05-25 21:20:56 -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 |
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
|
7ca4a92949
|
Add a new settings button.
|
2021-09-04 20:07:56 -06:00 |
emaktech
|
d459d06e38
|
Order SIP Profiles by Name by Default (#5365)
SIP profiles were unordered unless $_GET["order_by"] was set. Now if unset, it will order by sip_profile_name by default for nicer ordering.
|
2020-07-28 22:41:06 -06:00 |
Nate
|
e31b01d6c3
|
SIP Profiles: Modal integration.
|
2020-03-26 15:32:06 -06:00 |
Nate
|
029c7174b4
|
Multiple - Add IDs to common/default action buttons.
|
2020-03-05 00:05:45 -07:00 |
Nate
|
228700109a
|
SIP Profiles: Add window titles.
|
2020-01-06 12:30:15 -07:00 |
Nate
|
da7f8d0189
|
SIP Profiles: List view updates.
|
2019-12-03 16:55:15 -07:00 |
Nate
|
6c73d74a39
|
SIP Profiles: Database class integration.
|
2019-08-13 07:32:07 -06:00 |
FusionPBX
|
fc91d8a357
|
Update sip_profiles.php
|
2018-07-05 14:25:14 -06:00 |
FusionPBX
|
51181f0b52
|
Update sip_profiles.php
|
2018-07-04 12:01:09 -06:00 |
FusionPBX
|
a45314ad17
|
Update sip_profiles.php
|
2018-07-04 11:03:32 -06:00 |
FusionPBX
|
5899ed2c1d
|
Update sip_profiles.php
|
2018-07-04 11:02:15 -06:00 |
Mafoo
|
92fac789ed
|
BugFix - sip_profiles description (#2634)
change description to use correct $text
|
2017-06-03 08:34:48 -06:00 |
FusionPBX
|
917ca8b150
|
Update app/sip_profiles/sip_profiles.php
|
2017-01-24 04:06:45 -07: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 |
Nate Jones
|
3d654ad634
|
SIP Profiles: Added Enabled select box to manage the profile state.
|
2015-05-02 04:53:45 +00:00 |
Nate Jones
|
0018e553c4
|
Visual adjustments.
|
2015-02-15 07:59:02 +00:00 |
Nate Jones
|
147d03169d
|
Use the new multi-lingual code on fusionpbx/app sub directories.
|
2015-01-18 10:04:43 +00:00 |
Nate Jones
|
dc2196dd6f
|
Document (Window) Title: Update variable name to avoid conflict when paging is used.
|
2014-07-10 00:32:50 +00:00 |
Nate Jones
|
454e4cc12c
|
Fix missing / on closing <tr> tags.
|
2014-06-22 01:16:49 +00:00 |
Nate Jones
|
59687a4785
|
(Modified) Usability Enhancement: Click on list rows to Edit items. Now uses jQuery (instead of onclick) to avoid being redirected to Edit when canceling a Delete.
|
2014-06-21 08:52:47 +00:00 |
Nate Jones
|
3c2e32d197
|
Add links to certain column text in a list view - integrated click on list rows to Edit items, as well. Misc bug fixes.
|
2014-06-21 07:51:31 +00:00 |
Nate Jones
|
d6bbc91eca
|
Unstack list control icons.
|
2014-02-26 06:32:58 +00:00 |
Mark Crane
|
ffeae37996
|
Fix alignment on the add button for the sip profile list.
|
2013-11-13 08:28:35 +00:00 |
Mark Crane
|
3f274a2109
|
Add hostname to sip profiles.
|
2013-11-12 15:56:26 +00:00 |
Mark Crane
|
841f92afe3
|
SIP Profiles, correct the file names used in the PHP code.
|
2013-09-23 17:04:30 +00:00 |
Mark Crane
|
e9aa47069c
|
Update the references for header.php and footer.php files to point the resources directory.
|
2013-07-06 06:29:50 +00:00 |
Mark Crane
|
c44d39dcf9
|
Change the path for includes/require.php to the resources directory.
|
2013-07-06 06:03:27 +00:00 |
Mark Crane
|
6a70d8db41
|
Change includes/checkauth.php to resources/check_auth.php.
|
2013-07-06 05:50:55 +00:00 |
Nate Jones
|
42359137e8
|
Multilinguified SIP Profiles
|
2013-06-06 20:34:18 +00:00 |
Mark Crane
|
af103e9c41
|
Add a missing file sip_profile_copy.php to the dev branch.
|
2012-06-04 14:58:40 +00:00 |