Commit Graph

680 Commits (c5e3f10153bbdaabcfd9289b3b3bd8ce762a5521)
 

Author SHA1 Message Date
Martin Czuchra c5e3f10153 Releases 2.1.3 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 6797b78099 rewrite cost_entry_spec to no longer use fixtures 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 b5622169ab adding factories 13 years ago
Jens Ulferts ec67244d91 spec that labor_budget_items, hourly_rates and default_hourly_rates keep their user_id even when the associated user is deleted 13 years ago
Jens Ulferts f5b9644ba0 add missing i18n for label_hourly_rate which is part of the breadcrumb 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 3114e8125a testing that group_user gets deleted when a user is destroyed 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
Romano Licker d2233b138e Releasing 2.1.2 13 years ago
Romano Licker 11b9523e1d Merge remote-tracking branch 'origin/feature/mass_assignment' 13 years ago
Martin Linkhorst 8c1202b95d just fixed a failing test 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
Jens Ulferts 2597b05786 specfix: using current date to make postgresql happy 13 years ago
Jens Ulferts e77a7ed946 Merge branch 'release/2.1' 13 years ago
Jens Ulferts 00d12b3b48 Releasing 2.1.1 13 years ago
Jens Ulferts 82f69f2ede Merge branch 'feature/mass_assignment' into release/2.1 13 years ago
Jens Ulferts 56301694c3 adapting cost_entry generation step definition to changed validations 13 years ago
Jens Ulferts 02ae466041 Merge branch 'feature/mass_assignment' into release/2.1 13 years ago
Jens Ulferts 918bea539f Merge remote branch 'origin/feature/mass_assignment' into feature/mass_assignment 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
jwollert 6def2e627e Merge branch 'master' of https://dev.finn.de/git/redmine-cost-control 13 years ago
Jens Ulferts 3d4ea2c4cc split up costlog controller edit into new, create, edit, update 13 years ago
Jens Ulferts a762a8d9af specfix: restoring original permissions so they do not interfere with other tests 13 years ago
Jens Ulferts 66e3adea93 taking the user provided by :for option if available 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
Martin Linkhorst 01042a5c54 add missing translation stückkosten buchen 13 years ago
Jens Ulferts 4994bc030e Merge branch 'feature/mass_assignment' into release/2.1 13 years ago
jwollert 8da4ea31ec fixin' ALL the tests 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
Jens Ulferts ca06457340 Releasing 2.1.0 13 years ago
Jens Ulferts bb0e066944 remove dead code 13 years ago
Jens Ulferts 7a3f52f34c rewritten allowed_to? modification to be compatible with new core implementation 13 years ago
Martin Linkhorst 2000f4a377 show log unit costs in issue detail page, fixes #26310 13 years ago
Romano Licker 34d11a33fa adding a new journal formatter that handles the cost association 13 years ago
Romano Licker ddb2dcbbf8 testing recreate_initial_journal! for cost_objects 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
Romano Licker 7807df9c68 [unifynavigation] remove new budget link from index page 13 years ago