- 02 Jul, 2016 2 commits
- 01 Jul, 2016 1 commit
-
-
JC Brand authored
-
- 30 Jun, 2016 1 commit
-
-
JC Brand authored
due for example to it being called by an event handler.
-
- 24 Jun, 2016 1 commit
-
-
JC Brand authored
-
- 23 Jun, 2016 1 commit
-
-
JC Brand authored
-
- 22 Jun, 2016 3 commits
-
-
JC Brand authored
-
JC Brand authored
to ensure naming consistency, we have the same method on `ChatRoomView`.
-
JC Brand authored
Move init of RosterGroups collection and presenceHandler registration out of the controlbox and rosterview plugins and into core, since this code is generally useful (indeed necessary) even without those plugins.
-
- 21 Jun, 2016 3 commits
- 20 Jun, 2016 3 commits
- 17 Jun, 2016 4 commits
-
-
JC Brand authored
In some cases the element is not visible,but we want to set 'display: None' regardless, for example in cases where you only want one single chat of multiple to be visible at any one time, while hiding it behind a sidebar.
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
to indicate whether the room should be created if not found.
-
- 16 Jun, 2016 7 commits
-
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
By listening for this event before registering event handlers, other plugins can first get their overrides of those handlers applied.
-
JC Brand authored
because the method it was delegating to was applicable to private chats only.
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
-
- 13 Jun, 2016 3 commits
- 10 Jun, 2016 6 commits
-
-
amanzur authored
* online users count issue-656 * change log entry added for issue 656
-
JC Brand authored
-
JC Brand authored
when trimming chats.
-
JC Brand authored
by not attempting to load `optional_dependencies` via require.js. Instead, we just expect them to be plugins and to have been loaded already.
-
JC Brand authored
and use that in the tests, instead of a callback.
-
JC Brand authored
This change refactors out the plugin code from converse-core into src/converse-puggable.js Additionally, plugins now have an optional attribute `optional_dependencies` which is an array of dependencies which are "nice-to-have" but not essential. Work has also been done to ensure that a plugins' dependencies are first loaded before the plugin itself.
-
- 06 Jun, 2016 3 commits
- 03 Jun, 2016 2 commits