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 |
chansizzle
|
329fc04f6c
|
Update paging.php (#5279)
fix Notice: Undefined variable: max_page
|
2020-05-15 16:24:00 -06:00 |
Nate
|
071739288f
|
Update paging.php
|
2020-01-11 12:36:40 -07:00 |
Nate
|
8dd1e426f0
|
Misc CDR/other adjustments.
|
2019-10-24 18:27:48 -06:00 |
Nate
|
567ce5620d
|
Update paging function.
|
2019-10-22 01:41:47 -06:00 |
Nate
|
d8d86af1a7
|
Update paging.php
|
2019-10-21 12:07:47 -06:00 |
Nate
|
349684bb00
|
Paging: Integrate Button class. Theme: Add supporting classes for upcoming changes to list pages.
|
2019-10-19 16:55:46 -06:00 |
chansizzle
|
b7b4edd054
|
Update paging.php (#4463)
* Update paging.php
* Update paging.php
|
2019-08-28 23:11:04 -06:00 |
FusionPBX
|
73786bcf42
|
Update paging.php
|
2019-08-10 14:35:31 -06:00 |
FusionPBX
|
640cecf676
|
Update paging.php
|
2019-08-10 14:34:18 -06:00 |
FusionPBX
|
7f3bdb00b9
|
Update paging.php
|
2018-06-03 17:06:55 -06:00 |
FusionPBX
|
a84f7155d5
|
Update paging.php
|
2018-05-01 02:47:22 -06:00 |
FusionPBX
|
d4853b6ce3
|
Update paging.php
|
2017-08-30 11:40:20 -06: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 |
reliberate
|
39a31432ba
|
User Dashboard: Minor layout optimizations.
Follow Me: Added search and minimized paging controls.
Extensions: Added minimized paging controls.
|
2016-03-03 19:01:58 -07:00 |
Nate Jones
|
d30a509de0
|
Contacts / CDR: Minified top paging controls.
|
2015-04-01 09:00:17 +00:00 |
Nate Jones
|
75a4c04e26
|
Paging controls revamped. Can now enter a specific page to jump to. Press Enter/Return to submit.
|
2014-09-28 07:49:51 +00:00 |
Nate Jones
|
025786499f
|
Paging: Changed Prev/Next buttons to symbols.
|
2014-08-03 04:30:19 +00:00 |
Mark Crane
|
f6a78154e7
|
Move paging.php to the resources directory.
|
2013-07-06 06:26:16 +00:00 |