]> git.wh0rd.org - tt-rss.git/log
tt-rss.git
18 years agoTAG 1.0.7 1.0.7
Andrew Dolgov [Mon, 14 Nov 2005 07:51:40 +0000 (08:51 +0100)] 
TAG 1.0.7

18 years agorelease 1.0.7
Andrew Dolgov [Mon, 14 Nov 2005 07:51:36 +0000 (08:51 +0100)] 
release 1.0.7

18 years agofix schema version in backend.php
Andrew Dolgov [Thu, 10 Nov 2005 04:38:45 +0000 (05:38 +0100)] 
fix schema version in backend.php

18 years agoschema_version handling in backend.php
Andrew Dolgov [Thu, 10 Nov 2005 04:35:39 +0000 (05:35 +0100)] 
schema_version handling in backend.php

18 years agottrss_version table (schema updated)
Andrew Dolgov [Thu, 10 Nov 2005 04:34:36 +0000 (05:34 +0100)] 
ttrss_version table (schema updated)

18 years agooptimize RPC forceUpdateAllFeeds response
Andrew Dolgov [Tue, 8 Nov 2005 04:53:59 +0000 (05:53 +0100)] 
optimize RPC forceUpdateAllFeeds response

18 years agoupdate TODO
Andrew Dolgov [Tue, 8 Nov 2005 04:53:30 +0000 (05:53 +0100)] 
update TODO

18 years agoupdate NEWS
Andrew Dolgov [Mon, 7 Nov 2005 18:23:26 +0000 (19:23 +0100)] 
update NEWS

18 years agoreserve column in ttrss_feeds for site url (schema+upgrade script updated)
Andrew Dolgov [Wed, 2 Nov 2005 11:53:06 +0000 (12:53 +0100)] 
reserve column in ttrss_feeds for site url (schema+upgrade script updated)

18 years agorename schema upgrade file
Andrew Dolgov [Tue, 1 Nov 2005 13:30:36 +0000 (14:30 +0100)] 
rename schema upgrade file

18 years agoprefs.php: fix layout bug
Andrew Dolgov [Tue, 1 Nov 2005 09:44:59 +0000 (10:44 +0100)] 
prefs.php: fix layout bug

18 years agoschema/upgrade-1.0.6-1.0.7.sql: fix
Andrew Dolgov [Tue, 1 Nov 2005 09:01:03 +0000 (10:01 +0100)] 
schema/upgrade-1.0.6-1.0.7.sql: fix

18 years agoadd schema/upgrade-1.0.6-1.0.7.sql
Andrew Dolgov [Tue, 1 Nov 2005 09:00:18 +0000 (10:00 +0100)] 
add schema/upgrade-1.0.6-1.0.7.sql

18 years agostore last feed update error in the database (SCHEMA UPDATED), display warning box...
Andrew Dolgov [Tue, 1 Nov 2005 07:47:03 +0000 (08:47 +0100)] 
store last feed update error in the database (SCHEMA UPDATED), display warning box in preferences on feed update error

18 years agotabbed preferences
Andrew Dolgov [Fri, 28 Oct 2005 17:58:20 +0000 (18:58 +0100)] 
tabbed preferences

18 years agofix DAEMON_REFRESH_ONLY handling
Andrew Dolgov [Fri, 28 Oct 2005 09:38:36 +0000 (10:38 +0100)] 
fix DAEMON_REFRESH_ONLY handling

18 years agofixed toolbar feed update button
Andrew Dolgov [Fri, 28 Oct 2005 09:33:24 +0000 (10:33 +0100)] 
fixed toolbar feed update button

18 years agoextended search dialog placeholder, disabled for now
Andrew Dolgov [Fri, 28 Oct 2005 06:51:34 +0000 (07:51 +0100)] 
extended search dialog placeholder, disabled for now

18 years agoupdate compact css with userDlg styles
Andrew Dolgov [Fri, 28 Oct 2005 06:36:02 +0000 (07:36 +0100)] 
update compact css with userDlg styles

18 years agoblank notify box on showDlg()
Andrew Dolgov [Fri, 28 Oct 2005 06:30:11 +0000 (07:30 +0100)] 
blank notify box on showDlg()

18 years agoadd dialogue to remove current feed, overall quick meny improvements (shamelessly...
Andrew Dolgov [Fri, 28 Oct 2005 06:21:16 +0000 (07:21 +0100)] 
add dialogue to remove current feed, overall quick meny improvements (shamelessly stolen from GMail)

18 years agogeneric popup user dialog mechanism
Andrew Dolgov [Fri, 28 Oct 2005 05:59:29 +0000 (06:59 +0100)] 
generic popup user dialog mechanism

18 years agoquick feed add dialog + related interface tweaks
Andrew Dolgov [Fri, 28 Oct 2005 05:38:06 +0000 (06:38 +0100)] 
quick feed add dialog + related interface tweaks

18 years agofunctions.js: add function cancelDialog()
Andrew Dolgov [Fri, 28 Oct 2005 05:03:45 +0000 (06:03 +0100)] 
functions.js: add function cancelDialog()

18 years agoescape feed id in update_rss_feed()
Andrew Dolgov [Fri, 28 Oct 2005 01:46:01 +0000 (02:46 +0100)] 
escape feed id in update_rss_feed()

18 years agoDAEMON_REFRESH_ONLY patch from the same source
Andrew Dolgov [Fri, 28 Oct 2005 01:30:03 +0000 (02:30 +0100)] 
DAEMON_REFRESH_ONLY patch from the same source

18 years agoadded DEFAULT_ARTICLE_LIMIT functionality, patch from adjuster
Andrew Dolgov [Fri, 28 Oct 2005 01:26:50 +0000 (02:26 +0100)] 
added DEFAULT_ARTICLE_LIMIT functionality, patch from adjuster

18 years agofix old bug when all feeds were marked as updated every time (patch from adjuster...
Andrew Dolgov [Fri, 28 Oct 2005 01:18:27 +0000 (02:18 +0100)] 
fix old bug when all feeds were marked as updated every time (patch from adjuster@forum)

18 years agoMIN_UPDATE_INTERVAL -> DEFAULT_UPDATE_INTERVAL
Andrew Dolgov [Wed, 26 Oct 2005 01:30:05 +0000 (02:30 +0100)] 
MIN_UPDATE_INTERVAL -> DEFAULT_UPDATE_INTERVAL

18 years agoupdate NEWS
Andrew Dolgov [Tue, 25 Oct 2005 11:06:31 +0000 (12:06 +0100)] 
update NEWS

18 years agoimplement catchup for labels
Andrew Dolgov [Tue, 25 Oct 2005 11:03:21 +0000 (12:03 +0100)] 
implement catchup for labels

18 years agoenable catchup button for labels and starred vfeed
Andrew Dolgov [Tue, 25 Oct 2005 11:00:01 +0000 (12:00 +0100)] 
enable catchup button for labels and starred vfeed

18 years agorework MarkAllRead subop handler, implement catchup for starred vfeed (-1)
Andrew Dolgov [Tue, 25 Oct 2005 10:44:44 +0000 (11:44 +0100)] 
rework MarkAllRead subop handler, implement catchup for starred vfeed (-1)

18 years agobasic profiling information in backend.php
Andrew Dolgov [Sun, 23 Oct 2005 15:48:58 +0000 (16:48 +0100)] 
basic profiling information in backend.php

18 years agostart work on showing number of unread articles in title
Andrew Dolgov [Sun, 23 Oct 2005 15:40:55 +0000 (16:40 +0100)] 
start work on showing number of unread articles in title

18 years agonew view mode: unread or updated
Andrew Dolgov [Sun, 23 Oct 2005 11:24:56 +0000 (12:24 +0100)] 
new view mode: unread or updated

18 years agoadd another example label in default schema
Andrew Dolgov [Thu, 20 Oct 2005 16:18:15 +0000 (17:18 +0100)] 
add another example label in default schema

18 years agoloading... prompt for feedlist
Andrew Dolgov [Mon, 17 Oct 2005 12:26:21 +0000 (13:26 +0100)] 
loading... prompt for feedlist

18 years agobump version (to dev .99)
Andrew Dolgov [Mon, 17 Oct 2005 11:48:21 +0000 (12:48 +0100)] 
bump version (to dev .99)

18 years agoadd php end tag in db.php
Andrew Dolgov [Mon, 17 Oct 2005 03:45:44 +0000 (04:45 +0100)] 
add php end tag in db.php

18 years agodisable feed toolbar catchup button when catchup is not applicable
Andrew Dolgov [Mon, 17 Oct 2005 03:25:44 +0000 (04:25 +0100)] 
disable feed toolbar catchup button when catchup is not applicable

18 years agoadd isNumeric() to functions
Andrew Dolgov [Mon, 17 Oct 2005 03:24:40 +0000 (04:24 +0100)] 
add isNumeric() to functions

18 years agoglobal search, update TODO
Andrew Dolgov [Sun, 16 Oct 2005 16:16:34 +0000 (17:16 +0100)] 
global search, update TODO

18 years agofix broken feed counter updates
Andrew Dolgov [Sun, 16 Oct 2005 15:46:37 +0000 (16:46 +0100)] 
fix broken feed counter updates

18 years agoupdate help text
Andrew Dolgov [Sun, 16 Oct 2005 15:21:53 +0000 (16:21 +0100)] 
update help text

18 years agoadd SQL expression help and placeholder for help mechanism
Andrew Dolgov [Sun, 16 Oct 2005 15:17:12 +0000 (16:17 +0100)] 
add SQL expression help and placeholder for help mechanism

18 years agofix some brackets issues in feed editor
Andrew Dolgov [Sun, 16 Oct 2005 14:48:33 +0000 (15:48 +0100)] 
fix some brackets issues in feed editor

18 years agoadd Unread or Starred view mode
Andrew Dolgov [Sun, 16 Oct 2005 14:37:15 +0000 (15:37 +0100)] 
add Unread or Starred view mode

18 years agomove logo to the left, fix small layout issue
Andrew Dolgov [Sun, 16 Oct 2005 14:30:51 +0000 (15:30 +0100)] 
move logo to the left, fix small layout issue

18 years agofade notify box border
Andrew Dolgov [Sun, 16 Oct 2005 14:26:40 +0000 (15:26 +0100)] 
fade notify box border

18 years agomove preferences button to toolbar
Andrew Dolgov [Sun, 16 Oct 2005 14:23:06 +0000 (15:23 +0100)] 
move preferences button to toolbar

18 years agoadd some RPC error reporting
Andrew Dolgov [Sun, 16 Oct 2005 14:15:32 +0000 (15:15 +0100)] 
add some RPC error reporting

18 years agomove notify box, make it more visible
Andrew Dolgov [Sun, 16 Oct 2005 14:10:14 +0000 (15:10 +0100)] 
move notify box, make it more visible

18 years agomade header a little bit smaller
Andrew Dolgov [Sun, 16 Oct 2005 13:46:43 +0000 (14:46 +0100)] 
made header a little bit smaller

18 years agosupport for selective output in forceUpdateAllFeeds
Andrew Dolgov [Sun, 16 Oct 2005 09:03:18 +0000 (10:03 +0100)] 
support for selective output in forceUpdateAllFeeds

18 years agoescape html characters in db_query() error output
Andrew Dolgov [Sun, 16 Oct 2005 08:52:44 +0000 (09:52 +0100)] 
escape html characters in db_query() error output

18 years agodisable refetch on viewfeed() to fix interface slowdown when originating feed is...
Andrew Dolgov [Sun, 16 Oct 2005 08:39:24 +0000 (09:39 +0100)] 
disable refetch on viewfeed() to fix interface slowdown when originating feed is not available

18 years agofix broken article update functionality (take 2)
Andrew Dolgov [Sun, 16 Oct 2005 08:30:48 +0000 (09:30 +0100)] 
fix broken article update functionality (take 2)

18 years agofix broken article update functionality
Andrew Dolgov [Sun, 16 Oct 2005 08:29:09 +0000 (09:29 +0100)] 
fix broken article update functionality

18 years agofix db_fetch_result() functionality for MySQL
Andrew Dolgov [Sun, 16 Oct 2005 08:19:40 +0000 (09:19 +0100)] 
fix db_fetch_result() functionality for MySQL

18 years agodisplay message if no tags are found to display
Andrew Dolgov [Sun, 16 Oct 2005 08:04:17 +0000 (09:04 +0100)] 
display message if no tags are found to display

18 years agooptions to disable header/footer and to select more compact stylesheet (included...
Andrew Dolgov [Sun, 16 Oct 2005 04:51:09 +0000 (05:51 +0100)] 
options to disable header/footer and to select more compact stylesheet (included as tt-rss_compact.css)

18 years agoremove active feed cookie on app init
Andrew Dolgov [Fri, 14 Oct 2005 03:43:44 +0000 (04:43 +0100)] 
remove active feed cookie on app init

18 years agoper-feed update intervals
Andrew Dolgov [Thu, 13 Oct 2005 03:15:09 +0000 (04:15 +0100)] 
per-feed update intervals

18 years agoTAG 1.0.6
Andrew Dolgov [Thu, 13 Oct 2005 01:08:15 +0000 (02:08 +0100)] 
TAG 1.0.6

18 years agorelease 1.0.6
Andrew Dolgov [Thu, 13 Oct 2005 01:08:12 +0000 (02:08 +0100)] 
release 1.0.6

18 years agoescape data on OPML import (take 2)
Andrew Dolgov [Thu, 13 Oct 2005 01:05:47 +0000 (02:05 +0100)] 
escape data on OPML import (take 2)

18 years agofixed serious bug in MySQL schema (cascade deletes were unfunctional), add yet anothe...
Andrew Dolgov [Wed, 12 Oct 2005 10:54:09 +0000 (11:54 +0100)] 
fixed serious bug in MySQL schema (cascade deletes were unfunctional), add yet another content: subtype workaround

18 years agoupdate TODO
Andrew Dolgov [Tue, 11 Oct 2005 16:02:53 +0000 (17:02 +0100)] 
update TODO

18 years agoupdate NEWS, TODO
Andrew Dolgov [Tue, 11 Oct 2005 13:27:54 +0000 (14:27 +0100)] 
update NEWS, TODO

18 years agotiny css fix
Andrew Dolgov [Tue, 11 Oct 2005 13:25:12 +0000 (14:25 +0100)] 
tiny css fix

18 years agofix auto expiration bug on MySQL backend
Andrew Dolgov [Tue, 11 Oct 2005 13:21:27 +0000 (14:21 +0100)] 
fix auto expiration bug on MySQL backend

18 years agoescape title when auto-updated from channel
Andrew Dolgov [Thu, 29 Sep 2005 01:05:34 +0000 (02:05 +0100)] 
escape title when auto-updated from channel

18 years agorelease 1.0.5.1
Andrew Dolgov [Sat, 24 Sep 2005 12:35:47 +0000 (13:35 +0100)] 
release 1.0.5.1

18 years agofix mysql (guid) schema bug
Andrew Dolgov [Sat, 24 Sep 2005 12:34:45 +0000 (13:34 +0100)] 
fix mysql (guid) schema bug

18 years agoTAG 1.0.5 1.0.5
Andrew Dolgov [Fri, 23 Sep 2005 15:52:40 +0000 (16:52 +0100)] 
TAG 1.0.5

18 years agorelease 1.0.5
Andrew Dolgov [Fri, 23 Sep 2005 15:52:35 +0000 (16:52 +0100)] 
release 1.0.5

18 years agomore error reporting in db.php
Andrew Dolgov [Wed, 21 Sep 2005 05:47:17 +0000 (06:47 +0100)] 
more error reporting in db.php

18 years agoprint mysql_error() on connect/query/etc failure
Andrew Dolgov [Wed, 21 Sep 2005 05:38:21 +0000 (06:38 +0100)] 
print mysql_error() on connect/query/etc failure

18 years agoupdate NEWS
Andrew Dolgov [Sun, 18 Sep 2005 13:16:57 +0000 (14:16 +0100)] 
update NEWS

18 years agoOPML import fix from Thomas
Andrew Dolgov [Sun, 18 Sep 2005 13:15:10 +0000 (14:15 +0100)] 
OPML import fix from Thomas

18 years agowhile we are at it, change ttrss_entries.{guid,link} to text too
Andrew Dolgov [Wed, 14 Sep 2005 13:52:21 +0000 (14:52 +0100)] 
while we are at it, change ttrss_entries.{guid,link} to text too

18 years agochange ttrss_entries.title type to text
Andrew Dolgov [Wed, 14 Sep 2005 13:43:26 +0000 (14:43 +0100)] 
change ttrss_entries.title type to text

18 years agocall mysql_error() on failed connection
Andrew Dolgov [Wed, 14 Sep 2005 13:40:26 +0000 (14:40 +0100)] 
call mysql_error() on failed connection

18 years agofix typo in db_connect() (take two)
Andrew Dolgov [Wed, 14 Sep 2005 13:37:53 +0000 (14:37 +0100)] 
fix typo in db_connect() (take two)

18 years agofix typo in db_connect()
Andrew Dolgov [Wed, 14 Sep 2005 13:36:14 +0000 (14:36 +0100)] 
fix typo in db_connect()

18 years agopatch (from h3) to connect to PGSQL through unix socket
Andrew Dolgov [Wed, 14 Sep 2005 02:41:44 +0000 (03:41 +0100)] 
patch (from h3) to connect to PGSQL through unix socket

18 years agoTAG 1.0.4 1.0.4
Andrew Dolgov [Mon, 12 Sep 2005 13:19:48 +0000 (14:19 +0100)] 
TAG 1.0.4

18 years agorelease 1.0.4
Andrew Dolgov [Mon, 12 Sep 2005 13:19:45 +0000 (14:19 +0100)] 
release 1.0.4

18 years agosearch toolbar ui change
Andrew Dolgov [Sun, 11 Sep 2005 03:02:23 +0000 (04:02 +0100)] 
search toolbar ui change

18 years agotoggleMark behaviour fixes
Andrew Dolgov [Fri, 9 Sep 2005 11:29:04 +0000 (12:29 +0100)] 
toggleMark behaviour fixes

18 years agoadd tag icon
Andrew Dolgov [Fri, 9 Sep 2005 08:04:57 +0000 (09:04 +0100)] 
add tag icon

18 years agohardcode minimum 30 minute rss refetch interval
Andrew Dolgov [Fri, 9 Sep 2005 07:58:21 +0000 (08:58 +0100)] 
hardcode minimum 30 minute rss refetch interval

18 years agomore work on tag support
Andrew Dolgov [Fri, 9 Sep 2005 07:45:54 +0000 (08:45 +0100)] 
more work on tag support

18 years agostart work on support for technorati tags, schema uses cascade deletes for pgsql
Andrew Dolgov [Fri, 9 Sep 2005 04:52:36 +0000 (05:52 +0100)] 
start work on support for technorati tags, schema uses cascade deletes for pgsql

18 years agoalign feedicon to right (in view)
Andrew Dolgov [Fri, 9 Sep 2005 03:29:18 +0000 (04:29 +0100)] 
align feedicon to right (in view)

18 years agofix update_label_counters bug
Andrew Dolgov [Fri, 9 Sep 2005 03:11:32 +0000 (04:11 +0100)] 
fix update_label_counters bug

18 years agorework viewfeed query a little bit
Andrew Dolgov [Fri, 9 Sep 2005 02:53:39 +0000 (03:53 +0100)] 
rework viewfeed query a little bit

18 years agofurther label/vfeed/feed behaviour unification
Andrew Dolgov [Fri, 9 Sep 2005 02:47:39 +0000 (03:47 +0100)] 
further label/vfeed/feed behaviour unification

18 years agorework label counter behaviour
Andrew Dolgov [Fri, 9 Sep 2005 01:21:30 +0000 (02:21 +0100)] 
rework label counter behaviour