1. 12 Mar, 2013 4 commits
  2. 06 Mar, 2013 2 commits
  3. 05 Mar, 2013 7 commits
  4. 04 Mar, 2013 3 commits
  5. 03 Mar, 2013 8 commits
  6. 02 Mar, 2013 7 commits
  7. 01 Mar, 2013 9 commits
    • ichim-david's avatar
      300b069a
    • ichim-david's avatar
    • ichim-david's avatar
      Changed the following: · 18f877b5
      ichim-david authored
      - Chained call to render and show methods of ChatBoxView
      - Cached target for subscribeToContact
      - Removed check of length > 0
      18f877b5
    • ichim-david's avatar
      Changed the following: · 5c5b7b9d
      ichim-david authored
      - Removed situation where extra data passed in keyPressed was overriden
        with the same result because of the two assignments inside the if
        statements
      - Cached fullname and presence_type at initialize of ChatBoxView
      5c5b7b9d
    • ichim-david's avatar
      Changed the following: · 87d66b0d
      ichim-david authored
      - Cached length of every iteration in order to avoid having to calculate
        length on every iteration
      - Changed insertClientStoredMessaged length check to use the simple length of
        the array instead of using underscore size since
      - Added description with need of underscore size method for roster on
        onChatRoomRoster since the roster is an object not an array
      87d66b0d
    • ichim-david's avatar
      Fixed the following: · fdddecbe
      ichim-david authored
      - Added missing var statements for variable declarations
      - Added TODO entries for code that needs to be used or further tested
      - Removed unused variables
      - Removed check of length > 0 as it's enought to check just item.length
        as a boolean
      - Renamed scrolldown to scrollDown to keep a consitent style of method
        naming
      - Removed extra jQuery wrapping for many objects and instead define it
        once and use it in the other places
      - Use jQuery chaining for modifying connecting message in
        jarn.disconnect
      - Define wrapped message in messageReceived from line 342 instead of
        expecting it to be received from the other messageReceived function
      fdddecbe
    • JC Brand's avatar
      Rename to contributing. #4 · 8b84ce34
      JC Brand authored
      8b84ce34
    • JC Brand's avatar
      Add CONTRIBUTE.rst. For #4 · b89155a3
      JC Brand authored
      b89155a3
    • JC Brand's avatar
      Update readme and add CHANGES.rst · 7a38d58e
      JC Brand authored
      7a38d58e