Commit Graph

1517 Commits (8d616ae3217aa16b7670a49c36a151dc68e26b75)
 

Author SHA1 Message Date
jwollert 8d616ae321 use GET for delete action again 14 years ago
jwollert 4dc29bb86e Merge branch 'feature/widgets' of https://dev.finn.de/git/reporting-engine into feature/widgets 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 e321d499b0 Merge branch 'feature/widgets' of https://dev.finn.de/git/reporting-engine into feature/widgets 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 af44038a00 Fixed table styles for IE7. 14 years ago
Markus Kahl 0576cee49e Mark last content column with special css class. 14 years ago
Tim Felgentreff 41168498b8 Merge branch 'feature/widgets' of https://dev.finn.de/git/reporting-engine into feature/widgets 14 years ago
Tim Felgentreff fa786a0ecd Move calendar.css fixes for reporting into engine 14 years ago
jwollert 092d818d2c Merge branch 'feature/adjusted_delete' into feature/widgets 14 years ago
Tim Felgentreff cc1614abfb [FIT #18962]: Hovering over GroupBys in IE7 made the table jump up by 10px. Fixed by moving the margin from the controls margin-bottom to the tables margin-top. 14 years ago
jwollert 23e278400a Merge branch 'feature/widgets' into feature/adjusted_delete 14 years ago
jwollert 0bd5bbdcda Merge branch 'feature/widgets' of https://dev.finn.de/git/reporting-engine into feature/widgets 14 years ago
Markus Kahl f149d39cd7 fix too large tmp file names 14 years ago
Tim Felgentreff 29ef6e820b Stop the progressbar when an error occurs trying to fetch a report. 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
jwollert 3ef2474091 Merge branch 'feature/widgets' of https://dev.finn.de/git/reporting-engine into feature/widgets 14 years ago
jwollert 7feedd5d6c adjust css to center .report ths by default, fixes ticket #19068 14 years ago
Philipp Tessenow 32d0dc4065 unify use of maybe_with_help() helper. fix missing help icon near save button 14 years ago
jwollert b101029f2b fix progressbar interval calculation. SIZE MATTERS 14 years ago
jwollert 973b1251b4 Merge branch 'feature/widgets' of https://dev.finn.de/git/reporting-engine into feature/widgets 14 years ago
jwollert ba5599a558 Revert "map value, but convert nils different now. So they can stay at the end of the table" 14 years ago
jwollert 48ac7c8975 Merge branch 'feature/adjusted_delete' of https://dev.finn.de/git/reporting-engine into feature/adjusted_delete 14 years ago
jwollert d5a28204ac Settings should not be cached due to changing permissions and query states 14 years ago
Philipp Tessenow 4abc2f3f2b Merge branch 'feature/widgets' into feature/adjusted_delete 14 years ago
jwollert 7f5287f8cc Merge branch 'feature/widgets' into feature/adjusted_delete 14 years ago
Markus Kahl 2a6fb20e36 Merge branch 'feature/widgets' into feature/partition 14 years ago
Markus Kahl 6c5697edae Merge branch 'feature/widgets' into feature/partition 14 years ago
Markus Kahl 9d072b59cd introduced 'hooks' for partitioning and moved actual logic into UR 14 years ago
Philipp Tessenow b738bfb214 help.css should define white-space: normal; for its help-popups 14 years ago
Philipp Tessenow 35fa1ea59c Merge branch 'feature/widgets' into feature/animated_progress_bar 14 years ago
Philipp Tessenow e640e01f0a Merge branch 'feature/help' into feature/widgets 14 years ago
Philipp Tessenow 9b3a5ae16c fix broken help-widgets in field-tags 14 years ago
Philipp Tessenow 5bd0d2adf2 refactor help-text widget + some documentation 14 years ago
Philipp Tessenow 667303f9ab let widget's write() return the written string 14 years ago
Markus Kahl cd71417028 moved partitioning into extra method. Made it work with several number_of-group-bys. @TODO move to UR. 14 years ago
Markus Kahl 16511e0127 hard-coded partitioning on ruby side 14 years ago
jwollert 460633ee47 Merge branch 'feature/animated_progress_bar' of https://dev.finn.de/git/reporting-engine into feature/animated_progress_bar 14 years ago
jwollert 8d5913c2c6 Merge branch 'feature/widgets' into feature/animated_progress_bar 14 years ago
Tim Felgentreff 3390ebce73 Fix: throw != raise 14 years ago
Tim Felgentreff 366bedd8b4 Add a short text above the progressbar 14 years ago
jwollert f99471e216 fix help text rendering 14 years ago
jwollert b4cbb1c204 don't need #== method for reports anymore 14 years ago
jwollert 1b9bb59cf7 fix broken Report#cache_key method, needs to be independent filter order 14 years ago
jwollert c36ce96747 replace ugly, hackish, broken cache_key with sublime, efficient and working implementation 14 years ago
jwollert 7710f05998 use DELETE method instead of GET on delete 14 years ago
jwollert 02b60c930d Merge branch 'feature/widgets' of https://dev.finn.de/git/reporting-engine into feature/widgets 14 years ago