markjcrane
|
d0357b6124
|
PHP 8.1 changes
|
2023-05-25 10:52:28 -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 |
Nate
|
a24c448b84
|
Modules: Modal integration.
|
2020-03-26 11:21:30 -06:00 |
Nate
|
029c7174b4
|
Multiple - Add IDs to common/default action buttons.
|
2020-03-05 00:05:45 -07:00 |
Nate
|
964c5e13ec
|
Modules - Edit: Button updates.
|
2020-02-10 20:56:48 -07:00 |
Nate
|
6963eecce9
|
Modules: Fix Start/Stop actions.
|
2019-12-14 08:18:32 -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
|
c34fbe9b4e
|
Modules: List view updates.
|
2019-11-26 13:50:24 -07:00 |
Nate
|
a5718bc435
|
Modules: Database class integration.
|
2019-08-09 10:23:44 -06:00 |
FusionPBX
|
85209bd15c
|
Update modules.php
|
2018-06-30 17:09:04 -06:00 |
markjcrane
|
c51ddbe82a
|
Minor update.
|
2016-05-26 13:08:53 -06:00 |
markjcrane
|
c92606353e
|
Remove save_module_xml() function and move it it into the modules class as the xml method. Eventual goal move everything out of switch.php.
|
2016-05-26 11:21:37 -06:00 |
Alexey Melnichuk
|
36741f96cc
|
Fix. Display modules form if FS does not start.
|
2016-01-22 13:05:13 +03: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
|
e3dd425f8f
|
Change the class name from switch_modules to modules.
|
2014-11-23 09:45:10 +00:00 |
Mark Crane
|
ed2e1da871
|
Remove the require once for the modules class as its no longer needed.
|
2014-11-23 09:38:19 +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
|
e143301f2a
|
Description column style mods, just for consistency.
|
2014-06-22 06:35:33 +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
|
84a134a23d
|
Usability Enhancement: Click on list rows to Edit items.
|
2014-06-21 07:04:04 +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
|
29ad6cde8b
|
Unstack list control icons.
|
2014-02-26 02:25:10 +00:00 |
Mark Crane
|
8f8fd3e3e8
|
Audited the permissions names. Permissions names are to be non plural.
|
2013-09-21 21:45:35 +00:00 |
Mark Crane
|
3a58d1e08d
|
Move references to php classes in includes/classes to resource/classes.
|
2013-07-06 07:13:36 +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
|
ac8f9d8a34
|
Mutlilinguified Modules
|
2013-05-29 21:46:48 +00:00 |
Mark Crane
|
9d0f3b0e6f
|
Remove v_ from the links in the php files.
|
2012-11-24 01:05:27 +00:00 |
Mark Crane
|
16a5898833
|
rename v_modules to modules.php
|
2012-11-24 01:01:44 +00:00 |