Opencoweb

Latest version: v1.0

Safety actively analyzes 630094 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 2

0.4

~~~~~~~~~~~

* Rewritten to be toolkit agnostic by removing all dependencies on The Dojo Toolkit.
* All JavaSript modules now conform to the `Asynchronous Module Definition`_ format.
* All examples and toolkit dependent widgets moved to the http://github.com/opencoweb/cowebx repository.
* Minified, aggregated builds of coweb JavaScript are now committed in tagged, stable releases under :file:`js/release/coweb-VERSION`. Both the Maven and Python setup scripts install such builds instead of the exploded developer source.
* Separated application deployment using `pycoweb` from the standard Python package install process using `setup.py`.
* Cleaned up the Maven archetype and package dependencies.
* Removed the legacy term *Conference* from all API methods in :class:`SessionInterface` and :class:`CollabInterface` (e.g., :class:`SessionInterface.prepareConference` is now :class:`SessionInterface.prepare`).
* All callback methods now receive a single object argument with well-defined properties (e.g., :class:`CollabInterface.subscribeSync`).
* The global :data:`cowebConfig` object now dictates the implementations of :class:`SessionInterface`, :class:`CollabInterface`, and :class:`ListenerInterface` to load dynamically instead of the :func:`coweb.initSession` and :func:`coweb.initCollab` factory functions.
* :func:`SessionInterface.onStatusChange` replaced the :class:`ListenerInterface` implementation specific use of OpenAjax Hub to indicate changes to session status.
* :class:`LayoutLoader` was removed as it was toolkit specific. It's functionality can be reproduced using the :class:`SessionInterface` directly.
* :class:`SimpleLoader` always automatically prepares, joins, and updates now. For finer-grained control, use the :class:`SessionInterface` class directly.

0.3

~~~~~~~~~~~

* :py:meth:`org.coweb.CowebSecurityPolicy.canSubscribeToSession` method changed parameters and meaning.

0.2

~~~~~~~~~~~

* First release of manual doc and Javadocs.

0.1

~~~~~~~~~~~

* First open source code drop.

Page 2 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.