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
/
application.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Upgraded to Rails 2.3.4 (#3597)
Eric Davis
2009-09-13
1
-256
/
+0
*
Do not start user session when accessing atom feed with token-based authentic...
Jean-Philippe Lang
2009-06-06
1
-5
/
+8
*
Ability to allow non-admin users to create projects (#1007).
Jean-Philippe Lang
2009-05-17
1
-2
/
+7
*
Allows multiple roles on the same project (#706). Prerequisite for user group...
Jean-Philippe Lang
2009-05-10
1
-4
/
+0
*
Fixed: When logging in via an autologin cookie the user's last_login_on shoul...
Jean-Philippe Lang
2009-02-25
1
-2
/
+13
*
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2.
Jean-Philippe Lang
2009-02-21
1
-14
/
+21
*
Display a warning if some attachments were not saved (#2008).
Jean-Philippe Lang
2009-01-03
1
-1
/
+5
*
Undo unwanted change.
Jean-Philippe Lang
2008-12-12
1
-3
/
+0
*
Rescue back_url param parsing on redirect.
Jean-Philippe Lang
2008-12-12
1
-4
/
+11
*
Replaces User.find_active with a named scope.
Jean-Philippe Lang
2008-11-30
1
-1
/
+1
*
Fixed: inappropriate redirection to login or register page may occur (#2206)....
Jean-Philippe Lang
2008-11-27
1
-2
/
+2
*
Fixes back_url in login filter (#1900).
Jean-Philippe Lang
2008-09-24
1
-1
/
+1
*
Unescape back_url param before calling redirect_to.
Jean-Philippe Lang
2008-09-21
1
-1
/
+2
*
Fixed: login filter providing incorrect back_url for Redmine installed in sub...
Jean-Philippe Lang
2008-09-21
1
-1
/
+1
*
Adds cross-project time reports support (#994).
Jean-Philippe Lang
2008-08-31
1
-1
/
+5
*
Moves @layout 'base'@ to ApplicationController.
Jean-Philippe Lang
2008-08-10
1
-0
/
+2
*
Redirect user to the previous page after logging in (#1679).
Jean-Philippe Lang
2008-07-26
1
-14
/
+11
*
Fixed: browser's accept-language subcodes ignored (#1320).
Jean-Philippe Lang
2008-05-30
1
-3
/
+3
*
Fixed: Feed content limit setting has no effect (closes #954).
Jean-Philippe Lang
2008-03-30
1
-0
/
+1
*
Fixes #820: invalid project id causes a NoMethodError in SearchController (An...
Jean-Philippe Lang
2008-03-12
1
-4
/
+8
*
Adds an optional description to attachments.
Jean-Philippe Lang
2008-02-29
1
-8
/
+12
*
Fixed a bug in localization introduced by r1131 (anonymous users inherit the ...
Jean-Philippe Lang
2008-02-13
1
-0
/
+1
*
Fixed: Anonymous users may not see the issue list headers in the correct lang...
Jean-Philippe Lang
2008-02-10
1
-1
/
+1
*
Show explicit error message when the scm command failed (eg. when svn binary ...
Jean-Philippe Lang
2008-01-23
1
-0
/
+5
*
Highlight the current item of the main menu.
Jean-Philippe Lang
2008-01-19
1
-0
/
+3
*
Non-ascii attachement filename fix for IE.
Jean-Philippe Lang
2008-01-10
1
-0
/
+5
*
Moved current user management to a dedicated method for modularity.
Jean-Philippe Lang
2007-12-30
1
-5
/
+10
*
New setting added to specify how many objects should be displayed on most pag...
Jean-Philippe Lang
2007-12-29
1
-0
/
+15
*
Added ApplicationController#attach_files as a common method to attach files i...
Jean-Philippe Lang
2007-12-14
1
-0
/
+13
*
Anonymous users can now be allowed to create, edit, comment issues, comment n...
Jean-Philippe Lang
2007-11-20
1
-4
/
+0
*
Some slight improvements in AJAX errors handling.
Jean-Philippe Lang
2007-10-28
1
-2
/
+2
*
Removed @html_title assignments in controllers.
Jean-Philippe Lang
2007-09-07
1
-2
/
+0
*
Added atom feed on the new cross-project issue list.
Jean-Philippe Lang
2007-08-31
1
-2
/
+3
*
Added cache for application settings (Setting model).
Jean-Philippe Lang
2007-08-31
1
-0
/
+1
*
Fixed: autologin broken.
Jean-Philippe Lang
2007-08-30
1
-1
/
+1
*
Merged 0.6 branch into trunk.
Jean-Philippe Lang
2007-08-29
1
-49
/
+43
*
Applied this fix http://dev.rubyonrails.org/ticket/4967 to solve namespaced m...
Jean-Philippe Lang
2007-06-12
1
-0
/
+4
*
Added the ability to archive projects:
Jean-Philippe Lang
2007-05-27
1
-0
/
+10
*
Added autologin feature (disabled by default).
Jean-Philippe Lang
2007-05-06
1
-0
/
+7
*
A 403 error page is now displayed (instead of a blank page) when trying to ac...
Jean-Philippe Lang
2007-04-30
1
-3
/
+10
*
Modified logged_in_user_membership controller method so that it returns a role
Jean-Philippe Lang
2007-04-04
1
-3
/
+4
*
Various code cleaning, mainly on User, Permission and IssueStatus models.
Jean-Philippe Lang
2007-04-04
1
-2
/
+2
*
added svn:eol-style native property on /app files
Jean-Philippe Lang
2007-03-12
1
-131
/
+131
*
wiki branch merged into trunk
Jean-Philippe Lang
2007-03-10
1
-0
/
+14
*
patch #9104 Disable cleartext logging of passwords in log files
Jean-Philippe Lang
2007-03-07
1
-0
/
+1
*
* replaced :controller => '' broken statements by :controller => 'welcome'
Jean-Philippe Lang
2007-01-25
1
-4
/
+4
*
settings are now stored in the database (config_custom.rb no more used) and e...
Jean-Philippe Lang
2007-01-21
1
-3
/
+3
*
ActiveRecord::RecordNotFound exceptions handled more gracefully
Jean-Philippe Lang
2007-01-02
1
-0
/
+6
*
replaced deprecated controller instance variables: @params, @session, @request
Jean-Philippe Lang
2006-12-26
1
-2
/
+2
*
various eager loadings added
Jean-Philippe Lang
2006-12-16
1
-1
/
+1
[next]