]> git.wh0rd.org - tt-rss.git/log
tt-rss.git
11 years agodocument the date format string
Mike Frysinger [Sun, 19 May 2013 07:19:55 +0000 (03:19 -0400)] 
document the date format string

I assumed the format string was related to strftime except all of the
fields looked really weird.  After digging in the code, this string is
actually used with php's date().  Add a note for this so other people
can jump quickly to the relevant documentation (which is useful for
non-php peeps who have no idea what this is).

11 years agoMerge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS
Andrew Dolgov [Sun, 19 May 2013 06:00:00 +0000 (10:00 +0400)] 
Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS

11 years agowhen checking filter expression for validity, do not include ttrss_feed_categories...
Andrew Dolgov [Sun, 19 May 2013 05:54:48 +0000 (09:54 +0400)] 
when checking filter expression for validity, do not include ttrss_feed_categories (closes #689)

11 years agoMerge pull request #193 from kwirk/login_form_fix
Andrew Dolgov [Sun, 19 May 2013 05:41:22 +0000 (22:41 -0700)] 
Merge pull request #193 from kwirk/login_form_fix

Fix password field missing on login form when auth_internal not used

11 years agoFix password field missing on login form when auth_internal not used
Steven Hiscocks [Sat, 18 May 2013 22:20:44 +0000 (23:20 +0100)] 
Fix password field missing on login form when auth_internal not used

11 years agoremove floicon because its author is a colossal shitlord (http://tt-rss.org/forum...
Andrew Dolgov [Sat, 18 May 2013 18:18:53 +0000 (22:18 +0400)] 
remove floicon because its author is a colossal shitlord (http://tt-rss.org/forum/viewtopic.php?f=1&t=2055&p=10824#p10822)

11 years agoadd fetch_url and owner_uid to HOOK_FEED_FETCHED
Andrew Dolgov [Sat, 18 May 2013 05:22:06 +0000 (09:22 +0400)] 
add fetch_url and owner_uid to HOOK_FEED_FETCHED

11 years agofix atom:link not supported in rss feeds (fucking fuck) (2)
Andrew Dolgov [Fri, 17 May 2013 18:57:18 +0000 (22:57 +0400)] 
fix atom:link not supported in rss feeds (fucking fuck) (2)

11 years agofix atom:link not supported in rss feeds (fucking fuck)
Andrew Dolgov [Fri, 17 May 2013 18:50:38 +0000 (22:50 +0400)] 
fix atom:link not supported in rss feeds (fucking fuck)

11 years agotry to force-convert feed data to utf8
Andrew Dolgov [Fri, 17 May 2013 16:09:43 +0000 (20:09 +0400)] 
try to force-convert feed data to utf8

11 years agoreduce menu label font size
Andrew Dolgov [Fri, 17 May 2013 06:29:21 +0000 (10:29 +0400)] 
reduce menu label font size

11 years agodb-prefs: better error output for missing prefs, digest: hide DIGEST_ENABLE pref...
Andrew Dolgov [Thu, 16 May 2013 17:57:39 +0000 (21:57 +0400)] 
db-prefs: better error output for missing prefs, digest: hide DIGEST_ENABLE pref missing for unitialized users

11 years agoenlarge auto mark offset height
Andrew Dolgov [Thu, 16 May 2013 06:52:33 +0000 (10:52 +0400)] 
enlarge auto mark offset height

11 years agowhen auto selecting, only select articles actually near the buffer top
Andrew Dolgov [Thu, 16 May 2013 06:50:36 +0000 (10:50 +0400)] 
when auto selecting, only select articles actually near the buffer top

11 years agoconfig: expand description of PHP_EXECUTABLE
Andrew Dolgov [Thu, 16 May 2013 06:04:09 +0000 (10:04 +0400)] 
config: expand description of PHP_EXECUTABLE

11 years agoprevious patch, fix typo
Andrew Dolgov [Thu, 16 May 2013 06:00:29 +0000 (10:00 +0400)] 
previous patch, fix typo

11 years agoprevious patch, remove active_found
Andrew Dolgov [Thu, 16 May 2013 05:54:12 +0000 (09:54 +0400)] 
previous patch, remove active_found

11 years agowhile cdm_auto_catchup is enabled, after scrolling set active article to the topmost...
Andrew Dolgov [Thu, 16 May 2013 05:53:34 +0000 (09:53 +0400)] 
while cdm_auto_catchup is enabled, after scrolling set active article to the topmost visible in the buffer so that n/p hotkeys would not reset scrolling position

11 years agobetter support for atom content type xhtml
Andrew Dolgov [Thu, 16 May 2013 05:19:56 +0000 (09:19 +0400)] 
better support for atom content type xhtml

11 years agoimplement additional counter mode for virtual feeds when there's 0 unread articles
Andrew Dolgov [Wed, 15 May 2013 21:08:04 +0000 (01:08 +0400)] 
implement additional counter mode for virtual feeds when there's 0 unread articles

11 years agoatom parser: experimental fix for feeds which do not encode entry content
Andrew Dolgov [Wed, 15 May 2013 19:06:56 +0000 (23:06 +0400)] 
atom parser: experimental fix for feeds which do not encode entry content

11 years agoapi, getArticle: check for article_id being present
Andrew Dolgov [Wed, 15 May 2013 18:29:31 +0000 (22:29 +0400)] 
api, getArticle: check for article_id being present

11 years agocdm expanded: make read headlines brighter
Andrew Dolgov [Wed, 15 May 2013 17:55:59 +0000 (21:55 +0400)] 
cdm expanded: make read headlines brighter

11 years agoredditimgur: support /album/
Andrew Dolgov [Wed, 15 May 2013 17:54:38 +0000 (21:54 +0400)] 
redditimgur: support /album/

11 years agoremove blockquote background and unnecessary padding
Andrew Dolgov [Wed, 15 May 2013 17:50:18 +0000 (21:50 +0400)] 
remove blockquote background and unnecessary padding

11 years agoMerge pull request #192 from supahgreg/header_author_link
Andrew Dolgov [Wed, 15 May 2013 17:46:01 +0000 (10:46 -0700)] 
Merge pull request #192 from supahgreg/header_author_link

Exclude the article author from the cdm title link

11 years agoExclude the article author from the cdm title link
supahgreg [Wed, 15 May 2013 16:39:23 +0000 (11:39 -0500)] 
Exclude the article author from the cdm title link

11 years agoapi, add sanitize to getHeadlines (defaults to true)
Andrew Dolgov [Wed, 15 May 2013 14:07:35 +0000 (18:07 +0400)] 
api, add sanitize to getHeadlines (defaults to true)

11 years agocss tweaks for utility and exported articles, etc
Andrew Dolgov [Wed, 15 May 2013 10:59:51 +0000 (14:59 +0400)] 
css tweaks for utility and exported articles, etc

11 years agohide read categories when feedtree category is first expanded
Andrew Dolgov [Wed, 15 May 2013 08:40:51 +0000 (12:40 +0400)] 
hide read categories when feedtree category is first expanded

11 years agomerge updated hu_HU manually, rebase translations
Andrew Dolgov [Wed, 15 May 2013 05:45:28 +0000 (09:45 +0400)] 
merge updated hu_HU manually, rebase translations

11 years agoRevert "Merge branch 'master' of git://github.com/falu/Tiny-Tiny-RSS into falu-master"
Andrew Dolgov [Wed, 15 May 2013 05:43:14 +0000 (09:43 +0400)] 
Revert "Merge branch 'master' of git://github.com/falu/Tiny-Tiny-RSS into falu-master"

This reverts commit 52af297e745f5b5c101c642c45e08d268aa324d8, reversing
changes made to a3b9fd12c55a0222060348c3042b17de6f269e0a.

11 years agoRevert "rebase translations"
Andrew Dolgov [Wed, 15 May 2013 05:42:54 +0000 (09:42 +0400)] 
Revert "rebase translations"

This reverts commit 4676b4fc5a15777c6f36904f4e9a547532a3e87f.

11 years agorebase translations
Andrew Dolgov [Wed, 15 May 2013 05:23:41 +0000 (09:23 +0400)] 
rebase translations

11 years agoMerge branch 'master' of git://github.com/falu/Tiny-Tiny-RSS into falu-master
Andrew Dolgov [Wed, 15 May 2013 05:22:29 +0000 (09:22 +0400)] 
Merge branch 'master' of git://github.com/falu/Tiny-Tiny-RSS into falu-master

Conflicts:
locale/hu_HU/LC_MESSAGES/messages.po

11 years agofix support of Atom 0.3
Andrew Dolgov [Wed, 15 May 2013 05:09:25 +0000 (09:09 +0400)] 
fix support of Atom 0.3

11 years agoupdated translation for 1.7.9
Falu [Tue, 14 May 2013 23:24:07 +0000 (01:24 +0200)] 
updated translation for 1.7.9

752 strings, 100% translated

11 years agoget_minified_js: use basename() on cached file
Andrew Dolgov [Tue, 14 May 2013 20:10:10 +0000 (00:10 +0400)] 
get_minified_js: use basename() on cached file

11 years agoMerge pull request #190 from gitawego/patch-2
Andrew Dolgov [Tue, 14 May 2013 18:50:18 +0000 (11:50 -0700)] 
Merge pull request #190 from gitawego/patch-2

@FIXED dijit modules aren't cached in perfs.php

11 years ago@FIXED dijit modules aren't cached in perfs.php
gitawego [Tue, 14 May 2013 18:29:16 +0000 (20:29 +0200)] 
@FIXED dijit modules aren't cached in perfs.php

I don't know if it's the best practice of using Minifier.php like this

11 years agoMerge pull request #189 from gitawego/patch-1
Andrew Dolgov [Tue, 14 May 2013 18:06:30 +0000 (11:06 -0700)] 
Merge pull request #189 from gitawego/patch-1

@FIXED dijit modules aren't cached in compressed mode

11 years ago@FIXED dijit modules aren't cached in compressed mode
gitawego [Tue, 14 May 2013 17:27:23 +0000 (20:27 +0300)] 
@FIXED dijit modules aren't cached in compressed mode

11 years agoMerge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS
Andrew Dolgov [Tue, 14 May 2013 12:47:42 +0000 (16:47 +0400)] 
Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS

11 years agoset feedtree text color (not sure about this)
Andrew Dolgov [Tue, 14 May 2013 12:46:00 +0000 (16:46 +0400)] 
set feedtree text color (not sure about this)

11 years agoMerge pull request #188 from kpn3m0/patch-1
Andrew Dolgov [Tue, 14 May 2013 12:36:48 +0000 (05:36 -0700)] 
Merge pull request #188 from kpn3m0/patch-1

Feature #686

11 years agoFeature #686
kpn3m0 [Tue, 14 May 2013 12:32:36 +0000 (15:32 +0300)] 
Feature #686

If the feed cannot be parsed there is not particular error but always "Unknown/unsupported feed type". The patch uses the error from the XML parser which gives more detailed error reporting.

11 years agoremove focus outline on feedtree label
Andrew Dolgov [Tue, 14 May 2013 12:23:06 +0000 (16:23 +0400)] 
remove focus outline on feedtree label

11 years agomake nth-child rows a bit brighter
Andrew Dolgov [Tue, 14 May 2013 12:06:07 +0000 (16:06 +0400)] 
make nth-child rows a bit brighter

11 years agomake feedTree less white
Andrew Dolgov [Tue, 14 May 2013 12:04:58 +0000 (16:04 +0400)] 
make feedTree less white

11 years agoincrease contrast of various gray elements
Andrew Dolgov [Tue, 14 May 2013 11:50:23 +0000 (15:50 +0400)] 
increase contrast of various gray elements

11 years agodo not force background on expanded cdm active/unread rows
Andrew Dolgov [Tue, 14 May 2013 11:47:13 +0000 (15:47 +0400)] 
do not force background on expanded cdm active/unread rows

11 years agosimplify link css styling, increase prefs font size a bit
Andrew Dolgov [Tue, 14 May 2013 11:38:58 +0000 (15:38 +0400)] 
simplify link css styling, increase prefs font size a bit

11 years agoadd some subtle css shadows
Andrew Dolgov [Tue, 14 May 2013 11:28:13 +0000 (15:28 +0400)] 
add some subtle css shadows

11 years agomark older than two weeks: fix typo
Andrew Dolgov [Tue, 14 May 2013 10:27:28 +0000 (14:27 +0400)] 
mark older than two weeks: fix typo

11 years agoMerge pull request #187 from HeikoAdams/master
Andrew Dolgov [Tue, 14 May 2013 08:21:21 +0000 (01:21 -0700)] 
Merge pull request #187 from HeikoAdams/master

German translation updated

11 years agoupdated german translation
Heiko Adams [Tue, 14 May 2013 08:16:50 +0000 (10:16 +0200)] 
updated german translation

11 years agorebase translations
Andrew Dolgov [Tue, 14 May 2013 05:35:43 +0000 (09:35 +0400)] 
rebase translations

11 years agoMerge pull request #186 from EyesX/master
Andrew Dolgov [Tue, 14 May 2013 04:35:52 +0000 (21:35 -0700)] 
Merge pull request #186 from EyesX/master

Updated Swedish (sv_SE) translation

11 years agoSmall uppdate for sv_SE
Mattias Tengblad [Tue, 14 May 2013 01:40:33 +0000 (03:40 +0200)] 
Small uppdate for sv_SE

Proper wording for upgrade command promt, 'yes' not 'ja'

11 years agoMerge pull request #185 from scarabeusiv/master
Andrew Dolgov [Mon, 13 May 2013 17:13:19 +0000 (10:13 -0700)] 
Merge pull request #185 from scarabeusiv/master

Update czech translation

11 years agoUpdate czech translation
Tomas Chvatal [Mon, 13 May 2013 16:51:30 +0000 (18:51 +0200)] 
Update czech translation

11 years agouse segoe for feedTree
Andrew Dolgov [Mon, 13 May 2013 16:00:29 +0000 (20:00 +0400)] 
use segoe for feedTree

11 years agorelease 1.7.9 1.7.9
Andrew Dolgov [Mon, 13 May 2013 09:34:26 +0000 (13:34 +0400)] 
release 1.7.9

11 years agoerrorhandler: check for Logger class existing
Andrew Dolgov [Mon, 13 May 2013 09:32:51 +0000 (13:32 +0400)] 
errorhandler: check for Logger class existing

11 years agoupdate style of article note
Andrew Dolgov [Sun, 12 May 2013 20:25:15 +0000 (00:25 +0400)] 
update style of article note

11 years agoMerge pull request #184 from levito/patch-3
Andrew Dolgov [Sun, 12 May 2013 20:10:01 +0000 (13:10 -0700)] 
Merge pull request #184 from levito/patch-3

fix jumping when clicking tree nodes

11 years agofix jumping when clicking tree nodes
Veit Lehmann [Sun, 12 May 2013 17:03:10 +0000 (20:03 +0300)] 
fix jumping when clicking tree nodes

I would also suggest to turn the font-size back to 12px and padding back to 1px 0 there. Maybe only push the font-size to 14px in articles, since that's what we look at most. Everything else should visually step back.

11 years agomake appearance of some preference panes more similar
Andrew Dolgov [Sun, 12 May 2013 08:36:25 +0000 (12:36 +0400)] 
make appearance of some preference panes more similar

11 years agonotice style updates
Andrew Dolgov [Sun, 12 May 2013 08:27:53 +0000 (12:27 +0400)] 
notice style updates

11 years agoremove unnecessary bottom border from headlines-frame
Andrew Dolgov [Sat, 11 May 2013 11:09:18 +0000 (15:09 +0400)] 
remove unnecessary bottom border from headlines-frame

11 years agooptimize text legibility a bit
Andrew Dolgov [Sat, 11 May 2013 10:10:51 +0000 (14:10 +0400)] 
optimize text legibility a bit

11 years agoMerge pull request #183 from levito/patch-2
Andrew Dolgov [Thu, 9 May 2013 04:31:25 +0000 (21:31 -0700)] 
Merge pull request #183 from levito/patch-2

keep counterNode always visible when feedTree rows get longer

11 years agokeep counterNode always visible when feedTree rows get longer
Veit Lehmann [Wed, 8 May 2013 22:36:47 +0000 (00:36 +0200)] 
keep counterNode always visible when feedTree rows get longer

.dijitTreeRow gets a width set by dojo.js. Max-width keeps it from growing too big. overflow: hidden and text-overflow: ellipsis shorten the text with an ellipsis so the counterNode won't cover the text.

11 years agoRevert "subscribe_to_feed: use already fetched data when updating initially"
Andrew Dolgov [Wed, 8 May 2013 15:22:33 +0000 (19:22 +0400)] 
Revert "subscribe_to_feed: use already fetched data when updating initially"

This reverts commit 23923fb29b345c1eea5b70a6df4d30395425bf37.

11 years agocheck_for_update: compare against VERSION_STATIC
Andrew Dolgov [Wed, 8 May 2013 15:21:17 +0000 (19:21 +0400)] 
check_for_update: compare against VERSION_STATIC

11 years agomake headline-toolbar brighter
Andrew Dolgov [Wed, 8 May 2013 05:29:06 +0000 (09:29 +0400)] 
make headline-toolbar brighter

11 years agosave and restore UI panel configuration in cookies
Andrew Dolgov [Wed, 8 May 2013 05:18:43 +0000 (09:18 +0400)] 
save and restore UI panel configuration in cookies

11 years agogetting tired of your shit, dojo
Andrew Dolgov [Wed, 8 May 2013 05:18:22 +0000 (09:18 +0400)] 
getting tired of your shit, dojo

11 years agoforce minimum counterNode width
Andrew Dolgov [Wed, 8 May 2013 04:49:14 +0000 (08:49 +0400)] 
force minimum counterNode width

11 years agoexperimentally align counters to the right
Andrew Dolgov [Tue, 7 May 2013 21:40:10 +0000 (01:40 +0400)] 
experimentally align counters to the right

11 years agoincrease main font size
Andrew Dolgov [Tue, 7 May 2013 16:16:15 +0000 (20:16 +0400)] 
increase main font size

11 years agocounterNode: use appear effect
Andrew Dolgov [Tue, 7 May 2013 16:03:09 +0000 (20:03 +0400)] 
counterNode: use appear effect

11 years agoremove unneeded cdmHeader margins
Andrew Dolgov [Tue, 7 May 2013 15:39:41 +0000 (19:39 +0400)] 
remove unneeded cdmHeader margins

11 years agoremove gradients, update favicon avg color display
Andrew Dolgov [Tue, 7 May 2013 15:39:04 +0000 (19:39 +0400)] 
remove gradients, update favicon avg color display

11 years agoupdate label ref style
Andrew Dolgov [Tue, 7 May 2013 14:54:21 +0000 (18:54 +0400)] 
update label ref style

11 years agotweak visual for headlines
Andrew Dolgov [Tue, 7 May 2013 14:44:17 +0000 (18:44 +0400)] 
tweak visual for headlines

11 years agofix notify display on chrome, add some css tweaks
Andrew Dolgov [Tue, 7 May 2013 12:44:59 +0000 (16:44 +0400)] 
fix notify display on chrome, add some css tweaks

11 years agofix counters not being updated
Andrew Dolgov [Tue, 7 May 2013 12:28:49 +0000 (16:28 +0400)] 
fix counters not being updated

11 years agoadd tooltip
Andrew Dolgov [Tue, 7 May 2013 11:50:53 +0000 (15:50 +0400)] 
add tooltip

11 years agoMerge branch 'master' into css-feedtree-counter
Andrew Dolgov [Tue, 7 May 2013 11:36:14 +0000 (15:36 +0400)] 
Merge branch 'master' into css-feedtree-counter

Conflicts:
tt-rss.css

11 years agosubscribe_to_feed: use already fetched data when updating initially
Andrew Dolgov [Tue, 7 May 2013 11:34:20 +0000 (15:34 +0400)] 
subscribe_to_feed: use already fetched data when updating initially

11 years agofix more hphp detected issues
Andrew Dolgov [Tue, 7 May 2013 11:18:37 +0000 (15:18 +0400)] 
fix more hphp detected issues

11 years agoauth_base: choose random password if not supplied by auth module
Andrew Dolgov [Tue, 7 May 2013 08:36:09 +0000 (12:36 +0400)] 
auth_base: choose random password if not supplied by auth module

11 years agoMerge pull request #180 from rlerdorf/master
Andrew Dolgov [Tue, 7 May 2013 08:34:49 +0000 (01:34 -0700)] 
Merge pull request #180 from rlerdorf/master

Fix some bugs found by static analysis

11 years agobetter fix for feedTree shifting
Andrew Dolgov [Tue, 7 May 2013 08:14:11 +0000 (12:14 +0400)] 
better fix for feedTree shifting

11 years agoFixing bugs found by static analysis
Rasmus Lerdorf [Tue, 7 May 2013 07:35:10 +0000 (00:35 -0700)] 
Fixing bugs found by static analysis

11 years agomove example plugins to -contrib
Andrew Dolgov [Tue, 7 May 2013 06:09:38 +0000 (10:09 +0400)] 
move example plugins to -contrib

11 years agodigest and mobile (old) moved to -contrib repository
Andrew Dolgov [Tue, 7 May 2013 06:08:34 +0000 (10:08 +0400)] 
digest and mobile (old) moved to -contrib repository

11 years agoRevert "use img-polaroid lookalike for images"
Andrew Dolgov [Tue, 7 May 2013 06:02:22 +0000 (10:02 +0400)] 
Revert "use img-polaroid lookalike for images"

This reverts commit 7d61f11c768869806a352ea94550220cc2c144c0.

11 years agoremove some blue borders
Andrew Dolgov [Tue, 7 May 2013 05:58:58 +0000 (09:58 +0400)] 
remove some blue borders