Commit Graph

1823 Commits (6acf1c64bd9c967cf56c8e9e7025f8cdc7a4d56f)

Author SHA1 Message Date
Philipp Tessenow 9ff5b0289d simplify move_to operations in permitted_params.rb 11 years ago
Philipp Tessenow abd35622e3 make custom_fields Rails3ish 11 years ago
Philipp Tessenow 71043d0d2f whitelist params for custom_fields 11 years ago
Philipp Tessenow 31b65ef1b7 give permitted params some sane whitespace 11 years ago
Philipp Tessenow ee28248ec6 sort permitted_parames-monster-hash alphabetically 11 years ago
Philipp Tessenow db533c02ca ActiveModel::ForbiddenAttributesProtection has to be included in the Status model 11 years ago
Philipp Tessenow 236a2cd668 use permitted params for Status#create/update 11 years ago
Hagen Schink 0fc70456aa Passes the change author to the delayed job 11 years ago
Sebastian Schuster 9012596804 Changes from empty string to nil and vice versa are no 11 years ago
Till Breuer d085e36aaa Add forbidden attributes protection to menu items 11 years ago
Till Breuer aa895306bd Use strong parameters in menu item controllers 11 years ago
Till Breuer 7770f03d1a Add spec for menu_item#destroy 11 years ago
Till Breuer 3639154a98 Fix wiki menu items constant references after menu items generalization 11 years ago
Till Breuer 185fb74855 Move menu item methods concerning wikis to wiki menu item 11 years ago
Till Breuer db39af8860 Validate uniqueness of menu item title scoped by navigatable type 11 years ago
Till Breuer 71f9a56e89 Add query menu items 11 years ago
Till Breuer 4dcc97d544 Add menu items generalized from wiki menu items 11 years ago
Till Breuer b57b9a9348 Make message#board_id accessible to allow for moving topics (fixes #2534) 11 years ago
Philipp Tessenow 8173e3fc31 refactor pagination model. remove duplicated code and scopes 11 years ago
Till Breuer a8265cef6c Ensure wiki_page#to_param is used for various links and redirects 11 years ago
Till Breuer 76140dd785 URL-escape wiki_page#to_param 11 years ago
Hagen Schink 7088d80cad Normalizes predecessor data too 11 years ago
Hagen Schink a48843a855 Normalizes strings before comparison 11 years ago
Jens Ulferts a205fab41d removes false (duplicate) journal formatter registration 11 years ago
Michael Frister eda857d75b Settings: Cache whether settings table exists 11 years ago
jwollert 86e405e5ee copy wiki menu items as well when copying a wiki 11 years ago
Sebastian Schuster 35d056b3c1 Fixed multiple journal entries being created when adding 11 years ago
jwollert 87f7eb50bc move project copy stuff to its own module so it doesn't clutter project.rb 11 years ago
jwollert 33c82556a9 reload the whole issue tree before attempting to copy relations 11 years ago
jwollert 84c27e82f7 fixes bug in copying issue relations 11 years ago
jwollert d261e41a63 fixes bug in copying timelines with non-existant options 11 years ago
jwollert 9e07a6aae3 reload stuff gotten from map, because issues might have been moved around in the tree 11 years ago
jwollert 1d83bdc4c0 more elegant way to specfify which stuff to copy and in what order 11 years ago
jwollert 68ab5e3fc0 enable copying of Reportings 11 years ago
jwollert c0e80e861a Refactor the way a defaut wiki menu item gets created: 11 years ago
jwollert 5610e6573b define the order in which associations are copied: 11 years ago
jwollert aa39d77afa strategically reload the model to copy and be more explicit about the wiki we use 11 years ago
jwollert a0d21b4715 fixes membership copying: insert into memberships association instead of members because we can get groups as well 11 years ago
jwollert 1569fea11f enable copying of timelines across projects 11 years ago
jwollert 406b432e96 fixes wiki copying 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 a5cd72fdfb check for private methods to copy stuff, too 11 years ago
jwollert fc5831d5d1 don't limit copying stuff to associations 11 years ago
jwollert 0a23e16a85 fixes blacklisting inside Project#copy_attributes 11 years ago
jwollert d1189d0c80 make Project#copy extensible and throw away its whitelist 11 years ago
jwollert 7aa19211ed updates doc on Project#copy 11 years ago
jwollert 44fbb90ad2 rename Project#copy_from to #copy_attributes to distinguish from Project#copy 11 years ago
jwollert 7088ae0fb4 put all safe attributes inside a single call 11 years ago
jwollert 7fe1c44994 allow copying of parent_id as well 11 years ago