]> git.wh0rd.org Git - tt-rss.git/log
tt-rss.git
14 years agoadd ttrss_users.full_name; bump schema
Andrew Dolgov [Mon, 8 Nov 2010 13:34:49 +0000 (16:34 +0300)]
add ttrss_users.full_name; bump schema

14 years agoupdate .gitignore
Andrew Dolgov [Mon, 8 Nov 2010 11:54:01 +0000 (14:54 +0300)]
update .gitignore

14 years agoprefs: add button to clear all generated URLs
Andrew Dolgov [Mon, 8 Nov 2010 11:51:58 +0000 (14:51 +0300)]
prefs: add button to clear all generated URLs

14 years agosubtoolbar: remove adaptive/all_articles view modes from generated feed urls by default
Andrew Dolgov [Mon, 8 Nov 2010 11:37:19 +0000 (14:37 +0300)]
subtoolbar: remove adaptive/all_articles view modes from generated feed urls by default

14 years agoupdate translations
Andrew Dolgov [Mon, 8 Nov 2010 11:29:11 +0000 (14:29 +0300)]
update translations

14 years agojs: move position stuff to separate file
Andrew Dolgov [Mon, 8 Nov 2010 11:24:34 +0000 (14:24 +0300)]
js: move position stuff to separate file

14 years agosend digest: mark digest sent attempt even if there were no headlines
Andrew Dolgov [Mon, 8 Nov 2010 10:58:50 +0000 (13:58 +0300)]
send digest: mark digest sent attempt even if there were no headlines

14 years agosubtoolbar: properly link to generatedFeed dialog
Andrew Dolgov [Mon, 8 Nov 2010 10:53:04 +0000 (13:53 +0300)]
subtoolbar: properly link to generatedFeed dialog

14 years agoheadlines subtoolbar: align feed icon
Andrew Dolgov [Mon, 8 Nov 2010 10:48:00 +0000 (13:48 +0300)]
headlines subtoolbar: align feed icon

14 years agogenerate_syndicated_feed: use CDATA section for item title
Andrew Dolgov [Mon, 8 Nov 2010 10:36:12 +0000 (13:36 +0300)]
generate_syndicated_feed: use CDATA section for item title

14 years agobackend/rss: fix view-mode handling
Andrew Dolgov [Mon, 8 Nov 2010 10:34:46 +0000 (13:34 +0300)]
backend/rss: fix view-mode handling

14 years agobackend/rss: disable http auth
Andrew Dolgov [Mon, 8 Nov 2010 10:26:32 +0000 (13:26 +0300)]
backend/rss: disable http auth

14 years agoreplace old-style published feed with universal secretkey-based approach used for...
Andrew Dolgov [Mon, 8 Nov 2010 10:11:56 +0000 (13:11 +0300)]
replace old-style published feed with universal secretkey-based approach used for all feeds; do not allow user/pass handling in generated feed urls; bump schema

14 years agoremove get_script_dt_add()
Andrew Dolgov [Mon, 8 Nov 2010 08:42:05 +0000 (11:42 +0300)]
remove get_script_dt_add()

14 years agouser editor: focus login on show
Andrew Dolgov [Mon, 8 Nov 2010 07:10:13 +0000 (10:10 +0300)]
user editor: focus login on show

14 years agofilter editor: focus match inputbox on show
Andrew Dolgov [Mon, 8 Nov 2010 07:08:51 +0000 (10:08 +0300)]
filter editor: focus match inputbox on show

14 years agocategory editor: focus input prompt on show
Andrew Dolgov [Mon, 8 Nov 2010 07:02:59 +0000 (10:02 +0300)]
category editor: focus input prompt on show

14 years agojs: code cleanup
Andrew Dolgov [Mon, 8 Nov 2010 06:56:08 +0000 (09:56 +0300)]
js: code cleanup

14 years agosmart_date_time: properly support local TZ; use user-defined date formats
Andrew Dolgov [Sun, 7 Nov 2010 21:31:43 +0000 (00:31 +0300)]
smart_date_time: properly support local TZ; use user-defined date formats

14 years agoallow adding cats from feed editor
Andrew Dolgov [Sun, 7 Nov 2010 20:30:05 +0000 (23:30 +0300)]
allow adding cats from feed editor

14 years agoschema: fix mysql feedbrowser cache table encoding
Andrew Dolgov [Sun, 7 Nov 2010 17:15:43 +0000 (20:15 +0300)]
schema: fix mysql feedbrowser cache table encoding

14 years agoupdate ttrss_entries.content to longtext type; config: set default mysql charset...
Andrew Dolgov [Sun, 7 Nov 2010 16:48:24 +0000 (19:48 +0300)]
update ttrss_entries.content to longtext type; config: set default mysql charset to UTF8

14 years agoopml import: display progress notification
Andrew Dolgov [Sun, 7 Nov 2010 16:41:28 +0000 (19:41 +0300)]
opml import: display progress notification

14 years agomysql schema: properly set UTF8 charset
Andrew Dolgov [Sun, 7 Nov 2010 16:41:14 +0000 (19:41 +0300)]
mysql schema: properly set UTF8 charset

14 years agocompact theme: add missing options field
Andrew Dolgov [Sun, 7 Nov 2010 15:25:47 +0000 (18:25 +0300)]
compact theme: add missing options field

14 years agopref-prefs: block USER_TIMEZONE from pref profiles
Andrew Dolgov [Sun, 7 Nov 2010 15:20:50 +0000 (18:20 +0300)]
pref-prefs: block USER_TIMEZONE from pref profiles

14 years agoMerge branch 'master' of madoka.volgo-balt.ru:public_html/testbox/tt-rss
Andrew Dolgov [Sun, 7 Nov 2010 15:18:27 +0000 (18:18 +0300)]
Merge branch 'master' of madoka.volgo-balt.ru:public_html/testbox/tt-rss

14 years agoimplement per-user timezone support; store dates in UTC internally (closes #254)
Andrew Dolgov [Sun, 7 Nov 2010 15:14:48 +0000 (18:14 +0300)]
implement per-user timezone support; store dates in UTC internally (closes #254)

14 years agoproperly fix issue #274: 404 errors when loading home page. this is a better solution...
Christian Weiske [Sun, 7 Nov 2010 10:34:39 +0000 (11:34 +0100)]
properly fix issue #274: 404 errors when loading home page. this is a better solution than commit c30543bb56fa42d0d4da5486fe9eb8e4af82f21a

14 years agoremove old-style debugging
Andrew Dolgov [Sun, 7 Nov 2010 11:38:59 +0000 (14:38 +0300)]
remove old-style debugging

14 years agocache_expire: remove localStorage items from start
Andrew Dolgov [Sun, 7 Nov 2010 10:04:45 +0000 (13:04 +0300)]
cache_expire: remove localStorage items from start

14 years agoeditArticleTags: focus tag input box
Andrew Dolgov [Sun, 7 Nov 2010 09:55:52 +0000 (12:55 +0300)]
editArticleTags: focus tag input box

14 years agoimplement html5 localStorage support for client-side cache
Andrew Dolgov [Sun, 7 Nov 2010 09:54:43 +0000 (12:54 +0300)]
implement html5 localStorage support for client-side cache

14 years agojs: code cleanup
Andrew Dolgov [Sun, 7 Nov 2010 09:11:05 +0000 (12:11 +0300)]
js: code cleanup

14 years agoapi: updateArticle: update ccache when necessary
Andrew Dolgov [Sun, 7 Nov 2010 08:17:20 +0000 (11:17 +0300)]
api: updateArticle: update ccache when necessary

14 years agoemail article: change secretkey method
Andrew Dolgov [Sat, 6 Nov 2010 19:39:39 +0000 (22:39 +0300)]
email article: change secretkey method

14 years agooutputArticleXML: markup cleanup
Andrew Dolgov [Sat, 6 Nov 2010 19:23:59 +0000 (22:23 +0300)]
outputArticleXML: markup cleanup

14 years agoheadlines: use JSON instead of separate helper xml objects like headlines-unread
Andrew Dolgov [Sat, 6 Nov 2010 19:19:08 +0000 (22:19 +0300)]
headlines: use JSON instead of separate helper xml objects like headlines-unread

14 years agoallow forwarding multiple articles by email
Andrew Dolgov [Sat, 6 Nov 2010 08:13:07 +0000 (11:13 +0300)]
allow forwarding multiple articles by email

14 years agoadd article forwarding by email (closes #271)
Andrew Dolgov [Fri, 5 Nov 2010 21:47:02 +0000 (00:47 +0300)]
add article forwarding by email (closes #271)

14 years agoslightly better prompt when no feeds are subscribed
Andrew Dolgov [Fri, 5 Nov 2010 15:48:55 +0000 (18:48 +0300)]
slightly better prompt when no feeds are subscribed

14 years agoapi: rewrite getCounters to use getAllCounters()
Andrew Dolgov [Fri, 5 Nov 2010 15:03:26 +0000 (18:03 +0300)]
api: rewrite getCounters to use getAllCounters()

14 years agoremove obsolete init-params
Andrew Dolgov [Fri, 5 Nov 2010 14:44:59 +0000 (17:44 +0300)]
remove obsolete init-params

14 years agofix category display
Andrew Dolgov [Fri, 5 Nov 2010 14:41:21 +0000 (17:41 +0300)]
fix category display

14 years agoupdate .gitignore (ignore ctags)
Andrew Dolgov [Fri, 5 Nov 2010 14:39:33 +0000 (17:39 +0300)]
update .gitignore (ignore ctags)

14 years agodo some warning housekeeping
Andrew Dolgov [Fri, 5 Nov 2010 14:16:29 +0000 (17:16 +0300)]
do some warning housekeeping

14 years agodb-prefs: properly set DEFAULT_ARTICLE_LIMIT
Andrew Dolgov [Fri, 5 Nov 2010 13:56:48 +0000 (16:56 +0300)]
db-prefs: properly set DEFAULT_ARTICLE_LIMIT

14 years agoremove read_stampfile()
Andrew Dolgov [Fri, 5 Nov 2010 13:49:23 +0000 (16:49 +0300)]
remove read_stampfile()

14 years agochange counter.cat and counter.tag to counter.kind
Andrew Dolgov [Fri, 5 Nov 2010 13:38:55 +0000 (16:38 +0300)]
change counter.cat and counter.tag to counter.kind

14 years agogetVirtCounters: remove description
Andrew Dolgov [Fri, 5 Nov 2010 13:34:37 +0000 (16:34 +0300)]
getVirtCounters: remove description

14 years agoapi: fix getFeeds usage of getLabelCounters
Andrew Dolgov [Fri, 5 Nov 2010 13:32:52 +0000 (16:32 +0300)]
api: fix getFeeds usage of getLabelCounters

14 years agofix sign_progress_tiny init-param
Andrew Dolgov [Fri, 5 Nov 2010 13:28:05 +0000 (16:28 +0300)]
fix sign_progress_tiny init-param

14 years agorename print_init_params() to make_init_params()
Andrew Dolgov [Fri, 5 Nov 2010 13:25:33 +0000 (16:25 +0300)]
rename print_init_params() to make_init_params()

14 years agouse JSON for init-params
Andrew Dolgov [Fri, 5 Nov 2010 13:16:30 +0000 (16:16 +0300)]
use JSON for init-params

14 years agocounters: fix feed.update attribute
Andrew Dolgov [Fri, 5 Nov 2010 07:43:19 +0000 (10:43 +0300)]
counters: fix feed.update attribute

14 years agofix background refresh being broken when no counter data is sent
Andrew Dolgov [Thu, 4 Nov 2010 20:09:13 +0000 (23:09 +0300)]
fix background refresh being broken when no counter data is sent

14 years agohandle counters using JSON instead of XML
Andrew Dolgov [Thu, 4 Nov 2010 19:38:03 +0000 (22:38 +0300)]
handle counters using JSON instead of XML

14 years agoinit readability tweaks
Andrew Dolgov [Thu, 4 Nov 2010 18:08:38 +0000 (21:08 +0300)]
init readability tweaks

14 years agoadd one more tooltip to subtoolbar
Andrew Dolgov [Thu, 4 Nov 2010 17:58:42 +0000 (20:58 +0300)]
add one more tooltip to subtoolbar

14 years agodashboard: show last feed update time
Andrew Dolgov [Thu, 4 Nov 2010 17:49:49 +0000 (20:49 +0300)]
dashboard: show last feed update time

14 years agoimplement a simple pseudo-dashboard feed; display feeds having update errors there...
Andrew Dolgov [Thu, 4 Nov 2010 16:11:54 +0000 (19:11 +0300)]
implement a simple pseudo-dashboard feed; display feeds having update errors there instead of client-based 'no feed selected' whiteBox plug (closes #189)

14 years agoprefs: disable option ENABLE_FEED_ICONS
Andrew Dolgov [Thu, 4 Nov 2010 15:11:15 +0000 (18:11 +0300)]
prefs: disable option ENABLE_FEED_ICONS

14 years agoadd subtoolbar dropdown action to view generated feed
Andrew Dolgov [Thu, 4 Nov 2010 14:28:38 +0000 (17:28 +0300)]
add subtoolbar dropdown action to view generated feed

14 years agogenerated feeds: support enclosures
Andrew Dolgov [Thu, 4 Nov 2010 11:40:55 +0000 (14:40 +0300)]
generated feeds: support enclosures

14 years agoapi: getFeeds: fix cat_id handling, allow access to Uncategorized category, reserve...
Andrew Dolgov [Thu, 4 Nov 2010 10:52:16 +0000 (13:52 +0300)]
api: getFeeds: fix cat_id handling, allow access to Uncategorized category, reserve -3 and -4 cat_ids for getting flat feed lists

14 years agoupdate op=rss tooltip
Andrew Dolgov [Thu, 4 Nov 2010 08:57:52 +0000 (11:57 +0300)]
update op=rss tooltip

14 years agoallow generated feeds to use view_mode
Andrew Dolgov [Wed, 3 Nov 2010 21:24:18 +0000 (00:24 +0300)]
allow generated feeds to use view_mode

14 years agofix the syndicated feeds being broken on postgresql
Andrew Dolgov [Wed, 3 Nov 2010 20:50:45 +0000 (23:50 +0300)]
fix the syndicated feeds being broken on postgresql

14 years agoapi: updateArticle: mention need to update ccache
Andrew Dolgov [Wed, 3 Nov 2010 19:09:50 +0000 (22:09 +0300)]
api: updateArticle: mention need to update ccache

14 years agoreplace tt-rss.spb.ru references with tt-rss.org; update translations
Andrew Dolgov [Wed, 3 Nov 2010 10:39:09 +0000 (13:39 +0300)]
replace tt-rss.spb.ru references with tt-rss.org; update translations

14 years agoremove lib/xmlrpc
Andrew Dolgov [Tue, 2 Nov 2010 10:47:27 +0000 (13:47 +0300)]
remove lib/xmlrpc

14 years agoadd internal directories for cache & lockfiles
Andrew Dolgov [Tue, 2 Nov 2010 10:45:48 +0000 (13:45 +0300)]
add internal directories for cache & lockfiles

14 years agoadd dummy components of scriptaculous to stop idiotic complaining from people who...
Andrew Dolgov [Mon, 1 Nov 2010 09:20:03 +0000 (12:20 +0300)]
add dummy components of scriptaculous to stop idiotic complaining from people who have nothing better to do than reading apache logs

14 years agosanity_check: check whether ICONS_DIR is writable (closes #273)
Andrew Dolgov [Mon, 1 Nov 2010 09:18:06 +0000 (12:18 +0300)]
sanity_check: check whether ICONS_DIR is writable (closes #273)

14 years agodaemon2: check proper lockfile location in reap_children()
Andrew Dolgov [Fri, 29 Oct 2010 08:10:24 +0000 (12:10 +0400)]
daemon2: check proper lockfile location in reap_children()

14 years agoadd some more lockfiles to update_daemon2
Andrew Dolgov [Fri, 29 Oct 2010 07:58:40 +0000 (11:58 +0400)]
add some more lockfiles to update_daemon2

14 years agodefault headline sort order by date_entered instead of updated
Andrew Dolgov [Wed, 27 Oct 2010 08:10:14 +0000 (12:10 +0400)]
default headline sort order by date_entered instead of updated

14 years agooverride order use date_entered instead of updated
Andrew Dolgov [Wed, 27 Oct 2010 08:06:26 +0000 (12:06 +0400)]
override order use date_entered instead of updated

14 years agoadd ttrss_entries.date_updated; use date_updated instead of date_enered for expiry...
Andrew Dolgov [Wed, 27 Oct 2010 08:05:20 +0000 (12:05 +0400)]
add ttrss_entries.date_updated; use date_updated instead of date_enered for expiry checking (bump schema)

14 years agomerge API changes from nilsbraden@github
Andrew Dolgov [Mon, 25 Oct 2010 09:31:37 +0000 (13:31 +0400)]
merge API changes from nilsbraden@github

14 years agorevert to sorting by updated instead of date_entering unless Date sorting is requested
Andrew Dolgov [Tue, 19 Oct 2010 05:36:16 +0000 (09:36 +0400)]
revert to sorting by updated instead of date_entering unless Date sorting is requested

14 years agoqueryFeedHeadlines: fix select bug
Andrew Dolgov [Mon, 18 Oct 2010 14:41:15 +0000 (18:41 +0400)]
queryFeedHeadlines: fix select bug

14 years agoMerge branch 'master' of madoka.volgo-balt.ru:public_html/testbox/tt-rss
Andrew Dolgov [Mon, 18 Oct 2010 14:32:57 +0000 (18:32 +0400)]
Merge branch 'master' of madoka.volgo-balt.ru:public_html/testbox/tt-rss

14 years agoorder feed output by date_entered instead of updated to properly keep new stuff topmo...
Andrew Dolgov [Mon, 18 Oct 2010 14:32:26 +0000 (18:32 +0400)]
order feed output by date_entered instead of updated to properly keep new stuff topmost; support REVERSE_HEADLINES in more headline output modes

14 years agoapi: getArticle: allow comma-separated list of ids
Andrew Dolgov [Fri, 15 Oct 2010 15:04:09 +0000 (19:04 +0400)]
api: getArticle: allow comma-separated list of ids

14 years agoMerge branch 'digest-experimental'
Andrew Dolgov [Fri, 15 Oct 2010 14:58:15 +0000 (18:58 +0400)]
Merge branch 'digest-experimental'

14 years agoupdate translations
Andrew Dolgov [Wed, 13 Oct 2010 10:48:25 +0000 (14:48 +0400)]
update translations

14 years agorename confusing bwlimit option on login page
Andrew Dolgov [Wed, 13 Oct 2010 10:48:15 +0000 (14:48 +0400)]
rename confusing bwlimit option on login page

14 years agoadd gitignore
Andrew Dolgov [Mon, 11 Oct 2010 07:25:27 +0000 (11:25 +0400)]
add gitignore

14 years agooutputHeadlinesList: properly handle always_display_enclosures when feed_id is null
Andrew Dolgov [Mon, 11 Oct 2010 07:24:29 +0000 (11:24 +0400)]
outputHeadlinesList: properly handle always_display_enclosures when feed_id is null

14 years agocatchupRelativeToArticle: use confirm_feed_catchup preference
Andrew Dolgov [Fri, 8 Oct 2010 19:27:51 +0000 (23:27 +0400)]
catchupRelativeToArticle: use confirm_feed_catchup preference

14 years agoresize_headlines: add workaround for an Opera bug
Andrew Dolgov [Tue, 5 Oct 2010 11:48:09 +0000 (15:48 +0400)]
resize_headlines: add workaround for an Opera bug

14 years agocollapse_feedlist: fix incorrect label being set on collapse button
Andrew Dolgov [Tue, 5 Oct 2010 11:44:41 +0000 (15:44 +0400)]
collapse_feedlist: fix incorrect label being set on collapse button

14 years agoMerge branch 'master' of madoka.volgo-balt.ru:public_html/testbox/tt-rss
Andrew Dolgov [Sun, 3 Oct 2010 08:21:46 +0000 (12:21 +0400)]
Merge branch 'master' of madoka.volgo-balt.ru:public_html/testbox/tt-rss

14 years agoremove unnecessary mentions of global_purge_old_posts; add debugging to purge_orphans()
Andrew Dolgov [Sun, 3 Oct 2010 08:19:09 +0000 (12:19 +0400)]
remove unnecessary mentions of global_purge_old_posts; add debugging to purge_orphans()

14 years agoMerge branch 'master' of madoka.volgo-balt.ru:public_html/testbox/tt-rss
Andrew Dolgov [Sun, 3 Oct 2010 07:54:20 +0000 (11:54 +0400)]
Merge branch 'master' of madoka.volgo-balt.ru:public_html/testbox/tt-rss

14 years agoeditFeedCats: show progress message
Andrew Dolgov [Thu, 30 Sep 2010 14:30:15 +0000 (18:30 +0400)]
editFeedCats: show progress message

14 years agodaemon: less gentle child unstucking
Andrew Dolgov [Thu, 30 Sep 2010 13:03:02 +0000 (17:03 +0400)]
daemon: less gentle child unstucking

14 years agoreenable piggie (refs #42)
Andrew Dolgov [Thu, 30 Sep 2010 12:53:23 +0000 (16:53 +0400)]
reenable piggie (refs #42)

14 years agoreenable piggie (refs #42)
Andrew Dolgov [Thu, 30 Sep 2010 12:53:23 +0000 (16:53 +0400)]
reenable piggie (refs #42)