Commit Graph

61 Commits (2f1c386851342d6bc88c2a27cad59b8e735ca407)

Author SHA1 Message Date
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 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
Jens Ulferts f2f78de425 fixing asynchronous reloading on filters 13 years ago
jwollert 58cddf9177 merge origin/master 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
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
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 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
jwollert 13adfcd85b reactivate table widget to make switching between table types easier 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
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
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
Markus Kahl 78b9e72664 Use private/public!? everywhere. 14 years ago
jwollert b80d7a95ed Revert "use GET for delete action again" 14 years ago
jwollert 754b31fc91 use method in progressbar to check whether to render the table directly 14 years ago
jwollert ed2dcb99a6 REALLY don't try to render xls in engine 14 years ago
jwollert 38969be942 remove xls export from report_table widget in engine 14 years ago
jwollert 5b128cc334 subject is the new query. because we don't render query-stuff only 14 years ago
jwollert e153ed6ba1 we don't enforce. ain't no cops, dude 14 years ago
jwollert e03e96561c indicate that the operator we are rendering is a date 14 years ago
jwollert 58fa770c02 some methods to indicate the assumed input of an operator 14 years ago
jwollert 8d616ae321 use GET for delete action again 14 years ago
jwollert 59fe1090c9 reintroduce display:none style for delete popup 14 years ago
Tim Felgentreff 2d49fb1c7e Include the language in all widget caches 14 years ago
Tim Felgentreff b471f013c1 remove duplicate cache_key method 14 years ago
Tim Felgentreff eee45277e5 Revert. This is not needed anymore, because the @query.new_record? and permission states are coded into the cache_key, so we cache controls multiple times for different combinations of permissions 14 years ago
Markus Kahl 0576cee49e Mark last content column with special css class. 14 years ago
Markus Kahl f149d39cd7 fix too large tmp file names 14 years ago
Tim Felgentreff 1f1d5dc22a The Help widget is not control, even though it might be rendered next to one 14 years ago
Tim Felgentreff 79d0b43793 [FIT #19136] Upon saving a private report, the "Save As" button is still labeled with just "Save". This is a cache-invalidation problem (the report was previously 'new', so we had cached this widget's html, even though it depends on the save-status of the widget, too). Solved by adding the new_record? state to the cache_key for controls, and actually have controls inherit from Widget::Controls 14 years ago