Commit Graph

471 Commits (40be56a36c4fe3e891497f88bcfb527b35e2c570)

Author SHA1 Message Date
Stephan Eckardt c950507f77 render status_field and version_field disabled if change is not allowed 13 years ago
Stephan Eckardt de38a34956 render error messages in edit form, validate if a tasks version is different than the storys version 13 years ago
Stephan Eckardt df7b7baa85 removed superfluous here be hooks message from notes paragraph 13 years ago
Gregor Schmidt ddf75ec8ca avoiding more StaleObjectErrors 13 years ago
Gregor Schmidt 415bdb6199 minor style improvements 13 years ago
Stephan Eckardt 5bc85fb7ed fix several small bugs and tidy up 13 years ago
Stephan Eckardt f55305cfc5 generate random html_id for each description textarea so wikitoolbar works multiple times 13 years ago
Stephan Eckardt eb8f3ef192 render action links in show and edit forms as specified in wireframes 13 years ago
Stephan Eckardt 861ce65bfb render a text input field with 100% width in issue edit form 13 years ago
Gregor Schmidt fc9aae5e4a Minor refactoring 13 years ago
Gregor Schmidt 9fa4230a84 Making sure to not return ActiveSupport::Multibyte::Chars but the actual string 13 years ago
Stephan Eckardt 7c1ba8e615 removed related issues and subissues paragraphs 13 years ago
Stephan Eckardt f7a91bade8 removed update button 13 years ago
Stephan Eckardt d1d0504661 made subject, custom fields and description field editable in place 13 years ago
Stephan Eckardt ba60ddc87d added issue_form and issue_edit_actions classes based on nissues for rendering the issue edit form in place in a modal window 13 years ago
Romano Licker 25b48fb459 burndown chart now involves status "done" when plotting 13 years ago
Romano Licker ac63066e3d added a project specific definition of done in the project settings tab "backlog setting" 14 years ago
Gregor Schmidt 03030b81bd Alternative solution for previous commit 14 years ago
Gregor Schmidt ac5b890e50 fixing wrong truncation of string, when handling multi line characters 14 years ago
Gregor Schmidt 88fd09f889 Adding issues class styling to hierarchy links 14 years ago
Gregor Schmidt c57bbfa121 Adding an edit link, which currently only goes to show, but will eventually become an IPE 14 years ago
Gregor Schmidt 9962367d57 making abbreviate_text more robust 14 years ago
Gregor Schmidt be1ca90c11 Putting labels-malformed.yml where it belongs 14 years ago
Jens Ulferts 57b4cffbf6 fix: using width and height of label for the story card and not the paper_width and height 14 years ago
Jens Ulferts ca0e0e06df refactor: renamed class Page to PageLayout 14 years ago
Jens Ulferts cfc74802cc refactor: moving to_pts method to own module 14 years ago
Jens Ulferts c901dc779f feature: first page now used an not empty 14 years ago
Jens Ulferts b0f7927ed6 refactor: removing option "overflow => ellipsis" as it is no longer supported 14 years ago
Jens Ulferts 8b07562500 refactor: using new standard way to abbreviate text for the issue description 14 years ago
Jens Ulferts 9db105d968 refactor: text_abbreviation into own method 14 years ago
Jens Ulferts 7c2e0d89b5 feature: rendered text is shown as abbreviated if it does not completely fit into the defined space 14 years ago
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