mirror of
https://github.com/redmine/redmine.git
synced 2026-03-18 02:20:59 +01:00
29bad5d4059a9ae390641d4afeedd6f6a3fed39c
The original curve design made it difficult to identify which commits were connected, when several commits existed between the connected ones on the branches. Now, connections between commits on different branches are more easily recognizable in typical scenarios. The new curves connect from the left or right side to commit that already have vertical connections, and from the top or bottom to the last or first commit on a branch, respectively. <pre> | | | | | * /-* * * *-\ | | | | | | | *-/ * *-/ * * | | | | | </pre> Patch by Leonid Murin (user:murin). git-svn-id: https://svn.redmine.org/redmine/trunk@24258 e93f8b46-1217-0410-a6f0-8f06a7374b81
Adds 'project' option to recent_pages macro in order to display recent pages from a specific project (#43372).
Custom themes are now loaded from "/themes" directory from project root. The themes provided by Redmine (alternate and classic) remains in "app/assets/themes" (#39111).
= Redmine Redmine is a flexible project management web application written using Ruby on Rails framework. More details can be found in the doc directory or on the official website https://www.redmine.org
Description
Mirror of redmine code source - Official Subversion repository is at https://svn.redmine.org/redmine - contact: @vividtone or maeda (at) farend (dot) jp
Languages
Ruby
78.2%
HTML
15.4%
JavaScript
3.8%
CSS
2.2%
Perl
0.3%
Other
0.1%