Guillermo Bonvehí
75c68a0dad
New build that does not include jQuery
...
This is useful when you already have jQuery loaded in your page, for
example on a Wordpress site.
2014-10-29 15:47:28 -03:00
JC Brand
1243d8e3a0
Merge pull request #268 from gbonvehi/master
...
Fix locale set during initialize not being used in utils.translation
2014-10-29 18:51:03 +01:00
Guillermo Bonvehí
5620f007ea
Fix locale set during initialize not being used in utils.translation
2014-10-29 13:13:54 -03:00
Deuteu
c9e031e1c6
Fix num_unread*2 on minimized chat
...
When chat was minimized the counter num_unread of unread message was increment when receiving a compose message so the number of unread messages was doubled.
2014-10-29 13:53:08 +01:00
JC Brand
ac6f2590ca
Generated new builds
2014-10-28 18:21:36 +01:00
JC Brand
96b6b55257
Update CHANGES
2014-10-28 18:19:24 +01:00
JC Brand
52cabd0d23
Merge branch 'profiling'
2014-10-28 18:12:50 +01:00
JC Brand
299fa033d3
Merge pull request #264 from Deuteu/ie8
...
[UNTESTED] Remove unnecessary commas for ie8 compatibility
2014-10-28 18:12:04 +01:00
JC Brand
25c18ee7ed
Restore index.html (dev version got committed earlier)
2014-10-28 18:09:58 +01:00
JC Brand
682cc8471a
Update main.js to work properly with mainConfigFile
2014-10-28 18:02:17 +01:00
JC Brand
ac0862c5e6
Add config for creating non-minified builds. refs #251
2014-10-28 17:43:39 +01:00
JC Brand
6f7fb8356a
Use mainConfigFile option to avoid having to configure paths again.
2014-10-28 17:40:18 +01:00
JC Brand
9c4e7779f0
Fix github url to use https instead of ssh
2014-10-28 16:20:33 +01:00
JC Brand
55e32c735d
Fix tests
2014-10-27 23:06:11 +01:00
JC Brand
7e4c1d6d8d
Keep a local customized copy of strophe.roster.js
...
The new changes made to strophe.roster.js are incompatible with the way
converse.js works.
Will likely replace strophe.roster.js completely.
2014-10-27 21:54:00 +01:00
JC Brand
37eefa67d0
Performance fix. Don't query for the roster on each page load.
...
Instead, just populate the roster from sessionStorage if available.
2014-10-27 21:53:05 +01:00
JC Brand
b2b4474439
Performance fix. Don't loop through whole roster when only one item changed. updates #151
2014-10-27 21:41:41 +01:00
JC Brand
c2063eb1a7
Keep on getting disconnected. This fixed it.
...
Seems like the RID gets incremented once too many (outside of upper bound of
expected window), and then server responds with item-not-found.
See: http://xmpp.org/extensions/xep-0124.html
2014-10-27 21:35:25 +01:00
JC Brand
ec00a04068
Bugfix. .roster-group elements must be found relative to
2014-10-27 21:35:06 +01:00
JC Brand
8998a057da
Make sure that subscribeToRosterSuggestions is ...
...
called sequentially with enough time between each call.
2014-10-27 18:48:54 +01:00
JC Brand
d03a9a0192
bugfix in positionGroup.
...
Index must always be 0 if there aren't any group elements in the dom yet.
2014-10-26 23:13:04 +01:00
JC Brand
902e833dec
Some refactoring. Add showInRoster method
...
which checks if a contact should appear in the roster (depends on
show_only_online_users setting)
2014-10-26 23:10:43 +01:00
JC Brand
07186bcecd
Performance fix. Set display "none" on the roster element.
2014-10-26 20:20:05 +01:00
JC Brand
015367af62
Add another profiling method for adding users without groups
2014-10-26 17:12:59 +01:00
JC Brand
695c8f441d
Minimize debounce time for update method to 100ms.
2014-10-26 17:10:58 +01:00
Deuteu
30ccc0437c
Remove unnecessary commas for ie8 compatibility
2014-10-26 15:52:27 +01:00
JC Brand
2f968f7095
More optimizations.
...
Don't sort the global ContactRosters collection (we only need to sort the
individual groups).
Only add the roster to the DOM once the users have been added.
2014-10-25 12:33:24 +02:00
JC Brand
3d32bfefc3
Don't add test users alphabetically, but rather randomly
2014-10-25 12:33:08 +02:00
JC Brand
f4ff6370b9
Performance fix. Debounce the update method on the roster.
2014-10-25 09:57:05 +02:00
JC Brand
6088417df7
Add an outline to the profiling tests.
2014-10-24 22:24:05 +02:00
JC Brand
cdb86788a3
Fix tests.
...
In the previous commit, the mock connection object was refactored to use a real
Strophe.Connection object.
This caused a test in spec/controlbox.js to fail (due to a method that was now
no longer mocked).
Added a quick workaround (via monkeypatch) for now.
2014-10-24 21:45:48 +02:00
JC Brand
5e4d6bd3b2
Initial work on adding profiling tests.
2014-10-24 18:58:42 +02:00
JC Brand
7e42783c62
Don't remove requesting users when clearing the roster cache. updates #262
2014-10-24 18:55:32 +02:00
JC Brand
0963f5c4d5
Add 'override' method for overriding converse Views and Models.
2014-10-22 22:17:21 +02:00
JC Brand
8dedef7002
Create new PO file for Polish.
...
Also update documentation to mention msginit.
2014-10-21 13:18:26 +02:00
JC Brand
bb54874f35
Add extra check before accepting a passed in connection.
...
No use in using a passed in connection that's not connected.
2014-10-19 20:41:16 +02:00
JC Brand
aa2c38548c
Tweak participants' toggle so that widths don't need to be hardcoded.
2014-10-19 15:09:29 +02:00
JC Brand
35928308c8
Bugfix. "ev" isn't necessarily defined.
2014-10-15 22:56:45 +02:00
JC Brand
80b8fed6cd
New method createChatRoomMessage
2014-10-15 22:28:43 +02:00
JC Brand
b93d43d2cb
Also store message id for received messages. updates #240
2014-10-15 19:51:30 +02:00
JC Brand
a717cc464a
bugfix. msgid should be string.
2014-10-15 19:35:03 +02:00
JC Brand
4a89d28e38
Fix tests by depending on jquery obj.
...
Also fixed groupchat test by getting and including correct msg id.
2014-10-15 19:16:02 +02:00
JC Brand
a88c786991
Instead of using a hash, use milliseconds since epoch for groupchat id.
...
That way, if need be, we could sort messages.
2014-10-15 19:15:28 +02:00
JC Brand
c7abf54359
Merge branch 'private-jquery' of github.com:jcbrand/converse.js into private-jquery
2014-10-15 18:43:27 +02:00
JC Brand
5b17becfad
Use newest strophe.muc.js and use strophejs-plugins bower resource where possible.
2014-10-15 18:37:41 +02:00
JC Brand
55c57a346d
Move translation factory to utils
...
So that it can be used by plugins.
2014-10-13 22:02:55 +02:00
JC Brand
970da2acf0
Keep track of groupchat messages... fixes #240
...
by way of msgid attribute.
2014-10-13 21:15:25 +02:00
JC Brand
24cd78a78d
Call plugins after Backbone models and views have been parsed.
2014-10-12 16:24:57 +02:00
JC Brand
490f26031e
Add registerPlugin API method.
2014-10-12 14:49:45 +02:00
JC Brand
1955c611e1
Merge branch 'master' into private-jquery
2014-10-12 11:37:35 +02:00