Commit Graph

377 Commits (208a4503cacb4a177cf57f87246da5155f1bfe29)

Author SHA1 Message Date
Jens Ulferts 9e6dba78ae refactor: CardArea.text_box uses a private method to adapt options 14 years ago
Jens Ulferts 6d9eedd6a7 feature: CardArea.text_box now accepts a padding_bottom options, using this to adjust the spaces in the story cards 14 years ago
Jens Ulferts cf5be48904 feature: long text is no longer rendered over other text that is aligned right 14 years ago
Gregor Schmidt 9edfe893f5 Enabling watch/unwatch within modal windows 14 years ago
Jens Ulferts f8c2c38b07 feature: Textile is removed from issue description text on a story card 14 years ago
Gregor Schmidt a8ccee60c3 replacing partial with helper method 14 years ago
Jens Ulferts bacecfb296 feature: long issue descriptions are abridged for a story card when needed 14 years ago
Jens Ulferts bb8f96af90 layouting: empty lines and margin for story cards 14 years ago
Jens Ulferts 403e7b58d7 feature: displaying "-" if value is not set for an attribute 14 years ago
Gregor Schmidt cf13349d78 using super uniq ids to make sure, that they are uniq. 14 years ago
Jens Ulferts 82d388f6d0 feature: limiting the amount of sub issues displayed on a story cards by the available size 14 years ago
Jens Ulferts d73a114dec refactor: the Card.text_box method now conveniently take the max width for if no other is provided 14 years ago
Jens Ulferts dc98294731 refactor: using prawn convenience method text_box in CardArea.text_box 14 years ago
Jens Ulferts 907d181620 refactor: Card now is a CardArea itself 14 years ago
Jens Ulferts 14579fd7f3 bugfix: using correct signature on self.render method of card_area 14 years ago
Jens Ulferts 8aadb9bd8c refactoring: Taskboard Cards comprise of a number of CardAreas, each is responsible for it's own rendering 14 years ago
Jens Ulferts 4f65ffe326 taskboard_cards can be, and are until further implementations, in landscape layout 14 years ago
Gregor Schmidt 61be9410d9 Replacing sub-issues with full issue hierarchy view in issue details 14 years ago
Gregor Schmidt 6dd15950be not rendering backlogs fields in modal window via hook, since they are already rendered by or IssueView 14 years ago
Gregor Schmidt 9bba6e3910 Remove custom story point display when 0 points are given 14 years ago
Gregor Schmidt 3540ae9320 using custom subclasses to render issue in modal view 14 years ago
Jens Ulferts a5e4741991 all specified elements for the story card are rendered now 14 years ago
Jens Ulferts c8f1b79b1b refactoring: broken down Cards::TaskboardCards into Document, Page and Card 14 years ago
Romano Licker 64e931598c removes sprint_start_date and replaces it with start_date from 14 years ago
Stephan Eckardt 0687835b17 view fix: in the issue form attributes story_points and remaining_hours overlapped 14 years ago
Jens Ulferts d0cf62ba64 #4940: labels with papersize 'other' are not yml-ized when fetching card formats from remote 14 years ago
Jens Ulferts 3c71ee6236 #4940: using only 1 across, 1 down label formats 14 years ago
Jens Ulferts 845be4b010 #4264: feature for testing calling the burndown graph from issue/index 14 years ago
Jens Ulferts 4e7d3d72a6 showing remaining hours always when the plugin is enabled, disabling the form field for remaining hours when it is a story with descendants 14 years ago
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