aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-04-08Merge pull request #2368 from FreshRSS/dev1.14.2Gravatar Alexandre Alapetite
FreshRSS 1.14.2
2019-04-08Release FreshRSS 1.14.2Gravatar Alexandre Alapetite
2019-04-08Merge branch 'master' into devGravatar Alexandre Alapetite
2019-04-08Changelog 2359 - 2362Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/2359 https://github.com/FreshRSS/FreshRSS/pull/2361 https://github.com/FreshRSS/FreshRSS/pull/2362
2019-04-08[CI] Force php -l failure (#2363)Gravatar Frans de Jonge
* [CI] Force php -l failure By redirecting stderr to a file and checking if the filesize is greater than 0 bytes, we can also force failure for warnings. See discussion in <https://github.com/FreshRSS/FreshRSS/pull/2362#issuecomment-480623161>. * exclude JSON lib
2019-04-07Fix API minor code syntax warning (#2362)Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/2359#issuecomment-480620713
2019-04-07Fix PHP 5.5 compat for array const (#2360)Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/2359
2019-04-07[CI] php -l syntax check (#2361)Gravatar Frans de Jonge
As suggested by @Alkarex in <https://github.com/FreshRSS/FreshRSS/issues/2359#issuecomment-480608408>.
2019-04-07Update for Unfolded categories (#2358)Gravatar Quentí
The participi passat is AT for the verbs ending with AR is the subject is masculine and ADA for a feminine subject :) L’article que m’a agradat : the article I liked La categoria que m’a agradada : the category I liked
2019-04-07Prepare next version 1.14.2-devGravatar Alexandre Alapetite
2019-04-07Merge pull request #2338 from FreshRSS/dev1.14.1Gravatar Alexandre Alapetite
FreshRSS 1.14.1
2019-04-07Release FreshRSS 1.14.1Gravatar Alexandre Alapetite
2019-04-07i18n zh unfolded categories (#2357)Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/pull/2313 Thanks to @ZhongyuWang
2019-04-07Cherry pick from 2335 (#2356)Gravatar Alexandre Alapetite
Cherry pick bug fix from https://github.com/FreshRSS/FreshRSS/pull/2335 This code is currently not used.
2019-04-07Fix quote escaping on CLI (#2355)Gravatar Alexis Degrugillier
for translation manipulations
2019-04-07Alow mix of auto read options (#2354)Gravatar Alexandre Alapetite
Fix https://github.com/FreshRSS/FreshRSS/pull/2349#issuecomment-480540126
2019-04-06ChangelogGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/2323 https://github.com/FreshRSS/FreshRSS/pull/2353 https://github.com/FreshRSS/FreshRSS/issues/2332 https://github.com/FreshRSS/FreshRSS/pull/2337 https://github.com/FreshRSS/FreshRSS/issues/994 https://github.com/FreshRSS/FreshRSS/pull/2351 https://github.com/FreshRSS/FreshRSS/pull/2346
2019-04-06Fix menu warning (#2353)Gravatar Alexandre Alapetite
confirm is only for labels, not for feeds
2019-04-06Fix autoremove again (#2352)Gravatar Alexandre Alapetite
Fix https://github.com/FreshRSS/FreshRSS/pull/2349
2019-04-06Ensure sanitizeHTML gets a string (#2351)Gravatar Alexandre Alapetite
Regression triggered by https://github.com/FreshRSS/FreshRSS/pull/2228
2019-04-06Fix hide articles + batch option (#2349)Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/2332 https://github.com/FreshRSS/FreshRSS/issues/2345 Re-introduces the instant-remove article. Batch mark-as-read only used for fast actions like scroll and keyboard shortcut for next/previous articles.
2019-04-06SimplePie 604 (#2350)Gravatar Alexandre Alapetite
Cherry-pick https://github.com/simplepie/simplepie/pull/604
2019-04-06Fix for extensions on Windows (#2348)Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/994 https://github.com/FreshRSS/FreshRSS/issues/2287
2019-04-06Better handling of bad request and fast unload (#2346)Gravatar Alexandre Alapetite
* Better handling of bad request and fast unload Warnings for bad requests, confirmation before leaving a page with pending mark-as-read requests (not the others for now) * Fix callbacks
2019-04-04Merge branch 'master' into devGravatar Alexandre Alapetite
2019-04-04Changelog 2323 - 2337Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/2323 https://github.com/FreshRSS/FreshRSS/issues/2328 https://github.com/FreshRSS/FreshRSS/pull/2334 https://github.com/FreshRSS/FreshRSS/pull/2336 https://github.com/FreshRSS/FreshRSS/pull/2337
2019-04-04Fix scroll functions in Edge (#2337)Gravatar Alexandre Alapetite
Use more standard / robust document.scrollingElement
2019-04-03Fix shortcut problem when showing articles unfolded (#2336)Gravatar Alexandre Alapetite
Fix https://github.com/FreshRSS/FreshRSS/issues/2328
2019-04-03Fix auto_remove_article (#2334)Gravatar Alexandre Alapetite
* Fix auto_remove_article https://github.com/FreshRSS/FreshRSS/issues/2323 * Second attempt * Third attempt
2019-04-03Merge pull request #2333 from FreshRSS/revert-2331-feature/clean-updateGravatar Alexis Degrugillier
Revert "Update git command"
2019-04-03Revert "Update git command (#2331)"Gravatar Alexis Degrugillier
This reverts commit afd1a8784c2a83426388b39d32703fb82c223f76.
2019-04-03Changelog 2307 - 2319Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/2307 https://github.com/FreshRSS/FreshRSS/issues/2310 https://github.com/FreshRSS/FreshRSS/pull/2312 https://github.com/FreshRSS/FreshRSS/issues/2314 https://github.com/FreshRSS/FreshRSS/pull/2315 https://github.com/FreshRSS/FreshRSS/issues/2316 https://github.com/FreshRSS/FreshRSS/pull/2318 https://github.com/FreshRSS/FreshRSS/issues/2319
2019-04-03Update git command (#2331)Gravatar Alexis Degrugillier
I removed an unnecessary option and rewrote a short option to use the long option. I find it's easier to understand long options when you don't type them.
2019-04-02Fix control click (#2330)Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/2310
2019-04-02Docker fix cron logs (#2329)Gravatar Alexandre Alapetite
Fix environment variable bug
2019-04-02i18n: Align Korean translation with categories unfolded by default (#2327)Gravatar Seokseong Jeon
See https://github.com/FreshRSS/FreshRSS/pull/2313.
2019-04-02Docker better use of crontab (#2326)Gravatar Alexandre Alapetite
Misc. from https://github.com/FreshRSS/FreshRSS/pull/2325 https://github.com/FreshRSS/FreshRSS/issues/2319
2019-04-02Fix Docker cron mistake (#2325)Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/2319
2019-04-02Shortcuts legacy (#2320)Gravatar Alexandre Alapetite
Fix https://github.com/FreshRSS/FreshRSS/issues/2316
2019-04-02i18n: Show categories unfolded by default (#2313)Gravatar Alexandre Alapetite
* i18n: Show categories unfolded by default Fix https://github.com/FreshRSS/FreshRSS/issues/2307 and https://github.com/FreshRSS/FreshRSS/issues/2309 * TODO checked * Update app/i18n/he/conf.php Co-Authored-By: Alkarex <alexandre@alapetite.fr>
2019-04-01Fix Docker Ubuntu cron (#2321)Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/2319
2019-04-01[CI] Add PHP 7.3 to Travis configuration (#2317)Gravatar Frans de Jonge
This also requires an update of phpcs, since the old version won't run on PHP 7.3. By setting setting the tab-width to 40 it works around the behavior introduced in https://github.com/squizlabs/PHP_CodeSniffer/pull/1404 which erroneously interprets positioning spaces as indentation. ("If the line started with tabs, but had spaces after that, no error was thrown at all.") That makes any line lengths checks ineffective, but I think line length checks aren't very useful anyway. They're basically just a (very!) rough indication that you might want to consider some refactoring.
2019-04-01[CI] Lint JS scripts with jshint (#2315)Gravatar Frans de Jonge
2019-04-01Fix ASC load more (#2318)Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/2314
2019-04-01[i18n, nl] Various improvements to Dutch translation (#2312)Gravatar Frans de Jonge
* [i18n, nl] Various improvements to Dutch translation The text for the "Show categories unfolded by default" was incorrect, cf. #2309. Also fixed a few typos and some minor stylistic changes. * also fix that typo with the missing space
2019-03-31Start version 1.14.1-devGravatar Alexandre Alapetite
2019-03-31Merge pull request #2298 from FreshRSS/dev1.14.0Gravatar Alexandre Alapetite
FreshRSS 1.14.0
2019-03-31Merge branch 'FreshRSS/master' into FreshRSS/devGravatar Alexandre Alapetite
2019-03-31Release 1.14.0Gravatar Alexandre Alapetite
2019-03-27Minor code simplificationGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/pull/2300