Commit Graph

1696 Commits (e891c273985541a0fdba51f260100252296df475)
 

Author SHA1 Message Date
Konstantin Haase 88c01dea80 fix force_utc 14 years ago
Konstantin Haase 77366c4173 Merge branch 'bugfix/date-operations' 14 years ago
Konstantin Haase e693c045b8 simply force UTC TZ rather than converting time 14 years ago
Tim Felgentreff 815182ed57 Merge remote-tracking branch 'origin/bugfix/query_cache' into feature/widgets 14 years ago
jwollert c2af166e6c Merge branch 'feature/widgets' into bugfix/query_cache 14 years ago
jwollert 932720c482 DRY code. always a pleasure to see it in the wild 14 years ago
Konstantin Haase cc774d7225 Merge branch 'master' into feature/widgets 14 years ago
Konstantin Haase 27c743369d Merge branch 'bugfix/date-operations' 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 dc60bead6a Merge branch 'master' into feature/widgets 14 years ago
Konstantin Haase 927feda8da fix syntax 14 years ago
Konstantin Haase 6f7f0a5e9d Merge branch 'master' into feature/widgets 14 years ago
Konstantin Haase a93137a544 Merge branch 'bugfix/date-operations' 14 years ago
Konstantin Haase 984099f083 fall back to monday if first day of week is not set 14 years ago
Konstantin Haase 743dd05027 Merge branch 'master' into feature/widgets 14 years ago
Konstantin Haase 4cef469db2 Merge branch 'bugfix/date-operations' 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 070e7ed4b4 Merge branch 'master' into feature/widgets 14 years ago
Konstantin Haase 5130dff5a6 Merge branch 'bugfix/date-operations' 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
Markus Kahl d8956133b4 Fixed typo which ruined style in IE7 (#19252). 14 years ago
Markus Kahl 7b3820d5fc Made table row alternation and highlight styles for IE7. 14 years ago
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
Konstantin Haase 182a4c111a implement own compare method 14 years ago