- 05 Mar, 2013 3 commits
-
-
JC Brand authored
- Don't do an ajax call when a user wants to subscribe. We wanted to get the user's fullname, but this is now handled via vCards - openChat is now only for roster items. Call showChat for controlbox and createChatRoom for rooms.
-
JC Brand authored
This time when a message is received for the first time.
-
JC Brand authored
-
- 04 Mar, 2013 3 commits
- 03 Mar, 2013 8 commits
- 02 Mar, 2013 7 commits
-
-
ichim-david authored
-
ichim-david authored
- Chain calls on initialize method of RosterView - Moved dom insertion out of loops on initialize method of XMPPStatusView
-
ichim-david authored
Wrap this with jQuery only once in subscribeToSuggestedItems; Same thing with presence in presenceHandler
-
ichim-david authored
-
ichim-david authored
-
ichim-david authored
- removed extra jQuerify wrapping of message at onChatRoomMessage - Construct an array of strings and add it to onChatRoomRoster only after loop is done in order to have only 1 dom insertion
-
ichim-david authored
-
- 01 Mar, 2013 9 commits
-
-
ichim-david authored
-
ichim-david authored
-
ichim-david authored
- Chained call to render and show methods of ChatBoxView - Cached target for subscribeToContact - Removed check of length > 0
-
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
-
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
-
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
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
-
- 28 Feb, 2013 3 commits
-
-
JC Brand authored
-
JC Brand authored
Optimize actions done in RosterView.
-
ichim-david authored
-
- 26 Feb, 2013 1 commit
-
-
JC Brand authored
Code clean up + updated error message
-
- 25 Feb, 2013 2 commits
-
-
Alexandru Ghica authored
Added error_icon.png and spinner.gif images to not make it dependent of Plone resources.
-
ichim-david authored
Check also if subscription === to in order to correctly move the accepted contact subscription from pending to current
-
- 24 Feb, 2013 2 commits
-
-
ichim-david authored
-
ichim-david authored
Prevent default event for the removeContact link in order to avoid page reload when jQuery Dialog is openened from clicking on the delete link
-
- 23 Feb, 2013 2 commits
-
-
ichim-david authored
-
ichim-david authored
Show dt elements on xmppchat-roster only if they have length and they are not already visible to avoid making them all the time visible when they might already be so
-