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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Display project names in cross-project gantt PNG (#5904).
Jean-Philippe Lang
2010-07-25
1
-1
/
+1
*
Fixed: Deleting statuses doesn't delete all workflow entries (#5811).
Jean-Philippe Lang
2010-07-25
1
-1
/
+8
*
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
*
Strips user email (#5834).
Jean-Philippe Lang
2010-07-25
1
-0
/
+4
*
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
*
Adds missing visibility scope.
Jean-Philippe Lang
2010-07-25
1
-1
/
+1
*
Moves code to controller.
Jean-Philippe Lang
2010-07-25
2
-5
/
+5
*
Force-clear the default value for migration from :string to :text. #5846 #5771
Eric Davis
2010-07-24
1
-2
/
+3
*
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
*
Force the default value of path to be set on the Change model class. #5771
Eric Davis
2010-07-06
1
-0
/
+4
*
Allow js formatted responses.
Eric Davis
2010-07-05
1
-0
/
+4
*
Added hook :controller_timelog_available_criterias
Eric Davis
2010-07-01
1
-0
/
+1
*
Refactor: extract @available_criterias to utility method.
Eric Davis
2010-07-01
1
-45
/
+50
*
Set @project so macros will work on the welcome and project list. #5781
Eric Davis
2010-06-30
2
-0
/
+6
*
Recalculate inherited attributes on parents when a child is moved under a new...
Eric Davis
2010-06-30
1
-1
/
+8
*
Force string comparison for login search to be case sensitive on MySQL. #2473
Eric Davis
2010-06-24
1
-2
/
+5
*
Refactor and documentation for User#find_by_login.
Eric Davis
2010-06-20
1
-5
/
+5
*
Change User#login to be case-insensitive. #2473
Eric Davis
2010-06-20
1
-2
/
+11
*
Typecast issue ids when searched for.
Eric Davis
2010-06-20
1
-1
/
+1
*
Handle unsuccessful destroys in TimelogController. #5700
Eric Davis
2010-06-20
1
-2
/
+5
*
Add a link to the cross project time entries page to /projects. #4935
Eric Davis
2010-06-20
1
-0
/
+1
*
Truncate incoming email subject lines to 255 characters. #5698
Eric Davis
2010-06-20
1
-1
/
+1
*
Fix for Ruby 1.9 strings.
Eric Davis
2010-06-20
1
-1
/
+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
*
Hide the role forms when editing or adding Project members. #5452
Eric Davis
2010-06-19
1
-1
/
+7
*
Accept email from anonymous users with an empty from address. #5604
Eric Davis
2010-06-19
1
-1
/
+1
*
Accept key authentication to ProjectsController#index (for feeds). #5317
Eric Davis
2010-06-19
1
-1
/
+1
*
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
*
Unused variable
Eric Davis
2010-06-19
1
-1
/
+0
*
Fix a nil error when a Project cannot save attachments.
Eric Davis
2010-06-19
1
-1
/
+7
*
Updated the project calendar for greater accessibility.
Eric Davis
2010-06-15
1
-2
/
+2
*
Added JSON support to the issues API. #1214
Eric Davis
2010-06-05
2
-1
/
+15
*
Add an "Assigned To" keyword to receiving email. #5594
Eric Davis
2010-05-29
1
-1
/
+14
*
Add 'Start date' and 'End date' keywords for incoming email. #5595
Eric Davis
2010-05-28
1
-3
/
+10
*
Include the Project name when sorting versions.
Eric Davis
2010-05-27
1
-4
/
+16
*
Show subproject versions on the Roadmap.
Eric Davis
2010-05-27
2
-1
/
+10
*
Make the Gantt zoom images more accessible
Eric Davis
2010-05-26
1
-4
/
+8
*
Refactor: extract gantt zoom links to a helper.
Eric Davis
2010-05-26
2
-10
/
+24
*
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
*
Add error messages to MembersController#new so a user is informed of missing ...
Eric Davis
2010-05-24
1
-6
/
+22
*
Invalid HTML
Eric Davis
2010-05-24
1
-1
/
+1
[next]