1. 12 May, 2015 7 commits
  2. 11 May, 2015 2 commits
  3. 10 May, 2015 8 commits
  4. 08 May, 2015 4 commits
  5. 04 May, 2015 1 commit
  6. 03 May, 2015 2 commits
  7. 29 Apr, 2015 7 commits
  8. 27 Apr, 2015 1 commit
    • Olivier Scherrer's avatar
      Olives: update to olives and emily 3.x, remove requirejs · 5a3c81c5
      Olivier Scherrer authored
      * Update to the latest version of the Olives framework.
      * Update to the latest version of Emily
      * Remove requirejs in favor of browserify
         - also implemented npm scripts and updated the readme
      
      As a result of updating dependencies, this fixes the issue in #1029.
      
      Ref #1029
      Close #1242
      5a3c81c5
  9. 26 Apr, 2015 3 commits
    • Elie NEHME's avatar
      Debounce the rendering of the application view · f4495922
      Elie NEHME authored
      If we don't debounce "this.render", the app-view will be rendered 4 times on each todo (visible, change, change:complete and sync). So when we try to check globally all todos, this.render is called a hundred times. Once this PR is accepted, I will edit Backbone-requirejs.
      f4495922
    • Elie NEHME's avatar
      Debounce the rendering of the application view · 4870aae2
      Elie NEHME authored
      If we don't debounce "this.render", the app-view will be rendered 4 times on each todo (visible, change, change:complete and sync). So when we try to check globally all todos, this.render is called a hundred times.
      4870aae2
    • Arthur Verschaeve's avatar
      Tests: add back `persistence` test · 5f29b347
      Arthur Verschaeve authored
      In the past we commented out this test because it failed intermittently.
      This was simply because the `otherUrl` variable didn't exist and an error
      was thrown. Changing `otherUrl` with `about:blank` seemed to fix the issue.
      
      Ref http://en.wikipedia.org/wiki/About_URI_scheme
      5f29b347
  10. 25 Apr, 2015 3 commits
  11. 24 Apr, 2015 2 commits