Commit Graph

280 Commits (93285aa9520f4143354dd050bb22a0927aff5cbc)

Author SHA1 Message Date
hjust 17120dcc14 Fixed some display quirks in cost object view 15 years ago
hjust f47c2452cc Use default membership_type if not given. 15 years ago
rkh 6399ab698d fix NilClass issue (makes 122 tests pass) 15 years ago
hjust d6c74d6115 Hand all options except for :for through. 15 years ago
hjust 07c5b43a48 Normalized all permissions to the new permission model. 15 years ago
hjust ac7f847532 Avoid Rails warning. 15 years ago
hjust cbdeb16219 A little code cleanup 15 years ago
hjust 1aa8b172db set unloadable for CurrencyQueryColumn class 15 years ago
hjust a3d231bcfa Issue columns for costs now check for the correct rights and are correctly displayed as costs. 15 years ago
hjust d41251b39f fixed creation of where statements for permission checks. 15 years ago
hjust 2d1a06a809 fixed permission inheritance 15 years ago
hjust 9520423b37 Fixed permission checking during Cost Reports 15 years ago
hjust db49513ad2 Renamed most of the patches to create globally unique names. 15 years ago
hjust 37baedf7df Forget to comment an old bit of code. 15 years ago
hjust ac7a7430e8 Fixed a typo causing a 500 if issues had booked time entries. 15 years ago
hjust 3c74f0d74d Reintroduced n empty Issue#update_costs tp please old migrations. 15 years ago
hjust f1bbbf457f Better Ruby 1.8.6 compatibility by changing [].count to [].length 15 years ago
hjust 7fcdbeb8cf Fixed calculation of costs after removal of denormalized values 15 years ago
hjust ba5382ce07 Added methods to calculate the costs of an issue. 15 years ago
hjust 7931c4fa63 new permissions model 15 years ago
hjust 3d305dcfb1 New Permission model for version display 15 years ago
hjust 0aace02dab Removed cost columns and filters from issues. They do not work anymore because of the restrictions of the "view own costs" feature. (#13660) 15 years ago
hjust 79fc6fd095 User is granted access if she is an admin. 15 years ago
hjust 1483df2294 Setting of rates now woks with Redmine 0.9 15 years ago
hjust 4e0d1fac1f Updated display of issues to adhere to the "view_own_costs" paradigm 15 years ago
hjust e48c526543 Removed some unneeded whitespace. 15 years ago
hjust 468a1fd6bb Project.allowed_to_condition now accepts a new option[:for] containing a user. 15 years ago
hjust b729e94d9a changed authorize function to authorize against @user if present 15 years ago
hjust 4bbea2fecf Implemented the GUI for group membership types 15 years ago
hjust 0a4a5b9d66 A little bit of clean up 15 years ago
hjust 715cd02f79 implemented Project.allowed_to_conditions using the newly implemented User#allowed_to 15 years ago
hjust 1a0f058dbe changed loading of permission patches. Now, it works. 15 years ago
hjust 65c533d430 Initial try on inherited permissions and group membership types 15 years ago
hjust ab260911ae Circumvent a bug in Siemens's ruby version which fails to correctly converting a BigDecimal into a Float (#13483) 15 years ago
hjust ded32ce3c3 User#for_permission returns the users for which the the permission applies 15 years ago
hjust 4796a74c33 only save issue on after save hook if the issue was not changed yet. (#13244) 15 years ago
hjust f517f7be19 added inherited permissions 15 years ago
rkh 0de6017ed1 get rid of some old fimxes 15 years ago
hjust 93086d20a7 fixed a typo which prevented time entries from correctly updating its costs on first try 15 years ago
hjust 4d86637597 first try on cost reporting. Still incomplete, so it will not be of any usefulness yet. This will improve later on (hopefully). 15 years ago
rkh aafd46759b ported cost_entry specs to time_entry 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 660b2bd169 * denormalized costs in cost entries and tickets 15 years ago
hjust c3ce2fdf85 added some validations 15 years ago
hjust ea33da9a5e Refactored many names: 15 years ago