summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-05-07Fixing bugs found by static analysisRasmus Lerdorf
2013-05-07move example plugins to -contribAndrew Dolgov
2013-05-07digest and mobile (old) moved to -contrib repositoryAndrew Dolgov
2013-05-07Revert "use img-polaroid lookalike for images"Andrew Dolgov
This reverts commit 7d61f11c768869806a352ea94550220cc2c144c0.
2013-05-07remove some blue bordersAndrew Dolgov
2013-05-07attempt to fix annoying shifting of feedTree elements while hover changesAndrew Dolgov
2013-05-07use img-polaroid lookalike for imagesAndrew Dolgov
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-04Merge pull request #178 from dzaikos/masterAndrew Dolgov
Modified the behaviour of catchup_visible_articles() in digest mode.
2013-05-04Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSSAndrew Dolgov
2013-05-04use css nth-child instead of old even/odd class hacks for normal modeAndrew Dolgov
2013-05-03Modified the behaviour of catchup_visible_articles() in digest mode.Dave Zaikos
The "Mark as read" option now first checks if articles are selected. If so, it only marks as read the selected articles. If no articles are selected, the previous behaviour is executed: marking all visible articles as read.
2013-05-03Remove obsolete $link parameter for password resetTrannie Carter
2013-05-03Merge pull request #177 from lotrfan/update_selected_fixAndrew Dolgov
Update selected count when collapsing an article
2013-05-02Update selected count when collapsing an articleJeffrey Tolar
2013-05-02Merge pull request #176 from ArmyOfPirates/masterAndrew Dolgov
Updated nl_NL translation
2013-05-02Updated nl_NL translationArmyOfPirates
2013-05-02atom: fix rel=alternate linksAndrew Dolgov
2013-05-02fix atom <author>value</author> elementsAndrew Dolgov
2013-05-02feedparser: make content:encoded take precedence over descriptionAndrew Dolgov
2013-05-02update: remove debugging blockAndrew Dolgov
2013-05-02format_article_tags: improve performanceAndrew Dolgov
2013-05-02make tag cache processing faster in cdmAndrew Dolgov
2013-05-02remove splash before freshfeed is loadedAndrew Dolgov
2013-05-02restore updstart thresholdAndrew Dolgov
2013-05-02simplify feed cache age handling (reduce caching to sequential updates)Andrew Dolgov
2013-05-02disable marking for the time beingAndrew Dolgov
2013-05-02move the precautionary timestamp bumpingAndrew Dolgov
2013-05-02Revert "ccache: do not force recalculate child counters on category upgrade ↵Andrew Dolgov
because this is handled elsewhere" http://tt-rss.org/forum/viewtopic.php?f=10&t=1964 This reverts commit d571740b33994a8faa5290b63d1c8b68f16e7686.
2013-05-02add _DISABLE_HTTP_304Andrew Dolgov
2013-05-02updater: show owner_uid for checked feedsAndrew Dolgov
2013-05-02remove cache valid bailout clauseAndrew Dolgov
2013-05-02change feed cache file extensionAndrew Dolgov
2013-05-01fix rss content:encoded not usedAndrew Dolgov
2013-05-01move common methods to feeditem_commonAndrew Dolgov
2013-05-01support dc:creatorAndrew Dolgov
2013-05-01add support for dc:subject and slash:commentsAndrew Dolgov
2013-05-01update: better tag-related debugging infoAndrew Dolgov
2013-05-01support RDF-XML feedsAndrew Dolgov
2013-05-01pass xpath object to feeditem, support media-rss objectsAndrew Dolgov
2013-05-01remove simplepieAndrew Dolgov
2013-05-01feeditem_rss: use guid elementAndrew Dolgov
2013-05-01fix get_links() for RSSAndrew Dolgov
2013-05-01parser: add get_links()Andrew Dolgov
2013-05-01actually save feed xml in the cacheAndrew Dolgov
2013-05-01remove simplepie entity decode hacksAndrew Dolgov
2013-05-01change caching to save xml data, remove RDF init sectionAndrew Dolgov
2013-05-01add basic rss supportAndrew Dolgov
2013-05-01add basic tinyparser/atomAndrew Dolgov