Commit Graph

548 Commits (f43208c00d1b4057918db8466acf8670d8b6132e)

Author SHA1 Message Date
jwollert 15f8c57d97 adds json dependency 13 years ago
Jens Ulferts f2f78de425 fixing asynchronous reloading on filters 13 years ago
jwollert 8bd7c663c0 fix restoring filter values and selecting the options (for other browsers than chrome) 13 years ago
Jens Ulferts 8cee1930ce fixing json-parsing of empty values 13 years ago
jwollert 58cddf9177 merge origin/master 13 years ago
Felix Schäfer 9e193b1805 Make sure the right adapter is used, not necessarily AR::Base 13 years ago
Felix Schäfer 5e8a6d282e PostgreSQL fix. 13 years ago
Gregor Schmidt 2647bf507b icon might be nil 13 years ago
Gregor Schmidt 97903fa4b3 only rendering SaveAs, if user is allowed to create reports/querys 13 years ago
Tim Felgentreff e32d1a5404 prefix group_bys per default, again. fixes spec failures on postgresql 13 years ago
Gregor Schmidt 4f2c227edf fixing cached widgets 13 years ago
Konstantin Haase bfa8869f72 fix cached widgets 13 years ago
Tim Felgentreff bc34555ba5 Revert "Revert "Merge remote-tracking branch 'origin/master'"" 13 years ago
Tim Felgentreff faab11d080 Fix #4412, filter table was rendering incorrectly 13 years ago
Konstantin Haase d5b270c706 properly set auth token 13 years ago
Tim Felgentreff c43244a08b add a hook on the instance side for Filter#display? 13 years ago
Tim Felgentreff ff6bd931f7 allow filters that do not want to be serialized to return nil 13 years ago
jwollert 9614e777a5 Ticket #4420: really set the is_public field of a query 13 years ago
jwollert c4fb3db7c7 remove list class from report table so conflicting siemens styles won't be applied 13 years ago
jwollert 37cd40a01d don't render a possibly broken table if the result is empty anyway 13 years ago
Tim Felgentreff b08fe791e3 the Widget::Table never wrote to the canvas. Have it write, to make sure we have one, in case we're not streaming or serving from cache 14 years ago
Tim Felgentreff e6efd494cf fix in Report serialization code. filters might be applied twice, so sorting has to be explicit 14 years ago
Tim Felgentreff fff8ffc4c5 actually output 'No data to display' 14 years ago
Tim Felgentreff c53f6829e8 add hooks to register different tables to Widget::Table 14 years ago
Tim Felgentreff 6ebb599cbd remove definition of l() from Widget, we include ReportingHelper for good 14 years ago
Philipp Tessenow f06979e08e introduce new ?! (counterpart to ?=) operator 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 7ac3316667 Revert "Merge remote-tracking branch 'origin/master'" 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
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 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
Markus Kahl 7ea83c2e0b resurrected filter(chainable) help icons 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
Markus Kahl 30c236aa3e Introduce method which indicates whether a query should be made public. 14 years ago