summaryrefslogtreecommitdiffstats
path: root/inc/paginate.inc.php
Commit message (Collapse)AuthorAgeFilesLines
* Add tests using PHPUnitSimon Rettberg2025-12-121-1/+1
| | | | | | | Tests generated by Junie AI. Might not have the best possible quality but at least we got something, and if it turns out to be complete rubbish, we can just throw it out again without any issues, as this is independent of the actual code base.
* Implicitly nullable types are deprecated in PHP 8.3, make explicitSimon Rettberg2025-08-011-1/+1
|
* Fix more type errors, stricter typingSimon Rettberg2023-11-151-0/+2
|
* Add function param/return types, fix a lot more phpstorm complaintsSimon Rettberg2023-11-141-12/+13
|
* [inc/Util] Add types, move error printing functions to their own classSimon Rettberg2022-05-021-6/+6
|
* [statistics] added permissions to view client logs;Udo Walter2018-01-181-2/+0Star
| | | | | removed unused query arguments from Paginate::exec (caused an error if query arguments that are actually used in the query are passed to Paginate::exec)
* [inc/Paginate] Use Count(*) instead of SQL_CALC_FOUND_ROWS, which is fasterSimon Rettberg2017-11-291-11/+12
| | | | Most of the time.
* [merge] merging c3sl / fr - initial commitJonathan Bauer2016-04-011-1/+1
|
* Add pagination to syslog, change filter inputbox to use tagsinputSimon Rettberg2014-01-091-0/+114