Serge Victor
a94d95c8a0
Update of Polish translation to version 0.9.6.
2015-10-28 09:46:37 +07:00
JC Brand
37c6925e9c
More refactoring of css/sass.
...
- All chats (boxes and rooms) should now have .chatbox class (for base styles)
- Move specific stuff to new sass files (fonts, chatbox, normalize)
2015-10-27 10:22:19 +00:00
JC Brand
8b3ede9e56
Remove unused parts from Gruntfile
...
Wouldn't mind getting rid of grunt completely.
2015-10-27 09:11:36 +00:00
JC Brand
a55246c15c
Tweak chat box buttons.
2015-10-25 19:54:17 +00:00
JC Brand
66249c1cfb
Move control box specific scss into separate file.
2015-10-25 19:46:21 +00:00
JC Brand
a945d58ee0
Move roster specific scss into separate file.
2015-10-25 19:23:18 +00:00
JC Brand
b4c24a2b3a
Move scss for minimized chats into separate file.
2015-10-25 19:10:44 +00:00
JC Brand
dc34f04058
Move Scss for chat rooms into separate file.
2015-10-25 19:02:54 +00:00
JC Brand
e835a25184
Add jshint checking and fix errors.
2015-10-25 17:55:18 +00:00
JC Brand
218b4714fd
Add changelog entry for horizontal drag resize.
2015-10-24 20:46:58 +00:00
JC Brand
ff2910b9ce
Fix CSS and horizontal dragresize for chat rooms.
...
- Rename .chat-body to .chatroom-body
- Upate SASS for chat rooms
- Hide the room occupants view by toggling the class "hidden"
- The chatroom chat area and occupants list are now shown as table cells.
2015-10-24 20:46:58 +00:00
JC Brand
4f86a7ed58
Two small changes.
...
- Width needs to be set on .chatroom obj as well.
- Update docs on allow_dragresize to mention that min-width and min-height
values are honored.
2015-10-24 20:46:58 +00:00
JC Brand
07985ccf54
Fix CSS for the minimized chats toggle.
2015-10-24 20:46:58 +00:00
JC Brand
69dc80f60c
Bugfixes around resizing for chat rooms.
...
- Make sure initDragResize gets called (in .show())
- Handle case (which shouldn't happen and is hopefully now fixed) when min_height is not set.
2015-10-24 20:46:58 +00:00
JC Brand
fa49fbeed5
Remove 'Connecting' message if login fails.
2015-10-24 20:46:58 +00:00
JC Brand
2749957d6d
Add polyfill for .trim
2015-10-24 20:46:58 +00:00
JC Brand
969c94d473
Honor the min-width and min-height CSS properties...
...
when it comes to chat box resizing.
2015-10-24 20:46:58 +00:00
JC Brand
9c16711581
Add polyfill.js with 2 polyfills.
2015-10-24 20:46:58 +00:00
JC Brand
c421c0fef3
Add .flyout class to templates. Declare more vars in Sass.
2015-10-24 20:46:58 +00:00
JC Brand
7c5441053c
Update help of Makefile and clean up a bit.
2015-10-24 20:46:57 +00:00
JC Brand
74aa6021f4
Enable diagonal and horizontal drag-resizing.
...
Only leftward resizing is allowed since there's no space for boxes to expand on the right.
Text area of chat boxes don't yet resize properly.
Didn't test at all on chat rooms.
2015-10-24 20:46:57 +00:00
JC Brand
2083413431
Update changelog and small fixes to coding style guide
2015-10-24 20:46:57 +00:00
JC Brand
a1a89f7c0f
Merge pull request #506 from rrjanbiah/master
...
Fixes #502 . Chat room not opened in non_amd version.
2015-10-24 19:17:55 +02:00
R. Rajesh Jeba Anbiah
9e7280892f
Merge pull request #1 from rrjanbiah/rrjanbiah-patch-1
...
Fixes #502 . Chat room not opened in non_amd version.
2015-10-24 17:46:47 +05:30
R. Rajesh Jeba Anbiah
8113b24a79
Fixes #502 . Chat room not opened in non_amd version.
2015-10-24 17:44:59 +05:30
JC Brand
d14cb4c14b
Update changelog.
2015-10-22 10:39:36 +00:00
JC Brand
4c3273403e
Merge pull request #505 from gromiak/master
...
Typo caused [object Object] in room info
2015-10-22 12:37:09 +02:00
Władysław Koszałko
6e6f852a9b
Typo caused [object Object] in room info
2015-10-22 12:28:00 +02:00
JC Brand
cf25670ccb
Merge pull request #503 from teseo/master
...
Fix roster push when new contact is pushed from server and emit rosterPush event
2015-10-20 14:04:50 +02:00
Javier Mellado
bef4e26a4b
Better writing.
2015-10-20 11:04:15 +01:00
Javier Mellado
b6d463b214
Update development.rst
...
remove capital letter.
2015-10-20 11:02:42 +01:00
Javier Mellado
5f27e25648
Better writing.
2015-10-20 11:01:05 +01:00
Javier Mellado
3142ebbb6b
Force type comparison and documentation updates
2015-10-20 10:57:21 +01:00
Javier Mellado
4fb99c0c2a
Fix roster push when new contact is pushed from server and emit rosterPush event
2015-10-19 14:52:49 +01:00
JC Brand
b7ea4c29cd
Better solution for roster contacts scrolling.
2015-10-16 16:01:39 +00:00
JC Brand
d8a9dd5acf
Work around a IE10 bug.
...
IE 10 doesn't appear to properly handle calc(100% - 26px), breaking scrolling
of contacts.
2015-10-16 14:42:45 +00:00
JC Brand
f2edf0de38
Remove text in links.
...
Didn't intend to commit and still need to do properly.
2015-10-16 14:28:35 +00:00
JC Brand
8b20394560
CSS improvements.
...
- Last pending contact was being obscured/overflowing
- Select box for filtering was not aligned
2015-10-16 14:12:10 +00:00
JC Brand
af77b3189e
New release: 0.9.6
2015-10-12 15:09:47 +00:00
JC Brand
6344703cb8
Merge pull request #500 from 1st8/master
...
Fix #467
2015-10-12 16:53:23 +02:00
JC Brand
81391ff4a2
Ensure that tests execute with 'en' locale. refs #501
2015-10-12 14:43:20 +00:00
JC Brand
12d6785d02
Fixes #472 Cannot read property 'splitOnce' of undefined
2015-10-12 14:24:22 +00:00
JC Brand
7d1fc391ac
Don't attempt to fetch archived messages if not supported
...
by the server. Otherwise we get a spinner that doesn't disappear.
2015-10-12 13:22:06 +00:00
Christoph
e20018961f
Fix outgoing chat messages not having a msgid when being put into sessionStorage, fixes #467
2015-10-12 11:06:12 +02:00
JC Brand
57a309177f
Fix link to prosody.im
2015-10-08 12:11:48 +00:00
JC Brand
e3cb6f3fc7
Use .bind instead of $.proxy
2015-10-07 09:05:53 +00:00
JC Brand
eeb8210ff6
Fixes #496 . Bind converse to this in callback.
2015-10-07 08:07:05 +00:00
JC Brand
795d5fb6fd
Merge branch 'master' of github.com:jcbrand/converse.js
2015-10-07 08:04:28 +00:00
JC Brand
0d9d632f40
Bugfix for #493
2015-09-30 21:04:37 +02:00
JC Brand
414265299a
Drop dragresize-tm class. Don't set height if not available
2015-09-24 13:55:48 +00:00