Commit Graph

301 Commits (f2e61227f96377a8b0e5d5711324bc077ca29085)
 

Author SHA1 Message Date
hjust f2e61227f9 Corrected routes to create and destroy cost entries (#13844) 15 years ago
hjust d86deeb05b Tabellen-Layout gefixt (closes #13771) 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 3d0c0a601d view_time_entries now inherits view_own_time_entries 15 years ago
hjust 7c7536fec6 Member rates are now only shown, if the member is a user 15 years ago
hjust 9520423b37 Fixed permission checking during Cost Reports 15 years ago
hjust da1ea19419 Allow ordinary users to perform a report 15 years ago
hjust 51c88d0e64 Removed the ability to set membership types on the GUI. 15 years ago
hjust 461d3d18a2 Added special error handling of a report failed. This time for real. 15 years ago
hjust db49513ad2 Renamed most of the patches to create globally unique names. 15 years ago
rkh 20a4abe175 error handling for cost reports 15 years ago
hjust 4438d6d569 fixed typo 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 c795a970e4 Fixed bug causing an HTTP 500 if an issue had no cost entries booked. 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 f560044401 Fixed calculation of costs after removal of denormalized values 15 years ago
hjust f975b22eeb 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 b745b80421 additional named_scope for checking visibility of cost entries 15 years ago
hjust ff86fbc5bb Report now used the new permissions model 15 years ago
hjust d29db955a4 cleaned up a bit 15 years ago
hjust 206fb6d766 cleaned up a bit 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 83270e7c1a use the granular permissions model 15 years ago
hjust 0f68e09e32 use the granular permissions model 15 years ago
hjust 279904a002 made it a bit pretier 15 years ago
hjust 79fc6fd095 User is granted access if she is an admin. 15 years ago
hjust 7f6193fd4d load additional patch 15 years ago
hjust 261754760a updated routes to match the new redmine layout 15 years ago
hjust 1483df2294 Setting of rates now woks with Redmine 0.9 15 years ago
hjust 6888cfe28e reordnered english locales 15 years ago
hjust 4e0d1fac1f Updated display of issues to adhere to the "view_own_costs" paradigm 15 years ago
hjust 7f357a39b8 Fixed typo from previous commit. 15 years ago
hjust c4a5b8baa4 Updated parametric translation strings for I18N usage. 15 years ago
hjust 9be41a19f1 Added additional routes for a more fine granular routing. 15 years ago
hjust 04f08c4a56 HourlyRatesController now uses the new permissions model. 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 94cb09aa31 added standard primary key to groups_users table 15 years ago
hjust a1c6283386 remove dependency to composite primary keys as it tends to break things. 15 years ago
hjust 0417ae0668 Permissions now use the new model 15 years ago
hjust 4bbea2fecf Implemented the GUI for group membership types 15 years ago
hjust 82e6beeaaf added explicit :method => :post to simple update form. 15 years ago