Commit Graph

135 Commits (3f95b2f454a860dde9726208a579b989f25daadf)

Author SHA1 Message Date
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
Tim Felgentreff 2137a99a96 fix clear and filter restore JS via className since the class name has changed 14 years ago
Tim Felgentreff 91e1f10c10 #18590 - use small width for number text boxes 14 years ago
Wieland Lindenthal 5f53330588 changed label as it actually is about new report. 14 years ago
Tim Felgentreff 7e10bb8614 #18528 Reintroduced gray bg 14 years ago
Tim Felgentreff 3ccf87b520 #18590: Texteingabefeld zu groß - removed hard-coded size 14 years ago
Tim Felgentreff cf927355c8 #18539 Bei neuen Reports nur 'Save' Icon und Label und nicht die Save-As-Variante bei gleicher Funktionalität. 14 years ago
jwollert b844741bc6 make save button fancy 14 years ago
jwollert 26389f8bfd fix ticket #18534 by putting rename into before_filter to resolve id params 14 years ago
jwollert d78e8f8390 use callables to provide field mappings for table rendering 14 years ago
jwollert 5e567dfa62 form_tag does not provide any args for the block 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
Konstantin Haase 7702d6e229 set debug option correctly 14 years ago
Tim Felgentreff 7598359c54 we don't use the form helper at all, just enclose in a form tag 14 years ago
Tim Felgentreff da90cd1060 hacks for Rails2/3 variance 14 years ago
Tim Felgentreff d34c9cee1d move common controller code into a mixin 14 years ago
jwollert a0a53e8d3a associate filter name with text box input 14 years ago
jwollert 658a76583a fix chrome filter restore issues; additionally, the first element gets selected by default, if we don't pass any params 14 years ago
jwollert 9ba5a85934 some indent stuff 14 years ago
jwollert 74c78fe9db remove simple table for now. gets rid of code duplication too, so a certain someone won't go all 'DUDE, seriously' on me 14 years ago
jwollert 2cd8726e48 we don't need to wait for the query result to render no_data if we know the group_bys are empty 14 years ago
jwollert 6206b4647d implement clear widget 14 years ago
jwollert 6c5f0c12d0 gets singleton value to work 14 years ago
jwollert 5846e8e9cf avoid escaping problems on 3 or more group_bys 14 years ago
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