Since v2.1 all changelog entries are merged into Roadiz monorepo
- Fixed DocumentPreviewListItem.vue with Twig filters inside (8de6fd0)
- Send preview JWT after nodeSource AJAX edition (a9adee9)
- Do not use Solr Search Engine if service is NULL (3bb599f)
- Allow document creation date edition if security allows it (Role:
ROLE_ACCESS_DOCUMENTS_CREATION_DATE
) (8b056d7)
- Allow dev-develop dependencies (7ccf628)
- Translations: Let the user choose source and destination translations (9ceacf5)
- Translations: Moved TranslateNodeType and TranslateController to RozierBundle (399e028)
- Documents: Dispatch DocumentFileUpdated event after DB flush (92a341f)
- Drawer: Fixed drawer description not included in NodeSource edition tabs (9f0a563)
- Remove dead-code and moved most of the constraints out of Forms in favor of Entity annotations (CoreBundle) (fa49e53)
- Added empty_data on non-nullable string fields, set nodeName on AddNodeType (bb027df)
- Trans-typing SHOULD be executed in one single SQL transaction (9901f6b)
- Deletions buttons must be hidden for locked tags and folders (5702bd1)
- Translations updates
- Fixed cssAction queries for tags and folders (49679bf)
- Added Folder
locked
andcolor
form type fields and tree layout changes (27beea1) - New
ConfigurableExplorerItem
to refactor entity explorer with custom doctrine entities (64ef927)
- Allow dev-develop versions for Roadiz bundles (0badd5e)
- Misuse of InputBag filter args (73469a1)
- InputBag query all and filter on array (e7a3ece)
- Theme requires Roadiz v2
- Changed
Rozier
twig namespace toRoadizRozier
- Added post flush event dispatches in AbstractAdminController (97934f7)
- Allow multiple events to be dispatched from AbstractAdminController (6fa425e)
- Prefix all abstractAdminController template folder (516e4db)
- Prefix all form themes templates (16b8960)
- Prefix all templates to be overrideable (c6fcfeb)
- Remove dead code for Roadiz v2: routings, overriden classes and Pimple services (d23eb52)
- Template namespace (0372aa9)
- Use PersistableInterface instead of AbstractEntity (568f387)
- Check if search result is NodesSources (99e1fe2)
- Export document with their folder to avoid overriding same filename documents (97ce14c)
- Missing template namespace (ba27c5f)
- Missing translations (d53d60b)
- NodeSourceJoinType MUST always be multiple as data is submitted as array (bc5282b)
- Use Request Query all method instead of get for arrays (2414911)
- Display always all translations for backend users, not only available ones (fd4f44d)
- Allow multiple email comma-separated in CustomFormType (a98fa8e)
- Fixed input[type=datetime-local] style (b04d426)
- Non required CustomForm closeDate form (5a58ee8)
- Use :not(:placeholder-shown):invalid instead of :invalid (7f8bace)
- Fixed nodetree style when nodes has tags (badddb1)
- Styled invalid state for inputs (956d12a)
- Remove user group form was not handled (efc55aa)
- Dispatch UserJoinedGroupEvent and UserLeavedGroupEvent (e895e3c)