Commit Graph

803 Commits (b3f9cd0d65bd894a52b63129676d2baf73ac0b3f)
 

Author SHA1 Message Date
Jens Ulferts b3f9cd0d65 #3178: using id instead of object to create new IssueRelations for an Impediment 14 years ago
Jens Ulferts 1586bd89e1 #3178: remove patching of ancestor_of and descendant_of because the issue_relations are now created after the impediment has been saved 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 02f64ae3ad #3178: impediments are displayed in the order in which the user sorted them even after a reload 14 years ago
Jens Ulferts ca51ba6a08 #3178: refactoring task 14 years ago
Jens Ulferts 38d25f8355 #3178: time_remaining is always set to 0 if status is a closing one 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 cb8f343439 #3178: cleaning up task model, removed impediment creation and updating because this is now handled by impediment class 14 years ago
Jens Ulferts f664e85503 #3178: impediment spec blocks_ids 14 years ago
Jens Ulferts f389dfd978 #3178: impediment specs for update_with_relationships 14 years ago
Jens Ulferts b6f574dad6 #3178: refactoring impediment 14 years ago
Jens Ulferts a0aeb66cd8 #3178: factory for impediment 14 years ago
Jens Ulferts a4a04ebe01 #3178: impediment spec 14 years ago
Jens Ulferts 5512c6f758 #3178: impediment spec 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 3f14b6fd36 #3178: patching awesome_nested_set for issues so that it can handle the ancestor/descendant-relationship of new_record and existing record 14 years ago
Jens Ulferts 04160038f3 #3178: spec for Impediment.create_with_relationship with an issue of same version 14 years ago
Jens Ulferts 2a6e9b4957 #3178: different symbol for error message when blocks of an impediment is invalid 14 years ago
Jens Ulferts 6f31f47cd2 #3178: cukefix: using Impediment class to create impediments 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 83d965d220 Simplifying searching of impediments for a sprint 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 ecfaf2bb77 refactoring in task class 14 years ago
Jens Ulferts 68d7230d8e #3178: creating explicit impediment class, only copy and paste for now 14 years ago
Jens Ulferts 0541bad731 #3178: adding explicit method to task to request whether it is really an impediment 14 years ago
Gregor Schmidt 7085773368 using redmine helper instead of custom breadcrumb 14 years ago
Gregor Schmidt a19a7bba2c changing menu styling to better match overall color scheme 14 years ago
Gregor Schmidt b722867e99 adding i18n for column width 14 years ago
Gregor Schmidt 1be47c8e23 removing theme-ing support 14 years ago
Stephan Eckardt 059d52fdfb removed uncalled method create_role_in_project from cucumber helpers 14 years ago
Stephan Eckardt b4c81bd30c Merge branch 'finn-master' of https://dev.finn.de/git/redmine-backlogs into finn-master 14 years ago
Stephan Eckardt 034fdcbe82 allow that stories can have parent tickets 14 years ago
Gregor Schmidt b8f7c68161 Minimizing style definitions for stories in backlogs view 14 years ago
Gregor Schmidt 7e52c3a621 removing unused/-necessary styles 14 years ago
Gregor Schmidt 1d2cb18980 Improve headers - using breadcrumb view from wikis 14 years ago
Gregor Schmidt 55d036d975 css cleanup 14 years ago
Gregor Schmidt eaa2ea10d5 activating backlogs menu item for dash- and taskboard 14 years ago
Gregor Schmidt 288267fa3e fixing style definitions for taskboard by overriding redmine styles 14 years ago
Gregor Schmidt 7f01df149a improving look of headers - make them more chili-ish 14 years ago