]> git.wh0rd.org - tt-rss.git/shortlog
tt-rss.git
2005-11-14  Andrew DolgovTAG 1.0.7 1.0.7
2005-11-14  Andrew Dolgovrelease 1.0.7
2005-11-10  Andrew Dolgovfix schema version in backend.php
2005-11-10  Andrew Dolgovschema_version handling in backend.php
2005-11-10  Andrew Dolgovttrss_version table (schema updated)
2005-11-08  Andrew Dolgovoptimize RPC forceUpdateAllFeeds response
2005-11-08  Andrew Dolgovupdate TODO
2005-11-07  Andrew Dolgovupdate NEWS
2005-11-02  Andrew Dolgovreserve column in ttrss_feeds for site url (schema...
2005-11-01  Andrew Dolgovrename schema upgrade file
2005-11-01  Andrew Dolgovprefs.php: fix layout bug
2005-11-01  Andrew Dolgovschema/upgrade-1.0.6-1.0.7.sql: fix
2005-11-01  Andrew Dolgovadd schema/upgrade-1.0.6-1.0.7.sql
2005-11-01  Andrew Dolgovstore last feed update error in the database (SCHEMA...
2005-10-28  Andrew Dolgovtabbed preferences
2005-10-28  Andrew Dolgovfix DAEMON_REFRESH_ONLY handling
2005-10-28  Andrew Dolgovfixed toolbar feed update button
2005-10-28  Andrew Dolgovextended search dialog placeholder, disabled for now
2005-10-28  Andrew Dolgovupdate compact css with userDlg styles
2005-10-28  Andrew Dolgovblank notify box on showDlg()
2005-10-28  Andrew Dolgovadd dialogue to remove current feed, overall quick...
2005-10-28  Andrew Dolgovgeneric popup user dialog mechanism
2005-10-28  Andrew Dolgovquick feed add dialog + related interface tweaks
2005-10-28  Andrew Dolgovfunctions.js: add function cancelDialog()
2005-10-28  Andrew Dolgovescape feed id in update_rss_feed()
2005-10-28  Andrew DolgovDAEMON_REFRESH_ONLY patch from the same source
2005-10-28  Andrew Dolgovadded DEFAULT_ARTICLE_LIMIT functionality, patch from...
2005-10-28  Andrew Dolgovfix old bug when all feeds were marked as updated every...
2005-10-26  Andrew DolgovMIN_UPDATE_INTERVAL -> DEFAULT_UPDATE_INTERVAL
2005-10-25  Andrew Dolgovupdate NEWS
2005-10-25  Andrew Dolgovimplement catchup for labels
2005-10-25  Andrew Dolgovenable catchup button for labels and starred vfeed
2005-10-25  Andrew Dolgovrework MarkAllRead subop handler, implement catchup...
2005-10-23  Andrew Dolgovbasic profiling information in backend.php
2005-10-23  Andrew Dolgovstart work on showing number of unread articles in...
2005-10-23  Andrew Dolgovnew view mode: unread or updated
2005-10-20  Andrew Dolgovadd another example label in default schema
2005-10-17  Andrew Dolgovloading... prompt for feedlist
2005-10-17  Andrew Dolgovbump version (to dev .99)
2005-10-17  Andrew Dolgovadd php end tag in db.php
2005-10-17  Andrew Dolgovdisable feed toolbar catchup button when catchup is...
2005-10-17  Andrew Dolgovadd isNumeric() to functions
2005-10-16  Andrew Dolgovglobal search, update TODO
2005-10-16  Andrew Dolgovfix broken feed counter updates
2005-10-16  Andrew Dolgovupdate help text
2005-10-16  Andrew Dolgovadd SQL expression help and placeholder for help mechanism
2005-10-16  Andrew Dolgovfix some brackets issues in feed editor
2005-10-16  Andrew Dolgovadd Unread or Starred view mode
2005-10-16  Andrew Dolgovmove logo to the left, fix small layout issue
2005-10-16  Andrew Dolgovfade notify box border
2005-10-16  Andrew Dolgovmove preferences button to toolbar
2005-10-16  Andrew Dolgovadd some RPC error reporting
2005-10-16  Andrew Dolgovmove notify box, make it more visible
2005-10-16  Andrew Dolgovmade header a little bit smaller
2005-10-16  Andrew Dolgovsupport for selective output in forceUpdateAllFeeds
2005-10-16  Andrew Dolgovescape html characters in db_query() error output
2005-10-16  Andrew Dolgovdisable refetch on viewfeed() to fix interface slowdown...
2005-10-16  Andrew Dolgovfix broken article update functionality (take 2)
2005-10-16  Andrew Dolgovfix broken article update functionality
2005-10-16  Andrew Dolgovfix db_fetch_result() functionality for MySQL
2005-10-16  Andrew Dolgovdisplay message if no tags are found to display
2005-10-16  Andrew Dolgovoptions to disable header/footer and to select more...
2005-10-14  Andrew Dolgovremove active feed cookie on app init
2005-10-13  Andrew Dolgovper-feed update intervals
2005-10-13  Andrew DolgovTAG 1.0.6
2005-10-13  Andrew Dolgovrelease 1.0.6
2005-10-13  Andrew Dolgovescape data on OPML import (take 2)
2005-10-12  Andrew Dolgovfixed serious bug in MySQL schema (cascade deletes...
2005-10-11  Andrew Dolgovupdate TODO
2005-10-11  Andrew Dolgovupdate NEWS, TODO
2005-10-11  Andrew Dolgovtiny css fix
2005-10-11  Andrew Dolgovfix auto expiration bug on MySQL backend
2005-09-29  Andrew Dolgovescape title when auto-updated from channel
2005-09-24  Andrew Dolgovrelease 1.0.5.1
2005-09-24  Andrew Dolgovfix mysql (guid) schema bug
2005-09-23  Andrew DolgovTAG 1.0.5 1.0.5
2005-09-23  Andrew Dolgovrelease 1.0.5
2005-09-21  Andrew Dolgovmore error reporting in db.php
2005-09-21  Andrew Dolgovprint mysql_error() on connect/query/etc failure
2005-09-18  Andrew Dolgovupdate NEWS
2005-09-18  Andrew DolgovOPML import fix from Thomas
2005-09-14  Andrew Dolgovwhile we are at it, change ttrss_entries.{guid,link...
2005-09-14  Andrew Dolgovchange ttrss_entries.title type to text
2005-09-14  Andrew Dolgovcall mysql_error() on failed connection
2005-09-14  Andrew Dolgovfix typo in db_connect() (take two)
2005-09-14  Andrew Dolgovfix typo in db_connect()
2005-09-14  Andrew Dolgovpatch (from h3) to connect to PGSQL through unix socket
2005-09-12  Andrew DolgovTAG 1.0.4 1.0.4
2005-09-12  Andrew Dolgovrelease 1.0.4
2005-09-11  Andrew Dolgovsearch toolbar ui change
2005-09-09  Andrew DolgovtoggleMark behaviour fixes
2005-09-09  Andrew Dolgovadd tag icon
2005-09-09  Andrew Dolgovhardcode minimum 30 minute rss refetch interval
2005-09-09  Andrew Dolgovmore work on tag support
2005-09-09  Andrew Dolgovstart work on support for technorati tags, schema uses...
2005-09-09  Andrew Dolgovalign feedicon to right (in view)
2005-09-09  Andrew Dolgovfix update_label_counters bug
2005-09-09  Andrew Dolgovrework viewfeed query a little bit
2005-09-09  Andrew Dolgovfurther label/vfeed/feed behaviour unification
2005-09-09  Andrew Dolgovrework label counter behaviour
next