'weekly' => array(
'printDateFormat' => '\WW Y',
'groupDateFormat' => 'YW'
)
'weekly' => array(
'printDateFormat' => '\WW o',
'groupDateFormat' => 'oW'
)
The MySQL changes in the patch aren't strictly necessary, but they should (theoretically) increase performance.ISO-8601 year number. This has the same value as Y, except that if the ISO week number (W) belongs to the previous or next year, that year is used instead. (added in PHP 5.1.0)
Needlessly smug though
That's a partial fix, though the code in the controller isn't actually used. The MySQL change definitely is necessary and there are some other spread out PHP changes in the stats formatting to use "o".
We use essential cookies to make this site work, and optional cookies to enhance your experience.