]> git.wh0rd.org Git - tt-rss.git/log
tt-rss.git
14 years agoremove tooltip from hlContent
Andrew Dolgov [Thu, 11 Nov 2010 16:20:31 +0000 (19:20 +0300)]
remove tooltip from hlContent

14 years agomisc code cleanup, allow ctrl-key selection in prefs
Andrew Dolgov [Thu, 11 Nov 2010 15:59:21 +0000 (18:59 +0300)]
misc code cleanup, allow ctrl-key selection in prefs

14 years agorequire feed debugging for frontend feed update button
Andrew Dolgov [Thu, 11 Nov 2010 13:55:38 +0000 (16:55 +0300)]
require feed debugging for frontend feed update button

14 years agocdm: remove the img display:block hack
Andrew Dolgov [Thu, 11 Nov 2010 13:32:48 +0000 (16:32 +0300)]
cdm: remove the img display:block hack

14 years agotry to validate feed-specific icon before adding it to the database
Andrew Dolgov [Thu, 11 Nov 2010 13:21:53 +0000 (16:21 +0300)]
try to validate feed-specific icon before adding it to the database

14 years agopref-users: fix make_local_datetime() usage
Andrew Dolgov [Thu, 11 Nov 2010 13:15:33 +0000 (16:15 +0300)]
pref-users: fix make_local_datetime() usage

14 years agoget_favicon_url: rewrite using DOMDocument
Andrew Dolgov [Thu, 11 Nov 2010 13:10:39 +0000 (16:10 +0300)]
get_favicon_url: rewrite using DOMDocument

14 years agouse dom to generate linebreaks after images in articles
Andrew Dolgov [Thu, 11 Nov 2010 12:54:30 +0000 (15:54 +0300)]
use dom to generate linebreaks after images in articles

14 years agowhen trying to load a feed from collapsed category, show loading indicator in categor...
Andrew Dolgov [Thu, 11 Nov 2010 12:29:46 +0000 (15:29 +0300)]
when trying to load a feed from collapsed category, show loading indicator in category title

14 years agofix clicking on feed title in virtual feeds
Andrew Dolgov [Thu, 11 Nov 2010 11:31:41 +0000 (14:31 +0300)]
fix clicking on feed title in virtual feeds

14 years agocheck regular expression before adding/saving filter
Andrew Dolgov [Thu, 11 Nov 2010 11:26:44 +0000 (14:26 +0300)]
check regular expression before adding/saving filter

14 years agoget_article_filters: silence preg_match() warnings on incorrect user input
Andrew Dolgov [Thu, 11 Nov 2010 11:06:08 +0000 (14:06 +0300)]
get_article_filters: silence preg_match() warnings on incorrect user input

14 years agoviewfeed: properly define is_cat when necessary
Andrew Dolgov [Thu, 11 Nov 2010 10:59:33 +0000 (13:59 +0300)]
viewfeed: properly define is_cat when necessary

14 years agoviewfeed: only return counters when subop is present
Andrew Dolgov [Thu, 11 Nov 2010 10:38:29 +0000 (13:38 +0300)]
viewfeed: only return counters when subop is present

14 years agoallow selecting multiple headlines/articles by ctrl-click; change click handling...
Andrew Dolgov [Thu, 11 Nov 2010 10:37:03 +0000 (13:37 +0300)]
allow selecting multiple headlines/articles by ctrl-click; change click handling on CDM article content

14 years agopostIcon: set maximum image size
Andrew Dolgov [Thu, 11 Nov 2010 09:40:05 +0000 (12:40 +0300)]
postIcon: set maximum image size

14 years agomake postIcon link to originating website
Andrew Dolgov [Thu, 11 Nov 2010 09:37:52 +0000 (12:37 +0300)]
make postIcon link to originating website

14 years agofix frontend not knowing about always expanded cdm
Andrew Dolgov [Thu, 11 Nov 2010 09:19:28 +0000 (12:19 +0300)]
fix frontend not knowing about always expanded cdm

14 years agocss: fix postIcon margins
Andrew Dolgov [Thu, 11 Nov 2010 08:56:45 +0000 (11:56 +0300)]
css: fix postIcon margins

14 years agofix ttrss_feeds.icon_url handling
Andrew Dolgov [Thu, 11 Nov 2010 08:52:44 +0000 (11:52 +0300)]
fix ttrss_feeds.icon_url handling

14 years agofix extended feedlist format display
Andrew Dolgov [Thu, 11 Nov 2010 08:43:13 +0000 (11:43 +0300)]
fix extended feedlist format display

14 years agocss: position imgs in article content as block element
Andrew Dolgov [Thu, 11 Nov 2010 08:41:04 +0000 (11:41 +0300)]
css: position imgs in article content as block element

14 years agofix _force_scheduled_update handling
Andrew Dolgov [Thu, 11 Nov 2010 08:36:56 +0000 (11:36 +0300)]
fix _force_scheduled_update handling

14 years agoviewfeed: return counters when subop is present or when in CDM
Andrew Dolgov [Thu, 11 Nov 2010 06:56:03 +0000 (09:56 +0300)]
viewfeed: return counters when subop is present or when in CDM

14 years agosanitize_rss: properly handle empty input
Andrew Dolgov [Thu, 11 Nov 2010 06:52:19 +0000 (09:52 +0300)]
sanitize_rss: properly handle empty input

14 years agouse rewrite_relative_url() in get_feeds_from_html() instead of using that hack
Christian Weiske [Wed, 10 Nov 2010 22:13:34 +0000 (23:13 +0100)]
use rewrite_relative_url() in get_feeds_from_html() instead of using that hack

14 years agoadd unit tests for rewrite_relative_url and fix a number of bugs in it
Christian Weiske [Wed, 10 Nov 2010 22:09:03 +0000 (23:09 +0100)]
add unit tests for rewrite_relative_url and fix a number of bugs in it

14 years agoadd unit tests for url_is_html and fix a bug with UPPERCASE <HTML> in it
Christian Weiske [Wed, 10 Nov 2010 21:48:16 +0000 (22:48 +0100)]
add unit tests for url_is_html and fix a bug with UPPERCASE <HTML> in it

14 years agoadd unit tests for fix_url() and fix a bug I discovered because of them - protocols...
Christian Weiske [Wed, 10 Nov 2010 21:18:41 +0000 (22:18 +0100)]
add unit tests for fix_url() and fix a bug I discovered because of them - protocols longer than "http" broke url fixing

14 years agodo not show deprecated errors on php 5.3.0+; the rss libraries throw many of them
Christian Weiske [Wed, 10 Nov 2010 20:59:23 +0000 (21:59 +0100)]
do not show deprecated errors on php 5.3.0+; the rss libraries throw many of them

14 years agosanitize_rss: fix wrong element being returned after DOMDocument parsing
Andrew Dolgov [Thu, 11 Nov 2010 06:39:05 +0000 (09:39 +0300)]
sanitize_rss: fix wrong element being returned after DOMDocument parsing

14 years agoadd test implementation of automatic rewrite of relative urls based on DOMDocument...
Andrew Dolgov [Wed, 10 Nov 2010 20:28:19 +0000 (23:28 +0300)]
add test implementation of automatic rewrite of relative urls based on DOMDocument (CDM)

14 years agoadd test implementation of automatic rewrite of relative urls based on DOMDocument
Andrew Dolgov [Wed, 10 Nov 2010 20:24:00 +0000 (23:24 +0300)]
add test implementation of automatic rewrite of relative urls based on DOMDocument

14 years agojs: code cleanup, disable some debugging
Andrew Dolgov [Wed, 10 Nov 2010 18:56:28 +0000 (21:56 +0300)]
js: code cleanup, disable some debugging

14 years agounify backend methods updateAllFeeds and getAllCounters
Andrew Dolgov [Wed, 10 Nov 2010 16:18:13 +0000 (19:18 +0300)]
unify backend methods updateAllFeeds and getAllCounters

14 years agoobsolete FEEDS_FRAME_REFRESH
Andrew Dolgov [Wed, 10 Nov 2010 16:13:29 +0000 (19:13 +0300)]
obsolete FEEDS_FRAME_REFRESH

14 years agoadd upgrade files for schema #74
Andrew Dolgov [Wed, 10 Nov 2010 16:12:49 +0000 (19:12 +0300)]
add upgrade files for schema #74

14 years agobackend: fix warning in zoom mode
Andrew Dolgov [Wed, 10 Nov 2010 16:04:16 +0000 (19:04 +0300)]
backend: fix warning in zoom mode

14 years agoimplement label cache; misc fixes (bump schema)
Andrew Dolgov [Wed, 10 Nov 2010 15:50:51 +0000 (18:50 +0300)]
implement label cache; misc fixes (bump schema)

14 years agolocalStorage: fix cache_expire()
Andrew Dolgov [Wed, 10 Nov 2010 13:33:15 +0000 (16:33 +0300)]
localStorage: fix cache_expire()

14 years agolocalStorage caching fixes
Andrew Dolgov [Wed, 10 Nov 2010 13:27:56 +0000 (16:27 +0300)]
localStorage caching fixes

14 years agojs: code cleanup; move to async counter sending mode
Andrew Dolgov [Wed, 10 Nov 2010 11:48:35 +0000 (14:48 +0300)]
js: code cleanup; move to async counter sending mode

14 years agomove runtime-info to JSON, simplify init-params format
Andrew Dolgov [Wed, 10 Nov 2010 11:23:26 +0000 (14:23 +0300)]
move runtime-info to JSON, simplify init-params format

14 years agooutputHeadlinesList: don't try to force update categories
Andrew Dolgov [Wed, 10 Nov 2010 11:07:02 +0000 (14:07 +0300)]
outputHeadlinesList: don't try to force update categories

14 years agoadd option to sort headlines by feed-specified date (bump schema)
Andrew Dolgov [Wed, 10 Nov 2010 10:56:42 +0000 (13:56 +0300)]
add option to sort headlines by feed-specified date (bump schema)

14 years agosubscribe_to_feed: do not subscribe to feeds which can't be downloaded
Andrew Dolgov [Wed, 10 Nov 2010 10:27:44 +0000 (13:27 +0300)]
subscribe_to_feed: do not subscribe to feeds which can't be downloaded

14 years agoremove error_reporting() hacks; set default error reporting level in functions.php
Andrew Dolgov [Wed, 10 Nov 2010 10:14:44 +0000 (13:14 +0300)]
remove error_reporting() hacks; set default error reporting level in functions.php

14 years agosubscribeToFeed: add ajax exception handler
Andrew Dolgov [Wed, 10 Nov 2010 10:14:40 +0000 (13:14 +0300)]
subscribeToFeed: add ajax exception handler

14 years agoremove feed linking
Andrew Dolgov [Wed, 10 Nov 2010 09:05:55 +0000 (12:05 +0300)]
remove feed linking

14 years agopref-filters: disable rescore all feeds button unless feed debugging is enabled
Andrew Dolgov [Wed, 10 Nov 2010 08:49:31 +0000 (11:49 +0300)]
pref-filters: disable rescore all feeds button unless feed debugging is enabled

14 years agoschema: wrap upgrade scripts in transaction blocks
Andrew Dolgov [Wed, 10 Nov 2010 08:45:28 +0000 (11:45 +0300)]
schema: wrap upgrade scripts in transaction blocks

14 years agocdm: tweak the way hotkey article dismissing works; toggle select article by clicking...
Andrew Dolgov [Wed, 10 Nov 2010 08:38:55 +0000 (11:38 +0300)]
cdm: tweak the way hotkey article dismissing works; toggle select article by clicking on it

14 years agofix tag caching issues
Andrew Dolgov [Wed, 10 Nov 2010 08:08:33 +0000 (11:08 +0300)]
fix tag caching issues

14 years agoImplement the last part of #276: show the list of available feeds in the frontend...
Christian Weiske [Tue, 9 Nov 2010 21:42:03 +0000 (22:42 +0100)]
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)

14 years agoadd another status code to subscribe_to_feed to prevent the frontend to do double...
Christian Weiske [Tue, 9 Nov 2010 07:09:10 +0000 (08:09 +0100)]
add another status code to subscribe_to_feed to prevent the frontend to do double work (refs #276)

14 years agomove url resolution before duplicate checks - otherwise we may get duplicates (refs...
Christian Weiske [Tue, 9 Nov 2010 07:03:27 +0000 (08:03 +0100)]
move url resolution before duplicate checks - otherwise we may get duplicates (refs #276)

14 years agoadd tag cache for user_entries (bump schema)
Andrew Dolgov [Tue, 9 Nov 2010 19:41:13 +0000 (22:41 +0300)]
add tag cache for user_entries (bump schema)

14 years agosupport rescoring by tags
Andrew Dolgov [Tue, 9 Nov 2010 18:48:42 +0000 (21:48 +0300)]
support rescoring by tags

14 years agocdm: add hotkey to dismiss active article
Andrew Dolgov [Tue, 9 Nov 2010 18:05:33 +0000 (21:05 +0300)]
cdm: add hotkey to dismiss active article

14 years agofix expand_cdm option working in reverse
Andrew Dolgov [Tue, 9 Nov 2010 17:58:35 +0000 (20:58 +0300)]
fix expand_cdm option working in reverse

14 years agorefactor combined mode, code cleanup
Andrew Dolgov [Tue, 9 Nov 2010 17:57:23 +0000 (20:57 +0300)]
refactor combined mode, code cleanup

14 years agomove print_label_select to functions.php
Andrew Dolgov [Tue, 9 Nov 2010 15:10:22 +0000 (18:10 +0300)]
move print_label_select to functions.php

14 years agoremove xml-rpc server
Andrew Dolgov [Tue, 9 Nov 2010 15:08:58 +0000 (18:08 +0300)]
remove xml-rpc server

14 years agounify update_daemon, update_feeds and update_feedbrowser into update.php; move update...
Andrew Dolgov [Tue, 9 Nov 2010 13:33:08 +0000 (16:33 +0300)]
unify update_daemon, update_feeds and update_feedbrowser into update.php; move update.php to db-updater.php

14 years agoupdate_rss_feed: properly define
Andrew Dolgov [Tue, 9 Nov 2010 13:31:15 +0000 (16:31 +0300)]
update_rss_feed: properly define

14 years agoresort_feedlist: fix glitch caused by FEEDR-0
Andrew Dolgov [Tue, 9 Nov 2010 12:45:14 +0000 (15:45 +0300)]
resort_feedlist: fix glitch caused by FEEDR-0

14 years agodropbox_replace_options: only copy value when present
Andrew Dolgov [Tue, 9 Nov 2010 11:57:06 +0000 (14:57 +0300)]
dropbox_replace_options: only copy value when present

14 years agoallow filtering by article tags (bump schema)
Andrew Dolgov [Tue, 9 Nov 2010 11:49:41 +0000 (14:49 +0300)]
allow filtering by article tags (bump schema)

14 years agoproperly handle on-the-fly adding of categories
Andrew Dolgov [Tue, 9 Nov 2010 10:28:10 +0000 (13:28 +0300)]
properly handle on-the-fly adding of categories

14 years agoproperly handle on-the-fly adding of labels
Andrew Dolgov [Tue, 9 Nov 2010 10:14:59 +0000 (13:14 +0300)]
properly handle on-the-fly adding of labels

14 years agoapi: support sequence numbers, status codes
Andrew Dolgov [Tue, 9 Nov 2010 08:59:48 +0000 (11:59 +0300)]
api: support sequence numbers, status codes

14 years agoallow adding labels on the fly
Andrew Dolgov [Mon, 8 Nov 2010 22:04:00 +0000 (01:04 +0300)]
allow adding labels on the fly

14 years agopart of #276: if the html page has only one single feed, we subscribe to that one...
Christian Weiske [Mon, 8 Nov 2010 19:48:15 +0000 (20:48 +0100)]
part of #276: if the html page has only one single feed, we subscribe to that one directly without asking

14 years agopart of #276: determine if the url contents are html
Christian Weiske [Sun, 7 Nov 2010 13:43:15 +0000 (14:43 +0100)]
part of #276: determine if the url contents are html

14 years agodocblock for subscribe_to_feed
Christian Weiske [Sun, 7 Nov 2010 12:38:15 +0000 (13:38 +0100)]
docblock for subscribe_to_feed

14 years agoadd "extractfeedurls" rpc action that extracts the feed URLs from a HTML page
Christian Weiske [Sun, 7 Nov 2010 14:45:50 +0000 (15:45 +0100)]
add "extractfeedurls" rpc action that extracts the feed URLs from a HTML page

14 years agopart of feature request #276: automatically prepend http:// if feed URL is incomplete
Christian Weiske [Sun, 7 Nov 2010 12:14:08 +0000 (13:14 +0100)]
part of feature request #276: automatically prepend http:// if feed URL is incomplete

14 years agofix search dialog for categories
Andrew Dolgov [Mon, 8 Nov 2010 18:43:40 +0000 (21:43 +0300)]
fix search dialog for categories

14 years agomake published OPML use common secret key code
Andrew Dolgov [Mon, 8 Nov 2010 16:36:24 +0000 (19:36 +0300)]
make published OPML use common secret key code

14 years agofix OPML publishing (2)
Andrew Dolgov [Mon, 8 Nov 2010 16:30:00 +0000 (19:30 +0300)]
fix OPML publishing (2)

14 years agofix OPML publishing
Andrew Dolgov [Mon, 8 Nov 2010 16:25:06 +0000 (19:25 +0300)]
fix OPML publishing

14 years agoadd ttrss_users.full_name; bump schema
Andrew Dolgov [Mon, 8 Nov 2010 13:34:49 +0000 (16:34 +0300)]
add ttrss_users.full_name; bump schema

14 years agoupdate .gitignore
Andrew Dolgov [Mon, 8 Nov 2010 11:54:01 +0000 (14:54 +0300)]
update .gitignore

14 years agoprefs: add button to clear all generated URLs
Andrew Dolgov [Mon, 8 Nov 2010 11:51:58 +0000 (14:51 +0300)]
prefs: add button to clear all generated URLs

14 years agosubtoolbar: remove adaptive/all_articles view modes from generated feed urls by default
Andrew Dolgov [Mon, 8 Nov 2010 11:37:19 +0000 (14:37 +0300)]
subtoolbar: remove adaptive/all_articles view modes from generated feed urls by default

14 years agoupdate translations
Andrew Dolgov [Mon, 8 Nov 2010 11:29:11 +0000 (14:29 +0300)]
update translations

14 years agojs: move position stuff to separate file
Andrew Dolgov [Mon, 8 Nov 2010 11:24:34 +0000 (14:24 +0300)]
js: move position stuff to separate file

14 years agosend digest: mark digest sent attempt even if there were no headlines
Andrew Dolgov [Mon, 8 Nov 2010 10:58:50 +0000 (13:58 +0300)]
send digest: mark digest sent attempt even if there were no headlines

14 years agosubtoolbar: properly link to generatedFeed dialog
Andrew Dolgov [Mon, 8 Nov 2010 10:53:04 +0000 (13:53 +0300)]
subtoolbar: properly link to generatedFeed dialog

14 years agoheadlines subtoolbar: align feed icon
Andrew Dolgov [Mon, 8 Nov 2010 10:48:00 +0000 (13:48 +0300)]
headlines subtoolbar: align feed icon

14 years agogenerate_syndicated_feed: use CDATA section for item title
Andrew Dolgov [Mon, 8 Nov 2010 10:36:12 +0000 (13:36 +0300)]
generate_syndicated_feed: use CDATA section for item title

14 years agobackend/rss: fix view-mode handling
Andrew Dolgov [Mon, 8 Nov 2010 10:34:46 +0000 (13:34 +0300)]
backend/rss: fix view-mode handling

14 years agobackend/rss: disable http auth
Andrew Dolgov [Mon, 8 Nov 2010 10:26:32 +0000 (13:26 +0300)]
backend/rss: disable http auth

14 years agoreplace old-style published feed with universal secretkey-based approach used for...
Andrew Dolgov [Mon, 8 Nov 2010 10:11:56 +0000 (13:11 +0300)]
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

14 years agoremove get_script_dt_add()
Andrew Dolgov [Mon, 8 Nov 2010 08:42:05 +0000 (11:42 +0300)]
remove get_script_dt_add()

14 years agouser editor: focus login on show
Andrew Dolgov [Mon, 8 Nov 2010 07:10:13 +0000 (10:10 +0300)]
user editor: focus login on show

14 years agofilter editor: focus match inputbox on show
Andrew Dolgov [Mon, 8 Nov 2010 07:08:51 +0000 (10:08 +0300)]
filter editor: focus match inputbox on show

14 years agocategory editor: focus input prompt on show
Andrew Dolgov [Mon, 8 Nov 2010 07:02:59 +0000 (10:02 +0300)]
category editor: focus input prompt on show

14 years agojs: code cleanup
Andrew Dolgov [Mon, 8 Nov 2010 06:56:08 +0000 (09:56 +0300)]
js: code cleanup

14 years agosmart_date_time: properly support local TZ; use user-defined date formats
Andrew Dolgov [Sun, 7 Nov 2010 21:31:43 +0000 (00:31 +0300)]
smart_date_time: properly support local TZ; use user-defined date formats