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 named routes in controllers.
Jean-Philippe Lang
2012-12-11
11
-37
/
+42
*
Moved IssueRelations to IssueRelation::Relations.
Jean-Philippe Lang
2012-12-10
2
-15
/
+15
*
Moved javascript include tag to head.
Jean-Philippe Lang
2012-12-10
1
-1
/
+3
*
Merged ajax_upload branch (#3957).
Jean-Philippe Lang
2012-12-10
12
-35
/
+83
*
Fixed notes preview in issue history broken and hidden by a broken test.
Etienne Massip
2012-12-10
1
-1
/
+2
*
Rescue Query::StatementInvalid in TimelogController.
Jean-Philippe Lang
2012-12-09
1
-0
/
+2
*
Makes time entry custom fields available for display on the time entries list...
Jean-Philippe Lang
2012-12-09
4
-49
/
+55
*
Adds filters for custom fields related to the project and user of time entrie...
Jean-Philippe Lang
2012-12-09
1
-0
/
+1
*
Adds filters for regular/custom fields to the time entries list/report (#10191).
Jean-Philippe Lang
2012-12-09
4
-4
/
+54
*
Fixed syntax for ruby1.8.
Jean-Philippe Lang
2012-12-09
1
-1
/
+1
*
Rename the Member column to User on the time entries list.
Jean-Philippe Lang
2012-12-09
1
-1
/
+1
*
Adds TimeEntryQuery for listing time entries.
Jean-Philippe Lang
2012-12-09
4
-54
/
+141
*
Moved build_query_from_params helper to Query#build_from_params.
Jean-Philippe Lang
2012-12-09
3
-17
/
+19
*
Moves issue specific code to IssueQuery.
Jean-Philippe Lang
2012-12-09
2
-112
/
+128
*
Adds STI to Query model. Issue queries are now IssueQuery instances.
Jean-Philippe Lang
2012-12-09
7
-312
/
+337
*
Use inheritable class attributes in Query model.
Jean-Philippe Lang
2012-12-09
1
-53
/
+46
*
Removed conditions on HTTP methods.
Jean-Philippe Lang
2012-12-08
1
-2
/
+2
*
Use \A and \z in validation regexps.
Jean-Philippe Lang
2012-12-08
1
-1
/
+1
*
Use \A and \z in validation regexps.
Jean-Philippe Lang
2012-12-08
6
-7
/
+7
*
Cleanup dependencies in Project model.
Jean-Philippe Lang
2012-12-08
1
-2
/
+2
*
Moved user status constants to Principal model.
Jean-Philippe Lang
2012-12-08
2
-6
/
+6
*
Group events in the activity view (#12542).
Jean-Philippe Lang
2012-12-08
6
-4
/
+42
*
Rewrites named scopes with ARel queries.
Jean-Philippe Lang
2012-12-07
12
-55
/
+55
*
Use lambda form in model scopes (#12499)
Jean-Baptiste Barth
2012-12-07
12
-19
/
+19
*
Adds an option for displaying the issue description on the issue list (#3447).
Jean-Philippe Lang
2012-12-06
7
-12
/
+62
*
remove trailing white-space from app/models/issue_category.rb
Toshi MARUYAMA
2012-12-04
1
-1
/
+1
*
Code cleanup.
Jean-Philippe Lang
2012-12-03
1
-20
/
+10
*
Code cleanup.
Jean-Philippe Lang
2012-12-03
1
-2
/
+2
*
Removed unused helper.
Jean-Philippe Lang
2012-12-03
1
-3
/
+0
*
Replaces find(:first/:all) calls.
Jean-Philippe Lang
2012-12-03
7
-33
/
+42
*
Replaces find(:first) calls.
Jean-Philippe Lang
2012-12-03
7
-14
/
+20
*
Preserve the "from" parameter in activity links.
Jean-Philippe Lang
2012-12-02
1
-1
/
+1
*
Replaces find(:all) calls.
Jean-Philippe Lang
2012-12-02
1
-2
/
+2
*
Adds helpers for retrieving my page data.
Jean-Philippe Lang
2012-12-02
8
-31
/
+57
*
Replaces find(:all) calls.
Jean-Philippe Lang
2012-12-02
1
-4
/
+6
*
Replaces find(:all) calls.
Jean-Philippe Lang
2012-12-02
14
-36
/
+33
*
Replaces find(:all) calls.
Jean-Philippe Lang
2012-12-02
4
-6
/
+8
*
Replaces find(:all) calls.
Jean-Philippe Lang
2012-12-02
10
-26
/
+29
*
Removed unused instance variable.
Jean-Philippe Lang
2012-12-02
1
-3
/
+0
*
Makes User.current thread safe (#12097).
Jean-Philippe Lang
2012-12-02
1
-2
/
+2
*
Fixed find_issues logic.
Jean-Philippe Lang
2012-12-02
1
-1
/
+1
*
Code cleanup.
Jean-Philippe Lang
2012-12-02
3
-26
/
+16
*
Code cleanup.
Jean-Philippe Lang
2012-12-01
1
-6
/
+3
*
Code cleanup.
Jean-Philippe Lang
2012-12-01
1
-8
/
+2
*
Moved duplicate #options_for_membership_project_select to ApplicationHelper.
Jean-Philippe Lang
2012-12-01
3
-18
/
+9
*
Fixed that roles API should accept API auth for when authentication is requir...
Jean-Philippe Lang
2012-11-30
1
-0
/
+1
*
remove trailing white-spaces from app/models/repository.rb
Toshi MARUYAMA
2012-11-28
1
-2
/
+2
*
code layout cleanup app/models/issue_relation.rb
Toshi MARUYAMA
2012-11-28
1
-17
/
+33
*
Code cleanup.
Jean-Philippe Lang
2012-11-27
1
-3
/
+1
*
Code cleanup.
Jean-Philippe Lang
2012-11-27
3
-7
/
+8
[next]