Commit Graph

281 Commits (821a02e4d063519df37c1bc0a3b85612e2d04dc0)

Author SHA1 Message Date
jwollert 5f69002df2 if we don't have a label for a filter value, just use label_none 14 years ago
jwollert 05401c64de introduces data attribute in query_name widget to check if query.new_record? 14 years ago
Tim Felgentreff 2a47640cdc cleanup html_safe calls 14 years ago
Tim Felgentreff 4b7f66fceb slight fix for control buttons 14 years ago
Tim Felgentreff b9f7f75e2f remove spans 14 years ago
Tim Felgentreff cfc88259ff use div around controls 14 years ago
Tim Felgentreff aacfa920eb json is not html_safe 14 years ago
Tim Felgentreff 585faa1719 shorten html 14 years ago
Tim Felgentreff 2d9837b85e move popup's delete-cancel button behaviour to pure JS 14 years ago
Tim Felgentreff ff2fdf16a1 fix and cleanup in-place-editing 14 years ago
Tim Felgentreff 1a833e1b55 handle immediate value in multi_values widget 14 years ago
Tim Felgentreff 8752efb86e display all of the save_as popup 14 years ago
Tim Felgentreff bcd0198bf1 fix url_for call 14 years ago
Tim Felgentreff ec236411e5 uncomment table query adjustments 14 years ago
Tim Felgentreff 3e574c9051 fix typo 14 years ago
Tim Felgentreff da43824de6 save as is called save if the query isn't currently saved 14 years ago
Tim Felgentreff e213d81737 minor cleanup 14 years ago
Tim Felgentreff e2be0fd6e1 implement saveAs widget and move all those link_to_functions into pure JS 14 years ago
jwollert 02c35a54f7 get report table to work properly with > 2 group_bys. < 1 doesn't work though 14 years ago
jwollert 5f7ae4941c don't need detailed table for now 14 years ago
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
Konstantin Haase d861d5251b do not use redo 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
Konstantin Haase 77c74b274b sort ids dynamically, remember sort strategies to avoid regexp matching for every field 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