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

6495 Commits

Author SHA1 Message Date
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
Andrew Dolgov
3f6f085769 add better gzdecode support for php native fetch, use curl under open_basedir 2013-04-18 11:36:13 +04:00
Andrew Dolgov
d0d86316ee Revert "do automatic gzcdecode on feed data"
This reverts commit aea03558bb.
2013-04-18 11:19:25 +04:00
Andrew Dolgov
aea03558bb do automatic gzcdecode on feed data 2013-04-18 09:15:55 +04:00
Andrew Dolgov
73663db316 support pgsql in pdo 2013-04-18 08:28:03 +04:00
Andrew Dolgov
9ee90455b8 add experimental support for PDO (_ENABLE_PDO) 2013-04-18 08:20:45 +04:00
Andrew Dolgov
7329ab2dd5 enable errorhandler 2013-04-18 00:22:34 +04:00
Andrew Dolgov
c8784bceec Merge branch 'master' into pdo 2013-04-18 00:20:47 +04:00
Andrew Dolgov
b6a7429591 Merge branch 'master' into pdo 2013-04-18 00:20:21 +04:00
Andrew Dolgov
6b7bc706f3 Merge pull request #162 from swiffer/master
make us of db_affected_rows($result) instead of using db specific functions
2013-04-17 13:05:26 -07:00
Matthias Wirtz
a08f94bd0e make us of db_affected_rows($result) instead of using db specific functions 2013-04-17 20:24:07 +02:00
Andrew Dolgov
8a386529a1 update: only wait when pidlock is enabled 2013-04-17 22:09:11 +04:00
Andrew Dolgov
fa8e7ea261 Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS 2013-04-17 21:40:13 +04:00