Commit Graph

1240 Commits (aea655489ccd1472794de190a03b2d3b2b4bf8e9)

Author SHA1 Message Date
Andrew Dolgov 2188495806 counters: fix feed.update attribute 15 years ago
Andrew Dolgov 6a7817c1ad handle counters using JSON instead of XML 15 years ago
Andrew Dolgov 9fdeb07e6c add one more tooltip to subtoolbar 15 years ago
Andrew Dolgov 5d128c9589 dashboard: show last feed update time 15 years ago
Andrew Dolgov fe1087fbb7 implement a simple pseudo-dashboard feed; display feeds having update errors there instead of client-based 'no feed selected' whiteBox plug (closes #189) 15 years ago
Andrew Dolgov 85a922895f prefs: disable option ENABLE_FEED_ICONS 15 years ago
Andrew Dolgov f0361de20b add subtoolbar dropdown action to view generated feed 15 years ago
Andrew Dolgov c784546704 generated feeds: support enclosures 15 years ago
Andrew Dolgov fb8d17f3fb api: getFeeds: fix cat_id handling, allow access to Uncategorized category, reserve -3 and -4 cat_ids for getting flat feed lists 15 years ago
Andrew Dolgov 9c5b98adaa update op=rss tooltip 15 years ago
Andrew Dolgov 23d72f3999 allow generated feeds to use view_mode 15 years ago
Andrew Dolgov db2443846c fix the syndicated feeds being broken on postgresql 15 years ago
Andrew Dolgov f9b2d27c70 default headline sort order by date_entered instead of updated 15 years ago
Andrew Dolgov 25ea280502 add ttrss_entries.date_updated; use date_updated instead of date_enered for expiry checking (bump schema) 15 years ago
Andrew Dolgov 6a69b6ad44 revert to sorting by updated instead of date_entering unless Date sorting is requested 15 years ago
Andrew Dolgov 8872d5f022 queryFeedHeadlines: fix select bug 15 years ago
Andrew Dolgov 9c57be20a2 Merge branch 'master' of madoka.volgo-balt.ru:public_html/testbox/tt-rss 15 years ago
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 15 years ago
Andrew Dolgov cd9c29de80 Merge branch 'digest-experimental' 15 years ago
Andrew Dolgov a16a62c02d outputHeadlinesList: properly handle always_display_enclosures when feed_id is null 15 years ago
Andrew Dolgov 98d684f99b Merge branch 'master' of madoka.volgo-balt.ru:public_html/testbox/tt-rss 15 years ago
Andrew Dolgov a2d799815a remove unnecessary mentions of global_purge_old_posts; add debugging to purge_orphans() 15 years ago
Andrew Dolgov 9a4dd417c4 Merge branch 'master' into digest-experimental 16 years ago
Andrew Dolgov 66438f2922 init params: add fresh article age 16 years ago
Andrew Dolgov 1284402268 Merge branch 'master' into digest-experimental 16 years ago
Andrew Dolgov 91c5f22946 skip new version checking right after login to speed up startup 16 years ago
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 16 years ago
Andrew Dolgov 78ac6caf00 digest: support tags 16 years ago
Andrew Dolgov 9ed133e7a9 api: support published status in getHeadlines; digest: code cleanup 16 years ago
Andrew Dolgov d5d5632952 code cleanup 16 years ago
Andrew Dolgov 432c64cace Merge branch 'master' into digest-experimental 16 years ago
Andrew Dolgov bfe5ddfc82 queryFeedHeadlines: properly handle Uncategorized category 16 years ago
Andrew Dolgov b41c254984 small digest page improvements 16 years ago
Andrew Dolgov 911d4c0836 add experimental digest thingie 16 years ago
Andrew Dolgov c5701e70a4 getFeedArticles: properly escape tags 16 years ago
Andrew Dolgov cce9822a53 daemon2: make sure daemon actually updates feeds, duh 16 years ago
Andrew Dolgov c90a028cdc daemon2: properly abort stuck children 16 years ago
Andrew Dolgov 2f0903a625 add author info to generated feeds 16 years ago
Andrew Dolgov 78a5c296ae config: replace confusing option ENABLE_SIMPLEPIE with DEFAULT_UPDATE_METHOD; bump config version 16 years ago
Andrew Dolgov e955834551 support import and export of tt-rss preferences in OPML with DOMDocument OPML path 16 years ago
Andrew Dolgov a1af157410 Fix several problems with image download
Fix fetch_file_contents, so that it returns the contents even if the data isn't
an image. This is needed because the get_favicon_url function tries to download
the webpage using this function, to see if there is a favicon in the page.

The function now takes an optional $type parameter. This parameter control if
the calling function cares about the content-type, or if the function should
just return everything. If the $type parameter is set, the content-type should
contain the string contained in $type, otherwise the function returns false.

The second problem solved with this patch, is that the temporary file that
should contain the image was empty in some cases. I never found out why this
happended, but as curl_exec is capable of returning the fetched data, thus
eliminating the need for the temporary file all together, the function have
been changed to use this way of obtaining the data.

The last problem fixed by this patch is that curl will now follow redirects.

Author: Klaus S. Madsen <ksm@42.dk>
16 years ago
Matt Katz e0dc56d466 added function for publish_opml 16 years ago
Andrew Dolgov e656b9f7db update_rss_feed: properly handle enginge changes when using memcached 16 years ago
Andrew Dolgov ed41f171cb catchupArticlesById: return when there are no ids to catchup 16 years ago
Andrew Dolgov fa3317be48 allow filtering by article author (bump schema) 16 years ago
Andrew Dolgov 02b289d661 feedlist: replace a elements with spans 16 years ago
Andrew Dolgov 4c59adb1de make_lockfile: only call posix_getpid() if it actually exists (hello, win32) 16 years ago
Andrew Dolgov 82acc36dba make_lockfile: save current PID 16 years ago
Andrew Dolgov 44cfa02554 better image attachment detection for inlining 16 years ago
Andrew Dolgov b92fbcd8a5 only check for themes when there is a logged-in user 16 years ago
Andrew Dolgov a522a76734 Revert "theme_image: do not display themed image if noone is logged in"
bad patch

This reverts commit 0b9751cd65.
16 years ago
Andrew Dolgov e8f2df110d Merge branch 'master' of bah.org.ru:public_html/testbox/tt-rss 16 years ago
Andrew Dolgov 0b9751cd65 theme_image: do not display themed image if noone is logged in 16 years ago
Andrew Dolgov 4d50f419ee fix multiple TAG filters not being applied properly 16 years ago
Andrew Dolgov 2712bcea09 unbreak published feed when not logged in 16 years ago
Andrew Dolgov c633e370ec update_rss_feed: handle multiple feeds with the same URL at once 16 years ago
Andrew Dolgov 6e4f0519b7 update_rss_feed: remove memcache support 16 years ago
Andrew Dolgov 2bef21a79f update_rss_feed: compress memcache data 16 years ago
Andrew Dolgov 602690e577 update_rss_feed: use memcache 16 years ago
Andrew Dolgov c517f9b7e5 load_filters: use memcache (2) 16 years ago
Andrew Dolgov 1f01132802 load_filters: use memcache (fix obj_id) 16 years ago
Andrew Dolgov b8ffa322a8 load_filters: use memcache 16 years ago
Andrew Dolgov eb6c7f4240 getSearchSql: support excluding keywords with - 16 years ago
Andrew Dolgov d721a5471f support memcached in label ops 16 years ago
Andrew Dolgov bd3f2ade87 editTagsSave: invalidate article cache 16 years ago
Andrew Dolgov 99857ae330 get_article_enclosures: remove debugging 16 years ago
Andrew Dolgov be35798b84 add get_article_enclosures(); initial support for memcached 16 years ago
Andrew Dolgov 3809b27874 remove config option SMART_RPC_COUNTERS 16 years ago
Andrew Dolgov e71f261009 replace some theme-specific frontend hooks with theme options 16 years ago
Andrew Dolgov ba5698285b display proper loading indicator for categories 16 years ago
Andrew Dolgov 883fee8df0 neon updates; make more icons themeable; misc fixes 16 years ago
Andrew Dolgov e982360967 do not require themed images to be overridden 16 years ago
Andrew Dolgov b97e6e0267 reorganize theme support; add some themeable icons; add neon theme 16 years ago
Andrew Dolgov dce46cade3 query themes from filesystem; obsolete ttrss_themes 16 years ago
Andrew Dolgov 6ba506224e get_user_theme_path: cache data 16 years ago
Andrew Dolgov cd039c0473 get_user_theme_path: fix typecasting 16 years ago
Andrew Dolgov 05044a59d7 validate_session: check for schema version 16 years ago
Andrew Dolgov 199db684f3 get_schema_version: add nocache parameter 16 years ago
Andrew Dolgov f9aa6a898f updating issue fix for schema 63 (2) 16 years ago
Andrew Dolgov e4c51a6ce9 probable fix for schema 63 updating problem 16 years ago
Andrew Dolgov f0c33497b1 remove _DEBUG_USER_SWITCH 16 years ago
Andrew Dolgov d9084cf220 implement settings profiles (bump schema) 16 years ago
Andrew Dolgov a5819bb35d code cleanup; remove unnecessary callbacks; rework subscribtion dialog 16 years ago
Andrew Dolgov 7514749de7 rewrite links to open in new window in sanitize_rss(); css tweaks 16 years ago
Andrew Dolgov 2ae691263f some more button-related fixes; code cleanup 16 years ago
Andrew Dolgov 698776460d move feed browser to subscribe to feed dialog 16 years ago
Andrew Dolgov 84d7198a10 only allow delete action for articles from archived feed 16 years ago
Andrew Dolgov 117335bfcb obsolete and disable use of ttrss_feeds.hidden 16 years ago
Andrew Dolgov 74d22f0c30 remove_feed: properly save orig_feed_id when moving articles to archive 16 years ago
Andrew Dolgov 80db11136e getFeedTitle: fix for tag vfeeds (2) 16 years ago
Andrew Dolgov d5e7166533 getFeedTitle: fix for tag vfeeds 16 years ago
Andrew Dolgov fbaca24658 do not display image attachments inline when STRIP_IMAGES is enabled 16 years ago
Andrew Dolgov 938052bac8 add catchup button to main toolbar 16 years ago
Andrew Dolgov 0a6e5382cf move virt feeds counter display to getVirtCounters() 16 years ago
Andrew Dolgov 22fdebff47 misc code cleanup around queryFeedHeadlines() 16 years ago
Andrew Dolgov 326469fcb5 getFeedArticles/getFeedUnread: add support for tag feeds 16 years ago
Andrew Dolgov b4e75b2a25 use POST parameters for frontend requests 16 years ago
Andrew Dolgov 59e15af458 getCategoryUnread: properly calculate counts for cat -1 16 years ago
Andrew Dolgov a545dc31a4 properly check for article ownership in getArticleFeed() 16 years ago
Andrew Dolgov ab197ae1de update ccache in catchupArticleById(); misc counter-related tweaks; add getArticleFeed() 16 years ago
Andrew Dolgov e1050aec22 reorder virtual feeds 16 years ago
Andrew Dolgov f65ffc2d74 various icon tweaks 16 years ago
Andrew Dolgov 4bee8b5f9d assorted fixes 16 years ago
Andrew Dolgov 494a64eaac show originating feed info in CDM 16 years ago
Andrew Dolgov ef83538d2e show originating feed info when viewing archived article 16 years ago
Andrew Dolgov 8056ec5011 properly initialize archived_feed info when removing feed 16 years ago
Andrew Dolgov 16fdac16c0 add archive_article() 16 years ago
Andrew Dolgov dbfc436519 getFeedUnread: fix incorrect counters being returned 16 years ago
Andrew Dolgov e04c18a2c2 implement archived articles feed; bump schema 16 years ago
Andrew Dolgov 7e329f13ab add remove_feed() and remove_feed_category() 16 years ago
Andrew Dolgov 5163fc709e display label colors in headlines subtoolbar 16 years ago
Andrew Dolgov 7f969260c1 add toggle_collapse_cat() 16 years ago
Andrew Dolgov 57937c42b9 obsolete cookie storage for collapsed status of feedlist and special categories (bump schema) 16 years ago
Andrew Dolgov 5de668eddc move some aux files to lib/ 16 years ago
Andrew Dolgov afb12ed0d0 prepare login redirect for mobile/classic 16 years ago
Andrew Dolgov af88c48a3a mobile: misc fixes; add getFeedIcon() 16 years ago
Andrew Dolgov 95004daf9d mobile: implement WIP pagination for flat feedlist 16 years ago
Andrew Dolgov c6dbeedc44 printCategoryHeader: unbreak Konqueror 16 years ago
Andrew Dolgov 2a41fc9790 only accept favicons which are actual images while using CURL (closes #261) 16 years ago
Andrew Dolgov 24ecbcae50 outputArticleXML: display tags in zoom mode 16 years ago
Andrew Dolgov a3162add37 add ca_CA translation 16 years ago
Andrew Dolgov ceb0cab568 generate_syndicated_feed: properly pass owner_uid to sanitize_rss() (closes #256) 16 years ago
Andrew Dolgov 36d0510ced add es_ES translation 16 years ago
Andrew Dolgov b171066641 misc dialog tweaks 16 years ago
Andrew Dolgov 6e35a862dd fix view() being called twice on every headline click, experimental progress indicators for feedlist/headlines 16 years ago
Andrew Dolgov 54e61a6809 add option to force display attachments in feeds (implementation) 16 years ago
Andrew Dolgov 275a0af23d format_tags_string: improve detection of layout breaking extra-long tag strings 16 years ago
Andrew Dolgov 51682b2330 move inline player generation code into separate function; disable support for native html5 player due to unsolved usability reasons (closes #246) 16 years ago
Andrew Dolgov 7d939be751 fix width/height for static img tags (excludes selected dynamic content) (closes #245) 16 years ago
Andrew Dolgov db54143e88 rework article note appearance 16 years ago
Andrew Dolgov c9efd838a9 properly allow article to be expanded in CDM mode when article excerpt is blank 17 years ago
Andrew Dolgov 784ac51f88 add separate indicator for fresh articles 17 years ago
Andrew Dolgov 9324c2c24f rework appearance of audio/video tags patch 17 years ago
Andrew Dolgov 99ea1043da http_authenticate_user: remove unnecessary logging 17 years ago
Andrew Dolgov bc03c563de call sanitize_rss() when generating syndicated feeds 17 years ago
Andrew Dolgov f45a286b8d strip_tags_long: use htmlpurifier to properly reformat html content 17 years ago
Andrew Dolgov 95f67d2ebc add support for HTML5 way of playing audio/video enclosures (closes #246) 17 years ago
Andrew Dolgov 70c9b17314 feedlist: htmlspecialchars() feed title 17 years ago
Andrew Dolgov 41f7498af3 tag_is_valid: add length checking 17 years ago
Andrew Dolgov 2d969845f9 authenticate_user: properly escape input 17 years ago
Andrew Dolgov 849b382582 getFeedTitle: properly return title for tag vfeed 17 years ago
Andrew Dolgov af163b8520 update translations 17 years ago
Andrew Dolgov a927fe7b2d add german translation (de_DE) 17 years ago
Andrew Dolgov 32d2181b92 ccache: do not override owner_uid fetching for virtual feeds 17 years ago
Andrew Dolgov 2e93b64cca ccache: possible workaround against misowned entries 17 years ago
Andrew Dolgov 5c42194978 better check for img tags to skip inlining image attachments 17 years ago
Andrew Dolgov c7e51de137 Revert "update translations"
This reverts commit 2b38f79c86.

Wrong commit from wrong branch.
17 years ago
Andrew Dolgov 2b38f79c86 update translations 17 years ago
Andrew Dolgov f6fed1b26b ccache: remove obsolete data on feed/category removal 17 years ago
Andrew Dolgov dee887d102 daemon: properly pass owner_uid to catchup_feed when catching up a newly subscribed feed (2) 17 years ago
Andrew Dolgov 44503b4673 daemon: properly pass owner_uid to catchup_feed when catching up a newly subscribed feed 17 years ago
Andrew Dolgov c205bb8d15 ccache_update: protect insert with transaction block 17 years ago
Andrew Dolgov 5161564f3d add support for adding syndicated notes to published articles 17 years ago
Andrew Dolgov 107008cb15 add patch for better favicon fetching (closes #231) 17 years ago
Andrew Dolgov 206d496762 rework gears offline/online interaction the way it probably should be done (also remove redirecting login system) 17 years ago
Andrew Dolgov 338c238d93 catchup_feed: set article last_read when catching up a label 17 years ago
Andrew Dolgov 6f69764ccf implement catchup for labels vfeed 17 years ago
Andrew Dolgov 5fe4848b5a reinstate redirecting login system (problems with Gears) 17 years ago
Andrew Dolgov 5de926d8cc new option: ENABLE_OFFLINE_READING (bump schema) 17 years ago
Andrew Dolgov 59b223d74d offline: disable using init-param 17 years ago
Andrew Dolgov badac687b0 synchronize unread status from offline to online DB 17 years ago
Andrew Dolgov 1c98068144 offline: disable categories in feedlist when not enabled in tt-rss main 17 years ago
Andrew Dolgov 3ac60b765a get_script_dt_add: always force refresh of scripts 17 years ago
Andrew Dolgov 9b7ecc0ac7 update amount of subscribed feeds in runtime-info (to invalidate feedlist cache) 17 years ago
Andrew Dolgov 72a2f4f57f fix typo 17 years ago
Andrew Dolgov f9fca8cb99 add catchup fixme for all_labels feed 17 years ago
Andrew Dolgov 2eb9c95c97 support colored labels 17 years ago
Andrew Dolgov 5c432ba490 ccache: skip non-numeric feeds (e.g. tags) 17 years ago
Andrew Dolgov 307d187c6c rework assigning articles to tags 17 years ago
Andrew Dolgov 0ef68e6fc9 headline subtoolbar: code cleanup 17 years ago
Andrew Dolgov 6b2ee18def new function: label_create 17 years ago
Andrew Dolgov 79c88e11a0 move labels subtoolbar section into a function 17 years ago
Andrew Dolgov 73495fd16f tweak new version notification stuff 17 years ago
Andrew Dolgov 9e97b64e48 update_all_feeds: remove function 17 years ago
Andrew Dolgov fe7537b5dd move MiniTemplator and prototype to lib/ 17 years ago
Andrew Dolgov 0ba3a1274d move gettext/ to lib 17 years ago
Andrew Dolgov 816cdfb7ee move magpie to lib/ 17 years ago
Andrew Dolgov 5ef03f1541 move simplepie/ to lib 17 years ago
Andrew Dolgov d134e3a313 move phpmailer to lib/ 17 years ago
Andrew Dolgov 8742de78bd new_version_check: add timestamp randomize 17 years ago
Andrew Dolgov 50b2db9632 catchup feed on first update after adding 17 years ago
Andrew Dolgov ab954dffad purge_feed: properly pass owner_uid to ccache_update 17 years ago
Andrew Dolgov 01299231d8 purge_feed: stop when purging is disabled for the feed (2) 17 years ago
Andrew Dolgov 2610b6fc8b purge_feed: stop when purging is disabled for the feed 17 years ago
Andrew Dolgov d75ed3eba5 headlines toolbar: code cleanup 17 years ago
Andrew Dolgov 4f570f569f dropdown: add create label entry 17 years ago
Andrew Dolgov 1be62a6855 more actions tweaks 17 years ago
Andrew Dolgov bf3c98384d rework subtoolbar actions dropdown 17 years ago
Andrew Dolgov 0e0dd4861b call purge_orphans from daemon main loop function 17 years ago
Andrew Dolgov d404ae81a5 make inverse mode of Both filter do be somewhat more logical 17 years ago
Andrew Dolgov 863be6cad6 feed_purge_interval: fix bug 17 years ago
Andrew Dolgov d460f7aa5d feedbrowser_cache: add limit 17 years ago
Andrew Dolgov 931dcbc137 feedbrowser_cache: store title; implement by-title search in feed browser 17 years ago
Andrew Dolgov 467ff40210 tmp fix for label counters calculation being wrong when hidden feeds are present (2) 17 years ago
Andrew Dolgov ddb0a9a80a UNDO: tmp fix for label counters calculation being wrong when hidden feeds are present 17 years ago
Andrew Dolgov 7e19c446bb tmp fix for label counters calculation being wrong when hidden feeds are present 17 years ago
Andrew Dolgov 0e70ed515b disable purge_feed debugging when called in update_rss_feed 17 years ago
Andrew Dolgov 3907ef7111 purge feeds after updating 17 years ago
Andrew Dolgov d7135e2a81 fix feedlist output when sorted by unread count 17 years ago
Andrew Dolgov ff863e0002 drop updated articles from adaptive view 17 years ago
Andrew Dolgov 64ab16acfa css tweaks 17 years ago
Andrew Dolgov 2baedabe50 properly highlight Labels category 17 years ago
Andrew Dolgov 215af8921a add help tip for empty labels 17 years ago
Andrew Dolgov e5a65533fd show updated articles in adaptive view mode 17 years ago
Andrew Dolgov 8b09eac8ab add updated view mode 17 years ago
Andrew Dolgov d2b1c99be6 getLabelCounters: fix for read labels 17 years ago
Andrew Dolgov 3584cb119e catchup_feed: add clause for feed_id -4 17 years ago
Andrew Dolgov 3ebd7ca5f3 block duplicates in headlines output 17 years ago
Andrew Dolgov 3c88195bcb make label category browseable (fix title) 17 years ago
Andrew Dolgov e6a38cdea2 make label category browseable 17 years ago
Andrew Dolgov e33fe29348 code cleanup 17 years ago
Andrew Dolgov 9bf3f101cc disable manual article rescoring 17 years ago
Andrew Dolgov f92471951b dynamically show new label markers in headlines buffer w/o reload 17 years ago
Andrew Dolgov 1380f8eed4 allow adding/removing labels from frontend 17 years ago
Andrew Dolgov b2531a28a6 add special All Articles feed; tweak counter calculation rules 17 years ago
Andrew Dolgov 39f3c580f4 display article labels in headlines buffer (2) 17 years ago
Andrew Dolgov e2549229e1 display article labels in headlines buffer 17 years ago
Andrew Dolgov 814bff6649 add function get_article_labels() 17 years ago
Andrew Dolgov beb760d516 code cleanup 17 years ago
Andrew Dolgov 69d47936ab initialize_user: create example label and a filter 17 years ago
Andrew Dolgov d8f9cd6d5b getLabelCounters: psql fix 17 years ago
Andrew Dolgov 2923a53671 getLabelCounters: ignore hidden feeds 17 years ago
Andrew Dolgov b0f24af1da getLabelUnread: ignore hidden feeds 17 years ago
Andrew Dolgov 810b156135 block unsubscribe requests for virtual feeds 17 years ago
Andrew Dolgov 7f0ceeb0e0 label counters: another psql fix 17 years ago
Andrew Dolgov 0112162d1a label counters: psql fix 17 years ago
Andrew Dolgov 933ba4ee9c assorted labels bugfixes and UI work 17 years ago
Andrew Dolgov b8a637f3d2 implement assign-to-label in subtoolbar 17 years ago
Andrew Dolgov ceb30ba49d new style labels (bump schema) 17 years ago
Andrew Dolgov abd9b16507 getLabelCounters: skip processing when labels are disabled; misc performance tweaks 17 years ago
Andrew Dolgov 51e196dee9 fix ccache_update() failure when called for labels 17 years ago
Andrew Dolgov c5ffeb6169 ccache_update: properly call ccache_update_all() when dealing with a label (fix for cat_id 0) 17 years ago
Andrew Dolgov 43ead405d4 ccache_update: properly call ccache_update_all() when dealing with a label 17 years ago
Andrew Dolgov ced46404c7 clear_feed, purge_feed: update ccache 17 years ago
Andrew Dolgov ddc34b9b6e update_rss_feed: do not cache counters for hidden feeds 17 years ago
Andrew Dolgov c98e43db6f ccache_update: block labels 17 years ago
Andrew Dolgov 5f4f7adfa0 exclude labels from cache; recalculate feed counters when catching up a label 17 years ago
Andrew Dolgov 6b49a3dd7b ccache: performance tweaks 17 years ago
Andrew Dolgov 6c2a9b9ef7 properly calculate ccache changes to child feeds when processing category 17 years ago
Andrew Dolgov 3d72bbdb4f active_feed_is_cat, active_feed_id handling changes 17 years ago
Andrew Dolgov b6d486a3a4 code cleanup; ccache category calculation for cid=0 corrected 17 years ago
Andrew Dolgov 31375163f1 getCategoryCounters: fix broken psql syntax 17 years ago
Andrew Dolgov 74dc6d85c8 getCategoryCounters: remove unneeded group by 17 years ago
Andrew Dolgov 55e01d7e0f getFeedCounters: remove unneeded group by 17 years ago
Andrew Dolgov 08850c8eab category counters: remove nonexistant category -3 17 years ago
Andrew Dolgov d232a40f8b category counters: code cleanup 17 years ago
Andrew Dolgov de0a21223f optimize child feed unread numbers calculation; code cleanup 17 years ago
Andrew Dolgov b2efea5171 ccache_update: code cleanup 17 years ago
Andrew Dolgov a5c815d358 code cleanup (remove dashboard initial stuff) 17 years ago
Andrew Dolgov cc914918fa block ccache for special cat_ids 17 years ago
Andrew Dolgov bd090ab42e disable SYNC_COUNTERS option 17 years ago
Andrew Dolgov f55b0b12aa ccache category fixes; re-enable rate limit 17 years ago
Andrew Dolgov b71e188e27 fresh_article_max_age: use owner_uid when necessary 17 years ago
Andrew Dolgov 0737b95a56 support for ccache updates in catchupArticlesById() 17 years ago
Andrew Dolgov ad0056a8b2 reset counters on frontend catchup requests 17 years ago
Andrew Dolgov 37fb651d38 more ccache work 17 years ago
Andrew Dolgov 8a4c759ea3 a variety of ccache work 17 years ago
Andrew Dolgov 2627f2d045 initial counters cache work 17 years ago
Andrew Dolgov 6f483f5f57 feedbrowser cache: limit the amount of data cached 17 years ago
Andrew Dolgov 5e96ca9df2 move feedbrowser cache code to functions.php 17 years ago
Andrew Dolgov ead2715d9c add ability to customize amount of returned entries for syndicated feeds 17 years ago
Andrew Dolgov 7c33dbd479 translations support for mobile version 17 years ago
Andrew Dolgov 44d0e7742b enable processing of article-date filter (closes #225) 17 years ago
Andrew Dolgov 045d0ab83a pgsql: force datestyle to ISO, european for PHP strtotime() compatibility 17 years ago
Andrew Dolgov 6fc720fd9f pgsql: force datestyle to european for PHP strtotime() compatibility 17 years ago
Andrew Dolgov 31365729dc tag_is_valid: only call iconv() when function exists 17 years ago
Andrew Dolgov 19a1da0d7a properly enable smtp auth in phpmailer when needed 17 years ago
Andrew Dolgov c54526fe2d image attachment display: make possible duplicate detection actually do something 17 years ago
Andrew Dolgov f29ba1484f code cleanup, test for db_escape() crazyness in DB sanity check 17 years ago
Andrew Dolgov bb5d3960e7 add it_IT translation 17 years ago
Andrew Dolgov ecf2a26570 headlines subtoolbar: prevent wrapping (closes #219) 17 years ago
Andrew Dolgov 7defa0891a check file size when considering whether feed icon is valid (closes #223) 17 years ago
Andrew Dolgov b652fdae29 properly import multiple media-tag enclosures in feeds (magpie) 17 years ago
Andrew Dolgov a3eeb47167 i can haz cheeseburger - enable for CDM 17 years ago
Andrew Dolgov 9c5ee7e11b i can haz cheeseburger (display linked image attachments inline when no images are detected in the article) 17 years ago
Andrew Dolgov 98fe704458 add (disabled) function to show original article inline in the content pane (2) 17 years ago
Andrew Dolgov 4710e3dc03 add (disabled) function to show original article inline in the content pane 17 years ago
Andrew Dolgov 5bb0cc8edd zoomToArticle: fix incorrect charset 17 years ago
Andrew Dolgov 20be0cf8e7 fix for wrong icon being displayed in headline (aggregate view mode) when the originating feed doesn't have an icon 17 years ago
Andrew Dolgov 1d004f12ed add ja_JP translation 18 years ago
Andrew Dolgov 74d5c8fa15 some basic w3c compliance for static code 18 years ago
Andrew Dolgov 4bc311fcb7 properly handle OR clauses in labels when generating headlines list (closes #220) 18 years ago
Andrew Dolgov ba0f7628a9 lower magpie cache age from 1 hour to 15 minutes 18 years ago
Andrew Dolgov 4fdb0476e5 exception handler in feedlist_dragsorted: report correct function name; initial load speedup 18 years ago
Andrew Dolgov 7b4d02a834 main toolbar: add dropbox to select headlines sort mode 18 years ago
Andrew Dolgov eedfb635dd add function to open article summary in a popup window 18 years ago
Andrew Dolgov 2d1d59c79b set interval between new version updates to once per 24 hours 18 years ago
Andrew Dolgov 8b803aa2b5 feedlist layout fix 18 years ago
Andrew Dolgov 364e391e82 add separate class for virtual cats to prevent resorting 18 years ago
Andrew Dolgov 9d393c84da add action to reset category order 18 years ago
Andrew Dolgov 782ddd7014 implement (incomplete) sortable feedlist 18 years ago
Andrew Dolgov 4f3760433f sanitize_rss: allow pre and code tags 18 years ago
Andrew Dolgov 98fb619326 set cursor=pointer on feedlist collapse img 18 years ago
Andrew Dolgov 4c41e58f53 add new widgets to collapse categories, unify behaviour wnen clicking on category/feed title 18 years ago
Andrew Dolgov e75d70b5a8 add link to invert headline/article selection (closes #216) 18 years ago
Andrew Dolgov 965fb2af0d CDM: fix bug with feed icon being displayed in grouped mode for vfeeds 18 years ago
Andrew Dolgov 338ce36c21 fix break when calling catchupFeedInGroup() in grouped vfeed mode on a feed with a single quote in a name 18 years ago
Andrew Dolgov 1cce3aca13 tweaked score icons 18 years ago
Andrew Dolgov b3296d360e display favicons in non-grouped CDM vfeeds 18 years ago
Andrew Dolgov d7e83df791 headlins: feed icon tweaks 18 years ago
Andrew Dolgov bd51294a51 display feed icons in ungrouped vfeeds 18 years ago
Andrew Dolgov dc80334727 display feed icons in grouped vfeed mode 18 years ago
Andrew Dolgov 8c96d4b1da label editor: bugfixes 18 years ago
Andrew Dolgov 5be2805bce label editor: add (disabled) and/or selector 18 years ago
Andrew Dolgov 071ec48fd1 label editor: simple control to add common rules 18 years ago
Andrew Dolgov e274978132 article_publish_link: calculate published feed in a different way (closes #214) 18 years ago
Andrew Dolgov b84b68d9bd attachments display: fix wrong type assignment 18 years ago
Andrew Dolgov 39e865fa86 button player layout tweaks 18 years ago
Andrew Dolgov c3b44b7304 fix conflict when sanitize_rss was called incorrectly in CDM 18 years ago
Andrew Dolgov 73f5f114ec merge tweaks to ALLOW_REMOTE_USER_AUTH functionality from Erick Rudiak 18 years ago
Andrew Dolgov 8dccabedae merge two patches: STRIP_IMAGES and ENABLE_FLASH_PLAYER from Sten (bump schema) 18 years ago
Andrew Dolgov b2d5d145c3 properly call sanitize_rss() in CDM 18 years ago
Andrew Dolgov 7f50b72be8 STRIP_UNSAFE_TAGS: forbid div and span 18 years ago
Andrew Dolgov d234a2e39d new option: SYNC_COUNTERS (bump schema) 18 years ago
Andrew Dolgov a598370dde add low bandwidth mode (less automatic requests in the background) 18 years ago
Andrew Dolgov e944346c54 change (wrong) _new link targets to _blank 18 years ago
Andrew Dolgov ee4a98124e update_rss_feed: properly close transaction when bailing out on filtered article (refs #210) 18 years ago
Andrew Dolgov e91ab107a3 parse media:content tags as attachments, some feed content detection tweaks 18 years ago
Andrew Dolgov a7764e5105 use real link to article in headlines list (for middle click) (2) 18 years ago
Andrew Dolgov f0971fc1d0 use real link to article in headlines list (for middle click) 18 years ago
Andrew Dolgov 3cd4239a62 CDM: show clickable excerpt if article is collapsed 18 years ago
Andrew Dolgov 60ea23775a feedlist-related code cleanup 18 years ago
Andrew Dolgov 7abee14fd0 misc code cleanups 18 years ago
Andrew Dolgov 94047498ff allow panel resize when dragging post header 18 years ago
Andrew Dolgov bdb7369bbb improve output when EXTENDED_FEEDLIST is set, font size tweaks 18 years ago
Andrew Dolgov d9e4bba015 getAllCounters: add rate limit (5 sec) 18 years ago
Andrew Dolgov 4d0b36070a browsing by tag: enable score display 18 years ago
Andrew Dolgov 8836613c43 debug mode tweaks, remove mouse_handler() 18 years ago
Andrew Dolgov 3a40e8a2ed add placeholder mouse trap code, misc fixes 18 years ago
Andrew Dolgov 9950945175 loading progress bar for main window (2) 18 years ago
Andrew Dolgov abe6d9346e map inline search to | 18 years ago
Andrew Dolgov 314fcd2bfd new shortcut: tab (selects article under cursor) 18 years ago
Andrew Dolgov 7608b38af8 fresh feed: match FRESH_ARTICLE_MAX_AGE to ttrss_entries.updated, not date_entered 18 years ago
Andrew Dolgov a91c7082bd vfeed group: disable special clause for Fresh feed 18 years ago
Andrew Dolgov 962d8ba4e1 vf_catchup_link: use onclick, instead of href 18 years ago
Andrew Dolgov bb031f91fe only show vfeed group titles in virtual feeds 18 years ago
Andrew Dolgov d00f22ac59 new option: VFEED_GROUP_BY_FEED (bump schema version) 18 years ago
Andrew Dolgov 081e527d3a vfeed grouping: prevent duplicate group headings 18 years ago
Andrew Dolgov a9bcfb8ff8 vfeed grouping: allow per-feed catchup 18 years ago
Andrew Dolgov 24605713bb mark articles with score less than -500 as read on import 18 years ago
Andrew Dolgov e266e7870d allow selecting headlines in normal mode by clicking on hlContent or hlUpdated td 18 years ago
Andrew Dolgov 0745839a95 localize help dialogs 18 years ago
Andrew Dolgov ec92c9d146 shamelessly round the hotkey popup help corners 18 years ago
Andrew Dolgov 5ad9d13211 CDM mode: add article selection, rework moveToPost() 18 years ago
Andrew Dolgov ff284aa0b8 compat theme: properly reflow container height 18 years ago
Andrew Dolgov eee80a871c tweak subtoolbar actions menu 18 years ago
Andrew Dolgov 0d75fa09e3 queryFeedHeadlines: remove score -500 filter 18 years ago
Andrew Dolgov 76626c72f8 search dialog: fix display of current label 18 years ago
Andrew Dolgov 6cfa22dcd2 subtoolbar tweaks, properly display search results title for vfeeds 18 years ago
Andrew Dolgov 1e36af0c1c tweak score display 18 years ago