Commit Graph

10682 Commits (7556a5576d1be83083e79ec2862dd1c0b6f69d45)
 

Author SHA1 Message Date
jwollert 7556a5576d remove unnecessary step 11 years ago
jwollert 13209f6589 use proper name for dependencies, so we don't confuse it with reportings 11 years ago
jwollert 88c29bc63b basic test for copying projects with work packages 11 years ago
jwollert f835d88d2f test for copying a wiki with some content in it 11 years ago
jwollert 406b432e96 fixes wiki copying 11 years ago
jwollert d64acacc8b tests for copying the public status 11 years ago
jwollert 8c1bf368cd gets custom field copying to work, moves partials around a bit 11 years ago
jwollert 1cfaf5aa55 make hidden field partial handle 'false' values as expected 11 years ago
jwollert 309a5d85c4 test for copying custom fields, fails atm 11 years ago
jwollert b8b40bdae1 test for copying types across projects 11 years ago
jwollert b71618a830 test for parent id copying 11 years ago
jwollert 3d6c8de390 fix broken identifier updating 11 years ago
jwollert e5eb8e6c42 indentation 11 years ago
jwollert bda66aa5d4 get types to work in copying from settings and use the right instance for copying 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 02021d94d5 test for issue category copying 11 years ago
jwollert b6a53d21f7 refactor copy process out of project model 11 years ago
jwollert 6850a65f7d fix brittle project_associations test 11 years ago
jwollert f0fe140ba8 test for copying versions across projects 11 years ago
jwollert 3eabb40284 removes special treatment of effective_date row for version tests 11 years ago
jwollert 0e4315ccc1 makes it possible to copy project associations across projects 11 years ago
jwollert 1ede71aa4f refine member copying tests, now adresses groups as well 11 years ago
jwollert de3fb37f8f test copying boards across projects 11 years ago
jwollert 381cad13e1 test for copying queries 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 2ee6420b4c make url in settings pretty again 11 years ago
jwollert 3a832efdb9 test for copying a project from settings and check for copied members 11 years ago
jwollert a5cd72fdfb check for private methods to copy stuff, too 11 years ago
jwollert fc5831d5d1 don't limit copying stuff to associations 11 years ago
jwollert 1af909e893 acceptance test for the blacklisting of project attributes inside the form 11 years ago
jwollert 0a23e16a85 fixes blacklisting inside Project#copy_attributes 11 years ago
jwollert d1189d0c80 make Project#copy extensible and throw away its whitelist 11 years ago
jwollert 7aa19211ed updates doc on Project#copy 11 years ago
jwollert 44fbb90ad2 rename Project#copy_from to #copy_attributes to distinguish from Project#copy 11 years ago
jwollert 2189735fa3 use the proper instance variable to make sure we use the right object in our project copy forms 11 years ago
jwollert 7088ae0fb4 put all safe attributes inside a single call 11 years ago
jwollert 7fe1c44994 allow copying of parent_id as well 11 years ago
jwollert f66b933315 adopt checkbox partial inside admin copy project form as well 11 years ago
jwollert 20d05c701d set prettier ids for our checkboxes 11 years ago
jwollert 062f87b3f8 rename admin/settings distinction parameter to 'coming_from' to avoid confusion 11 years ago
jwollert c90e59c900 test default selection of things to copy 11 years ago
jwollert 547264af1c set the enabled module names 11 years ago
jwollert 1ac88ff462 set the project to copy from 11 years ago
jwollert adb4a11c11 indentation 11 years ago
jwollert 43ed467f54 find the right project to copy from in copy action 11 years ago
jwollert 97214c8a59 render only input tags for those attributes we want to change when copying a project, move the rest to hidden fields 11 years ago
jwollert dd2a52011a move copy settings checkbox rendering to a partial 11 years ago
jwollert 3575fea530 move responsible_id form attribute to its own partial 11 years ago
jwollert f2e06cf8b5 move project_type_id form attribute to its own partial 11 years ago
jwollert a6f73603c0 move custom_fields form attribute to its own partial 11 years ago