2005-11-16 |
Andrew Dolgov | sql-ize backend.php
|
commit | commitdiff | tree |
2005-11-16 |
Andrew Dolgov | sql-ize error.php
|
commit | commitdiff | tree |
2005-11-16 |
Andrew Dolgov | sql-ize functions.php
|
commit | commitdiff | tree |
2005-11-16 |
Andrew Dolgov | sql-ize opml.php
|
commit | commitdiff | tree |
2005-11-16 |
Andrew Dolgov | sql-ize prefs.php
|
commit | commitdiff | tree |
2005-11-16 |
Andrew Dolgov | sql-ize tt-rss.php prefs
|
commit | commitdiff | tree |
2005-11-16 |
Andrew Dolgov | add db-prefs.php
|
commit | commitdiff | tree |
2005-11-16 |
Andrew Dolgov | create sql preferences schema
|
commit | commitdiff | tree |
2005-11-16 |
Andrew Dolgov | fix typo in mysql purge query
|
commit | commitdiff | tree |
2005-11-16 |
Andrew Dolgov | disable splash by default
|
commit | commitdiff | tree |
2005-11-16 |
Andrew Dolgov | add 1->2 upgrade script for mysql
|
commit | commitdiff | tree |
2005-11-14 |
Andrew Dolgov | TAG 1.0.7
|
commit | commitdiff | tree |
2005-11-14 |
Andrew Dolgov | release 1.0.7
|
commit | commitdiff | tree |
2005-11-10 |
Andrew Dolgov | fix schema version in backend.php
|
commit | commitdiff | tree |
2005-11-10 |
Andrew Dolgov | schema_version handling in backend.php
|
commit | commitdiff | tree |
2005-11-10 |
Andrew Dolgov | ttrss_version table (schema updated)
|
commit | commitdiff | tree |
2005-11-07 |
Andrew Dolgov | update NEWS
|
commit | commitdiff | tree |
2005-11-02 |
Andrew Dolgov | reserve column in ttrss_feeds for site url (schema...
|
commit | commitdiff | tree |
2005-11-01 |
Andrew Dolgov | rename schema upgrade file
|
commit | commitdiff | tree |
2005-10-28 |
Andrew Dolgov | tabbed preferences
|
commit | commitdiff | tree |
2005-10-28 |
Andrew Dolgov | escape feed id in update_rss_feed()
|
commit | commitdiff | tree |
2005-10-28 |
Andrew Dolgov | DAEMON_REFRESH_ONLY patch from the same source
|
commit | commitdiff | tree |
2005-10-28 |
Andrew Dolgov | added DEFAULT_ARTICLE_LIMIT functionality, patch from...
|
commit | commitdiff | tree |
2005-10-28 |
Andrew Dolgov | fix old bug when all feeds were marked as updated every...
|
commit | commitdiff | tree |
2005-10-26 |
Andrew Dolgov | MIN_UPDATE_INTERVAL -> DEFAULT_UPDATE_INTERVAL
|
commit | commitdiff | tree |
2005-10-25 |
Andrew Dolgov | update NEWS
|
commit | commitdiff | tree |
2005-10-25 |
Andrew Dolgov | implement catchup for labels
|
commit | commitdiff | tree |
2005-10-25 |
Andrew Dolgov | enable catchup button for labels and starred vfeed
|
commit | commitdiff | tree |
2005-10-25 |
Andrew Dolgov | rework MarkAllRead subop handler, implement catchup...
|
commit | commitdiff | tree |
2005-10-23 |
Andrew Dolgov | basic profiling information in backend.php
|
commit | commitdiff | tree |
2005-10-23 |
Andrew Dolgov | start work on showing number of unread articles in...
|
commit | commitdiff | tree |
2005-10-23 |
Andrew Dolgov | new view mode: unread or updated
|
commit | commitdiff | tree |
2005-10-20 |
Andrew Dolgov | add another example label in default schema
|
commit | commitdiff | tree |
2005-10-17 |
Andrew Dolgov | loading... prompt for feedlist
|
commit | commitdiff | tree |
2005-10-17 |
Andrew Dolgov | bump version (to dev .99)
|
commit | commitdiff | tree |
2005-10-16 |
Andrew Dolgov | global search, update TODO
|
commit | commitdiff | tree |
2005-10-16 |
Andrew Dolgov | fix broken feed counter updates
|
commit | commitdiff | tree |
2005-10-16 |
Andrew Dolgov | update help text
|
commit | commitdiff | tree |
2005-10-16 |
Andrew Dolgov | add SQL expression help and placeholder for help mechanism
|
commit | commitdiff | tree |
2005-10-16 |
Andrew Dolgov | fix some brackets issues in feed editor
|
commit | commitdiff | tree |
2005-10-16 |
Andrew Dolgov | add Unread or Starred view mode
|
commit | commitdiff | tree |
2005-10-16 |
Andrew Dolgov | move logo to the left, fix small layout issue
|
commit | commitdiff | tree |
2005-10-16 |
Andrew Dolgov | fade notify box border
|
commit | commitdiff | tree |
2005-10-16 |
Andrew Dolgov | move preferences button to toolbar
|
commit | commitdiff | tree |
2005-10-16 |
Andrew Dolgov | add some RPC error reporting
|
commit | commitdiff | tree |
2005-10-16 |
Andrew Dolgov | move notify box, make it more visible
|
commit | commitdiff | tree |
2005-10-16 |
Andrew Dolgov | made header a little bit smaller
|
commit | commitdiff | tree |
2005-10-16 |
Andrew Dolgov | support for selective output in forceUpdateAllFeeds
|
commit | commitdiff | tree |
2005-10-16 |
Andrew Dolgov | escape html characters in db_query() error output
|
commit | commitdiff | tree |
2005-10-16 |
Andrew Dolgov | disable refetch on viewfeed() to fix interface slowdown...
|
commit | commitdiff | tree |
2005-10-16 |
Andrew Dolgov | fix broken article update functionality (take 2)
|
commit | commitdiff | tree |
2005-10-16 |
Andrew Dolgov | fix broken article update functionality
|
commit | commitdiff | tree |
2005-10-16 |
Andrew Dolgov | fix db_fetch_result() functionality for MySQL
|
commit | commitdiff | tree |
2005-10-16 |
Andrew Dolgov | display message if no tags are found to display
|
commit | commitdiff | tree |
2005-10-16 |
Andrew Dolgov | options to disable header/footer and to select more...
|
commit | commitdiff | tree |
2005-10-13 |
Andrew Dolgov | TAG 1.0.6
|
commit | commitdiff | tree |
2005-10-13 |
Andrew Dolgov | release 1.0.6
|
commit | commitdiff | tree |
2005-10-13 |
Andrew Dolgov | escape data on OPML import (take 2)
|
commit | commitdiff | tree |
2005-10-12 |
Andrew Dolgov | fixed serious bug in MySQL schema (cascade deletes...
|
commit | commitdiff | tree |
2005-10-11 |
Andrew Dolgov | update TODO
|
commit | commitdiff | tree |
2005-10-11 |
Andrew Dolgov | update NEWS, TODO
|
commit | commitdiff | tree |
2005-10-11 |
Andrew Dolgov | tiny css fix
|
commit | commitdiff | tree |
2005-10-11 |
Andrew Dolgov | fix auto expiration bug on MySQL backend
|
commit | commitdiff | tree |
2005-09-29 |
Andrew Dolgov | escape title when auto-updated from channel
|
commit | commitdiff | tree |
2005-09-24 |
Andrew Dolgov | release 1.0.5.1
|
commit | commitdiff | tree |
2005-09-24 |
Andrew Dolgov | fix mysql (guid) schema bug
|
commit | commitdiff | tree |
2005-09-23 |
Andrew Dolgov | TAG 1.0.5
|
commit | commitdiff | tree |
2005-09-23 |
Andrew Dolgov | release 1.0.5
|
commit | commitdiff | tree |
2005-09-21 |
Andrew Dolgov | more error reporting in db.php
|
commit | commitdiff | tree |
2005-09-21 |
Andrew Dolgov | print mysql_error() on connect/query/etc failure
|
commit | commitdiff | tree |
2005-09-18 |
Andrew Dolgov | update NEWS
|
commit | commitdiff | tree |
2005-09-18 |
Andrew Dolgov | OPML import fix from Thomas
|
commit | commitdiff | tree |
2005-09-14 |
Andrew Dolgov | while we are at it, change ttrss_entries.{guid,link...
|
commit | commitdiff | tree |
2005-09-14 |
Andrew Dolgov | change ttrss_entries.title type to text
|
commit | commitdiff | tree |
2005-09-14 |
Andrew Dolgov | call mysql_error() on failed connection
|
commit | commitdiff | tree |
2005-09-14 |
Andrew Dolgov | fix typo in db_connect() (take two)
|
commit | commitdiff | tree |
2005-09-14 |
Andrew Dolgov | fix typo in db_connect()
|
commit | commitdiff | tree |
2005-09-14 |
Andrew Dolgov | patch (from h3) to connect to PGSQL through unix socket
|
commit | commitdiff | tree |
2005-09-12 |
Andrew Dolgov | TAG 1.0.4
|
commit | commitdiff | tree |
2005-09-12 |
Andrew Dolgov | release 1.0.4
|
commit | commitdiff | tree |
2005-09-11 |
Andrew Dolgov | search toolbar ui change
|
commit | commitdiff | tree |
2005-09-09 |
Andrew Dolgov | toggleMark behaviour fixes
|
commit | commitdiff | tree |
2005-09-09 |
Andrew Dolgov | add tag icon
|
commit | commitdiff | tree |
2005-09-09 |
Andrew Dolgov | hardcode minimum 30 minute rss refetch interval
|
commit | commitdiff | tree |
2005-09-09 |
Andrew Dolgov | more work on tag support
|
commit | commitdiff | tree |
2005-09-09 |
Andrew Dolgov | start work on support for technorati tags, schema uses...
|
commit | commitdiff | tree |
2005-09-09 |
Andrew Dolgov | align feedicon to right (in view)
|
commit | commitdiff | tree |
2005-09-09 |
Andrew Dolgov | fix update_label_counters bug
|
commit | commitdiff | tree |
2005-09-09 |
Andrew Dolgov | rework viewfeed query a little bit
|
commit | commitdiff | tree |
2005-09-09 |
Andrew Dolgov | further label/vfeed/feed behaviour unification
|
commit | commitdiff | tree |
2005-09-09 |
Andrew Dolgov | rework label counter behaviour
|
commit | commitdiff | tree |
2005-09-08 |
Andrew Dolgov | fix style of label editor table header
|
commit | commitdiff | tree |
2005-09-08 |
Andrew Dolgov | rename All Posts, change default labels in schema
|
commit | commitdiff | tree |
2005-09-08 |
Andrew Dolgov | misc bugfixes in op=viewfeed
|
commit | commitdiff | tree |
2005-09-08 |
Andrew Dolgov | labels now work with MySQL
|
commit | commitdiff | tree |
2005-09-08 |
Andrew Dolgov | automagically updating labels with cute XML RPC
|
commit | commitdiff | tree |
2005-09-08 |
Andrew Dolgov | no entries found -> no articles found
|
commit | commitdiff | tree |
2005-09-08 |
Andrew Dolgov | disable labels by default
|
commit | commitdiff | tree |
2005-09-08 |
Andrew Dolgov | virtual feeds (labels) support
|
commit | commitdiff | tree |
2005-09-08 |
Andrew Dolgov | change Starred-feed caption
|
commit | commitdiff | tree |
next |