Andrew Dolgov
|
a86ba0a67a
|
implement filter drag and drop sorting
|
12 years ago |
Barak Korren
|
ec8d46b29d
|
Un-bold article title in combined mode when marked as read
There was no visual cue about the article being marked as read or not
when it is expanded in combined mode.
|
12 years ago |
Andrew Dolgov
|
da46d21e88
|
simplify filter overview
|
12 years ago |
Andrew Dolgov
|
18ad09af01
|
implement filter titles
|
12 years ago |
Andrew Dolgov
|
8e8c8934a9
|
add necessary schema plumbing to implement filter ordering
also add filter titles
|
12 years ago |
Andrew Dolgov
|
b6173bd561
|
make postHeader a bit brighter
|
12 years ago |
Andrew Dolgov
|
c468531817
|
hide switch to digest from actions menu
|
12 years ago |
Andrew Dolgov
|
3dd0306f3e
|
subtoolbar: remove catchupPage, label confusing with upper toolbar catchup function
|
12 years ago |
Andrew Dolgov
|
a57c814990
|
hide some obscure-ish (or having hotkeys) options from global Actions menu
|
12 years ago |
Andrew Dolgov
|
88d305f48b
|
add a small box-shadow to postHeader
|
12 years ago |
Andrew Dolgov
|
b7a6e75408
|
remove postHeader gradient
|
12 years ago |
Andrew Dolgov
|
90ede186d2
|
disable small article preview for now
|
12 years ago |
Andrew Dolgov
|
7284cc776d
|
Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS
|
12 years ago |
Andrew Dolgov
|
32f3c02ba3
|
remove random waiting on task start, wait based on task id
|
12 years ago |
Andrew Dolgov
|
6078bbe655
|
Merge pull request #106 from RaphaelRochet/master
French translation update
|
12 years ago |
Andrew Dolgov
|
ee0542ce28
|
daemon: do not schedule user-disabled feeds (2)
|
12 years ago |
Raphaël Rochet
|
006ae26147
|
French translation update, new strings
|
12 years ago |
Andrew Dolgov
|
cd7ebb39e4
|
daemon: do not schedule user-disabled feeds
|
12 years ago |
Andrew Dolgov
|
1b1db7177f
|
import plugin: actually commit the transaction
|
12 years ago |
Andrew Dolgov
|
c1d2bd2603
|
Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS
|
12 years ago |
Andrew Dolgov
|
e9b7469233
|
validate session on startup
|
12 years ago |
Andrew Dolgov
|
b9fc62a776
|
fix typo which caused sql constraint errors
|
12 years ago |
Andrew Dolgov
|
6b3082ee33
|
rebase translations
|
12 years ago |
Andrew Dolgov
|
d538101618
|
catchup_feed: fix 1day on mysql
|
12 years ago |
Andrew Dolgov
|
94828a8b12
|
catchup by date: go by date_entered
|
12 years ago |
Andrew Dolgov
|
c8b693cf7f
|
implement catchup with selectable updated criteria
|
12 years ago |
Andrew Dolgov
|
bf1fee8347
|
replace fopen/fread loop with readfile
|
12 years ago |
Andrew Dolgov
|
fc5cd15819
|
googlereaderimport: disable creation of archived feeds until the SQL thing is resolved
|
12 years ago |
Andrew Dolgov
|
2f6ee35483
|
image.php: replace file_get_contents() with a fread/print loop
|
12 years ago |
Andrew Dolgov
|
55bd5dec80
|
googlereaderimport: rename dialog
|
12 years ago |
Andrew Dolgov
|
4c8b7389a6
|
import: remove wrong comment
|
12 years ago |
Andrew Dolgov
|
b029f91621
|
archive: automatically subscribe user to originating feed while unarchiving
|
12 years ago |
Andrew Dolgov
|
aa5ac2cd3a
|
do not create duplicate archived feeds on unsubscribe, file entries into already existing archive entry
|
12 years ago |
Andrew Dolgov
|
749da11bbe
|
googlereaderimport: automatically file imported articles to archived originating feeds
|
12 years ago |
Andrew Dolgov
|
22af123269
|
make toggling combined mode work without reload
|
12 years ago |
Andrew Dolgov
|
583dbc5695
|
api: add author to getHeadlines
|
12 years ago |
Andrew Dolgov
|
842c2ab451
|
tweak daemon2 to run feedbrowser/etc tasks after update randomly, not instead of update
|
12 years ago |
Andrew Dolgov
|
e81610d9ef
|
daemon: sort by random
|
12 years ago |
Andrew Dolgov
|
8292d05b7c
|
daemon: show feeds/minute stats
|
12 years ago |
Andrew Dolgov
|
17e74b21cf
|
update_rss_feed: bailout if cache is considered valid, but older than last_updated
|
12 years ago |
Andrew Dolgov
|
31623bfa99
|
if-modified-since: also take last_updated into account
|
12 years ago |
Andrew Dolgov
|
7a01dc776e
|
support If-Modified-Since
|
12 years ago |
Andrew Dolgov
|
60b88b254c
|
add hotkey toggle_cdm_expanded (f c)
|
12 years ago |
Andrew Dolgov
|
f940535997
|
cdm: make box-shadow a bit bigger; fix missing shadow on expandable active item
|
12 years ago |
Andrew Dolgov
|
be7bb7d5ee
|
headline menu: add ability to toggle unread/published/starred
|
12 years ago |
Andrew Dolgov
|
5e63e2fc9f
|
daemon2: make update tasks to wait before starting updates to improve
last_update_started handling (refs #647)
|
12 years ago |
Andrew Dolgov
|
7b11aa80ab
|
Revert "Avoid updating feed based on user pref DEFAULT_UPDATE_INTERVAL if it is set to -1 (no update)"
This reverts commit bca1cfbb95 .
|
12 years ago |
Andrew Dolgov
|
a8a039eb0d
|
daemon2: wait longer between spawns (refs #647)
|
12 years ago |
Andrew Dolgov
|
54838d87b7
|
Merge pull request #103 from yanobs/master
Avoid updating feed based on user pref DEFAULT_UPDATE_INTERVAL if it is set to -1 (no update)
|
12 years ago |
all
|
bca1cfbb95
|
Avoid updating feed based on user pref DEFAULT_UPDATE_INTERVAL if it is set to -1 (no update)
|
12 years ago |