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

Several changes and improvements: remove useless code, effectively translate dates in JS code and use existing Plone code #6

Merged
merged 15 commits into from May 17, 2012

Commits on May 7, 2012

  1. remove content-types specific templates, as far as we are using viewl…

    …ets to show license information and the code in this template duplicates the license information. Fixes collective#4
    erral committed May 7, 2012
    Copy the full SHA
    eb4115c View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    219ed8b View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    f173cb4 View commit details
    Browse the repository at this point in the history
  4. fix typo

    erral committed May 7, 2012
    Copy the full SHA
    a3c1327 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    a9a948d View commit details
    Browse the repository at this point in the history
  6. use zope.i18n's translate to translate messages, and set both domain …

    …and target language explicitly. This is needed because the text is translated in code in order to be rendered by javscript
    erral committed May 7, 2012
    Copy the full SHA
    ff73e00 View commit details
    Browse the repository at this point in the history
  7. delete all unneeded settings. We do not want to translate 'RSS Feed' …

    …again; just to set this document action as visible
    erral committed May 7, 2012
    Copy the full SHA
    0611bea View commit details
    Browse the repository at this point in the history

Commits on May 8, 2012

  1. Copy the full SHA
    8758332 View commit details
    Browse the repository at this point in the history
  2. remove duplicated code

    erral committed May 8, 2012
    Copy the full SHA
    5f8eda7 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    0922da1 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    28a91ef View commit details
    Browse the repository at this point in the history
  5. remove duplicated code

    erral committed May 8, 2012
    Copy the full SHA
    f9fd893 View commit details
    Browse the repository at this point in the history
  6. remove unused code

    erral committed May 8, 2012
    Copy the full SHA
    18ae324 View commit details
    Browse the repository at this point in the history
  7. use toLocalizedTime instead of explicitly formatting date. Use safe_u…

    …nicode everywhere to avoid unicodeerrors as reported in collective#3
    erral committed May 8, 2012
    Copy the full SHA
    2e50f11 View commit details
    Browse the repository at this point in the history
  8. add changelog entries

    erral committed May 8, 2012
    Copy the full SHA
    e310f08 View commit details
    Browse the repository at this point in the history