- 08 Mar, 2016 2 commits
- 07 Mar, 2016 9 commits
-
-
JC Brand authored
-
JC Brand authored
The no-jquery build was broken
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
According to the require.js documentation, if you are using "require" in HTML, then the data-main attribute should not be used. http://www.requirejs.org/docs/api.html#data-main So merged main.js into converse.js, which appears to solve the problem.
-
JC Brand authored
Method has new arg signature now that it's an event handler
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
Corrected spelling, punctuation and terminology.
-
- 06 Mar, 2016 3 commits
- 01 Mar, 2016 7 commits
-
-
JC Brand authored
-
JC Brand authored
Don't make the event "this" context the protected converse object. Can't trigger multiple data parameters, need to pass an object if there are multiple values to be sent.
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
Also add a config setting for the icon shown in HTML5 notificatins. updates #443
-
JC Brand authored
So that they are retrievable via the API.
-
- 29 Feb, 2016 9 commits
-
-
JC Brand authored
updates #443
-
JC Brand authored
They're independent of the controlbox and used by other core functions.
-
JC Brand authored
-
JC Brand authored
- Refactored sound notification to make it a bit more generic - Split up onMessage
-
JC Brand authored
Still have to move the roster code out of src/converse-controlbox.js
-
JC Brand authored
-
JC Brand authored
Also fixed an issue w.r.t the plugin architecture. Previously infinite recursion would happen when more than one plugin was overriding a method. Resolved now by using a wrapper function that lazily sets the correct super method.
-
JC Brand authored
-
JC Brand authored
-
- 28 Feb, 2016 10 commits
-
-
JC Brand authored
To conform with how many other projects name their directories.
-
JC Brand authored
The __ translate method should only be run *after* converse.js has been initialized and we know what the actual desired language is Also fix bug in src/locales.js where wrong langs were assigned to wrong keys.
-
JC Brand authored
Custom builds like this should rather be done by removing components in converse.js and then running `make build`
-
JC Brand authored
Adding it back again.
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
It doesn't properly preserve copyright headers from r.js builds.
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
-