bolt
bolt copied to clipboard
Bolt is a simple CMS written in PHP. It is based on Silex and Symfony components, uses Twig and either SQLite, MySQL or PostgreSQL.
## How to recreate - Preview a page that has content stored in contentblocks. - When previewing a page that has content stored in `contentblocks`, the contentblocks do not show....
This is a new feature in the _legacy_ part of Bolt. The fix was simpler than I thought. ### Use Case For some clients, we add a `textarea`-type field for...
When a taxonomy page fetches content, it will load the specified number of linked records from the database ordered by date, ignoring their status and publish dates. The status will...
So I try to set a default for fields used in `contentblocks` but the `default` field is not respected. If I move the fields directly to the fields of the...
See also: https://github.com/bolt/bolt/milestone/25 ## Open - @lenvanessen and @eduardomart 's "Collapsible Repeaters" - [WIP] Refactor of ContentType and Field Mapping #5914 ## Closed None, as of yet. ## Previous -...
We recently upgraded from 2.2 to 3.5. Our client is sad because they used to be able to search a content type (in the backend) by combining a category with...
For Bolt 4.0 we’re going to do a major refactoring of the Bolt Backend, with the following goals: * It should look and feel both solid and professional * It...
The Frontend Controller has a method for taxonomy pages. In this method, it will load the records array for the current taxonomy slug. It does this in a very inefficient...
WIP: I'll need to make sure changes in repeaters/blocks are logged.
See also: https://github.com/bolt/bolt/milestone/24 ## Open - [3.6] More improvements to New Storage Layer Compatibility - #7291 - [3.6][WIP] Changelog fixes / touch-ups for Bolt 3.6 - #7336 ## Closed None,...