Commit Graph

25 Commits (968140c5d861d092905c54942464cc3a5bcd51a4)

Author SHA1 Message Date
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
hjust de35d55214 * correct calculation of costs 15 years ago
hjust 5add325bf0 Display end edit of deliverables 15 years ago
hjust 1b23ee97e0 Implemented copy_from for Deliverables 15 years ago
hjust d5483343ac Allow the creation of deliverables 15 years ago
hjust e559f1bfa8 last commit before heavy rewrite of deliverables logic 15 years ago
hjust 03bb509c26 End of day commit. ATTENTiON, still buggy!!! 15 years ago
hjust b930d7444b added rate models 15 years ago
hjust 3a8dc5f69c allows for nice data entry of deliverable costs 15 years ago
hjust b70daddedc initial form for deliverables 15 years ago
hjust b5808d17ed initial commit for redmine_costs 15 years ago