Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update master #165

Merged
merged 4 commits into from Jan 8, 2015
Merged

Update master #165

merged 4 commits into from Jan 8, 2015

Commits on Nov 20, 2014

  1. Configuration menu
    Copy the full SHA
    b8795ff View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2014

  1. Remove weird call of LANG:localizeDate

    getDatetime is already calling LANG:localizeDate so I do not see the
    point of recalling it, specially since we were giving it an html string
    (this is the weird part).
    
    I think this fixes #147 or I can't reproduce #147 anymore.
    nitriques committed Nov 21, 2014
    Configuration menu
    Copy the full SHA
    1f18eec View commit details
    Browse the repository at this point in the history
  2. Make sure we are consistent with format in DS

    @PascalPiche came across this bug while displaying the weekday name: The DS formats the weekday with 'N', which uses ISO-8601 (first date of the week is then Monday as in the US, not Sunday).
    
    There were multiple places where a fix could be applied, but the best solutions we found was to apply the fix in the data-source for two reasons:
    
    1. Field ouput won't change, so less risk to break things
    2. The xsl template is agnostic to this change since it was doing string matches
    nitriques committed Nov 21, 2014
    6 Configuration menu
    Copy the full SHA
    420841e View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2015

  1. Update meta (compatible with Symphony < 2.6)

    @nitrique: Are you interested in updating this extension to 2.6? We are currently not using it.
    Nils Hörrmann committed Jan 8, 2015
    Configuration menu
    Copy the full SHA
    abf91e2 View commit details
    Browse the repository at this point in the history