index
:
redmine.git
0.6-stable
0.7-stable
0.8-stable
0.9-stable
1.0-stable
1.1-stable
1.2-stable
1.3-stable
1.4-stable
2.0-stable
2.1-stable
2.2-stable
2.3-stable
2.4-stable
2.5-stable
2.6-stable
3.0-stable
3.1-stable
3.2-stable
3.3-stable
3.4-stable
4.0-stable
4.1-stable
4.2-stable
5.0-stable
5.1-stable
6.0-stable
integration-to-svn-stable-1.0
integration-to-svn-trunk
master
nbc
plugin-hooks
swistak
work
Mirror of redmine code source: https://github.com/redmine/redmine
www-data
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
app
/
views
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor: move IssuesController#preview to a new controller.
Eric Davis
2010-08-18
3
-2
/
+2
*
Refactor: move IssuesController#auto_complete to a new controller. #4382
Eric Davis
2010-08-17
2
-4
/
+1
*
Fixed: changing view style in repository/diff doesn't keep previously selecte...
Jean-Baptiste Barth
2010-08-13
1
-1
/
+1
*
Refactor: Extract a new IssueMovesController from IssuesController.
Eric Davis
2010-08-11
3
-6
/
+6
*
Refactor: added link_to_project helper to handle links to projects
Jean-Baptiste Barth
2010-08-08
7
-7
/
+7
*
Refactor: start to split IssuesController#move into two separate actions.
Eric Davis
2010-08-06
1
-1
/
+1
*
Focus on the input when adding a related issue on issues/show page. #4656
Jean-Baptiste Barth
2010-08-04
1
-1
/
+1
*
Display projects as links in users/memberships partial. #5898
Jean-Baptiste Barth
2010-08-04
1
-1
/
+3
*
Added css classes to the HTML body based on the theme, controller, and action...
Eric Davis
2010-08-04
1
-1
/
+1
*
Add maxlength attributes to some Project fields. #4896
Eric Davis
2010-08-04
1
-2
/
+2
*
Use the MenuManager for the Administration menu. #6008
Eric Davis
2010-08-04
1
-18
/
+3
*
RTL theme for reference (thanks to Orgad Shaneh, #5972)
Azamat Hackimov
2010-07-29
2
-2
/
+4
*
Add a favicon link with support for suburi. #3301
Eric Davis
2010-07-29
1
-0
/
+1
*
Moves LDAP entry in admin menu.
Jean-Philippe Lang
2010-07-25
1
-1
/
+1
*
Fixes context menu broken by r3869 (#5925).
Jean-Philippe Lang
2010-07-25
1
-2
/
+2
*
Fixed: Add Another file to ticket doesn't work in IE (broken by r3750).
Jean-Philippe Lang
2010-07-25
1
-2
/
+1
*
Fixed: Forum message permalinks don't take pagination into account (#5945).
Jean-Philippe Lang
2010-07-25
1
-1
/
+1
*
Fixes broken status change in context menu (#5892).
Jean-Philippe Lang
2010-07-25
1
-1
/
+1
*
Disable priority (#5925) and progress in context menu for parent issues.
Jean-Philippe Lang
2010-07-25
1
-2
/
+2
*
Moves code to controller.
Jean-Philippe Lang
2010-07-25
1
-5
/
+2
*
Added icon for the LDAP authentication menu item. #5775
Eric Davis
2010-07-20
2
-2
/
+2
*
Add :view_issues_index_bottom hook. #5169
Eric Davis
2010-07-16
1
-0
/
+1
*
Set @project so macros will work on the welcome and project list. #5781
Eric Davis
2010-06-30
1
-0
/
+2
*
Add a link to the cross project time entries page to /projects. #4935
Eric Davis
2010-06-20
1
-0
/
+1
*
Added two hooks to the issues report. #5233
Eric Davis
2010-06-20
1
-0
/
+2
*
Display the correct ISO week number on the project calendar.
Eric Davis
2010-06-19
1
-1
/
+1
*
Add a css class to hide content when printing. #5508
Eric Davis
2010-06-19
1
-2
/
+2
*
Add ATOM auto discovery link to the Projects list. #5317
Eric Davis
2010-06-19
1
-0
/
+4
*
Fixed HTML validation errors
Eric Davis
2010-06-19
1
-2
/
+2
*
Updated the project calendar for greater accessibility.
Eric Davis
2010-06-15
1
-2
/
+2
*
Refactor: extract gantt zoom links to a helper.
Eric Davis
2010-05-26
1
-10
/
+2
*
Add the page title when editing /my/page.
Eric Davis
2010-05-26
1
-0
/
+1
*
Convert the file attachment's description to a label.
Eric Davis
2010-05-25
2
-3
/
+3
*
Invalid HTML
Eric Davis
2010-05-24
1
-1
/
+1
*
Added a missing label to my/page_layout.
Eric Davis
2010-05-24
1
-0
/
+1
*
Added missing labels to the Issue Calendar.
Eric Davis
2010-05-24
2
-1
/
+3
*
Allow AuthSources to control if they allow password changes.
Eric Davis
2010-05-23
1
-1
/
+1
*
Refactor AuthSourcesController to support non-LDAP sources. #1131
Eric Davis
2010-05-23
4
-1
/
+15
*
Use present? instead of any?. Handles nil case.
Eric Davis
2010-05-14
1
-5
/
+5
*
Adds missing thead tags (#5440).
Jean-Philippe Lang
2010-05-09
10
-60
/
+60
*
Refactor: move Project Calendar to it's own controller.
Eric Davis
2010-05-03
2
-3
/
+3
*
Fixing indentation.
Jean-Philippe Lang
2010-05-01
1
-12
/
+12
*
Adds trackers to individual project XML (#5342).
Jean-Philippe Lang
2010-05-01
1
-7
/
+13
*
Adds issue relations to individual issue XML (#5305).
Jean-Philippe Lang
2010-05-01
1
-0
/
+6
*
Refactor: Move gantts to a separate controller.
Eric Davis
2010-04-28
3
-2
/
+2
*
Add "Check/Unckeck all" buttons to rows and columns on workflow edit screen (...
Jean-Philippe Lang
2010-04-27
1
-3
/
+13
*
Refactor: Split IssuesController#new to #new and #create to match REST pattern.
Eric Davis
2010-04-22
1
-1
/
+1
*
Removes hard-coded size on user search fields (#5319).
Jean-Philippe Lang
2010-04-18
2
-2
/
+2
*
Fixes error on subtask XML format (#5336).
Jean-Philippe Lang
2010-04-17
1
-1
/
+1
*
Replace the hardcoded CustomField::FIELD_FORMATS with a class.
Eric Davis
2010-04-16
1
-1
/
+1
[next]