Skip to content

v1.0.12

Choose a tag to compare

@matthewdeaves matthewdeaves released this 15 Nov 20:01
· 231 commits to main since this release
642ec39

Release Notes

Features and Enhancements

Bootstrap Theme Development

  • Initiated and continued development on new Bootstrap theme for front end
  • Implemented basic layout for login page and completed login page design
  • Updated front end user account login and management using new Bootstrap theme

Image Handling Improvements

  • Introduced ImageUrlTrait to simplify working with entities that have images
  • Added new icon element for images with popover display and integrated across application
  • Ensured consistent use of 'image' as column name for image-related data

Layout and UI Enhancements

  • Developed language picker for user convenience
  • Enhanced page layouts to display child pages on right-hand side, ordered by lft ascending
  • Created separate layouts and templates for pages and articles
  • Moved site header and duplicate code from layouts into reusable elements
  • Added user actions widget and custom MB amount for main menu
  • Highlighted current page in main menu and added breadcrumbs for navigation

Article Management

  • Updated admin area to use 'blogs' instead of 'articles' and fixed default settings data
  • Enhanced article generation tool to save with random tags, delete articles first, and fill text fields with random text
  • Implemented pagination for testing and updated pagination for front end theme
  • Added dynamic article archive element and recent articles feature
  • Displayed published date on article pages

Code Quality and Maintenance

  • Conducted multiple code checks and improvements
  • Removed old elements and variables set by front end theme component
  • Improved developer aliases and updated code checks

Miscellaneous Improvements

  • Ensured latest jQuery version used throughout application
  • Improved flash messages and fixed related tests
  • Fixed pagination query parameters for better functionality