Commit Graph

233 Commits (185237c98d856bf0eed7cc3f3f0b2692e1249d10)

Author SHA1 Message Date
jwollert e5261840f3 just a little cleanup 14 years ago
jwollert d75b7a2922 filters need to be ordered so we get a consistent hash 14 years ago
jwollert a19786b28b fixxed connection switching 14 years ago
jwollert c9f38c53dd fixes UR spec 14 years ago
jwollert 69e3f08f27 aliased Report.connection 14 years ago
Tim Felgentreff 1f5eeaeec6 Simplify hash method for reports 14 years ago
Tim Felgentreff b6cb5c5185 fix handling of nil values 14 years ago
Philipp Tessenow 39551185c0 fix ur specs - ensure we have an array when checking the size of a filters values 14 years ago
Philipp Tessenow 154101d49b introduce special <<null>> value when narrowing values to not confuse nil and empty strings 14 years ago
Philipp Tessenow 567367b7e2 allow operators to operate on nil-values too 14 years ago
Philipp Tessenow eb3ba0f909 correctly render span tags 14 years ago
Markus Kahl f97b49474c Added alias method (named aka) to Operator. 14 years ago
Markus Kahl 372b3ac2b2 moved new operator to own ones 14 years ago
Philipp Tessenow 80da6e90d7 group by caption are now inlined with their groups - some general styling 14 years ago
Philipp Tessenow 3e10915df0 removed remaining old grouping widget 14 years ago
Philipp Tessenow da723946c1 show --add group-by-- in group-by select-box 14 years ago
Konstantin Haase b007d40897 ask the engine for our connection rather than ActiveRecord::Base 14 years ago
Konstantin Haase 901fc6a016 ask the engine for our connection rather than ActiveRecord::Base 14 years ago
Philipp Tessenow b147fd417d correctly reload saved values of date filters 14 years ago
Markus Kahl 96d5d48f52 Added ?= operator which means 'null or equal'. 14 years ago
Philipp Tessenow ec2dae2729 correctly restore group_bys now 14 years ago
Philipp Tessenow e0db7e7930 work on the group_by rendering, groups are sorted and put in optgroups now, not selectable group are not printed in html-output anymore 14 years ago
Philipp Tessenow 7761dff12e when asking a report for its queries it is now possible to optionally specify the type of group_by (:row, :column) 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 0ce1996e4a renamed old group_by to OldGroupBy and delicious grouping to GroupBy 14 years ago
Philipp Tessenow a2a92dd0b7 hughe js refactoring and some js-enhancements 14 years ago
Markus Kahl 279477c776 made multi_choice filter understand symbols for labels as i18n keys 14 years ago
Markus Kahl b6bacddf37 Fixed radio name for the Alumni Filer. Enclosed radio button in div which represents 'arg_1_val'. 14 years ago
Philipp Tessenow 0fde4f1b28 make delicious group_by appear before old group_by (no need to scroll) 14 years ago
Philipp Tessenow c1671522f7 have delicious group_by in parallel to the old grouping for now 14 years ago
Philipp Tessenow 5828192245 refactor operator-widget to let it do what it was intendet to 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
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
Markus Kahl a5e4dd9cbd Added multi choice widget. 14 years ago
Philipp Tessenow 5cd1ff3f8f dependent filters have a margin-left css-property 14 years ago
Philipp Tessenow 56b6ad3179 optionally differentiate between option values and label when narrowing dependent values 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