summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-07-07rewrite_relative_url: don't touch stuff which has sheme in it (closes #738)Andrew Dolgov
2013-07-07Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSSAndrew Dolgov
2013-07-07rename orig_guid to no_orig_guidAndrew Dolgov
2013-07-07syndicated feeds: add orig_guid to optionally alter item id to workaround ↵Andrew Dolgov
duplicate checking for syndicated content; add <link> element to <source>
2013-07-06Merge pull request #251 from guillaume-uH57J9/masterAndrew Dolgov
Log failed login attemps, related to Feature #432 (try 2)
2013-07-06Report failed login attemps using user_errorguillaume-uH57J9
2013-07-06fix broken highlighting of high-scored rowsAndrew Dolgov
2013-07-06better error reporting in session validationAndrew Dolgov
2013-07-06Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSSAndrew Dolgov
2013-07-06date_reverse view mode: take scoring into accountAndrew Dolgov
2013-07-06Merge pull request #245 from shibuya246/masterAndrew Dolgov
add <source><title> to feed rss output as is common in other rss feeds
2013-07-06Merge pull request #246 from KestL/masterAndrew Dolgov
Google Reader Import plugin - right datetime in last_marked
2013-07-06Merge pull request #247 from TheSpyder/hotkey_fixesAndrew Dolgov
Hotkey fixes
2013-07-06Merge pull request #249 from qwerdy/masterAndrew Dolgov
Filter test from web interface now replicates behaviour from pull #167
2013-07-05Filter test from web interface now replicates behaviour from pull #167Joakim
2013-07-03Update atom.phpsyrnon
2013-07-03Update feedparser.phpsyrnon
2013-07-02Added alt and meta key handling to hotkeysAndrew Herron
2013-07-02prevent accidental ctrl_key globalAndrew Herron
2013-07-01getting last_marked value from starred.jsonKonstantin Ufimtsev
2013-07-01add <source><title> to feed rss outputshibuya246
2013-07-01add <source><title> to feed rss outputshibuya246
2013-06-29Merge remote-tracking branch 'origin' into hookheadjustauser
update to latest
2013-06-29fixed a typojustauser
2013-06-28Add some explanaiton in the example about the content_preview fieldjustauser
2013-06-28Changed the implementation of HOOK_QUERY_HEADLINES to deal with issue Fox raisedjustauser
2013-06-28Merge pull request #243 from d7415/masterAndrew Dolgov
image.php: Remove possible leading line from images
2013-06-28image.php: Flush headers and output buffer to prevent a leading empty line ↵Martin Stone
in some instances. Signed-off-by: Martin Stone <[email protected]>
2013-06-28add js hook for floating titleAndrew Dolgov
2013-06-27do not show lone dash in collapsed cdm when content preview is disabledAndrew Dolgov
2013-06-27one more change to merge to originjustauser
2013-06-27change for HOOK_QUERY_HEADLINES. See example for details.justauser
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-26Merge pull request #239 from craywolf/fixversionAndrew Dolgov
Fix version in preferences footer
2013-06-26Fix version in preferences footercraywolf
2013-06-26add experimental counterNode text shadowAndrew Dolgov
2013-06-26another counter node positioning hackAndrew Dolgov
2013-06-26floicon wrapper: fix short tagAndrew Dolgov
2013-06-26replace floIcon with jimIcon from https://github.com/jimparis/jimIconAndrew Dolgov
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-25login page: remove versionAndrew Dolgov
2013-06-25parser: remove atom <source> elementAndrew Dolgov
2013-06-25do not catchup newly subscribed feedsAndrew Dolgov
2013-06-25af_dilbert: fix typoAndrew Dolgov
2013-06-25add af_dilbertAndrew Dolgov
2013-06-24Merge pull request #236 from levito/patch-5Andrew Dolgov
only do article update operations once when scrolling
2013-06-25only do article update operations once when scrollingVeit Lehmann
I discovered that DOM operations and function calls were done several times inside the 100px mirror when scrolling through articles. Especially painful on seamless scrolling systems like Mac OS, where dozens of updates would slow down this part dramatically. This change fixes it.
2013-06-25make floating title less cpu intensiveAndrew Dolgov