Commit Graph

3486 Commits (ff788103b967a8b9345d07abddd23ecd590bdd13)

Author SHA1 Message Date
Philipp Tessenow a64449432c use permitted params for role 11 years ago
Richard 2f1a8401ba Export link is now either direct link to the pdf if there is only one available config or brings up the modal if there are more than one. Added view specs. 11 years ago
Richard c72b718e4c Included a new taskboard card configurations controller which uses the pdf export plugin to export cards instead of the stories controller. 11 years ago
Richard f6de8edde9 Created a new configs controller to list available configs and handle taskboard creation. This is a temporary solution and will be changing to some sort of modal to choose the config. 11 years ago
Richard 6d14296e8a Ripped out all of the existing taskboard card code and now using taskboard pdf plugin instead. 11 years ago
Hagen Schink 6b0fdf399e Removes selection of default activities 11 years ago
Till Breuer ea276a1257 Integrate I18n-JS in timelines 11 years ago
Hagen Schink 24ad6d03af Fixes duplicated journal notes on move 11 years ago
Sebastian Schuster 268567297c Added copyright notices 11 years ago
Sebastian Schuster 68457f4bea Comments removal 11 years ago
Richard 8ef7dd34f8 Added some controller specs and put some validation on the config model. 11 years ago
Nils Kenneweg 3c4cf19247 pass timelines_id for local custom fields filter. 11 years ago
Richard 0eba424adf did some copy pasting to get configs crud to look like other admin sections. 11 years ago
Richard 571702a539 cleaned out application controllers and views so that only the config admin stuff is left. any pdf generation should be implemented in the controllers of whatever is using the plugin. 11 years ago
Richard b8a23f7416 Raising and catching badly formed yaml errors. 11 years ago
Richard 815b47a139 using "default" config if not specified. 11 years ago
Richard 62e9c4d43f now have a create action for taskboard cards. we will want to move all of this into a proper admin section for taskboard cards. 11 years ago
Philipp Tessenow 43681d1b28 use permitted params for auth_source 11 years ago
Richard 979a01e9e8 Added a simple update form for configs so the default rows can be altered. 11 years ago
Markus Kahl e123941f6b accept key auth for all API v2 actions 11 years ago
Richard 6c228762ee Setup an open project plugin. Copy pasted over some of the code from the backlogs plugin to get a minimum pdf being rendered with prawn. Rigged it up to read in the config from new taskbord_card_configuration model. Just now only the page_size property is being used. This is a basic implementation of ticket 3501. 11 years ago
Markus Kahl 0a7531710f fixed parens 11 years ago
Markus Kahl e3b892d971 fixed each_comma_seperated [sic] 11 years ago
Markus Kahl d69994de8f more concise member creation using whitelisted member role IDs 11 years ago
Philipp Tessenow 1368136e98 verify hhtp verbs in statuses controller 11 years ago
Philipp Tessenow bec2cf13a2 repair update_work_package_done_ratio for statuses 11 years ago
Philipp Tessenow 949d856cb4 do not use catch-all-route for statuses anymore 11 years ago
Philipp Tessenow a5f0a9c345 use add_work_package instead of add_issue (even in test names) 11 years ago
Markus Kahl fcbcccd801 actually return member 11 years ago
Markus Kahl 0024e137e1 covered second case of mass assignment in #create 11 years ago
Till Breuer c71f3eba29 Revert "Don't clear filters when jumping to work packages after project switch" 11 years ago
Till Breuer f798afc35a Don't clear filters when jumping to work packages after project switch 11 years ago
Markus Kahl f7355c1820 include ForbiddenAttributeProtection in correct file (model instead of controller) 11 years ago
Markus Kahl 01ac1315f9 safe mass assignment in member#create 11 years ago
Markus Kahl c84afbdce3 use permitted params for member update 11 years ago
Philipp Tessenow b7e5eba60b we have to set @query.project before adding filters, so that we can determine which filters the user may set 11 years ago
Johannes Wollert 16a54ea416 pretend to be a nested ressource when searching for stuff 11 years ago
Hagen Schink 55b27b1477 Uses permitted params in wiki controller 11 years ago
Jens Ulferts adb62846a4 replaces rjs and inline js with unobstrusive js 11 years ago
Philipp Tessenow 864aa7132f less duplicated code in queries logic 11 years ago
Philipp Tessenow c5480569c4 prepare_query need to be called AFTER update_attributes to ensure invariants 11 years ago
Philipp Tessenow 1970491ef8 use permitted params in QueryControllier 11 years ago
Philipp Tessenow 23c513dc0b it should not be possible anymore to update/create enumerations so that they have a non existent type 11 years ago
Philipp Tessenow f099413192 introduce render_400 (bad request) method in application controller 11 years ago
Philipp Tessenow 80dd8836b4 let the at.js textarea autocompletion look like the usual work-package auto-completion 11 years ago
Hagen Schink 5857f0f6ef Adapts acts as event modifications 11 years ago
Philipp Tessenow d7844da23f add issue number autocomplete for textareas 11 years ago
Philipp Tessenow 10d79bebd2 feed permitted params to mass assignments in enumerations_controller 11 years ago
Philipp Tessenow 860eb61fda use permitted_params for group_controller 11 years ago
Till Breuer 43aee95699 Fix work packages controller spec after changing the query default filter setup 11 years ago