summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)Author
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
2013-03-23silence gzdecode() errorsAndrew Dolgov
2013-03-22Merge pull request #73 from derekmurawsky/dmChangesAndrew Dolgov
Centralized mail handling per post on google + community.
2013-03-22Additions:derekmurawsky
classes/trssmailer.php - Created class TTRSS mailer which extends phpmailer and sets the default mail settings upon instantiation. Class includes quickmail function that allows for a quick email send with no extra configurion necessary. Changes: config.php-dist - Added the smtp port option include/digest.php - Converted it to use the new ttrrssmailer class include/sanity_config.php - Added the smtp port option to the sanity check plugins/mail/init.php - Modified to use ttrssmailer class. This particular configuration shows a hybrid use case. register.php = Modified to use ttrssmailer class. All code was tested and functioned on my local machine.
2013-03-22Merge pull request #71 from gvmelle/masterAndrew Dolgov
added dutch to array
2013-03-22TypoGideon van Melle
- had to be =
2013-03-22Added string for DutchGideon van Melle
Added "nl_NL" -> "Dutch", in the array for function get_translations()
2013-03-22add basic password recovery thingAndrew Dolgov
2013-03-22de-emphasize article authorAndrew Dolgov
2013-03-22feeds/view: periodically bump login timestampAndrew Dolgov
2013-03-22remove obsolete entries from ccache on loginAndrew Dolgov
2013-03-22remove PTITLE kludge; use ajaxAndrew Dolgov
2013-03-22remove default definition of SITE_TITLE; rename to _SITE_TITLE as with other ↵Andrew Dolgov
constants of this nature
2013-03-22Merge branch 'master' of git://github.com/richbeales/Tiny-Tiny-RSS into ↵Andrew Dolgov
richbeales-master
2013-03-22db_escape_string: specify link parameter for consistency; sessions: do not ↵Andrew Dolgov
force-close db connection in _close()
2013-03-21update SITE_TITLE customization to work without needing to be pre-defined, ↵Richard Beales
make it compatible with unread count now being at start of title
2013-03-21remove long deprecated mobile/Andrew Dolgov
2013-03-21update translationsAndrew Dolgov