Commit Graph

285 Commits (94b3d1199fc2a27d37009ce087c6cf7254e68e4f)

Author SHA1 Message Date
Tim Felgentreff b1bdf1bb00 fix arg1 vs arg1_val div identifier 14 years ago
Tim Felgentreff fcaae6013d fix arity - the div boxing was screwed 14 years ago
Philipp Tessenow d56df6d92d fix filter.js operator_changed() bugs 14 years ago
Tim Felgentreff ea69f0a3b9 on query request failure, show an error flash 14 years ago
Tim Felgentreff 31a1c75a67 handle empty values 14 years ago
Tim Felgentreff 36d73d88dd dynamic values for immediate dependents work 14 years ago
Tim Felgentreff b542a49426 add JS for dependent filters 14 years ago
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
Tim Felgentreff 71bbe2f694 fix regression introduced with 2137a99 14 years ago
Tim Felgentreff c9eb4770ec first try 14 years ago
jwollert 7f9dc27dd1 fixes odd filter-remove position 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 7cced8ec30 #18593 CSS fix for de-centered remove button 14 years ago
Tim Felgentreff 4fc6b7fa68 implement JS support for restoring filters in addition to adding them 14 years ago
Tim Felgentreff b92a0e7ddb #18592 Filters were without effects due to a JS bug. The checkbox has to be visible before it can be checked. 14 years ago
Tim Felgentreff 7e10bb8614 #18528 Reintroduced gray bg 14 years ago
jwollert 2750322f46 adjust css to use button_form class instead of id 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
Tim Felgentreff 50af3b1e64 #2229: bugfix and speed enhancement for IE8 14 years ago
Tim Felgentreff ea54e12511 pass JSLint 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 3c608137f8 reverts 4d2875b and 30d8e82 14 years ago
jwollert 30d8e82845 don't shut out the InplaceEditor's buttons by accident 14 years ago
jwollert 5564c87240 don't use serif style font in ajax spinner 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 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 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
Tim Felgentreff c6e5cafa96 show Loading on redirect 14 years ago
Tim Felgentreff 4b7f66fceb slight fix for control buttons 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
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 ff2fdf16a1 fix and cleanup in-place-editing 14 years ago
Tim Felgentreff ad8eebc5aa load controls js 14 years ago
Philipp Tessenow 2e95d57991 fix css for filter remove_button 14 years ago
Tim Felgentreff e2be0fd6e1 implement saveAs widget and move all those link_to_functions into pure JS 14 years ago
jwollert 690c2f7933 display query result correctly 14 years ago
Tim Felgentreff dbc1fc11c8 widgetise controls/buttons 14 years ago
Tim Felgentreff 73e730d1cc cleanup 14 years ago
Tim Felgentreff b70a706a24 cleanup 14 years ago
Tim Felgentreff 13c165f611 remove obsolete code 14 years ago
Tim Felgentreff 63c716af60 move more observers into pure JS 14 years ago