Commit Graph

989 Commits (d0cf62ba643498a7ec98a40cfeb2cd09cccdcf7b)
 

Author SHA1 Message Date
Stephan Eckardt 7653383316 Merge branch 'finn-master' of https://dev.finn.de/git/redmine-backlogs into finn-master 14 years ago
Stephan Eckardt 4852980be9 cucumber: test correct listing of tasks and stories if a story has a parent ticket, and a task has subtickets 14 years ago
Stephan Eckardt a324791f30 cucumber: added given step for creating any kind of issues (used for epic-issues) 14 years ago
Stephan Eckardt 184a28c1e4 added helper method for initializing any kind of issues that may have a specific parent and or tracker 14 years ago
Jens Ulferts 082dd05d85 removed product backlogs links from ticket index sidebar because the backlog is no longer implicit. Hence, for now, there is no way to know which version is the backlog. 14 years ago
Jens Ulferts 4b2df0ba63 update scrum_master.feature to use the new i18n for sprint_cards 14 years ago
Jens Ulferts 8a2b4f625b i18n for sprint_cards changed 14 years ago
Jens Ulferts ae3edb182c fixed link to backlog cards - all backlogs use same link now 14 years ago
Jens Ulferts 94ad83592a remove exception on forced loading attempt of project from provided params 14 years ago
Stephan Eckardt 2caca36e6a Merge branch 'finn-master' of https://dev.finn.de/git/redmine-backlogs into finn-master 14 years ago
Stephan Eckardt 9e0f1d73c8 bugfix in after_save hook 14 years ago
Stephan Eckardt ea84acf751 additional small refactoring for touched_sprints in after_save hook 14 years ago
Jens Ulferts 1761fe8a95 using a custom javascript_include_tag helper to include backlogs js. Using this exclusively to import jquery except in shared/_settings where the helper is not included 14 years ago
Jens Ulferts 7396cf69bf letting statistics controller inherit from RbApplicationController instead of ApplicationController as this seems to be right 14 years ago
Gregor Schmidt 8a599e786d removing link to add new story from product owner backlogs 14 years ago
Gregor Schmidt c1b84ee67c overriding styles, that come from redmine default layout 14 years ago
Gregor Schmidt 7f846935c8 growing sprint header, working IPE 14 years ago
Gregor Schmidt 0c85eca38e fluid backlogs layout, stories grow as expected 14 years ago
Gregor Schmidt ebc20cbf95 cleaning input containers, so that IPEs do not create an infinite number elements 14 years ago
Gregor Schmidt d71eb2bef5 setting default column width on task board to 1 14 years ago
Gregor Schmidt a78294f7ee fixing indentation - tabs vs. spaces 14 years ago
Stephan Eckardt 4bb5f47609 small refactoring version_inheritance in after_save hook of issues 14 years ago
Stephan Eckardt e73d88c259 removed validation that disallowed tasks to be subissues of tasks (backpadeling) 14 years ago
Stephan Eckardt f05f2690b4 use tasks getter method in stories instead of descendants, as we want to allow tasks to have subtasks that will not show up in the task board 14 years ago
Stephan Eckardt 16be3df4aa removed error message for validation (will not use this validation) 14 years ago
Stephan Eckardt 31150a9e33 additional changes to allow stories have parent issues, basic handling of tasks that have subtasks, but hierarchy will be flattened on changes in task board 14 years ago
Stephan Eckardt 4543ad9290 Merge branch 'finn-master' of https://dev.finn.de/git/redmine-backlogs into finn-master 14 years ago
Jens Ulferts 01361027f5 stop using inheritance for factory definitions because the ci can not handle it 14 years ago
Stephan Eckardt 22bbc5efab merged: changed after_save hook of issues to only update issues that are stories or tasks 14 years ago
Stephan Eckardt c9fecf6291 changed after_save hook of issues to only update issues that are stories or tasks 14 years ago
Jens Ulferts 75768371d2 #3178: i18n for impediment blocks_ids, cukes for that 14 years ago
Jens Ulferts db924abb43 #3178: using fieldlabel attribute as label on the task edit/create form if specified, using this on blocks_ids 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 b0107443f9 #3178: cukes for updating impediments 14 years ago
Jens Ulferts 54c74499ce #3178: cucumber tests for creating impediments, also contains step definitions needed for testing 14 years ago
Jens Ulferts e086d08a74 #3178: Using Impediment class to find_all_updated_since in the updated_items_controller 14 years ago
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