Skip to content

Tags: networking/init-cms-bundle

Tags

v6.4.44

Toggle v6.4.44's commit message
Remove redundant null check for snapshot date in page cache invalidat…

…ion.

v6.4.43

Toggle v6.4.43's commit message
Add `no_searching` class for non-searchable fields in base_list template

Extended the `<th>` element logic to include a `no_searching` class when a field is marked as non-searchable. This update enhances clarity in the table's visual representation and improves customizability for non-searchable fields.

v6.4.42

Toggle v6.4.42's commit message
[short summary of changes]

[Describe previous functionality and its issues]
[Describe current functionality]
[Describe reasoning behind the chosen solution]

v6.4.41

Toggle v6.4.41's commit message
Refactor page permissions and enhance PagesBlockService.

Replaced permission checks with `admin.isGranted` for cleaner logic. Refactored PagesBlockService to use constructor dependency injection and updated draft/review status constants to use VersionableInterface. Included error handling for published page count retrieval.

v6.3.13

Toggle v6.3.13's commit message
Add Urlizer utility class for URL slug generation

Introduce a `Urlizer` class providing a `urlize` method that uses Symfony's `AsciiSlugger`. This enhances URL slug generation with support for customizable separators and ensures output in lowercase.

v6.4.40

Toggle v6.4.40's commit message
Fix missing parentheses in AsciiSlugger instantiation for less than p…

…hp 8.4

Parentheses were added around the AsciiSlugger instantiation to ensure proper method chaining and avoid potential errors. This adjustment improves the code's readability and consistency.

v6.3.12

Toggle v6.3.12's commit message
Refactor CKEditor admin controller to use `$this->admin`.

Replaced `MediaAdmin` service usage with `Admin` methods for consistency and improved maintainability. Centralized request handling, validation, and instance creation logic under the controller’s admin service. This change simplifies dependencies and aligns with the controller's intended architecture.

v6.4.38

Toggle v6.4.38's commit message
Fix cache logic and add token check in FrontendPageController

Ensure `$updatedAt` is truthy before comparing snapshot dates to avoid errors. Add a condition to verify the presence of a CSRF token in the HTML before caching the response, enhancing security and cache validity.

Signed-off-by: Yorkie Chadwick <y.chadwick@networking.ch>

v6.4.37

Toggle v6.4.37's commit message
Enhance webpImage to handle missing file gracefully

Add a check to return the original image path if the file does not exist in the filesystem. This prevents errors and ensures robust handling of missing files.

Signed-off-by: Yorkie Chadwick <y.chadwick@networking.ch>

v6.4.36

Toggle v6.4.36's commit message
update page admin compiled js

Signed-off-by: Yorkie Chadwick <y.chadwick@networking.ch>