Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
OHR Support
Manage
Activity
Members
Labels
Plan
Issues
97
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Projects
OHR Support
Graph
582ed86d828bb957a7844832c627b425884d0716
Select Git revision
Branches
7
download_button
protected
faster-scm-downloads
master
default
pepe
pepe2
redmine_simple_join_project
review-projects
Tags
20
last-chiliproject
v3.3.0
v3.2.2
v2.7.3
v3.2.1
v3.2.0
v2.7.2
v3.1.0
v2.7.1
v3.0.0
v2.7.0
v3.0.0beta2
v2.6.0
v3.0.0beta1
v1.5.5
v2.5.0
v1.5.4
v2.4.0
v1.5.3
v2.3.0
27 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
31
Dec
30
29
23
22
21
20
18
17
15
14
12
11
10
7
5
4
3
29
Nov
28
27
25
21
20
17
16
14
13
12
11
9
7
6
5
4
3
2
1
30
Oct
29
28
27
26
25
24
23
22
21
20
19
18
16
15
14
13
12
11
10
8
7
6
5
4
30
Sep
29
28
27
26
24
23
22
21
20
19
18
17
16
15
14
13
11
10
9
8
7
6
5
3
2
1
31
Aug
30
29
27
26
25
24
23
22
20
19
18
17
16
13
12
11
10
9
8
7
6
5
4
3
2
30
Jul
29
28
25
24
Fixes wrong assertion.
Remove the limitation on characters that can be used in custom_field, issue_status, role, tracker, user names (#5152).
Safer assertion.
ruby1.9 compatibility
Fixes wrong Polish translation of "blocks" and "duplicates" (#6895).
Japanese Translation updated (#7133).
Traditional Chinese language updated (#7123).
German translation updated (#7161).
Makes the png looks more like the html gantt.
Makes issue move form similar to bulk edit form.
Disable project completion display on the gantt (#7127).
Simple issue sort method to make sure subtasks appear under their parent on the gantt (#7128).
Find visible issues only in ContextMenusController#issues.
Takes more parameters into account to determine activity freshness (#7188).
Fixed: partial toc when text contains pre tags (#7172).
Fixed: cvs diff broken by r4539 (#7176).
Fixed: CLI-supplied defaults should not be applied when replying to an issue (#7195).
Fixed: Tracker reset to default when replying to an issue email (#7197).
Makes Version#start_date return the minimum start_date of its issues.
Makes the API accepts the X-Redmine-API-Key header to hold the API key.
Makes /projects API accept same pagination parameters as other API collection resources.
Makes API accept offset/limit or page/limit parameters for retrieving collections.
Set VERSION to 1.0.5.
Updated INSTALL for 1.0.5
Updated CHANGELOG for 1.0.5
Fixes: Mercurial adapter loses seconds of commit times (#6656).
Adds themes test for when Redmine is in a sub-uri.
Avoid theme rescan when no theme is selected.
Support for Javascript in Themes (#2803).
Adds missing not_a_date translation in fr locale (#7160).
Restores non english field_start_date translations (#6629, #7016).
Fixed: 500 error on issue query grouped by a custom field that was deleted (#7144).
Force vertical scroll bar to avoid layout jump.
Broken links on wiki diff view.
Prevents n SQL queries (n = project count) on cross-project issues list.
Fixes valid revision regexp.
Adds missing fixtures when running tests from scratch.
Fixes task description.
Adds tasks to run scm tests: test:scm:units, test:scm:functionals and test:scm.
Adds routing tests for users and xml format.