4055 Commits (dbda62849d2126844d9a9faaaf76d091934225d5)

Author SHA1 Message Date
  Jean-Philippe Lang dbda62849d Removed dead code. 12 years ago
  Etienne Massip 8612fa2fc1 Fixed Gantt months/weeks/days headers display with Ruby 1.9. 12 years ago
  Jean-Philippe Lang 125f5e1710 Use #find_project_by_project_id from super-class. 12 years ago
  Jean-Philippe Lang 036b81abfd Use #find_project_by_project_id from super-class. 12 years ago
  Toshi MARUYAMA 0cbbb9fda8 remove trailing white-space from app/models/repository/git.rb 12 years ago
  Toshi MARUYAMA 999a4ba30d scm: git: performance improvements in fetching revisions (#8857, #9472) 12 years ago
  Toshi MARUYAMA bcba955456 scm: git: reduce saving heads times in fetching revisions (#8857, #9472) 12 years ago
  Toshi MARUYAMA f0987e4b8f scm: git: backout r8839 (#8857) 12 years ago
  Toshi MARUYAMA 374c2aa705 scm: git: backout r8840 (#8857, #9472) 12 years ago
  Jean-Philippe Lang 2bcf9f2871 Prevent mass-assignment when adding/updating a forum (#10390). 12 years ago
  Jean-Philippe Lang 87356648f6 Set user_id as a protected attribute (#10390). 12 years ago
  Jean-Philippe Lang efddab48be Prevent mass-assignment when adding/updating a wiki (#10390). 12 years ago
  Jean-Philippe Lang fef2e4b672 Prevent mass-assignment when adding/updating a version (#10390). 12 years ago
  Jean-Philippe Lang 1ec2d98c14 Prevent mass-assignment when adding/updating a time entry (#10390). 12 years ago
  Jean-Philippe Lang 0ee1de5686 Use safe_attributes= just like in #create. 12 years ago
  Jean-Philippe Lang d0356fe935 Prevent mass-assignment when adding/updating a news (#10390). 12 years ago
  Jean-Philippe Lang 286bda14f1 Prevent mass-assignment when adding/updating a forum message (#10390). 12 years ago
  Jean-Philippe Lang 2c6ad7525a Prevent mass-assignment when adding a project member (#10390). 12 years ago
  Jean-Philippe Lang 460239d1f9 Prevent mass-assignment when adding/updating an issue category (#10390). 12 years ago
  Jean-Philippe Lang 809d35d34b Prevent mass-assignment when adding/updating a document (#10390). 12 years ago
  Jean-Philippe Lang bdf6e90f05 Prevent mass-assignment when adding a news comment (#10390). 12 years ago
  Jean-Philippe Lang 6aad82e524 Fixed that the proposed users list may be empty when adding a project member (#10374). 12 years ago
  Jean-Philippe Lang 6b47cad8ce Cleanup in TimelogController#destroy. 12 years ago
  Jean-Philippe Lang dc50edae5e Adds a template for API error messages so that it does not depend on AR::Errors serialization. 12 years ago
  Jean-Philippe Lang d862843c9d Renamed Mailer#test to Mailer#test_email. 12 years ago
  Jean-Philippe Lang 60b0a6c4b8 Removed sort order on issues association. 12 years ago
  Jean-Philippe Lang bf05656c36 Rails 3.1 compatibility. 12 years ago
  Jean-Philippe Lang 64d843a4d7 Rails 3.1 compatibility. 12 years ago
  Jean-Philippe Lang af75583b23 Adds Redmine::Utils.random_hex for generating a random hex string. 12 years ago
  Jean-Philippe Lang 70ced2f2af Rails 3.1 compatibility. 12 years ago
  Jean-Philippe Lang c7b1a42d19 Adds Redmine::Plugin.public_directory to be used instead of Engines.public_directory. 12 years ago
  Jean-Philippe Lang b3866b05c1 Removes all #verify calls in controllers. Verification is handled at routing level now that the default route is removed. 12 years ago
  Jean-Philippe Lang 9c4014f446 Use a single query to retrieve issues on the roadmap. 12 years ago
  Jean-Philippe Lang 1c0988cad3 Use a single query to retrieve issues_count, open_issues_count and closed_issues_count. 12 years ago
  Jean-Philippe Lang fe481453c4 Use #issues_count which is already retrieved. 12 years ago
  Jean-Philippe Lang 9ffccf5304 Adds functional test for #test_connection. 12 years ago
  Jean-Philippe Lang 7448e0dbc4 Fixed that the bulk edit/copy form does not propose versions and categories for the target project (#10350). 12 years ago
  Jean-Philippe Lang 60741b3e1c Adds an optional LDAP filter (#1060). 12 years ago
  Jean-Philippe Lang ab46c52d4a MailHandler: fixed that sender's fullname is not unquoted (#10334). 12 years ago
  Jean-Philippe Lang e1d1a3a0c2 Fixes r9029. 12 years ago
  Jean-Philippe Lang df3c2466f8 Implements the behaviour expected in user_test. 12 years ago
  Jean-Philippe Lang e6b9ddad18 Mailer#url_for not called in views with Rails 3.1. 12 years ago
  Etienne Massip 7056649a4b Override @#url_for@ in AM to force generation of absolute links (#10251). 12 years ago
  Jean-Philippe Lang 0d2a22f37a Use controller_name and action_name instead of params. 12 years ago
  Jean-Philippe Lang 7c568cccaf Adds a helper for displaying validation error messages. 12 years ago
  Jean-Philippe Lang ad2036aaba Rails 3.1 compatibility (order declared on association takes precedence). 12 years ago
  Jean-Philippe Lang 65b4d8a649 Make sure that projects_to_search is a Project Array. 12 years ago
  Toshi MARUYAMA 3363e4f790 remove trailing white-spaces from app/models/attachment.rb 12 years ago
  Toshi MARUYAMA aa0935c13b Rails3: html_safe for project_tree_options_for_select method in application helper 12 years ago
  Jean-Philippe Lang b6742bda3d Code cleanup. 12 years ago