Commit Graph

1307 Commits (f1c47a2babd8f8444113a8eaaaa8612ba2377a26)
 

Author SHA1 Message Date
Philipp Tessenow c3ebfe08f6 have js-code to initially set values of dependent filters 14 years ago
Philipp Tessenow 90f56ad7c0 extract selecting-values-of-a-select-box-functionality from narrow_values to a separate function 14 years ago
Philipp Tessenow 435a3a36a2 filter.js - let activate_dependents() optionally accept the select-box to handle and a callback-function which is passed to narrow values 14 years ago
Philipp Tessenow 254c8b41f4 filter.js - let narrow_values accept an optional callback-func which is called after narrowing was finished successfully 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 f72a5288b3 add convenience functions for dependent handling in filter/base.rb 14 years ago
Philipp Tessenow 9b543f31e5 set sanitize-bit when evaluating remote JSON 14 years ago
Philipp Tessenow 2f3507d543 added TODO to refactor cost_report specific code in engines filter.js 14 years ago
Markus Kahl d1d1330673 reverted rename of Chainable#intialize_query_with 14 years ago
Markus Kahl 6a86793fbf handle arrays for radio button values 14 years ago
Markus Kahl 0e52a7f51e fixed alumni radio selection 14 years ago
Markus Kahl 939c424512 Tried to fix selection. 14 years ago
Markus Kahl ab73d7d270 renamed Chainable#initialize_query_with to initial_report_with 14 years ago
Markus Kahl 1e1ea52260 multi choice filter styling 14 years ago
Markus Kahl 6a314c3f4e fixed br (content_tag -> tag) 14 years ago
Markus Kahl 1b48d66392 adjusted indentation 14 years ago
Markus Kahl a1b886a64a Restructured the MultiChoice Widget's render method a little. 14 years ago
Philipp Tessenow ec5eb6a5a0 render multi_choice filter 14 years ago
Philipp Tessenow e5f3e9a311 move is_multichouce? to class side 14 years ago
Philipp Tessenow 84d2611f74 have multi_choice.rb in lib/filter; move some funtionality from lib/widgets into lib/report/filter 14 years ago
Philipp Tessenow 09cfcbd465 Merge branch 'feature/widgets' into feature/multi_choice 14 years ago
Markus Kahl a5e4dd9cbd Added multi choice widget. 14 years ago
Philipp Tessenow 21ac66e2f7 save and delete divs are always in foreground 14 years ago
Philipp Tessenow 5cd1ff3f8f dependent filters have a margin-left css-property 14 years ago
Philipp Tessenow 9a78107609 do not show dependent if it has no values to select 14 years ago
Philipp Tessenow 388923f5a2 have sources.push() and dependents.splice() in narrow_values() in their original order 14 years ago
Philipp Tessenow f815288c7f correctly highlight last <<inactive>> filter when useless dependents were removed 14 years ago
Philipp Tessenow 511f3be38f give the user feedback when narrowing dependent values failed 14 years ago
Philipp Tessenow ee354368f4 extract removing flash messages into Reporting.clearFlash() function 14 years ago
Philipp Tessenow 56b6ad3179 optionally differentiate between option values and label when narrowing dependent values 14 years ago
Philipp Tessenow 85512d81f8 shorten list of dependents in org-structure filter if all lower dependents are inactive 14 years ago
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 549d616a5b change <<inactive>> labels to «inactive» 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 d864a86301 change css class if filters if they are inactive 14 years ago
Philipp Tessenow aa3bb8e7be remove the any_operator 14 years ago
Philipp Tessenow 4a7d6c7638 we may have inactive filters now - which use a magic value <<inactive>> 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
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 ccc7fcb321 Merge branch 'feature/widgets' into feature/widgets-delayed_remove_button_move 14 years ago
Tim Felgentreff 2900eb9425 empty the result table on failed settings update 14 years ago
Tim Felgentreff 9606559125 remove legacy support for named reports 14 years ago
Tim Felgentreff b5d620af6c remove flash css from engine 14 years ago
Tim Felgentreff 89ea30309c render default action in show 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
Tim Felgentreff 8e972b5d8b fix previous commit. the session might not contain a query 14 years ago
Tim Felgentreff 36d22ec172 store the active query name in the session as well, as long as applicable 14 years ago
Tim Felgentreff 7ef7475e11 serving static assets in development mode only while engines don't work on rails3 ... moving this to application 14 years ago