Commit Graph

135 Commits (3f95b2f454a860dde9726208a579b989f25daadf)

Author SHA1 Message Date
jwollert 927a284648 always render ReportTable for now 14 years ago
jwollert 6cf7fb8eb6 use the right id to serialize the filter form 14 years ago
jwollert d0e0e12436 split render method 14 years ago
jwollert 854dc5b98b remove unused mapping attr 14 years ago
jwollert 181ecbe9c1 detailed table is subclass of table widget 14 years ago
jwollert 8d4f87b087 gets the report_table widget to work 14 years ago
Tim Felgentreff dbc1fc11c8 widgetise controls/buttons 14 years ago
Tim Felgentreff 59d5d21a73 fix display of Date widget 14 years ago
Tim Felgentreff 63c716af60 move more observers into pure JS 14 years ago
Tim Felgentreff 80cb5a8ff3 remove button ought to have unobtrusive on-click behaviour 14 years ago
jwollert dc317be64b pass query to fieldset widgets too, to make sure we get the right options. this should probably be made optional 14 years ago
Philipp Tessenow cf77e6da1d fix I18n problem when generating 'w' operator sql code 14 years ago
Tim Felgentreff d8a436be0d remove checkbox, add remove button 14 years ago
Tim Felgentreff 0aa93d0410 filter select box observer from JS 14 years ago
Tim Felgentreff 1ecc7e48e6 stub table widget 14 years ago
Tim Felgentreff 82fded35ab create a settings widget to render filter and group by settings as one 14 years ago
Tim Felgentreff 09bf0b70cf pre-render selected operator and multi-values 14 years ago
Tim Felgentreff c778e2d9b1 fix filters typo 14 years ago
Tim Felgentreff 051e0dcd77 accept a block on render methods to specify enclosed content 14 years ago
Tim Felgentreff 2ac8ed1782 refactor group_by widget 14 years ago
Tim Felgentreff 974f91586f remove onclick behaviour from group_by html code (handled in unobtrusive JS now) 14 years ago
Tim Felgentreff 2b6640fa5f mark active filters with data attribute 14 years ago
Tim Felgentreff bc0c72cdc6 add data attributes and unobtrusive JS to restore group bys 14 years ago
Tim Felgentreff 14342f6be9 GroupBy widget 14 years ago
Tim Felgentreff de8d036dfd fix typo 14 years ago
Gregor Schmidt 8b4ddbb230 Improving Report#hash to be semantically more useful 14 years ago
Tim Felgentreff 134a9b0895 emit more html in the widgets 14 years ago
Tim Felgentreff d24255b096 fight with html safety 14 years ago
Konstantin Haase dee81d52cb moving dbms specific code to on submodules, avoids permanent runtime checks 14 years ago
Tim Felgentreff 18b4835340 fix bunked merge 14 years ago
Tim Felgentreff 4faeb2af47 HACK: dirty hax to get widgets to render, temporary 14 years ago
Tim Felgentreff a3268d5c10 more impl for widget API 14 years ago
Tim Felgentreff 0375429b49 expected errors are no exceptions 14 years ago
Tim Felgentreff ee85a792e8 start adding widgets 14 years ago
jwollert b268bbc38a use superclass instead of super in Chainables base 14 years ago
jwollert 1f43331e62 return self on #build_new_query to allow cascading 14 years ago
Tim Felgentreff c742921c49 start adding widgets 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
Tim Felgentreff 7f9ac566ae fix migrate code 14 years ago
Konstantin Haase 323038e84c Revert "use engine of queryutils module in validation for validation const discovery" 14 years ago
Philipp Tessenow 0631eab974 added migrate function to reports. 14 years ago
jwollert c46a111691 use engine of queryutils module in validation for validation const discovery 14 years ago
Tim Felgentreff db7ffe25e6 refactor deserialization - make sure an object is only deserialized once 14 years ago
jwollert 71e59313d1 small adjustment of validation error message 14 years ago
Tim Felgentreff dc66ba2620 deserialize on the same object on the instance side 14 years ago