Commit Graph

1863 Commits (5e1e8242907c7ad737e9e4c976e4da18a798f1f9)
 

Author SHA1 Message Date
Markus Kahl c1611b1c80 fixed multi_choice filter value restoration 13 years ago
Markus Kahl 47de452ad6 in principle working, though a bit too much perhaps 13 years ago
jwollert bfe43c4936 don't swallow errors in Controller#available_values 13 years ago
jwollert 12bef5ea7b web standards: pretty neat, right? 13 years ago
jwollert d05708cc11 always use the current controller when creating the link to available_values 13 years ago
Felix Schäfer 32167a14c5 Remove debugger statement. 13 years ago
jwollert 15f8c57d97 adds json dependency 13 years ago
jwollert 8d5f69166a reorder english translations 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 f0e8f1003d lazy loading of filter values via ajax 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 4d8f3a7424 There are "browsers" out there w/o a console 13 years ago
Gregor Schmidt f8d67c16c6 Adding missing localization 13 years ago
Gregor Schmidt 13c26886d7 Adding missing i18n texts 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 7d53dd1f36 Merge branch 'feature/widgets_merge' 13 years ago
Tim Felgentreff 836b457279 Merge branch 'feature/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
Tim Felgentreff 554d38985b Merge branch 'feature/widgets_merge' of https://dev.finn.de/git/reporting-engine into feature/widgets_merge 13 years ago
Tim Felgentreff 92aa1501e6 Add translation to reporting_engine, for removing reports question 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 925939e62e Move common CSS rules to reporting.css, adding icons as needed. Avoid throwing an error if using the progress bar in an environment with Prototype < 1.7 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
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