JC Brand
3b65a029cf
Update af translations.
2014-12-20 11:56:45 +01:00
JC Brand
15e3c3238a
Update locale files when making a release.
2014-12-20 11:19:03 +01:00
JC Brand
8576d9487c
Add Norwegian translations.
2014-12-20 11:18:44 +01:00
JC Brand
3e03df4745
Add headings to translations docs.
2014-12-20 10:59:39 +01:00
JC Brand
fadbf2d159
JSHint bitching about wrapped or statements
2014-12-20 10:17:20 +01:00
JC Brand
6ea9d1771e
Change headings to make TOC clearer.
2014-12-18 14:39:03 +01:00
JC Brand
768dcbda83
Updated scss/css
2014-12-14 00:45:31 +01:00
JC Brand
309b11122b
Merge branch 'master' of github.com:jcbrand/converse.js
2014-12-13 21:56:44 +01:00
JC Brand
2a3aba3ad5
Move analytics code into separate file and add to .gitignore
...
Thanks to hawkee for the tip.
2014-12-13 21:55:49 +01:00
JC Brand
ff4af318b2
Merge branch 'skeleton' of github.com:jcbrand/converse.js into skeleton
...
Conflicts:
sass/converse.scss
2014-12-13 16:46:15 +01:00
JC Brand
64a58f7a55
Some more tweaks and remove skeleton-sass, will try bourbon-neat instead.
2014-12-13 15:45:27 +01:00
JC Brand
b01b4b55e0
Bring mockup markup inline with reality and update scss/css
2014-12-13 03:26:41 +01:00
JC Brand
5c9a7c257b
Bring mockup markup inline with reality and update scss/css
2014-12-13 03:23:53 +01:00
JC Brand
3de79ba607
Don't render input inside label
2014-12-13 03:23:49 +01:00
JC Brand
2066cdce31
Nicer display of roster filter and add labels to chatrooms form
2014-12-13 00:15:19 +01:00
JC Brand
cdacf40646
Ignore ruby/sass/bundler files
2014-12-13 00:15:09 +01:00
JC Brand
970fed4d29
Rename button to clarify
2014-12-13 00:14:35 +01:00
JC Brand
063e31e39e
Add skeleton-sass and convert css files to scss.
2014-12-13 00:14:11 +01:00
JC Brand
cbfd8d8e90
Merge pull request #288 from arsh-co/master
...
Set immediate to true when calling _.debounce
2014-12-12 15:37:21 +01:00
Mohammad Javad Naderi
5424e301ff
Set immediate to true when calling _.debounce
...
When clicking on restore button for a minimized chat, the page's hash will change to `#`. It may cause problems for web apps that listen to changes in page's hash.
When `immediate` argument of `debounce` function is not set, `ev` is null and ev.preventDefault() will not be called.
2014-12-11 15:22:51 +03:30
JC Brand
cb09801f65
Merge pull request #287 from gbonvehi/fix-pending-not-showing
...
Always show pending/requesting users in roster
2014-12-11 09:34:10 +01:00
Guillermo Bonvehí
00af792899
Unified pending/requesting checking
2014-12-10 22:42:09 -03:00
Guillermo Bonvehí
2354a27832
Always show pending/requesting users in roster
...
Even if show_only_online_users or hide_offline_users
are set, show users that are pending or requesting
2014-12-10 21:32:59 -03:00
JC Brand
889d5cf5c9
Add sass file for converse
2014-12-09 00:49:21 +01:00
JC Brand
a546f6f9ef
Add default avatar user.png
2014-12-08 11:15:50 +01:00
JC Brand
c46a220907
Mention official converse.js chat room.
2014-12-08 11:03:20 +01:00
JC Brand
303a412b38
New release 0.8.6
2014-12-07 22:50:10 +01:00
JC Brand
f47949b91e
Get index.html ready for release.
2014-12-07 13:45:14 +01:00
JC Brand
e71cad8583
Add default avatar for users.
2014-12-07 13:44:27 +01:00
JC Brand
5142f5637b
Mention Gina Moerk's mailing list post.
2014-12-07 12:37:33 +01:00
JC Brand
3072620428
Add mockup for chat room config form.
2014-12-07 12:24:16 +01:00
JC Brand
9f94d0f4ea
Nicer styling for the chat room configuration form.
2014-12-07 12:23:53 +01:00
JC Brand
3bf5eeb4a8
Bugfix. Could not render chat room configuration form.
2014-12-07 11:13:50 +01:00
JC Brand
9359c76c42
Small tweaks to site and doc css.
...
Also, in Makefile, remove old HTML build first during "make html" step.
2014-12-07 10:48:32 +01:00
JC Brand
d3eb6b431f
Don't open docs in new tab
2014-12-07 01:32:46 +01:00
JC Brand
d65d4e2fee
Enable message carbons for the demo.
2014-12-07 01:30:45 +01:00
JC Brand
bcf47d6c7c
Add documentation on how to contribute to the docs.
2014-12-07 01:19:01 +01:00
JC Brand
84fd21b38b
Configure docs theme.
2014-12-07 00:53:59 +01:00
JC Brand
1be0917a7b
Enable chat for the documentation as well.
2014-12-07 00:53:41 +01:00
JC Brand
c8e4f02bf5
Split the documentation out into subfiles.
2014-12-07 00:53:17 +01:00
JC Brand
f893e94312
rid, jid and sid weren't being set. fixes #285
2014-12-06 19:05:50 +01:00
JC Brand
20e15b5623
Sphinx changes.
...
* Add buildout config for Sphinx
* Add new Sphinx theme
* Remove the built html theme files
2014-12-06 18:58:58 +01:00
JC Brand
e4307f7ab8
See below
...
* Fix login panel rendering bug
* Make registration form i18n aware.
* Make providers link configurable.
2014-12-06 18:58:14 +01:00
JC Brand
f5115b295f
Merge pull request #283 from gbonvehi/fix-po2json
...
Added po2json module path to Makefile, make po2json now updates the file...
2014-12-03 09:58:11 +01:00
Guillermo Bonvehí
e28d9a4801
Added po2json module path to Makefile, make po2json now updates the files correctly
2014-12-02 15:32:14 -03:00
JC Brand
92ed46f844
New release 0.8.5
2014-12-01 20:53:08 +01:00
JC Brand
03ec659b50
Add another test and another template. refs #117
2014-12-01 20:31:01 +01:00
JC Brand
0ae8008201
Tweak reg form buttons. refs #117
2014-12-01 20:30:14 +01:00
JC Brand
702cddd89b
Add tests for account registration.
2014-11-27 11:16:06 +01:00
JC Brand
444734a802
Add form_username.html (should have been added in earlier commit)
2014-11-27 10:41:58 +01:00