1. 22 Apr, 2016 1 commit
    • wait needed for notes pages. · d94fe718
      The page visit requires an ajax request to get the notes. Without
      waiting for that to complete, additional navigation results in a
      socket error.
      
      Example failure from the stub service:
      ```python
      Traceback (most recent call last):
        File "/usr/lib/python2.7/SocketServer.py", line 295, in _handle_request_noblock
          self.process_request(request, client_address)
        File "/usr/lib/python2.7/SocketServer.py", line 321, in process_request
          self.finish_request(request, client_address)
        File "/usr/lib/python2.7/SocketServer.py", line 334, in finish_request
          self.RequestHandlerClass(request, client_address, self)
        File "/usr/lib/python2.7/SocketServer.py", line 657, in __init__
          self.finish()
        File "/usr/lib/python2.7/SocketServer.py", line 716, in finish
          self.wfile.close()
        File "/usr/lib/python2.7/socket.py", line 283, in close
          self.flush()
        File "/usr/lib/python2.7/socket.py", line 307, in flush
          self._sock.sendall(view[write_offset:write_offset+buffer_size])
      error: [Errno 32] Broken pipe
      ```
      Ben Patterson committed
  2. 29 Mar, 2016 1 commit
  3. 08 Mar, 2016 1 commit
  4. 24 Feb, 2016 4 commits
  5. 29 Dec, 2015 1 commit
  6. 13 Jul, 2015 1 commit
  7. 09 Jun, 2015 1 commit
  8. 19 May, 2015 1 commit
  9. 14 May, 2015 2 commits
  10. 11 May, 2015 1 commit
  11. 04 May, 2015 1 commit
  12. 27 Jan, 2015 1 commit
  13. 14 Jan, 2015 1 commit