Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
converse.js
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
converse.js
Commits
77212759
Commit
77212759
authored
Jul 12, 2017
by
JC Brand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
New release v3.1.1
parent
647395a5
Changes
11
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
71 additions
and
37 deletions
+71
-37
CHANGES.md
CHANGES.md
+1
-1
Makefile
Makefile
+11
-10
bower.json
bower.json
+1
-1
dist/converse-mobile.js
dist/converse-mobile.js
+17
-6
dist/converse-no-dependencies.js
dist/converse-no-dependencies.js
+1
-1
dist/converse.js
dist/converse.js
+17
-6
dist/inverse.js
dist/inverse.js
+17
-6
docs/source/conf.py
docs/source/conf.py
+2
-2
locale/converse.pot
locale/converse.pot
+2
-2
package.json
package.json
+1
-1
src/start.frag
src/start.frag
+1
-1
No files found.
CHANGES.md
View file @
77212759
# Changelog
## 3.1.1 (
Unreleased
)
## 3.1.1 (
(2017-07-12)
)
-
Use a patched version of
[
awesomplete
](
https://github.com/LeaVerou/awesomplete
)
which doesn't render suggestions as HTML (possible XSS attack vector). [jcbrand]
...
...
Makefile
View file @
77212759
...
...
@@ -13,6 +13,7 @@ PO2JSON ?= ./node_modules/.bin/po2json
RJS
?=
./node_modules/.bin/r.js
SASS
?=
./.bundle/bin/sass
SPHINXBUILD
?=
./bin/sphinx-build
SED
?=
sed
SPHINXOPTS
=
# Internal variables.
...
...
@@ -78,16 +79,16 @@ po2json:
.PHONY
:
release
release
:
sed
-ri
s/Version:
\
[
0-9]
\+\.
[
0-9]
\+\.
[
0-9]
\+
/Version:
\
$(VERSION)
/ src/start.frag
sed
-ri
s/Project-Id-Version:
\
Converse
\.
js
\
[
0-9]
\+\.
[
0-9]
\+\.
[
0-9]
\+
/Project-Id-Version:
\
Converse.js
\
$(VERSION)
/ locale/converse.pot
sed
-ri
s/
\"
version
\"
:
\ \"
[
0-9]
\+\.
[
0-9]
\+\.
[
0-9]
\+\"
/
\"
version
\"
:
\ \"
$(VERSION)
\"
/ bower.json
sed
-ri
s/
\"
version
\"
:
\ \"
[
0-9]
\+\.
[
0-9]
\+\.
[
0-9]
\+\"
/
\"
version
\"
:
\ \"
$(VERSION)
\"
/ package.json
sed
-ri
s/--package-version
=[
0-9]
\+\.
[
0-9]
\+\.
[
0-9]
\+
/--package-version
=
$(VERSION)
/ Makefile
sed
-ri
s/v[0-9]
\+\.
[
0-9]
\+\.
[
0-9]
\+\.
zip/v
$(VERSION)
\.
zip/ index.html
sed
-ri
s/v[0-9]
\+\.
[
0-9]
\+\.
[
0-9]
\+\.
tar
\.
gz/v
$(VERSION)
\.
tar
\.
gz/ index.html
sed
-ri
s/version
\
=
\ \'
[
0-9]
\+\.
[
0-9]
\+\.
[
0-9]
\+\'
/version
\
=
\ \'
$(VERSION)
\'
/ docs/source/conf.py
sed
-ri
s/release
\
=
\ \'
[
0-9]
\+\.
[
0-9]
\+\.
[
0-9]
\+\'
/release
\
=
\ \'
$(VERSION)
\'
/ docs/source/conf.py
sed
-ri
"s/(Unreleased)/(
`
date
+%Y-%m-%d
`
)
/"
CHANGES.md
$(SED)
-ri
s/Version:
\
[
0-9]
\+\.
[
0-9]
\+\.
[
0-9]
\+
/Version:
\
$(VERSION)
/ src/start.frag
$(SED)
-ri
s/Project-Id-Version:
\
Converse
\.
js
\
[
0-9]
\+\.
[
0-9]
\+\.
[
0-9]
\+
/Project-Id-Version:
\
Converse.js
\
$(VERSION)
/ locale/converse.pot
$(SED)
-ri
s/
\"
version
\"
:
\ \"
[
0-9]
\+\.
[
0-9]
\+\.
[
0-9]
\+\"
/
\"
version
\"
:
\ \"
$(VERSION)
\"
/ bower.json
$(SED)
-ri
s/
\"
version
\"
:
\ \"
[
0-9]
\+\.
[
0-9]
\+\.
[
0-9]
\+\"
/
\"
version
\"
:
\ \"
$(VERSION)
\"
/ package.json
$(SED)
-ri
s/--package-version
=[
0-9]
\+\.
[
0-9]
\+\.
[
0-9]
\+
/--package-version
=
$(VERSION)
/ Makefile
$(SED)
-ri
s/v[0-9]
\+\.
[
0-9]
\+\.
[
0-9]
\+\.
zip/v
$(VERSION)
\.
zip/ index.html
$(SED)
-ri
s/v[0-9]
\+\.
[
0-9]
\+\.
[
0-9]
\+\.
tar
\.
gz/v
$(VERSION)
\.
tar
\.
gz/ index.html
$(SED)
-ri
s/version
\
=
\ \'
[
0-9]
\+\.
[
0-9]
\+\.
[
0-9]
\+\'
/version
\
=
\ \'
$(VERSION)
\'
/ docs/source/conf.py
$(SED)
-ri
s/release
\
=
\ \'
[
0-9]
\+\.
[
0-9]
\+\.
[
0-9]
\+\'
/release
\
=
\ \'
$(VERSION)
\'
/ docs/source/conf.py
$(SED)
-ri
"s/(Unreleased)/
`
date
+%Y-%m-%d
`
/"
CHANGES.md
make pot
make po
make po2json
...
...
bower.json
View file @
77212759
{
"name"
:
"converse.js"
,
"description"
:
"Web-based XMPP/Jabber chat client written in javascript"
,
"version"
:
"3.1.
0
"
,
"version"
:
"3.1.
1
"
,
"license"
:
"MPL-2.0"
,
"devDependencies"
:
{},
"dependencies"
:
{},
...
...
dist/converse-mobile.js
View file @
77212759
...
...
@@ -2,7 +2,7 @@
*
* An XMPP chat client that runs in the browser.
*
* Version: 3.1.
0
* Version: 3.1.
1
*/
/* jshint ignore:start */
...
...
@@ -51680,11 +51680,22 @@ _.SORT_BYLENGTH = function (a, b) {
};
_.ITEM = function (text, input) {
var html = input.trim() === "" ? text : text.replace(RegExp($.regExpEscape(input.trim()), "gi"), "<mark>$&</mark>");
return $.create("li", {
innerHTML: html,
"aria-selected": "false"
});
input = input.trim();
var element = document.createElement("li");
element.setAttribute("aria-selected", "false");
var regex = new RegExp("("+input+")", "ig");
var parts = input ? text.split(regex) : [text];
parts.forEach(function (txt) {
if (input && txt.match(regex)) {
var match = document.createElement("mark");
match.textContent = txt;
element.appendChild(match);
} else {
element.appendChild(document.createTextNode(txt));
}
});
return element;
};
_.REPLACE = function (text) {
dist/converse-no-dependencies.js
View file @
77212759
...
...
@@ -2,7 +2,7 @@
*
* An XMPP chat client that runs in the browser.
*
* Version: 3.1.
0
* Version: 3.1.
1
*/
/* jshint ignore:start */
...
...
dist/converse.js
View file @
77212759
...
...
@@ -2,7 +2,7 @@
*
* An XMPP chat client that runs in the browser.
*
* Version: 3.1.
0
* Version: 3.1.
1
*/
/* jshint ignore:start */
...
...
@@ -55014,11 +55014,22 @@ _.SORT_BYLENGTH = function (a, b) {
};
_.ITEM = function (text, input) {
var html = input.trim() === "" ? text : text.replace(RegExp($.regExpEscape(input.trim()), "gi"), "<mark>$&</mark>");
return $.create("li", {
innerHTML: html,
"aria-selected": "false"
});
input = input.trim();
var element = document.createElement("li");
element.setAttribute("aria-selected", "false");
var regex = new RegExp("("+input+")", "ig");
var parts = input ? text.split(regex) : [text];
parts.forEach(function (txt) {
if (input && txt.match(regex)) {
var match = document.createElement("mark");
match.textContent = txt;
element.appendChild(match);
} else {
element.appendChild(document.createTextNode(txt));
}
});
return element;
};
_.REPLACE = function (text) {
dist/inverse.js
View file @
77212759
...
...
@@ -2,7 +2,7 @@
*
* An XMPP chat client that runs in the browser.
*
* Version: 3.1.
0
* Version: 3.1.
1
*/
/* jshint ignore:start */
...
...
@@ -55014,11 +55014,22 @@ _.SORT_BYLENGTH = function (a, b) {
};
_.ITEM = function (text, input) {
var html = input.trim() === "" ? text : text.replace(RegExp($.regExpEscape(input.trim()), "gi"), "<mark>$&</mark>");
return $.create("li", {
innerHTML: html,
"aria-selected": "false"
});
input = input.trim();
var element = document.createElement("li");
element.setAttribute("aria-selected", "false");
var regex = new RegExp("("+input+")", "ig");
var parts = input ? text.split(regex) : [text];
parts.forEach(function (txt) {
if (input && txt.match(regex)) {
var match = document.createElement("mark");
match.textContent = txt;
element.appendChild(match);
} else {
element.appendChild(document.createTextNode(txt));
}
});
return element;
};
_.REPLACE = function (text) {
docs/source/conf.py
View file @
77212759
...
...
@@ -48,9 +48,9 @@ copyright = u'2014, JC Brand'
# built documents.
#
# The short X.Y version.
version
=
'3.1.
0
'
version
=
'3.1.
1
'
# The full version, including alpha/beta/rc tags.
release
=
'3.1.
0
'
release
=
'3.1.
1
'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
...
...
locale/converse.pot
View file @
77212759
...
...
@@ -6,9 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Converse.js 3.1.
0
\n"
"Project-Id-Version: Converse.js 3.1.
1
\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-07-
05 09:57+00
00\n"
"POT-Creation-Date: 2017-07-
12 22:49+02
00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
...
...
package.json
View file @
77212759
{
"name"
:
"converse.js"
,
"version"
:
"3.1.
0
"
,
"version"
:
"3.1.
1
"
,
"description"
:
"Browser based XMPP instant messaging client"
,
"main"
:
"main.js"
,
"directories"
:
{
...
...
src/start.frag
View file @
77212759
...
...
@@ -2,7 +2,7 @@
*
* An XMPP chat client that runs in the browser.
*
* Version: 3.1.
0
* Version: 3.1.
1
*/
/* jshint ignore:start */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment