Commit Graph

1058 Commits (64c7921c1c2e870fa417b91cc6b9a7b5bd6d8a7d)
 

Author SHA1 Message Date
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
jwollert 724dbf7c97 fix filter setting/unsetting. the input value has to be manually set/unset when adding/removing filters. 14 years ago
jwollert 402f6fdf32 Merge branch 'feature/widgets' of https://dev.finn.de/git/reporting-engine into feature/widgets 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
Konstantin Haase 7702d6e229 set debug option correctly 14 years ago
jwollert a4de687b89 Merge branch 'feature/widgets' of https://dev.finn.de/git/reporting-engine into feature/widgets 14 years ago
Tim Felgentreff 7598359c54 we don't use the form helper at all, just enclose in a form tag 14 years ago
jwollert 26bd2375d2 Merge branch 'feature/widgets' of https://dev.finn.de/git/reporting-engine into feature/widgets 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 108e5fa617 don't need additional restore_filter functions in js, as our widget should do it for us 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 3c608137f8 reverts 4d2875b and 30d8e82 14 years ago
jwollert 30d8e82845 don't shut out the InplaceEditor's buttons by accident 14 years ago
jwollert 2067ae764a Merge branch 'master' into feature/widgets 14 years ago
jwollert 5564c87240 don't use serif style font in ajax spinner 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 029a84e18b only load values via ajax if we are about to display the filter 14 years ago
jwollert 6206b4647d implement clear widget 14 years ago
jwollert 0a190f8d13 some js linting 14 years ago
jwollert 4d2875b5b3 lost focus makes InplaceEditor leave editMode 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 135382f218 be sure to use correct text alignment in table 14 years ago
jwollert 947ef439a8 accidently removed resetting add_filter_select box 14 years ago
jwollert 5f69002df2 if we don't have a label for a filter value, just use label_none 14 years ago
jwollert ca4a632be3 select first value of a new filter by default 14 years ago
jwollert 05401c64de introduces data attribute in query_name widget to check if query.new_record? 14 years ago
jwollert cd19832b43 Merge branch 'feature/widgets' of https://dev.finn.de/git/reporting-engine into feature/widgets 14 years ago
Tim Felgentreff 2a47640cdc cleanup html_safe calls 14 years ago
jwollert 5ded828bcc Merge branch 'feature/widgets' of https://dev.finn.de/git/reporting-engine into feature/widgets 14 years ago
Tim Felgentreff c6e5cafa96 show Loading on redirect 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 047c20c5dd Merge branch 'feature/widgets' of https://dev.finn.de/git/reporting-engine into feature/widgets 14 years ago
Tim Felgentreff aacfa920eb json is not html_safe 14 years ago
Tim Felgentreff 585faa1719 shorten html 14 years ago
Tim Felgentreff e1c269ba8e AjaxRequest needs side-effect of 'new', links that aren't rendered can't be observed 14 years ago
Tim Felgentreff ea86a94b2e prevent default action on link clicks 14 years ago
jwollert 0a5dec60c0 only make filter appear with an effect if we explicitly add it 14 years ago
jwollert f6039d1c08 Merge branch 'feature/widgets' of https://dev.finn.de/git/reporting-engine into feature/widgets 14 years ago
Tim Felgentreff 2d9837b85e move popup's delete-cancel button behaviour to pure JS 14 years ago
Tim Felgentreff 67f9cd3326 return false in link onclick functions 14 years ago
Tim Felgentreff 58afb22b3f Merge branch 'feature/widgets' of https://dev.finn.de/git/reporting-engine into feature/widgets 14 years ago