•  
      request #7743 project git dashboard widget ignores the first week of the year for some years
    Infos
    #7743
    dylan bowden (dylan)
    2015-01-07 11:21
    2015-01-06 14:52
    7744
    Details
    project git dashboard widget ignores the first week of the year for some years
    Two problems:
    - the first week of the year is ignored because php says most of the week belongs in January but the date belongs in the previous year. E.g. if the timestamp evaluates to the 30th December 2014 then php says that we are in week 1 but the year is 2014.
    - php and mysql do not evaluate the same work for a given date. E.g. 01-01-2015 corresponds to week 1 in php but to week 0 in mysql.
    SCM/Git
    All
    Empty
    • [ ] enhancement
    • [ ] internal improvement
    Empty
    Stage
    dylan bowden (dylan)
    Waiting for information
    Empty
    Attachments
    Empty
    References
    References list is empty

    Follow-ups

    User avatar
    dylan bowden (dylan)2015-01-07 11:21
    Fix put on hold because of date complications. Firs attempt here http://gerrit.tuleap.net/#/c/3437

    • Original Submission
      Something went wrong, the follow up content couldn't be loaded
      Only formatting have been changed, you should switch to markup to see the changes
    • Status changed from Under implementation to Waiting for information