1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

Commit Graph

  • 1ede58149d allow selecting multiple headlines/articles by ctrl-click; change click handling on CDM article content Andrew Dolgov 2010-11-11 13:37:03 +03:00
  • 73d1378f62 postIcon: set maximum image size Andrew Dolgov 2010-11-11 12:40:05 +03:00
  • f412e5ad48 make postIcon link to originating website Andrew Dolgov 2010-11-11 12:37:52 +03:00
  • 5ae8f858a9 fix frontend not knowing about always expanded cdm Andrew Dolgov 2010-11-11 12:19:28 +03:00
  • 3505baeb14 css: fix postIcon margins Andrew Dolgov 2010-11-11 11:56:45 +03:00
  • 98833033a2 fix ttrss_feeds.icon_url handling Andrew Dolgov 2010-11-11 11:52:44 +03:00
  • 025e43b40d fix extended feedlist format display Andrew Dolgov 2010-11-11 11:43:13 +03:00
  • 16b59fc8f6 css: position imgs in article content as block element Andrew Dolgov 2010-11-11 11:41:04 +03:00
  • ac49453bd8 fix _force_scheduled_update handling Andrew Dolgov 2010-11-11 11:36:56 +03:00
  • d36f560740 viewfeed: return counters when subop is present or when in CDM Andrew Dolgov 2010-11-11 09:56:03 +03:00
  • 96811a55e6 sanitize_rss: properly handle empty input Andrew Dolgov 2010-11-11 09:52:19 +03:00
  • 923818fc8d use rewrite_relative_url() in get_feeds_from_html() instead of using that hack Christian Weiske 2010-11-10 23:13:34 +01:00
  • f679105cb2 add unit tests for rewrite_relative_url and fix a number of bugs in it Christian Weiske 2010-11-10 23:09:03 +01:00
  • 24eb4c780f add unit tests for url_is_html and fix a bug with UPPERCASE <HTML> in it Christian Weiske 2010-11-10 22:48:16 +01:00
  • 444537736b add unit tests for fix_url() and fix a bug I discovered because of them - protocols longer than "http" broke url fixing Christian Weiske 2010-11-10 22:18:41 +01:00
  • 8a7f576735 do not show deprecated errors on php 5.3.0+; the rss libraries throw many of them Christian Weiske 2010-11-10 21:59:23 +01:00
  • 1f6131f515 sanitize_rss: fix wrong element being returned after DOMDocument parsing Andrew Dolgov 2010-11-11 09:39:05 +03:00
  • 9d3c031ddf add test implementation of automatic rewrite of relative urls based on DOMDocument (CDM) Andrew Dolgov 2010-11-10 23:28:19 +03:00
  • 8cc3c778ad add test implementation of automatic rewrite of relative urls based on DOMDocument Andrew Dolgov 2010-11-10 23:24:00 +03:00
  • f8fb44989f js: code cleanup, disable some debugging Andrew Dolgov 2010-11-10 21:56:28 +03:00
  • 773adf8b42 unify backend methods updateAllFeeds and getAllCounters Andrew Dolgov 2010-11-10 19:18:13 +03:00
  • 3d28f9cd2d obsolete FEEDS_FRAME_REFRESH Andrew Dolgov 2010-11-10 19:13:29 +03:00
  • c011b36b85 add upgrade files for schema #74 Andrew Dolgov 2010-11-10 19:12:49 +03:00
  • 8cab2eb923 backend: fix warning in zoom mode Andrew Dolgov 2010-11-10 19:04:16 +03:00
  • 905ff52a36 implement label cache; misc fixes (bump schema) Andrew Dolgov 2010-11-10 18:50:51 +03:00
  • 23d064cc81 localStorage: fix cache_expire() Andrew Dolgov 2010-11-10 16:33:15 +03:00
  • b39b57ac44 localStorage caching fixes Andrew Dolgov 2010-11-10 16:27:56 +03:00
  • 5225d4209e js: code cleanup; move to async counter sending mode Andrew Dolgov 2010-11-10 14:48:35 +03:00
  • c4f7ba8018 move runtime-info to JSON, simplify init-params format Andrew Dolgov 2010-11-10 14:23:26 +03:00
  • bd40aca6c0 outputHeadlinesList: don't try to force update categories Andrew Dolgov 2010-11-10 14:07:02 +03:00
  • b3990c92e7 add option to sort headlines by feed-specified date (bump schema) Andrew Dolgov 2010-11-10 13:56:42 +03:00
  • 5414ad4c80 subscribe_to_feed: do not subscribe to feeds which can't be downloaded Andrew Dolgov 2010-11-10 13:27:44 +03:00
  • fb0742394a remove error_reporting() hacks; set default error reporting level in functions.php Andrew Dolgov 2010-11-10 13:14:44 +03:00
  • 55a5137307 subscribeToFeed: add ajax exception handler Andrew Dolgov 2010-11-10 13:14:40 +03:00
  • 6e63a7c306 remove feed linking Andrew Dolgov 2010-11-10 12:05:55 +03:00
  • fe1c99af3a pref-filters: disable rescore all feeds button unless feed debugging is enabled Andrew Dolgov 2010-11-10 11:49:31 +03:00
  • 90ef9c7da3 schema: wrap upgrade scripts in transaction blocks Andrew Dolgov 2010-11-10 11:45:28 +03:00
  • bfa0e7921d cdm: tweak the way hotkey article dismissing works; toggle select article by clicking on it Andrew Dolgov 2010-11-10 11:38:55 +03:00
  • 779560b7a3 fix tag caching issues Andrew Dolgov 2010-11-10 11:08:33 +03:00
  • 5eeb387497 Implement the last part of #276: show the list of available feeds in the frontend and let the user select one of them (refs #276) Christian Weiske 2010-11-09 22:42:03 +01:00
  • 9a8ce9561d add another status code to subscribe_to_feed to prevent the frontend to do double work (refs #276) Christian Weiske 2010-11-09 08:09:10 +01:00
  • f6d8345b01 move url resolution before duplicate checks - otherwise we may get duplicates (refs #276) Christian Weiske 2010-11-09 08:03:27 +01:00
  • 490c366d39 add tag cache for user_entries (bump schema) Andrew Dolgov 2010-11-09 22:41:13 +03:00
  • 38edb1510d support rescoring by tags Andrew Dolgov 2010-11-09 21:48:42 +03:00
  • 0129090b3d cdm: add hotkey to dismiss active article Andrew Dolgov 2010-11-09 21:05:33 +03:00
  • 02ef7e0277 fix expand_cdm option working in reverse Andrew Dolgov 2010-11-09 20:58:35 +03:00
  • dad14b513d refactor combined mode, code cleanup Andrew Dolgov 2010-11-09 20:57:23 +03:00
  • 24e2bb3a92 move print_label_select to functions.php Andrew Dolgov 2010-11-09 18:10:22 +03:00
  • 4be1b04dcb remove xml-rpc server Andrew Dolgov 2010-11-09 18:08:58 +03:00
  • 661135c742 unify update_daemon, update_feeds and update_feedbrowser into update.php; move update.php to db-updater.php Andrew Dolgov 2010-11-09 16:33:08 +03:00
  • e75df19d50 update_rss_feed: properly define Andrew Dolgov 2010-11-09 16:31:15 +03:00
  • bc05c3d19c resort_feedlist: fix glitch caused by FEEDR-0 Andrew Dolgov 2010-11-09 15:45:14 +03:00
  • 11eb3f4e54 dropbox_replace_options: only copy value when present Andrew Dolgov 2010-11-09 14:57:06 +03:00
  • c3fc5e470e allow filtering by article tags (bump schema) Andrew Dolgov 2010-11-09 14:49:41 +03:00
  • c00907f2ed properly handle on-the-fly adding of categories Andrew Dolgov 2010-11-09 13:28:10 +03:00
  • 10249c41b7 properly handle on-the-fly adding of labels Andrew Dolgov 2010-11-09 13:14:59 +03:00
  • 3acc0da647 api: support sequence numbers, status codes Andrew Dolgov 2010-11-09 11:59:48 +03:00
  • 1c31e1908a allow adding labels on the fly Andrew Dolgov 2010-11-09 01:04:00 +03:00
  • ec16da866b part of #276: if the html page has only one single feed, we subscribe to that one directly without asking Christian Weiske 2010-11-08 20:48:15 +01:00
  • f33479dab8 part of #276: determine if the url contents are html Christian Weiske 2010-11-07 14:43:15 +01:00
  • 2b8290cd5b docblock for subscribe_to_feed Christian Weiske 2010-11-07 13:38:15 +01:00
  • f0266f51ab add "extractfeedurls" rpc action that extracts the feed URLs from a HTML page Christian Weiske 2010-11-07 15:45:50 +01:00
  • f2c6c0088b part of feature request #276: automatically prepend http:// if feed URL is incomplete Christian Weiske 2010-11-07 13:14:08 +01:00
  • 2d1b7139a2 fix search dialog for categories Andrew Dolgov 2010-11-08 21:43:40 +03:00
  • 2e7f046f65 make published OPML use common secret key code Andrew Dolgov 2010-11-08 19:36:24 +03:00
  • f29033f86c fix OPML publishing (2) Andrew Dolgov 2010-11-08 19:30:00 +03:00
  • e5075c1023 fix OPML publishing Andrew Dolgov 2010-11-08 19:25:06 +03:00
  • 73fe13afd4 add ttrss_users.full_name; bump schema Andrew Dolgov 2010-11-08 16:34:49 +03:00
  • ed28d0fd45 update .gitignore Andrew Dolgov 2010-11-08 14:54:01 +03:00
  • 8d86f15f40 prefs: add button to clear all generated URLs Andrew Dolgov 2010-11-08 14:51:58 +03:00
  • aa1c2aa4f9 subtoolbar: remove adaptive/all_articles view modes from generated feed urls by default Andrew Dolgov 2010-11-08 14:37:19 +03:00
  • 4bd248490f update translations Andrew Dolgov 2010-11-08 14:29:11 +03:00
  • b19d6e6e4b js: move position stuff to separate file Andrew Dolgov 2010-11-08 14:24:34 +03:00
  • 019dd98d05 send digest: mark digest sent attempt even if there were no headlines Andrew Dolgov 2010-11-08 13:58:50 +03:00
  • 7d4dba8fc3 subtoolbar: properly link to generatedFeed dialog Andrew Dolgov 2010-11-08 13:53:04 +03:00
  • c0105d4e57 headlines subtoolbar: align feed icon Andrew Dolgov 2010-11-08 13:48:00 +03:00
  • e5208bac87 generate_syndicated_feed: use CDATA section for item title Andrew Dolgov 2010-11-08 13:36:12 +03:00
  • 2f2bd1b3f6 backend/rss: fix view-mode handling Andrew Dolgov 2010-11-08 13:34:46 +03:00
  • 135d425127 backend/rss: disable http auth Andrew Dolgov 2010-11-08 13:26:32 +03:00
  • 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 Andrew Dolgov 2010-11-08 13:11:56 +03:00
  • 811bea0522 remove get_script_dt_add() Andrew Dolgov 2010-11-08 11:42:05 +03:00
  • d7a15ad034 user editor: focus login on show Andrew Dolgov 2010-11-08 10:10:13 +03:00
  • 538fce8bfe filter editor: focus match inputbox on show Andrew Dolgov 2010-11-08 10:08:51 +03:00
  • 4462c1ada2 category editor: focus input prompt on show Andrew Dolgov 2010-11-08 10:02:59 +03:00
  • b83d72b140 js: code cleanup Andrew Dolgov 2010-11-08 09:56:08 +03:00
  • 2a5c136e96 smart_date_time: properly support local TZ; use user-defined date formats Andrew Dolgov 2010-11-08 00:31:43 +03:00
  • 5c7c7da9e1 allow adding cats from feed editor Andrew Dolgov 2010-11-07 23:30:05 +03:00
  • 8b640f50e0 schema: fix mysql feedbrowser cache table encoding Andrew Dolgov 2010-11-07 20:15:43 +03:00
  • 8e54a21e77 update ttrss_entries.content to longtext type; config: set default mysql charset to UTF8 Andrew Dolgov 2010-11-07 19:48:24 +03:00
  • 4d7cd9ed74 opml import: display progress notification Andrew Dolgov 2010-11-07 19:41:28 +03:00
  • 505b4b034d mysql schema: properly set UTF8 charset Andrew Dolgov 2010-11-07 19:41:14 +03:00
  • 963bb2890d compact theme: add missing options field Andrew Dolgov 2010-11-07 18:25:47 +03:00
  • 650bb8f192 pref-prefs: block USER_TIMEZONE from pref profiles Andrew Dolgov 2010-11-07 18:20:50 +03:00
  • 74ed2e858d Merge branch 'master' of madoka.volgo-balt.ru:public_html/testbox/tt-rss Andrew Dolgov 2010-11-07 18:18:27 +03:00
  • 324944f332 implement per-user timezone support; store dates in UTC internally (closes #254) Andrew Dolgov 2010-11-07 18:14:48 +03:00
  • bf25502c90 properly fix issue #274: 404 errors when loading home page. this is a better solution than commit c30543bb56 Christian Weiske 2010-11-07 11:34:39 +01:00
  • f3f67c1b53 remove old-style debugging Andrew Dolgov 2010-11-07 14:38:59 +03:00
  • 3fb63f75a2 cache_expire: remove localStorage items from start Andrew Dolgov 2010-11-07 13:04:45 +03:00
  • 126cd3c885 editArticleTags: focus tag input box Andrew Dolgov 2010-11-07 12:55:52 +03:00
  • ff0010c182 implement html5 localStorage support for client-side cache Andrew Dolgov 2010-11-07 12:54:43 +03:00