Commit Graph

425 Commits (e03e96561cf7305f5c3e488a17217fdb2d920277)

Author SHA1 Message Date
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 e8d401c369 implement operator to filter from a given date until now 14 years ago
jwollert a153736e20 Revert "Revert "map value, but convert nils different now. So they can stay at the end of the table"" 14 years ago
Konstantin Haase 398ecbce5d dont use UTC 14 years ago
Konstantin Haase c396a36405 fix force_utc 14 years ago
Konstantin Haase cdc2e8e1c6 fix force_utc 14 years ago
Konstantin Haase 7f62ef1096 simply force UTC TZ rather than converting time 14 years ago
jwollert 932720c482 DRY code. always a pleasure to see it in the wild 14 years ago
Konstantin Haase 2bb2fa5160 use UTC for DateRange, fixes #19263 14 years ago
jwollert a345a9b038 kick out Abbrev to make sure we get consistent query cache_keys 14 years ago
Konstantin Haase 927feda8da fix syntax 14 years ago
Konstantin Haase 984099f083 fall back to monday if first day of week is not set 14 years ago
Konstantin Haase 6aceb24c69 fail loud and clear if general_first_day_of_week is missing 14 years ago
Konstantin Haase caf476b003 fix week start offset 14 years ago
Konstantin Haase 34f6a60229 use UTC week 14 years ago
Konstantin Haase fded009425 make date comparision correspond with labels 14 years ago
Philipp Tessenow 80e30fe1e3 handle nil more careful when deleting session data 14 years ago
Tim Felgentreff 448d55a1fe Rethink storing the name in the session (for excel exporting). Name is only removed if force_default?, but renaming stores the new name 14 years ago
Tim Felgentreff 9294d94393 Remove the current report name from the session, if we go back to the index 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
Konstantin Haase 182a4c111a implement own compare method 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 ba5599a558 Revert "map value, but convert nils different now. So they can stay at the end of the table" 14 years ago
jwollert d5a28204ac Settings should not be cached due to changing permissions and query states 14 years ago
Markus Kahl 9d072b59cd introduced 'hooks' for partitioning and moved actual logic into UR 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
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 7065a9b360 use DELETE instead of GET on delete button 14 years ago
Konstantin Haase 2850f1bd72 fix engine for filters/group_bys that are not being subclassed (like singleton value) 14 years ago
jwollert 0306e94538 render xls export link 14 years ago