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

JavaScriptMVC labs upgrade #252

Closed
wants to merge 32 commits into from
Closed

Commits on Jul 30, 2012

  1. Configuration menu
    Copy the full SHA
    758c5d4 View commit details
    Browse the repository at this point in the history
  2. started to refactor model, controller and views into separate folders…

    … according to the jmvc guidelines
    juristr committed Jul 30, 2012
    Configuration menu
    Copy the full SHA
    b2c570d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    366025c View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2012

  1. added official jmvc release 3.2.2 (instead of latest from github as t…

    …hat appears to be unstable right now)
    juristr committed Jul 31, 2012
    Configuration menu
    Copy the full SHA
    6879392 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4cf5545 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    59db9cf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    59c0aaf View commit details
    Browse the repository at this point in the history
  5. toggle-all works now

    juristr committed Jul 31, 2012
    Configuration menu
    Copy the full SHA
    f83a06a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    359b7bb View commit details
    Browse the repository at this point in the history
  7. some cleanup + fixed a bug

    juristr committed Jul 31, 2012
    Configuration menu
    Copy the full SHA
    d2bbc07 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2012

  1. adjusted view references

    juristr committed Aug 1, 2012
    Configuration menu
    Copy the full SHA
    4a72aed View commit details
    Browse the repository at this point in the history
  2. changed the structure to better reflect the mvc structure (although t…

    …he official docs of v3.2 propose a slightly different organization)
    juristr committed Aug 1, 2012
    Configuration menu
    Copy the full SHA
    d5cc0a8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8bebe04 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2012

  1. Configuration menu
    Copy the full SHA
    0e66876 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    24f688d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d760a36 View commit details
    Browse the repository at this point in the history
  4. just some aesthetic fixes

    juristr committed Aug 2, 2012
    Configuration menu
    Copy the full SHA
    b173e15 View commit details
    Browse the repository at this point in the history
  5. fixed localstorage name

    juristr committed Aug 2, 2012
    Configuration menu
    Copy the full SHA
    9119736 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2012

  1. fix: routing with #!/...

    juristr committed Aug 5, 2012
    Configuration menu
    Copy the full SHA
    cd1d4ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    640526a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9aa308e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a8fef91 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    03a74e3 View commit details
    Browse the repository at this point in the history
  6. fix: moved comment to bottom

    juristr committed Aug 5, 2012
    Configuration menu
    Copy the full SHA
    4247970 View commit details
    Browse the repository at this point in the history
  7. added ie.js fix

    juristr committed Aug 5, 2012
    Configuration menu
    Copy the full SHA
    84df593 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2012

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

Commits on Aug 31, 2012

  1. refactored the whole application and reorganized the code to match th…

    …e suggested JMVC app structure
    juristr committed Aug 31, 2012
    Configuration menu
    Copy the full SHA
    9562999 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2857848 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4f1339e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6759add View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2012

  1. Upgrade of the JMVC todo app to v3.2 including the reorganization of …

    …the app using the suggested "widget" approach;
    
    implemented routing support and adapted the style to the last TodoMVC one
    juristr committed Sep 26, 2012
    Configuration menu
    Copy the full SHA
    7c8ef5f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    197adeb View commit details
    Browse the repository at this point in the history