Commit Graph

226 Commits (84a34858b647fca557f67ca757c13172aa30e110)

Author SHA1 Message Date
Gregor Schmidt 45cd21870d coding styles 13 years ago
Gregor Schmidt 97c3819004 add reload to make cukes work for chili 2.x 13 years ago
Gregor Schmidt 40798ce8a8 Fixing indentation and some code styles - no behavioral change intended 13 years ago
Jens Ulferts 928b7cbdf7 fixing fixed_version inheritance 13 years ago
Jens Ulferts 710e83e99c remove whitespaces 13 years ago
Gregor Schmidt 79f18d0dfd adding require_dependency to the proper model after the include was moved 13 years ago
Gregor Schmidt 4b70e6cd58 Actually tasks may already act as list 13 years ago
Gregor Schmidt 32d94113f6 Refactoring the way backlogs aa_list is implemented 13 years ago
Gregor Schmidt a528fa77a7 only updating direct task descendants - if theres a task in between, we are not going to update it 13 years ago
Gregor Schmidt 6b5a5ca645 Sorting journals by date to ensure proper calculations 13 years ago
Stephan Eckardt d48b2c8cac separated before_save and after_save hooks for inheriting version from story to subtasks, fixed a failing cuke 13 years ago
Stephan Eckardt f9b890374a rewrite of inherit_version_to_subtasks using model methods instead of raw sql 13 years ago
Gregor Schmidt d5b0f71ad2 Introducing new methods for aaj that make the tests work 13 years ago
Gregor Schmidt d1e57c9b14 formatting 13 years ago
Gregor Schmidt c41f5f8f7f formatting 13 years ago
Gregor Schmidt 2f27c750b9 refactoring 13 years ago
Gregor Schmidt 720d6afd33 style changes 13 years ago
Romano Licker 25b48fb459 burndown chart now involves status "done" when plotting 14 years ago
jwollert 677d5fcad4 fixes Ticket #4313: fixes burndowns #collect with Postgresql. Since version 8.3, Ints won't be automatically casted when comparing them with chars 14 years ago
Gregor Schmidt 9bba6e3910 Remove custom story point display when 0 points are given 14 years ago
Romano Licker 64e931598c removes sprint_start_date and replaces it with start_date from 14 years ago
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