Commit Graph

1125 Commits (8db4acd579f0b3910bc166ab898c11fd9775b755)
 

Author SHA1 Message Date
rkh 42e21b68d5 make sure we always require the same path 15 years ago
rkh 36bde341cd fixed test-unit dependency issue 15 years ago
hjust 1284043503 pluralized cost reports label 15 years ago
hjust ae2c232718 delete generated stub tests as we use rspec 15 years ago
hjust 0c3631914c added initial structures for cost report 15 years ago
rkh 968bf2a0e2 moved spec to correct context 15 years ago
rkh bc6029023b added tests (still pending) 15 years ago
rkh e81e79db14 added fixtures 15 years ago
rkh dad59132f2 setting RAILS_ROOT will prevent RAILS_ROOT/spec/spec_helper.rb from loading environment, fixed 15 years ago
rkh 98863e4fb8 integrate with rails rake tasks instead of having own rakefile, solves RAILS_ROOT issue 15 years ago
rkh 6b64866060 set up rspec so you only have to run rake inside project directory 15 years ago
rkh 90dae27b9c added spec_helper 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 57ef6ed208 removed some validations 15 years ago
hjust 1009fe61d9 Added special logic for cost columns where "none" means 0.0 instead of NULL on database level 15 years ago
hjust 99d9f7bc67 costs are 0.0 by default 15 years ago
hjust 558ff92afb forgot to delete a bracket 15 years ago
hjust 5787c75117 changed rate.id to rate_id to circumvent nil problems 15 years ago
hjust 44ff7df69e fixed edge case where current rate is nil and no rate was provided 15 years ago
hjust dd0b4b6d7f regression from non committed refactoring 15 years ago
hjust b697226898 fixed typos 15 years ago
hjust 660b2bd169 * denormalized costs in cost entries and tickets 15 years ago
hjust c3ce2fdf85 added some validations 15 years ago
hjust 5566a84adf added complete german localization 15 years ago
hjust 45cbfa3443 Added additional validation constraint to prevent multiple HourlyRates with the same scope and the same valid_from date. 15 years ago
hjust f580b88935 Added observer to update models depending on hourly rates. 15 years ago
hjust 007a7f99f5 fixed typo which led to 500 error in activity view 15 years ago
hjust 8c168bd99c added migration to refactor the terms from r135 15 years ago
hjust ea33da9a5e Refactored many names: 15 years ago
hjust 671a71e33e introduce inheritance of HourlyRates from project ancestors. This currently works only for Redmine 0.8.x 15 years ago
hjust 368f546594 reintroduce white-space: nowrap to currency cells 15 years ago
hjust af35c40c8f * delete only one row during DeleteDeliverable(Hour|Cost) 15 years ago
hjust 11380467da reintroduce currency class to editable fields 15 years ago
hjust 670e249307 Fixed editinplace Javascript for IE6. Fixes #10619 15 years ago
hjust 78b2179ba2 Added ability to define default hourly rates. refs #10617 15 years ago
hjust e8b05659df Removed default hourly rate. It is not used anyway 15 years ago
hjust 3f1c8a2bc9 remove report menu for now (not implemented yet) 15 years ago
hjust ab7738b821 Display an edit button on field which are inline editable. fixes #10618 15 years ago
hjust 144cbed213 * added validation method to issue model to implement part of blocking (method disabled for now) 15 years ago
hjust bbc1638b6f Removed ability to create deliverables which are not of type CostBasedDeliverable. 15 years ago
hjust 4c8fbfa92a fixes #5349 15 years ago
hjust 98896d2af7 set text align of currency fields to top. fixes #10477 15 years ago
hjust 2bfa224e7d fixes #10477 - adjusted alignment of table cells in deliverable list 15 years ago
hjust ef8c7aae63 added empty template to display a fixed deliverable 15 years ago
hjust d56e5d1242 changed class name to not interfere with class name already used by Redmine itself. 15 years ago
hjust 87cdac9e51 fixed language 15 years ago
hjust 0b58f50653 required type in deliverable model. 15 years ago
hjust 6f81ff70b8 * Allow display of cost log form if no cost type is defined yet. 15 years ago
hjust caf493b3ff * Allow display of cost log form if no cost type is defined yet. 15 years ago