Commit Graph

48 Commits (1a3037f38f3ae50f07c278d4416149120bfc68f7)

Author SHA1 Message Date
Philipp Tessenow 9e4d425700 have an empty query description when no description was given 14 years ago
Philipp Tessenow 7f4f40fc70 hand out copies of @table_join only, to avoid accidential modification - fixes #18487 (financetraining.siemens.com) 14 years ago
Philipp Tessenow a41f4779f2 remove old clear_cache statement 14 years ago
Philipp Tessenow 2aed3aba38 have valid arity for any-operator 14 years ago
Philipp Tessenow 893fa820c1 have the any-operator as one of our default operators 14 years ago
Philipp Tessenow c656456a1e introduce any-operator 14 years ago
Tim Felgentreff 36d73d88dd dynamic values for immediate dependents work 14 years ago
Philipp Tessenow 011eda9044 alter the dependents-model so that each filter may have only _one_ dependent 14 years ago
Tim Felgentreff 352609787a make getting dependent available values a before filter, to be able to call it from all routes 14 years ago
Konstantin Haase 5d4debbf74 don't try to be smart in map_field 14 years ago
Philipp Tessenow f7f1cb4ae1 generate multiple dependents into data-dependents 14 years ago
Philipp Tessenow e758564d81 use usage_reportings dependents methods 14 years ago
Tim Felgentreff 23f0d15439 attach to filters with dependents. the controller action is basically what it should be, the missing link is the Reporting.Filters.narrow_values function, where we have to call the controller action, give it the dependency from which it is called and the dependent name on which it should return values. the controller will (as already implemented) return the list of available values as json, so the JS then has to update the selectbox 14 years ago
Philipp Tessenow c827477e9b introduce dependents 14 years ago
jwollert 26389f8bfd fix ticket #18534 by putting rename into before_filter to resolve id params 14 years ago
jwollert bd632cd3bf moves current_language to query_utils 14 years ago
jwollert 64c7921c1c introduces chainable mappings for field rendering 14 years ago
jwollert 8ede37d3a2 change the controller's #determine_filter_settings to #determine_settings, because group_bys get set in there too 14 years ago
Konstantin Haase 3f4e22ac9d remove printf debugging 14 years ago
Konstantin Haase 6b7a6d9f10 fix and simplyfy Widget::Table#render_with_options 14 years ago
Tim Felgentreff 6c222357cd implement ability to programatically reset the cached Set of filters 14 years ago
Tim Felgentreff d34c9cee1d move common controller code into a mixin 14 years ago
Philipp Tessenow cf77e6da1d fix I18n problem when generating 'w' operator sql code 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
Tim Felgentreff 0375429b49 expected errors are no exceptions 14 years ago
jwollert b268bbc38a use superclass instead of super in Chainables base 14 years ago
Konstantin Haase 9f8d770667 Fix QueryUtils propagation for deeply nested constants. 14 years ago
Tim Felgentreff 9756050157 stop the sql aggregation from overriding a previously bound count in the sql statement 14 years ago
Tim Felgentreff 804cdaa5eb add an accessor to get the currently bound fields in the select part of a sql statement 14 years ago
Konstantin Haase 814a46530e actually use SqlStatement#desc 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
jwollert 71e59313d1 small adjustment of validation error message 14 years ago
Konstantin Haase 174adc3387 remove obsolete file. 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