Commit Graph

204 Commits (91a5c4374f3442ac10be1bfe59d355c7dacc3e4e)

Author SHA1 Message Date
Philipp Tessenow 91a5c4374f fix a css glith where the multi-values-swith-icon was deisplayed in the next line when filter area was resized 14 years ago
Philipp Tessenow c58ad6fa1e slightly refactor filter.js - comment set_filter_value_width + do the lookup for $($$('.filter_values')) only once 14 years ago
Philipp Tessenow d864a86301 change css class if filters if they are inactive 14 years ago
Philipp Tessenow 4a7d6c7638 we may have inactive filters now - which use a magic value <<inactive>> 14 years ago
Tim Felgentreff facf6ab712 use flash for in-place editor as well 14 years ago
Tim Felgentreff 9325baaac8 [FIT #18529] set width property of values in filters, so we can delay shrinking them 14 years ago
Tim Felgentreff 2900eb9425 empty the result table on failed settings update 14 years ago
Tim Felgentreff b5d620af6c remove flash css from engine 14 years ago
Tim Felgentreff 13f85f956a build error flash with different classes. in case the server reported a client error, show the supplied error message 14 years ago
Markus Kahl 6206b2bbea Issue #18775, old flash messages are cleared now upon a new request. 14 years ago
Wieland Lindenthal 5dedd2ff3c Setting basic font size and line height for reporting interfaces. 14 years ago
Philipp Tessenow 5969cdc0b9 do not move filter when it should be hidden initially 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 fae6123a63 dependent filters appear as block, without borders in-between 14 years ago
Tim Felgentreff 470cfcbcff fix linting errors 14 years ago
Tim Felgentreff fb67da87e8 show newly added filters last in the box 14 years ago
Wieland Lindenthal d48f921832 Making the whole row in a table yellow when hovered. 14 years ago
Wieland Lindenthal de80c7431f Fixes a bug with IE 7 and IE 8. The buttons were too big (high). Closes #18594. 14 years ago
Philipp Tessenow 0d5e9d479a IE compatible version of adding/removing option tags when loading available values per ajax 14 years ago
Philipp Tessenow 2e9bf0e534 avoid error which occurs when looking for Report::Filter::Undefined 14 years ago
Wieland Lindenthal 90703d6987 Buttons have apply and secondary style and icons. 14 years ago
Wieland Lindenthal fba5932f40 Form control margin and text size changed to make buttons nicer 14 years ago
Gregor Schmidt 32c70d19ab adding $() wrappers around native nodes to please IE 14 years ago
Tim Felgentreff 88120b0ed4 fire argument change events when the operator changes 14 years ago
Tim Felgentreff 885b61d076 fix error introduced with last commit, where the select box wasn't updated properly 14 years ago
Philipp Tessenow 7fbe276262 change cursor of flash_messages 14 years ago
Philipp Tessenow 015d094805 change dependents operator to any if the dependent was recently added 14 years ago
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