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
b5b6a5e971fa2c1cba908e5cca4ee609b92fbb77
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
15
Mar
14
13
12
11
10
9
8
6
5
4
3
2
1
28
Feb
26
25
24
23
22
21
20
19
18
17
16
15
14
13
12
11
10
9
8
7
6
5
4
3
2
1
31
Jan
30
28
27
25
23
21
18
17
14
13
12
10
9
7
5
3
1
31
Dec
30
29
27
26
25
24
23
22
21
20
19
18
17
16
14
13
12
11
10
9
8
7
6
4
3
2
30
Nov
29
28
27
26
25
24
23
22
21
20
17
16
15
14
13
12
11
9
8
7
6
5
4
3
31
Oct
29
25
24
22
21
20
19
18
17
11
10
7
2
25
Sep
24
20
17
13
12
10
7
4
3
2
1
21
Aug
17
15
13
12
11
2
Fixed closing tags in syntax highlighting tests.
Add background color to line numbers of highlighted code.
Replace the hardcoded "CodeRay" css class name for highlighted elements.
Extract CodeRay calls to Redmine::SyntaxHighlighting (#2985).
Reverts r1476 that is no longer needed after r3582.
Do not html escape code that is going to be highlighted (#2985, #3359).
Optimization: load attachments when needed.
Enlarges the sidebar.
Move issue watchers to the sidebar.
Adds index on issues nested set columns.
Slight UI changes to the subtasks tree.
Add subtasking strings to locales.
Translations updates.
Makes subtasks rescheduled when a 'precedes' relation is set on a parent task.
Adds subtasking (#443) including:
Do not reset session when a non logged in user request the login form (#4958).
Fixed windows platform detection in reposman.rb (#5039).
More detailed failures message.
Fixes a test failure.
Refactors textile formatting tests.
Fixed: inline code with less-then/greater-than produces @lt; and @gt; (#1416).
Fixed: error while moving an issue to a project with disabled tracker with SQLite3 (#5049).
Adds missing flash messages on project settings (#5043).
Cleanup and warning added in database.yml.database about the test database.
Fixed: text formatting breaks when using parenthesis inside bold tags (#1334).
Fixed: avatar display breaks user profile page layout (#5008).
Fixed: some textile modifiers combinations don't work, eg. bold inside underline (#5045).
Refactor: Extract method for setting the flash on bulk issue saves.
Removes broken javascript on wiki history.
Use assert_select to check the download link. (#4204)
Adds named scopes to replace custom finders.
Translation updates
Fixed: NoMethodError error on roadmap if no trackers are selected and a shared version is available (#5006).
Refactor: Remove duplicated case statements.
Refactor: Extract similar logic in IssuesHelper#show_detail to a new method.
Added unit tests for IssuesHelper#show_detail
Moves scm adapters unit tests to a dedicated folder.
Makes test pass with Bazaar 2.1.0 (#5002).
Moves ProjectsController#add_issue_category to IssueCategoriesController#new.
Moves ProjectsController#add_version to VersionsController#new.