Skip to content

Commit

Permalink
[fc] Repository: plone.app.vocabularies
Browse files Browse the repository at this point in the history
Branch: refs/heads/master
Date: 2021-08-11T17:58:22+02:00
Author: Alec Mitchell (alecpm) <alecpm@gmail.com>
Commit: plone/plone.app.vocabularies@87d3f8c

Add a StaticCatalogVocabularyFactory that allows creating simple vocabularies with preset queries to use with SelectWidget, AJAXSelectWidget, etc.

Files changed:
M plone/app/vocabularies/catalog.py
Repository: plone.app.vocabularies

Branch: refs/heads/master
Date: 2021-08-11T17:58:22+02:00
Author: Alec Mitchell (alecpm) <alecpm@gmail.com>
Commit: plone/plone.app.vocabularies@fdff0d4

Document new vocabulary. Add vocabulary title customization.

Files changed:
M plone/app/vocabularies/catalog.py
Repository: plone.app.vocabularies

Branch: refs/heads/master
Date: 2021-08-11T17:58:22+02:00
Author: Alec Mitchell (alecpm) <alecpm@gmail.com>
Commit: plone/plone.app.vocabularies@224f178

Strip site/nav_root path from display path in default StaticCatalogVocabulary title. Add tests.

Files changed:
M plone/app/vocabularies/catalog.py
M plone/app/vocabularies/tests/base.py
Repository: plone.app.vocabularies

Branch: refs/heads/master
Date: 2021-08-11T17:58:22+02:00
Author: Alec Mitchell (alecpm) <alecpm@gmail.com>
Commit: plone/plone.app.vocabularies@72b4702

Update to use view.memoize. Thanks @ale-rt!

Files changed:
M plone/app/vocabularies/catalog.py
Repository: plone.app.vocabularies

Branch: refs/heads/master
Date: 2021-08-11T17:58:22+02:00
Author: Alec Mitchell (alecpm) <alecpm@gmail.com>
Commit: plone/plone.app.vocabularies@9e3b4f0

Add CHANGELOG entry.

Files changed:
A news/66.feature
Repository: plone.app.vocabularies

Branch: refs/heads/master
Date: 2021-08-11T17:58:22+02:00
Author: Alec Mitchell (alecpm) <alecpm@gmail.com>
Commit: plone/plone.app.vocabularies@092635e

Remove moribund code.

Files changed:
M plone/app/vocabularies/catalog.py
Repository: plone.app.vocabularies

Branch: refs/heads/master
Date: 2021-08-11T17:58:22+02:00
Author: Alec Mitchell (alecpm) <alecpm@gmail.com>
Commit: plone/plone.app.vocabularies@b13d32f

Revert "Remove moribund code."

This reverts commit 8e71006291f186fffd9c66a7894855875ef49887.

Files changed:
M plone/app/vocabularies/catalog.py
Repository: plone.app.vocabularies

Branch: refs/heads/master
Date: 2021-08-11T17:58:22+02:00
Author: Alec Mitchell (alecpm) <alecpm@gmail.com>
Commit: plone/plone.app.vocabularies@1b12086

Revert "Update to use view.memoize. Thanks @ale-rt!"

This reverts commit c79043d4314ee6eb6b155abb24ac1dde8593cac1.

Files changed:
M plone/app/vocabularies/catalog.py
Repository: plone.app.vocabularies

Branch: refs/heads/master
Date: 2021-08-11T17:58:22+02:00
Author: Alec Mitchell (alecpm) <alecpm@gmail.com>
Commit: plone/plone.app.vocabularies@b3c12f6

Unicode fix and import reorder.

Files changed:
M plone/app/vocabularies/catalog.py
Repository: plone.app.vocabularies

Branch: refs/heads/master
Date: 2021-08-12T08:11:42+02:00
Author: Philip Bauer (pbauer) <bauer@starzel.de>
Commit: plone/plone.app.vocabularies@6ea116e

fix doctests for python 2

Files changed:
M plone/app/vocabularies/catalog.py
Repository: plone.app.vocabularies

Branch: refs/heads/master
Date: 2021-08-12T09:12:03+02:00
Author: Philip Bauer (pbauer) <bauer@starzel.de>
Commit: plone/plone.app.vocabularies@4569295

Merge pull request #66 from plone/static-catalog-vocabulary

Add static catalog vocabulary to support various widgets with relationsfields or uuid-fields

Files changed:
A news/66.feature
M plone/app/vocabularies/catalog.py
M plone/app/vocabularies/tests/base.py
  • Loading branch information
pbauer committed Aug 12, 2021
1 parent 740e301 commit ba1fc18
Showing 1 changed file with 137 additions and 30 deletions.
Loading

0 comments on commit ba1fc18

Please sign in to comment.