Commit Graph

9 Commits (b6747c210a45e4abe8f5391cdeb5ced36928e548)

Author SHA1 Message Date
Alex Coles 0ccb62381a Normalise syntax with Rubocop 10 years ago
Alex Coles 79ec894041 Use 1.9+ Hash syntax 10 years ago
Hagen Schink cf5b84a6c8 Fix cell semantics 11 years ago
Hagen Schink 5d9e71712a Set scope for row header 11 years ago
Sebastian Schuster bfba482ff9 Added copyright notices 11 years ago
Philipp Tessenow 7d5f750ee5 do not double escape units 11 years ago
Sebastian Schuster 86791c932c Moved files around to get autoloaded by rails and removed the 12 years ago
Michael Frister 3e5c5e3f67 Update structure for rails 3 12 years ago
jwollert 58cddf9177 merge origin/master 13 years ago
Tim Felgentreff bc34555ba5 Revert "Revert "Merge remote-tracking branch 'origin/master'"" 13 years ago
jwollert c4fb3db7c7 remove list class from report table so conflicting siemens styles won't be applied 13 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 7ac3316667 Revert "Merge remote-tracking branch 'origin/master'" 14 years ago
Philipp Tessenow 09e84f06f1 go for valid html 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
Markus Kahl 0576cee49e Mark last content column with special css class. 14 years ago
jwollert b101029f2b fix progressbar interval calculation. SIZE MATTERS 14 years ago
Tim Felgentreff 366bedd8b4 Add a short text above the progressbar 14 years ago
jwollert 0306e94538 render xls export link 14 years ago
Philipp Tessenow 7da3f3b0a2 define the heavy-report threshold in init.rb as a global setting 14 years ago
jwollert 8b8cfdba6c use rails helper methods to render the table footer and headers 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
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 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
jwollert adc6b5b9c6 only ask whether to render table if it is not yet cached 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
jwollert 1019336938 fix accidentally rendering 2 tables with progressbar 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 0dd5b378b6 Get Widget::ReportTable to render 14 years ago
jwollert 4db6a4e40a forgot to add actual widget 14 years ago
jwollert 0f22a3d6e9 get Progressbar Widget to work. Does not remember users' choices and looks friggin' ugly 14 years ago
Tim Felgentreff 6493c5ed04 begin a 'progress' widget implementation for displaying progress and aborting on LARGE commits 14 years ago
jwollert d78e8f8390 use callables to provide field mappings for table rendering 14 years ago
jwollert 5846e8e9cf avoid escaping problems on 3 or more group_bys 14 years ago
Tim Felgentreff 2a47640cdc cleanup html_safe calls 14 years ago
jwollert 02c35a54f7 get report table to work properly with > 2 group_bys. < 1 doesn't work though 14 years ago
jwollert 5f7ae4941c don't need detailed table for now 14 years ago
jwollert d0e0e12436 split render method 14 years ago
jwollert 181ecbe9c1 detailed table is subclass of table widget 14 years ago