Commit Graph

154 Commits (14579fd7f379d3aaab5cafce48d486746411bb9f)

Author SHA1 Message Date
Romano Licker 61453f7e7b validation does not through exception anymore 14 years ago
Jens Ulferts bd6269c060 #4382: remaining hours are collected from issues children if they exist 14 years ago
Gregor Schmidt ab8fd10cf2 Adding i18n for "validate start_and_end_dates" 14 years ago
Jens Ulferts 1fabd86bac #3605: replacing jqPlot with jquery.flot 0.7.0 which works for ie8 14 years ago
Jens Ulferts dc2edbd5a7 making has_burndown a proper boolean method: renamed to has_burndown? 14 years ago
Jens Ulferts db426a4cbb #3605: stories, whose status is set to closed are not counted 14 years ago
Jens Ulferts e40f080ab7 #3605: stories moved in and out of the sprint are handled well 14 years ago
Jens Ulferts 60a25b015e refactoring of burndown class 14 years ago
Jens Ulferts abfe0d45d1 #3605: refactoring of series_data collection so that the data is added right away and not intermediarilly stored. Also handling case now where values are set initially. 14 years ago
Jens Ulferts 6344172e98 #3605: support for story_points, refactoring so that series raw data become own class 14 years ago
Jens Ulferts e46d0b1bca #3605: removed formerly commented out code and enabled creation of ideal line 14 years ago
Jens Ulferts ad280b76a1 removed unneeded code 14 years ago
Jens Ulferts 16e9d592b7 #3605: massive refactoring of burndown 14 years ago
Jens Ulferts 61365c4173 partially reverting 7ed69872a2 so that stories with tasks in their ancestor-chain are not displayed 14 years ago
Jens Ulferts 1d042ab3c8 #3056: displayed left on sprints now correctly filters 14 years ago
Jens Ulferts 890a03b798 #3056: making dashboard and taskboard more project specific so that inherited versions to not cause trouble 14 years ago
Jens Ulferts eb5e1a9793 #3056: shared versions are displayed in dashboard but issues for those versions are not shared but rather project specific 14 years ago
Jens Ulferts 7ed69872a2 refactoring story class 14 years ago
Jens Ulferts 358d647f2e moving separated class method to other class methods in the story model 14 years ago
Jens Ulferts 3ed8e7d145 using db to sort sprints by name 14 years ago
Jens Ulferts c67aac7ece #3056: updating displayed_left in sprint so that versions belonging to other projects and thus not having a version_setting yet are also included 14 years ago
Jens Ulferts f40191a807 #3056: version_settings to version is now an n to 1 relationship 14 years ago
Jens Ulferts af3e28de81 #3056: Using Sprint class to get owner as well as sprint backlogs and having an apply_to named scope on Sprint to also receive inherited versions. Additionally: 14 years ago
Jens Ulferts bf7318e846 refactor: moving sprint validation to a private method 14 years ago
Stephan Eckardt 144e1c9fb8 changed story's condition so that descendants of tasks are not considered as stories 14 years ago
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
Stephan Eckardt 4bb5f47609 small refactoring version_inheritance in after_save hook of issues 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 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
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 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 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