summaryrefslogtreecommitdiffstats
path: root/app/controllers
Commit message (Expand)AuthorAgeFilesLines
* route: scm: split entry and raw actionsToshi MARUYAMA2012-05-051-1/+10
* scm: git: fix creating and updating repositoryToshi MARUYAMA2012-05-031-2/+24
* Fixed error on commits per month graph (#10806).Jean-Philippe Lang2012-05-011-2/+2
* Fixed openid redirect.Jean-Philippe Lang2012-04-291-1/+1
* Removed #utf8nize! that is no longer used with Rails 3.Jean-Philippe Lang2012-04-261-24/+0
* Manually generates the javascript that prototype_helper fails to do with ruby...Jean-Philippe Lang2012-04-251-6/+2
* Merged rails-3.2 branch.Jean-Philippe Lang2012-04-255-41/+28
* Reverted r9464 that broke a test. Project identifiers or ids can be used as p...Jean-Philippe Lang2012-04-221-1/+1
* Rails3: use Project.visible.find_by_identifier instead of .find for adding wa...Toshi MARUYAMA2012-04-221-1/+1
* Adds the ability for users to delete their own account (#10664). Can be disab...Jean-Philippe Lang2012-04-153-8/+27
* Fixed MissingFeatureException: let user choose to copy attachments or not whe...Jean-Philippe Lang2012-04-141-1/+4
* When copying issues, let the status be changed to default or left unchanged.Jean-Philippe Lang2012-04-141-1/+5
* Removed deprecated accept_key_auth methods.Jean-Philippe Lang2012-04-131-12/+0
* Strip issue id when adding a relation.Jean-Philippe Lang2012-04-111-1/+1
* Fixed that "Default administrator account changed" is always true (#10622).Jean-Philippe Lang2012-04-091-3/+1
* Fixed that improper statuses are proposed when changing status before tracker...Jean-Philippe Lang2012-04-091-2/+2
* Code cleanup.Jean-Philippe Lang2012-04-061-1/+1
* Code cleanup.Jean-Philippe Lang2012-04-064-12/+17
* Fixed test_show_with_permission_should_display_the_new_message_form broken by...Jean-Philippe Lang2012-04-061-1/+1
* Let non required list/user/version custom fields to be set to blank when bulk...Jean-Philippe Lang2012-04-061-1/+10
* Fixed Internal Error in watchers XHR search (#10600).Etienne Massip2012-04-051-1/+1
* Failing test with 1.8.7 and jruby (#10538).Jean-Philippe Lang2012-03-251-1/+3
* Remove duplicate watchers (#10538).Jean-Philippe Lang2012-03-251-1/+1
* Ability to add non-member watchers on issue creation (#5159).Jean-Philippe Lang2012-03-242-5/+30
* Merged LdapAuthSourceController into AuthSourceController.Jean-Philippe Lang2012-03-112-42/+9
* Use #find_project_by_project_id from super-class.Jean-Philippe Lang2012-03-101-7/+2
* Use #find_project_by_project_id from super-class.Jean-Philippe Lang2012-03-071-7/+1
* Prevent mass-assignment when adding/updating a forum (#10390).Jean-Philippe Lang2012-03-061-3/+6
* Prevent mass-assignment when adding/updating a wiki (#10390).Jean-Philippe Lang2012-03-061-1/+1
* Prevent mass-assignment when adding/updating a version (#10390).Jean-Philippe Lang2012-03-061-3/+5
* Prevent mass-assignment when adding/updating a time entry (#10390).Jean-Philippe Lang2012-03-061-5/+5
* Use safe_attributes= just like in #create.Jean-Philippe Lang2012-03-061-1/+2
* Prevent mass-assignment when adding/updating a news (#10390).Jean-Philippe Lang2012-03-061-2/+3
* Prevent mass-assignment when adding/updating a forum message (#10390).Jean-Philippe Lang2012-03-061-11/+6
* Prevent mass-assignment when adding a project member (#10390).Jean-Philippe Lang2012-03-061-8/+10
* Prevent mass-assignment when adding/updating an issue category (#10390).Jean-Philippe Lang2012-03-061-3/+6
* Prevent mass-assignment when adding/updating a document (#10390).Jean-Philippe Lang2012-03-061-3/+6
* Prevent mass-assignment when adding a news comment (#10390).Jean-Philippe Lang2012-03-061-1/+2
* Fixed that the proposed users list may be empty when adding a project member ...Jean-Philippe Lang2012-03-061-1/+1
* Cleanup in TimelogController#destroy.Jean-Philippe Lang2012-03-042-17/+21
* Adds a template for API error messages so that it does not depend on AR::Erro...Jean-Philippe Lang2012-03-041-9/+2
* Renamed Mailer#test to Mailer#test_email.Jean-Philippe Lang2012-03-041-1/+1
* Rails 3.1 compatibility.Jean-Philippe Lang2012-03-041-0/+3
* Adds Redmine::Utils.random_hex for generating a random hex string.Jean-Philippe Lang2012-03-041-1/+1
* Rails 3.1 compatibility.Jean-Philippe Lang2012-03-041-4/+2
* Adds Redmine::Plugin.public_directory to be used instead of Engines.public_di...Jean-Philippe Lang2012-03-041-1/+1
* Removes all #verify calls in controllers. Verification is handled at routing ...Jean-Philippe Lang2012-03-0321-58/+0
* Use a single query to retrieve issues on the roadmap.Jean-Philippe Lang2012-03-021-8/+7
* Adds functional test for #test_connection.Jean-Philippe Lang2012-03-021-2/+2
* Fixed that the bulk edit/copy form does not propose versions and categories f...Jean-Philippe Lang2012-03-011-1/+3