Commit Graph

207 Commits (c17b47aab5bea88e25ff1a4c3ae8db03b463cf1d)

Author SHA1 Message Date
Alex Coles d872d91d0d Fix typos, spelling in model comments 11 years ago
Till Breuer b6718dc3d1 Discard presence of filters validation 11 years ago
Till Breuer 1cc4712ac2 Make the query more tolerant of missing values 11 years ago
Johannes Wollert 8b096975fe updates copyright headers 11 years ago
Philipp Tessenow ce2948aa51 correctly validate name,filter in query 11 years ago
Hagen Schink 5fc8c31032 Refactoring 11 years ago
Jonas Heinrich 4ae024e4e8 use of regexp 11 years ago
Jonas Heinrich 89579390bc fixed the error message for custom fields and added a spec 11 years ago
Jonas Heinrich c4bb381151 fixed the if structure and added a test 11 years ago
Jonas Heinrich 8e5b3abaa6 fixed the error message for custom fields 11 years ago
Sebastian Schuster c0f7acafa1 Implemented treating assignees and responsibles differently so there 11 years ago
Philipp Tessenow c8d109169e do not use deprecated methods Query#values_for and Query#operator_for 11 years ago
Philipp Tessenow 4f4067a891 enable ForbiddenAttributesProtection in query.rb 11 years ago
Hagen Schink 1183cb2092 Adds error localization 11 years ago
Hagen Schink 4268cb86d3 Adds more explicit deprecation warning 11 years ago
Till Breuer 20039208e5 Add queries module again 11 years ago
Till Breuer 43e2d41e1c Validate query filters of type date and date past 11 years ago
Till Breuer e523975b5d Add available filters alias method to queries 11 years ago
Till Breuer 2c582cb3d8 Ensure valid setup of queries from factory 11 years ago
Till Breuer d6f2938116 Validate presence of query filters 11 years ago
Till Breuer f1175829a2 Only initialize queries with status filters if no filters have been selected by user 11 years ago
Till Breuer cfb5e1a58b Move query filter-related code to models/query because it existed first 11 years ago
Till Breuer ecd501f3fe Avoid duplicate work package query filters 11 years ago
Till Breuer edb0170ee8 Forward filter error messages to query 11 years ago
Till Breuer d6b739276d Add query filter validations, validate values of filters of integer type 11 years ago
Till Breuer 1d09b8db50 Introduce query filter objects (WIP) 11 years ago
Till Breuer 4c04a6c8dd Rename query#available_filters 11 years ago
Till Breuer 4a54369e9d Split query#available_filter_options and move into mix in 11 years ago
Hagen Schink 9ac932bb25 Fixes work package table reference 11 years ago
Hagen Schink ca36cbb311 Renames query column attribute 'alias' to 'join' 11 years ago
Hagen Schink 319d2930ff Sets the join table manually 11 years ago
Till Breuer cba6dbec16 Specify table name when queries group by responsible (fixes #3202) 11 years ago
jwollert d7e3611ae0 fixes presence check when assigning query column_names 11 years ago
Till Breuer 71f9a56e89 Add query menu items 11 years ago
Sebastian Schuster 98c335102a Replaced control flow operators with logical operators 11 years ago
Michael Frister 7d997303dc Fix work package filter validations 11 years ago
Philipp Tessenow 444546e2e8 use \A and \z instead of ^ and $ in ruby regexes 11 years ago
Jens Ulferts 33a6f04af9 moves some i18n from issue to work package 11 years ago
Hagen Schink 1cb831877b Renames issue category to category 11 years ago
Hagen Schink 2f5e9ad3d6 Renames IssueStatus to Status 11 years ago
Nils Kenneweg 52f171faa6 -1 filters for null values. 11 years ago
Stefan Frank 6db32fb04f Fixed various rebase-conflicts. 11 years ago
Stefan Frank 15ce39898c fixing a serialization-issue with multi-select-boxes (#2101) 11 years ago
Stefan Frank d3edf00983 fixing the weird 1-string-array behavior for priority and type-selections (#2101). 11 years ago
Stefan Frank 5c9b0231e6 replaced the :user_filter-attribute with a static list. 11 years ago
Stefan Frank 53aaae6a56 Added a special handling for all user-filters (responsible_id, assignee_id) 11 years ago
Stefan Frank f60f5ce9de re-merged the fixes for multiple assignee's/responsible's. 11 years ago
Stefan Frank ba76a482f2 Added the responsible_id to the list of the querieable fields in query. 11 years ago
Jens Ulferts abfa9e1465 renames setting 11 years ago
jwollert 00663548fd fixes queries watcher values 11 years ago