.. |
auth
|
pluginhost: do not connect via legacy DB api until requested
|
2017-12-03 14:49:18 +03:00 |
db
|
db_prefs: return null if requested key is unset
|
2019-04-10 13:39:55 +03:00 |
feeditem
|
parser: support multiple dc:creator elements (returns as comma-separated list)
|
2019-08-02 06:22:42 +03:00 |
handler
|
public/cached_url: forbid sending files with extensions
|
2019-08-14 10:45:46 +03:00 |
logger
|
event log: simplify styles, prevent horizontal scrolling
|
2019-05-31 10:31:43 +03:00 |
pref
|
update SSL certificate wiki link
|
2019-08-02 08:03:20 +03:00 |
api.php
|
move rewrite_cached_urls to DiskCache::rewriteUrls()
|
2019-08-13 12:46:57 +03:00 |
article.php
|
DiskCache: more strict checking for input filenames, getUrl() is no longer static
|
2019-08-14 09:49:18 +03:00 |
backend.php
|
hotkey help: remove more info button
|
2019-03-07 12:27:18 +03:00 |
ccache.php
|
Be explicit when id column is ambiguous
|
2018-12-08 22:36:03 +01:00 |
counters.php
|
Be explicit when id column is ambiguous
|
2018-12-08 22:36:03 +01:00 |
db.php
|
Logger_SQL: use separate PDO connection
|
2018-09-10 21:49:31 +03:00 |
dbupdater.php
|
further update CLI schema updater layout to make it more readable
|
2019-03-07 06:54:05 +03:00 |
debug.php
|
CLI tools: fix --quiet not working if --log is unset
|
2018-12-01 10:05:26 +03:00 |
digest.php
|
digest text mode excerpt: use ellipsis fit for plain text
|
2019-03-26 08:51:36 +03:00 |
diskcache.php
|
consistency: use DiskCache->exists() to check for present files
|
2019-08-14 12:52:41 +03:00 |
dlg.php
|
move several more global functions to more appropriate classes
|
2019-06-20 08:14:06 +03:00 |
feedenclosure.php
|
remove some redundant php closing tags
|
2017-04-26 20:24:18 +03:00 |
feeditem.php
|
Store language of entries as indicated by the feed.
|
2018-08-12 15:27:26 +01:00 |
feedparser.php
|
parser: force libxml error messages to valid utf8
|
2019-05-12 10:13:22 +03:00 |
feeds.php
|
move rewrite_cached_urls to DiskCache::rewriteUrls()
|
2019-08-13 12:46:57 +03:00 |
handler.php
|
pluginhost: do not connect via legacy DB api until requested
|
2017-12-03 14:49:18 +03:00 |
iauthmodule.php
|
remove some redundant php closing tags
|
2017-04-26 20:24:18 +03:00 |
idb.php
|
remove some redundant php closing tags
|
2017-04-26 20:24:18 +03:00 |
ihandler.php
|
remove some redundant php closing tags
|
2017-04-26 20:24:18 +03:00 |
labels.php
|
labels: unfortunately we can't rely on caption to selectively clear label_cache (because of json unicode encoding) so clean it completely if label is updated
|
2018-12-06 08:29:32 +03:00 |
logger.php
|
Logger->log() allow passing context (defaults to '')
|
2018-09-10 21:32:10 +03:00 |
mailer.php
|
Fix to_address being logged twice
|
2019-03-09 20:09:16 +01:00 |
opml.php
|
move several more global functions to more appropriate classes
|
2019-06-20 08:14:06 +03:00 |
plugin.php
|
pluginhost: remove plugin gettext helpers (moved to plugin base class)
|
2019-03-05 10:26:23 +03:00 |
pluginhandler.php
|
force strip_tags() on all user input unless explicitly allowed
|
2017-12-03 23:35:38 +03:00 |
pluginhost.php
|
* HOOK_ENCLOSURE_ENTRY: pass article_id to handler
|
2019-08-13 16:40:21 +03:00 |
rpc.php
|
change version.json endpoint URL
|
2019-08-01 11:51:27 +03:00 |
rssutils.php
|
retire MIN_CACHE_FILE_SIZE
|
2019-08-14 12:44:50 +03:00 |