Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FreshRSS 1.10.1 #1810

Merged
merged 20 commits into from Mar 4, 2018
Merged

FreshRSS 1.10.1 #1810

merged 20 commits into from Mar 4, 2018

Conversation

Alkarex
Copy link
Member

@Alkarex Alkarex commented Mar 3, 2018

This version fixes of some regressions (two of them introduced in 1.10.0), and adds a few minor things:

List of changes:

  • Deployment
    • New Docker image, smaller (based on Alpine Linux) and newer (with PHP 7.1) #1813
  • CLI
    • New command ./cli/prepare.php to make the needed sub-directories of the ./data/ directory #1813
  • Bug fixing
    • Fix API bug for EasyRSS #1799
    • Fix login bug when using double authentication (HTTP + Web form) #1807
    • Fix database upgrade for FreshRSS versions older than 1.1.1 #1803
    • Fix cases of double port in FreshRSS public URL #1815
  • UI
    • Add tooltips on share configuration buttons #1805
  • Misc.
    • Move ./data/shares.php to ./app/shares.php to facilitate updates #1812
    • Show article author email when there is no author name #1801
    • Improve translation tools #1808

Alkarex and others added 11 commits February 25, 2018 15:03
* Fix MySQL minimal requirement

* Fix MySQL minimal requirement on french docs
Regression in FreshRSS 1.10.0
#1799
This is especially useful because when author is given as
`<author>Author Name</author>` ( as in this example
https://cyber.harvard.edu/rss/rss.html#ltauthorgtSubelementOfLtitemgt ),
SimplePie will expose *Author Name* as `email`.
* cleanOldEntries call autoUpdateDb

#1803

* Fix feedDAO autoUpdateDb

* Move cleanOldEntries to EntryDAO

Only the entry table is concerned
Add a tooltip on the add and remove buttons in the share configuration page.
To ease the use of the translating tools, I've added a formatting method to
keep the output files identicals. This will reduce the amount of time needed
to handle translations.
@Alkarex Alkarex added this to the 1.10.1 milestone Mar 3, 2018
Copy link
Member

@Frenzie Frenzie left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Excellent. 👍

From ./data/ to ./app/
Fix manual updates like
#1803 (comment)
Left for later: support a ./data/shares.local.php for user-defined
shares.
* Draft of new Docker

Based on Alpine Linux. Size ~78MB.
FreshRSS/docker-freshrss#4
#520
https://github.com/FreshRSS/docker-freshrss
https://github.com/FreshRSS/docker-freshrss-production

* Docker readme

* +x execution rights prepare

* Docker readme links to hub.docker.com

https://hub.docker.com/r/freshrss/freshrss/
HTTP_HOST sometimes contains a port number.
This made FreshRSS to generate a public URL with two times the port,
like https://freshrss.example:8080:8080/
Needed for #1813
@Alkarex
Copy link
Member Author

Alkarex commented Mar 4, 2018

Now also including a new Docker image :-)

Alkarex and others added 3 commits March 4, 2018 12:27
* Docker follow-up

#1813

* Readme links

cloud.docker.com does not seem to have a public version of the pages
re-add https://hub.docker.com/r/freshrss/freshrss/

* Link to original GitHub readme

* Docker readme MySQL PostgreSQL

#1817 (comment)

* docker exec username
I've added a tool to add a new translation for a specific key and language.
I've added a tool to format the i18n files.

This is one of the steps to improve the translation process.
@Alkarex Alkarex merged commit f0fd273 into master Mar 4, 2018
javerous pushed a commit to javerous/FreshRSS that referenced this pull request Jan 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants