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
demonspork
92dc62a7b4
Fix TTA display bug in Export CDR PDF
...
Same thing as in the xml_cdr.php page display. If the call is answered instantly, less than a second, then the difference is 0s, and the 0s is a visual indicator that the call was answered, it just took less than a second. Calls that didn't get answered have a large negative number stored in the TTA field, 0 is an answered call.
2021-02-20 11:51:24 -06:00
FusionPBX
246ffb3e12
Add a permission check for xml_cdr_export_csv and xml_cdr_export_pdf to the CDR export.
2021-01-18 00:00:18 -07:00
FusionPBX
95d3684cd1
Make the export page use the new xml_cdr_export permission.
2020-09-16 15:48:43 -06:00
Nate
dbdfafcfd8
CDR & Archive: Merge and simplify, integrating some features of CDR into Archive.
2020-02-11 10:44:00 -07:00
FusionPBX
70e3865d42
Update xml_cdr_export.php
2020-01-28 17:28:01 -07:00
Nate
cc33248ac7
CDR: Database class integration.
2019-09-03 08:29:44 -06:00
FusionPBX
c6b12e5f00
Update xml_cdr_export.php
2018-06-25 21:08:28 -06:00
konradSC
c7510768c7
Updates for CDR archives database server ( #3036 )
...
* Updates for CDR archives database server
* Add CDR Archive Server
* Updates for CDR archive server
* Updates for CDR Archive server
* Updates for CDR Archive server
* Create xml_cdr_archive.php
2018-04-23 13:24:30 -06:00
Harry G. Coin
bda6861f88
\r\n --> \n
...
Cause all the .php files containing lines ending with \r\n to instead end with \n.
DYI with:
find fusionpbx -type f -name '*.php' -exec dos2unix '{}' \;
2016-04-25 20:30:23 -05: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
markjcrane
8b2cb82df7
If show all is used on the export then remove the domain name from the file name.
2016-02-23 19:33:16 -07: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
bf6a8dd2b0
CDR: Added ability to export records in PDF format.
2014-12-06 10:30:44 +00:00