Commit Graph

454 Commits (38d49a510912158d624f97a7928f0fa81e73269e)

Author SHA1 Message Date
Alex Coles e02eb0181d Migrate AR finder/query methods in controllers 9 years ago
Alex Coles ec1bb39f9b Fix syntax (w/Rubocop) in (Rails) controllers 9 years ago
Alex Coles 57618b25ec Replace dynamic finder usages with #find_by, etc. 9 years ago
Alex Coles a464c01203 Force bool coercion in API v2 WorkflowsController 10 years ago
Alexander Bach 8bbc880e6c Actually include columns 10 years ago
Jan Sandbrink 9f9dc16ed5 make dynamic ID column behave like hardcoded one 10 years ago
Alexander Bach d23ede7afd Fix custom field group sums 10 years ago
Jens Ulferts e844362a8e no longer use sort criteria of session for wp index 10 years ago
Alex Coles e0191e759c Update year in copyright header to 2015 10 years ago
Jens Ulferts fe6f30ab32 add sort criteria to columns joined to query 10 years ago
Jens Ulferts f45b420702 ensure loading of associated tables when column is only grouped by 10 years ago
Jens Ulferts 3bfc6a0df8 ensure loading of associated tables when column is only grouped by 10 years ago
Jens Ulferts fa1d595d96 links user and version cf on wp table 10 years ago
Jens Ulferts f648b4329b fix custom field column name validity evaluation 10 years ago
Hagen Schink 0d2a2c1cb0 Add a TODO for removing plug-in specific code 10 years ago
Hagen Schink 560b24c178 Fix locale label 10 years ago
Jens Ulferts 482c47f69b improve handling of desired columns 10 years ago
Jens Ulferts bb96e430b6 code harmonization 10 years ago
Jens Ulferts af61e00a78 moves methods into module 10 years ago
Jens Ulferts 3ead11f6b0 refactor column handling into own method 10 years ago
Jens Ulferts ebff32c9e4 moves custom field detection to own method 10 years ago
Jens Ulferts 27874eb5b1 shortens sorting 10 years ago
Jens Ulferts 35dfd82d85 remove unnecessary block 10 years ago
Jens Ulferts 96ec53907c only load required columns 10 years ago
Jens Ulferts 745acd932a eager loading of required columns - too many for now 10 years ago
Jens Ulferts f52bbf40ec move some controller logic into a decorator 10 years ago
Jens Ulferts 4c2fd2a87d removes n+1 query for custom_values on wp#index 10 years ago
Hagen Schink 922c10e4bf Update query only if query string is available 10 years ago
Alex Coles 3629ded2ae Handle ActionController::ParameterMissing globally 10 years ago
Alex Coles 6d11fac2f8 Handle ActionController::ParameterMissing in APIv2 10 years ago
Jens Ulferts d76467c796 moves and fixes queries helper methods 10 years ago
Hagen Schink 30551e21f0 Include modules fully qualified 10 years ago
Alex Coles 8a28b1a730 Prefer #map over #collect in (Rails) controllers 10 years ago
Alex Coles bb0e6e6aa5 Fix syntax (w/Rubocop) in (Rails) controllers 10 years ago
Alex Coles 336446c59d Use 1.9+ Hash syntax in (Rails) controllers 10 years ago
Alex Coles 0604de3d8b Fully qualify ::Type class constant 10 years ago
Jens Ulferts 48a52c74ef hide SQL data from api 10 years ago
Jens Ulferts 2a6f756570 read column_sums 10 years ago
Philipp Tessenow fe359984e9 no need to check for performed? in exp.api wp-controller 10 years ago
Philipp Tessenow 611c268fec simplify index action on exp.api work_packages_controller 10 years ago
Philipp Tessenow 374817219f return a 404 when accessing a not-viewable query via the experimental API 10 years ago
Hagen Schink 486595d8ef Add comments to explain implementation in detail 10 years ago
Hagen Schink 658f9400da Improve implementation 10 years ago
Hagen Schink 9821c8e301 Use 'changed' variable for if statement 10 years ago
Hagen Schink 04571227b3 State action explicitly 10 years ago
Hagen Schink dc5cff4cbc Recognize filter changes correctly 10 years ago
Hagen Schink ddbfa616ab Extract 'update' handling 10 years ago
Hagen Schink 5356861e8a Use ActiveRecord::Dirty to get changes on query 10 years ago
Jens Ulferts d7486ab811 allows api v2 types controller accessible for :view_work_packages permission 10 years ago
Hagen Schink c496f404a5 Consider difference between update/(de-)publicize 10 years ago