Commit Graph

614 Commits (97cb8a569333b7c3ab358ef12eb5de06196b6e6a)

Author SHA1 Message Date
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
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
Sebastian Schuster 9802298587 Fixed wrong path for burndown chart 12 years ago
Sebastian Schuster db613964f9 Fixed wrong environment variable access 12 years ago
Sebastian Schuster 8275e27031 Rename of Backlogs::Burndown to OpenProject::Backlogs::Burndown 12 years ago
Sebastian Schuster ff2aeb1282 Moved the string join from the view to the helper 12 years ago
Sebastian Schuster 4cd60a5124 Added html_safe to view helper results 12 years ago
Sebastian Schuster cad7803c75 Changed form tag in backlogs plugin settings view 12 years ago
Sebastian Schuster 3f7017bb83 Readded the sprint_id parameter for the server variables controller as it necessary 12 years ago
Sebastian Schuster e51a5c14eb Updated generation of urls from routes in views 12 years ago
Sebastian Schuster e17a370a4a Included the rewriting of the :sprint_id in javascript and updated call parameters 12 years ago
Sebastian Schuster 56bffcb4b2 Adapted javascript urlfor function to dynamically rewrite routes for the new routes 12 years ago
Sebastian Schuster e5e99e87a2 Updated menu entries for new routes 12 years ago
Sebastian Schuster 8d28cfd651 Changed the loading of sprints in the controller to load by :id since 12 years ago
Sebastian Schuster 722d367fe0 Updated routes.rb and changed route usage accordingly 12 years ago
Sebastian Schuster 64d9292ffe Removed blanks 12 years ago
Sebastian Schuster b783cd2644 Fixed the checking for activerecord errors in tasks and impediments to check for errors.empty? 12 years ago
Christian Rijke 759cf2629b use SecureRandom from 1.9 stdlib 12 years ago
Christian Rijke cf25151201 update image paths 12 years ago
Christian Rijke c93becb9b2 add OpenProject namespace to Backlog references in views 12 years ago
Christian Rijke 3c0125f98d change all 'ChiliProject' module name references to 'OpenProject' 12 years ago
Christian Rijke cffaaeada1 use new constant namespace 12 years ago
Sebastian Schuster e1f7993456 Renamed the plugin settings name into openproject_backlogs 12 years ago
Christian Ratz ddc78d52ed enable the calendar widget in modal window 12 years ago
Christian Ratz 8490a47ec4 fixed scroll page bug for issue drag on backlogs#show page 12 years ago
Jens Ulferts b5b2a0b1dd errors is no longer an array so we adapt to that 12 years ago
Jens Ulferts 2ddebe03b0 adapts adding an error to rails 3.2 12 years ago
Jens Ulferts bc9b78b5b1 references assets for taskboard according to rails3 schema 12 years ago
Jens Ulferts 51b9954056 adds html_safe declaration for version settings 12 years ago
Jens Ulferts 0e05da0165 declares the backlogs menu to be html_safe 12 years ago
Jens Ulferts fc27d8574c fixes overwriting versions/_form.html.erb 12 years ago
Jens Ulferts d237b47d99 fixes some routes to assets for the backlogs view 12 years ago
Jens Ulferts 57fd79dea2 removes own jquery lib 12 years ago