Commit Graph

114 Commits (acd58213e1b338f01976d3b873cd8aeb0fe69240)

Author SHA1 Message Date
Jens Ulferts e2ff19e8d2 prevent multiple frontend calls to experimental custom_field_filters API 8 years ago
Oliver Günther fd5efaa291 [23725] Fix available custom fields v3 naming (#4732) 8 years ago
Markus Kahl 09f782bd73 only define core export formats in core 8 years ago
Markus Kahl 23b720ae61 add menu entry for exporting XLS with relations 8 years ago
Jens Ulferts 757d6aa283 shorten code 8 years ago
Jens Ulferts ba0f7b3b64 keep param if it exists but prefer v3 named one 8 years ago
Jens Ulferts 01620f318d reenable saving filters that follow v3 naming 8 years ago
Jens Ulferts 72e26596bb use camelCase for queryId 9 years ago
Jens Ulferts 1616e16361 remove unnecessary code 9 years ago
Jens Ulferts f396f29d71 fix default query initialization again 9 years ago
Jens Ulferts 9c6b7f4981 fix default sorting by parent 9 years ago
Jens Ulferts be23616833 remove unused methods/classes 9 years ago
Jens Ulferts 9bf8993908 more camelcase for the experimental api 9 years ago
Jens Ulferts 50af8e50dd move v3 naming into own module 9 years ago
Jens Ulferts 1a63857565 use consistent naming for columns/filters across apiv3 and experimental 9 years ago
Oliver Günther 92e0aaae9c Remove work package query execution in experimental 9 years ago
Oliver Günther 32da16e979 Avoid internal error when project not found 9 years ago
Alex Coles db078e0964 Fix for ActiveRecord::Base.reflections API change 9 years ago
Jens Ulferts d3bc58b955 force id value in experimental API 9 years ago
Jan Sandbrink 2a65240e52 always include relevant columns 9 years ago
Jan Sandbrink 1c2aabbc45 allow sorting of WP lists 9 years ago
Jan Sandbrink bc36704611 allow to get queries via APIv3 9 years ago
Jan Sandbrink e8836d844e hide global queries from project-scoped WP lists 9 years ago
Alex Coles 347f363026 Remove unloadable from controllers 9 years ago
Alex Coles 8798fe68ad Teach Experimental API UsersController to pluck 9 years ago
Alex Coles 2d9cfd97f4 Remove deprecated Relation#all in controllers 9 years ago
Alex Coles ec1bb39f9b Fix syntax (w/Rubocop) in (Rails) controllers 9 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