Commit Graph

858 Commits (cab2e9a808e4beb60369286c9cf83888f13509f2)
 

Author SHA1 Message Date
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
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