Commit Graph

2011 Commits (67ef65dc1676e0d4f46b94786d1b0591d4c2ebe5)

Author SHA1 Message Date
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
Markus Kahl fea257ddf2 only change API ProjectController's accept_key_auth_actions 11 years ago
Markus Kahl 486452e05a enabled key auth for custom_field actions 11 years ago
Till Breuer 2398ab56de Ensure a wiki menu item has to be replaced when it is the last one... 11 years ago
Till Breuer e3a9c8c49d Do nothing when replacing a wiki menu item with itsself 11 years ago
Till Breuer c9d8aa5e08 Fix error on double click when replacing main wiki menu items 11 years ago
Till Breuer e266af9deb Also include the current wiki page and its children for main item replacement 11 years ago
Sebastian Schuster 97577c3f78 Fixed non-functional optimistic locking for 11 years ago
Martin Czuchra 9b8e1aad51 Revert "remove usage of eval() in User#name" 11 years ago
Markus Kahl a0ea35992b no longer necessary to include custom values in index 11 years ago
Markus Kahl 26b8c50835 render custom_fields in rabl views 11 years ago
Markus Kahl 38f954e323 eager load custom_values in projects/index 11 years ago
Markus Kahl 307cfdb9eb list custom fields grouped by type 11 years ago
Markus Kahl 50ff5f6ecb eager load all the things in projects/planning_element_custom_fields 11 years ago
Markus Kahl 0ba8bf5e39 list projects' planning element custom fields 11 years ago
Markus Kahl 9f56816a3e eagerly load custom_fields; require :edit_project permission to view /custom_fields 11 years ago
Markus Kahl f7d8efe40a render custom_fields views using rabl 11 years ago
Markus Kahl 2a448e0bee output extra fields for WorkPackageCustomField 11 years ago
Markus Kahl 96559983df inserted copyright notice into custom_fields files 11 years ago
Markus Kahl 642e9c16c6 query custom_fields and output them for planning_elements and projects 11 years ago
Philipp Tessenow 18a66e9601 remove usage of eval() in User#name 11 years ago
Nils Kenneweg fcbb74b60a fix loading of multiple vertical pes. 11 years ago
jwollert e9d6ad02ab scope users by their visibility so that admin rights are not required 11 years ago
Till Breuer 48725feb3b Fix pagination links of project settings members tab after AJAX update 11 years ago
Michael Frister ae867777fd Fix board edit/update validations, add success flash message 11 years ago
Hagen Schink 61682ae789 Fixes event sorting 11 years ago
Hagen Schink 6b59ba73eb Redirects to boards tab 11 years ago
Hagen Schink 6043f43c55 Fixes forum reordering 11 years ago
Philipp Tessenow 7f272a5a3b make calls to constantize as safe as possible 11 years ago