Commit Graph

6564 Commits (3878e056d682ff72612be282e34b39be84a77412)
 

Author SHA1 Message Date
Jens Ulferts 2fc22ef371 adds a find_object_and_scope that when used as a before filter finds all instances specified in the path 12 years ago
Jens Ulferts 602d722c25 changes routes for issue reports to call issue scoped reports controller 12 years ago
Martin Linkhorst fe372af131 DEPRECATION FIX: use before_create :method_name instead of overwriting the before_create method 12 years ago
Martin Linkhorst ccc88aea0b DEPRECATION FIX: remove RAILS_ROOT in favor of Rails.root.to_s 12 years ago
Martin Linkhorst 0c122894ff TODO: make me better, fix project tests 12 years ago
Martin Linkhorst a63bcd1761 updated the hook tests 12 years ago
Martin Linkhorst 8d5a99dfd0 fix the gantt tests (replaced #destroy_all with #delete_all, should be fine) 12 years ago
Martin Linkhorst 90b870d986 rename misspelled helper test 12 years ago
Martin Linkhorst e5b56f1372 fix failing projects helper tests 12 years ago
Martin Linkhorst 27d5367dd2 remove empty test 12 years ago
Martin Linkhorst 762cd7a2ea fixes application helper tests 12 years ago
Martin Linkhorst 370973aa62 this was just wrong 12 years ago
Martin Linkhorst 00ec5e0efe fix the way how memebers are created in the object daddy helpers 12 years ago
Martin Linkhorst d6378adbfb fix a failing group test 12 years ago
Martin Linkhorst b44d8eca35 fix a failing test 12 years ago
Jens Ulferts f611d5bcc9 refactores issue_reports_controller to be a reports_controller scoped in issues 12 years ago
Jens Ulferts 060f3e7172 move issue reports routes under issues 12 years ago
Jens Ulferts 0668c65b56 resourcifies members 12 years ago
Jens Ulferts 81f652308c removes empty namespace deleclaration in routes 12 years ago
Jens Ulferts 9e2f020cf9 moves issue preview into resource routes 12 years ago
Jens Ulferts 62ff7e533a adds issues#index to the global routes 12 years ago
Jens Ulferts d088bbd3ae resourcifies issue_relations 12 years ago
Jens Ulferts a3fbae41be resourcified issue_categories 12 years ago
Martin Czuchra f3bc407659 Merge pull request #44 from finnlabs/fix/escaping 12 years ago
Jens Ulferts dec036e9e4 Fixes potential XSS vulnerabilities in Ruby on Rails (CVE-2012-3464) and strip_tags (CVE-2012-3465) 12 years ago
Martin Czuchra 52a0f362f3 Merge pull request #35 from finnlabs/fix/custom_field_translations_attributes 12 years ago
Jens Ulferts 4aacbc4b8d requires nested translations attributes on custom fields to have locale + non blank values 12 years ago
Martin Czuchra f277e98abd Merge pull request #36 from finnlabs/fix/global_issue_export 12 years ago
Jens Ulferts a3eaaa22ad allows exporting issues from global issue index 12 years ago
Martin Czuchra f3156d2365 Merge pull request #42 from finnlabs/video_mimetypes 12 years ago
Dennis Schmidt a643876f6d added mp4 and wmv to list of accepted video formats 12 years ago
Jens Ulferts 1b30987a0f removes members that loose their last member_role 12 years ago
Jens Ulferts 190e11b620 adding helper method to projects for adding members 12 years ago
Jens Ulferts 225629e45d adds helper method for adding a group member 12 years ago
Jens Ulferts 14afaab6c2 fixes routes for users 12 years ago
Jens Ulferts 7e8691177b prettifies issues controller test 12 years ago
Jens Ulferts 396a1d43b9 sends http-parameter in tests as strings 12 years ago
Jens Ulferts 864f5a9d35 ensuring a necessary setting to be set in an issues_controller test 12 years ago
Jens Ulferts 4d37275a38 adapts functional tests to check the parts of a mail for a required string 12 years ago
Jens Ulferts 7cb7efe726 removes functional tests for action/http-verb match 12 years ago
Jens Ulferts 2eee7111bc adding required fixtures for issues_controller test 12 years ago
Jens Ulferts 8018230cc1 using explicit download_attachement paths in tests 12 years ago
Jens Ulferts 7cb191c4e7 testing for the now correct template as the list action no longer exists 12 years ago
Jens Ulferts 117417c71d escape queries for string in activities_controller test 12 years ago
Jens Ulferts 99bc0daaf9 replaces awesome_nested_set#leaf? with a query for whether a parent_issue is present 12 years ago
Jens Ulferts bbb32b0f73 reduces eager loading on documents#index action to when it is needed 12 years ago
Jens Ulferts 574375a154 adds missing destroy route for attachments 12 years ago
Jens Ulferts b2556210db removes hidden new form in documents#index 12 years ago
Jens Ulferts 9b28e61838 resourcifies documents 12 years ago
Jens Ulferts f7ffe4df24 fixes routes for project_enumerations 12 years ago