summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)Author
2013-03-29experimentally rework update daemon to process all feeds with the same url ↵Andrew Dolgov
sequentially to minimize network access and better utilize caches
2013-03-29cache simplepie object instead of xml feed dataAndrew Dolgov
2013-03-29remove feed update interval debuggingAndrew Dolgov
2013-03-29cache downloaded feed data to minimize network accessAndrew Dolgov
2013-03-29remove unused view modes handlingAndrew Dolgov
2013-03-29initialize_user_prefs: escape data on importAndrew Dolgov
2013-03-28Remove 2 useless line breaks. One got printed even with --quiet.Joschasa
2013-03-28rebase translationsAndrew Dolgov
2013-03-28update schema translationsAndrew Dolgov
2013-03-28add ability to select CSS files in themes/Andrew Dolgov
2013-03-28retire frankly ridiculous sorting by score/title/date/defaultAndrew Dolgov
keep defaul and oldest first instead of REVERSE_HEADLINES
2013-03-28rebase translationsAndrew Dolgov
2013-03-28attachments dropdown: display as block elementAndrew Dolgov
2013-03-28strip_harmful_tags: allow noscriptAndrew Dolgov
2013-03-28remove dialogNotice; tweak dialog appearance a bitAndrew Dolgov
2013-03-28sessions: properly check for cookie being setAndrew Dolgov
2013-03-28since dojo dropdowns won't work in article content because of html escaping ↵Andrew Dolgov
trick, replace attachment dropdown with generic html controls
2013-03-28remove inlined images in bwlimit modeAndrew Dolgov
2013-03-28sanity check: better suggestion for SELF_URL_PATHAndrew Dolgov
2013-03-28remove SESSION_EXPIRE_TIMEAndrew Dolgov
2013-03-28reimplement remember_meAndrew Dolgov
2013-03-28fix session support for single user modeAndrew Dolgov
2013-03-28add yet another workaround for stuck login due to session cookiesAndrew Dolgov
2013-03-28getVirtCounters: check if plugin feeds existAndrew Dolgov
2013-03-28only autostart session if login cookie existsAndrew Dolgov
2013-03-27add has_note with modeAndrew Dolgov
2013-03-27rebase translationsAndrew Dolgov
2013-03-27add experimental base for plugin vfeeds (3 pane mode not yetAndrew Dolgov
implemented)
2013-03-27allow ON_SANITIZE plugins to modify the list of tags and attributes that are ↵Felix Eckhofer
permissible
2013-03-27modify sorting by date_entered: set date_entered per-batch; use updated as a ↵Andrew Dolgov
secondary criteria
2013-03-27rebase translationsAndrew Dolgov
2013-03-27update schema translationsAndrew Dolgov
2013-03-27change description of HIDE_READ_FEEDSAndrew Dolgov
2013-03-27fetch_file_contents: fix fetching protected feeds when password has special ↵Andrew Dolgov
characters
2013-03-27tweak how utility.css-based stuff looksAndrew Dolgov
2013-03-27add label_base_index to init paramsAndrew Dolgov
2013-03-27experimentally rebase labels; make base index configurableAndrew Dolgov
2013-03-26add experimental easy installerAndrew Dolgov
2013-03-26fix (?) syntax error in ja_JP .po file; rebase translationsAndrew Dolgov
2013-03-26do not apply unread view mode on last read feed because it makes no senseAndrew Dolgov
2013-03-26schema: disable sort headlines by feed date by defaultAndrew Dolgov
2013-03-25Merge pull request #86 from saperduper/masterAndrew Dolgov
handle future pubDate
2013-03-26published and starred feeds: allow reversing headlinesAndrew Dolgov
2013-03-25add unread_first view mode (2)Andrew Dolgov
2013-03-25add unread_first view modeAndrew Dolgov
2013-03-25revert to previous adaptive behaviorAndrew Dolgov
2013-03-25implement _CLASSIC_ADAPTIVEAndrew Dolgov
2013-03-25Handle future pubDatesaperduper
Posts with pubDate in the future always appear at the top, which is ruining the whole "newest at top" idea. One way to handle this is to use time() instead. This is what google reader does and seems reasonable.
2013-03-25drop ttrss_filters from the schemaAndrew Dolgov
2013-03-25fix inverse rule to only mean negative regexp matching except for whole rule ↵Andrew Dolgov
(refs #631)