You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tt-rss/classes
Mike Frysinger 5bac322258 document the date format string
I assumed the format string was related to strftime except all of the
fields looked really weird.  After digging in the code, this string is
actually used with php's date().  Add a note for this so other people
can jump quickly to the relevant documentation (which is useful for
non-php peeps who have no idea what this is).
12 years ago
..
auth auth_base: choose random password if not supplied by auth module 12 years ago
db db-prefs: better error output for missing prefs, digest: hide DIGEST_ENABLE pref missing for unitialized users 12 years ago
feeditem fix atom:link not supported in rss feeds (fucking fuck) (2) 12 years ago
handler Fixing bugs found by static analysis 12 years ago
logger make logging configurable; add logging to syslog 12 years ago
pref document the date format string 12 years ago
.htaccess block listing of several util directories; deny access to config.php 12 years ago
api.php api, getArticle: check for article_id being present 12 years ago
article.php Fixing bugs found by static analysis 12 years ago
backend.php fix blank character after opening bracket in function calls 12 years ago
db.php unify houskeeping stuff, increase spawn interval 12 years ago
dbupdater.php revert OO-db access in dbupdater, create DbUpdater() correctly 12 years ago
dlg.php classes: use OO DB interface 12 years ago
feedenclosure.php add basic tinyparser/atom 12 years ago
feeditem.php move common methods to feeditem_common 12 years ago
feedparser.php try to force-convert feed data to utf8 12 years ago
feeds.php Exclude the article author from the cdm title link 12 years ago
handler.php fix missing DB object when instantiated to import opml 12 years ago
iauthmodule.php move authentication modules to plugins/ 12 years ago
idb.php reinstate error handlers; better DB error reporting on failed queries 12 years ago
ihandler.php implement plugin routing masks, add example plugin 12 years ago
logger.php make logging configurable; add logging to syslog 12 years ago
opml.php classes: use OO DB interface 12 years ago
plugin.php implement plugin API version compatibility check 12 years ago
pluginhandler.php make pluginhost a singleton 12 years ago
pluginhost.php Fixing bugs found by static analysis 12 years ago
rpc.php Fixing bugs found by static analysis 12 years ago
ttrssmailer.php Fixing bugs found by static analysis 12 years ago