Commit Graph

33 Commits (222c43d56bf3076a7fad4e189b635893e7c21e85)

Author SHA1 Message Date
Sebastian Schuster 268567297c Added copyright notices 11 years ago
Sebastian Schuster 4c71fff5cd Migrated old plugin settings and fixed wrong asset path 11 years ago
Christian Rijke 57c9355b02 Use new PDF-Exporter module. 11 years ago
Christian Rijke 4d424a9a39 Replace 'issue' with 'work_package'. 11 years ago
Jens Ulferts 81079e4e96 adds pagination for budget index 12 years ago
Sebastian Schuster d25228cecb Removed preview for cost objects as it only renders descriptions anyway 12 years ago
Sebastian Schuster 38684d6c45 Removed verify as routes already ensure destroy is invoked with a post 12 years ago
Sebastian Schuster 0053451968 Removed bulk_edit and context_menu actions from before filter 12 years ago
Christian Rijke 3429a9228c Add nil-check to avoid exception when previewing an unsaved budget. 12 years ago
Jens Ulferts 897676fa76 removes usage of StringIO for cost_object csv export 12 years ago
Jens Ulferts 389ac9c8ac removes project from csv export signature 12 years ago
Jens Ulferts e48ac168e5 removes pdf response to cost_objects#index 12 years ago
Sebastian Schuster c71176f986 Added copy action for copying cost_objects 12 years ago
Sebastian Schuster 3f542a4c4d Used strong parameters style mass assignments in cost_objects_controller and cost_types_controller 12 years ago
Jens Ulferts 6955d6875c splits up controller methods without cleaning them up much 12 years ago
Jens Ulferts 84e89f0b90 completely removes custom allowance evaluation (granular_for, inheritance) 12 years ago
Martin Linkhorst b1e8c1a7a8 bugfix: attachments get saved now 13 years ago
jwollert dc8e2d8e8b don't need blacklisted attributes in cost_objects controller anymore, attr_accessible filters those for us 13 years ago
Romano Licker 9dbc0412d3 links in the sidebar move to the budget submenu 13 years ago
Jens Ulferts 626252b8e8 fixing costs_objects_controller to only return cost_entries for projects in which the user has the right to view_cost_entries 14 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
hjust 8f2c46f17e Refactoring: use authorize_global instead of the custom authorization for cost_object_controller#index 15 years ago
hjust 0bd6a616c6 Display cost objects tab only if the user has the rights to see them. (refs #16658) 15 years ago
rkh 2bf8de9052 updating part 2, there we go 15 years ago
rkh 5fe8faae2f updating part 1, stay tuned 15 years ago
hjust 19f898cb7e fixed redirect target to the index action 15 years ago
hjust c1c78cd303 Cleaned up authorization 15 years ago
hjust 023d99cd28 Lost a save during last commit. 15 years ago
hjust aac02b4651 renamed permission :view_unit_price to :view_cost_rates everywhere 15 years ago
rkh 806fa330dd added unloadable to controllers again, to fix development issues 15 years ago
hjust 79cdba76ae removed a multitude of unloadable 15 years ago
hjust 660b2bd169 * denormalized costs in cost entries and tickets 15 years ago
hjust ea33da9a5e Refactored many names: 15 years ago
hjust bbc1638b6f Removed ability to create deliverables which are not of type CostBasedDeliverable. 15 years ago
hjust b641cb2efa Cost types can now by marked deleted. Such cost types can not be used in budget planning and cost logging. References are not destroyed as a cost type can never be really deleted from the database. 15 years ago
hjust 89b3af07ba first steps towards editing of cost_types 15 years ago
hjust 3651b8f695 cleaned up 15 years ago
hjust b221a43454 allows overriding costs in cost_entries. 15 years ago
hjust d1e51ea933 added ability to overwrite costs in budget planning 15 years ago
hjust 2676622e2e added destroy action for deliverables 15 years ago
hjust 7bc3d4cf52 extended view of deliverables 15 years ago
hjust 09664f9842 removed stale FIXME 15 years ago
hjust 254bee170e * removed order column for budget 15 years ago
hjust f412c6b05c removed unnecessary (and faulty) creation of blank deliverable_cost and deliverable_hour objects on creation of deliverable 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