]> git.wh0rd.org - tt-rss.git/log
tt-rss.git
11 years agologin_form: remove short php tags
Andrew Dolgov [Thu, 23 Aug 2012 09:42:25 +0000 (13:42 +0400)] 
login_form: remove short php tags

11 years agoself-update: clarify some error messages (2)
Andrew Dolgov [Thu, 23 Aug 2012 09:32:30 +0000 (13:32 +0400)] 
self-update: clarify some error messages (2)

11 years agoself-update: clarify some error messages
Andrew Dolgov [Thu, 23 Aug 2012 09:22:56 +0000 (13:22 +0400)] 
self-update: clarify some error messages

11 years agoupdate.php: display error message when running from the browser
Andrew Dolgov [Thu, 23 Aug 2012 09:17:22 +0000 (13:17 +0400)] 
update.php: display error message when running from the browser
mention self-updating in new version dialog

11 years agoMerge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS
Andrew Dolgov [Thu, 23 Aug 2012 09:03:52 +0000 (13:03 +0400)] 
Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS

11 years agoadd experimental self-updating script
Andrew Dolgov [Thu, 23 Aug 2012 09:03:39 +0000 (13:03 +0400)] 
add experimental self-updating script

11 years agoallow request_counters() in bw_limit mode
Andrew Dolgov [Thu, 23 Aug 2012 06:37:08 +0000 (10:37 +0400)] 
allow request_counters() in bw_limit mode

11 years agocatchupBatchedArticles: create local copy of the batch to work with
Andrew Dolgov [Thu, 23 Aug 2012 05:17:30 +0000 (09:17 +0400)] 
catchupBatchedArticles: create local copy of the batch to work with

11 years agoremove hook-based plugins
Andrew Dolgov [Tue, 21 Aug 2012 10:37:43 +0000 (14:37 +0400)] 
remove hook-based plugins

11 years agoexpand error messages in subscribeToFeed(), provide proper error message
Andrew Dolgov [Tue, 21 Aug 2012 10:09:51 +0000 (14:09 +0400)] 
expand error messages in subscribeToFeed(), provide proper error message
when URL download failed (refs #489)

11 years agounbreak classes/dlg
Andrew Dolgov [Fri, 17 Aug 2012 13:03:39 +0000 (17:03 +0400)] 
unbreak classes/dlg

11 years agoapi: disable deprecated HTTP parameter support by default
Andrew Dolgov [Fri, 17 Aug 2012 11:16:13 +0000 (15:16 +0400)] 
api: disable deprecated HTTP parameter support by default

11 years agorework class system to use subdirectories
Andrew Dolgov [Fri, 17 Aug 2012 10:20:55 +0000 (14:20 +0400)] 
rework class system to use subdirectories
add placeholder plugin/hook system

11 years agosmall tweak for loadMoreHeadlines() algorithm
Andrew Dolgov [Thu, 16 Aug 2012 15:11:39 +0000 (19:11 +0400)] 
small tweak for loadMoreHeadlines() algorithm

11 years ago remove api-specific _autoload
Andrew Dolgov [Thu, 16 Aug 2012 14:33:08 +0000 (18:33 +0400)] 
 remove api-specific _autoload

11 years agoauth_internal.change_password: do not rely on session
Andrew Dolgov [Thu, 16 Aug 2012 14:27:26 +0000 (18:27 +0400)] 
auth_internal.change_password: do not rely on session

11 years agomove changing password code to authentication modules
Andrew Dolgov [Thu, 16 Aug 2012 14:21:35 +0000 (18:21 +0400)] 
move changing password code to authentication modules

11 years agosave module user authenticated with, only allow password change if module is 'internal'
Andrew Dolgov [Thu, 16 Aug 2012 12:00:50 +0000 (16:00 +0400)] 
save module user authenticated with, only allow password change if module is 'internal'

11 years agoadd hide_change_password session variable
Andrew Dolgov [Thu, 16 Aug 2012 11:58:13 +0000 (15:58 +0400)] 
add hide_change_password session variable

11 years agofix __autoload to work with mobile/
Andrew Dolgov [Thu, 16 Aug 2012 11:55:30 +0000 (15:55 +0400)] 
fix __autoload to work with mobile/

11 years agorouting: check if created handler is a subclass of Handler
Andrew Dolgov [Thu, 16 Aug 2012 11:43:52 +0000 (15:43 +0400)] 
routing: check if created handler is a subclass of Handler

11 years agoallow auto_create_user() to be used instead of find_user_by_login() when auto creatin...
Andrew Dolgov [Thu, 16 Aug 2012 11:38:33 +0000 (15:38 +0400)] 
allow auto_create_user() to be used instead of find_user_by_login() when auto creating is off

11 years agosplit authentication to separate modules
Andrew Dolgov [Thu, 16 Aug 2012 11:30:35 +0000 (15:30 +0400)] 
split authentication to separate modules

11 years agoprint_feed_cat_select: fix Uncategorized not recognized as default_id
Andrew Dolgov [Thu, 16 Aug 2012 09:36:02 +0000 (13:36 +0400)] 
print_feed_cat_select: fix Uncategorized not recognized as default_id

11 years agoadd additional ownership checks to getfeedcounters/getcategorycounters
Andrew Dolgov [Wed, 15 Aug 2012 15:34:50 +0000 (19:34 +0400)] 
add additional ownership checks to getfeedcounters/getcategorycounters

11 years agoremove include_children element form name
Andrew Dolgov [Wed, 15 Aug 2012 12:19:50 +0000 (16:19 +0400)] 
remove include_children element form name

11 years agoopml: remove CRs, tweak category node detection
Andrew Dolgov [Wed, 15 Aug 2012 11:58:05 +0000 (15:58 +0400)] 
opml: remove CRs, tweak category node detection

11 years agoopml: clean empty categories
Andrew Dolgov [Wed, 15 Aug 2012 11:55:41 +0000 (15:55 +0400)] 
opml: clean empty categories

11 years agomove opml stuff to classes/opml.php
Andrew Dolgov [Wed, 15 Aug 2012 11:47:13 +0000 (15:47 +0400)] 
move opml stuff to classes/opml.php

11 years agoopml: some indenting stuff
Andrew Dolgov [Wed, 15 Aug 2012 11:13:26 +0000 (15:13 +0400)] 
opml: some indenting stuff

11 years agoremove loading of test opml file in debug mode
Andrew Dolgov [Wed, 15 Aug 2012 11:09:27 +0000 (15:09 +0400)] 
remove loading of test opml file in debug mode

11 years agorefactor opml import/export code
Andrew Dolgov [Wed, 15 Aug 2012 11:03:40 +0000 (15:03 +0400)] 
refactor opml import/export code
fix opml to properly handle nested categories
allow creating categories with same name in different parent categories

11 years agoopml: support proper export of nested categories
Andrew Dolgov [Wed, 15 Aug 2012 08:52:45 +0000 (12:52 +0400)] 
opml: support proper export of nested categories

11 years agodo not hide read category which has unread children
Andrew Dolgov [Wed, 15 Aug 2012 08:26:55 +0000 (12:26 +0400)] 
do not hide read category which has unread children

11 years agodisable dnd tip in pref_feeds
Andrew Dolgov [Wed, 15 Aug 2012 06:48:25 +0000 (10:48 +0400)] 
disable dnd tip in pref_feeds

11 years agofix batchSubscribe dialog not closing/feedlist not updating
Andrew Dolgov [Wed, 15 Aug 2012 06:41:59 +0000 (10:41 +0400)] 
fix batchSubscribe dialog not closing/feedlist not updating

11 years agofix drag-and-drop categorizing of feeds into nested cats
Andrew Dolgov [Wed, 15 Aug 2012 06:10:24 +0000 (10:10 +0400)] 
fix drag-and-drop categorizing of feeds into nested cats

11 years agopref_feeds: add missing methods to add/remove cats
Andrew Dolgov [Wed, 15 Aug 2012 05:59:08 +0000 (09:59 +0400)] 
pref_feeds: add missing methods to add/remove cats

11 years agoremove old category editor
Andrew Dolgov [Wed, 15 Aug 2012 05:38:57 +0000 (09:38 +0400)] 
remove old category editor
allow creating/removing categories in main feed editor

11 years agoproperly persist include_children
Andrew Dolgov [Wed, 15 Aug 2012 05:11:43 +0000 (09:11 +0400)] 
properly persist include_children

11 years agoprint_feed_cat_select: display nested category structure
Andrew Dolgov [Tue, 14 Aug 2012 19:18:40 +0000 (23:18 +0400)] 
print_feed_cat_select: display nested category structure
fix empty sub-sub-categories never being shown

11 years agofix savefeedorder for dojo 1.7 (wtf)
Andrew Dolgov [Tue, 14 Aug 2012 15:37:31 +0000 (19:37 +0400)] 
fix savefeedorder for dojo 1.7 (wtf)

11 years agoonly precache_headlines_idle() when actually idle
Andrew Dolgov [Tue, 14 Aug 2012 15:30:49 +0000 (19:30 +0400)] 
only precache_headlines_idle() when actually idle

11 years agore-enable setting of include_children button on startup
Andrew Dolgov [Tue, 14 Aug 2012 15:25:10 +0000 (19:25 +0400)] 
re-enable setting of include_children button on startup

11 years agodojo: remove uncompressed files
Andrew Dolgov [Tue, 14 Aug 2012 15:04:32 +0000 (19:04 +0400)] 
dojo: remove uncompressed files

11 years agomake precache_headlines_idle() start slower
Andrew Dolgov [Tue, 14 Aug 2012 15:03:34 +0000 (19:03 +0400)] 
make precache_headlines_idle() start slower

11 years agoupdate dojo to 1.7.3
Andrew Dolgov [Tue, 14 Aug 2012 14:59:10 +0000 (18:59 +0400)] 
update dojo to 1.7.3

11 years agoremove call-by-reference to comply with php 5.4
Andrew Dolgov [Tue, 14 Aug 2012 08:18:52 +0000 (12:18 +0400)] 
remove call-by-reference to comply with php 5.4

11 years agoupdate README (2)
Andrew Dolgov [Tue, 14 Aug 2012 06:53:36 +0000 (10:53 +0400)] 
update README (2)

11 years agoupdate README
Andrew Dolgov [Tue, 14 Aug 2012 06:53:15 +0000 (10:53 +0400)] 
update README

11 years agoMerge branch 'nested-cats'
Andrew Dolgov [Tue, 14 Aug 2012 06:47:24 +0000 (10:47 +0400)] 
Merge branch 'nested-cats'

11 years agochange include_children to a togglebutton; add placeholder setting save in a session
Andrew Dolgov [Mon, 13 Aug 2012 17:39:40 +0000 (21:39 +0400)] 
change include_children to a togglebutton; add placeholder setting save in a session

11 years agoadd toolbar checkbox to include subcategories to viewfeed()
Andrew Dolgov [Mon, 13 Aug 2012 17:25:46 +0000 (21:25 +0400)] 
add toolbar checkbox to include subcategories to viewfeed()

11 years agofix queryFeedHeadlines, rename getCategoryUnreadRecursive
Andrew Dolgov [Mon, 13 Aug 2012 17:02:52 +0000 (21:02 +0400)] 
fix queryFeedHeadlines, rename getCategoryUnreadRecursive

11 years agoallow queryFeedHeadlines() to show child category entries
Andrew Dolgov [Mon, 13 Aug 2012 16:53:45 +0000 (20:53 +0400)] 
allow queryFeedHeadlines() to show child category entries

11 years agoadd special indication for categories having unread items in child categories
Andrew Dolgov [Mon, 13 Aug 2012 15:52:34 +0000 (19:52 +0400)] 
add special indication for categories having unread items in child categories

11 years agoremove feeds/index()
Andrew Dolgov [Mon, 13 Aug 2012 14:58:21 +0000 (18:58 +0400)] 
remove feeds/index()

11 years agosorta-kinda fix the feedlist
Andrew Dolgov [Mon, 13 Aug 2012 14:56:55 +0000 (18:56 +0400)] 
sorta-kinda fix the feedlist

11 years agoset SCHEMA_VERSION to 93
Andrew Dolgov [Mon, 13 Aug 2012 10:49:31 +0000 (14:49 +0400)] 
set SCHEMA_VERSION to 93

11 years agoadd ttrss_feed_categories.parent_cat, bump schema
Andrew Dolgov [Mon, 13 Aug 2012 10:36:52 +0000 (14:36 +0400)] 
add ttrss_feed_categories.parent_cat, bump schema

11 years agoinitial work on nested categories
Andrew Dolgov [Mon, 13 Aug 2012 10:47:43 +0000 (14:47 +0400)] 
initial work on nested categories

11 years agoadd ttrss_feed_categories.parent_cat, bump schema
Andrew Dolgov [Mon, 13 Aug 2012 10:36:52 +0000 (14:36 +0400)] 
add ttrss_feed_categories.parent_cat, bump schema

11 years agofix includes order in update daemon
Andrew Dolgov [Sun, 12 Aug 2012 07:18:03 +0000 (11:18 +0400)] 
fix includes order in update daemon

11 years agoupdate.php: fix help text
Andrew Dolgov [Sun, 12 Aug 2012 07:12:27 +0000 (11:12 +0400)] 
update.php: fix help text

11 years agoRevert "add experimental clientside headline clamping (refs #479)"
Andrew Dolgov [Fri, 10 Aug 2012 11:02:18 +0000 (15:02 +0400)] 
Revert "add experimental clientside headline clamping (refs #479)"

This reverts commit 26e4b12466208b433fef35946cb61ef9b3e52e45.

11 years agoRevert "fix clamping for infinite scrolling (refs #479)"
Andrew Dolgov [Fri, 10 Aug 2012 11:02:11 +0000 (15:02 +0400)] 
Revert "fix clamping for infinite scrolling (refs #479)"

This reverts commit 8c5c4e494d92772533b2d56cbd426a01ccc24da1.

11 years agoadd update.php -indexes to recreate tt-rss indexes from schema file
Andrew Dolgov [Thu, 9 Aug 2012 10:20:27 +0000 (14:20 +0400)] 
add update.php -indexes to recreate tt-rss indexes from schema file

11 years agofix clamping for infinite scrolling (refs #479)
Andrew Dolgov [Thu, 9 Aug 2012 09:15:14 +0000 (13:15 +0400)] 
fix clamping for infinite scrolling (refs #479)

11 years agoadd experimental clientside headline clamping (refs #479)
Andrew Dolgov [Thu, 9 Aug 2012 09:08:07 +0000 (13:08 +0400)] 
add experimental clientside headline clamping (refs #479)

11 years agoMerge pull request #23 from rutgerw/quietupdate
Andrew Dolgov [Sun, 5 Aug 2012 06:33:11 +0000 (23:33 -0700)] 
Merge pull request #23 from rutgerw/quietupdate

add command line option '-quiet' to make update.php more quiet

11 years agoadd command line option '-quiet' to make update.php more quiet
Rutger Wessels [Sat, 4 Aug 2012 18:15:40 +0000 (20:15 +0200)] 
add command line option '-quiet' to make update.php more quiet

11 years agoset mb_internal_encoding
Andrew Dolgov [Tue, 31 Jul 2012 12:49:54 +0000 (16:49 +0400)] 
set mb_internal_encoding

11 years agoMerge pull request #22 from plaidfluff/master
Andrew Dolgov [Sun, 22 Jul 2012 16:32:42 +0000 (09:32 -0700)] 
Merge pull request #22 from plaidfluff/master

Add support for protocol-relative URLs

11 years agoSupport protocol-relative URLs
fluffy [Sun, 22 Jul 2012 16:26:29 +0000 (09:26 -0700)] 
Support protocol-relative URLs

11 years agoMerge pull request #21 from Stebalien/master
Andrew Dolgov [Sun, 15 Jul 2012 07:47:43 +0000 (00:47 -0700)] 
Merge pull request #21 from Stebalien/master

Fixed broken image reference (ttrss_logo->logo_wide)

11 years agoChange ttrss_logo.png (deleted) to logo_wide.png
Steven Allen [Sat, 14 Jul 2012 22:49:40 +0000 (18:49 -0400)] 
Change ttrss_logo.png (deleted) to logo_wide.png

11 years agoadd ttrss_feeds_cat_id_idx
Andrew Dolgov [Wed, 11 Jul 2012 08:52:59 +0000 (12:52 +0400)] 
add ttrss_feeds_cat_id_idx

11 years agoadd some more indexes
Andrew Dolgov [Wed, 11 Jul 2012 08:39:43 +0000 (12:39 +0400)] 
add some more indexes

11 years agoadd a hack to remove duplicate headlines from the buffer on initial load
Andrew Dolgov [Wed, 11 Jul 2012 05:20:55 +0000 (09:20 +0400)] 
add a hack to remove duplicate headlines from the buffer on initial load

11 years agoprecache_headlines: fix typo which caused 2 requests of same feed
Andrew Dolgov [Tue, 10 Jul 2012 20:29:36 +0000 (00:29 +0400)] 
precache_headlines: fix typo which caused 2 requests of same feed

11 years agomysql schema: add few missing indexes
Andrew Dolgov [Tue, 10 Jul 2012 19:49:05 +0000 (23:49 +0400)] 
mysql schema: add few missing indexes

11 years agodo not perform sanity checks on each backend request
Andrew Dolgov [Tue, 10 Jul 2012 11:24:04 +0000 (15:24 +0400)] 
do not perform sanity checks on each backend request

11 years agosanity_check: fix typo
Andrew Dolgov [Tue, 10 Jul 2012 11:11:55 +0000 (15:11 +0400)] 
sanity_check: fix typo

11 years agosplit related title to separate define _NGRAM_TITLE_RELATED_THRESHOLD
Andrew Dolgov [Mon, 9 Jul 2012 17:44:37 +0000 (21:44 +0400)] 
split related title to separate define _NGRAM_TITLE_RELATED_THRESHOLD

11 years agoexperimental article attachment ui based on dijit dropdown
Andrew Dolgov [Mon, 9 Jul 2012 16:48:34 +0000 (20:48 +0400)] 
experimental article attachment ui based on dijit dropdown

11 years agofix getLabelUnread (refs #464)
Andrew Dolgov [Mon, 9 Jul 2012 16:39:42 +0000 (20:39 +0400)] 
fix getLabelUnread (refs #464)

11 years agoimplement showing related articles in 3panel mode when ngram stuff is enabled
Andrew Dolgov [Mon, 9 Jul 2012 16:24:05 +0000 (20:24 +0400)] 
implement showing related articles in 3panel mode when ngram stuff is enabled

11 years agoimplement proof of concept postgresql pg_trgm N-gram based marking of similar article...
Andrew Dolgov [Mon, 9 Jul 2012 15:49:48 +0000 (19:49 +0400)] 
implement proof of concept postgresql pg_trgm N-gram based marking of similar article titles as read automatically

11 years agoremove COUNTERS_MAX_AGE, add some optimization for counter queries (refs #464)
Andrew Dolgov [Mon, 9 Jul 2012 09:02:42 +0000 (13:02 +0400)] 
remove COUNTERS_MAX_AGE, add some optimization for counter queries (refs #464)

11 years agodecrementFeedCounter: remove stored cache instead
Andrew Dolgov [Mon, 9 Jul 2012 08:21:19 +0000 (12:21 +0400)] 
decrementFeedCounter: remove stored cache instead

11 years agoupdate headline cache in decrementFeedCounter
Andrew Dolgov [Sun, 8 Jul 2012 13:36:27 +0000 (17:36 +0400)] 
update headline cache in decrementFeedCounter

11 years agoremove memcached stuff
Andrew Dolgov [Fri, 6 Jul 2012 10:37:03 +0000 (14:37 +0400)] 
remove memcached stuff

11 years agoMerge pull request #20 from johnkeeping/strict-mode-fixes
Andrew Dolgov [Thu, 5 Jul 2012 19:06:39 +0000 (12:06 -0700)] 
Merge pull request #20 from johnkeeping/strict-mode-fixes

Make Handler::before() hierarchy consistent

11 years agoMake Handler::before() hierarchy consistent
John Keeping [Thu, 5 Jul 2012 18:43:44 +0000 (19:43 +0100)] 
Make Handler::before() hierarchy consistent

In API, the before() method (inherited from Handler) takes a $method
argument, although this is not declared for the before method() in
handler.  PHP in strict mode treats this as an error.

Since call sites already pass the $method argument, change
Handler::before() and the before() method in all other subclasses to
take this argument.

11 years agouse Uncategorized coalesce in a few more places
Andrew Dolgov [Sat, 30 Jun 2012 12:40:47 +0000 (16:40 +0400)] 
use Uncategorized coalesce in a few more places

11 years agoimplement search in pref-filters
Andrew Dolgov [Fri, 29 Jun 2012 09:11:39 +0000 (13:11 +0400)] 
implement search in pref-filters

11 years agoautomatically redirect to mobile/ using Mobile_Detect class
Andrew Dolgov [Thu, 28 Jun 2012 19:14:08 +0000 (23:14 +0400)] 
automatically redirect to mobile/ using Mobile_Detect class

11 years agofix iui css text-align hiding row labels (closes #461)
Andrew Dolgov [Tue, 26 Jun 2012 14:55:58 +0000 (18:55 +0400)] 
fix iui css text-align hiding row labels (closes #461)

11 years agofix creating category filters on mysql
Andrew Dolgov [Sun, 24 Jun 2012 18:45:28 +0000 (22:45 +0400)] 
fix creating category filters on mysql

11 years agoupdate daemon shebang too
Andrew Dolgov [Fri, 22 Jun 2012 04:09:42 +0000 (08:09 +0400)] 
update daemon shebang too