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