Guillermo Bonvehi
4843f7efc2
Add fullname and jid to contact's tooltip in roster
...
It seems title attributes are limited to 512 chars, we will have
to live with that unless a custom tooltip is used.
2015-01-05 03:43:53 -03:00
JC Brand
f738698525
Add dev.html specifically for development. Update CHANGES
...
removes need to modify index.html all the time.
2015-01-01 03:49:42 +01:00
JC Brand
f4eb8b30b0
Add steps for installing Sass and Bourbon to Makefile
2015-01-01 03:45:26 +01:00
JC Brand
60cfe7f6c6
Remove less files (we now use Sass)
2014-12-31 17:14:53 +01:00
JC Brand
1c3b61274c
Bugfix. Don't trim the newly opened (and only current) chat.
2014-12-31 17:07:02 +01:00
JC Brand
516def29cb
Styling for the minimized chats list.
2014-12-31 16:58:15 +01:00
JC Brand
adc6fde404
Some initial work on making the UI responsive.
2014-12-31 13:08:51 +01:00
JC Brand
b176545605
Remove neat grid fm again. We won't be using it.
2014-12-31 12:17:30 +01:00
JC Brand
d02838eaee
CSS tweak. Padding for login inputs
2014-12-31 12:03:12 +01:00
JC Brand
e03d22580e
Move variables to sass/variables.scss
2014-12-31 11:54:33 +01:00
JC Brand
96d904f38e
Merge branch 'master' into skeleton
2014-12-31 11:34:34 +01:00
JC Brand
35a542da83
Bugfix. Translate method called before it was defined.
2014-12-31 11:28:52 +01:00
JC Brand
640a344ee2
Make sure placeholder is also translateable
2014-12-20 11:57:03 +01:00
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