Content
Yesterday we released OpenProject version 3.0.4 which contains several bug fixes.
An excerpt of fixes:
The most important changes from our point of view are the fix to the reposman
(see extra/svn/reposman.rb
) script and fixes for making OpenProject subfolder installations less a hassle.
The reposman
script was setting the wrong file (system) permissions for private repositories, which resulted in public and private repositories to always have the same file (system) permissions defined.
As mentioned above we also incorporated some changes to make subfolder installations easier and behave more like you would expect it to work. From now on it is possible to just edit the configuration (see config/configuration.yml
) and set the rails_relative_url_root
parameter to a proper value and the installation should work. There is no need to change the config.ru
file or other configurations anymore. Regardless of whether you are using passenger or any other application server.
For a full list of fixes we made please see the changelog:
# Changelog ## 3.0.4 * `#8421` Make subdirectory configuration less of a hassle * `#5652` Fixes: Custom fields with empty name can be created * `#7812` 404 when opening keyboard shortcuts in a OpenProject instance running in subfolder * `#7893` Notification message support for Internet explorer 9 missing * `#7682` Status of work package not displayed when linking work package via ## or ### * `#4031` Expand folder icon missing in front of repository folders * `#7234` Highlighting of differences in repository does not work * `#7493` Work packages with only start date or end date not displayed properly * `#7623` Replace remaining icons by icon font * `#7499` No default work package status possible * `#7492` Timeline outside of scroll area is broken in IE 11 * `#7384` Headlines in wiki table of content are broken * Fix input parsing of respoman * Fix: Icon color in themes * Fix: Fixed typo which causes wiki pages to fail to load
Comments