farend / redmine_theme_farend_bleuclair

Custom theme for Redmine. Compatible with: Redmine 3.4 - 5.0
GNU General Public License v2.0
109 stars 19 forks source link

README suggests an outdated branch for Redmine 4.2 or later #78

Closed tevino closed 10 months ago

tevino commented 11 months ago

As a newcomer, the README suggests me to:

git clone -b redmine4.2 https://github.com/farend/redmine_theme_farend_bleuclair.git public/themes/bleuclair

However the latest commit of the redmine4.2 branch was over a year ago, what I really need is:

git clone https://github.com/farend/redmine_theme_farend_bleuclair.git public/themes/bleuclair

Is this the correct way to install this theme?

tevino commented 11 months ago

BTW, the theme looks 💯 fantastic, thank you for the work! 😃

ishikawa999 commented 11 months ago

@tevino

As a newcomer, the README suggests me to:

git clone -b redmine4.2 https://github.com/farend/redmine_theme_farend_bleuclair.git public/themes/bleuclair

However the latest commit of the redmine4.2 branch was over a year ago, what I really need is:

git clone https://github.com/farend/redmine_theme_farend_bleuclair.git public/themes/bleuclair

Is this the correct way to install this theme?

Thank you for your feedback. I'm glad to hear that you are using our theme.

The reason we have different downloads for each version of Redmine with the Bleuclair theme is that the HTML structure can vary depending on the version of Redmine, and the same CSS or JavaScript might not work properly. However, as you pointed out, we haven't been managing the versions with tags as we should have recently. I am planning to create a new tag for 5.0 and update the README accordingly.

ishikawa999 commented 10 months ago

@tevino

https://github.com/farend/redmine_theme_farend_bleuclair?tab=readme-ov-file#1-create-a-directory-containing-themes Updated README.