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
9090b874ab
simplify search, remove search_mode as useless
remove dialog to select by tags, simplify browsing by tag query
|
11 years ago |
| .. |
|
auth
|
auth_base: choose random password if not supplied by auth module
|
13 years ago |
|
db
|
fix some minor typos and stuff
|
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
|
11 years ago |
|
handler
|
simplify search, remove search_mode as useless
|
11 years ago |
|
logger
|
make logging configurable; add logging to syslog
|
13 years ago |
|
pref
|
add a bit more visible separate infobox for password change results
|
11 years ago |
|
.htaccess
|
block listing of several util directories; deny access to config.php
|
13 years ago |
|
api.php
|
simplify search, remove search_mode as useless
|
11 years ago |
|
article.php
|
bayes: properly reset score when going good -> ugly
|
11 years ago |
|
backend.php
|
fix blank character after opening bracket in function calls
|
13 years ago |
|
db.php
|
unify houskeeping stuff, increase spawn interval
|
13 years ago |
|
dbupdater.php
|
revert OO-db access in dbupdater, create DbUpdater() correctly
|
13 years ago |
|
dlg.php
|
simplify search, remove search_mode as useless
|
11 years ago |
|
feedenclosure.php
|
Store size of enclosure to database
|
12 years ago |
|
feeditem.php
|
move common methods to feeditem_common
|
13 years ago |
|
feedparser.php
|
atom: consider link rel=alternate in feed element for site urls
|
11 years ago |
|
feeds.php
|
simplify search, remove search_mode as useless
|
11 years ago |
|
handler.php
|
fix missing DB object when instantiated to import opml
|
13 years ago |
|
iauthmodule.php
|
move authentication modules to plugins/
|
13 years ago |
|
idb.php
|
reinstate error handlers; better DB error reporting on failed queries
|
13 years ago |
|
ihandler.php
|
implement plugin routing masks, add example plugin
|
13 years ago |
|
logger.php
|
make logging configurable; add logging to syslog
|
13 years ago |
|
opml.php
|
temporarily enable entity loader when importing opml because idk
|
11 years ago |
|
plugin.php
|
implement plugin API version compatibility check
|
13 years ago |
|
pluginhandler.php
|
add a wrapper for standard error codes returned by backend, also add explanation to the error object if possible
|
11 years ago |
|
pluginhost.php
|
pluginhost: mention that update task & housekeeping hooks are for global plugins only
|
11 years ago |
|
rpc.php
|
Make _DISABLE_FEED_BROWSER also disable the updateFeedBrowser RPC
|
11 years ago |
|
ttrssmailer.php
|
Changes to support a new version of the phpmailer. Adds a new setting SMTP_SECURE,
|
13 years ago |