collective.tabularlabeloverrides


Namecollective.tabularlabeloverrides JSON
Version 1.0b4 PyPI version JSON
download
home_pagehttps://github.com/collective/collective.tabularlabeloverrides
SummaryAllows to override the labels for the tabular view on a Collection.
upload_time2023-08-17 12:07:05
maintainer
docs_urlNone
authorMaik Derstappen
requires_python>=3.7
licenseGPL version 2
keywords python plone cms
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage
            .. This README is meant for consumption by humans and PyPI. PyPI can render rst files so please do not use Sphinx features.
   If you want to learn more about writing documentation, please check out: http://docs.plone.org/about/documentation_styleguide.html
   This text does not appear on PyPI or github. It is a comment.

.. image:: https://github.com/collective/collective.tabularlabeloverrides/actions/workflows/plone-package.yml/badge.svg
    :target: https://github.com/collective/collective.tabularlabeloverrides/actions/workflows/plone-package.yml

.. image:: https://coveralls.io/repos/github/collective/collective.tabularlabeloverrides/badge.svg?branch=main
    :target: https://coveralls.io/github/collective/collective.tabularlabeloverrides?branch=main
    :alt: Coveralls

.. image:: https://codecov.io/gh/collective/collective.tabularlabeloverrides/branch/master/graph/badge.svg
    :target: https://codecov.io/gh/collective/collective.tabularlabeloverrides

.. image:: https://img.shields.io/pypi/v/collective.tabularlabeloverrides.svg
    :target: https://pypi.python.org/pypi/collective.tabularlabeloverrides/
    :alt: Latest Version

.. image:: https://img.shields.io/pypi/status/collective.tabularlabeloverrides.svg
    :target: https://pypi.python.org/pypi/collective.tabularlabeloverrides
    :alt: Egg Status

.. image:: https://img.shields.io/pypi/pyversions/collective.tabularlabeloverrides.svg?style=plastic   :alt: Supported - Python Versions

.. image:: https://img.shields.io/pypi/l/collective.tabularlabeloverrides.svg
    :target: https://pypi.python.org/pypi/collective.tabularlabeloverrides/
    :alt: License


================================
collective.tabularlabeloverrides
================================

Allows to override the labels for the tabular view on a Collection.

Features
--------

- provides a behavior for Collections with a Label Overrides field
- These labels will override existing labels in the tabular view
- this addon depends on collective.taxonomy to allow both working together



Installation
------------

Install collective.tabularlabeloverrides by adding it to your buildout::

    [buildout]

    ...

    eggs =
        collective.tabularlabeloverrides


and then running ``bin/buildout``

Or install it via ``pip install collective.tabularlabeloverrides``


Usage
-----

- Define some label overrides mappings on a Collection
- change the display view to the new ``Tabular label override view``



Authors
-------

Maik Derstappen - md@derico.de


Contributors
------------

Put your name here, you deserve it!

- ?


Contribute
----------

- Issue Tracker: https://github.com/collective/collective.tabularlabeloverrides/issues
- Source Code: https://github.com/collective/collective.tabularlabeloverrides
- Documentation: https://docs.plone.org/foo/bar


Support
-------

If you are having issues, please let us know by opening an issue on GitHub.


License
-------

The project is licensed under the GPLv2.


Contributors
============

- Maik Derstappen, md@derico.de


Changelog
=========


1.0b4 (2023-08-17)
------------------

- Fix label override view, when no override is provided.
  [MrTango]


1.0b3 (2023-08-14)
------------------

- Fix label override validator, when no override is provided.
  [MrTango]


1.0b2 (2023-08-11)
------------------

- enable tabular_label_overrides behavior on Collection by default
  [MrTango]

- add tabular_label_override_view to available_view of Collection CT
  [MrTango]


1.0b1 (2023-08-11)
------------------

- general functions
  [MrTango]


1.0a1 (2023-08-11)
------------------

- Initial release.
  [MrTango]

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/collective/collective.tabularlabeloverrides",
    "name": "collective.tabularlabeloverrides",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "Python Plone CMS",
    "author": "Maik Derstappen",
    "author_email": "md@derico.de",
    "download_url": "https://files.pythonhosted.org/packages/7a/30/2128cf6d13508d30920b904432e18cbaf1d56848f8a02dc01aee03689a2c/collective.tabularlabeloverrides-1.0b4.tar.gz",
    "platform": null,
    "description": ".. This README is meant for consumption by humans and PyPI. PyPI can render rst files so please do not use Sphinx features.\n   If you want to learn more about writing documentation, please check out: http://docs.plone.org/about/documentation_styleguide.html\n   This text does not appear on PyPI or github. It is a comment.\n\n.. image:: https://github.com/collective/collective.tabularlabeloverrides/actions/workflows/plone-package.yml/badge.svg\n    :target: https://github.com/collective/collective.tabularlabeloverrides/actions/workflows/plone-package.yml\n\n.. image:: https://coveralls.io/repos/github/collective/collective.tabularlabeloverrides/badge.svg?branch=main\n    :target: https://coveralls.io/github/collective/collective.tabularlabeloverrides?branch=main\n    :alt: Coveralls\n\n.. image:: https://codecov.io/gh/collective/collective.tabularlabeloverrides/branch/master/graph/badge.svg\n    :target: https://codecov.io/gh/collective/collective.tabularlabeloverrides\n\n.. image:: https://img.shields.io/pypi/v/collective.tabularlabeloverrides.svg\n    :target: https://pypi.python.org/pypi/collective.tabularlabeloverrides/\n    :alt: Latest Version\n\n.. image:: https://img.shields.io/pypi/status/collective.tabularlabeloverrides.svg\n    :target: https://pypi.python.org/pypi/collective.tabularlabeloverrides\n    :alt: Egg Status\n\n.. image:: https://img.shields.io/pypi/pyversions/collective.tabularlabeloverrides.svg?style=plastic   :alt: Supported - Python Versions\n\n.. image:: https://img.shields.io/pypi/l/collective.tabularlabeloverrides.svg\n    :target: https://pypi.python.org/pypi/collective.tabularlabeloverrides/\n    :alt: License\n\n\n================================\ncollective.tabularlabeloverrides\n================================\n\nAllows to override the labels for the tabular view on a Collection.\n\nFeatures\n--------\n\n- provides a behavior for Collections with a Label Overrides field\n- These labels will override existing labels in the tabular view\n- this addon depends on collective.taxonomy to allow both working together\n\n\n\nInstallation\n------------\n\nInstall collective.tabularlabeloverrides by adding it to your buildout::\n\n    [buildout]\n\n    ...\n\n    eggs =\n        collective.tabularlabeloverrides\n\n\nand then running ``bin/buildout``\n\nOr install it via ``pip install collective.tabularlabeloverrides``\n\n\nUsage\n-----\n\n- Define some label overrides mappings on a Collection\n- change the display view to the new ``Tabular label override view``\n\n\n\nAuthors\n-------\n\nMaik Derstappen - md@derico.de\n\n\nContributors\n------------\n\nPut your name here, you deserve it!\n\n- ?\n\n\nContribute\n----------\n\n- Issue Tracker: https://github.com/collective/collective.tabularlabeloverrides/issues\n- Source Code: https://github.com/collective/collective.tabularlabeloverrides\n- Documentation: https://docs.plone.org/foo/bar\n\n\nSupport\n-------\n\nIf you are having issues, please let us know by opening an issue on GitHub.\n\n\nLicense\n-------\n\nThe project is licensed under the GPLv2.\n\n\nContributors\n============\n\n- Maik Derstappen, md@derico.de\n\n\nChangelog\n=========\n\n\n1.0b4 (2023-08-17)\n------------------\n\n- Fix label override view, when no override is provided.\n  [MrTango]\n\n\n1.0b3 (2023-08-14)\n------------------\n\n- Fix label override validator, when no override is provided.\n  [MrTango]\n\n\n1.0b2 (2023-08-11)\n------------------\n\n- enable tabular_label_overrides behavior on Collection by default\n  [MrTango]\n\n- add tabular_label_override_view to available_view of Collection CT\n  [MrTango]\n\n\n1.0b1 (2023-08-11)\n------------------\n\n- general functions\n  [MrTango]\n\n\n1.0a1 (2023-08-11)\n------------------\n\n- Initial release.\n  [MrTango]\n",
    "bugtrack_url": null,
    "license": "GPL version 2",
    "summary": "Allows to override the labels for the tabular view on a Collection.",
    "version": "1.0b4",
    "project_urls": {
        "Homepage": "https://github.com/collective/collective.tabularlabeloverrides",
        "PyPI": "https://pypi.org/project/collective.tabularlabeloverrides/",
        "Source": "https://github.com/collective/collective.tabularlabeloverrides",
        "Tracker": "https://github.com/collective/collective.tabularlabeloverrides/issues"
    },
    "split_keywords": [
        "python",
        "plone",
        "cms"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7a302128cf6d13508d30920b904432e18cbaf1d56848f8a02dc01aee03689a2c",
                "md5": "17829364333256dd6518ce9687eda664",
                "sha256": "a9b864b0a5a666d77a3c6c5df83d9f60fa2f83d3382a8bf5b6376c739e09a55b"
            },
            "downloads": -1,
            "filename": "collective.tabularlabeloverrides-1.0b4.tar.gz",
            "has_sig": false,
            "md5_digest": "17829364333256dd6518ce9687eda664",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 25844,
            "upload_time": "2023-08-17T12:07:05",
            "upload_time_iso_8601": "2023-08-17T12:07:05.344399Z",
            "url": "https://files.pythonhosted.org/packages/7a/30/2128cf6d13508d30920b904432e18cbaf1d56848f8a02dc01aee03689a2c/collective.tabularlabeloverrides-1.0b4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-17 12:07:05",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "collective",
    "github_project": "collective.tabularlabeloverrides",
    "travis_ci": true,
    "coveralls": true,
    "github_actions": true,
    "requirements": [],
    "tox": true,
    "lcname": "collective.tabularlabeloverrides"
}
        
Elapsed time: 0.10086s