Commit Graph

216 Commits (222c43d56bf3076a7fad4e189b635893e7c21e85)

Author SHA1 Message Date
Alex Coles 56b07b0a87 Cleanup whitespace 11 years ago
Markus Kahl 0bd3d96770 use inherited static url helper 11 years ago
Sebastian Schuster e395a01c4c Adapted to renaming of core method 11 years ago
Sebastian Schuster 268567297c Added copyright notices 11 years ago
Sebastian Schuster 68457f4bea Comments removal 11 years ago
Sebastian Schuster 540cabdc13 Removed unnecessary project loading 11 years ago
Sebastian Schuster 8db4acd579 Moved and renamed files 11 years ago
Sebastian Schuster dbbf99da42 Added validation for fixed_date to prevent 500 on the database 11 years ago
Till Breuer 0e69f1e300 Add event type and localization to cost object activity provider (#2250) 11 years ago
Hagen Schink 4294564c15 Adapts activity refactoring in core 11 years ago
Hagen Schink 5fec5a97d8 Implements activity provider methods 11 years ago
Sebastian Schuster e9379a9b83 Minor update to the existing copyright headers 11 years ago
Till Breuer 8694b8f6b6 Use context menu entry helper method to build 'Budget' context menu entry 11 years ago
Jens Ulferts a52b8a983c reenables handling cost entries on work packages to destroy 11 years ago
Sebastian Schuster 4a9e83a37c Fixed spec failures on ci 11 years ago
Christian Rijke 5807d6b48d Use default activity type. 11 years ago
Christian Rijke 73f5f043d0 Upgrade costs plugin after migration. 11 years ago
Christian Rijke 586afeee5a Set activity/event options for acts_as_journalized. 11 years ago
Christian Rijke fe732cf767 Add CostObject and VariableCostObject journals (model and migrations), extend WorkPackageJournal. 11 years ago
Christian Rijke 4d424a9a39 Replace 'issue' with 'work_package'. 11 years ago
Jens Ulferts f39f10d60c fixes references to now work_packages 11 years ago
Hagen Schink d0d50a0b38 Fix cost_object association by patching issue 12 years ago
Hagen Schink 1cb137a6b5 Fix cukes 12 years ago
Hagen Schink 5ec2a40347 Fix specs 12 years ago
Sebastian Schuster 084703e185 Changed error message for invalid data in validations 12 years ago
Sebastian Schuster af48a91137 Removed budget signoff attributes and references to it 12 years ago
Sebastian Schuster 4585642f19 Fixed costobject view css in model 12 years ago
Sebastian Schuster 9c05691f75 Defined default order for labor and material budget items being ordered by id ensuring the order of existing items always 12 years ago
Sebastian Schuster fe64a545bf Removed some functions that dont seem to be called and where marked as to be removed 12 years ago
Christian Rijke 46812b4010 Fix namespacing of generated urls and use named routes where possible. 12 years ago
Sebastian Schuster 6fbb2dfd2f Implemented new way of saving without validation 12 years ago
Sebastian Schuster 5017c29f88 Simplified copy_from 12 years ago
Sebastian Schuster 2a83bf4434 Adapted the copying of values from other cost objects to not work around the mass assignment protection 12 years ago
Christian Rijke b9d35ecead Trim whitespace. 12 years ago
Christian Rijke 654296b189 Migrate callbacks to new syntax. 12 years ago
Christian Rijke ee54cd3bfe Migrate callbacks to new syntax. 12 years ago
Christian Rijke 649901452b Migrate active model callbacks to Rails 3 syntax. 12 years ago
Sebastian Schuster 97128d3964 Manually took id and type out of copying cost objects so they are not prevented by the mass assignment protection 12 years ago
Sebastian Schuster 58fab0dea4 Removed attr_accessible for cost models and replaced with strong parameters 12 years ago
Jens Ulferts 9fbcb42934 protects cost_entry with strong_parameters 12 years ago
Jens Ulferts 2984376dd6 adapts user deletion callback to new self 12 years ago
Jens Ulferts 9ad36deafc fully specifies included module 12 years ago
Jens Ulferts 2091487720 uses correct declaration for an array 12 years ago
Jens Ulferts f948c27a9b correctly references DeletedUserFallback module 12 years ago
Jens Ulferts 058d46f686 renames all named_scopes to scopes 12 years ago
Jens Ulferts 84e89f0b90 completely removes custom allowance evaluation (granular_for, inheritance) 12 years ago
Jens Ulferts 03fed796f6 removes disregarding validation in test environment 12 years ago
Gregor Schmidt e510f814a7 Removing incomplete patches to group/membership models 12 years ago
Jens Ulferts 1ec84d6cc7 refactoring rate querying to no longer be dependent on the existence of a user 13 years ago
Jens Ulferts b69d6dca86 have a deleted_user_fallback mixin and cost_entry, labor_budget_item and rate using it 13 years ago