JC Brand
|
e01f1ea59a
|
Make sure Strophe is available for other dep configs as well.
|
2015-03-05 21:33:48 +01:00 |
|
JC Brand
|
6c10d2b7b2
|
Remove strophe.muc.js completely. closes #307
|
2015-03-04 23:22:19 +01:00 |
|
JC Brand
|
8478b432c3
|
Lazily call parseJSON on translation data.
Also, moved locales.js to ./src folder.
Add it as dependency to utils.js and remove it from the deps scripts
|
2015-01-16 22:33:18 +01: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
|
0c83ac4524
|
Explicitly set jQuery as a dependency of converse.js
Also in utils.js and otr.js (this will help reach to goal of having a private
jquery which doesn't pollute the global $ var).
|
2014-10-06 20:23:59 +02:00 |
|
JC Brand
|
f1555774f0
|
Add typeahead.js as dependency and integrate. updates #215.
|
2014-08-26 19:59:48 +02:00 |
|
JC Brand
|
e31ded9f77
|
Rename jquery.fastLiveSearch.js to utils.js and regenerate
|
2014-08-08 20:18:42 +02:00 |
|
JC Brand
|
1441f4ab64
|
Add text input to act as live filter. updates #212
|
2014-08-07 21:33:19 +02:00 |
|
JC Brand
|
2ff7061ea2
|
jquery.tinysort is no longer used.
|
2014-08-04 20:18:51 +02:00 |
|
JC Brand
|
8aedc3fcf7
|
Integrate backbone.browserStorage. Fixes #176
Data is now by default cached in sessionStorage and not localStorage.
Can be configured via the "storage" option.
|
2014-06-30 18:53:58 +02:00 |
|
JC Brand
|
81f3814e32
|
Refactor code out into backbone.overview
|
2014-06-01 15:28:52 +02:00 |
|
JC Brand
|
bf6474ff6d
|
Upgrade jquery to 1.11.0 and add jquery.browser
|
2014-04-19 01:52:44 +02:00 |
|
JC Brand
|
7d472eb26d
|
Add new dependency moment.js
Use it to better compare dates when trying to determine whether a message falls
on a different day.
Also upgraded some dependencies' versions.
|
2014-04-19 01:30:48 +02:00 |
|
JC Brand
|
512a463750
|
Create 3 different builds.
* converse.min.js
* converse-no-otr.min.js (Without OTR encryption)
* converse-no-locales-no-otr.min.js (Without OTR encryption or any translations)
|
2013-11-17 16:55:38 +02:00 |
|