Commit Graph

42 Commits (16fb352d8d5a1514a3f57d5e619e81ed17f3a412)

Author SHA1 Message Date
Alex Coles 16fb352d8d Use 1.9+ Hash syntax 9 years ago
Alex Coles 5f09485357 Remove all usages of unloadable 9 years ago
Sebastian Schuster 268567297c Added copyright notices 11 years ago
Sebastian Schuster dbbf99da42 Added validation for fixed_date to prevent 500 on the database 11 years ago
Hagen Schink 5fec5a97d8 Implements activity provider methods 11 years ago
Till Breuer 8694b8f6b6 Use context menu entry helper method to build 'Budget' context menu entry 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
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 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 2a83bf4434 Adapted the copying of values from other cost objects to not work around the mass assignment protection 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 2984376dd6 adapts user deletion callback to new self 12 years ago
Jens Ulferts cd34ae5fda assign User.current as author as author of a cost_object at initialization, not on before_validation; removed superfluous before_destroy 13 years ago
Jens Ulferts a80b7ee472 deleting the user sets the auhorship of associated cost object to the deleted user 13 years ago
jwollert 19a59cc589 protect ALL the models from mass assignment 13 years ago
Jens Ulferts 5027a42a8d acts_as_journalized for variable_cost_object 13 years ago
Jens Ulferts cdb2e8e54d change empty line coding 13 years ago
Gregor Schmidt b50ff2f3b9 Using acts_as_journalized if available 13 years ago
Gregor Schmidt 8c663a30d8 white space 13 years ago
Philipp Tessenow 943c1efdda moved redmine_costs back to root folder 14 years ago
Philipp Tessenow cbdda0bcb0 moved redmine_costs into a subfolder 14 years ago
Philipp Tessenow 886418492f removed the newly introduced plugin-folder 14 years ago
Philipp Tessenow 9504318729 move plugin into a subfolder. this enables us to have multiple plugins wihtin a repo and makes deployment easier 14 years ago
p.tessenow 5aa1865a30 fixed compile error i introduced earlier 14 years ago
p.tessenow b395d040ea a subject of length 0 should not be allowed 14 years ago
rkh 2bf8de9052 updating part 2, there we go 15 years ago
rkh 5fe8faae2f updating part 1, stay tuned 15 years ago
hjust ddb194c98d Nullify cost_object reference in issues if a cost object is deleted. 15 years ago
hjust 17120dcc14 Fixed some display quirks in cost object view 15 years ago
hjust 07c5b43a48 Normalized all permissions to the new permission model. 15 years ago
hjust aac02b4651 renamed permission :view_unit_price to :view_cost_rates everywhere 15 years ago
hjust f975b22eeb Fixed calculation of costs after removal of denormalized values 15 years ago
hjust 2512f5b745 set deliverable to null on issues on destroy of a cost object 15 years ago
hjust 79cdba76ae removed a multitude of unloadable 15 years ago
hjust ea33da9a5e Refactored many names: 15 years ago
hjust 0b58f50653 required type in deliverable model. 15 years ago
hjust 62fbe82c55 * enable calculated costs on deliverable_costs and deliverable_hours if there is no assigned deliverable (if it was not saved yet) 15 years ago
hjust 89b3af07ba first steps towards editing of cost_types 15 years ago
hjust 136cba880c * removed progress based on estimated hours 15 years ago
hjust 7e40cd308f forgot en end on function end. 15 years ago
hjust 455560b8ae removed saved budget from deliverable. is now calculated on the fly 15 years ago