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
*
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
*
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
*
Fix for Ruby 1.9 strings.
Eric Davis
2010-06-20
1
-1
/
+1
*
Hide the role forms when editing or adding Project members. #5452
Eric Davis
2010-06-19
1
-1
/
+7
*
Accept key authentication to ProjectsController#index (for feeds). #5317
Eric Davis
2010-06-19
1
-1
/
+1
*
Added JSON support to the issues API. #1214
Eric Davis
2010-06-05
2
-1
/
+15
*
Show subproject versions on the Roadmap.
Eric Davis
2010-05-27
1
-1
/
+3
*
Add error messages to MembersController#new so a user is informed of missing ...
Eric Davis
2010-05-24
1
-6
/
+22
*
Allow AuthSources to control if they allow password changes.
Eric Davis
2010-05-23
1
-1
/
+1
*
Refactor AuthSourcesController to support non-LDAP sources. #1131
Eric Davis
2010-05-23
2
-7
/
+40
*
Eager load group projects to avoid N SQL queries.
Jean-Philippe Lang
2010-05-09
1
-1
/
+1
*
Refactor: move Project Calendar to it's own controller.
Eric Davis
2010-05-03
2
-28
/
+40
*
Refactor: Pull up #find_optional_project to ApplicationController.
Eric Davis
2010-04-30
3
-19
/
+10
*
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
*
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
2
-33
/
+65
*
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
1
-34
/
+0
*
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
1
-28
/
+49
*
Refactor: Move method to Query model
Eric Davis
2010-04-19
1
-6
/
+2
*
Fixes behaviour of move_issues permission for non member role (#5309).
Jean-Philippe Lang
2010-04-18
1
-8
/
+1
*
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
*
Do not raise an error when destroying a Version with assigned issues.
Jean-Philippe Lang
2010-04-11
1
-5
/
+7
*
Fixed: issue optimistic locking broken by r3308 (#5280).
Jean-Philippe Lang
2010-04-11
1
-6
/
+0
*
Makes the wiki sidebar editable (#5208).
Jean-Philippe Lang
2010-04-11
1
-1
/
+1
*
New strings to localization (#5225)
Azamat Hackimov
2010-04-03
4
-4
/
+4
*
Preview description if it was edited while updating an issue (#741).
Jean-Philippe Lang
2010-03-28
1
-3
/
+11
*
Fixes backslashes escaping when quoting issue description/note (#5129).
Jean-Philippe Lang
2010-03-27
1
-3
/
+6
*
Fixes permission check in QueriesController (#5181).
Jean-Philippe Lang
2010-03-24
1
-1
/
+1
*
Adds an option to enable/disable email notifications during a project copy (#...
Jean-Philippe Lang
2010-03-21
1
-12
/
+14
*
Cleans up status assignment in IssuesController#new handled by Issue#safe_att...
Jean-Philippe Lang
2010-03-20
1
-11
/
+5
*
Refactor: Extract Query#sortable_columns from the controller.
Eric Davis
2010-03-19
1
-2
/
+2
*
Refactor: Extract method to the Member model
Eric Davis
2010-03-18
2
-4
/
+2
*
Refactor: Change the different find_object filters to share a common method.
Eric Davis
2010-03-17
6
-33
/
+29
*
Refactor: Split the find_object methods to prep for a larger refactoring.
Eric Davis
2010-03-16
8
-16
/
+24
*
Adds subtasking (#443) including:
Jean-Philippe Lang
2010-03-13
2
-7
/
+24
*
Do not reset session when a non logged in user request the login form (#4958).
Jean-Philippe Lang
2010-03-12
1
-3
/
+5
*
Adds missing flash messages on project settings (#5043).
Jean-Philippe Lang
2010-03-12
1
-0
/
+3
*
Refactor: Extract method for setting the flash on bulk issue saves.
Eric Davis
2010-03-11
1
-14
/
+14
*
Fixed: NoMethodError error on roadmap if no trackers are selected and a share...
Jean-Philippe Lang
2010-03-08
1
-1
/
+1
*
Moves ProjectsController#add_issue_category to IssueCategoriesController#new.
Jean-Philippe Lang
2010-03-06
2
-30
/
+37
*
Moves ProjectsController#add_version to VersionsController#new.
Jean-Philippe Lang
2010-03-06
2
-35
/
+34
[next]