FusionPBX
ccb4b2a5bf
Use the settings class get method
2025-08-26 13:02:14 -06:00
FusionPBX
c3952028b1
Use the settings get method for the buttons
2025-04-14 10:36:21 -06:00
FusionPBX
b7e24103bf
Use the sessions get method to get rows_per_page
2025-04-14 09:27:06 -06:00
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
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
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
195b81faa0
Fax - Logs: Updates for PHP 8.1
2023-05-29 22:28:00 +00: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
Nate
44e2df3ac1
Fax Server: Modal integration.
2020-03-26 09:38:50 -06:00
Nate
029c7174b4
Multiple - Add IDs to common/default action buttons.
2020-03-05 00:05:45 -07:00
Nate
469798ad36
Fax Logs: Better refresh button.
2020-01-29 11:49:49 -07:00
Nate
ee283c7ea9
Fax Logs: Fix refresh button.
2020-01-29 11:47:37 -07:00
Nate
1ceccf698e
Fax Server: List view, button, bulk delete via class, etc.
2020-01-29 11:41:12 -07:00
Nate
d79244b39d
Fax Server: Add window titles.
2020-01-06 11:43:43 -07:00
chansizzle
b18607b6ae
Update fax_logs.php ( #4963 )
2019-12-18 20:15:02 -07:00
root
45319ef301
Set directories to 755 and files to 644
2019-12-14 17:34:17 +00:00
Nate
d23c5d84c4
Fax Server: Database class integration.
2019-08-07 18:59:26 -06:00
FusionPBX
265815f129
Update fax_logs.php
2018-12-17 18:26:21 -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
29e70796f6
Fax Server: Log detail view now available. Resolves issue 923.
2015-04-16 16:05:39 +00:00
Nate Jones
8a92c7a2de
Fax Server: Added refresh button, and fixed sorting and paging on logs.
2015-03-19 00:45:22 +00:00
Nate Jones
b8c33a9ed7
Fax Logs: Fix for Issue 857, paging now works properly.
2015-03-15 10:18:23 +00:00
Nate Jones
c900edb768
Emails: Initial build of failed email log. Still under construction.
2015-02-26 04:18:16 +00:00
Mark Crane
c5755666cb
Add the text class to more of the applications.
2015-01-18 10:06:08 +00:00
Nate Jones
f3e726eeea
Fax Server: Added interface to access (via IMAP or POP3) the inbound fax target email account. Required: PHP IMAP extension (obviously).
2014-11-27 13:37:08 +00:00
Mark Crane
0c0d63babb
Remove the add button for fax log
2014-09-09 17:53:50 +00:00
Mark Crane
22514af68d
Add a back button to fax logs
2014-09-09 17:04:47 +00:00
Mark Crane
cf22f2e279
Change GET fax_uuid to id
2014-09-09 17:00:22 +00:00
Mark Crane
bb01d0866d
Add the log link to fax
2014-09-09 16:49:58 +00:00
Mark Crane
4c971dbe6d
Move fax logs inside app/fax
2014-09-09 16:41:53 +00:00