Commit Graph

5492 Commits (e81c2e9e580651f1f4c0e027dde31148fd5891bd)

Author SHA1 Message Date
Nils Kenneweg e81c2e9e58 re-calculated sizes. 11 years ago
Nils Kenneweg 2133f2a9ea change text rendering to faster svg text elements. 11 years ago
Hagen Schink a48843a855 Normalizes strings before comparison 11 years ago
Nils Kenneweg 268eec3e88 change star to hash in tooltip. 11 years ago
Jens Ulferts e40d3e7e81 restructures project menu for timelines 11 years ago
Jens Ulferts a205fab41d removes false (duplicate) journal formatter registration 11 years ago
Hagen Schink 7926512605 Fixes reassign list 11 years ago
Hagen Schink 87f14354a1 Fixes form method 11 years ago
Hagen Schink 6d767232be Removes superfluous comment 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 e2d863171b only display the checkboxes when there is something to copy 11 years ago
jwollert 87f7eb50bc move project copy stuff to its own module so it doesn't clutter project.rb 11 years ago
jwollert f29ef71702 render some error messages for the copied project and its associations 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 d79575d1b1 remove actions from authorize filter that got moved to CopyProjectsController 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 20f1c24ee6 copyright headers and newlines for all 11 years ago
jwollert 92bbd993dc move project copy actions to its own controller 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 38fdc192c3 update copyright headers 11 years ago
jwollert 1b16239efe get rid of project instance variable in our partials and render the same possible associations for copying in both settings and admin copying 11 years ago
jwollert b56c68ae5f reenable finding the right project on copy action 11 years ago
jwollert 1569fea11f enable copying of timelines across projects 11 years ago
jwollert 13209f6589 use proper name for dependencies, so we don't confuse it with reportings 11 years ago
jwollert 406b432e96 fixes wiki copying 11 years ago
jwollert 8c1bf368cd gets custom field copying to work, moves partials around a bit 11 years ago
jwollert 1cfaf5aa55 make hidden field partial handle 'false' values as expected 11 years ago
jwollert 3d6c8de390 fix broken identifier updating 11 years ago
jwollert bda66aa5d4 get types to work in copying from settings and use the right instance for copying 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 2ee6420b4c make url in settings pretty again 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 2189735fa3 use the proper instance variable to make sure we use the right object in our project copy forms 11 years ago