Commit Graph

100 Commits (da723946c147a14795466a36cb30aa2dc753c6c2)

Author SHA1 Message Date
Philipp Tessenow da723946c1 show --add group-by-- in group-by select-box 14 years ago
Philipp Tessenow b147fd417d correctly reload saved values of date filters 14 years ago
Philipp Tessenow ec2dae2729 correctly restore group_bys now 14 years ago
Philipp Tessenow e0db7e7930 work on the group_by rendering, groups are sorted and put in optgroups now, not selectable group are not printed in html-output anymore 14 years ago
Philipp Tessenow fc7387a539 have a working form serialization 14 years ago
Philipp Tessenow c36787068b totaly removed old group_by 14 years ago
Philipp Tessenow 0ce1996e4a renamed old group_by to OldGroupBy and delicious grouping to GroupBy 14 years ago
Philipp Tessenow a2a92dd0b7 hughe js refactoring and some js-enhancements 14 years ago
Philipp Tessenow 0fde4f1b28 make delicious group_by appear before old group_by (no need to scroll) 14 years ago
Philipp Tessenow c1671522f7 have delicious group_by in parallel to the old grouping for now 14 years ago
Philipp Tessenow 5828192245 refactor operator-widget to let it do what it was intendet to 14 years ago
Philipp Tessenow 4feeb5b741 save originally selected value of a dependent-filter in html, so that js may restore the value later 14 years ago
Philipp Tessenow 5cd1ff3f8f dependent filters have a margin-left css-property 14 years ago
Philipp Tessenow 0f77fb92fb have a hidden operator box to not disturb our js when we have only one available_operator 14 years ago
Philipp Tessenow 999fe44be1 if there is only one operator to choose, just print it (without having a select box with one element only) 14 years ago
Wieland Lindenthal eff4e74887 Reworking remove buttons of filters using hidden field for data storage and siemens styles for layout. 14 years ago
Tim Felgentreff f5d5a06037 make toggleFieldset work again on settings 14 years ago
Wieland Lindenthal 90703d6987 Buttons have apply and secondary style and icons. 14 years ago
Wieland Lindenthal f2e125ff3a Added button styling for delete link of reports 14 years ago
Gregor Schmidt fdfc7e2d28 fixing double escaping bug 14 years ago
Tim Felgentreff fcaae6013d fix arity - the div boxing was screwed 14 years ago
Philipp Tessenow 011eda9044 alter the dependents-model so that each filter may have only _one_ dependent 14 years ago
Philipp Tessenow c03c0e3174 dont have " in json output 14 years ago
Philipp Tessenow f7f1cb4ae1 generate multiple dependents into data-dependents 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 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
Konstantin Haase 6b7a6d9f10 fix and simplyfy Widget::Table#render_with_options 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 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