Guillermo Bonvehí
ef305fff55
Updated CHANGES.rst
2015-05-07 12:59:36 -03:00
Guillermo Bonvehí
71ea60e44a
Fixed an error that appears when unload event is triggered
...
This happens when you load a page with converse and do not login to
the chat. It can be tested in converse.org preserving logs while
navigating to another page.
Inside clearSession there's a call to roster which is not initalized
and also another one to controlbox.save which is not set so it fails
with an url error during sync.
2015-05-07 12:47:32 -03:00
JC Brand
c0bec459a0
Bugfix. See below.
...
Manual login doesn't work when websocket_url is set and not bosh_service_url
It's already a while since we don't include an input for the bosh_service_url in the login panel.
2015-05-06 16:46:37 +02:00
JC Brand
9f5f5da7ed
Created method insertIntoPage
...
Put the code that inserts a chat box into the page in it's own method,
so that it can be overridden from a plugin.
2015-05-03 17:43:22 +02:00
JC Brand
f868917d54
Add an "Edit me on Github" ribbon to the docs
2015-05-02 01:21:25 +02:00
JC Brand
e15ec7d443
Add an initial user manual for converse.js
2015-05-02 00:22:50 +02:00
JC Brand
d6a1dee2d2
Rename the placeholder for contact adding
...
to make it clearer what a JID should look like.
2015-05-02 00:21:11 +02:00
JC Brand
f635e4efc0
Tell bower to ignore the mockup and docs dirs.
2015-05-02 00:20:43 +02:00
JC Brand
2e297a1c84
Some tweaking of the css.
...
Make the text part of an input-group a bit wider and other padding/margin
tweaking.
2015-05-01 18:49:39 +02:00
JC Brand
6088eaf9dc
Remove strophe.roster.js and update changelog.
2015-05-01 14:50:27 +02:00
JC Brand
3afc0e58bc
Bugfixes to make profiling work again.
2015-05-01 14:34:20 +02:00
JC Brand
34630693b7
Merge branch 'master' into roster_refactor
...
Conflicts:
locale/en/LC_MESSAGES/converse.po
2015-05-01 12:37:43 +02:00
JC Brand
145fd016a3
New release: 0.9.3
2015-05-01 12:29:48 +02:00
JC Brand
ea56df4b63
Updated af and de translations.
2015-05-01 12:25:59 +02:00
JC Brand
e7180f20b1
Add Ukranian translations
2015-05-01 11:16:23 +02:00
JC Brand
4c06564242
Merge pull request #380 from pzia/docubuntu
...
Note for debian & ubuntu users
2015-04-26 11:58:43 +02:00
JC Brand
05e98f8ef9
fix typo. stamp-node must be stamp-npm
2015-04-26 11:57:42 +02:00
pzia
66c36ca57f
check for stamp-npm (not stamp-node)
2015-04-26 11:26:53 +02:00
pzia
68d111e4b7
bundler is not needed anymore as a debian package
2015-04-26 11:13:35 +02:00
pzia
9127b0745a
Merge https://github.com/jcbrand/converse.js into docubuntu
2015-04-26 11:12:06 +02:00
JC Brand
80943f9d24
Make sure that bundler also gets installed.
...
- Added a stamp file for bundler.
- We now specify binary paths for bundler and Sass.
- Added a step "watch" to watch the Sass files.
- Add map file for Sass/CSS
2015-04-26 09:44:29 +02:00
pzia
7e44694d66
Note for debian & ubuntu users
2015-04-26 07:56:22 +02:00
JC Brand
3df0c95714
Merge branch 'master' into roster_refactor
2015-04-25 23:37:12 +02:00
JC Brand
c2be6019f7
Remove type="email" from JID input.
2015-04-25 23:34:52 +02:00
JC Brand
aa3de742c0
Merge branch 'master' into roster_refactor
2015-04-25 23:06:59 +02:00
JC Brand
6d0efe0f82
Generate JSON from the new fr po file
2015-04-25 22:49:49 +02:00
JC Brand
a3da42aeed
Update changelog
2015-04-25 22:45:16 +02:00
thierrytiti
9da6c0e9ec
French translation
2015-04-25 22:43:19 +02:00
JC Brand
d6038c7c7b
Allow the URL to the sounds to be configurable.
...
Made some modifications to the code contributed by @thierrytiti and documented
the change.
Fixes #344
2015-04-25 22:41:29 +02:00
thierrytiti
310d2b77f3
typo
2015-04-25 22:26:10 +02:00
thierrytiti
7ec44d56d5
add sounds path
2015-04-25 22:25:59 +02:00
JC Brand
1ba42a0d4d
Document the change by @thierrytiti
2015-04-25 22:22:16 +02:00
thierrytiti
addd2c2ac3
Bug in parsing search result
2015-04-25 22:20:15 +02:00
JC Brand
87ff04d806
Some small documentation fixes.
2015-04-24 12:03:22 +02:00
JC Brand
96e8a285b7
Merge branch 'master' into roster_refactor
2015-04-21 17:36:13 +02:00
JC Brand
3c71031390
Update changelog for issue #372
2015-04-21 17:34:15 +02:00
JC Brand
6dc355a02a
Show the domain when rendering a legacy registration form.
...
Also updated the changelog with #377
2015-04-21 17:21:26 +02:00
JC Brand
848c13eb62
Merge branch 'master' into roster_refactor
...
Conflicts:
dev.html
2015-04-21 16:51:15 +02:00
JC Brand
f002ab04b7
Merge pull request #377 from gbonvehi/issue-370-reg-fails
...
Issue #370 registration fails
2015-04-21 16:43:47 +02:00
Guillermo Bonvehí
8934043d79
Submit registration form as xform or legacy
...
Support to send the registration form as legacy or xform, we
use the same variable form_type that was already being used when
calling render
Added submission tests
2015-04-21 11:05:03 -03:00
Guillermo Bonvehí
b08776a1ab
Added form_type setting tests
...
Two tests were created to see if RegisterPanel.form_type is set
to correctly to legacy or xform when receiving server registration
form.
2015-04-21 10:22:48 -03:00
JC Brand
d4cbb62155
Merge pull request #375 from floriancargoet/fix/collapsed-group-visibility-on-reload
...
Fix collapsed group visibility on reload
2015-04-17 17:20:17 +02:00
Florian Cargoët
50ef156a6d
Add changelog entry for #374
2015-04-17 17:06:17 +02:00
Florian Cargoët
8b695be4d7
Fix group visibility on page load.
...
Close #374
2015-04-17 17:06:16 +02:00
JC Brand
2ede031c27
Merge pull request #373 from floriancargoet/fix/group-show
...
Fixes #372
2015-04-17 16:35:31 +02:00
Florian Cargoët
63e3794ba7
Fixes #372
2015-04-17 16:24:02 +02:00
JC Brand
292d4a1bc9
Ignore messages sent to a different resource
2015-04-16 09:37:46 +02:00
JC Brand
ba85e0733f
Remove anon login settings
2015-04-16 09:37:46 +02:00
JC Brand
cd57e37f18
Merge pull request #371 from gbonvehi/rooms_doc_example_fix
...
Fix rooms grouping examples in docs
2015-04-16 08:26:08 +02:00
Guillermo Bonvehí
98191056e1
Fix rooms grouping examples in docs
2015-04-16 01:23:13 -03:00