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
*
Typo (#1913).
Jean-Philippe Lang
2012-03-17
1
-1
/
+1
*
LDAP: adds the ability to bind with user's account (#1913).
Jean-Philippe Lang
2012-03-17
1
-3
/
+9
*
Don't use #delete on String in Mailer.
Jean-Philippe Lang
2012-03-12
1
-6
/
+16
*
Adds an icon to the "Test" link.
Jean-Philippe Lang
2012-03-11
1
-1
/
+1
*
Fixed that LDAP error is not displayed when testing connection.
Jean-Philippe Lang
2012-03-11
1
-2
/
+2
*
Resourcified auth_sources.
Jean-Philippe Lang
2012-03-11
2
-2
/
+2
*
Merged LdapAuthSourceController into AuthSourceController.
Jean-Philippe Lang
2012-03-11
7
-45
/
+16
*
Removed dead code.
Jean-Philippe Lang
2012-03-10
1
-11
/
+0
*
Fixed Gantt months/weeks/days headers display with Ruby 1.9.
Etienne Massip
2012-03-10
1
-7
/
+7
*
Use #find_project_by_project_id from super-class.
Jean-Philippe Lang
2012-03-10
1
-7
/
+2
*
Use #find_project_by_project_id from super-class.
Jean-Philippe Lang
2012-03-07
1
-7
/
+1
*
remove trailing white-space from app/models/repository/git.rb
Toshi MARUYAMA
2012-03-07
1
-2
/
+2
*
scm: git: performance improvements in fetching revisions (#8857, #9472)
Toshi MARUYAMA
2012-03-07
1
-29
/
+61
*
scm: git: reduce saving heads times in fetching revisions (#8857, #9472)
Toshi MARUYAMA
2012-03-07
1
-3
/
+15
*
scm: git: backout r8839 (#8857)
Toshi MARUYAMA
2012-03-07
1
-39
/
+28
*
scm: git: backout r8840 (#8857, #9472)
Toshi MARUYAMA
2012-03-07
1
-7
/
+2
*
Prevent mass-assignment when adding/updating a forum (#10390).
Jean-Philippe Lang
2012-03-06
2
-3
/
+9
*
Set user_id as a protected attribute (#10390).
Jean-Philippe Lang
2012-03-06
1
-1
/
+1
*
Prevent mass-assignment when adding/updating a wiki (#10390).
Jean-Philippe Lang
2012-03-06
2
-1
/
+4
*
Prevent mass-assignment when adding/updating a version (#10390).
Jean-Philippe Lang
2012-03-06
2
-3
/
+15
*
Prevent mass-assignment when adding/updating a time entry (#10390).
Jean-Philippe Lang
2012-03-06
2
-5
/
+8
*
Use safe_attributes= just like in #create.
Jean-Philippe Lang
2012-03-06
1
-1
/
+2
*
Prevent mass-assignment when adding/updating a news (#10390).
Jean-Philippe Lang
2012-03-06
2
-2
/
+6
*
Prevent mass-assignment when adding/updating a forum message (#10390).
Jean-Philippe Lang
2012-03-06
2
-11
/
+13
*
Prevent mass-assignment when adding a project member (#10390).
Jean-Philippe Lang
2012-03-06
1
-8
/
+10
*
Prevent mass-assignment when adding/updating an issue category (#10390).
Jean-Philippe Lang
2012-03-06
2
-4
/
+8
*
Prevent mass-assignment when adding/updating a document (#10390).
Jean-Philippe Lang
2012-03-06
2
-3
/
+9
*
Prevent mass-assignment when adding a news comment (#10390).
Jean-Philippe Lang
2012-03-06
2
-1
/
+5
*
Fixed that the proposed users list may be empty when adding a project member ...
Jean-Philippe Lang
2012-03-06
3
-2
/
+13
*
Cleanup in TimelogController#destroy.
Jean-Philippe Lang
2012-03-04
2
-17
/
+21
*
Adds a template for API error messages so that it does not depend on AR::Erro...
Jean-Philippe Lang
2012-03-04
2
-9
/
+7
*
Renamed Mailer#test to Mailer#test_email.
Jean-Philippe Lang
2012-03-04
4
-3
/
+3
*
Removed sort order on issues association.
Jean-Philippe Lang
2012-03-04
1
-1
/
+1
*
Rails 3.1 compatibility.
Jean-Philippe Lang
2012-03-04
1
-2
/
+2
*
Rails 3.1 compatibility.
Jean-Philippe Lang
2012-03-04
2
-5
/
+7
*
Adds Redmine::Utils.random_hex for generating a random hex string.
Jean-Philippe Lang
2012-03-04
4
-5
/
+5
*
Rails 3.1 compatibility.
Jean-Philippe Lang
2012-03-04
1
-4
/
+2
*
Adds Redmine::Plugin.public_directory to be used instead of Engines.public_di...
Jean-Philippe Lang
2012-03-04
1
-1
/
+1
*
Removes all #verify calls in controllers. Verification is handled at routing ...
Jean-Philippe Lang
2012-03-03
21
-58
/
+0
*
Use a single query to retrieve issues on the roadmap.
Jean-Philippe Lang
2012-03-02
1
-8
/
+7
*
Use a single query to retrieve issues_count, open_issues_count and closed_iss...
Jean-Philippe Lang
2012-03-02
1
-3
/
+21
*
Use #issues_count which is already retrieved.
Jean-Philippe Lang
2012-03-02
1
-2
/
+2
*
Adds functional test for #test_connection.
Jean-Philippe Lang
2012-03-02
1
-2
/
+2
*
Fixed that the bulk edit/copy form does not propose versions and categories f...
Jean-Philippe Lang
2012-03-01
2
-8
/
+5
*
Adds an optional LDAP filter (#1060).
Jean-Philippe Lang
2012-03-01
2
-2
/
+25
*
MailHandler: fixed that sender's fullname is not unquoted (#10334).
Jean-Philippe Lang
2012-03-01
1
-1
/
+1
*
Fixes r9029.
Jean-Philippe Lang
2012-02-28
1
-8
/
+7
*
Implements the behaviour expected in user_test.
Jean-Philippe Lang
2012-02-28
1
-1
/
+2
*
Mailer#url_for not called in views with Rails 3.1.
Jean-Philippe Lang
2012-02-27
10
-21
/
+17
*
Override @#url_for@ in AM to force generation of absolute links (#10251).
Etienne Massip
2012-02-27
8
-7
/
+12
[next]