Commit Graph

23 Commits (cfc74802ccf417ec81e4fea4adf857978c255cc7)

Author SHA1 Message Date
Jens Ulferts 9d87bd473d calling tracker method from within acts_as_list scope 14 years ago
Jens Ulferts cea73e8064 move acts_as_list to backlogs_list which wraps acts_as_list (scoped to :project) and also has a custom move_after method. Impediment and Story include backlogs_list 14 years ago
Jens Ulferts 867873e7a7 #3178: providing a non existent issue id as blocked by impediment does fail smoothly 14 years ago
Jens Ulferts b3f9cd0d65 #3178: using id instead of object to create new IssueRelations for an Impediment 14 years ago
Jens Ulferts e619bfb20b #3178: using blocks_ids instead of blocks in impediment management, hence removing overhead 14 years ago
Jens Ulferts 0815343b31 #3178: removing update_with_relationships from impediment class, using supers (Task). Also removing exception throwing from task.update_with_relationships 14 years ago
Jens Ulferts b8ac770c56 #3178: add TODO comment to move move_after method that is using acts_as_list in story and impediment into a module 14 years ago
Jens Ulferts a98879078a #3178: fixing bug in task when story_id is set, removing explicitly setting required_time to 0 in impediment update method as this is handled by status_id= 14 years ago
Jens Ulferts 2ef65cc407 #3178: removing create_with_relationship from impediment class - method is inherited from task. Signature of create_with_relationship looses user.id - User.current is always the author 14 years ago
Jens Ulferts a21e3b5a68 #3178: including permissions for create_ and update_with_relationship 14 years ago
Jens Ulferts bf3430004d #3178: blocks_ids will be ids of issues with which a blocking relation is defined until new ids are provided 14 years ago
Jens Ulferts b6f574dad6 #3178: refactoring impediment 14 years ago
Jens Ulferts a6b0bad9fc #3178: using patched awesome_nested_set (fcc6230) to fix bug that would prevent creation of new impediments 14 years ago
Jens Ulferts bdae7ca0f2 #3178: impediments with an empty blocks list are invalid 14 years ago
Jens Ulferts 2a6e9b4957 #3178: different symbol for error message when blocks of an impediment is invalid 14 years ago
Jens Ulferts 823eb1a9bb #3178: using a transaction and two save to create an impediment with the appropriate "blocks"-relationship 14 years ago
Jens Ulferts fd55e3c187 #3178: handling case where no relations_from was defined before, minor refactoring 14 years ago
Jens Ulferts 70bf42dd4f #3178: correcting attribute for impediment relation error message 14 years ago
Jens Ulferts 1119d1bdce adding find method to Impediment so that only impediments are found on issue table; using method in sprint 14 years ago
Jens Ulferts 2f76defb94 #3178: validating that blocking relations of an impediment point to issue of impediments sprint 14 years ago
Jens Ulferts d3b6e1e5b3 #3178: adding and removing from blocks list of impediment now reliant 14 years ago
Jens Ulferts 4553103818 splitting up tasks and impediments, impediments remain a subclass of taks but a lot of methods are overwritten. Also refactored method of creating blocking relationship. 14 years ago
Jens Ulferts 68d7230d8e #3178: creating explicit impediment class, only copy and paste for now 14 years ago