Commit Graph

1621 Commits (6ebb599cbdf3bc837276bb2a425633ba95ea5d17)
 

Author SHA1 Message Date
Tim Felgentreff 6ebb599cbd remove definition of l() from Widget, we include ReportingHelper for good 14 years ago
Konstantin Haase 970454d914 Merge branch 'feature/widgets' into feature/widgets_merge 14 years ago
Philipp Tessenow 3d86ca0166 Merge branch 'bugfix/sector_null_values' into feature/widgets 14 years ago
Philipp Tessenow f06979e08e introduce new ?! (counterpart to ?=) operator 14 years ago
jwollert 205986f51e Merge branch 'bugfix/sector_null_values' of https://dev.finn.de/git/reporting-engine into bugfix/sector_null_values 14 years ago
jwollert 26c25aaf82 remove parent call from GroupBy#select_fields. should be responsibility of #all_select_fields and that way manually setting them for one element in the chain does not mess up queries by adding fields twice 14 years ago
jwollert a5b64c84fc don't prefix group_fields by default to allow easier aliasing 14 years ago
jwollert e1b9a27568 Revert "Ticket #18939: introduces concept of strict joins in chainable API. Normal joins are strict in the sense that they don't introduce nil values on either side of the join." 14 years ago
jwollert 3ef144e2b0 Ticket #18939: introduces concept of strict joins in chainable API. Normal joins are strict in the sense that they don't introduce nil values on either side of the join. 14 years ago
jwollert 13adfcd85b reactivate table widget to make switching between table types easier 14 years ago
Tim Felgentreff 4b0dbadd69 only render the table widget without layout, if the request is XHR 14 years ago
Tim Felgentreff 51bd48b6c9 remove #private declaration in Report 14 years ago
Tim Felgentreff 3ccc725213 allow globally deactivating widget caching 14 years ago
Tim Felgentreff 4bc0f265a0 Fix for safe_concat not working with nil in Rails 2 14 years ago
Tim Felgentreff d2b89cc1ec Merge remote-tracking branch 'origin/feature/widgets' into feature/widgets_merge 14 years ago
Tim Felgentreff 625cab837c Rails 2 will freeze strings it writes onto with tag helpers 14 years ago
Tim Felgentreff 2cea6e9ea6 don't rely on l() method in engine 14 years ago
Tim Felgentreff fa0c9bde46 before_filter blocks differ in scope bw Rails 2 and 3 14 years ago
Tim Felgentreff c86adf1f58 don't use ConnectionSwitcher in generic code 14 years ago
Tim Felgentreff 72459437a8 Merge remote-tracking branch 'origin/master' into feature/widgets_merge 14 years ago
Philipp Tessenow 2ceee23cfe do not try to resolve dependents when there is no dependent 14 years ago
Philipp Tessenow 58dfbbb9fd when adding a filter, activate its dependents 14 years ago
Philipp Tessenow 6d4570157e dirty fix for rendering bug 14 years ago
Philipp Tessenow 09e84f06f1 go for valid html 14 years ago
Philipp Tessenow 8c62d9e0f6 define alt-tag in help icons 14 years ago
jwollert 70248c0317 Merge branch 'feature/widgets' of https://dev.finn.de/git/reporting-engine into feature/widgets 14 years ago
jwollert 8582de210f Ticket #19639: don't use Chainable#field in our session, as it may delegate to db_field and consequently brakes const lookup in Controller#build_query 14 years ago
jwollert 3f749fa8cd delegate Chainable calls of #table_joins, #table_name, #field, #display?, #help_text and #underscore_name to class 14 years ago
Markus Kahl 3305b2f61b help icon link div -> span 14 years ago
jwollert ad7fd19961 Merge branch 'feature/widgets' of https://dev.finn.de/git/reporting-engine into feature/widgets 14 years ago
jwollert f5d2724fcc Merge branch 'feature/between_now_and_date' of https://dev.finn.de/git/reporting-engine into feature/between_now_and_date 14 years ago
jwollert e3dc61d1ac check whether an operator has been touched for the very first time 14 years ago
Philipp Tessenow 7dcab30ac3 Merge branch 'feature/widgets' into feature/between_now_and_date 14 years ago
jwollert 9dea4d2f21 Merge branch 'feature/between_now_and_date' into feature/widgets 14 years ago
Philipp Tessenow 9e6ba19841 Merge branch 'feature/widgets' into feature/between_now_and_date 14 years ago
Markus Kahl 7ea83c2e0b resurrected filter(chainable) help icons 14 years ago
Philipp Tessenow b58c98ace9 Merge branch 'feature/widgets' into feature/between_now_and_date 14 years ago
Markus Kahl c98d1ca26e add subject name to cache key 14 years ago
jwollert e86745eb36 Revert "for whatever reason the engine() method was not defined by reports, but was expected to be there. this is fixed here" 14 years ago
jwollert 042311507c Merge branch 'feature/widgets' of https://dev.finn.de/git/reporting-engine into feature/widgets 14 years ago
Markus Kahl 30c236aa3e Introduce method which indicates whether a query should be made public. 14 years ago
Markus Kahl 186fe3cbf2 +optional clause for #find_optional_report query 14 years ago
Philipp Tessenow 93317925c1 for whatever reason the engine() method was not defined by reports, but was expected to be there. this is fixed here 14 years ago
Markus Kahl 78b9e72664 Use private/public!? everywhere. 14 years ago
jwollert b80d7a95ed Revert "use GET for delete action again" 14 years ago
Philipp Tessenow 501b9b8b0f Merge branch 'master' into feature/between_now_and_date 14 years ago
Philipp Tessenow 3105db802a Merge branch 'feature/widgets' into feature/between_now_and_date 14 years ago
jwollert bb1fdd9bb9 fixes Report#to_params. we now return filters that can be selected in the ui, only 14 years ago
jwollert 1922abb6c6 make sure form buttons have a margin 14 years ago
jwollert 754b31fc91 use method in progressbar to check whether to render the table directly 14 years ago