index
:
forks/tt-rss
main
Fork of deprecated tt-rss repo
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
classes
/
feeds.php
Age
Commit message (
Expand
)
Author
2018-08-20
split transparent rewriting of locally cached media URLs to execute after bot...
Andrew Dolgov
2018-05-23
Call the subscription hook from the plugins even if fetch_file_contents retur...
MatthieuS
2018-01-05
subscribe_to_feed: force-cast login and password to string
Andrew Dolgov
2017-12-31
remove synchronous feed refreshing on ForceUpdate
Andrew Dolgov
2017-12-17
force-cast some variables used in queries to integer
Andrew Dolgov
2017-12-15
properly highlight search keywords containing forward slash
Andrew Dolgov
2017-12-11
subscribe dialog: add primary action
Andrew Dolgov
2017-12-11
add some primary dialog actions; update css
Andrew Dolgov
2017-12-11
filter,label dlg: use default action
Andrew Dolgov
2017-12-11
search form: set default action
Andrew Dolgov
2017-12-10
synchronous feed update: catch PDO exceptions as to not break headlines output
Andrew Dolgov
2017-12-04
some (very minor) code cleanup in feeds class
Andrew Dolgov
2017-12-04
format_headlines_list: prevent warning on first_id changed check
Andrew Dolgov
2017-12-03
fix some minor issues found by code analyzer
Andrew Dolgov
2017-12-03
queryfeedheadlines: there's no need to quote order_by/override_order
Andrew Dolgov
2017-12-03
style feed icon and opml file upload controls
Andrew Dolgov
2017-12-03
feed debugger: only allow debugging users own feeds
Andrew Dolgov
2017-12-03
further stylesheet simplification related fixes
Andrew Dolgov
2017-12-03
feeds: remove sql_bool_to_bool()
Andrew Dolgov
2017-12-03
main classes: remove sql_bool_to_bool() kludge
Andrew Dolgov
2017-12-01
fix typo
Andrew Dolgov
2017-12-01
query feed headlines: fix limit/offset
Andrew Dolgov
2017-12-01
feeds: handle escaping
Andrew Dolgov
2017-12-01
feeds: remove escaping
Andrew Dolgov
2017-12-01
queryfeedheadlines: PDOize (1)
Andrew Dolgov
2017-12-01
feeds: right before queryfeedheadlines()
Andrew Dolgov
2017-12-01
ccache, misc: fixes
Andrew Dolgov
2017-10-09
makes 'order by title' to sort by title and by ascending date
Gilles Grandou
2017-10-06
fix batch feed editor using wrong SQL syntax when saving feed password
Andrew Dolgov
2017-05-26
add HOOK_FORMAT_ARTICLE & HOOK_FORMAT_ARTICLE_CDM
Andrew Dolgov
2017-05-05
wrap rssfuncs into rssutils class
Andrew Dolgov
2017-05-04
move label stuff to Labels class
Andrew Dolgov
2017-05-04
move some label stuff to labels.php
Andrew Dolgov
2017-05-04
move get_article_labels to Article
Andrew Dolgov
2017-05-04
move counter cache to a separate class
Andrew Dolgov
2017-05-04
move a bunch of functions into Feeds/Article namespaces
Andrew Dolgov
2017-05-04
move to Article:
Andrew Dolgov
2017-05-04
move the following to Feeds:
Andrew Dolgov
2017-05-04
move the following to Article:
Andrew Dolgov
2017-05-04
move getArticleFeed to Article
Andrew Dolgov
2017-04-26
fix various issues reported by static analysis
Andrew Dolgov
2017-03-31
filter by search results while marking feed as read
Andrew Dolgov
2017-03-06
cdmClicked: do not use event.target.parents to figure out if clicked on a hea...
Andrew Dolgov
2017-02-17
rework the way headlines menus identify calling row
Andrew Dolgov
2017-02-13
bind headlines menu to a selector to avoid remaking it unnecessarily
Andrew Dolgov
2017-02-12
Prevent target='_blank' vulnerability on dynamic link
Jérémy DECOOL
2017-02-10
use print_hidden() for hidden dojo form fields
Andrew Dolgov
2017-01-28
subscribe dialog: do not report errors via alert()
Andrew Dolgov
2017-01-22
unpackVisibleHeadlines: do not iterate over all RROWs all the time
Andrew Dolgov
2017-01-22
force ngettext() count argument type to string
Andrew Dolgov
[next]