1. 01 Jun, 2012 1 commit
  2. 31 May, 2012 1 commit
  3. 30 May, 2012 1 commit
  4. 28 May, 2012 1 commit
  5. 25 May, 2012 2 commits
  6. 24 May, 2012 4 commits
  7. 23 May, 2012 1 commit
  8. 22 May, 2012 4 commits
  9. 21 May, 2012 2 commits
  10. 18 May, 2012 1 commit
  11. 16 May, 2012 1 commit
  12. 11 May, 2012 4 commits
  13. 07 May, 2012 1 commit
  14. 04 May, 2012 2 commits
  15. 03 May, 2012 2 commits
  16. 24 Apr, 2012 2 commits
  17. 20 Apr, 2012 3 commits
  18. 19 Apr, 2012 1 commit
  19. 18 Apr, 2012 1 commit
    • Thomas Lechauve's avatar
      Ajax request error handler added to plugin · 540e5b0b
      Thomas Lechauve authored
      statusEvent parameter added to request method. It define what's happen
      when a non expected response occured from ajax request. Each API methods
      can define it's own statusEvent but by default if no statusEvent is
      provided then statusDefault is called. statusDefault can be overwritted
      in the user interface application.
      540e5b0b
  20. 11 Apr, 2012 3 commits
  21. 06 Apr, 2012 2 commits
    • Thomas Lechauve's avatar
      Remove mobile test html page · 5048cb1b
      Thomas Lechauve authored
      Try to have only one library for pc browser and mobile browser
      5048cb1b
    • Thomas Lechauve's avatar
      Initialisation of jQuery library for slapOs · 6391a573
      Thomas Lechauve authored
      This first version contains:
      
      The library (static/js/slapOs.js):
      	A jQuery plugin which permit to discuss with a slapOs master.
      	All methods are listed here: <http://packages.python.org/slapos.core/rest.html>
      library tests (static/js/test.js):
      	For slapOs tests, we used others libraries:
      		Qunit for units tests
      		SinonJs to simulate server responses (no need a real server)
      a Flask server (server.py):
      	A real server to principally test cross-domain requests with ajax methods
      and some html files to test all of it
      6391a573