Commit Graph

1815 Commits (e093336c77eef9bc6a36a4b6bfc9750f83aca964)
 

Author SHA1 Message Date
sschu 745211a8e0 Merge pull request #34 from finnlabs/feature/rails3_cuke_core_adaptations 12 years ago
sschu 8666784e91 Merge pull request #36 from finnlabs/feature/bugfix-customfield-in-modal-dialogue 12 years ago
Sebastian Schuster 42befb2629 Removed unused include tag helper 12 years ago
Sebastian Schuster 1c522bf927 Added excanvas.js to the asset pipeline und updates the include tag 12 years ago
Christian Rijke 9598831be2 Fix module namespace for custom field paragraphs of custom fields in modal windows. 12 years ago
Christian Ratz 6012119dae updated gem version 12 years ago
Christian Rijke 5cf128a97c Merge pull request #35 from finnlabs/feature/rails3_modal_overlay_ie_fix 12 years ago
Jens Ulferts ff9c71c5e7 fixes modal overlay not extending till to the base of the modal in ie 12 years ago
Jens Ulferts f012af8348 adapts some cuke scenarios to core's changed i18n behaviour 12 years ago
sschu 2b725ffcd6 Merge pull request #33 from finnlabs/feature/bugfix-zero-colwidth 12 years ago
Christian Rijke e07d8cd848 Remove unnecessary conditions. 12 years ago
Christian Rijke 905f18c18e Set column width back to default if it is < 1. 12 years ago
Christian Rijke e59e387d53 Merge branch 'feature/rails3' into feature/rails3_icons_and_assets 12 years ago
Sebastian Schuster dac9080590 Removed jquery from jquery.flot as it is already contained in the core 12 years ago
Sebastian Schuster 26dc7116ce Removed master_backlogs.css and taskboard.css from manifest file and included them directly in views and engine.rb so they dont mess up css in the master_backlogs view 12 years ago
Sebastian Schuster 4be3053d86 Moved all external libraries to the vendor folder 12 years ago
Christian Rijke de0dae61c8 Merge pull request #30 from finnlabs/feature/rails3_edit_on_taskboard 12 years ago
Christian Rijke 3bdc5a3fef Merge pull request #32 from finnlabs/fix/fixed_version_inheritance_additions 12 years ago
Christian Rijke 9251250271 Merge pull request #26 from finnlabs/fix/fixed_version_inheritance 12 years ago
sschu c559d5f3b7 Merge pull request #28 from finnlabs/feature/watch-issues-modal 12 years ago
sschu 3ad842cde1 Merge pull request #31 from finnlabs/feature/remove-prompt-dialogs 12 years ago
Sebastian Schuster 6954cb911e Added newline at end of file 12 years ago
Jens Ulferts 75b9bd5833 code cleanup and performance optimization 12 years ago
Jens Ulferts f735e70212 fixes fixed_version inheritance when canonical parent story has a non backlogs issue as parent 12 years ago
Christian Rijke 426faf11c6 Remove 'create with prompt dialog' buttons. 12 years ago
Sebastian Schuster c42f13c5df Fixed tasks being opened automatically after dragging them in Firefox 12 years ago
Sebastian Schuster 7e972fafd8 Fixed the css for the taskboard so it does not get cut on the right border when there are too many issue statuses 12 years ago
Sebastian Schuster e0c6e75266 Fixed the task factory to not contain a decription making it appear as an impediment 12 years ago
Sebastian Schuster 4591fcd14c Fixed the story factory to correctly number stories 12 years ago
Sebastian Schuster 00e33ba462 Patched the comparison in the version base class so versions and sprints can be compared correctly 12 years ago
Sebastian Schuster d27c063b6f Rewrote the show view specs to correctly create a validated test setup and added tests for the edit permissions for tasks and impediments 12 years ago
Sebastian Schuster af2c71ea67 Added passing of the current project to the partal to correctly determine rights for the prebuilt template for tasks and impediments 12 years ago
Sebastian Schuster cb10e0ec4a Updated view to set prevent_edit css class if tasks and impediments are not editable by user 12 years ago
Sebastian Schuster 002a2f1b10 Enabled default cursor for undraggable tasks and impediments 12 years ago
Sebastian Schuster 1b1fb07349 Implemented no dragging for tasks and impediments with prevent_edit css class and disabled selection in table 12 years ago
Sebastian Schuster 404bf4024c Included prevent_edit css class to not open a model edit window if this class is set 12 years ago
Christian Rijke f0b178b951 Merge pull request #23 from finnlabs/feature/rails3_fix_cut_menu 12 years ago
Christian Rijke 05cb06ba3f Merge pull request #25 from finnlabs/feature/rails3_creation_on_taskboard 12 years ago
Christian Rijke a7ed56ddfc Merge pull request #27 from finnlabs/feature/rails3_spec_helper_pdf_inspector 12 years ago
Sebastian Schuster 41e5351bc3 Added pdf-inspector loading to the backlogs spec_helper so it does not implicitely rely on being loaded somewhere else 12 years ago
Sebastian Schuster 0da90ec8f8 Added extra steps for checkin + button existence for impediments 12 years ago
Sebastian Schuster 97cb8a5693 Renamed step name to signal these are the steps for stories 12 years ago
Sebastian Schuster 133902cf80 Rewrote the view spec to use FactoryGirl and added scpecs for checking existence of clickable + buttons for stories with appropriate permissions 12 years ago
Sebastian Schuster 304e24477a Directly used model reference to current user instead of ApplicationController helper so view specs for show are also green 12 years ago
sschu f49ac0ebad Merge pull request #24 from finnlabs/feature/rails3_cucumber_less_ambiguity 12 years ago
jwollert 11f573e73f moves backlogs activation to a proper place so we don't get into trouble instanciating stories 12 years ago
jwollert f0ff8637a9 fixes task version inheritance 12 years ago
Jens Ulferts adab2b4cbc removes ambiguity of plugin cucumber steps with core 12 years ago
Sebastian Schuster abb4b0f055 Changed hover css to only be used when the create button is clickable 12 years ago
Sebastian Schuster f4be81d600 Added registering click handler for + button only with "clickable" css class 12 years ago