Commit Graph

215 Commits (74c2cdb9a932e53e7dacdf5b14865915c5d4022f)

Author SHA1 Message Date
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
Martin Linkhorst d616d0574e DEPRECATION FIX: use errors.add(:base, msg) instead of errors.add_to_base(:msg) 12 years ago
Martin Linkhorst 3419564990 DEPRECATION FIX: use save(:validate => false) instead of save(false) 12 years ago
Martin Linkhorst 71fe49e862 DEPRECATION FIX: use validate :method_name instead of overwriting the validate method 12 years ago
Martin Linkhorst b6b27b904c DEPRECATION FIX: use after_initialize :method_name instead of overwriting the after_initialize method 12 years ago
Jens Ulferts d088bbd3ae resourcifies issue_relations 12 years ago
Jens Ulferts 99bc0daaf9 replaces awesome_nested_set#leaf? with a query for whether a parent_issue is present 12 years ago
Martin Linkhorst b6aac286d4 take the root Query class rather than active records. also re-allow passing an order to acts_as_nested_set. all to make the tests happy 12 years ago
Martin Linkhorst b49e0207a5 fix nested issues tests (1 test still fails from time to time :() 12 years ago
Jens Ulferts 3e633fc27e renames all named_scopes to scopes 12 years ago
Jens Ulferts 0c996d9768 set parent_issue_id to nil if no cross project issue relations are allowed but would result after move 12 years ago
Jens Ulferts 7d76b8f53d validates an issue with parents in a different project depending on whether cross project relationships are allowed 12 years ago
Romano Licker 73c087e19c reset author to current user when copying an issue 13 years ago
Romano Licker 44f48962bf automatically fill the parent_id field when duplicating an issue 13 years ago
jwollert d9f6b52029 protect relations to users (assigned_to, author_id etc.) in models, too 13 years ago
Martin Linkhorst 337561261a some documentation regarding mass assignment, show full stack trace in console 13 years ago
Martin Linkhorst 696ed97dcd fix: use the old style #force_attributes 13 years ago
Martin Linkhorst 12bb66c264 refactor dealing with mass assignment 13 years ago