Commit Graph

179 Commits (2e6ebef4cda2445c0798aedd8bca3ee4cc9d0b3c)

Author SHA1 Message Date
jwollert 5b4a95f59b animated progress bar to trick the user into thinking that we know what we're doing when actually, we DON'T HAVE ANY CLUE GUYS 14 years ago
jwollert 185237c98d adds clear method for group bys 14 years ago
Philipp Tessenow b3e141a76a correctly handle additional url-params when narrowing values 14 years ago
Philipp Tessenow 3d3963a9e9 consider upper dependent-chain when narrowing values 14 years ago
Philipp Tessenow d256a09905 correctly switch visible dependent chains if there is more than one possible dependent 14 years ago
Philipp Tessenow e250a5de29 correctly handle additional url-params when narrowing values 14 years ago
Philipp Tessenow e5b19210c6 remove the right dependent filter not just the first one 14 years ago
Philipp Tessenow 91fa7783df js function which_dependent_shall_i_take now additionally takes the source as a parameter 14 years ago
jwollert 8687541d9f introduce progressbar widget 14 years ago
Philipp Tessenow 596790b4a2 filters may have multiple dependents - adapting the js to that change 14 years ago
Philipp Tessenow 4d71734994 fix ie7/chrome org-structure reloading bug 14 years ago
Philipp Tessenow 69d773c34a when narrowing values create options with their label as label (and not their value) 14 years ago
Philipp Tessenow 1d624fd16b have the remove-icon (from the clear-button) as the group-by remove 14 years ago
Philipp Tessenow e9ea5b0e70 insert new group-bys just before the select box 14 years ago
Markus Kahl dc2f060171 Made check for element name IE and Opera compatible. 14 years ago
Philipp Tessenow b147fd417d correctly reload saved values of date filters 14 years ago
Philipp Tessenow 026953d64f have css-based delicious group-by 14 years ago
Philipp Tessenow 7127e86a4a fix ie-bug group_by dont use img-tags anymore but span-tags instead 14 years ago
Philipp Tessenow df6293a31c fix ie-bug which happened when a 4xx response was the result of an ajax request 14 years ago
Philipp Tessenow e34490986d some js refactorings (lke missing semicolons and some whitespace) 14 years ago
Philipp Tessenow ec2dae2729 correctly restore group_bys now 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 f5bf2d05a0 have all hover effects and removal of groups working 14 years ago
Philipp Tessenow 91ca4af0d5 have arrow removal hover effect working 14 years ago
Philipp Tessenow a2a92dd0b7 hughe js refactoring and some js-enhancements 14 years ago
Markus Kahl fae6e8450e Yielded to Redcar's complaints (fixed indentation and added missing semicolons). 14 years ago
Markus Kahl ee700b5b21 Fixed pre-selection of radio options in load_available_values_for_filter. 14 years ago
Philipp Tessenow e87d41ae9b enhance browser compability 14 years ago
Philipp Tessenow 66e22606ee add some first delicious group_by js-code 14 years ago
Philipp Tessenow 66fa1346cd move restoring of dependent Queries in restore_query.js 14 years ago
Philipp Tessenow 312df4ce16 find correct select-box as source for loading values 14 years ago
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 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 1e1ea52260 multi choice filter styling 14 years ago
Philipp Tessenow ec5eb6a5a0 render multi_choice filter 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 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