Commit Graph

211 Commits (d1e355a94e6cb15b37be000299f549ccaa3ba270)

Author SHA1 Message Date
Jens Ulferts f948c27a9b correctly references DeletedUserFallback module 12 years ago
Jens Ulferts a5f8942444 prevents duplicate loading of plugin, adapts autoload path 12 years ago
Jens Ulferts f20eb79be1 initial creation of gemspec and engine, conformant lib directory structure 12 years ago
Jens Ulferts 2b19ce053f removes custom spent_time handling introduces in 2bfc151 and f9a3112 12 years ago
Jens Ulferts f9a31123cd fixes spent_time calcuations if user only has the view_own_time_entries 12 years ago
Jens Ulferts 2bfc15135a replaces inefficient visible scope by a less inefficient implementation in ruby 12 years ago
Jens Ulferts d2c281cb4a displays spent time on projects overview if user has view_own_time_entries permission 12 years ago
Jens Ulferts 84e89f0b90 completely removes custom allowance evaluation (granular_for, inheritance) 12 years ago
Jens Ulferts 750a321889 whitespace and commented out code removal 12 years ago
Jens Ulferts 0856d07a9e prevents non existent permission to always be allowed 12 years ago
Jens Ulferts c753aca06a caches allowed_to on access control 12 years ago
Jens Ulferts e9b2f5d02e caches allowed_to for roles 12 years ago
Jens Ulferts 5a4da6d962 remove commented out code 12 years ago
Jens Ulferts 8f2cb9bcec prevents exponential calls when having a permission that has a 12 years ago
Gregor Schmidt e510f814a7 Removing incomplete patches to group/membership models 12 years ago
Jens Ulferts 46472d225f fixes adding users to projects by adding them to a group 12 years ago
Jens Ulferts fa58841f84 check allowed to in projects (Array) index if project context does not exist 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
Martin Linkhorst 928720f6b6 more protection against mass assignment 13 years ago
Jens Ulferts 66e3adea93 taking the user provided by :for option if available 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
Romano Licker 34d11a33fa adding a new journal formatter that handles the cost association 13 years ago
Gregor Schmidt 36fb75b942 Redmine::AccessControl.permission might return nil 13 years ago
jwollert 7304bed380 small bugfix concerning TimeEntry bulk update 13 years ago
jwollert 94eef78aa9 adds real_value to CostQueryColumns to get rid of having to handle nasty currency strings 13 years ago
Tim Felgentreff f69a6edd90 Fix super-call in redirect_to override 13 years ago
Gregor Schmidt f07eafc6d8 Moving tasks to lib folder, removing strange looking task which is probably outdated anyway 13 years ago
Tim Felgentreff 4fe8ebd62e #4424 redirecting onto a show action would reset the report. prevent that 13 years ago
Tim Felgentreff 9e5ca03427 Adjust costlog and timelog controllers for engine with widgets. The session query is on a different key, now. 13 years ago
Gregor Schmidt d5a52d3144 Adding FIXME - this one will hurt, if you're member in loads of projects 14 years ago
Wieland Lindenthal 24d58f4ee7 Removing "Costs" from sidebar as it does not list any reports yet. 14 years ago
Jens Ulferts c38c1c13e5 constraint on cost_object_id as safe attribute loosened 14 years ago
Jens Ulferts 3498e669e7 adding cost_object_id to safe issue attributes 14 years ago
Stephan Eckardt 409e6c1e96 fix /time_entries in chiliproject 14 years ago
Tim Felgentreff 88eaa73d77 #3964 fix overwritten method 14 years ago
Stephan Eckardt 467ee00f10 added version switch for aliasing of "details" in timelog controller 14 years ago
Jens Ulferts b42e921112 fixed bug on allowed_to for global permissions that would only take only one role a user has into consideration and not all 14 years ago
Tim Felgentreff dd3042e9fc The configuration wasnt properly updated before testing this patch. 14 years ago
Tim Felgentreff 89ae2fd1ca the cookie is required to contain the :cost_query hash for report settings 14 years ago
Jens Ulferts 5d3e9cc44a interface (return value) for allowed_to more like core 14 years ago
Konstantin Haase 81859dbf93 fix filter passing to report 14 years ago
Philipp Tessenow 943c1efdda moved redmine_costs back to root folder 14 years ago
Philipp Tessenow cbdda0bcb0 moved redmine_costs into a subfolder 14 years ago
Philipp Tessenow 886418492f removed the newly introduced plugin-folder 14 years ago
Philipp Tessenow 9504318729 move plugin into a subfolder. this enables us to have multiple plugins wihtin a repo and makes deployment easier 14 years ago
j.wollert 241655f5ff permission fix for a redmine without projects whatsoever 14 years ago
j.wollert 5276e544c9 permission fix for a redmine without projects whatsoever 14 years ago
t.felgentreff b00fcd204b after removing cost type as visible filter, use the unit param to set on a cost type when coming from an issue 14 years ago