Andrew Dolgov
|
53a49ff82a
|
properly handle per-feed hide_images setting in three panel mode (closes #706)
|
2013-06-03 10:31:45 +04:00 |
|
Andrew Dolgov
|
67f4fe1780
|
format_tags_string: fix typo
|
2013-05-31 21:37:14 +04:00 |
|
Andrew Dolgov
|
7c01db43ef
|
sphinx: type cast port to integer
|
2013-05-31 09:52:43 +04:00 |
|
Andrew Dolgov
|
2457679aed
|
switch AUTO_ASSIGN_LABELS to off by default (bump schema)
|
2013-05-30 18:26:56 +04:00 |
|
Andrew Dolgov
|
80d8d2d026
|
update config checks for SMTP_SECURE
|
2013-05-30 08:39:53 +04:00 |
|
Andrew Dolgov
|
102a36c233
|
Merge pull request #212 from hoelzro/master
Fix self-signed certificate issue (issue 698)
|
2013-05-29 12:02:54 -07:00 |
|
Rob Hoelz
|
40a35a628d
|
Don't verify SSL peers in geturl
|
2013-05-29 20:55:22 +02:00 |
|
Rob Hoelz
|
e2b4c0b70c
|
Pass error code along if geturl fails
|
2013-05-29 20:50:27 +02:00 |
|
Andrew Dolgov
|
67e0cf9a37
|
add startup_gettext() calls to several endpoints for unregistered users so the output would be translated based on accept-language header
|
2013-05-29 15:41:19 +04:00 |
|
Andrew Dolgov
|
8ff2a86cf3
|
fix file_is_locked
|
2013-05-29 07:46:14 +04:00 |
|
gitawego
|
44bf49d414
|
@FIXED dijit modules aren't cached even all the js files are compressed
@CHANGED use require to load all the dependencies
@FIXED dojo.parser isn't loaded in cached mode, it has to be loaded via require.
|
2013-05-28 23:40:17 +03:00 |
|
Andrew Dolgov
|
4077f72ced
|
Revert "@FIXED dijit modules aren't cached even all the js files are compressed"
This reverts commit 4f70f13f26 .
|
2013-05-29 00:17:19 +04:00 |
|
gitawego
|
4f70f13f26
|
@FIXED dijit modules aren't cached even all the js files are compressed
|
2013-05-28 22:59:27 +03:00 |
|
Andrew Dolgov
|
1d76589693
|
file_is_locked: check if file exists before trying to flock it
|
2013-05-28 15:58:03 +04:00 |
|
Andrew Dolgov
|
d7b5a9e7f5
|
labels: add auxcounters
|
2013-05-24 10:57:47 +04:00 |
|
Heiko Adams
|
9717d5de9d
|
fixed wrong path for css files in function calculate_dep_timestamp
|
2013-05-20 15:57:16 +02:00 |
|
Andrew Dolgov
|
6791af0cfd
|
pass feed it to feed_fetched and fetch_feed hooks
|
2013-05-20 15:28:56 +04:00 |
|
Andrew Dolgov
|
ee65bef405
|
add HOOK_FETCH_FEED
|
2013-05-20 15:26:53 +04:00 |
|
Andrew Dolgov
|
0ad2013bd2
|
update_rss_feed: remove unused override_url parameter
|
2013-05-20 15:20:14 +04:00 |
|
Andrew Dolgov
|
5bbc4bb4b0
|
move stylesheets to css/, reference default tt-rss stylesheets from
default.css to make custom themes easier
|
2013-05-19 21:22:01 +04:00 |
|
Andrew Dolgov
|
a5eca88750
|
add a placeholder where floicon might be added if needed, still keep it
off trunk re: author being a shitlord
|
2013-05-19 13:53:40 +04:00 |
|
Andrew Dolgov
|
82852ecd33
|
Revert "remove floicon because its author is a colossal shitlord (http://tt-rss.org/forum/viewtopic.php?f=1&t=2055&p=10824#p10822)"
This reverts commit dce5037888 .
|
2013-05-19 13:51:23 +04:00 |
|
Andrew Dolgov
|
cc0e24ba90
|
Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS
|
2013-05-19 10:00:00 +04:00 |
|
Andrew Dolgov
|
7711086b9a
|
when checking filter expression for validity, do not include ttrss_feed_categories (closes #689)
|
2013-05-19 09:54:48 +04:00 |
|
Steven Hiscocks
|
13db181d10
|
Fix password field missing on login form when auth_internal not used
|
2013-05-18 23:20:44 +01:00 |
|
Andrew Dolgov
|
dce5037888
|
remove floicon because its author is a colossal shitlord (http://tt-rss.org/forum/viewtopic.php?f=1&t=2055&p=10824#p10822)
|
2013-05-18 22:19:24 +04:00 |
|
Andrew Dolgov
|
47673e6611
|
add fetch_url and owner_uid to HOOK_FEED_FETCHED
|
2013-05-18 09:22:06 +04:00 |
|
Andrew Dolgov
|
d1f3fa9791
|
try to force-convert feed data to utf8
|
2013-05-17 20:09:43 +04:00 |
|
Andrew Dolgov
|
6a51939ee6
|
db-prefs: better error output for missing prefs, digest: hide DIGEST_ENABLE pref missing for unitialized users
|
2013-05-16 21:57:39 +04:00 |
|
Andrew Dolgov
|
c594eca0de
|
implement additional counter mode for virtual feeds when there's 0 unread articles
|
2013-05-16 01:08:04 +04:00 |
|
Andrew Dolgov
|
32011b9b66
|
get_minified_js: use basename() on cached file
|
2013-05-15 00:10:10 +04:00 |
|
Andrew Dolgov
|
d1c977bfbb
|
release 1.7.9
|
2013-05-13 13:34:26 +04:00 |
|
Andrew Dolgov
|
15d52d5152
|
errorhandler: check for Logger class existing
|
2013-05-13 13:32:51 +04:00 |
|
Andrew Dolgov
|
fd687300bf
|
Revert "subscribe_to_feed: use already fetched data when updating initially"
This reverts commit 23923fb29b .
|
2013-05-08 19:22:33 +04:00 |
|
Andrew Dolgov
|
74a8b2f6f1
|
check_for_update: compare against VERSION_STATIC
|
2013-05-08 19:21:17 +04:00 |
|
Andrew Dolgov
|
14c53e4e60
|
tweak visual for headlines
|
2013-05-07 18:47:35 +04:00 |
|
Andrew Dolgov
|
23923fb29b
|
subscribe_to_feed: use already fetched data when updating initially
|
2013-05-07 15:34:20 +04:00 |
|
Rasmus Lerdorf
|
6f7798b643
|
Fixing bugs found by static analysis
|
2013-05-07 00:35:10 -07:00 |
|
Andrew Dolgov
|
f4ae0f053b
|
update: remove debugging block
|
2013-05-02 10:26:32 +04:00 |
|
Andrew Dolgov
|
54b7590c7f
|
format_article_tags: improve performance
|
2013-05-02 10:20:56 +04:00 |
|
Andrew Dolgov
|
f8a25082b3
|
make tag cache processing faster in cdm
|
2013-05-02 10:09:01 +04:00 |
|
Andrew Dolgov
|
566417c4e7
|
restore updstart threshold
|
2013-05-02 02:31:32 +04:00 |
|
Andrew Dolgov
|
5d3e5a1bb2
|
simplify feed cache age handling (reduce caching to sequential updates)
|
2013-05-02 02:30:53 +04:00 |
|
Andrew Dolgov
|
5de4010487
|
disable marking for the time being
|
2013-05-02 02:21:11 +04:00 |
|
Andrew Dolgov
|
5ef8409700
|
move the precautionary timestamp bumping
|
2013-05-02 02:20:34 +04:00 |
|
Andrew Dolgov
|
d0e9c40a5a
|
Revert "ccache: do not force recalculate child counters on category upgrade because this is handled elsewhere"
http://tt-rss.org/forum/viewtopic.php?f=10&t=1964
This reverts commit d571740b33 .
|
2013-05-02 02:12:07 +04:00 |
|
Andrew Dolgov
|
5d0d3887af
|
add _DISABLE_HTTP_304
|
2013-05-02 02:11:11 +04:00 |
|
Andrew Dolgov
|
15c762beda
|
updater: show owner_uid for checked feeds
|
2013-05-02 02:02:49 +04:00 |
|
Andrew Dolgov
|
52637d3b30
|
remove cache valid bailout clause
|
2013-05-02 01:36:17 +04:00 |
|
Andrew Dolgov
|
865a3ed6a0
|
change feed cache file extension
|
2013-05-02 01:33:02 +04:00 |
|