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

Fix event microformats to work properly in Chrome and Firefox #2

Merged
merged 20 commits into from Jun 19, 2014

Commits on Apr 11, 2013

  1. Add Jasmine.

    marnen committed Apr 11, 2013
    Copy the full SHA
    59d242d View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    d1380ce View commit details
    Browse the repository at this point in the history
  3. Merge branch 'jasmine'

    marnen committed Apr 11, 2013
    Copy the full SHA
    b57803d View commit details
    Browse the repository at this point in the history
  4. Install jasmine-jquery.

    marnen committed Apr 11, 2013
    Copy the full SHA
    2f74691 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    891fd5b View commit details
    Browse the repository at this point in the history
  6. Remove unused variable.

    marnen committed Apr 11, 2013
    Copy the full SHA
    c135561 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    fd6f81b View commit details
    Browse the repository at this point in the history
  8. Fix date and time handling.

    marnen committed Apr 11, 2013
    Copy the full SHA
    6d810a7 View commit details
    Browse the repository at this point in the history
  9. Change from <time> to <abbr> element. It's less semantically appropri…

    …ate, but seems to be understood by more parsers. Grr.
    marnen committed Apr 11, 2013
    Copy the full SHA
    1f07d98 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    dcdf51e View commit details
    Browse the repository at this point in the history
  11. Move vevent class off body since some microformat parsers won't respo…

    …nd to it there. Anyway, classes on the body are a bad idea.
    marnen committed Apr 11, 2013
    Copy the full SHA
    177d78d View commit details
    Browse the repository at this point in the history
  12. Remove dead code.

    marnen committed Apr 11, 2013
    Copy the full SHA
    685fd98 View commit details
    Browse the repository at this point in the history
  13. Extract function.

    marnen committed Apr 11, 2013
    Copy the full SHA
    987da59 View commit details
    Browse the repository at this point in the history
  14. Extract function.

    marnen committed Apr 11, 2013
    Copy the full SHA
    3f1c9cb View commit details
    Browse the repository at this point in the history
  15. Extract another function.

    marnen committed Apr 11, 2013
    Copy the full SHA
    8020231 View commit details
    Browse the repository at this point in the history
  16. Remove duplication.

    marnen committed Apr 11, 2013
    Copy the full SHA
    5dd75d6 View commit details
    Browse the repository at this point in the history
  17. Add myself as author.

    marnen committed Apr 11, 2013
    Copy the full SHA
    5ec14db View commit details
    Browse the repository at this point in the history
  18. Copy the full SHA
    59ce2d2 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2013

  1. Remove function wrapper. Apparently Greasemonkey/Tampermonkey already…

    … do this.
    
    This reverts commit 59ce2d2.
    marnen committed Apr 12, 2013
    Copy the full SHA
    4d79514 View commit details
    Browse the repository at this point in the history
  2. Add var keyword!

    marnen committed Apr 12, 2013
    Copy the full SHA
    5aac8a8 View commit details
    Browse the repository at this point in the history