summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-05-22update sphinx index option descriptionAndrew Dolgov
2013-05-20Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSSAndrew Dolgov
2013-05-20unify normal headline colors with cdm; add selected backgrounds in ↵Andrew Dolgov
expandable and 3 panel mode
2013-05-20Merge pull request #197 from HeikoAdams/masterAndrew Dolgov
Bugfix functions.php
2013-05-20fixed wrong path for css files in function calculate_dep_timestampHeiko Adams
2013-05-20always include basic layout CSS file to prevent unworkable UI in case of a ↵Andrew Dolgov
broken/incompatible theme
2013-05-20pass feed it to feed_fetched and fetch_feed hooksAndrew Dolgov
2013-05-20add HOOK_FETCH_FEEDAndrew Dolgov
2013-05-20update_rss_feed: remove unused override_url parameterAndrew Dolgov
2013-05-20parser/rss: try to get link from guid isPermaLink=trueAndrew Dolgov
2013-05-20Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSSAndrew Dolgov
2013-05-20daemon2: only perform houskeeping on task 0Andrew Dolgov
2013-05-19Merge pull request #196 from levito/patch-1Andrew Dolgov
update path to utility.css
2013-05-20update path to utility.cssVeit Lehmann
2013-05-20add floicon to gitignoreAndrew Dolgov
2013-05-19move stylesheets to css/, reference default tt-rss stylesheets fromAndrew Dolgov
default.css to make custom themes easier
2013-05-19add a placeholder where floicon might be added if needed, still keep itAndrew Dolgov
off trunk re: author being a shitlord
2013-05-19Revert "remove floicon because its author is a colossal shitlord ↵Andrew Dolgov
(http://tt-rss.org/forum/viewtopic.php?f=1&t=2055&p=10824#p10822)" This reverts commit dce5037888968788518dfdb6b1c29f3863238b92.
2013-05-19Merge pull request #195 from vapier/masterAndrew Dolgov
more Google Reader keys
2013-05-19googlereaderkeys: add o/enter/? keys like Google ReaderMike Frysinger
2013-05-19adjust previous patch phrasing a bitAndrew Dolgov
2013-05-19Merge pull request #194 from vapier/masterAndrew Dolgov
document the date preference format string
2013-05-19document the date format stringMike Frysinger
I assumed the format string was related to strftime except all of the fields looked really weird. After digging in the code, this string is actually used with php's date(). Add a note for this so other people can jump quickly to the relevant documentation (which is useful for non-php peeps who have no idea what this is).
2013-05-19Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSSAndrew Dolgov
2013-05-19when checking filter expression for validity, do not include ↵Andrew Dolgov
ttrss_feed_categories (closes #689)
2013-05-18Merge pull request #193 from kwirk/login_form_fixAndrew Dolgov
Fix password field missing on login form when auth_internal not used
2013-05-18Fix password field missing on login form when auth_internal not usedSteven Hiscocks
2013-05-18remove floicon because its author is a colossal shitlord ↵Andrew Dolgov
(http://tt-rss.org/forum/viewtopic.php?f=1&t=2055&p=10824#p10822)
2013-05-18add fetch_url and owner_uid to HOOK_FEED_FETCHEDAndrew Dolgov
2013-05-17fix atom:link not supported in rss feeds (fucking fuck) (2)Andrew Dolgov
2013-05-17fix atom:link not supported in rss feeds (fucking fuck)Andrew Dolgov
2013-05-17try to force-convert feed data to utf8Andrew Dolgov
2013-05-17reduce menu label font sizeAndrew Dolgov
2013-05-16db-prefs: better error output for missing prefs, digest: hide DIGEST_ENABLE ↵Andrew Dolgov
pref missing for unitialized users
2013-05-16enlarge auto mark offset heightAndrew Dolgov
2013-05-16when auto selecting, only select articles actually near the buffer topAndrew Dolgov
2013-05-16config: expand description of PHP_EXECUTABLEAndrew Dolgov
2013-05-16previous patch, fix typoAndrew Dolgov
2013-05-16previous patch, remove active_foundAndrew Dolgov
2013-05-16while cdm_auto_catchup is enabled, after scrolling set active article to the ↵Andrew Dolgov
topmost visible in the buffer so that n/p hotkeys would not reset scrolling position
2013-05-16better support for atom content type xhtmlAndrew Dolgov
2013-05-16implement additional counter mode for virtual feeds when there's 0 unread ↵Andrew Dolgov
articles
2013-05-15atom parser: experimental fix for feeds which do not encode entry contentAndrew Dolgov
2013-05-15api, getArticle: check for article_id being presentAndrew Dolgov
2013-05-15cdm expanded: make read headlines brighterAndrew Dolgov
2013-05-15redditimgur: support /album/Andrew Dolgov
2013-05-15remove blockquote background and unnecessary paddingAndrew Dolgov
2013-05-15Merge pull request #192 from supahgreg/header_author_linkAndrew Dolgov
Exclude the article author from the cdm title link
2013-05-15Exclude the article author from the cdm title linksupahgreg
2013-05-15api, add sanitize to getHeadlines (defaults to true)Andrew Dolgov