Commit Graph

1839 Commits (ec10b1f58db95a84decd088dc7b04d83f593d5b9)

Author SHA1 Message Date
Till Breuer 6fef6001da Perform individual parameter whitelisting during work package bulk update 11 years ago
Till Breuer e43506b7a1 Fix work_packages/bulk#update if no work package params are passed 11 years ago
Till Breuer e34b674dcf Use permitted params instead of safe attributes in work packages bulk controller... 11 years ago
Michael Frister b9a0cbac9d API v2: Improve status index performance 11 years ago
Philipp Tessenow 79d7a270c0 move common code of reports_controller and timelog_controller into a common helper 11 years ago
Christian Ratz 45419a7531 fixed #3030 11 years ago
Till Breuer 4d5259e688 Add flash notice after successful query_menu_items#create 11 years ago
Till Breuer c52518ec12 Update specification of redirect after query_menu_items#create 11 years ago
Till Breuer aa895306bd Use strong parameters in menu item controllers 11 years ago
Till Breuer ceec532871 Remove explicit passing of objects from query_menu_items#edit since they aren't used by the view 11 years ago
Till Breuer f47e5cb0ba Don't show flash on query_menu_items#create, prevent error on double submission 11 years ago
Till Breuer c5b26e920a Use current_menu_item from menu item controller mix in to select query menu items 11 years ago
Till Breuer f130d8be4c Add query menu items controller spec, respecify redirect after create 11 years ago
Till Breuer dd8319e91b Add authorization check to query menu items controller 11 years ago
Till Breuer 8d80a59876 Add query_menu_items#edit, make names of query menu items configurable 11 years ago
Till Breuer bf3923aa04 Use canonical resources route for query menu items, use local project variable in workpackages#index 11 years ago
Till Breuer f53e1884c0 Make work packages controller spec work again 11 years ago
Till Breuer e73ec9882a Mark query menu item corresponding to current query as selected 11 years ago
Till Breuer 54d88cba49 Canonicalize query menu item name 11 years ago
Till Breuer 8f5b59d3c3 Add localization for error on menu item creation 11 years ago
Till Breuer b119b3d90e Fix building of query path in query menu items controller 11 years ago
Till Breuer 687515df84 Sketch query menu item creation and deletion 11 years ago
Till Breuer 4dcc97d544 Add menu items generalized from wiki menu items 11 years ago
Martin Czuchra c65cc858d7 Removes before filters for :require_login. 11 years ago
jwollert 8064588957 do not render success message when we don't actually update a wiki menu item 11 years ago
jwollert 643bd70d42 fix readding a users membership to a project in admin panel 11 years ago
Till Breuer 15982898d9 Add integration test for wiki child page creation with special characters in title 11 years ago
Till Breuer fef78ca812 Respecify redirect after wiki#destroy 11 years ago
Till Breuer 55b13d4067 Add wiki#new again since it's in the specs 11 years ago
Till Breuer a8265cef6c Ensure wiki_page#to_param is used for various links and redirects 11 years ago
Till Breuer 38ac23fd6f Remove confusing wiki_controller#new 11 years ago
Philipp Tessenow 7282104f00 remove forgotten debug statement 11 years ago
Philipp Tessenow 8a25a1c0a1 add option to diable browser cache for security reasons. 11 years ago
Jens Ulferts e40d3e7e81 restructures project menu for timelines 11 years ago
Hagen Schink 6d767232be Removes superfluous comment 11 years ago
jwollert f29ef71702 render some error messages for the copied project and its associations 11 years ago
jwollert d79575d1b1 remove actions from authorize filter that got moved to CopyProjectsController 11 years ago
jwollert 92bbd993dc move project copy actions to its own controller 11 years ago
jwollert b56c68ae5f reenable finding the right project on copy action 11 years ago
jwollert 3d6c8de390 fix broken identifier updating 11 years ago
jwollert ae90151c83 no need to copy the attributes of @project in our controller, as we can just use @project to build the form 11 years ago
jwollert b6a53d21f7 refactor copy process out of project model 11 years ago
jwollert 0e4315ccc1 makes it possible to copy project associations across projects 11 years ago
jwollert 460f1a0b0a project form gets its project as a local now, instead of using an instance variable; 11 years ago
jwollert 44fbb90ad2 rename Project#copy_from to #copy_attributes to distinguish from Project#copy 11 years ago
jwollert 062f87b3f8 rename admin/settings distinction parameter to 'coming_from' to avoid confusion 11 years ago
jwollert 1ac88ff462 set the project to copy from 11 years ago
jwollert 43ed467f54 find the right project to copy from in copy action 11 years ago
jwollert 7c2836dd7e authorize before copy actions 11 years ago
jwollert 72af565342 split post and get sides of project controllers copy action and reuse it across admin/settings 11 years ago