Commit Graph

187 Commits (0c7c9977e4dc16f46aa247fb0566c7746d1a4f9c)

Author SHA1 Message Date
Gregor Schmidt 23d10e2ff8 adding hours string to remaining hours - matches estimated hours 14 years ago
Gregor Schmidt 8be1f2b56f style improvements 14 years ago
Gregor Schmidt 5dc3bbbd25 formatting remaining hours as localized hours to make them look like the estimated hours 14 years ago
Gregor Schmidt 245d03f028 enabling velocity based estimate in issue view, when scrum stats are enabled 14 years ago
Gregor Schmidt 2c02984721 allowing 0 values for story points 14 years ago
Jens Ulferts a756277605 prettier code 14 years ago
Jens Ulferts 3514bcf7c6 removing velocity_based_estimate as long as scrum_statistics are disabled 14 years ago
Gregor Schmidt 46b7f0496d checking for enabled modules in more robust way 14 years ago
Gregor Schmidt f7c755f17c changing error message scope definition in specs 14 years ago
Gregor Schmidt 9934bb5da8 validating story points within sensible defaults 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 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 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
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 b5ede9aee1 fix query_patch for impediments: having a closing bracket now and excluding issues with parent_id 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
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 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 c9fecf6291 changed after_save hook of issues to only update issues that are stories or tasks 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 3f14b6fd36 #3178: patching awesome_nested_set for issues so that it can handle the ancestor/descendant-relationship of new_record and existing record 14 years ago
Stephan Eckardt 034fdcbe82 allow that stories can have parent tickets 14 years ago
Gregor Schmidt 24b75e3fc2 Removing development dependencies. They are now handled by redmine-cucumber and redmine-dev-tools 14 years ago
Stephan Eckardt 3868ea68d1 Fixes Bug #3200. Added tests for the bug/fix 14 years ago
Jens Ulferts 87d975e0b5 #2891: version settings are destroyed along with the versions 14 years ago
Jens Ulferts fa749fea2e #2891: version without configuration is sorted to the left 14 years ago
Jens Ulferts b3ed7f2be2 #2891: selection to display a version in backlogs plugin is adhered to in master backlogs 14 years ago
Jens Ulferts 599917e553 #2891: displaying select menu for backlogs display options: none, left, right 14 years ago
Jens Ulferts a867c763d4 #2891: creating one-to-one relationship between version and version_settings 14 years ago
Gregor Schmidt 6bb526aeef moving configuration files to /config, making it easier to get card label definitions 14 years ago
Gregor Schmidt 27b841407c removing x-bits 14 years ago
Gregor Schmidt 05b053da35 reformatting 14 years ago
Gregor Schmidt 1ad59f56d8 renaming yaml file to yml 14 years ago
Gregor Schmidt a9b541ca03 removing x-bits from files 14 years ago
Marnen Laibow-Koser 9a348c7e56 points_per_hour can be nil, but Float(nil) raises a TypeError, so let's not call Float if points_per_hour is nil. 14 years ago
friflaj 7b4e39fd01 Bug #385 14 years ago
friflaj 7334a991b3 Generalization of pull request 11 14 years ago
friflaj fb5b1296aa Fix for re-opened #278 ("D X") 14 years ago
friflaj 6d7dbd0e21 Scripts not allowed in locale dir 14 years ago
friflaj c54df57954 Don't update translations, just report errors (potential character encoding problems) 14 years ago
friflaj aae00907d3 Keep invalid card specs 14 years ago
Andrew Vit be9d6ea984 Syntax error 14 years ago