- 16 Oct, 2013 3 commits
- 15 Oct, 2013 6 commits
- 08 Oct, 2013 5 commits
-
-
JC Brand authored
Conflicts: Makefile converse.css converse.min.css converse.min.js docs/doctrees/index.doctree docs/html/index.html docs/html/searchindex.js
-
JC Brand authored
-
JC Brand authored
Bumped version Updated release date in CHANGES.rst Minified CSS and JS Generate HTML docs
-
JC Brand authored
-
JC Brand authored
It's a relic from a time before the class subclassed a Backbone.Collection
-
- 07 Oct, 2013 7 commits
-
-
JC Brand authored
Conflicts: converse.js
-
JC Brand authored
-
JC Brand authored
Conflicts: converse.min.js
-
JC Brand authored
-
JC Brand authored
When using show_only_online_users, roster item DOM elements are removed from the DOM if their status changed from 'online' to something else. When their status changed to 'online' again, they were re-added. Their views (RosterItemView) instances however didn't listen to events anymore. Calling delegateEvents on the view after calling $.remove() fixed this.
-
JC Brand authored
Conflicts: converse.js index.html
-
JC Brand authored
When using show_only_online_users, roster item DOM elements are removed from the DOM if their status changed from 'online' to something else. When their status changed to 'online' again, they were re-added. Their views (RosterItemView) instances however didn't listen to events anymore. Calling delegateEvents on the view after calling $.remove() fixed this.
-
- 05 Oct, 2013 14 commits
-
-
JC Brand authored
Conflicts: Gruntfile.js converse.min.js
-
JC Brand authored
-
JC Brand authored
Instead we build manually. Fixed paths in build.js Conflicts: Gruntfile.js
-
JC Brand authored
Conflicts: converse.js
-
JC Brand authored
If true, only users with a status of 'online' will be shown in the contacts roster.
-
JC Brand authored
Conflicts: converse.js
-
JC Brand authored
Move all module-level functions/variables and Backbone Modules/Views together. Add headings to indicate logical sections. Make statuses variable module-level and indicate that it's a constant (all caps)
-
JC Brand authored
This method shouldn't be called when contact requests aren't allowed because roster items are then not created for contact requests.
-
JC Brand authored
Conflicts: converse.min.css converse.min.js
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
Instead we build manually. Fixed paths in build.js
-
JC Brand authored
-
- 04 Oct, 2013 4 commits
- 03 Oct, 2013 1 commit
-
-
JC Brand authored
-