{ "info": { "author": "BlueDynamics Alliance", "author_email": "dev@bluedynamics.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "``cone.app`` - Build Web Applications on top of the pyramid framework.\n\n\nDetailed Documentation\n======================\n\nThe detailed ``cone.app`` documentation is available \n`here `_.\n\n\nSource Code\n===========\n\nThe sources are in a GIT DVCS with its main branches at \n`github `_.\n\n\nCopyright\n=========\n\n- Copyright (c) 2009-2012 BlueDynamics Alliance http://www.bluedynamics.com\n\n\nContributors\n============\n\n- Robert Niederreiter \n \n- Jens Klein \n \n- Georg Gogo. BERNHARD \n\n\nChanges\n=======\n\n\n0.9.5\n-----\n\n- ``lxml`` is no longer a hard dependency.\n [rnix, 2014-01-18]\n\n- Factory node can be invalidated now.\n [rnix, 2014-01-15]\n\n- Test request can be flagged as XHR request.\n [rnix, 2013-03-23]\n\n- Improve exception view to handle default error page and bdajax action\n requests. Move Exception code to ``cone.app.browser.exception``.\n [rnix, 2013-02-10]\n\n- Introduce ``cone.app.browser.utils.request_property``.\n [rnix, 2013-02-05]\n\n- Do not load ``cone.app.js`` merged, ensures to be loaded after bdajax.\n [rnix, 2013-01-20]\n\n- Check if autocomplete plugin is available in ``cone.app.js`` when trying to\n bind livesearch.\n [rnix, 2013-01-08]\n\n- Make yafowil resources beeing delivered public as well.\n [rnix, 2013-01-08]\n\n- Possibility to skip yafowil resource groups, deliver yafowil resources\n before addon resources.\n [rnix, 2013-01-08]\n\n- Remove yafowil addon widgets from default setup dependencies.\n [rnix, 2013-01-04]\n\n\n0.9.4\n-----\n\n- Introduce ``Table.display_table_header`` and ``Table.display_table_footer``\n properties.\n [rnix, 2012-10-30]\n\n- Introduce ``cone.app.browser.actions.DropdownAction``.\n [rnix, 2012-10-28]\n\n- Introduce ``row_data`` on ``ContentsTile`` for customizing column data on\n ``ContentsTile`` deriving objects.\n [rnix, 2012-10-28]\n\n- ``model.properties.action_delete_tile`` can be set if\n ``model.properties.action_delete`` is True. Used to define the content tile\n which gets rendered on parent of model after deleting.\n [rnix, 2012-10-26]\n\n- Available child nodes of ``ContentsTile`` can be controlled by\n ``listable_children``.\n [rnix, 2012-10-26]\n\n- Introduce ``show_slicesize`` on tables.\n [rnix, 2012-10-19]\n\n- PEP-8.\n [rnix, 2012-10-16]\n\n- Python2.7 Support.\n [rnix, 2012-10-16]\n\n- Rename parts to behaviors.\n [rnix, 2012-07-29]\n\n- adopt to ``node`` 0.9.8\n [rnix, 2012-07-29]\n\n- adopt to ``plumber`` 1.2\n [rnix, 2012-07-29]\n\n- use fresh Chameleon and fix tests to recognize correct output of new Chameleon\n [jensens, 2012-07-04]\n\n\n0.9.3\n-----\n\n- Add basic print CSS.\n [rnix, 2012-05-29]\n\n- ``contextmenu`` tile got a ``bdajax`` contract.\n [rnix, 2012-05-23]\n\n- CSS and JS can be delivered merged if desired.\n [rnix, 2012-05-22]\n\n- Move resources rendering to seperate module.\n [rnix, 2012-05-21]\n\n- Add ``form_flavor`` attribute to ``cone.app.browser.form.YAMLForm``.\n [rnix, 2012-05-18]\n\n- Add ``cone.app.model.UUIDAsName`` part.\n [rnix, 2012-05-18]\n\n- Use ``zope.interface.implementer`` instead of ``zope.interface.implements``.\n [rnix, 2012-05-18]\n\n- Remove BBB classes ``come.app.model.BaseNodeInfo`` and\n ``cone.app.model.BaseMetadata``.\n [rnix, 2012-05-18]\n\n- Consider ``default_content_tile`` in application ini in order to support\n configuring root content tile.\n [rnix, 2012-05-14]\n\n- Support bdajax overlay continuation as introduced in bdajax 1.4.\n [rnix, 2012-05-04]\n\n- Move AJAX forms related markup and javascript to bdajax.\n [rnix, 2012-05-04]\n\n- Add property ``head_additional`` to table tile. Supposed to be used for\n hooking additional markup to table header.\n [rnix, 2012-05-03]\n\n- Fix bug in navtree when displaying children of node with ``hide_if_default``\n property set.\n [rnix, 2012-04-26]\n\n- Consider ``default_child`` property in UP action and action scope.\n [rnix, 2012-04-24]\n\n- Include ``yafowil.widget.image``.\n [rnix, 2012-04-21]\n\n- Improve ajax form rendering.\n [rnix, 2012-04-19]\n\n- Ajaxify settings tabs.\n [rnix, 2012-04-19]\n\n- Add resizeable plugin to jQuery UI custom built.\n [rnix, 2012-03-27]\n\n\n0.9.2\n-----\n\n- Resources also can originate at a remote server.\n [rnix, 2012-03-21]\n\n\n0.9.1\n-----\n\n- Better table and batch templates and styles. Table now supports slice size\n selection and filtering.\n [rnix, 2012-03-19]\n\n- Fix default ``sort`` and ``order`` request parameters for table batch.\n [rnix, 2012-03-16]\n\n- Cleanup self contained buidlout.\n [rnix, 2012-02-29]\n\n- Remove ``cone.app.APP_PATH``.\n [rnix, 2012-02-29]\n\n- Adopt YAFOWIL addon registration to YAFOWIL 1.3\n [rnix, 2012-02-29]\n\n- Use ``node.ext.ugm.interfaces.Users.id_for_login`` contract for remembering\n User id instead of login name in authentication cookie.\n [rnix, 2012-01-18]\n\n- Dynamic width CSS\n [rnix, 2011-12-18]\n\n- Extend UI actions by ``selected`` property.\n [rnix, 2011-12-16]\n\n- Add ``cone.app.model.UUIDAttributeAware``.\n [rnix, 2011-12-07]\n\n- Add ``cone.app.security.OwnerSupport``.\n [rnix, 2011-12-07]\n\n- Add ``cone.app.security.ACLRegistry``.\n [rnix, 2011-12-07]\n\n- Use ``node.parts.IUUIDAware`` as dependency for node beeing referencable.\n [rnix, 2011-12-02]\n\n- Add ``browser.actions``.\n [rnix, 2011-12-01]\n\n- Update jQuery (1.6.4) and jQuery Tools (1.2.6).\n [rnix, 2011-11-30]\n\n- Add copy support.\n [rnix, 2011-11-30]\n\n- Single UGM implementation.\n [rnix, 2011-11-21]\n\n- Add ``PrincipalACL`` part and ``sharing`` tile.\n [rnix, 2011-11-21]\n\n- Refactor contextmenu, can now be extended.\n [rnix, 2011-11-19]\n\n- Add margin top for sidebar and content.\n [rnix, 2011-11-18]\n\n- ``contextmenu`` tile considers ``action_up_tile`` property now.\n [rnix, 2011-11-17]\n\n- Add ``bda.calendar.base`` as install dependency for timezone aware \n datetime handling.\n [rnix, 2011-11-16]\n\n- Show error message at attempt to add reference with missing UID.\n [rnix, 2011-11-16]\n\n- Add yafowil.widget.array to dependencies.\n [rnix]\n\n\n0.9\n---\n\n- Initial work\n\nLicense\n=======\n\nCopyright (c) 2009-2013, BlueDynamics Alliance, Austria\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are met:\n\n* Redistributions of source code must retain the above copyright notice, this \n list of conditions and the following disclaimer.\n* Redistributions in binary form must reproduce the above copyright notice, this \n list of conditions and the following disclaimer in the documentation and/or \n other materials provided with the distribution.\n* Neither the name of the BlueDynamics Alliance nor the names of its \n contributors may be used to endorse or promote products derived from this \n software without specific prior written permission.\n \nTHIS SOFTWARE IS PROVIDED BY BlueDynamics Alliance ``AS IS`` AND ANY\nEXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\nWARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\nDISCLAIMED. IN NO EVENT SHALL BlueDynamics Alliance BE LIABLE FOR ANY\nDIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES\n(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;\nLOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND\nON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS\nSOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.", "description_content_type": null, "docs_url": "https://pythonhosted.org/cone.app/", "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/bluedynamics/cone.app", "keywords": "node pyramid cone web", "license": "Simplified BSD", "maintainer": null, "maintainer_email": null, "name": "cone.app", "package_url": "https://pypi.org/project/cone.app/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/cone.app/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/bluedynamics/cone.app" }, "release_url": "https://pypi.org/project/cone.app/0.9.5/", "requires_dist": null, "requires_python": null, "summary": "Web application stub", "version": "0.9.5" }, "last_serial": 4506357, "releases": { "0.9": [ { "comment_text": "", "digests": { "md5": "44d2489bd969644d3bc456d641b24679", "sha256": "edf69b7a8b98f4b36a6ee2dd06e10c51d592b8059e8dcee5058714eda782132e" }, "downloads": -1, "filename": "cone.app-0.9.tar.gz", "has_sig": false, "md5_digest": "44d2489bd969644d3bc456d641b24679", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 139275, "upload_time": "2011-09-20T14:39:36", "url": "https://files.pythonhosted.org/packages/83/44/fc7fa07403e50d3f9e5e67d11982a190a108be89988ed12a3b58352e6dd5/cone.app-0.9.tar.gz" } ], "0.9.1": [ { "comment_text": "", "digests": { "md5": "ea30cd0b219704cb9837d07c7bff1c05", "sha256": "09414e97cbb511f1c8b4ffabf8355365d51a1f748ad8878dec204e0418841924" }, "downloads": -1, "filename": "cone.app-0.9.1.tar.gz", "has_sig": false, "md5_digest": "ea30cd0b219704cb9837d07c7bff1c05", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 189367, "upload_time": "2012-03-20T10:40:04", "url": "https://files.pythonhosted.org/packages/c3/7b/9246e9ab43b2f7ba22178068c1d23d7081033949c82b15bd99e42fd06af4/cone.app-0.9.1.tar.gz" } ], "0.9.2": [ { "comment_text": "", "digests": { "md5": "0315ae6c674e4cbdf6de21ab44337b77", "sha256": "4d62c990b47015812ee331aae5adf656ed3a87f446a8612358e65e346d41336a" }, "downloads": -1, "filename": "cone.app-0.9.2.tar.gz", "has_sig": false, "md5_digest": "0315ae6c674e4cbdf6de21ab44337b77", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 189608, "upload_time": "2012-03-25T23:49:53", "url": "https://files.pythonhosted.org/packages/3a/a6/af365c30c6aee574639ce67fba54811b110f38dc555cb1e72d28283110fa/cone.app-0.9.2.tar.gz" } ], "0.9.3": [ { "comment_text": "", "digests": { "md5": "f84b217b833de1c78d159375922900a4", "sha256": "1a4b45d95bdf38c4325975425dfeb446ab3cdcce8dbffe14a5dbc2c5e2445d8c" }, "downloads": -1, "filename": "cone.app-0.9.3.tar.gz", "has_sig": false, "md5_digest": "f84b217b833de1c78d159375922900a4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 204481, "upload_time": "2012-05-30T11:24:47", "url": "https://files.pythonhosted.org/packages/06/26/a609037065054d03ce26b3cf81de25ad46f4ff431eb2678a1983a98a3dad/cone.app-0.9.3.tar.gz" } ], "0.9.4": [ { "comment_text": "", "digests": { "md5": "406db36eb3a372eb5c06553bd6eeea04", "sha256": "9a81de9e7513ca0c166e3b071e183a8bc8fc4dec7c75d2c4a5b0721ca064c6fc" }, "downloads": -1, "filename": "cone.app-0.9.4.tar.gz", "has_sig": false, "md5_digest": "406db36eb3a372eb5c06553bd6eeea04", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 240008, "upload_time": "2012-12-05T11:15:10", "url": "https://files.pythonhosted.org/packages/d6/94/6b5a43b43e2fa11383bd35129d36fea9935f4d8c3db9ff98dbac5bf305a3/cone.app-0.9.4.tar.gz" } ], "0.9.5": [ { "comment_text": "", "digests": { "md5": "b4b1a37961ed82d174f47605f2921290", "sha256": "7aa094c5ccfff4a21adf3500c326cc9e1cc5d745a2732b677e64e94c54366557" }, "downloads": -1, "filename": "cone.app-0.9.5.tar.gz", "has_sig": false, "md5_digest": "b4b1a37961ed82d174f47605f2921290", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 238034, "upload_time": "2014-05-13T16:30:04", "url": "https://files.pythonhosted.org/packages/33/65/0fa6bd489b88e254d5a6973329adaf8fc5bd019a83b3cb263d8b4014b72f/cone.app-0.9.5.tar.gz" } ], "1.0a1": [ { "comment_text": "", "digests": { "md5": "3136d36f12b3bf109abafeee9f8dc725", "sha256": "d5467c051986a6c9237c5998413cdcd6e73141a8f6b15eaa0eca8f8a515d8e82" }, "downloads": -1, "filename": "cone.app-1.0a1.tar.gz", "has_sig": false, "md5_digest": "3136d36f12b3bf109abafeee9f8dc725", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 778862, "upload_time": "2016-03-02T09:19:26", "url": "https://files.pythonhosted.org/packages/da/2a/988bfe33e9249b31148c9b5bb1dc932d047407f30341416f14f37001e889/cone.app-1.0a1.tar.gz" } ], "1.0a10": [ { "comment_text": "", "digests": { "md5": "c51a0312c107439b35d23a7741eb6cb6", "sha256": "1a570eacb84e70b54cd3555ace48f93191d0a5796b60658ef8c1f41413dcc701" }, "downloads": -1, "filename": "cone.app-1.0a10.tar.gz", "has_sig": false, "md5_digest": "c51a0312c107439b35d23a7741eb6cb6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 790896, "upload_time": "2018-07-17T06:33:15", "url": "https://files.pythonhosted.org/packages/93/92/96a8c53a1cc8adb677fb880a471e58251004982ecb53cf4887adf6f6d38a/cone.app-1.0a10.tar.gz" } ], "1.0a11": [ { "comment_text": "", "digests": { "md5": "d9a8248af03c2a6c1987d0d1b5562714", "sha256": "88c942d78d45372349a831b1e7d6e1fbd7a603dfd0403258b3a79bbbf7270e13" }, "downloads": -1, "filename": "cone.app-1.0a11.tar.gz", "has_sig": false, "md5_digest": "d9a8248af03c2a6c1987d0d1b5562714", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 791642, "upload_time": "2018-11-07T07:31:29", "url": "https://files.pythonhosted.org/packages/70/53/28ba1762e78e39bb401f750a3359341ad9ba2ddafd39135a21d1101cef6e/cone.app-1.0a11.tar.gz" } ], "1.0a12": [ { "comment_text": "", "digests": { "md5": "b8e6bbf8473f8f8e696d1ee9072bcd29", "sha256": "291a2a5312ca3c5d7620fecb18307a1632b85b0e070fd8d9fa553cb7775266ee" }, "downloads": -1, "filename": "cone.app-1.0a12.tar.gz", "has_sig": false, "md5_digest": "b8e6bbf8473f8f8e696d1ee9072bcd29", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 792766, "upload_time": "2018-11-20T08:39:05", "url": "https://files.pythonhosted.org/packages/b7/ec/31e606b9b29e68fd5a8ac2c2c9b32e53034c7c944c90b2b3b93f0a879ef9/cone.app-1.0a12.tar.gz" } ], "1.0a2": [ { "comment_text": "", "digests": { "md5": "a1c5d8d034ccea37a4727885476e6b7c", "sha256": "cf4be85f9b4b760aac5f5b70665ab26e47ff8ae07e7ab0112c0c288908f5d204" }, "downloads": -1, "filename": "cone.app-1.0a2.tar.gz", "has_sig": false, "md5_digest": "a1c5d8d034ccea37a4727885476e6b7c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 781939, "upload_time": "2017-02-14T09:53:10", "url": "https://files.pythonhosted.org/packages/18/ba/22614bc1615b4ea4c70d5e496b51c401851bdb33088e4fee320e2491bfee/cone.app-1.0a2.tar.gz" } ], "1.0a3": [ { "comment_text": "", "digests": { "md5": "32824c0ed7cf4d6a5b9931d34e6abb5b", "sha256": "1281b178056cc64fce0a7fa6ab072859d8b4f16230999e9848468fe2154d186a" }, "downloads": -1, "filename": "cone.app-1.0a3.tar.gz", "has_sig": false, "md5_digest": "32824c0ed7cf4d6a5b9931d34e6abb5b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 787624, "upload_time": "2017-03-01T09:44:49", "url": "https://files.pythonhosted.org/packages/89/06/6e64c7b1b3fee933fae09be48556f6246fef4702a9025e588cde25c14656/cone.app-1.0a3.tar.gz" } ], "1.0a4": [ { "comment_text": "", "digests": { "md5": "948113d3ed4e4df5bea7ace35149b015", "sha256": "7f78b7cb11a6de62967e2c0bf67294d42281c172451cc8ff0b35e20fe4e30c01" }, "downloads": -1, "filename": "cone.app-1.0a4.tar.gz", "has_sig": false, "md5_digest": "948113d3ed4e4df5bea7ace35149b015", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 789894, "upload_time": "2017-03-28T16:13:44", "url": "https://files.pythonhosted.org/packages/e2/94/f6eafab0220972e9bb9a995551afe4f0e0ab47f63faeebbc21e90a83b8ca/cone.app-1.0a4.tar.gz" } ], "1.0a5": [ { "comment_text": "", "digests": { "md5": "93942667b018136d66914ebd077b8cf4", "sha256": "db030efc4eca62ae6a7dea10aec531a5ba8371d7cbf778f2bc1aa922882e6bfb" }, "downloads": -1, "filename": "cone.app-1.0a5.tar.gz", "has_sig": false, "md5_digest": "93942667b018136d66914ebd077b8cf4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 790010, "upload_time": "2017-05-15T07:33:17", "url": "https://files.pythonhosted.org/packages/90/45/789787fcab0ad535ed63580df2263493809a5f48358ef169213cad27cce4/cone.app-1.0a5.tar.gz" } ], "1.0a6": [ { "comment_text": "", "digests": { "md5": "67f37483be443d72f11fb827d81f022a", "sha256": "8a620f26e6378037c762559d46e3a947d7a43b6e7b79e2f345e3684e026644f7" }, "downloads": -1, "filename": "cone.app-1.0a6.tar.gz", "has_sig": false, "md5_digest": "67f37483be443d72f11fb827d81f022a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 789576, "upload_time": "2017-08-28T07:50:45", "url": "https://files.pythonhosted.org/packages/ab/25/46f5c27e54b78d5d0559866a98a23aa52612207b0e9110f49c1543c1a1f8/cone.app-1.0a6.tar.gz" } ], "1.0a7": [ { "comment_text": "", "digests": { "md5": "7607e6d6044ae54ed6aef4e4c84d0981", "sha256": "b791ebdb8042c0e1f00fd5fe3beb2b1bfb9d4145f04020da85a254a58e678c0d" }, "downloads": -1, "filename": "cone.app-1.0a7.tar.gz", "has_sig": false, "md5_digest": "7607e6d6044ae54ed6aef4e4c84d0981", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 796385, "upload_time": "2017-09-17T11:18:31", "url": "https://files.pythonhosted.org/packages/56/81/8c25627097fec599deb255db71187397bc2b0dcabcdf3a2094a9cb96c779/cone.app-1.0a7.tar.gz" } ], "1.0a8": [ { "comment_text": "", "digests": { "md5": "1ae4ddd1b75db45a8e84892250e26289", "sha256": "a0ffb5249925cd90f6cd414389bf52eea61f8da4ed9bcbbcdd0717e300289a24" }, "downloads": -1, "filename": "cone.app-1.0a8.tar.gz", "has_sig": false, "md5_digest": "1ae4ddd1b75db45a8e84892250e26289", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 797392, "upload_time": "2017-10-10T09:53:59", "url": "https://files.pythonhosted.org/packages/78/cc/d98b9a312d7085eb82c8fb5d3e8552747f6f7e2ac0851ecf3c97cf9642fe/cone.app-1.0a8.tar.gz" } ], "1.0a9": [ { "comment_text": "", "digests": { "md5": "b3e63ee3c9b7797601c7a96312fadff6", "sha256": "272e598bc6636b0b2757899293922dfd5fe6839fb24aa32c1249455908d99984" }, "downloads": -1, "filename": "cone.app-1.0a9.tar.gz", "has_sig": false, "md5_digest": "b3e63ee3c9b7797601c7a96312fadff6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 790268, "upload_time": "2017-11-13T13:12:05", "url": "https://files.pythonhosted.org/packages/01/fc/7504d9624d7ba3b34edff038f75a0ced1a291242d002de524b13f0b284a7/cone.app-1.0a9.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b4b1a37961ed82d174f47605f2921290", "sha256": "7aa094c5ccfff4a21adf3500c326cc9e1cc5d745a2732b677e64e94c54366557" }, "downloads": -1, "filename": "cone.app-0.9.5.tar.gz", "has_sig": false, "md5_digest": "b4b1a37961ed82d174f47605f2921290", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 238034, "upload_time": "2014-05-13T16:30:04", "url": "https://files.pythonhosted.org/packages/33/65/0fa6bd489b88e254d5a6973329adaf8fc5bd019a83b3cb263d8b4014b72f/cone.app-0.9.5.tar.gz" } ] }