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
/
controllers
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merged LdapAuthSourceController into AuthSourceController.
Jean-Philippe Lang
2012-03-11
2
-42
/
+9
*
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
*
Prevent mass-assignment when adding/updating a forum (#10390).
Jean-Philippe Lang
2012-03-06
1
-3
/
+6
*
Prevent mass-assignment when adding/updating a wiki (#10390).
Jean-Philippe Lang
2012-03-06
1
-1
/
+1
*
Prevent mass-assignment when adding/updating a version (#10390).
Jean-Philippe Lang
2012-03-06
1
-3
/
+5
*
Prevent mass-assignment when adding/updating a time entry (#10390).
Jean-Philippe Lang
2012-03-06
1
-5
/
+5
*
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
1
-2
/
+3
*
Prevent mass-assignment when adding/updating a forum message (#10390).
Jean-Philippe Lang
2012-03-06
1
-11
/
+6
*
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
1
-3
/
+6
*
Prevent mass-assignment when adding/updating a document (#10390).
Jean-Philippe Lang
2012-03-06
1
-3
/
+6
*
Prevent mass-assignment when adding a news comment (#10390).
Jean-Philippe Lang
2012-03-06
1
-1
/
+2
*
Fixed that the proposed users list may be empty when adding a project member ...
Jean-Philippe Lang
2012-03-06
1
-1
/
+1
*
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
1
-9
/
+2
*
Renamed Mailer#test to Mailer#test_email.
Jean-Philippe Lang
2012-03-04
1
-1
/
+1
*
Rails 3.1 compatibility.
Jean-Philippe Lang
2012-03-04
1
-0
/
+3
*
Adds Redmine::Utils.random_hex for generating a random hex string.
Jean-Philippe Lang
2012-03-04
1
-1
/
+1
*
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
*
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
1
-1
/
+3
*
Make sure that projects_to_search is a Project Array.
Jean-Philippe Lang
2012-02-26
1
-1
/
+1
*
Code cleanup.
Jean-Philippe Lang
2012-02-25
1
-3
/
+4
*
Can not use Project#find on scopes with Rails 3.1.
Jean-Philippe Lang
2012-02-25
1
-2
/
+10
*
Use content_tag for empty option.
Jean-Philippe Lang
2012-02-25
1
-1
/
+1
*
Preserve xml output with Rails 3.1.
Jean-Philippe Lang
2012-02-25
1
-1
/
+1
*
Use content_tag for empty option.
Jean-Philippe Lang
2012-02-25
1
-1
/
+1
*
Code cleanup.
Jean-Philippe Lang
2012-02-23
1
-1
/
+1
*
Removed dead code.
Jean-Philippe Lang
2012-02-23
2
-11
/
+1
*
Removed dead code.
Jean-Philippe Lang
2012-02-23
1
-8
/
+1
*
Preserve uploaded files when on documents.
Jean-Philippe Lang
2012-02-23
1
-2
/
+2
*
Preserve uploaded files when on news.
Jean-Philippe Lang
2012-02-23
1
-2
/
+0
*
Preserve uploaded files when on news.
Jean-Philippe Lang
2012-02-23
1
-0
/
+2
*
Do not check the request http method.
Jean-Philippe Lang
2012-02-23
1
-11
/
+9
*
Preserve uploaded files when creating a forum topic.
Jean-Philippe Lang
2012-02-23
1
-5
/
+7
*
Removed testing code.
Jean-Philippe Lang
2012-02-23
1
-1
/
+1
*
Adds support for adding attachments to issues through the REST API (#8171).
Jean-Philippe Lang
2012-02-23
2
-5
/
+29
*
Friendly response when the LDAP connection fails.
Jean-Philippe Lang
2012-02-19
1
-0
/
+3
*
Better handling of attachments when issue validation fails (#10253).
Jean-Philippe Lang
2012-02-16
1
-1
/
+2
*
Allow API auth on GET /versions/:id (#10241).
Jean-Philippe Lang
2012-02-15
1
-1
/
+1
*
Adds a News#commentable? method to easily specific additional rules.
Jean-Philippe Lang
2012-02-11
1
-1
/
+19
*
Displays the full form when creating a version from the issue form so that re...
Jean-Philippe Lang
2012-02-11
1
-4
/
+20
*
Only show statuses that can be applied to all issues on the bulk edit form (#...
Jean-Philippe Lang
2012-02-11
1
-1
/
+1
*
Use #reduce instead of #inject for getting the intersection of arrays.
Jean-Philippe Lang
2012-02-09
2
-9
/
+9
*
Code cleanup.
Jean-Philippe Lang
2012-02-09
1
-8
/
+2
[next]