Commit Graph

540 Commits (c0f1849aee43d46a3a3c29dbe643eb3d53a3c242)

Author SHA1 Message Date
Tim Felgentreff 5d243d1f75 Add missing code 14 years ago
Tim Felgentreff 4adf1f98e9 Cleanup render_widget availability 14 years ago
Tim Felgentreff 0dd5b378b6 Get Widget::ReportTable to render 14 years ago
Tim Felgentreff 1f4bbc32b6 Transitional: Include ReportingHelper in the Widget::Table class 14 years ago
Tim Felgentreff 390e4d8b00 All widgets now have a default @output canvas they can write to with #write 14 years ago
Tim Felgentreff 5b17ca25ea Monkeypatch String to have a #write method, to mimic canvas behaviour 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
Markus Kahl 233ff32a79 Enabled help text for Clear Control. 14 years ago
Tim Felgentreff 1f5eeaeec6 Simplify hash method for reports 14 years ago
jwollert 4db6a4e40a forgot to add actual widget 14 years ago
jwollert beaef00f6e raise more descriptive error if a widget is missing #render 14 years ago
jwollert 8687541d9f introduce progressbar widget 14 years ago
Markus Kahl 2d38aebbd1 Help texts for individual filters. 14 years ago
Tim Felgentreff b6cb5c5185 fix handling of nil values 14 years ago
Markus Kahl 83c0fb0378 Make help text an instance variable and 14 years ago
Markus Kahl cc9889d479 only render a help icon next to one of the two group-by selections 14 years ago
Markus Kahl d4139e3147 changed help icon 14 years ago
Markus Kahl 2d2d4f9a6d Integrated help widget rendering into Widget Base. Implemented custom rendering for Filters and GroupBy Widgets. 14 years ago
Philipp Tessenow 596790b4a2 filters may have multiple dependents - adapting the js to that change 14 years ago
Philipp Tessenow 47fb43d4f5 update dependent code documentation 14 years ago
Markus Kahl 8ce3318d34 Added Help Widget and put one next to the filter selection for demonstration. 14 years ago
Philipp Tessenow 818799929a allow multiple dependents 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