Commit Graph

35 Commits (a928ed070397b55062af2f4c9ddd2ef53142d3bd)

Author SHA1 Message Date
Alex Coles 0ccb62381a Normalise syntax with Rubocop 10 years ago
Alex Coles 79ec894041 Use 1.9+ Hash syntax 10 years ago
Jens Ulferts 7b0a59061d fix empty value on filter 10 years ago
Hagen Schink 2d7ec5f534 Handle nested arrays correclty 11 years ago
Hagen Schink c0205dab79 Handle array with single string 11 years ago
Hagen Schink bf1683e67f Handle different parameter types correctly 11 years ago
Hagen Schink 7164d2dc19 Convert all values to strings 11 years ago
slawa bfc414d245 Fix the sql generated ( IN clause ) for collections 11 years ago
Sebastian Schuster bfba482ff9 Added copyright notices 11 years ago
Sebastian Schuster 86791c932c Moved files around to get autoloaded by rails and removed the 12 years ago
Sebastian Schuster cf1a459f5b Moved reportingengine out of the openproject namespace 12 years ago
Sebastian Schuster ece2f6395c Converted reporting_engine into a Rails engine 12 years ago
Michael Frister bd74e51d1c Fix switch for 1.9 12 years ago
Michael Frister 3e5c5e3f67 Update structure for rails 3 12 years ago
Tim Felgentreff bc34555ba5 Revert "Revert "Merge remote-tracking branch 'origin/master'"" 13 years ago
jwollert e1b9a27568 Revert "Ticket #18939: introduces concept of strict joins in chainable API. Normal joins are strict in the sense that they don't introduce nil values on either side of the join." 14 years ago
jwollert 3ef144e2b0 Ticket #18939: introduces concept of strict joins in chainable API. Normal joins are strict in the sense that they don't introduce nil values on either side of the join. 14 years ago
Tim Felgentreff 7ac3316667 Revert "Merge remote-tracking branch 'origin/master'" 14 years ago
Tim Felgentreff 2cea6e9ea6 don't rely on l() method in engine 14 years ago
jwollert 70cc8b9545 fix engine call for Report and its Subclasses 14 years ago
jwollert a153736e20 Revert "Revert "map value, but convert nils different now. So they can stay at the end of the table"" 14 years ago
Konstantin Haase 182a4c111a implement own compare method 14 years ago
jwollert ba5599a558 Revert "map value, but convert nils different now. So they can stay at the end of the table" 14 years ago
Konstantin Haase 2850f1bd72 fix engine for filters/group_bys that are not being subclassed (like singleton value) 14 years ago
Philipp Tessenow 5cdc1e3352 map value, but convert nils different now. So they can stay at the end of the table 14 years ago
jwollert a19786b28b fixxed connection switching 14 years ago
jwollert 69e3f08f27 aliased Report.connection 14 years ago
Konstantin Haase b007d40897 ask the engine for our connection rather than ActiveRecord::Base 14 years ago
Konstantin Haase 901fc6a016 ask the engine for our connection rather than ActiveRecord::Base 14 years ago
Konstantin Haase 5d4debbf74 don't try to be smart in map_field 14 years ago
jwollert bd632cd3bf moves current_language to query_utils 14 years ago
Konstantin Haase d861d5251b do not use redo 14 years ago
Konstantin Haase 77c74b274b sort ids dynamically, remember sort strategies to avoid regexp matching for every field 14 years ago
Konstantin Haase dee81d52cb moving dbms specific code to on submodules, avoids permanent runtime checks 14 years ago
Konstantin Haase 9f8d770667 Fix QueryUtils propagation for deeply nested constants. 14 years ago
Konstantin Haase e098fa0810 implement query utils proagation 14 years ago
Konstantin Haase b405e0a5dd fix query utils propagation when used in other modules (validations, "inherited" query utils, ...) 14 years ago
Konstantin Haase 323038e84c Revert "use engine of queryutils module in validation for validation const discovery" 14 years ago
jwollert c46a111691 use engine of queryutils module in validation for validation const discovery 14 years ago
Konstantin Haase c8adf39118 switch to proactive autoloading. less harmfull, no load order issues. 14 years ago
Konstantin Haase 557b9c08c5 move report from app/models to lib 14 years ago
Konstantin Haase 1ef60898b4 Fall back to Report if no subclass is detectable 14 years ago
Tim Felgentreff 633535c86a remove hack-ish queryutil-overwrite-foo solution 14 years ago
Tim Felgentreff 2e5d94800c replace more references to Report namespace with 'engine' method call 14 years ago
jwollert 8c9354b2c7 redmine translation moved to redmine plugin 14 years ago
Konstantin Haase 11e76fc4f3 Remove Report.lookup 14 years ago
jwollert b48abb9b19 removes redmine specific code from queryutils 14 years ago
Konstantin Haase c750c7707e move towards inheritance 14 years ago
Philipp Tessenow 8ba6fd4e00 make adapter_name switch dry 14 years ago
Philipp Tessenow dae8c70496 accept anycase adapter names 14 years ago