Commit Graph

989 Commits (a2f12c1fffda6ea2b435e54b92b7387c03e64e06)
 

Author SHA1 Message Date
Stephan Eckardt f9e122669c #3647: added abbreviated tracker name to master backlog view 14 years ago
Stephan Eckardt b312fb2939 #3647: added tracker_abbreviation helper 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 25fef9e1cf using send in testing a private method of version_settings_helper 14 years ago
Jens Ulferts e553d506ce #3056: versions, inherited from other projects can be configured to be displayed left, right or not at all in the backlogs 14 years ago
Jens Ulferts 1d042ab3c8 #3056: displayed left on sprints now correctly filters 14 years ago
Jens Ulferts 253bb46dcf #3056: cukes for displaying shared versions 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 063b312aa0 using project_id param as a default to find the project for the controller, project of sprint is only a fallback 14 years ago
Jens Ulferts 0332d8fa79 renaming project_admin features to version_settings features and adapting to the changed layout in the form while at it 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
Jens Ulferts c37fcec680 refactor: moving version_settings to helper in versions/_form.rhtml 14 years ago
Jens Ulferts 2fa4dfa2c5 specs for version_settings 14 years ago
Stephan Eckardt 79e7191cbb cucumber: test if stories that are descendants of tasks are not shown in the backlogs views 14 years ago
Stephan Eckardt 2b836bd43b cucumber: wipped burndown chart scenario 14 years ago
Stephan Eckardt 5d56d29a80 cucumber: also consider a given sprint name in the issue creating step 14 years ago
Stephan Eckardt 144e1c9fb8 changed story's condition so that descendants of tasks are not considered as stories 14 years ago
Stephan Eckardt abceae9934 cucumber: added more then steps 14 years ago
Stephan Eckardt 80644b0122 cucumber: fixed then step for story should have 1 tasks named... 14 years ago
Stephan Eckardt e16d177c45 cucumber: fix indentation 14 years ago
Stephan Eckardt 5c7d2d7485 cucumber: added scenario that moves a task around and checks position 14 years ago
Stephan Eckardt 74cea74312 cucumber: added step for checking correct position of task 14 years ago
Stephan Eckardt 1150682609 cucumber: added step for moving tasks 14 years ago
Stephan Eckardt 15a8277195 removed @javascript tag 14 years ago
Stephan Eckardt cab2e9a808 removed then show me the page 14 years ago
Jens Ulferts 617a1e4752 #3629 bugfix: using a min-height on story_points so that it is easier to hit the area on which an edit can be triggered 14 years ago
Jens Ulferts a8abd828fb Merge branch 'feature/fluid_layout' into finn-master 14 years ago
Jens Ulferts 611c13d895 tabindex does now almost work properly when having multiple stories in edit mode at a given time 14 years ago
Jens Ulferts 935af97973 defining a tabindex for editing stories. For now it only works with maximally one story being edited at any given time 14 years ago
Jens Ulferts c596011920 reducing min-width on story subject to 20em because IE does not properly display the box otherwise 14 years ago
Jens Ulferts 9d87bd473d calling tracker method from within acts_as_list scope 14 years ago
Jens Ulferts 81c0d3de36 removing position setting migrations, keeping the migrations as such to make it transparent 14 years ago
Jens Ulferts 5aeb056b6c using "remove" instead of "drop" on down migration 14 years ago
Jens Ulferts 9f5d02ca11 correct default table name to correct table name in version_settings down migration 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 36cd838a41 Merge branch 'finn-master' of https://dev.finn.de/git/redmine-backlogs into finn-master 14 years ago
Stephan Eckardt 9b113c9838 cucumber: added view tests for moving stories around, viewing epics in the issue list 14 years ago
Jens Ulferts eadf28626f i18n for impediments, using opportunity to scope i18n for tasks and stories on issue query 14 years ago
Jens Ulferts 8296a3f4c1 having before_validation on issues again, globally. but checking whether the backlogs plugin is active on the issues' project 14 years ago
Jens Ulferts d70832f48d minor refactorings 14 years ago
Jens Ulferts 863fb4fbfa sort impediments without a position to the front, using a taskboard helper to do so 14 years ago
Jens Ulferts b5ede9aee1 fix query_patch for impediments: having a closing bracket now and excluding issues with parent_id 14 years ago
Jens Ulferts 98ec5ac146 cukefix: remove scenario for downloading product backlogs cards 14 years ago