Commit Graph

564 Commits (7b368be2626cd0d469fef87c7141656f509dd64b)

Author SHA1 Message Date
Jens Ulferts 1a73c899ae fixes wrong syntax 12 years ago
Jens Ulferts 24e4fccfda rewrites no longer supported javascript helper call 12 years ago
Jens Ulferts dea8c7f69b settings are now placed unter openproject_costs 12 years ago
Jens Ulferts ae3b7a348f turns hard reference to CostQuery into a soft one 12 years ago
Jens Ulferts ad4b81654a whitespace fixes 12 years ago
Jens Ulferts 6955d6875c splits up controller methods without cleaning them up much 12 years ago
Jens Ulferts 33afeecaa3 adds = to form blocks 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 561f34d64f adapts settings reference to new name 12 years ago
Jens Ulferts 2984376dd6 adapts user deletion callback to new self 12 years ago
Jens Ulferts 9524098b8c adapts custom form call to changed signature 12 years ago
Jens Ulferts 0b78982493 renames rhtml to html.erb 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 b4cc859139 fixes budget creation 12 years ago
Jens Ulferts 84e89f0b90 completely removes custom allowance evaluation (granular_for, inheritance) 12 years ago
Jens Ulferts 6c3150e110 removes explicit width in progress bar 12 years ago
Jens Ulferts a9718fd122 fixes image on budget table header 12 years ago
Jens Ulferts 03fed796f6 removes disregarding validation in test environment 12 years ago
Jens Ulferts 750a321889 whitespace and commented out code removal 12 years ago
Jens Ulferts 45c801fb51 renders the current users id when the user is only allowed to edit for self 12 years ago
Jens Ulferts bb1af7e193 removes unused partial 12 years ago
Jens Ulferts 19d8b4e102 removes invasive javascript click handler 12 years ago
Romano Licker 39f653900e replace old icons with new core icons 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
Jens Ulferts 72b7922e72 adding missing validations to labor budget items, specs for the model 13 years ago
Jens Ulferts 6bd3d4a39a remove association definitions on hourly rate and default hourly rate that are already inherited from rate 13 years ago
Jens Ulferts 250330a2d2 removing duplicate validations on rate, refactoring date is a date validation 13 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
Martin Linkhorst 804f10da04 more protection against mass assignment, forgot something 13 years ago
Martin Linkhorst 928720f6b6 more protection against mass assignment 13 years ago
Martin Linkhorst b1e8c1a7a8 bugfix: attachments get saved now 13 years ago
jwollert 3f1d9c2cf5 build label for cost objects inside issue bulk edit form using rails' helpers instead of string concat 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 7bed02534a fixes updating labor and material item updates so we cannot break out of our projects' bounds 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
jwollert 19a59cc589 protect ALL the models from mass assignment 13 years ago
Martin Linkhorst 2000f4a377 show log unit costs in issue detail page, fixes #26310 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