Commit Graph

3802 Commits

Author SHA1 Message Date
Andrew Dolgov 661135c742 unify update_daemon, update_feeds and update_feedbrowser into update.php; move update.php to db-updater.php 2010-11-09 16:33:08 +03:00
Andrew Dolgov e75df19d50 update_rss_feed: properly define 2010-11-09 16:31:15 +03:00
Andrew Dolgov bc05c3d19c resort_feedlist: fix glitch caused by FEEDR-0 2010-11-09 15:45:14 +03:00
Andrew Dolgov 11eb3f4e54 dropbox_replace_options: only copy value when present 2010-11-09 14:57:06 +03:00
Andrew Dolgov c3fc5e470e allow filtering by article tags (bump schema) 2010-11-09 14:49:41 +03:00
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 3acc0da647 api: support sequence numbers, status codes 2010-11-09 11:59:48 +03:00
Andrew Dolgov 1c31e1908a allow adding labels on the fly 2010-11-09 01:04:00 +03:00
Christian Weiske ec16da866b part of #276: if the html page has only one single feed, we subscribe to that one directly without asking 2010-11-08 23:33:04 +03:00
Christian Weiske f33479dab8 part of #276: determine if the url contents are html 2010-11-08 23:30:10 +03:00
Christian Weiske 2b8290cd5b docblock for subscribe_to_feed 2010-11-08 23:12:25 +03:00
Christian Weiske f0266f51ab add "extractfeedurls" rpc action that extracts the feed URLs from a HTML page 2010-11-08 23:10:22 +03:00
Christian Weiske f2c6c0088b part of feature request #276: automatically prepend http:// if feed URL is incomplete 2010-11-08 23:09:45 +03:00
Andrew Dolgov 2d1b7139a2 fix search dialog for categories 2010-11-08 21:43:40 +03:00
Andrew Dolgov 2e7f046f65 make published OPML use common secret key code 2010-11-08 19:36:24 +03:00
Andrew Dolgov f29033f86c fix OPML publishing (2) 2010-11-08 19:30:00 +03:00
Andrew Dolgov e5075c1023 fix OPML publishing 2010-11-08 19:25:06 +03:00
Andrew Dolgov 73fe13afd4 add ttrss_users.full_name; bump schema 2010-11-08 16:34:49 +03:00
Andrew Dolgov ed28d0fd45 update .gitignore 2010-11-08 14:54:01 +03:00
Andrew Dolgov 8d86f15f40 prefs: add button to clear all generated URLs 2010-11-08 14:51:58 +03:00
Andrew Dolgov aa1c2aa4f9 subtoolbar: remove adaptive/all_articles view modes from generated feed urls by default 2010-11-08 14:37:19 +03:00
Andrew Dolgov 4bd248490f update translations 2010-11-08 14:29:11 +03:00
Andrew Dolgov b19d6e6e4b js: move position stuff to separate file 2010-11-08 14:24:34 +03:00
Andrew Dolgov 019dd98d05 send digest: mark digest sent attempt even if there were no headlines 2010-11-08 13:58:50 +03:00
Andrew Dolgov 7d4dba8fc3 subtoolbar: properly link to generatedFeed dialog 2010-11-08 13:53:04 +03:00
Andrew Dolgov c0105d4e57 headlines subtoolbar: align feed icon 2010-11-08 13:48:00 +03:00
Andrew Dolgov e5208bac87 generate_syndicated_feed: use CDATA section for item title 2010-11-08 13:36:12 +03:00
Andrew Dolgov 2f2bd1b3f6 backend/rss: fix view-mode handling 2010-11-08 13:34:46 +03:00
Andrew Dolgov 135d425127 backend/rss: disable http auth 2010-11-08 13:26:32 +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 811bea0522 remove get_script_dt_add() 2010-11-08 11:42:05 +03:00
Andrew Dolgov d7a15ad034 user editor: focus login on show 2010-11-08 10:10:13 +03:00
Andrew Dolgov 538fce8bfe filter editor: focus match inputbox on show 2010-11-08 10:08:51 +03:00
Andrew Dolgov 4462c1ada2 category editor: focus input prompt on show 2010-11-08 10:02:59 +03:00
Andrew Dolgov b83d72b140 js: code cleanup 2010-11-08 09:56:08 +03:00
Andrew Dolgov 2a5c136e96 smart_date_time: properly support local TZ; use user-defined date formats 2010-11-08 00:31:43 +03:00
Andrew Dolgov 5c7c7da9e1 allow adding cats from feed editor 2010-11-07 23:30:05 +03:00
Andrew Dolgov 8b640f50e0 schema: fix mysql feedbrowser cache table encoding 2010-11-07 20:15:43 +03:00
Andrew Dolgov 8e54a21e77 update ttrss_entries.content to longtext type; config: set default mysql charset to UTF8 2010-11-07 19:48:24 +03:00
Andrew Dolgov 4d7cd9ed74 opml import: display progress notification 2010-11-07 19:41:28 +03:00
Andrew Dolgov 505b4b034d mysql schema: properly set UTF8 charset 2010-11-07 19:41:14 +03:00
Andrew Dolgov 963bb2890d compact theme: add missing options field 2010-11-07 18:25:47 +03:00
Andrew Dolgov 650bb8f192 pref-prefs: block USER_TIMEZONE from pref profiles 2010-11-07 18:20:50 +03:00
Andrew Dolgov 74ed2e858d Merge branch 'master' of madoka.volgo-balt.ru:public_html/testbox/tt-rss 2010-11-07 18:18:27 +03:00
Andrew Dolgov 324944f332 implement per-user timezone support; store dates in UTC internally (closes #254) 2010-11-07 18:14:48 +03:00
Christian Weiske bf25502c90 properly fix issue #274: 404 errors when loading home page. this is a better solution than commit c30543bb56 2010-11-07 15:10:49 +03:00
Andrew Dolgov f3f67c1b53 remove old-style debugging 2010-11-07 14:38:59 +03:00
Andrew Dolgov 3fb63f75a2 cache_expire: remove localStorage items from start 2010-11-07 13:04:52 +03:00
Andrew Dolgov 126cd3c885 editArticleTags: focus tag input box 2010-11-07 12:55:52 +03:00