summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)Author
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)
2013-03-25let us rejoice on being able to create double negative filters (refs #631)Andrew Dolgov
2013-03-25fix adaptive vgroup view crashingAndrew Dolgov
2013-03-25support grouped vfeeds in adaptive modeAndrew Dolgov
2013-03-25experimentally tweak adaptive mode to show unread articles first and other ↵Andrew Dolgov
stuff later
2013-03-25add a knob to disable reload on js changeAndrew Dolgov
2013-03-25remove localized_js.php; integrate with other startup JS stuffAndrew Dolgov
2013-03-25js translations: look for notify_info and notify_progress; update translationsAndrew Dolgov
2013-03-25tweak strip_harmful_tags() for php 5.3.2 compatibility (refs #620)Andrew Dolgov
2013-03-24label auto matcher: preg_quote() labelAndrew Dolgov
2013-03-24strip_harmful_tags: allow centerTomas Chvatal
2013-03-24improve zoomed post content cssAndrew Dolgov
2013-03-24update translationsAndrew Dolgov
2013-03-24Merge pull request #77 from scarabeusiv/masterAndrew Dolgov
Fix pluralized forms and whitespace in translations and fix the l10n tools
2013-03-24Update all translations reflecting the whitespace change.Tomas Chvatal
2013-03-24Regenerate templates.Tomas Chvatal
2013-03-24Fix plural forms on archived articles.Tomas Chvatal
2013-03-24api: implement subscribeToFeed/unsubscribeFeed (closes #623)Andrew Dolgov
2013-03-23release 1.7.5Andrew Dolgov
2013-03-23Revert "title escaping: do not double-encode entities"Andrew Dolgov
This reverts commit d6ce708930cb838af3ed1cf585d3ca62b7036d9b.
2013-03-23Revert "update SITE_TITLE customization to work without needing to be ↵Andrew Dolgov
pre-defined, make it compatible with unread count now being at start of title" This reverts commit 8d051fa0769922df69ac737eee9d13dff67095a9.
2013-03-23Revert "remove default definition of SITE_TITLE; rename to _SITE_TITLE as ↵Andrew Dolgov
with other constants of this nature" This reverts commit 1f56ba13cd69efca4f24a3bce9a8bb8ebcf3ebac.
2013-03-23title escaping: do not double-encode entitiesAndrew Dolgov
2013-03-23rssfuncs: do not try to match on empty labelAndrew Dolgov