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
944593de
Commit
944593de
authored
Aug 05, 2013
by
JC Brand
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' into gh-pages
parents
4b48e8ac
405d308a
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
8 deletions
+5
-8
CHANGES.rst
CHANGES.rst
+1
-1
CONTRIBUTING.rst
CONTRIBUTING.rst
+0
-2
README.rst
README.rst
+1
-2
index.html
index.html
+3
-3
No files found.
CHANGES.rst
View file @
944593de
Changelog
=========
0.5.2 (
Unreleased
)
0.5.2 (
2013-08-05
)
------------------
- Important security update. Don't expose the Strophe connection object globally. [jcbrand]
...
...
CONTRIBUTING.rst
View file @
944593de
...
...
@@ -28,8 +28,6 @@ Check that the tests pass
Check that the Jasmine tests complete sucessfully. Open tests.html in your
browser, and the tests will run automatically.
You can see the current test output online, here: http://conversejs.org/tests.html
On the command line you can run ``grunt test`` (if you have before run ``npm
install``).
...
...
README.rst
View file @
944593de
...
...
@@ -48,7 +48,7 @@ Tests
-----
We use behavior-driven tests written with jasmine.js_. They can run in your
browser
(`see here`_)
or in the command line via phantom.js_.
browser or in the command line via phantom.js_.
We use `Travis-CI`_ for continuous integration.
...
...
@@ -93,6 +93,5 @@ Licence
.. _`conversejs.org`: http://conversejs.org
.. _jquery: http://jquery.com
.. _jasmine.js: http://pivotal.github.io/jasmine
.. _`see here`: http://conversejs.org/tests.html
.. _phantom.js: http://phantomjs.org
.. _`Travis-CI`: https://travis-ci.org
index.html
View file @
944593de
...
...
@@ -114,9 +114,9 @@
<h2>
Tests
</h2>
<p>
We use the
<a
href=
"http://pivotal.github.io/jasmine"
target=
"_blank"
>
Jasmine
</a>
testing framework to write tests.
The tests can be run in the browser and can be viewed
<a
href=
"http://conversejs.org/tests.html"
target=
"_blank"
>
here
</a>
.
We use the
<a
href=
"http://pivotal.github.io/jasmine"
target=
"_blank"
>
Jasmine
</a>
testing framework to write tests.
Tests can be run in the browser (just open tests.html) or in the
commandline via ``grunt test``
.
</p>
<h2>
Credits and Dependencies
</h2>
...
...
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