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
*
Use present? instead of any?. Handles nil case.
Eric Davis
2010-05-14
1
-5
/
+5
*
Eager load group projects to avoid N SQL queries.
Jean-Philippe Lang
2010-05-09
1
-1
/
+1
*
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
4
-31
/
+43
*
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
2
-7
/
+24
*
Refactor: Pull up #find_optional_project to ApplicationController.
Eric Davis
2010-04-30
3
-19
/
+10
*
Fixes workflow edit with JRuby (#5404).
Jean-Philippe Lang
2010-04-30
1
-1
/
+1
*
Fixes time report with JRuby (#5404).
Jean-Philippe Lang
2010-04-30
1
-1
/
+1
*
Removes broken code in ProjectsController (#5412).
Jean-Philippe Lang
2010-04-30
1
-1
/
+0
*
Fixes selected menu tab when issue creation fails.
Jean-Philippe Lang
2010-04-30
1
-1
/
+1
*
Fixed: 500 internal error when browsing any Redmine page in Epiphany (#5401).
Jean-Philippe Lang
2010-04-30
1
-1
/
+2
*
Only copy visible issues.
Eric Davis
2010-04-29
1
-1
/
+1
*
Refactor: pull #query_statement_invalid up to ApplicationController.
Eric Davis
2010-04-29
3
-17
/
+11
*
Refactor: Move gantts to a separate controller.
Eric Davis
2010-04-28
5
-35
/
+67
*
Add "Check/Unckeck all" buttons to rows and columns on workflow edit screen (...
Jean-Philippe Lang
2010-04-27
1
-3
/
+13
*
Fixed: private subprojects names may be revealed on issue summary report (#53...
Jean-Philippe Lang
2010-04-27
1
-2
/
+2
*
Refactor: move method to helper.
Eric Davis
2010-04-27
2
-34
/
+34
*
Refactor: extract error to new method with before_filter.
Eric Davis
2010-04-26
1
-4
/
+8
*
Refactor: Extract duplicated code to a new method.
Eric Davis
2010-04-23
1
-43
/
+26
*
Refactor: Split IssuesController#new to #new and #create to match REST pattern.
Eric Davis
2010-04-22
2
-29
/
+50
*
Adding missing setter for Query#available_columns
Eric Davis
2010-04-20
1
-0
/
+8
*
Refactor: Move method to Query model
Eric Davis
2010-04-19
2
-6
/
+9
*
Fixes behaviour of move_issues permission for non member role (#5309).
Jean-Philippe Lang
2010-04-18
2
-8
/
+17
*
Removes hard-coded size on user search fields (#5319).
Jean-Philippe Lang
2010-04-18
2
-2
/
+2
*
Add "Repository" menu item after repository creation (#5328).
Jean-Philippe Lang
2010-04-17
1
-1
/
+8
*
Fixed: API 401 response does not include WWW-Authenticate header (#5322).
Jean-Philippe Lang
2010-04-17
1
-2
/
+2
*
Fixed: Error on db:migrate with table prefix set (#5335).
Jean-Philippe Lang
2010-04-17
1
-1
/
+1
*
Fixes error on subtask XML format (#5336).
Jean-Philippe Lang
2010-04-17
1
-1
/
+1
*
Let custom field formats control how they are edited.
Eric Davis
2010-04-16
1
-3
/
+5
*
Refactor: Move method
Eric Davis
2010-04-16
1
-9
/
+1
*
Replace the hardcoded CustomField::FIELD_FORMATS with a class.
Eric Davis
2010-04-16
3
-12
/
+3
*
Adds parent issue id in issue REST API (#5304).
Jean-Philippe Lang
2010-04-13
2
-0
/
+2
*
Do not raise an error when destroying a Version with assigned issues.
Jean-Philippe Lang
2010-04-11
2
-13
/
+11
*
Fixed: empty ul tag for issue updates with notes only (#5281).
Jean-Philippe Lang
2010-04-11
1
-3
/
+5
*
Merge issue and time entry validation error messages.
Jean-Philippe Lang
2010-04-11
1
-2
/
+1
*
Fixes Issue#save_issue_with_child_records so that time entry do not get saved...
Jean-Philippe Lang
2010-04-11
1
-27
/
+28
*
Fixed: issue optimistic locking broken by r3308 (#5280).
Jean-Philippe Lang
2010-04-11
2
-12
/
+14
*
Linkify folder names on revision view (#5164).
Jean-Philippe Lang
2010-04-11
1
-14
/
+20
*
Fixed: Update of Subversion changesets broken by r3466 under Solaris (#5255).
Jean-Philippe Lang
2010-04-11
1
-1
/
+6
*
Fixes calculation of version estimated hours with subtasks (#5265).
Jean-Philippe Lang
2010-04-11
1
-1
/
+2
*
Makes the wiki sidebar editable (#5208).
Jean-Philippe Lang
2010-04-11
5
-1
/
+24
*
Removed count from issues.xml. It causes a typecast error in ActiveResource. ...
Eric Davis
2010-04-10
1
-1
/
+1
*
New strings to localization (#5225)
Azamat Hackimov
2010-04-03
4
-4
/
+4
*
Adds a css class to issue id tds (#5204).
Jean-Philippe Lang
2010-03-29
1
-1
/
+1
*
Preview description if it was edited while updating an issue (#741).
Jean-Philippe Lang
2010-03-28
2
-3
/
+22
*
Applies the same style to the admin project tree than issues.
Jean-Philippe Lang
2010-03-28
1
-2
/
+2
*
Slight optimization in issue tree rendering.
Jean-Philippe Lang
2010-03-28
1
-1
/
+1
*
Issue list improvements for subtasking (#5196):
Jean-Philippe Lang
2010-03-27
5
-10
/
+31
[next]