Commit Graph

230 Commits (2022a87532c224e379bbe5b61f2d8a1935781307)

Author SHA1 Message Date
Alex Coles 787a35c9db Add explicit join references in models 9 years ago
Alex Coles 624b50d5bb Remove deprecated Relation#all in models 9 years ago
Alex Coles 6d93fa3d76 Add Query#connection to avoid deprecation warnings 9 years ago
Alex Coles 67c84961a0 Migrate model has_many conditions to lambda 9 years ago
Alex Coles 064d66449a Migrate AR finder/query methods in models 9 years ago
Alex Coles df51b6ed99 Fix syntax (w/Rubocop) in (Rails) models 9 years ago
Alex Coles 57618b25ec Replace dynamic finder usages with #find_by, etc. 9 years ago
Alex Coles e0191e759c Update year in copyright header to 2015 10 years ago
Jens Ulferts 0fa28f14dc avoid id naming collisions on query statements 10 years ago
Alex Coles 1d1ec0ef37 Prefer #map over #collect in (Rails) models 10 years ago
Alex Coles 6fe9535b1f Fix syntax (w/Rubocop) in (Rails) models 10 years ago
Alex Coles 721101ed25 Use 1.9+ Hash syntax in (Rails) models 10 years ago
Mihail Maxacov fc42e45bfd fix sorting by wp id not displayed in modal 10 years ago
Alex Coles 0b941955ce Fully qualify ::Type class constant 10 years ago
Markus Kahl 61d7fbe34c spec for menu items with identical names 10 years ago
slawa 4ed6654c7d Check if member with selected role is assigned to selected project 11 years ago
Richard 999c17dc3c Wired up the share modal to the API V3 star/unstar endpoint. 11 years ago
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