Commit Graph

343 Commits (2c3bf7dd9d45fede582e1280edafb7c21fbb53f9)

Author SHA1 Message Date
Henriette Dinger 595e25a346 Add missing flash messages 9 years ago
Oliver Günther 589ba8e7b1 Relocate repositories locally and remote 9 years ago
Mohamed Wael Khobalatte a1bf92212d Fix legacy and cucumber specs failing because of strong params 9 years ago
Mohamed Wael Khobalatte d2349cf819 Delete Redmine's safe_attributes implementation 9 years ago
Mohamed Wael Khobalatte 972b04d86e Refactor to allow for strong params 9 years ago
Peter Lehwess 58e4966a64 Enable editing project identifier via an extra form 9 years ago
Jens Ulferts b0a86a69c2 refactor types action on projects controller 9 years ago
Jens Ulferts 8cfe5ecef8 quickfix for showing a meaningfull error message 9 years ago
Oliver Günther 319c728b1a Core notifications to alleviate third-party plugins 9 years ago
Henriette Dinger 05a037e944 Adapt to the new DOM-structure in repositories and projects and made little style changes on the component 9 years ago
Stefan Botzenhart 7e74650e02 Fix rubocop concerns 9 years ago
Stefan Botzenhart 394c0d08a3 Authorize custom fields controller method 9 years ago
Stefan Botzenhart e95fd22218 Move custom field selection for a project to its own tab 9 years ago
Oliver Günther f03008ec94 Require admin for destroy_info 9 years ago
Alex Coles 0ad3cfb4b2 Prefer do…end for controller respond_to blocks 9 years ago
Alex Coles 0942d7335b Add explicit join references in controllers 9 years ago
Alex Coles 2d9cfd97f4 Remove deprecated Relation#all in controllers 9 years ago
Alexander Bach ffd81c4886 Add some polish 9 years ago
Alexander Bach 1a52cc1292 Suppress the hound 9 years ago
Alexander Bach c687c63c71 Fix some project url building with identifiers 9 years ago
Alex Coles e02eb0181d Migrate AR finder/query methods in controllers 9 years ago
Alex Coles ec1bb39f9b Fix syntax (w/Rubocop) in (Rails) controllers 9 years ago
Alex Coles 57618b25ec Replace dynamic finder usages with #find_by, etc. 9 years ago
Jan Sandbrink b44b0cd2f9 remove details on spent time from project overview 9 years ago
Jens Ulferts fdd3bd80b6 fix test_unit tests 10 years ago
Jens Ulferts 65de31a7c7 use tabular form builder for project module selection 10 years ago
Alex Coles e0191e759c Update year in copyright header to 2015 10 years ago
Alex Coles dec9202512 Fully qualify ::Type class constant 10 years ago
Alex Coles 8a28b1a730 Prefer #map over #collect in (Rails) controllers 10 years ago
Alex Coles bb0e6e6aa5 Fix syntax (w/Rubocop) in (Rails) controllers 10 years ago
Alex Coles 336446c59d Use 1.9+ Hash syntax in (Rails) controllers 10 years ago
Alex Coles 0604de3d8b Fully qualify ::Type class constant 10 years ago
Alex Coles 0b941955ce Fully qualify ::Type class constant 10 years ago
Johannes Wollert 8b096975fe updates copyright headers 11 years ago
Jonas Heinrich 7b85175427 redirecting to destroy info if not deleting 11 years ago
Jonas Heinrich 735f50b6f5 redirecting even if not deleting 11 years ago
Till Breuer c71f3eba29 Revert "Don't clear filters when jumping to work packages after project switch" 11 years ago
Till Breuer f798afc35a Don't clear filters when jumping to work packages after project switch 11 years ago
jwollert d79575d1b1 remove actions from authorize filter that got moved to CopyProjectsController 11 years ago
jwollert 92bbd993dc move project copy actions to its own controller 11 years ago
jwollert b56c68ae5f reenable finding the right project on copy action 11 years ago
jwollert 3d6c8de390 fix broken identifier updating 11 years ago
jwollert ae90151c83 no need to copy the attributes of @project in our controller, as we can just use @project to build the form 11 years ago
jwollert b6a53d21f7 refactor copy process out of project model 11 years ago
jwollert 0e4315ccc1 makes it possible to copy project associations across projects 11 years ago
jwollert 460f1a0b0a project form gets its project as a local now, instead of using an instance variable; 11 years ago
jwollert 44fbb90ad2 rename Project#copy_from to #copy_attributes to distinguish from Project#copy 11 years ago
jwollert 062f87b3f8 rename admin/settings distinction parameter to 'coming_from' to avoid confusion 11 years ago
jwollert 1ac88ff462 set the project to copy from 11 years ago
jwollert 43ed467f54 find the right project to copy from in copy action 11 years ago