1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-27 12:05:06 +02:00
Commit Graph

6456 Commits

Author SHA1 Message Date
Andrew Dolgov
81c2066345 updating: do not use cache timestamp if it is unusable for current feed;
sort chronologically instead of random
2013-04-24 13:21:40 +04:00
Andrew Dolgov
37ddf5b7e7 fetch: check if http_response_header is set 2013-04-24 10:45:44 +04:00
Andrew Dolgov
48c1d0c71b autoload: include functions.php 2013-04-24 09:05:58 +04:00
Andrew Dolgov
50d4b30b33 get_version: force UTC 2013-04-24 08:56:37 +04:00
Andrew Dolgov
6ee0d4b05c do not recalculate avg color repeatedly 2013-04-23 22:37:06 +04:00
Andrew Dolgov
560cbd8c0d attempt to recalculate favicon avg color if it changes 2013-04-23 22:33:23 +04:00
Andrew Dolgov
36490f11a3 add a hack so that if floicon fails on some icon, it won't be processed again 2013-04-23 22:30:06 +04:00
Andrew Dolgov
3921f5081b only show reset password link when auth_internal is enabled (refs #681) 2013-04-23 22:19:09 +04:00
Andrew Dolgov
3a05cddd48 Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS 2013-04-23 20:23:41 +04:00
Andrew Dolgov
6316898f8d special version reporting for git 2013-04-23 20:22:55 +04:00
Andrew Dolgov
4e5ad1c448 Merge pull request #166 from supahgreg/master
Removing a quotation mark
2013-04-23 07:37:22 -07:00
supahgreg
6704bb2cb9 minor: remove an unnecessary quotation mark 2013-04-23 07:54:41 -05:00
Andrew Dolgov
1e253d1ec9 Merge pull request #163 from dandersson/fix_lock_path
Fix doubly applied basepaths to lockfiles.
2013-04-23 03:46:52 -07:00
Andrew Dolgov
84a463ecb8 Merge pull request #165 from fschlich/master
googlereaderimport: actually pass $link to create_article()
2013-04-21 04:40:12 -07:00
Florian Schlichting
c6c968b042 googlereaderimport: actually pass $link to create_article()
otherwise the link db field will be empty, and viewing the original
article of an imported starred item results in an empty backend.php page
2013-04-21 13:20:50 +02:00
Andrew Dolgov
f6299a731c Merge pull request #164 from Ardetus/master
Finnish translation updated.
2013-04-21 00:12:30 -07:00
Arto Tolonen
06787b2c5b Finnish translation updated. 2013-04-20 11:08:56 +03:00
Andrew Dolgov
f66492d357 better javascript error reporting, save error reports in tt-rss log 2013-04-20 10:43:21 +04:00
Andrew Dolgov
9ce600c801 disable on subscription feed XML validation for the time being 2013-04-20 01:38:06 +04:00
Daniel Andersson
1134497129 Fix doubly applied basepaths to lockfiles. 2013-04-19 21:25:26 +02:00
Andrew Dolgov
6122c449ab correctly report fetch error 2013-04-19 18:13:21 +04:00
Andrew Dolgov
01311d86fe fetch: support if-modified-since without CURL 2013-04-19 18:08:24 +04:00
Andrew Dolgov
106a3de91c plugins: bump API version 2013-04-19 17:31:56 +04:00
Andrew Dolgov
ddf28801e4 implement plugin API version compatibility check 2013-04-19 17:26:22 +04:00
Andrew Dolgov
726bd48e8c better handle get_link() enabled plugins crashing on load 2013-04-19 17:20:03 +04:00
Andrew Dolgov
68cccafcad remove debug_enabled global 2013-04-19 13:42:40 +04:00
Andrew Dolgov
9ec103525d update_rss_feed: simplify debug reporting 2013-04-19 13:26:10 +04:00
Andrew Dolgov
ebec81a6fb subscribe: verify XML before adding to the database; fetch: try to work around entity problems if initial parsing fails 2013-04-19 13:17:28 +04:00
Andrew Dolgov
1367bc3f5e trim received feed data on fetch 2013-04-19 12:35:30 +04:00
Andrew Dolgov
92c9a20cf5 update installer mysqli_connect to only use port if defined 2013-04-19 10:02:27 +04:00
Andrew Dolgov
df25e4d221 check if http_response_header is defined 2013-04-19 09:48:09 +04:00
Andrew Dolgov
b367c951b9 make logging configurable; add logging to syslog 2013-04-19 09:45:43 +04:00
Andrew Dolgov
f1c6dd7e90 Revert "_DISABLE_FLOICON -> _ENABLE_FLOICON"
This reverts commit 7f1113a56a.
2013-04-19 08:43:11 +04:00
Andrew Dolgov
96db9a14d9 do not try to calculate icon avg color if GD is not present 2013-04-19 08:42:35 +04:00
Andrew Dolgov
48ed517e8d pref_prefs: remove second argument from the constructor 2013-04-19 08:40:19 +04:00
Andrew Dolgov
b20b6af0dc only pass port to mysqli_connect when it is set 2013-04-19 07:58:27 +04:00
Andrew Dolgov
1f29443530 fix missing DB object when instantiated to import opml 2013-04-18 23:19:14 +04:00
Andrew Dolgov
7f1113a56a _DISABLE_FLOICON -> _ENABLE_FLOICON 2013-04-18 22:36:16 +04:00
Andrew Dolgov
3c200461f8 more notice css tweaks 2013-04-18 22:27:05 +04:00
Andrew Dolgov
6a1f424924 floIcon: add experimental SizeInBytes cap 2013-04-18 16:32:22 +04:00
Andrew Dolgov
ce2b219c64 entry_author: do not double escape string, author & comments: trim 2013-04-18 16:25:02 +04:00
Andrew Dolgov
6d9426feae tweak notice/warning/etc display 2013-04-18 16:18:20 +04:00
Andrew Dolgov
bbffc43e4f actually check for DB_PORT in installer, add better hints and use mysqli if available 2013-04-18 16:06:03 +04:00
Andrew Dolgov
1daf0f75fa pass DB_PORT as string 2013-04-18 15:44:25 +04:00
Andrew Dolgov
8cb5c64d62 fix auth_base referencing dbh which was not present 2013-04-18 15:36:54 +04:00
Andrew Dolgov
073672ccd5 add _DISABLE_FLOICON 2013-04-18 14:41:30 +04:00
Andrew Dolgov
6421b42963 api/getHeadlines: increase limit to 200 2013-04-18 12:36:27 +04:00
Andrew Dolgov
1ffe3391f9 make pluginhost a singleton 2013-04-18 12:27:34 +04:00
Andrew Dolgov
52d88392da move db-prefs to OO 2013-04-18 12:00:01 +04:00
Andrew Dolgov
c1e45a87b2 db-prefs: use user_error 2013-04-18 11:38:22 +04:00