index
:
forks/tt-rss
main
Fork of deprecated tt-rss repo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
functions.php
Age
Commit message (
Expand
)
Author
2025-05-21
Improve naming when working with filter actions.
wn_
2025-05-18
Deprecate and remove use of the 'SUBSTRING_FOR_DATE' constant.
wn_
2025-05-18
Remove an outdated check for 'E_DEPRECATED' existence.
wn_
2025-04-30
Merge branch 'feature/phpstan-updates' into 'master'
wn
2025-04-27
Remove a PHPStan ignore related to PHP < 8
wn_
2025-04-14
initial attempt to remove mysql-related stuff from tt-rss
Andrew Dolgov
2025-03-26
enable ta translation
Andrew Dolgov
2024-12-15
Don't bother passing unused arguments to 'TimeHelper::make_local_datetime()'.
wn_
2024-11-24
Use PHP 8 'str_' functions.
wn_
2024-11-23
Use native union types in most places.
wn_
2024-11-23
update usage of deprecated function
Andrew Dolgov
2024-11-23
bump minimum required php version to 8.0 & remove some deprecated code
Andrew Dolgov
2024-11-18
Eliminate use of deprecated 'get_pref()' and 'set_pref()'.
wn_
2024-11-12
Address PHPStan findings as of 2.0.1
wn_
2024-08-21
Fix some broken links and make minor wording tweaks.
wn_
2024-06-14
Merge branch 'master' into weblate-integration
Andrew Dolgov
2024-03-26
Make implicit nullable parameters explicitly nullable.
wn_
2024-03-06
drop es_LA, move es_ES to es
Andrew Dolgov
2024-01-09
* mark get_pref/set_pref wrappers as deprecated
Andrew Dolgov
2023-02-25
require PHP to have support for flock()
Andrew Dolgov
2022-12-30
deal with type errors in batch feed editor properly, un-deprecate PDO wrapper...
Andrew Dolgov
2022-12-30
batch feed editor:
Andrew Dolgov
2022-08-22
update gl translation label (2)
Andrew Dolgov
2022-08-22
update gl translation label
Andrew Dolgov
2022-08-21
enable gl translation (Galician)
Andrew Dolgov
2022-08-12
Use the null coalescing assignment operator in various places.
wn_
2022-04-18
fix be locale label
Andrew Dolgov
2022-04-18
enable Belarusian translation (proper UI label pending)
Andrew Dolgov
2022-02-20
* Feeds::_get_counters - fix retrieving unread for tags
Andrew Dolgov
2021-11-23
mark clean() return value as nullable
Andrew Dolgov
2021-11-20
* sql_bool_to_bool: make parameter nullable
Andrew Dolgov
2021-11-11
Address PHPStan warnings in 'include/functions.php'.
wn_
2021-11-11
Address PHPStan warnings in 'classes/timehelper.php'.
wn_
2021-11-11
Address PHPStan warnings in 'classes/sanitizer.php'.
wn_
2021-08-23
remove SELF_USER_AGENT custom constant, replaced with configurable Config::HT...
Andrew Dolgov
2021-06-17
clarify some @deprecation notices
Andrew Dolgov
2021-05-21
feeditem_atom: support xml:base for enclosures and entry content
Andrew Dolgov
2021-03-11
add Config::LOCAL_OVERRIDE_JS
Andrew Dolgov
2021-03-04
fix a bunch of bookmarklets login forms not leading back
Andrew Dolgov
2021-03-04
bring back web dbupdate using new migrations system
Andrew Dolgov
2021-03-02
move dbupdater to db/updater; move base SCHEMA_VERSION constant inside db/upd...
Andrew Dolgov
2021-03-02
* sanitize: never rewrite relative links to our own prefix
Andrew Dolgov
2021-03-01
simplify internal authentication code and bump default algo to SSHA-512
Andrew Dolgov
2021-03-01
move version-related stuff to Config; fix conditional feed requests
Andrew Dolgov
2021-03-01
we don't need to initialize urlhelper properties
Andrew Dolgov
2021-03-01
move startup checks to Config, set a bunch of @deprecated annotations
Andrew Dolgov
2021-02-28
move all $fetch globals to UrlHelper
Andrew Dolgov
2021-02-27
bump schema for ttrss_user_labels2 indexes
Andrew Dolgov
2021-02-26
cleanup previous
Andrew Dolgov
2021-02-26
pass translations to frontend as a json object
Andrew Dolgov
[next]