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.
Andrew Dolgov
27f7b59353
add a wrapper for standard error codes returned by backend, also add explanation to the error object if possible
|
10 years ago |
.. |
auth
|
auth_base: choose random password if not supplied by auth module
|
12 years ago |
db
|
rollback current transaction before trying to report SQL query errors, properly save database error messages when logging query errors
|
11 years ago |
feeditem
|
feedparser: xpath doesn't properly query for title element if there's a default namespace so let's add a separate ugly hack for rdf:RDF feeds, thanks for that xml dipshits
|
10 years ago |
handler
|
add a wrapper for standard error codes returned by backend, also add explanation to the error object if possible
|
10 years ago |
logger
|
make logging configurable; add logging to syslog
|
12 years ago |
pref
|
remove AUTO_ASSIGN_LABELS (confusing, idiots keep enable it and complain of the results)
|
10 years ago |
.htaccess
|
block listing of several util directories; deny access to config.php
|
12 years ago |
api.php
|
api: getHeadlines: add configurable excerpt_length (bump api version)
|
10 years ago |
article.php
|
fix sharebyurl identifying articles by link instead of special synthesized guid which caused feed entries overwriting shared entries if their link matched
|
10 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
|
remove obsolete code related to version checking and tarball updater plugin
|
10 years ago |
feedenclosure.php
|
Store size of enclosure to database
|
10 years ago |
feeditem.php
|
move common methods to feeditem_common
|
12 years ago |
feedparser.php
|
fix parse atom feed
|
10 years ago |
feeds.php
|
Added a "title" attribute in the link to an article.
|
10 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
|
temporarily enable entity loader when importing opml because idk
|
10 years ago |
plugin.php
|
implement plugin API version compatibility check
|
12 years ago |
pluginhandler.php
|
add a wrapper for standard error codes returned by backend, also add explanation to the error object if possible
|
10 years ago |
pluginhost.php
|
add pluginhost HOOK_HEADLINES_BEFORE (refs #814)
|
10 years ago |
rpc.php
|
remove some unused code reported by phpmd
|
11 years ago |
ttrssmailer.php
|
Changes to support a new version of the phpmailer. Adds a new setting SMTP_SECURE,
|
12 years ago |