Commit Graph

541 Commits (809068cc9399b8096776be55eab6cb7c28151402)

Author SHA1 Message Date
Markus Kahl 0d7bf4a0a4 Enable show_at_id for tooltips. 14 years ago
Markus Kahl 96e6775361 Consider help text from render_with_options (bugfix). 14 years ago
jwollert 8b8cfdba6c use rails helper methods to render the table footer and headers 14 years ago
Markus Kahl b212b2f282 hacked sql statement for partition 14 years ago
Markus Kahl a50a812bc1 Manipulate query directly in sql_statement for testing purposes. 14 years ago
jwollert a3196802a2 don't need to include calendar files in filter widgets 14 years ago
jwollert cae5321f3b make sure we don't accidently think date widgets are cached 14 years ago
Tim Felgentreff 06dfd57c5a Hack: Send keep-alive packets to the browser while creating a table, to prevent Apache timeouts 14 years ago
jwollert df918b5e1d modal confirmation dialog for progressbar question 14 years ago
Philipp Tessenow 48629bc4fa fetch data from right database 14 years ago
Markus Kahl b71bf13c57 Use cordinc_tooltip; made icon and diff customizable. 14 years ago
Philipp Tessenow 0e8528327d fix indendation for dependent filters 14 years ago
jwollert 5b4a95f59b animated progress bar to trick the user into thinking that we know what we're doing when actually, we DON'T HAVE ANY CLUE GUYS 14 years ago
jwollert ea2fe6281f cache? dont cache 14 years ago
Tim Felgentreff 838bc8c245 use dsl method 14 years ago
jwollert d2b2d5c889 don't cache the progressbar, as we need to re-evaluate the possibility of a cached ReportTable every time 14 years ago
jwollert 987305fc23 fixes messed up size information for progressbar 14 years ago
jwollert 821a02e4d0 fix progressbar Table cache check 14 years ago
jwollert f91a60dd08 make Widget::Base#cached? public 14 years ago
jwollert d0670ecc4c adjust documentation of Report#serialize 14 years ago
jwollert cb0232479a use old Report#hash method again 14 years ago
Philipp Tessenow c2dc810b1b correctly narrow values of the labels are not equal to values 14 years ago
Philipp Tessenow 938a2a29c8 comment for narrow_values in controller.rb 14 years ago
Philipp Tessenow 7d02d35c49 correctly narrow values for dependents which dont have the name of their fields 14 years ago
Philipp Tessenow b2def1972c enable filters to know a translation for a given value depending on their available values 14 years ago
Tim Felgentreff 391a6b9583 make deactivation of progressbar available in controller through @no_progress 14 years ago
jwollert 010d885fdc don't look for a cached progressbar, but for a cached table. jeezus 14 years ago
jwollert bf29790421 progressbar checks for cached reports first 14 years ago
Tim Felgentreff 4dd424b15a fix NPE 14 years ago
jwollert adc6b5b9c6 only ask whether to render table if it is not yet cached 14 years ago
Tim Felgentreff 4ce42927bd oops, calendar header tags might be empty 14 years ago
Tim Felgentreff ea315ffd95 re-add lost '+' 14 years ago
Tim Felgentreff a23c67deff Widget::Table::Progressbar::THRESHOLD is the heuristically chosen value for 'large reports' (whatever that means) now 14 years ago
Tim Felgentreff f58eeeeb56 actually render the progressbar as response 14 years ago
Tim Felgentreff ad95133671 add progress reporting and streaming to engine 14 years ago
jwollert 1019336938 fix accidentally rendering 2 tables with progressbar 14 years ago
Tim Felgentreff 237805db5f Actually render the cache hits to the canvas, too 14 years ago
Tim Felgentreff 91e0fe7487 Allow widgets to deactivate caching. Use this for the fieldset widget 14 years ago
jwollert db650ddbb0 use streaming widget API and render table widget when we don't hit the progressbar threshhold 14 years ago
Tim Felgentreff 3838a86a2a Code documentation 14 years ago
Tim Felgentreff 1d6abbae2f Provide a @cache_output for cases, where the canvas cannot be marshalled 14 years ago
Tim Felgentreff bb21926573 make sure to set @subject in all widgets 14 years ago
Tim Felgentreff 9ce19f499c enable caching of widgets 14 years ago
Tim Felgentreff 043a3a8f54 finish transition to canvas 14 years ago
Tim Felgentreff 753843fd33 transition all widgets to canvas api 14 years ago
Tim Felgentreff d740f5f6e0 create output canvas on demand 14 years ago
Tim Felgentreff bb3f9f0faa add FIXME 14 years ago
jwollert e5261840f3 just a little cleanup 14 years ago
jwollert d75b7a2922 filters need to be ordered so we get a consistent hash 14 years ago
Philipp Tessenow 99d4cb560c change group_by class loading - grouping of field now happens later 14 years ago