summaryrefslogtreecommitdiff
path: root/classes/pref
AgeCommit message (Collapse)Author
2015-07-13feed test layout updatesAndrew Dolgov
2015-07-13Merge branch 'master' of git.fakecake.org:tt-rssAndrew Dolgov
Conflicts: classes/pref/filters.php
2015-07-13rework filter preview to use native regexp implementationAndrew Dolgov
2015-07-12queryFeedHeadlines: move to array-based arguments, optionally check if first ↵Andrew Dolgov
element changed when paginating
2015-07-06add a bit more visible separate infobox for password change resultsAndrew Dolgov
2015-06-07fix some minor typos and stuffAndrew Dolgov
2015-06-05support loading themes from themes.localAndrew Dolgov
2015-02-21remove AUTO_ASSIGN_LABELS (confusing, idiots keep enable it and complain of ↵Andrew Dolgov
the results)
2014-12-09require version information in all additional themesAndrew Dolgov
2014-10-08edit feed: smaller buttons for icon upload; allow uploading larger faviconsAndrew Dolgov
2014-08-01reinstate wrongfully renamed archived feed; properly fix prefs filtertree ↵Andrew Dolgov
labels for all feeds (ff5cc7d7)
2014-06-14Skip nested Feed when calling getNextUnreadFeed()André Glüpker
This function is only called when using "Mark all as read". So every time, this function gets called right now, all nested categories get marked as read as well, so we don't want to jump to them. Instead we want to the next category with same or higher tier.
2014-06-10add FEEDS_SORT_BY_UNREAD to blacklist (removed)Andrew Dolgov
2014-05-22add hidden tunable _DISABLE_INACTIVE_FEEDSAndrew Dolgov
2014-04-02expand filtertree display to make filters easier to distinguishAndrew Dolgov
2014-03-09disable OTP on user password resetAndrew Dolgov
2014-02-19remove some unused code reported by phpmdAndrew Dolgov
2014-01-19otp: use application name in provisioning uriAndrew Dolgov
2014-01-17increase randomness of shared url keys a bitAndrew Dolgov
2013-12-24remove unnecessary wrapping from share uniqid() keysAndrew Dolgov
2013-11-29queryFeedHeadlines: remove obsolete content_previewAndrew Dolgov
2013-09-02filters: add a link to the wiki page to the rule create/edit dialogAndrew Dolgov
2013-07-14fix filter content previews showing html contentAndrew Dolgov
2013-07-12mark feed with error in headlines toolbar, use error icon in feed editorAndrew Dolgov
2013-07-11share: move unsharing all articles into the pluginAndrew Dolgov
2013-07-10fix crash in filter preferencesAndrew Dolgov
2013-07-10Merge branch 'hookhead' of git://github.com/justauserx/Tiny-Tiny-RSS into ↵Andrew Dolgov
justauserx-hookhead
2013-07-10plugin list: fix system plugins image positionAndrew Dolgov
2013-07-10integrate silk icons by Mark JamesAndrew Dolgov
2013-06-28Changed the implementation of HOOK_QUERY_HEADLINES to deal with issue Fox raisedjustauser
2013-06-27Merge remote-tracking branch 'origin' into hookheadjustauser
Conflicts: classes/feeds.php fix for merging up to the origin
2013-06-27Changes to add a new hook: HOOK_QUERY_HEADLINES. An example is provided.justauser
2013-06-26fix inverse status not being set correctly for filters when creatingAndrew Dolgov
them fix inverse rules not being saved/restored properly through opml
2013-06-25batch feed editor: remove title and feed url because batch editing those ↵Andrew Dolgov
makes no sense whatsoever
2013-06-11minor user editor updatesAndrew Dolgov
2013-06-11use dojo stuff for user detailsAndrew Dolgov
2013-06-11pref-users: remove useless javascript: prefixAndrew Dolgov
2013-06-11user editor: use dojo stuffAndrew Dolgov
2013-06-07fix calculation of feed counts in pref-feeds editorAndrew Dolgov
2013-05-22add HOOK_PREFS_TAB_SECTION to user manager toolbarAndrew Dolgov
2013-05-19move stylesheets to css/, reference default tt-rss stylesheets fromAndrew Dolgov
default.css to make custom themes easier
2013-05-19adjust previous patch phrasing a bitAndrew Dolgov
2013-05-19document the date format stringMike Frysinger
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).
2013-05-16implement additional counter mode for virtual feeds when there's 0 unread ↵Andrew Dolgov
articles
2013-05-12make appearance of some preference panes more similarAndrew Dolgov
2013-05-07fix more hphp detected issuesAndrew Dolgov
2013-05-07Fixing bugs found by static analysisRasmus Lerdorf
2013-05-06remove support for hiding empty categories in prefs editor because people ↵Andrew Dolgov
are dumb
2013-05-05Merge pull request #179 from nottwo/$link-cleanupAndrew Dolgov
Remove obsolete $link parameter for password reset
2013-05-04use css nth-child instead of old even/odd class hacks for normal modeAndrew Dolgov