Commit Graph

594 Commits (87d51f34b04b9ecae612671f4266b8a511589ef3)

Author SHA1 Message Date
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
Jens Ulferts 6adf1fd133 renames named_scope to scope 12 years ago
Jens Ulferts 6e97fdb1f2 uses plain ruby SecureRandom 12 years ago
Jens Ulferts e8ab7e267d moves lib to openproject/backlogs subdirectory and renames accordingly 12 years ago
Jens Ulferts 3d66b012c0 moves assets 12 years ago
Jens Ulferts 6105ab1aff fixes null last ordering for backlogs on postgresql 12 years ago
Jens Ulferts 613f4f9062 cuts off status and subject using ellipsis 12 years ago
Jens Ulferts 1af1c37482 separates classes used for burndown into files 12 years ago
Jens Ulferts 75cf54c9d2 no longer excludes stories having tasks in their ancestor chain from beeing part of a backlog 12 years ago
Jens Ulferts 92c83d6fca renders error partial only if story has errors 12 years ago
Jens Ulferts 236a8c24e3 fetches all owner and sprint backlogs in one method each 12 years ago
Jens Ulferts 5da35002bf fixes backlog loading for broad issue trees 12 years ago
Jens Ulferts 58796df5e1 optimizes loading all stories of a backlog 12 years ago
Jens Ulferts 641cd07cd2 streamlines querying for all available workflows 12 years ago
Jens Ulferts 5f28999952 provides story higher in the backlog for the rendering partial to avoid querying for it in the partial 12 years ago
Jens Ulferts 4d50574afe caches trackers and issue_status in hashes to avoid multiple db queries in the view 12 years ago
Jens Ulferts 4274692e25 directly loads all tasks that are children of a given story when querying for tasks_for 12 years ago
Jens Ulferts 1c81177c65 move versions left and right 13 years ago