Commit Graph

237 Commits (d0f6c2e76aa194b25b484d0bded3048c85c0b994)

Author SHA1 Message Date
Hagen Schink 7609698a0d Renames and adapts issue version error translation 11 years ago
Jens Ulferts 7130428ff3 unifies activity across work packages 11 years ago
Martin Czuchra 38098eac5b Moves methods out of issues into work_packages. 11 years ago
Hagen Schink 69477d434c Moves copy/move methods to work package 11 years ago
Hagen Schink d11c442aa0 Moves up allowed target projects query method 11 years ago
Jens Ulferts b9590aff9a patches nested_set to add tree rebuilding methods that are not using 11 years ago
Jens Ulferts fcc51fa8e2 allow hierarchies between Issues and PlanningElements by moving methods up 11 years ago
Jens Ulferts ae7e5aae3b replaces parent_issue_id with parent_id whereever it was to be found 11 years ago
Jens Ulferts 5d3b70928c moves after save hooks to work_package 11 years ago
Jens Ulferts 247436ca38 moves scoped nested set into own module, applies to WorkPackage 11 years ago
Hagen Schink fbda734b59 Moves methods from issue to WP 11 years ago
Jens Ulferts c5f40d84c4 enables logging time on update 11 years ago
Jens Ulferts 36b9870cd6 allows for rendering pdf from work_package#show 11 years ago
Jens Ulferts 293e8a7b7f changes changeset_issues join table to be changeset_work_packages 11 years ago
Martin Czuchra 847a3029a9 Renames Tracker into Type. 11 years ago
Jens Ulferts a84166c2e0 readds accidentally deleted relation cleanup 11 years ago
Jens Ulferts ceb9156a0b returns empty allowed_status if the issue currently has none 11 years ago
Jens Ulferts 1174a69db0 adds an early version of having a unified new action/view for issues/planning_elements 11 years ago
Hagen Schink 14f9c847a6 Pull method up refactoring 11 years ago
Hagen Schink 2da6c7a900 Pull method up refactoring for costs 11 years ago
Hagen Schink 89544eb63f Move relations to work package 11 years ago
Hagen Schink 005115828f Move to_s to work package 11 years ago
Hagen Schink a6f83f1d3c Adapt references to work package 12 years ago
Hagen Schink 05f2f300fc Introduce work unit permissions 12 years ago
Hagen Schink 8baacde427 Fix tests 12 years ago
Hagen Schink 82d2400cf0 Let issues work via STI 12 years ago
Christian Ratz 303ec4a695 fixed some typos for disabled issue attributes 12 years ago
Christian Ratz ec5f0dd51c added cukes for issue#new and issue#edit 12 years ago
Jens Ulferts 21459a384f provide every possible file with a short copyright notice 12 years ago
jwollert ce0574119b fixes estimated_hours validation on issues by explicitly making it fail on invalid input strings 12 years ago
Martin Linkhorst c442ecb7d9 remove gantt from core (take the commit as a guide on how to bring it back as a plugin) 12 years ago
Christian Rijke 9be08a767e Add a method to ensure the correct load order of core model classes with a circular dependency. 12 years ago
Philipp Tessenow ef9ae5ffa3 use scope instead of named_scope 12 years ago
Philipp Tessenow 1f4f73c1d3 merge upstream changes (1f45cd3 - pull request #5). 12 years ago
Philipp Tessenow 479086af1a fix class load order 12 years ago
Philipp Tessenow 3affd94490 Revert "wrap scope in lambdas to let the migrations run again" 12 years ago
Philipp Tessenow 7a405355f4 wrap scope in lambdas to let the migrations run again 12 years ago
Jens Ulferts 0d3be2f958 no longer serializes changes as they will be anyway 12 years ago
Jens Ulferts 2c22694e98 eager loads objects associated to the issue's relations 12 years ago
Jens Ulferts 3adca91704 overrides awesome_nested_set methods for issues to allow for fixing the 12 years ago
Jens Ulferts 705200ec33 matches journaled field against regexp to be able to cope with dynamic field names 12 years ago
Gregor Schmidt 9755b931dd Extending API of recalculate_attributes_for 12 years ago
Gregor Schmidt ccc97fcbfa Optimization: Avoiding save if nothing changed 12 years ago
Martin Linkhorst 232fa7d7b0 use a hash for yaml stuff 12 years ago
Philipp Tessenow 84e2729b98 REVIEW: another batch of the renaming effort from Journals#changes to changed_data 12 years ago
Martin Linkhorst 584e592bd4 active records' #attributes=() signature changed. so let's change as well 12 years ago
Martin Linkhorst 52294f5a68 active records' #attributes=() signature changed. so let's change as well 12 years ago
Martin Linkhorst a89e22e2dc remove attachments before destroying the issue to avoid getting a Activerecord::StaleObjectError 12 years ago
Martin Linkhorst c17ffccfe2 REVIEW: update to the new AR api. hint: we need to update all :include => to fix all bugs since only a few of them are testiest 12 years ago
Martin Linkhorst d9f422e6b0 use #joins instead of #includes since includes does seem to have a bug when combining with #maximum, #sum etc. 12 years ago