]> git.wh0rd.org - tt-rss.git/log
tt-rss.git
13 years agorename feed.xsl to atom-to-html.xsl
Andrew Dolgov [Tue, 19 Apr 2011 09:22:01 +0000 (13:22 +0400)] 
rename feed.xsl to atom-to-html.xsl

13 years agorework article notes; re-add built-in XSL template for generated feeds; remove schema...
Andrew Dolgov [Tue, 19 Apr 2011 09:20:59 +0000 (13:20 +0400)] 
rework article notes; re-add built-in XSL template for generated feeds; remove schema_version caching in session

13 years agobatch feed editor: fix newer options not working properly
Andrew Dolgov [Tue, 19 Apr 2011 04:13:06 +0000 (08:13 +0400)] 
batch feed editor: fix newer options not working properly

13 years agofilter_to_sql: limit results to last 30 days of articles
Andrew Dolgov [Mon, 18 Apr 2011 16:01:25 +0000 (20:01 +0400)] 
filter_to_sql: limit results to last 30 days of articles

13 years agoabout dialog, UI tweaks
Andrew Dolgov [Mon, 18 Apr 2011 12:29:10 +0000 (16:29 +0400)] 
about dialog, UI tweaks

13 years agoremove unnecessary topmost ContentPane from main layout
Andrew Dolgov [Mon, 18 Apr 2011 11:56:37 +0000 (15:56 +0400)] 
remove unnecessary topmost ContentPane from main layout

13 years agoremove unnecessary splitter below main toolbar
Andrew Dolgov [Mon, 18 Apr 2011 11:45:25 +0000 (15:45 +0400)] 
remove unnecessary splitter below main toolbar

13 years agoremove confusing DB_ header in config.php-dist
Andrew Dolgov [Mon, 18 Apr 2011 09:58:16 +0000 (13:58 +0400)] 
remove confusing DB_ header in config.php-dist

13 years agomove buttonplayer to lib/
Andrew Dolgov [Mon, 18 Apr 2011 09:54:46 +0000 (13:54 +0400)] 
move buttonplayer to lib/

13 years agogetSearchSql -> search_to_sql
Andrew Dolgov [Mon, 18 Apr 2011 09:40:17 +0000 (13:40 +0400)] 
getSearchSql -> search_to_sql

13 years agofilter test: fix date display format
Andrew Dolgov [Mon, 18 Apr 2011 09:13:02 +0000 (13:13 +0400)] 
filter test: fix date display format

13 years agofilter dialog: display parsed date when checking; fix Check it button not using Dijit...
Andrew Dolgov [Mon, 18 Apr 2011 09:09:59 +0000 (13:09 +0400)] 
filter dialog: display parsed date when checking; fix Check it button not using Dijit control

13 years agofilter_test: proper implementation using queryFeedHeadlines
Andrew Dolgov [Mon, 18 Apr 2011 09:04:24 +0000 (13:04 +0400)] 
filter_test: proper implementation using queryFeedHeadlines

13 years agofilter_test: fix per-feed filter testing; misc tweaks
Andrew Dolgov [Mon, 18 Apr 2011 04:24:24 +0000 (08:24 +0400)] 
filter_test: fix per-feed filter testing; misc tweaks

13 years agoimplement test button in filter dialogs
Andrew Dolgov [Sun, 17 Apr 2011 20:01:24 +0000 (00:01 +0400)] 
implement test button in filter dialogs

13 years agosquash deprecated warning of htmlpurifier serializer path
Andrew Dolgov [Sat, 16 Apr 2011 14:35:16 +0000 (18:35 +0400)] 
squash deprecated warning of htmlpurifier serializer path

13 years agomove HTMLPurifier cache inside CACHE_DIR/htmlpurifier
Andrew Dolgov [Fri, 15 Apr 2011 10:06:27 +0000 (14:06 +0400)] 
move HTMLPurifier cache inside CACHE_DIR/htmlpurifier

13 years agoupdate.php & daemon: chdir to script directory using __FILE__ magic constant
Andrew Dolgov [Fri, 15 Apr 2011 08:38:11 +0000 (12:38 +0400)] 
update.php & daemon: chdir to script directory using __FILE__ magic constant

13 years agofilters: cast score expression as integer on save to prevent misscoring
Andrew Dolgov [Fri, 15 Apr 2011 07:42:22 +0000 (11:42 +0400)] 
filters: cast score expression as integer on save to prevent misscoring

13 years agoapi: support passing input parameters using JSON in HTTP POST data
Andrew Dolgov [Thu, 14 Apr 2011 17:22:55 +0000 (21:22 +0400)] 
api: support passing input parameters using JSON in HTTP POST data

13 years agoapi/getHeadlines: add include_attachments parameter
Andrew Dolgov [Thu, 14 Apr 2011 17:00:36 +0000 (21:00 +0400)] 
api/getHeadlines: add include_attachments parameter

13 years agoreplace references to ttrss-logo.png with logo.png
Andrew Dolgov [Thu, 14 Apr 2011 13:48:26 +0000 (17:48 +0400)] 
replace references to ttrss-logo.png with logo.png

13 years agoapi: remove obsolete getArticles/getNewArticles previously added for tt-rss reader
Andrew Dolgov [Wed, 13 Apr 2011 11:52:31 +0000 (15:52 +0400)] 
api: remove obsolete getArticles/getNewArticles previously added for tt-rss reader

13 years agoupdate.php: update feedbrowser, purge orphans and cleanup cached tags in the update...
Andrew Dolgov [Wed, 13 Apr 2011 11:48:20 +0000 (15:48 +0400)] 
update.php: update feedbrowser, purge orphans and cleanup cached tags in the update handler

13 years agomobile: properly handle going back from article to flat category list
Andrew Dolgov [Wed, 13 Apr 2011 11:09:00 +0000 (15:09 +0400)] 
mobile: properly handle going back from article to flat category list

13 years agoapi/login: properly return LOGIN_ERROR when passed an invalid username
Andrew Dolgov [Wed, 13 Apr 2011 10:18:33 +0000 (14:18 +0400)] 
api/login: properly return LOGIN_ERROR when passed an invalid username

13 years agobackend/loading: fix content type
Andrew Dolgov [Wed, 13 Apr 2011 04:06:20 +0000 (08:06 +0400)] 
backend/loading: fix content type

13 years agoupdate_rss_feed: better purging debug
Andrew Dolgov [Tue, 12 Apr 2011 16:23:55 +0000 (20:23 +0400)] 
update_rss_feed: better purging debug

13 years agoupdate_rss_feed: cleanup debugging
Andrew Dolgov [Tue, 12 Apr 2011 15:52:05 +0000 (19:52 +0400)] 
update_rss_feed: cleanup debugging

13 years agoconfig: cleanup
Andrew Dolgov [Tue, 12 Apr 2011 15:44:39 +0000 (19:44 +0400)] 
config: cleanup

13 years agohtmlpurifier: suppress HTML.Allowed deprecation warning
Andrew Dolgov [Tue, 12 Apr 2011 15:35:13 +0000 (19:35 +0400)] 
htmlpurifier: suppress HTML.Allowed deprecation warning

13 years agoconfig: remove option ENABLE_UPDATE_DAEMON
Andrew Dolgov [Tue, 12 Apr 2011 15:33:12 +0000 (19:33 +0400)] 
config: remove option ENABLE_UPDATE_DAEMON

13 years agosanity check: properly check for ISCONFIGURED
Andrew Dolgov [Tue, 12 Apr 2011 15:29:45 +0000 (19:29 +0400)] 
sanity check: properly check for ISCONFIGURED

13 years agoconfig: add AUTO_ADD_USER (closes #294)
Andrew Dolgov [Tue, 12 Apr 2011 15:28:35 +0000 (19:28 +0400)] 
config: add AUTO_ADD_USER (closes #294)

13 years agoblock STRIP_UNSAFE_TAGS (force enable)
Andrew Dolgov [Mon, 11 Apr 2011 12:43:54 +0000 (16:43 +0400)] 
block STRIP_UNSAFE_TAGS (force enable)

13 years agoupdate HTMLPurifier; enable embedded flash video in articles
Andrew Dolgov [Mon, 11 Apr 2011 12:41:01 +0000 (16:41 +0400)] 
update HTMLPurifier; enable embedded flash video in articles

13 years agoupdate ttrss_entries.updated on post update
Andrew Dolgov [Mon, 11 Apr 2011 09:23:18 +0000 (13:23 +0400)] 
update ttrss_entries.updated on post update

13 years agotweak the way update_on_checksum_change works
Andrew Dolgov [Mon, 11 Apr 2011 07:59:22 +0000 (11:59 +0400)] 
tweak the way update_on_checksum_change works

13 years agofeed editor: show last update error near URL
Andrew Dolgov [Fri, 8 Apr 2011 11:45:39 +0000 (15:45 +0400)] 
feed editor: show last update error near URL

13 years agorework feed update errors and inactive feeds dialogs
Andrew Dolgov [Fri, 8 Apr 2011 11:37:50 +0000 (15:37 +0400)] 
rework feed update errors and inactive feeds dialogs

13 years agoremove domxml OPML import path
Andrew Dolgov [Tue, 5 Apr 2011 15:07:19 +0000 (19:07 +0400)] 
remove domxml OPML import path

13 years agofixed typo, missing semicolon
igorette [Tue, 5 Apr 2011 12:38:48 +0000 (14:38 +0200)] 
fixed typo, missing semicolon

13 years agoadd sanity check for DOMDocument
Andrew Dolgov [Tue, 5 Apr 2011 12:25:07 +0000 (16:25 +0400)] 
add sanity check for DOMDocument

13 years agosubscribeToFeed: add transport information to exception handler
Andrew Dolgov [Tue, 5 Apr 2011 10:49:28 +0000 (14:49 +0400)] 
subscribeToFeed: add transport information to exception handler

13 years agosanitize_tag: block single quote symbol
Andrew Dolgov [Mon, 4 Apr 2011 09:46:44 +0000 (13:46 +0400)] 
sanitize_tag: block single quote symbol

13 years agogenerate_syndicated_feed: only enable pubsub hub for published feed
Andrew Dolgov [Mon, 4 Apr 2011 09:42:14 +0000 (13:42 +0400)] 
generate_syndicated_feed: only enable pubsub hub for published feed

13 years agogenerate_syndicated_feed: enable support for notes
Andrew Dolgov [Mon, 4 Apr 2011 09:36:21 +0000 (13:36 +0400)] 
generate_syndicated_feed: enable support for notes

13 years agogenerate template-enabled Atom feeds instead of makeshift rss
Andrew Dolgov [Mon, 4 Apr 2011 09:30:33 +0000 (13:30 +0400)] 
generate template-enabled Atom feeds instead of makeshift rss

13 years agoadd feed editor button to reset pubsub subscription state
Andrew Dolgov [Sat, 2 Apr 2011 10:39:46 +0000 (14:39 +0400)] 
add feed editor button to reset pubsub subscription state

13 years agoremove view_mode remark from generated feed url
Andrew Dolgov [Sat, 2 Apr 2011 07:15:43 +0000 (11:15 +0400)] 
remove view_mode remark from generated feed url

13 years agogenUrlChangeKey: fix href rewriting
Andrew Dolgov [Sat, 2 Apr 2011 07:09:06 +0000 (11:09 +0400)] 
genUrlChangeKey: fix href rewriting

13 years agoupdate_rss_feed: use proper owner_uid for pubsubhubbub update url key
Andrew Dolgov [Sat, 2 Apr 2011 06:27:26 +0000 (10:27 +0400)] 
update_rss_feed: use proper owner_uid for pubsubhubbub update url key

13 years agofix pubsubhubbub challenge response
Andrew Dolgov [Fri, 1 Apr 2011 17:25:55 +0000 (21:25 +0400)] 
fix pubsubhubbub challenge response

13 years agobecause get_self_url_prefix() referenced information unavailable to php CLI clients...
Andrew Dolgov [Fri, 1 Apr 2011 16:14:49 +0000 (20:14 +0400)] 
because get_self_url_prefix() referenced information unavailable to php CLI clients, add config option SELF_URL_PATH

13 years agoupdate_rss_feed: misc fixes
Andrew Dolgov [Fri, 1 Apr 2011 13:23:44 +0000 (17:23 +0400)] 
update_rss_feed: misc fixes

13 years agoupdate_rss_feed: block pubsub subscription requests when CURL is not available
Andrew Dolgov [Fri, 1 Apr 2011 13:20:54 +0000 (17:20 +0400)] 
update_rss_feed: block pubsub subscription requests when CURL is not available

13 years agoadd missing pubsub pings to operations changing the article published status
Andrew Dolgov [Fri, 1 Apr 2011 12:58:34 +0000 (16:58 +0400)] 
add missing pubsub pings to operations changing the article published status

13 years agoschema: mysql: remove foreign key to ttrss_themes before dropping theme_id from ttrss...
Andrew Dolgov [Fri, 1 Apr 2011 11:32:27 +0000 (15:32 +0400)] 
schema: mysql: remove foreign key to ttrss_themes before dropping theme_id from ttrss_users

13 years agoschema: remove ttrss_themes
Andrew Dolgov [Fri, 1 Apr 2011 11:25:19 +0000 (15:25 +0400)] 
schema: remove ttrss_themes

13 years agoadd lib/pubsubhubbub/subscriber.php
Andrew Dolgov [Fri, 1 Apr 2011 09:58:26 +0000 (13:58 +0400)] 
add lib/pubsubhubbub/subscriber.php

13 years agoimplement pubsubhubbub subscriber (update schema)
Andrew Dolgov [Fri, 1 Apr 2011 09:39:58 +0000 (13:39 +0400)] 
implement pubsubhubbub subscriber (update schema)

13 years agoadd a sanity check for CURL when using pubsubhubbub
Andrew Dolgov [Fri, 1 Apr 2011 05:42:15 +0000 (09:42 +0400)] 
add a sanity check for CURL when using pubsubhubbub

13 years agoadd experimental support for pubsubhubbub in published feed, bump config version...
Andrew Dolgov [Fri, 1 Apr 2011 05:36:29 +0000 (09:36 +0400)] 
add experimental support for pubsubhubbub in published feed, bump config version (refs #251)

13 years agofix zoomToArticle() for new JSON reply format
Andrew Dolgov [Thu, 31 Mar 2011 10:27:13 +0000 (14:27 +0400)] 
fix zoomToArticle() for new JSON reply format

13 years agohlClicked: allow opening originating article directly while middle-clicking on the...
Andrew Dolgov [Wed, 30 Mar 2011 12:39:27 +0000 (16:39 +0400)] 
hlClicked: allow opening originating article directly while middle-clicking on the headline title

13 years agofix wrong content-type of pref-feeds/add when subscribing through an external mechani...
Andrew Dolgov [Tue, 29 Mar 2011 14:01:04 +0000 (18:01 +0400)] 
fix wrong content-type of pref-feeds/add when subscribing through an external mechanism (closes #330)

13 years agomobile/classic: remove USER_STYLESHEET_URL
Andrew Dolgov [Tue, 29 Mar 2011 12:00:06 +0000 (16:00 +0400)] 
mobile/classic: remove USER_STYLESHEET_URL

13 years agoallow logging in with a different user instead of one supplied by remote authenticati...
Andrew Dolgov [Tue, 29 Mar 2011 11:50:28 +0000 (15:50 +0400)] 
allow logging in with a different user instead of one supplied by remote authentication/SSL cert

13 years agomobile: properly load additional headlines when browsing categories (closes #329)
Andrew Dolgov [Tue, 29 Mar 2011 10:10:12 +0000 (14:10 +0400)] 
mobile: properly load additional headlines when browsing categories (closes #329)

13 years agoupdate_rss_feed: fix proper typecasting of mark_unread_on_update/update_on_checksum_c...
Andrew Dolgov [Tue, 29 Mar 2011 08:23:15 +0000 (12:23 +0400)] 
update_rss_feed: fix proper typecasting of mark_unread_on_update/update_on_checksum_change

13 years agoadd ttrss_feeds.update_on_checksum_change
Andrew Dolgov [Tue, 29 Mar 2011 08:09:42 +0000 (12:09 +0400)] 
add ttrss_feeds.update_on_checksum_change

13 years agoadd ttrss_feeds.mark_unread_on_update, bump schema, cleanup ttrss_prefs
Andrew Dolgov [Tue, 29 Mar 2011 07:54:44 +0000 (11:54 +0400)] 
add ttrss_feeds.mark_unread_on_update, bump schema, cleanup ttrss_prefs

13 years agoprefs, remove obsolete removeSelectedPrefProfiles()
Andrew Dolgov [Mon, 28 Mar 2011 11:55:50 +0000 (15:55 +0400)] 
prefs, remove obsolete removeSelectedPrefProfiles()

13 years agoimplement a special dialog to show feeds without recent updates (closes #264)
Andrew Dolgov [Mon, 28 Mar 2011 11:53:48 +0000 (15:53 +0400)] 
implement a special dialog to show feeds without recent updates (closes #264)

13 years agoremove obsolete images; layout cleanup
Andrew Dolgov [Mon, 28 Mar 2011 09:14:23 +0000 (13:14 +0400)] 
remove obsolete images; layout cleanup

13 years agotriple-pane: remove obsolete files
Andrew Dolgov [Mon, 28 Mar 2011 09:08:56 +0000 (13:08 +0400)] 
triple-pane: remove obsolete files

13 years agoonly use autologin with SSL certificate when AUTO_LOGIN is enabled, otherwise redirec...
Andrew Dolgov [Mon, 28 Mar 2011 09:03:43 +0000 (13:03 +0400)] 
only use autologin with SSL certificate when AUTO_LOGIN is enabled, otherwise redirect to login form as with remote auth

13 years agoupdate feeds with errors dialog
Andrew Dolgov [Mon, 28 Mar 2011 08:34:39 +0000 (12:34 +0400)] 
update feeds with errors dialog

13 years agopref-prefs: profile blacklist SSL_CERT_SERIAL
Andrew Dolgov [Mon, 28 Mar 2011 08:26:33 +0000 (12:26 +0400)] 
pref-prefs: profile blacklist SSL_CERT_SERIAL

13 years agofix blank content pane after removeSelectedFilters()
Andrew Dolgov [Mon, 28 Mar 2011 08:22:23 +0000 (12:22 +0400)] 
fix blank content pane after removeSelectedFilters()

13 years agopref-prefs: blacklist HEADLINES_SMART_DATE
Andrew Dolgov [Mon, 28 Mar 2011 08:17:40 +0000 (12:17 +0400)] 
pref-prefs: blacklist HEADLINES_SMART_DATE

13 years agoremove obsolete themes
Andrew Dolgov [Mon, 28 Mar 2011 08:14:28 +0000 (12:14 +0400)] 
remove obsolete themes

13 years agopref-prefs: show disabled register certificate button when certificate is unavailable
Andrew Dolgov [Mon, 28 Mar 2011 07:39:50 +0000 (11:39 +0400)] 
pref-prefs: show disabled register certificate button when certificate is unavailable

13 years agofix triple-pane theme
Andrew Dolgov [Mon, 28 Mar 2011 07:33:41 +0000 (11:33 +0400)] 
fix triple-pane theme

13 years agoauthenticate against a hash of identifyable information from certificate instead...
Andrew Dolgov [Mon, 28 Mar 2011 05:45:23 +0000 (09:45 +0400)] 
authenticate against a hash of identifyable information from certificate instead of only serial (refs #324)

13 years agouse SSL serial to bind certificate to user; implement autologin using SSL certificate...
Andrew Dolgov [Mon, 28 Mar 2011 04:30:00 +0000 (08:30 +0400)] 
use SSL serial to bind certificate to user; implement autologin using SSL certificate; set a separate session cookie for SSL connections (refs #324)

13 years agoallow authentication using SSL client certificates (closes #324)
Andrew Dolgov [Sun, 27 Mar 2011 12:40:23 +0000 (16:40 +0400)] 
allow authentication using SSL client certificates (closes #324)

13 years agomention possible need to rename ICONS_DIR
Andrew Dolgov [Sun, 27 Mar 2011 10:49:21 +0000 (14:49 +0400)] 
mention possible need to rename ICONS_DIR

13 years agoimprove favicon detection (refs #322)
Andrew Dolgov [Thu, 24 Mar 2011 10:41:25 +0000 (13:41 +0300)] 
improve favicon detection (refs #322)

13 years agosearch dialog: fix is_cat not parsed properly
Andrew Dolgov [Wed, 23 Mar 2011 11:51:50 +0000 (14:51 +0300)] 
search dialog: fix is_cat not parsed properly

13 years agoset default update method back to magpie
Andrew Dolgov [Tue, 22 Mar 2011 07:03:52 +0000 (10:03 +0300)] 
set default update method back to magpie

13 years agorelease 1.5.2 1.5.2
Andrew Dolgov [Mon, 21 Mar 2011 09:02:41 +0000 (12:02 +0300)] 
release 1.5.2

13 years agoupdate translations
Andrew Dolgov [Mon, 21 Mar 2011 09:01:26 +0000 (12:01 +0300)] 
update translations

13 years agofetch_file_contents: fix CURL option setting
Andrew Dolgov [Fri, 18 Mar 2011 16:27:48 +0000 (19:27 +0300)] 
fetch_file_contents: fix CURL option setting

13 years agoconfig: remove ENABLE_TRANSLATIONS
Andrew Dolgov [Fri, 18 Mar 2011 16:25:06 +0000 (19:25 +0300)] 
config: remove ENABLE_TRANSLATIONS

13 years agorpc: no longer use XML
Andrew Dolgov [Fri, 18 Mar 2011 16:12:38 +0000 (19:12 +0300)] 
rpc: no longer use XML

13 years agoupdate translations
Andrew Dolgov [Fri, 18 Mar 2011 15:25:21 +0000 (18:25 +0300)] 
update translations

13 years agoconfig: add special constant which is required to be set before config is accepted
Andrew Dolgov [Fri, 18 Mar 2011 15:21:58 +0000 (18:21 +0300)] 
config: add special constant which is required to be set before config is accepted

13 years agoconfig: set default update method to simplepie
Andrew Dolgov [Fri, 18 Mar 2011 15:13:27 +0000 (18:13 +0300)] 
config: set default update method to simplepie

13 years agojs: remove obsolete dojo require calls
Andrew Dolgov [Fri, 18 Mar 2011 15:10:24 +0000 (18:10 +0300)] 
js: remove obsolete dojo require calls