Commit Graph

753 Commits (7dc4bbd338904401cb2ead7c9aa0a08332da2d62)

Author SHA1 Message Date
Gregor Schmidt f514693dfb white space 13 years ago
Stephan Eckardt d48b2c8cac separated before_save and after_save hooks for inheriting version from story to subtasks, fixed a failing cuke 13 years ago
Stephan Eckardt f9b890374a rewrite of inherit_version_to_subtasks using model methods instead of raw sql 13 years ago
Gregor Schmidt d5b0f71ad2 Introducing new methods for aaj that make the tests work 13 years ago
Gregor Schmidt d1e57c9b14 formatting 13 years ago
Gregor Schmidt c41f5f8f7f formatting 13 years ago
Gregor Schmidt 2f27c750b9 refactoring 13 years ago
Gregor Schmidt 720d6afd33 style changes 13 years ago
Gregor Schmidt 7a2cf205a3 using raw instead of html_safe! 13 years ago
Stephan Eckardt 4a53e358da render journal list in issues edit form 13 years ago
Stephan Eckardt 1ebffad74a less redundancy in issues boxes controller 13 years ago
Stephan Eckardt d1d0504661 made subject, custom fields and description field editable in place 13 years ago
Stephan Eckardt 48272c5469 added update and edit action to issues boxes controller 13 years ago
Stephan Eckardt 62aaf03b92 extracted modal link to separate method 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 f5033000e3 loading modal window only after mouse over 14 years ago
Gregor Schmidt 60e87c1dd6 removing strange source comment 14 years ago
jwollert 677d5fcad4 fixes Ticket #4313: fixes burndowns #collect with Postgresql. Since version 8.3, Ints won't be automatically casted when comparing them with chars 14 years ago
jwollert f4c7dc3cef fix grid partially by using nbsp's instead of leaving the table empty altogether 14 years ago
jwollert a8adf39291 gets modal issue window to work on IE7 14 years ago
Gregor Schmidt a1bfe2b302 Refactoring: avoiding explicit .id calls in url_for and path helpers 14 years ago
Gregor Schmidt b4c8997f03 Refactoring: hiding some implementation detail within the helper 14 years ago
Gregor Schmidt 9ebe24bf4c making urls to server_variables a bit nicer looking - at least in some cases 14 years ago
Jens Ulferts 6c0097d384 fix: correcting minor issues and cukes 14 years ago
Jens Ulferts ca0e0e06df refactor: renamed class Page to PageLayout 14 years ago
Gregor Schmidt 9edfe893f5 Enabling watch/unwatch within modal windows 14 years ago
Gregor Schmidt a8ccee60c3 replacing partial with helper method 14 years ago
Gregor Schmidt cf13349d78 using super uniq ids to make sure, that they are uniq. 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
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 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
Gregor Schmidt 8156c1493b minor change of API usage 14 years ago
Gregor Schmidt 810b495379 removing obsolete layout 14 years ago
Gregor Schmidt cf06c2d85e removing unnecessary libraries 14 years ago
Gregor Schmidt c5cabdcaa2 adding modal window to taskboard as well 14 years ago
Gregor Schmidt 2efbb96334 adding first version of issue view in light box 14 years ago
Jens Ulferts 7b5dbb406d refactor: using a helper to call burndown from taskboard 14 years ago
Jens Ulferts 6b0e318230 #4699: burndown graph callable from the taskboard 14 years ago
Jens Ulferts 5ce43c78e0 #4264: wrapping js burndown class inside jQuery(document).ready 14 years ago
Jens Ulferts 5986644669 refactor: using same burndown.js to display burndown graph from the dashboard 14 years ago
Jens Ulferts e3002b0b21 #4264: burndown is again available to be called form the issue index page (requires a project and a sprint to be selected) 14 years ago
Jens Ulferts cd720f1687 removing javascript_include_tag_backlogs in the burndown view because the necessary helper is not available in every rendering controller 14 years ago
Jens Ulferts cfba7f890a removing javascript_include_tag_backlogs in the shared backlogs header because the necessary helper is not available everywhere 14 years ago
Jens Ulferts 9c75d455de Revert "removing burndown from issue/index until it can be reactivated safely" 14 years ago
Gregor Schmidt b663fe1164 Fixing previous commit - assignable users returns users, while members where expected 14 years ago
Gregor Schmidt 344372b076 using CP functionality to get list of possible assignees 14 years ago
Romano Licker 61453f7e7b validation does not through exception anymore 14 years ago