Commit Graph

154 Commits (8a35fbbcd5cfd7f7ca293165257cc7767199acae)

Author SHA1 Message Date
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
Sebastian Schuster 243b4b2aba Introduced correct I18n pluralization for cost_type model name 12 years ago
Sebastian Schuster c163096a2b Moved a lot of translations to models and attributuses and adapted their invocation in the views, removed some unused translations 12 years ago
Sebastian Schuster e6a1ee33b5 Replaced find(:all,...) with .all(...) while we are at it because 12 years ago
Sebastian Schuster f531515058 Pluralized user_rate to user_rates as it actually refers to multiple rates 12 years ago
Jens Ulferts a9c9b12836 adds user_rates to permitted_params 12 years ago
Jens Ulferts 89a2c14518 removes post code branch as it will never be used in an edit action 12 years ago
Jens Ulferts e22c5f9802 removes no longer valid parameter in User#allowed_to? call 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
Christian Rijke 3bbdf01938 Preserve rate history and overwrite the last rate in the history only if rate.valid_from == today (otherwise create a new rate). 12 years ago
Jens Ulferts 3dd6202710 fixes cost_type deletion 12 years ago
Christian Rijke 46812b4010 Fix namespacing of generated urls and use named routes where possible. 12 years ago
Sebastian Schuster c71176f986 Added copy action for copying cost_objects 12 years ago
Jens Ulferts 7c9836fc3e fix permissions for hourly rates broken by splitting up edit 12 years ago
Jens Ulferts 1b9a38b203 cleans up cost_types_controller 12 years ago
Jens Ulferts 7e7679b0df fixes cost_type creation 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 e48a1b8dec renames costlog details to index 12 years ago
Jens Ulferts 9fbcb42934 protects cost_entry with strong_parameters 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
Jens Ulferts 3d4ea2c4cc split up costlog controller edit into new, create, edit, update 13 years ago
Martin Linkhorst feaf82c0e8 validate presence of issue in order to get a nice error message + textmate whitespace 13 years ago
Martin Linkhorst 97b5a93bc9 fix mass assignment bug in hourly rates + some whitespace 13 years ago
Martin Linkhorst bd5bfa25c1 no error when logging unit costs 13 years ago
jwollert 41ba13ea48 adjust controllers to mass assignment constraints 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 c28104f36b [breadcrumb] replace default breadcrumb text 13 years ago
Romano Licker 9dbc0412d3 links in the sidebar move to the budget submenu 13 years ago
Tim Felgentreff 4fe8ebd62e #4424 redirecting onto a show action would reset the report. prevent that 13 years ago
Tim Felgentreff 9e5ca03427 Adjust costlog and timelog controllers for engine with widgets. The session query is on a different key, now. 14 years ago
Markus Kahl c3fd8ba82d make cost_entry routes same as for time_entries, 14 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
Konstantin Haase 81859dbf93 fix filter passing to report 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
t.felgentreff b00fcd204b after removing cost type as visible filter, use the unit param to set on a cost type when coming from an issue 14 years ago
t.felgentreff 65d6ed12fa fix symbol:gsub issue when creating cost entries in the frontend 14 years ago
t.felgentreff 60f5e4038b whitespace fixes 14 years ago
p.tessenow 0113d6e3db modified costlog_controler to work with our reporting 14 years ago
t.felgentreff 9d2f821de4 update costlog and timelog controller for reporting 14 years ago
hjust 5dbf2b31d8 Allow separators and delimiters in cost entry units. 15 years ago
hjust 8f2c46f17e Refactoring: use authorize_global instead of the custom authorization for cost_object_controller#index 15 years ago