summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-03-31depiggifiedAndrew Dolgov
2013-03-31Merge pull request #109 from symac/patch-1Andrew Dolgov
Update public.php
2013-03-31Update public.phpsymac
Adding ability to access ARTICLE_NOTE directly in themes. Needed in a project of sharing RSS with notes in a specific atom field.
2013-03-31dismissArticle: check if target element existsAndrew Dolgov
2013-03-31for consistency do not force bold on hl.active a.titleAndrew Dolgov
2013-03-31Merge pull request #108 from scarabeusiv/masterAndrew Dolgov
Czech update
2013-03-31Update czech strings to 75%Tomas Chvatal
2013-03-31implement stop actionAndrew Dolgov
2013-03-31Merge pull request #107 from ifireball/visible-unreadAndrew Dolgov
Un-bold article title in combined mode when marked as read
2013-03-31implement filter drag and drop sortingAndrew Dolgov
2013-03-31Un-bold article title in combined mode when marked as readBarak Korren
There was no visual cue about the article being marked as read or not when it is expanded in combined mode.
2013-03-31simplify filter overviewAndrew Dolgov
2013-03-31implement filter titlesAndrew Dolgov
2013-03-31add necessary schema plumbing to implement filter orderingAndrew Dolgov
also add filter titles
2013-03-31make postHeader a bit brighterAndrew Dolgov
2013-03-31hide switch to digest from actions menuAndrew Dolgov
2013-03-31subtoolbar: remove catchupPage, label confusing with upper toolbar catchup ↵Andrew Dolgov
function
2013-03-31hide some obscure-ish (or having hotkeys) options from global Actions menuAndrew Dolgov
2013-03-31add a small box-shadow to postHeaderAndrew Dolgov
2013-03-31remove postHeader gradientAndrew Dolgov
2013-03-31disable small article preview for nowAndrew Dolgov
2013-03-31Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSSAndrew Dolgov
2013-03-31remove random waiting on task start, wait based on task idAndrew Dolgov
2013-03-31Merge pull request #106 from RaphaelRochet/masterAndrew Dolgov
French translation update
2013-03-31daemon: do not schedule user-disabled feeds (2)Andrew Dolgov
2013-03-31French translation update, new stringsRaphaël Rochet
2013-03-31daemon: do not schedule user-disabled feedsAndrew Dolgov
2013-03-31import plugin: actually commit the transactionAndrew Dolgov
2013-03-31Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSSAndrew Dolgov
2013-03-31validate session on startupAndrew Dolgov
2013-03-31fix typo which caused sql constraint errorsAndrew Dolgov
2013-03-31rebase translationsAndrew Dolgov
2013-03-31catchup_feed: fix 1day on mysqlAndrew Dolgov
2013-03-31catchup by date: go by date_enteredAndrew Dolgov
2013-03-31implement catchup with selectable updated criteriaAndrew Dolgov
2013-03-31replace fopen/fread loop with readfileAndrew Dolgov
2013-03-31googlereaderimport: disable creation of archived feeds until the SQL thing ↵Andrew Dolgov
is resolved
2013-03-31image.php: replace file_get_contents() with a fread/print loopAndrew Dolgov
2013-03-31googlereaderimport: rename dialogAndrew Dolgov
2013-03-30import: remove wrong commentAndrew Dolgov
2013-03-30archive: automatically subscribe user to originating feed while unarchivingAndrew Dolgov
2013-03-30do not create duplicate archived feeds on unsubscribe, file entries into ↵Andrew Dolgov
already existing archive entry
2013-03-30googlereaderimport: automatically file imported articles to archived ↵Andrew Dolgov
originating feeds
2013-03-30make toggling combined mode work without reloadAndrew Dolgov
2013-03-30api: add author to getHeadlinesAndrew Dolgov
2013-03-30tweak daemon2 to run feedbrowser/etc tasks after update randomly, not ↵Andrew Dolgov
instead of update
2013-03-30daemon: sort by randomAndrew Dolgov
2013-03-30daemon: show feeds/minute statsAndrew Dolgov
2013-03-30update_rss_feed: bailout if cache is considered valid, but older than ↵Andrew Dolgov
last_updated
2013-03-30if-modified-since: also take last_updated into accountAndrew Dolgov