Commit af77b318 authored by JC Brand's avatar JC Brand

New release: 0.9.6

parent 6344703c
{
"name": "converse.js",
"description": "Web-based XMPP/Jabber chat client written in javascript",
"version": "0.9.5",
"version": "0.9.6",
"license": "MPL-2.0",
"devDependencies": {
"jasmine": "https://github.com/jcbrand/jasmine.git#1_3_x",
......
This diff is collapsed.
......@@ -110,9 +110,13 @@ obj || (obj = {});
var __t, __p = '', __e = _.escape, __j = Array.prototype.join;
function print() { __p += __j.call(arguments, '') }
with (obj) {
__p += '<div class="box-flyout" style="height: ' +
__p += '<div class="box-flyout" ';
if (height) { ;
__p += ' style="height: ' +
((__t = (height)) == null ? '' : __t) +
'px">\n <div class="dragresize dragresize-tm"></div>\n <div class="chat-head chat-head-chatbox">\n <a class="close-chatbox-button icon-close"></a>\n <a class="toggle-chatbox-button icon-minus"></a>\n <div class="chat-title">\n ';
'px" ';
} ;
__p += '>\n <div class="dragresize"></div>\n <div class="chat-head chat-head-chatbox">\n <a class="close-chatbox-button icon-close"></a>\n <a class="toggle-chatbox-button icon-minus"></a>\n <div class="chat-title">\n ';
if (url) { ;
__p += '\n <a href="' +
((__t = (url)) == null ? '' : __t) +
......@@ -141,14 +145,14 @@ obj || (obj = {});
var __t, __p = '', __e = _.escape, __j = Array.prototype.join;
function print() { __p += __j.call(arguments, '') }
with (obj) {
__p += '<div class="box-flyout" style="height: ' +
__p += '<div class="box-flyout" ';
if (height) { ;
__p += ' style="height: ' +
((__t = (height)) == null ? '' : __t) +
'px"\n ';
if (minimized) { ;
__p += ' style="display:none" ';
'px" ';
} ;
__p += '>\n <div class="dragresize dragresize-tm"></div>\n <div class="chat-head chat-head-chatroom">\n <a class="close-chatbox-button icon-close"></a>\n <a class="toggle-chatbox-button icon-minus"></a>\n <a class="configure-chatroom-button icon-wrench" style="display:none"></a>\n <div class="chat-title"> ' +
((__t = ( name )) == null ? '' : __t) +
__p += '>\n <div class="dragresize"></div>\n <div class="chat-head chat-head-chatroom">\n <a class="close-chatbox-button icon-close"></a>\n <a class="toggle-chatbox-button icon-minus"></a>\n <a class="configure-chatroom-button icon-wrench" style="display:none"></a>\n <div class="chat-title"> ' +
((__t = ( _.escape(name) )) == null ? '' : __t) +
' </div>\n <p class="chatroom-topic"><p/>\n </div>\n <div class="chat-body"><span class="spinner centered"/></div>\n</div>\n';
}
......@@ -256,11 +260,16 @@ return __p
this["templates"]["controlbox"] = function(obj) {
obj || (obj = {});
var __t, __p = '', __e = _.escape;
var __t, __p = '', __e = _.escape, __j = Array.prototype.join;
function print() { __p += __j.call(arguments, '') }
with (obj) {
__p += '<div class="box-flyout" style="height: ' +
__p += '<div class="box-flyout" ';
if (height) { ;
__p += ' style="height: ' +
((__t = (height)) == null ? '' : __t) +
'px">\n <div class="dragresize dragresize-tm"></div>\n <div class="chat-head controlbox-head">\n <ul id="controlbox-tabs"></ul>\n <a class="close-chatbox-button icon-close"></a>\n </div>\n <div class="controlbox-panes"></div>\n</div>\n';
'px" ';
} ;
__p += '>\n <div class="dragresize"></div>\n <div class="chat-head controlbox-head">\n <ul id="controlbox-tabs"></ul>\n <a class="close-chatbox-button icon-close"></a>\n </div>\n <div class="controlbox-panes"></div>\n</div>\n';
}
return __p
......@@ -544,6 +553,8 @@ __p += '<div class="chat-message ' +
((__t = (extra_classes)) == null ? '' : __t) +
'" data-isodate="' +
((__t = (isodate)) == null ? '' : __t) +
'" data-msgid="' +
((__t = (msgid)) == null ? '' : __t) +
'">\n <span class="chat-message-' +
((__t = (sender)) == null ? '' : __t) +
'">' +
......@@ -857,7 +868,7 @@ __p += '<dd class="available-chatroom">\n<a class="open-room" data-room-jid="' +
'"\n title="' +
((__t = (open_title)) == null ? '' : __t) +
'" href="#">' +
((__t = (name)) == null ? '' : __t) +
((__t = (_.escape(name))) == null ? '' : __t) +
'</a>\n<a class="room-info icon-room-info" data-room-jid="' +
((__t = (jid)) == null ? '' : __t) +
'"\n title="' +
......
Changelog
=========
0.9.6 (Unreleased)
0.9.6 (2015-10-12)
------------------
* Bugfix. Spinner doesn't disappear when scrolling up (when server doesn't support XEP-0313). [jcbrand]
* #462 Fix MUC rooms with names containing special characters not working [1st8]
* #467 Fix outgoing chat messages not having a msgid when being put into sessionStorage [1st8]
* #468 Fix [object Object] being sometimes shown as status [1st8]
* #472 Fix "Cannot read property 'splitOnce' of undefined" when typing /clear in a chat room. [jcbrand]
* #493 Roster wasn't being updated after a Roster push update [teseo, jcbrand]
* #496 Bugfix. Pings weren't being sent out. [teseo, jcbrand]
* #467 Fix outgoing chat messages not having a msgid when being put into sessionStorage [1st8]
* #499 Message not received due to non-unique message ids. [jcbrand]
0.9.5 (2015-08-24)
------------------
......
......@@ -48,9 +48,9 @@ copyright = u'2014, JC Brand'
# built documents.
#
# The short X.Y version.
version = '0.9.5'
version = '0.9.6'
# The full version, including alpha/beta/rc tags.
release = '0.9.5'
release = '0.9.6'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
......
......@@ -458,6 +458,10 @@
null,
"Fout: kon nie die opdrag uitvoer nie"
],
"Error: the \"": [
null,
""
],
"Change user's affiliation to admin": [
null,
""
......@@ -794,10 +798,6 @@
null,
"Terug"
],
"The provider rejected your registration attempt. ": [
null,
"Die verskaffer het u registrasieversoek verwerp."
],
"XMPP Username:": [
null,
"XMPP Gebruikersnaam:"
......
This diff is collapsed.
This diff is collapsed.
......@@ -455,6 +455,10 @@
null,
"Fehler: Konnte den Befehl nicht ausführen"
],
"Error: the \"": [
null,
""
],
"Change user's affiliation to admin": [
null,
""
......@@ -791,7 +795,7 @@
null,
"Zurück"
],
"The provider rejected your registration attempt. ": [
"The provider rejected your registration attempt. Please check the values you entered for correctness.": [
null,
""
],
......
This diff is collapsed.
......@@ -459,6 +459,10 @@
null,
""
],
"Error: the \"": [
null,
""
],
"Change user's affiliation to admin": [
null,
""
......@@ -795,7 +799,7 @@
null,
""
],
"The provider rejected your registration attempt. ": [
"The provider rejected your registration attempt. Please check the values you entered for correctness.": [
null,
""
],
......@@ -829,4 +833,4 @@
]
}
}
}
}
\ No newline at end of file
This diff is collapsed.
......@@ -391,6 +391,10 @@
null,
""
],
"Error: the \"": [
null,
""
],
"Change user's affiliation to admin": [
null,
""
......@@ -683,7 +687,7 @@
null,
""
],
"The provider rejected your registration attempt. ": [
"The provider rejected your registration attempt. Please check the values you entered for correctness.": [
null,
""
],
......
This diff is collapsed.
......@@ -459,6 +459,10 @@
null,
"Erreur: la commande ne peut pas être exécutée"
],
"Error: the \"": [
null,
""
],
"Change user's affiliation to admin": [
null,
"Changer le rôle de l'utilisateur en administrateur"
......@@ -795,10 +799,6 @@
null,
"Retourner"
],
"The provider rejected your registration attempt. ": [
null,
"Le fournisseur a rejeté votre demande d'enregistrement. "
],
"XMPP Username:": [
null,
"Nom d'utilisateur XMPP/Jabber"
......
This diff is collapsed.
......@@ -9,7 +9,7 @@
},
" e.g. conversejs.org": [
null,
""
" למשל conversejs.org"
],
"unencrypted": [
null,
......@@ -37,7 +37,7 @@
],
"This contact is offline": [
null,
"איש קשר זה לא מקוון"
"איש קשר זה אינו מקוון"
],
"This contact is unavailable": [
null,
......@@ -81,7 +81,7 @@
],
"Attempting to reconnect in 5 seconds": [
null,
""
"מנסה להתחבר בעוד 5 שניות"
],
"Error": [
null,
......@@ -137,11 +137,15 @@
],
"is typing": [
null,
"מקליד כעת"
"מקליד(ה) כעת"
],
"has stopped typing": [
null,
"חדל/ה מלהקליד"
"חדל(ה) להקליד"
],
"has gone away": [
null,
"נעדר(ת)"
],
"Show this menu": [
null,
......@@ -191,6 +195,14 @@
null,
"סופקה סכימת אימות שגויה"
],
"has gone offline": [
null,
"כבר לא מקוון"
],
"is busy": [
null,
"עסוק(ה) כעת"
],
"Your messages are not encrypted anymore": [
null,
"ההודעות שלך אינן מוצפנות עוד"
......@@ -233,7 +245,7 @@
],
"Insert a smiley": [
null,
""
"הכנס סמיילי"
],
"Hide the list of participants": [
null,
......@@ -277,7 +289,7 @@
],
"Offline": [
null,
"בלתי מקוון"
"לא מקוון"
],
"Log out": [
null,
......@@ -293,7 +305,7 @@
],
"e.g. user@example.com": [
null,
""
"למשל user@example.com"
],
"Add": [
null,
......@@ -327,6 +339,10 @@
null,
"שרת"
],
"Join Room": [
null,
"הצטרף לחדר"
],
"Show rooms": [
null,
"הצג חדרים"
......@@ -381,7 +397,7 @@
],
"Non-anonymous": [
null,
"לא אנונימי"
"לא-אנונימי"
],
"Open room": [
null,
......@@ -397,7 +413,7 @@
],
"Semi-anonymous": [
null,
"אנונימי למחצה"
"אנונימי-למחצה"
],
"Temporary room": [
null,
......@@ -443,14 +459,22 @@
null,
"שגיאה: לא היתה אפשרות לבצע פקודה"
],
"Change user's affiliation to admin": [
"Error: the \"": [
null,
""
],
"Change user's affiliation to admin": [
null,
"שנה סינוף משתמש למנהל"
],
"Ban user from room": [
null,
"אסור משתמש מתוך חדר"
],
"Change user role to participant": [
null,
"שנה תפקיד משתמש למשתתף"
],
"Kick user from room": [
null,
"בעט משתמש מתוך חדר"
......@@ -461,7 +485,7 @@
],
"Grant membership to a user": [
null,
""
"הענק חברות למשתמש"
],
"Remove user's ability to post messages": [
null,
......@@ -473,11 +497,15 @@
],
"Grant moderator role to user": [
null,
""
"הענק תפקיד אחראי למשתמש"
],
"Grant ownership of this room": [
null,
"הענק בעלות על חדר זה"
],
"Revoke user's membership": [
null,
""
"שלול חברות משתמש"
],
"Set room topic": [
null,
......@@ -541,11 +569,11 @@
],
"This room is now semi-anonymous": [
null,
"חדר זה הינו אנונימי למחצה כעת"
"חדר זה הינו אנונימי-למחצה כעת"
],
"This room is now fully-anonymous": [
null,
"חדר זה הינו אנונימי לחלוטין כעת"
"חדר זה הינו אנונימי-לחלוטין כעת"
],
"A new room has been created": [
null,
......@@ -669,7 +697,7 @@
],
"Name": [
null,
""
"שם"
],
"Are you sure you want to remove this contact?": [
null,
......@@ -677,7 +705,7 @@
],
"Sorry, there was an error while trying to remove ": [
null,
""
"מצטערים, היתה שגיאה במהלך ניסיון להסיר את "
],
"Are you sure you want to decline this contact request?": [
null,
......@@ -685,11 +713,11 @@
],
"Sorry, there was an error while trying to add ": [
null,
""
"מצטערים, היתה שגיאה במהלך ניסיון הוספת "
],
"This client does not allow presence subscriptions": [
null,
""
"לקוח זה לא מתיר הרשמות נוכחות"
],
"Type to filter": [
null,
......@@ -727,6 +755,10 @@
null,
"נעדר"
],
"offline": [
null,
"לא מקוון"
],
"Your XMPP provider's domain name:": [
null,
"שם מתחם של ספק XMPP שלך:"
......@@ -749,7 +781,7 @@
],
"Sorry, the given provider does not support in band account registration. Please try with a different provider.": [
null,
"מצטערים, הספק שניתן לא תומך ברישום חשבונות in band. אנא נסה ספק אחר."
"מצטערים, הספק שניתן לא תומך ברישום חשבונות in band. אנא נסה עם ספק אחר."
],
"Requesting a registration form from the XMPP server": [
null,
......@@ -771,10 +803,6 @@
null,
"חזור"
],
"The provider rejected your registration attempt. ": [
null,
"הספק דחה את ניסיון הרישום שלך. "
],
"XMPP Username:": [
null,
"שם משתמש XMPP:"
......@@ -783,6 +811,10 @@
null,
"סיסמה:"
],
"Click here to log in anonymously": [
null,
"לחץ כאן כדי להתחבר באופן אנונימי"
],
"Log In": [
null,
"כניסה"
......@@ -791,6 +823,10 @@
null,
""
],
"password": [
null,
"סיסמה"
],
"Sign in": [
null,
"התחברות"
......
This diff is collapsed.
......@@ -438,6 +438,10 @@
null,
"Hiba: A parancs nem értelmezett"
],
"Error: the \"": [
null,
""
],
"Change user's affiliation to admin": [
null,
""
......@@ -766,10 +770,6 @@
null,
"Visza"
],
"The provider rejected your registration attempt. ": [
null,
"A szolgáltató visszautasította a regisztrációs kérelmet."
],
"XMPP Username:": [
null,
"XMPP/Jabber azonosító:"
......
This diff is collapsed.
......@@ -390,6 +390,10 @@
null,
""
],
"Error: the \"": [
null,
""
],
"Change user's affiliation to admin": [
null,
""
......@@ -674,7 +678,7 @@
null,
""
],
"The provider rejected your registration attempt. ": [
"The provider rejected your registration attempt. Please check the values you entered for correctness.": [
null,
""
],
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
......@@ -391,6 +391,10 @@
null,
""
],
"Error: the \"": [
null,
""
],
"Change user's affiliation to admin": [
null,
""
......@@ -675,7 +679,7 @@
null,
""
],
"The provider rejected your registration attempt. ": [
"The provider rejected your registration attempt. Please check the values you entered for correctness.": [
null,
""
],
......
This diff is collapsed.
......@@ -443,6 +443,10 @@
null,
"Feil: kunne ikke utføre kommandoen"
],
"Error: the \"": [
null,
""
],
"Change user's affiliation to admin": [
null,
""
......@@ -771,10 +775,6 @@
null,
"Tilbake"
],
"The provider rejected your registration attempt. ": [
null,
"Tilbyderen avviste ditt registreringsforsøk."
],
"XMPP Username:": [
null,
"XMPP Brukernavn:"
......
This diff is collapsed.
......@@ -391,6 +391,10 @@
null,
""
],
"Error: the \"": [
null,
""
],
"Change user's affiliation to admin": [
null,
""
......@@ -675,7 +679,7 @@
null,
""
],
"The provider rejected your registration attempt. ": [
"The provider rejected your registration attempt. Please check the values you entered for correctness.": [
null,
""
],
......
This diff is collapsed.
......@@ -443,6 +443,10 @@
null,
"Błąd: nie potrafię uruchomić polecenia"
],
"Error: the \"": [
null,
""
],
"Change user's affiliation to admin": [
null,
""
......@@ -771,10 +775,6 @@
null,
"Powrót"
],
"The provider rejected your registration attempt. ": [
null,
"Dostawca odrzucił twoją próbę rejestracji. "
],
"XMPP Username:": [
null,
"Nazwa użytkownika XMPP:"
......
This diff is collapsed.
......@@ -379,6 +379,10 @@
null,
""
],
"Error: the \"": [
null,
""
],
"Change user's affiliation to admin": [
null,
""
......@@ -663,7 +667,7 @@
null,
""
],
"The provider rejected your registration attempt. ": [
"The provider rejected your registration attempt. Please check the values you entered for correctness.": [
null,
""
],
......
This diff is collapsed.
......@@ -406,6 +406,10 @@
null,
""
],
"Error: the \"": [
null,
""
],
"Change user's affiliation to admin": [
null,
""
......@@ -694,7 +698,7 @@
null,
""
],
"The provider rejected your registration attempt. ": [
"The provider rejected your registration attempt. Please check the values you entered for correctness.": [
null,
""
],
......
This diff is collapsed.
......@@ -459,6 +459,10 @@
null,
"Помилка: Не можу виконати команду"
],
"Error: the \"": [
null,
""
],
"Change user's affiliation to admin": [
null,
"Призначити користувача адміністратором"
......@@ -795,10 +799,6 @@
null,
"Вернутися"
],
"The provider rejected your registration attempt. ": [
null,
"Провайдер відхилив Вашу спробу реєстрації."
],
"XMPP Username:": [
null,
"XMPP адреса:"
......
This diff is collapsed.
......@@ -386,6 +386,10 @@
null,
""
],
"Error: the \"": [
null,
""
],
"Change user's affiliation to admin": [
null,
""
......@@ -670,7 +674,7 @@
null,
""
],
"The provider rejected your registration attempt. ": [
"The provider rejected your registration attempt. Please check the values you entered for correctness.": [
null,
""
],
......
This diff is collapsed.
{
"name": "converse.js",
"version": "0.9.5",
"version": "0.9.6",
"description": "Browser based XMPP instant messaging client",
"main": "main.js",
"directories": {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment