1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-30 12:30:52 +02:00
Commit Graph

3761 Commits

Author SHA1 Message Date
Andrew Dolgov
f6370f36ef sanity_check: check whether ICONS_DIR is writable (closes #273) 2010-11-01 12:18:06 +03:00
Andrew Dolgov
7aabaa09e1 daemon2: check proper lockfile location in reap_children() 2010-10-29 12:10:24 +04:00
Andrew Dolgov
8ccaff02b5 add some more lockfiles to update_daemon2 2010-10-29 11:58:40 +04:00
Andrew Dolgov
f9b2d27c70 default headline sort order by date_entered instead of updated 2010-10-27 12:10:14 +04:00
Andrew Dolgov
338302709c override order use date_entered instead of updated 2010-10-27 12:06:26 +04:00
Andrew Dolgov
25ea280502 add ttrss_entries.date_updated; use date_updated instead of date_enered for expiry checking (bump schema) 2010-10-27 12:05:20 +04:00
Andrew Dolgov
70543b6a40 merge API changes from nilsbraden@github 2010-10-25 13:31:37 +04:00
Andrew Dolgov
6a69b6ad44 revert to sorting by updated instead of date_entering unless Date sorting is requested 2010-10-19 09:36:16 +04:00
Andrew Dolgov
8872d5f022 queryFeedHeadlines: fix select bug 2010-10-18 18:41:15 +04:00
Andrew Dolgov
9c57be20a2 Merge branch 'master' of madoka.volgo-balt.ru:public_html/testbox/tt-rss 2010-10-18 18:32:57 +04:00
Andrew Dolgov
7b20c97780 order feed output by date_entered instead of updated to properly keep new stuff topmost; support REVERSE_HEADLINES in more headline output modes 2010-10-18 18:32:26 +04:00
Andrew Dolgov
f95ac2755a api: getArticle: allow comma-separated list of ids 2010-10-15 19:04:09 +04:00
Andrew Dolgov
cd9c29de80 Merge branch 'digest-experimental' 2010-10-15 18:58:15 +04:00
Andrew Dolgov
e6e121dba4 update translations 2010-10-13 14:48:25 +04:00
Andrew Dolgov
5d44aec110 rename confusing bwlimit option on login page 2010-10-13 14:48:15 +04:00
Andrew Dolgov
a286795d6f add gitignore 2010-10-11 11:25:27 +04:00
Andrew Dolgov
a16a62c02d outputHeadlinesList: properly handle always_display_enclosures when feed_id is null 2010-10-11 11:24:29 +04:00
Andrew Dolgov
fb45339a81 catchupRelativeToArticle: use confirm_feed_catchup preference 2010-10-08 23:27:51 +04:00
Andrew Dolgov
6240dabe21 resize_headlines: add workaround for an Opera bug 2010-10-05 15:48:09 +04:00
Andrew Dolgov
748345733d collapse_feedlist: fix incorrect label being set on collapse button 2010-10-05 15:44:41 +04:00
Andrew Dolgov
98d684f99b Merge branch 'master' of madoka.volgo-balt.ru:public_html/testbox/tt-rss 2010-10-03 12:21:46 +04:00
Andrew Dolgov
a2d799815a remove unnecessary mentions of global_purge_old_posts; add debugging to purge_orphans() 2010-10-03 12:19:09 +04:00
Andrew Dolgov
3b3a199df8 Merge branch 'master' of madoka.volgo-balt.ru:public_html/testbox/tt-rss 2010-10-03 11:54:20 +04:00
Andrew Dolgov
5ba53dde35 editFeedCats: show progress message 2010-09-30 18:30:15 +04:00
Andrew Dolgov
0618b81c07 daemon: less gentle child unstucking 2010-09-30 17:03:02 +04:00
Andrew Dolgov
a5ff2e7725 reenable piggie (refs #42) 2010-09-30 16:53:58 +04:00
Andrew Dolgov
230807bd59 reenable piggie (refs #42) 2010-09-30 16:53:23 +04:00
Andrew Dolgov
58226f869c digest: do not show catchup/loadmore prompt when there's nothing to load 2010-09-22 14:17:26 +04:00
Andrew Dolgov
b8a1b2ae94 digest: only try to show feed loading indicator when feed is actually present on screen 2010-09-22 14:10:39 +04:00
Andrew Dolgov
0d471a1233 opml import: add workaround for LiveJournal OPML files with xmlURL attribute 2010-09-21 11:53:54 +04:00
Andrew Dolgov
e638cd0201 digest: properly mark fresh articles 2010-09-13 18:32:34 +04:00
Andrew Dolgov
9a4dd417c4 Merge branch 'master' into digest-experimental 2010-09-13 18:23:37 +04:00
Andrew Dolgov
66438f2922 init params: add fresh article age 2010-09-13 18:23:24 +04:00
Andrew Dolgov
35a243833e Merge branch 'master' of madoka.volgo-balt.ru:public_html/testbox/tt-rss into digest-experimental 2010-09-13 18:19:53 +04:00
Andrew Dolgov
b25df544b4 release 1.4.3.1 2010-09-13 16:10:17 +04:00
Andrew Dolgov
1284402268 Merge branch 'master' into digest-experimental 2010-09-13 16:08:47 +04:00
Andrew Dolgov
91c5f22946 skip new version checking right after login to speed up startup 2010-09-13 16:00:05 +04:00
Andrew Dolgov
63def06ca8 check_for_update: fix typo which caused incorrect output of print_runtime_error() which caused RPC errors when DEFAULT_UPDATE_METHOD was set to SimplePie 2010-09-13 15:54:24 +04:00
Andrew Dolgov
d5ed5446d1 functions: code cleanup 2010-09-13 15:40:49 +04:00
Andrew Dolgov
201efb3e64 functions: code cleanup 2010-09-13 15:40:35 +04:00
Andrew Dolgov
285de6d8a3 digest: utilize sanity checking on init 2010-09-13 15:17:26 +04:00
Andrew Dolgov
b17c54b32c Merge branch 'master' into digest-experimental 2010-09-13 15:14:22 +04:00
Andrew Dolgov
4a3da1c8ef unify backend sanity checking code 2010-09-13 15:14:18 +04:00
Andrew Dolgov
5328c7d7f1 digest: placeholder sanity check on init 2010-09-13 15:08:34 +04:00
Andrew Dolgov
35f4f76714 Merge branch 'master' into digest-experimental 2010-09-13 15:04:09 +04:00
Andrew Dolgov
134477f21d add infobox css 2010-09-13 15:04:05 +04:00
Andrew Dolgov
c5325e0925 digest: support exception error box 2010-09-13 15:02:50 +04:00
Andrew Dolgov
ddb25076ee Merge branch 'master' into digest-experimental 2010-09-13 14:58:12 +04:00
Andrew Dolgov
e7df7538a9 split infobox stuff into separate css 2010-09-13 14:57:55 +04:00
Andrew Dolgov
4973c5ef55 fix merge conflict with master 2010-09-13 14:50:23 +04:00