1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-07-03 13:00:51 +02:00
Commit Graph

377 Commits

Author SHA1 Message Date
Andrew Dolgov
c00907f2ed properly handle on-the-fly adding of categories 2010-11-09 13:28:10 +03:00
Andrew Dolgov
10249c41b7 properly handle on-the-fly adding of labels 2010-11-09 13:15:26 +03:00
Andrew Dolgov
1c31e1908a allow adding labels on the fly 2010-11-09 01:04:00 +03:00
Christian Weiske
f33479dab8 part of #276: determine if the url contents are html 2010-11-08 23:30:10 +03:00
Andrew Dolgov
b19d6e6e4b js: move position stuff to separate file 2010-11-08 14:24:34 +03:00
Andrew Dolgov
8801fb017c replace old-style published feed with universal secretkey-based approach used for all feeds; do not allow user/pass handling in generated feed urls; bump schema 2010-11-08 13:15:00 +03:00
Andrew Dolgov
5c7c7da9e1 allow adding cats from feed editor 2010-11-07 23:30:05 +03:00
Andrew Dolgov
f3f67c1b53 remove old-style debugging 2010-11-07 14:38:59 +03:00
Andrew Dolgov
ff0010c182 implement html5 localStorage support for client-side cache 2010-11-07 12:54:43 +03:00
Andrew Dolgov
50eefedbfd js: code cleanup 2010-11-07 12:11:05 +03:00
Andrew Dolgov
8acc449c6b change counter.cat and counter.tag to counter.kind 2010-11-05 16:38:55 +03:00
Andrew Dolgov
f1f3a642d6 use JSON for init-params 2010-11-05 16:16:30 +03:00
Andrew Dolgov
a8f447f398 fix background refresh being broken when no counter data is sent 2010-11-04 23:09:13 +03:00
Andrew Dolgov
6a7817c1ad handle counters using JSON instead of XML 2010-11-04 22:38:03 +03:00
Andrew Dolgov
5191a7ce03 init readability tweaks 2010-11-04 21:08:38 +03:00
Andrew Dolgov
d5ed5446d1 functions: code cleanup 2010-09-13 15:40:49 +04:00
Andrew Dolgov
4a3da1c8ef unify backend sanity checking code 2010-09-13 15:14:18 +04:00
Andrew Dolgov
0dfdf70816 exception reports: show stack trace 2010-09-13 14:43:38 +04:00
Andrew Dolgov
84c7b824fb use console.log for debugging; improve exception information 2010-09-05 13:41:19 +04:00
Andrew Dolgov
335565ac7d fix various actions failing when tried on an empty (e.g. no articles) headlines buffer 2010-05-27 16:10:35 +04:00
Andrew Dolgov
78bcd2c44c fix unsubscribeFeed behaving improperly in preferences 2010-02-15 15:16:53 +03:00
Andrew Dolgov
3393238de2 more input focusing improvements in popup dialogs 2010-02-03 16:54:17 +03:00
Andrew Dolgov
d002edc715 code cleanup 2010-02-03 16:06:24 +03:00
Andrew Dolgov
55132a454f closeInfoBox: properly cleanup contents 2010-02-03 15:01:33 +03:00
Andrew Dolgov
ab65c0343b fix typo 2010-01-15 11:51:36 +03:00
Andrew Dolgov
e71f261009 replace some theme-specific frontend hooks with theme options 2010-01-15 11:46:20 +03:00
Andrew Dolgov
883fee8df0 neon updates; make more icons themeable; misc fixes 2010-01-14 23:09:23 +03:00
Andrew Dolgov
b97e6e0267 reorganize theme support; add some themeable icons; add neon theme 2010-01-14 16:11:54 +03:00
Andrew Dolgov
7abf159d61 feed editor: allow manual replacement of feed icons 2010-01-14 12:47:28 +03:00
Andrew Dolgov
c3b7b797f5 add prototype of icon replacing control; misc tweaks 2010-01-14 11:28:57 +03:00
Andrew Dolgov
de0a6d930a tweak auxDlg 2010-01-13 18:49:41 +03:00
Andrew Dolgov
d9084cf220 implement settings profiles (bump schema) 2010-01-13 18:31:51 +03:00
Andrew Dolgov
ef88b1cca3 feed archive and feed browser improvements 2010-01-13 13:44:20 +03:00
Andrew Dolgov
a5819bb35d code cleanup; remove unnecessary callbacks; rework subscribtion dialog 2010-01-13 12:48:49 +03:00
Adrian Lang
542aebacb7 Add callback to Popups, focus subscribe URL input. 2010-01-13 11:46:11 +03:00
Andrew Dolgov
f88c78147e code cleanup; initial button usage 2010-01-12 14:44:41 +03:00
Andrew Dolgov
dbfc952271 make f a hotkey persistent; obsolete option HIDE_READ_FEEDS 2010-01-12 11:48:31 +03:00
Andrew Dolgov
082ae95b96 feed browser: add access to archived feeds 2010-01-11 15:40:35 +03:00
Andrew Dolgov
b4e75b2a25 use POST parameters for frontend requests 2009-12-29 18:49:27 +03:00
Andrew Dolgov
85e5c67d73 tweak new articles available prompt 2009-12-17 13:01:46 +03:00
Andrew Dolgov
95d0edcc4e resort_category: proper fix for flat list mode 2009-10-22 15:46:56 +04:00
Andrew Dolgov
764311847b limit resort_feedlist() to category mode 2009-10-22 12:01:40 +04:00
Andrew Dolgov
d9d0db0f01 parse_counters: invalidate feed cache when counter had changed 2009-10-14 23:38:31 +04:00
Andrew Dolgov
7c057b1a2a more auxDlg tweaks 2009-10-14 15:45:47 +04:00
Andrew Dolgov
0ac73f914d new articles prompt tweak 2009-10-14 09:38:04 +04:00
Andrew Dolgov
8d82cd7920 new articles prompt fix 2009-10-13 20:06:41 +04:00
Andrew Dolgov
37e93d6cca display special dialog when new articles are available in the current feed instead of reloading it 2009-10-13 19:05:36 +04:00
Andrew Dolgov
f4280bdd13 feed browser: add local spinner 2009-10-09 14:30:21 +04:00
Andrew Dolgov
78935092b5 display active hotkey prefix on screen 2009-10-09 13:13:57 +04:00
Andrew Dolgov
588e4dc3d3 closeInfoBox: always enable hotkeys 2009-10-08 12:36:27 +04:00