Commit Graph

702 Commits (84a34858b647fca557f67ca757c13172aa30e110)

Author SHA1 Message Date
Jens Ulferts 6669042f1d replaces hard coded "issues" table reference by dynamic table_name 12 years ago
Jens Ulferts 0c7edd488b adapts timestamp attribute names 12 years ago
Christian Ratz 69672a7772 removed OpenProject core version related switch 12 years ago
Michael Frister cc7c3c2e93 Fix sometimes failing edit via modal cuke 12 years ago
Sebastian Schuster fe87df2641 Changed label name for backlogs column display to prevent mixing up 12 years ago
Sebastian Schuster f3d99802ad Removed own validation of dates in sprints as versions already do the same validation 12 years ago
Sebastian Schuster 21607f2f2f Renamed field_ translation with label_, removed unused children label 12 years ago
Sebastian Schuster c70fa94e3f Fixed missing translation for issue status 12 years ago
Sebastian Schuster 93cca09611 Updated overwritten core version settings view to include new way of 12 years ago
Sebastian Schuster 5c8e4175b6 Removed unnecessary plugin parameter 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
Jens Ulferts ff9c71c5e7 fixes modal overlay not extending till to the base of the modal in ie 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
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
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 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
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
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
Sebastian Schuster 1a768af68f Removed javascript + button if user does not have permissions to create tasks or impediments 12 years ago
Sebastian Schuster 248f8e2951 Added extra space below main content div in master backlog view to leave enough space for menus to open 12 years ago
Sebastian Schuster 020e3e4d57 Deleted ajax.gif as it is also contained in the core 12 years ago
Sebastian Schuster c2b3e7cde9 Removed manual js and css includes, replaced with one master incluse to backlogs.css and backlogs.js 12 years ago
Sebastian Schuster bad5554fcc Deleted obsolete backlogs images 12 years ago
Sebastian Schuster f222d966a3 Exchanged backlogs icons for core icons 12 years ago
Sebastian Schuster 81aaee8ac0 Removed obsolete css files, renamed to dynamic css.erb to use asset pipeline, removed jquery ui since it is already provided by the core, removed obviously non-needed jquery.cookies library 12 years ago
Christian Rijke 383b02b5be Remove custom CSRF protection as it's already included in the request header and it breaks ajax requests from modal dialogues. 12 years ago
Jens Ulferts 25162864a4 adds html_safe to have the task color displayed 12 years ago
Jens Ulferts 8459be410f fixes having a background color for a task in chrome when switching to 12 years ago
Christian Rijke abe3f9c40a Reset the color to default value in taskboard view, when nobody is assigned to the task. 12 years ago
Christian Rijke 28c3cd4f3a Fix jQuery selector for default background color of task dialogue. 12 years ago
Sebastian Schuster f9e9a6e2c3 Readded the removed link as heading so layout works correctly with column with 12 years ago
Christian Rijke 3e9c03d1b2 Set table headers to bold. 12 years ago
Sebastian Schuster ef44a5843b Removed link to version from taskboard view (formerly leading to the taskboard of the project the version originally belongs to). 12 years ago
Sebastian Schuster 3687cf82dd Appended slashes to all controller names to allow correct routing in nested pages 12 years ago
Sebastian Schuster a053385ed7 Added hidden field to allow finding the parent project after hitting the save button on inherited versions edit 12 years ago
Sebastian Schuster fbbfa07a49 Renamed view ending to correct html.erb 12 years ago
Sebastian Schuster b6fc77453b Fixed a bug with sprint ID not loading correctly in a former commit 12 years ago
Sebastian Schuster 222784a9d1 Moved the rendering of the partial into the header where it is possible 12 years ago
Sebastian Schuster 54b90eee93 Changed the javascript includes to not always render to the header 12 years ago
jwollert 56e156c8d3 fixes creating new stories in subprojects 12 years ago
Christian Rijke fc5d64c8a9 migrate custom validation 12 years ago