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

i18n support and different date formatting #12

Closed
wants to merge 12 commits into from
Closed

i18n support and different date formatting #12

wants to merge 12 commits into from

Commits on Mar 27, 2012

  1. added rudimentary i18n support by adding date.format.js and adding an…

    … i18n object to VMM.master_config
    mwidmann committed Mar 27, 2012
    Configuration menu
    Copy the full SHA
    4ffa82d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b13f0c4 View commit details
    Browse the repository at this point in the history
  3. fixed the formatting

    mwidmann committed Mar 27, 2012
    Configuration menu
    Copy the full SHA
    b75c06a View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2012

  1. Merge remote-tracking branch 'upstream/master'

    * upstream/master:
      Fixed IE 8 Bugs
    mwidmann committed Mar 30, 2012
    Configuration menu
    Copy the full SHA
    b1addcd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8fad4ad View commit details
    Browse the repository at this point in the history
  3. added cross site support for IE which isn't covered in jQuery, made t…

    …he google docs URI protocol-relative (http://paulirish.com/2010/the-protocol-relative-url/) to avoid the 'Requests must be targeted to the same scheme as the hosting page.' issue in IE (http://blogs.msdn.com/b/ieinternals/archive/2010/05/13/xdomainrequest-restrictions-limitations-and-workarounds.aspx)
    mwidmann committed Mar 30, 2012
    Configuration menu
    Copy the full SHA
    d8047be View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4043428 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2012

  1. merged with master, updated embed functionality to work with i18n stu…

    …ff, added example in examples/i18n_example/index.html
    mwidmann committed Apr 13, 2012
    Configuration menu
    Copy the full SHA
    49b1346 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2012

  1. Configuration menu
    Copy the full SHA
    3c33aa1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    41c12c1 View commit details
    Browse the repository at this point in the history
  3. changed documentation

    mwidmann committed Apr 16, 2012
    Configuration menu
    Copy the full SHA
    a64fe5b View commit details
    Browse the repository at this point in the history
  4. fixed path to example

    mwidmann committed Apr 16, 2012
    Configuration menu
    Copy the full SHA
    85ed070 View commit details
    Browse the repository at this point in the history