gnu-social/lib
Alexei Sorokin 8079a476b6 Remove "magic quotes" code and avoid wrong order implode
"Magic quotes" were removed in PHP 5.4, no need to mitigate it anymore.

Avoid implode() with the join()-like order of arguments which was deprecated
since PHP 7.4 and implicitly since PHP 5.3.
Also avoid implode() with an implicit separator for stylistic reasons.

mktime() with no arguments has been deprecated since PHP 5.1.
2020-09-15 14:59:27 +03:00
..
action Set HTTP status codes with http_​response_​code() 2020-08-04 14:12:17 +03:00
activitystreams Avoid use of assignments bare inside statements 2020-09-08 12:42:51 +03:00
admin [MODULES] Make disable in admin panel effective 2019-09-12 04:50:46 +01:00
api Remove "magic quotes" code and avoid wrong order implode 2020-09-15 14:59:27 +03:00
application [LIB_REFACTOR] Fix requires 2019-09-03 03:33:13 +01:00
cache [LIB_REFACTOR] Moving files into separate semantic categories 2019-09-03 03:33:13 +01:00
database [DATABASE] Switch from PEAR DB to MDB2 2020-09-14 22:46:29 +03:00
exceptions [TheFreeNetwork] Do not allow lower priority protocols to handle remote actors already handled by the higher ones 2020-08-27 01:32:15 +01:00
feeds Set HTTP status codes with http_​response_​code() 2020-08-04 14:12:17 +03:00
groups [DATABASE] Fix remaining misuses of SQL's GROUP BY 2020-08-10 19:29:04 +03:00
im [LIB_REFACTOR] Moving files into separate semantic categories 2019-09-03 03:33:13 +01:00
media Fix "Implement a class for automatic temporary file handling" 2020-09-14 20:37:48 +03:00
modules Set HTTP status codes with http_​response_​code() 2020-08-04 14:12:17 +03:00
notices [NOTICES] Condition pushdown in the subquery in inboxnoticestream 2020-08-19 19:14:11 +03:00
portablecontacts [LIB_REFACTOR] Moving files into separate semantic categories 2019-09-03 03:33:13 +01:00
profile [DATABASE] Check SQL boolean values with "IS TRUE" 2020-07-21 18:06:39 +03:00
queue [ActivityPub] Implement Failed Queue 2020-08-29 20:32:21 +01:00
search [SEARCH][PostgreSQL] Make LIKE search case-insensitive 2020-08-16 19:05:47 +03:00
ui Avoid use of assignments bare inside statements 2020-09-08 12:42:51 +03:00
util Remove "magic quotes" code and avoid wrong order implode 2020-09-15 14:59:27 +03:00