FusionPBX
|
6b063f2c28
|
Replace the DOCUMENT_ROOT and PROJECT_ROOT variables
Use the __DIR__ constant and dirname as needed
|
2025-12-08 14:12:19 -07:00 |
|
markjcrane
|
7286d4b58d
|
Update permission_exists for multiple permissions
|
2025-11-06 08:20:46 -07:00 |
|
markjcrane
|
b0eabca1f6
|
Update check permisisons
|
2025-11-02 00:22:57 -06:00 |
|
FusionPBX
|
76e2e7d3b7
|
Remove database app_name and app_uuid (#7562)
- Remove database app_name, app_uuid
- This is handled automatically by the database class
- Remove redundant database::new()
|
2025-10-09 17:54:05 -06:00 |
|
FusionPBX
|
d1baf05891
|
Remove redundant database instances (#7535)
|
2025-10-01 08:56:06 -06:00 |
|
Alex
|
be5a03ce2f
|
Security - Use POST method instead of GET for deleting groups (#7494)
* Security - Use POST method instead of GET for deleting groups
* Update user_edit.php
* Update user_edit.php
* Update dashboard_widget_edit.php
* Update dashboard_widget_edit.php
* Update device_vendor_function_edit.php
* Update dashboard_widget_edit.php
* Update device_vendor_function_edit.php
* Update menu_item_edit.php
* Update device_vendor_function_edit.php
* Update device_vendor_function_edit.php
* Update device_vendor_function_edit.php
|
2025-09-22 09:46:03 -06:00 |
|
FusionPBX
|
b96b5f8c0f
|
menu_item_protected deprecated
This protected feature has not been working correctly. At the moment commented out depending on feedback it maybe removed entirely.
|
2025-05-28 19:37:58 -06:00 |
|
FusionPBX
|
c3952028b1
|
Use the settings get method for the buttons
|
2025-04-14 10:36:21 -06:00 |
|
fusionate
|
7b3b3aa5f9
|
Menu: New option to set icon colors.
|
2025-03-03 14:08:05 -07:00 |
|
fusionate
|
bf7526f0ef
|
Multiple Apps: Integrate content cards.
|
2024-09-04 17:51:23 -06:00 |
|
FusionPBX
|
83c286c513
|
Update menu_item_edit.php
Re-use the database connection
|
2024-08-29 02:40:43 -06:00 |
|
fusionate
|
5416a4dd69
|
Minor adjustment to comments in previous commit.
|
2024-08-12 16:33:52 -06:00 |
|
fusionate
|
0e3a861cf5
|
Dashboard - Edit, Menu Item - Edit: Integrate icon search.
|
2024-08-12 16:25:21 -06:00 |
|
fusionate
|
4b23913555
|
Update Font Awesome to v6.6.x, adjust some icon references.
|
2024-08-09 18:14:52 -06:00 |
|
FusionPBX
|
1f0d24a447
|
Show only the Parent Menus
|
2023-06-28 14:08:01 -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 |
|
markjcrane
|
c679165016
|
Menu: PHP 8.1 updates
|
2023-05-27 12:00:02 -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 |
|
demonspork
|
5ccd29f20f
|
Add : colon to menu item links to fix external links (#6508)
|
2022-12-15 18:29:46 -07:00 |
|
markjcrane
|
d50bcb476a
|
Replace root.php
|
2022-10-10 16:35:14 -06:00 |
|
FusionPBX
|
88b34831e4
|
Sanitize the menu link by restricting it to specific characters.
|
2022-07-08 18:28:08 -06:00 |
|
Nate
|
f8c74e6586
|
Multiple: Add IDs to common/default action buttons.
|
2020-03-05 10:01:09 -07:00 |
|
Nate
|
3b1410295a
|
Menu Item - Edit: Validate assigned groups array to mitigate warning.
|
2020-02-17 05:58:12 -07:00 |
|
Nate
|
18b26a9938
|
Menu Manager: List view and button updates, bulk menu item delete and toggle protected, etc.
|
2020-02-10 20:46:08 -07:00 |
|
FusionPBX
|
25666d3e61
|
Update menu_item_edit.php
|
2020-01-22 03:35:40 -07:00 |
|
FusionPBX
|
d9dcd6a0ed
|
Update menu_item_edit.php
|
2020-01-22 02:44:33 -07:00 |
|
FusionPBX
|
d4ae6542f5
|
Update menu_item_edit.php
|
2019-11-23 21:42:42 -07:00 |
|
FusionPBX
|
8f628a2bed
|
Update menu_item_edit.php
|
2019-10-12 15:21:50 -06:00 |
|
Nate
|
83efff2c90
|
Menu: Token integration.
|
2019-09-19 08:06:58 -06:00 |
|
FusionPBX
|
e7d594ed6b
|
Update menu_item_edit.php
|
2019-09-04 11:07:58 -06:00 |
|
Nate
|
733ba98dc6
|
Update to Bootstrap v4.3.1, jQuery 3.4.1. Adjustments to support updates.
|
2019-08-20 18:15:50 -06:00 |
|
FusionPBX
|
5727fa3f51
|
Update menu_item_edit.php
|
2019-07-23 13:06:12 -06:00 |
|
FusionPBX
|
c450536706
|
Update menu_item_edit.php
|
2019-07-23 13:01:10 -06:00 |
|
Nate
|
4ed2ee626a
|
Database class integration.
|
2019-07-19 10:33:58 -06:00 |
|
markjcrane
|
a72f1d6266
|
Change messages class to message
|
2018-08-31 03:09:01 +00:00 |
|
AlexanderDCrane
|
f4c5cbebde
|
Update menu_item_edit.php (#3321)
|
2018-08-27 20:23:54 -06:00 |
|
Mafoo
|
3cab4401cf
|
Enhance - More messages::add updates (#2662)
convert more messages over to messsagse::add
|
2017-06-09 20:13:40 -06:00 |
|
FusionPBX
|
4ffb221544
|
Update menu_item_edit.php
Get the data before presenting it to prevent mixing backend and front end work.
|
2016-08-05 09:16:42 -06:00 |
|
reliberate
|
5a178625d5
|
Menu Manager: Add ability to customize main and sub menu icons.
|
2016-05-02 14:42:06 -06:00 |
|
Nate Jones
|
301614412c
|
Menu: Include all groups in list and select.
|
2015-05-10 04:34:14 +00:00 |
|
Nate Jones
|
1d575d30ff
|
Menu: Include domain for non-global groups in list and select.
|
2015-05-09 22:19:02 +00:00 |
|
Nate Jones
|
6e8cee1a7b
|
Visual adjustments.
|
2015-02-15 09:29:10 +00:00 |
|
Nate Jones
|
0018e553c4
|
Visual adjustments.
|
2015-02-15 07:59:02 +00:00 |
|
Nate Jones
|
996e89c396
|
Removal of colon next to form label names.
|
2015-02-15 06:50:00 +00:00 |
|
Mark Crane
|
d5731c9172
|
Use the new multi-lingual code on fusionpbx/core sub directories.
|
2015-01-18 09:22:07 +00:00 |
|
Mark Crane
|
bee6b9ae5e
|
Update the memcache reference to use the new cache PHP class.
|
2015-01-16 00:21:02 +00:00 |
|
Mark Crane
|
6dfb2b0a7f
|
Add a missing ) to fix the syntax.
|
2015-01-12 18:34:12 +00:00 |
|
Mark Crane
|
2fde3cb746
|
Fix the menu item edit group list so that it shows the global groups.
|
2015-01-12 18:32:18 +00:00 |
|
Mark Crane
|
58fe5d54a7
|
Add the menu_item_group_uuid primary key when adding a group to the menu
|
2014-10-11 07:16:04 +00:00 |
|
Mark Crane
|
6757e5eede
|
Fix the highest menu item order
|
2014-08-02 03:37:38 +00:00 |
|