summaryrefslogtreecommitdiffstatshomepage
path: root/core/modules/taxonomy/templates
Commit message (Collapse)AuthorAge
* Issue #2993642 by AdamPS, Pancho, jonathanshaw: Mechanism to disable ↵Francesco Placella2019-11-05
| | | | preprocessing of base fields in taxonomy and aggregator entity types so they can be configured via the field UI
* Issue #2644718 by kmonty, gvso, leolando.tan, Cottser, mmatsoo: Ensure Twig ↵Scott Reeves2016-02-26
| | | | delimiters have correct inner spacing
* Issue #2489664 by sumitmadan, davidhernandez, Manjit.Singh, Cottser: Remove ↵Alex Pott2015-06-02
| | | | unnecessary markup from core templates, a.k.a. divitis
* Issue #2349765 by derheap | davidhernandez: Copy taxonomy templates to Classy.Alex Pott2014-10-29
|
* Issue #2329775 by lauriii | davidhernandez: Move taxonomy term classes from ↵Alex Pott2014-09-10
| | | | preprocess to templates.
* Issue #2114563 by joelpittet, martin107, Cottser: Remove TwigReference with ↵Nathaniel Catchpole2014-03-07
| | | | the help of 'without' filter replacing 'show'/'hide' functions.
* Issue #2013094 by pwieck, Cottser: Remove unnecessary template_preprocess() ↵Jennifer Hodgdon2013-06-20
| | | | reference from all Twig files
* Issue #1898460 by pixelmord, bstoppel, steveoliver, jenlampton, johnnygamba, ↵Alex Pott2013-05-24
| | | | jastraat, Cottser, lbainbridge, myke, thedavidmeister, c4rl, joelpittet, ezeedub: Convert taxonomy module to Twig.
* Issue #1966704 by Wim Leers, jessebeach: In-place editing for taxonomy terms ↵webchick2013-05-04
| | | | and custom blocks.
* Issue #1818560 by Berdir, fago, Wim Leers, jessebeach, dawehner, YesCT: ↵webchick2013-04-26
| | | | Convert taxonomy entities to the new Entity Field API.
* Issue #1968322 by effulgentsia: Remove unused $id and $zebra variables from ↵webchick2013-04-15
| | | | templates.
* Issue #1760530 by jenlampton, Albert Volkman, crazyrohila, Risse, justafish, ↵catch2012-10-05
Fabianx: Move all template files provided by core modules and themes into a 'templates' directory inside that module directory.