summaryrefslogtreecommitdiff
path: root/classes
AgeCommit message (Collapse)Author
2012-08-17rework class system to use subdirectoriesAndrew Dolgov
add placeholder plugin/hook system
2012-08-16auth_internal.change_password: do not rely on sessionAndrew Dolgov
2012-08-16move changing password code to authentication modulesAndrew Dolgov
2012-08-16save module user authenticated with, only allow password change if module is ↵Andrew Dolgov
'internal'
2012-08-16add hide_change_password session variableAndrew Dolgov
2012-08-16allow auto_create_user() to be used instead of find_user_by_login() when ↵Andrew Dolgov
auto creating is off
2012-08-16split authentication to separate modulesAndrew Dolgov
2012-08-15opml: remove CRs, tweak category node detectionAndrew Dolgov
2012-08-15opml: clean empty categoriesAndrew Dolgov
2012-08-15move opml stuff to classes/opml.phpAndrew Dolgov
2012-08-15disable dnd tip in pref_feedsAndrew Dolgov
2012-08-15fix drag-and-drop categorizing of feeds into nested catsAndrew Dolgov
2012-08-15pref_feeds: add missing methods to add/remove catsAndrew Dolgov
2012-08-15remove old category editorAndrew Dolgov
allow creating/removing categories in main feed editor
2012-08-15properly persist include_childrenAndrew Dolgov
2012-08-14print_feed_cat_select: display nested category structureAndrew Dolgov
fix empty sub-sub-categories never being shown
2012-08-14fix savefeedorder for dojo 1.7 (wtf)Andrew Dolgov
2012-08-14remove call-by-reference to comply with php 5.4Andrew Dolgov
2012-08-13change include_children to a togglebutton; add placeholder setting save in a ↵Andrew Dolgov
session
2012-08-13add toolbar checkbox to include subcategories to viewfeed()Andrew Dolgov
2012-08-13add special indication for categories having unread items in child categoriesAndrew Dolgov
2012-08-13remove feeds/index()Andrew Dolgov
2012-08-13sorta-kinda fix the feedlistAndrew Dolgov
2012-08-13initial work on nested categoriesAndrew Dolgov
2012-08-10Revert "add experimental clientside headline clamping (refs #479)"Andrew Dolgov
This reverts commit 26e4b12466208b433fef35946cb61ef9b3e52e45.
2012-08-09add experimental clientside headline clamping (refs #479)Andrew Dolgov
2012-07-14Change ttrss_logo.png (deleted) to logo_wide.pngSteven Allen
2012-07-09remove COUNTERS_MAX_AGE, add some optimization for counter queries (refs #464)Andrew Dolgov
2012-07-06remove memcached stuffAndrew Dolgov
2012-07-05Make Handler::before() hierarchy consistentJohn Keeping
In API, the before() method (inherited from Handler) takes a $method argument, although this is not declared for the before method() in handler. PHP in strict mode treats this as an error. Since call sites already pass the $method argument, change Handler::before() and the before() method in all other subclasses to take this argument.
2012-06-30use Uncategorized coalesce in a few more placesAndrew Dolgov
2012-06-29implement search in pref-filtersAndrew Dolgov
2012-06-24fix creating category filters on mysqlAndrew Dolgov
2012-06-21Merge pull request #19 from plaidfluff/7e454e815dd67f0ac3804e213599be9bbbc2755eAndrew Dolgov
Change update.php shebang to support any in-path installation locatio… Fix category count query for mysql
2012-06-21Fix category count query for mysqlfluffy
2012-06-20fix borders on filter test results containerAndrew Dolgov
2012-06-20fix creating filter with active article title in cdmAndrew Dolgov
2012-06-15show empty categories in italic in category editorAndrew Dolgov
2012-06-15show amount of feeds category holds in category editorAndrew Dolgov
2012-06-14tweak dialog topmost notices; add an explanation for the batch feed editorAndrew Dolgov
2012-06-14add select all/none functionality to several edit dialogsAndrew Dolgov
2012-06-07prevent session modification in public/rssAndrew Dolgov
2012-06-07prevent session modification in public/shareAndrew Dolgov
2012-06-03experimental tweak to not mark articles newer than last one loaded in the ↵Andrew Dolgov
buffer as read
2012-05-19Escape quotes in bookmarklet confirm messageAlexandre Gravel-Raymond
2012-05-16hide several user-related prompts when using remote auth + auto_login ↵Andrew Dolgov
(closes #447)
2012-05-15fix broken feed icon upload (closes #459)Andrew Dolgov
2012-05-05apply patch from gmargo to differentiate between manual and new feed ↵Andrew Dolgov
after-subscription update
2012-04-01allow manual updates for feeds with disabled automatic updatesAndrew Dolgov
2012-03-29simplify catching up of feeds, do not reload headlines buffer on catchup ↵Andrew Dolgov
unless on_catchup_show_next_feed is enabled (closes #442)