Commit Graph

1678 Commits (eeda6f03645ad11bafa759cb5e25717937a156a2)
 

Author SHA1 Message Date
Philipp Tessenow eeda6f0364 add css style .hidden 13 years ago
Markus Kahl a1faa82545 select change hotfix 13 years ago
jwollert 7c623958b1 Merge branch 'master' of https://dev.finn.de/git/reporting-engine 13 years ago
Markus Kahl 60ee5b5bb7 fixed alumni selection bug (selection not disabled) 13 years ago
Markus Kahl 9f69422ab5 fixed initial multi_choice selection 13 years ago
Markus Kahl fccc1a6d06 only callback if request actually succeeded 13 years ago
Markus Kahl f7b5373f8a only activate_dependents if there's actually something selected 13 years ago
Markus Kahl f35d186a74 remove console.log since it doesn't work in IE 13 years ago
Markus Kahl 397f7e1ffd fix sector_id bug in FF, it is beyond me how this could work at all before, but hey ... I guess JS is a non-deterministic programming language 13 years ago
Markus Kahl 58313287e2 don't fail on non-select filter values 13 years ago
Markus Kahl 462768fc6f filter restoration working; there's still a bug though where when adding the sector_id filter the wrong dependent is opened (org unit instead of regional company) 13 years ago
Markus Kahl 095dead957 waaaaaah 13 years ago
jwollert 3967a44f6e reload all report lists after renaming a report. can easily be made more efficient, but works for now 13 years ago
Markus Kahl 5b487766ad let the js know when a filter is a dependent one 13 years ago
Markus Kahl 5690b5274e Values expected as ["1", "2"], sector_id yields [1, 2] which when combined with that gsub! stuff equals BOOOM! 13 years ago
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