Skip to content
This repository has been archived by the owner on Dec 18, 2020. It is now read-only.

Releases: sulu/sulu-standard

1.0.4

29 Jul 09:38
Compare
Choose a tag to compare

To upgrade a previous version see: https://github.com/sulu-io/sulu-standard/blob/master/UPGRADE.md#104

  • HOTFIX #1427 [ContentBundle] Added external link migration
  • HOTFIX #1419 [ContentBundle] Fixed tags, categories and navigation context for shadow pages

1.0.3

23 Jul 11:18
Compare
Choose a tag to compare
  • HOTFIX #1394 [MediaBundle] Added regex replace for media download to avoid umlauts error
  • HOTFIX #1391 [All] Removed partial load hints
  • HOTFIX #1393 [SnippetBundle] Added try-catch to avoid exception for snippet load
  • HOTFIX #1395 [ContentBundle] Fixed cache-lifetime is required bug for lifetime "0"
  • HOTFIX #1386 [ContentBundle] Fixed hard-coded values in search metadata
  • HOTFIX #1400 [SnippetBundle] Fixed block sorting in snippet form
  • HOTFIX #1378 [ContentBundle] Fixed sorting of pages
  • HOTFIX #1414 [ContentBundle] Set published property in resolved smart content to date instead boolean

1.0.2

13 Jul 15:03
Compare
Choose a tag to compare
  • HOTFIX #479 [SULU-STANDARD] Use sulu:build for setting up test database
  • HOTFIX #1355 [CoreBundle] Fixed creator id for website document
  • HOTFIX #1346 [ContentBundle] Reversed order of paths to enable overriding of templates again
  • HOTFIX #1366 [CoreBundle] Fixed build command for not existing database

1.0.1

06 Jul 11:36
Compare
Choose a tag to compare
  • HOTFIX #475 [All] Fixed inheritance of configs and moved liip-theme config
  • HOTFIX #1338 [Content] Fixed wrong check for block type meta title

1.0.0

01 Jul 17:02
Compare
Choose a tag to compare
* ENHANCEMENT #471  [SULU-STANDARD]  Cleanup config to reduce merge conflicts
* ENHANCEMENT #1319 [ContentBundle]  Fixed location of cached structures
* BUGFIX      #1316 [ContentBundle]  Reenabled csrf protection and disabled it only for the content mapper
* FEATURE     #1314 [SecurityBundle] Enable new persistence handling for User & Role.
* FEATURE     #1314 [AdminBundle]    Added search component to the sulu dashboard
* BUGFIX      #1313 [MediaBundle]    Fixed image conversion in environments where open_basedir is enabled
* BUGFIX      #1308 [ContactBundle]  Fixed adding a new contact-account relation in contacts tab of account
* ENHANCEMENT #1302 [MediaBundle]    Removed 'partial-load' hint from getMediaById repository function.
* BUGFIX      #1172 [ContentBundle]  Fix hreflang meta tags, remove invalid title meta tag
* BUGFIX      #1172 [ContentBundle]  Fixed ckeditor in blocks for IE11
* ENHANCEMENT #1040 [ContentBundle]  Added validation for required tag name
* FEATURE     #1278 [ContentBundle]  Implemented webspace structure provider
* FEATURE     #1273 [SnippetBundle]  Removed snippet state from ui and set default published
* FEATURE     #1281 [ContentBundle]  Added default-template config to webspace theme
* FEATURE     #1315 [ContentBundle]  Fixed translator locale for preview
* BUGFIX      #1023 [ContactBundle]  Fixed back to list in contact-list

1.0.0-RC3

29 Jun 16:16
Compare
Choose a tag to compare
1.0.0-RC3 Pre-release
Pre-release
  • ENHANCEMENT #1260 [All] Removed or renamed all old update commands
  • ENHANCEMENT #1090 [All] Introduced DocumentManager
  • BUGFIX #1295 [ContentBundle] Fixed call of changed event from MassiveSearchBundle
  • ENHANCEMENT #1230 [ContactBundle] Introduced the new PersistenceBundle which makes entities easy replaceable. Added this functionality for the contact entity.

1.0.0-RC2

17 Jun 14:45
Compare
Choose a tag to compare
1.0.0-RC2 Pre-release
Pre-release
  • BUGFIX #1264 [ContentBundle] fixed save of changed block type
  • BUGFIX #1259 [ContentBundle] Fixed internal link assignment delete
  • BUGFIX #1244 [WebsiteBundle]  Updated LiipThemeBundle to get assetic bugfix
  • BUGFIX #1254 [SnippetBundle] Fixed snippet assigment delete
  • BUGFIX #1250 [ContactBundle] Fixed document assigment delete in contact area
  • ENHANCEMENT #1251 [SecurityBundle] Refactored PasswordResetting controller for better reusability
  • BUGFIX #1253 [MediaBundle] Improved speed for media list query
  • BUGFIX #1245 [ContentBundle] Ensure that concrete languages will be serialized as array not as object
  • FEATURE #1248 [ContentBundle] Added cleanup resource-locator history command
  • BUGFIX #1243 [ContentBundle] Added ignore of ghost pages when content copy locale
  • ENHANCEMENT #1234 [All] Prefix twig extension functions with "sulu_"
  • ENHANCEMENT #1237 [AdminBundle] Fixed typos in behat tests
  • BUGFIX #1235 [ContentBundle] Fixed delete page which has children with history url
  • BUGFIX #1231 [ContentBundle] Fixed wrong behaviour if you edit a shadow page
  • BUGFIX #1216 [SecurityBundle] Moved settings action to non-secured ProfileController
  • BUGFIX #1213 [ContentBundle] Fixed redirect of external links
  • FEATURE #1214 [MediaBundle] Added language chooser in "all media" view and in edit-media overlay
  • BUGFIX #1211 [WebsiteBundle] Fixed merge of test-page childs into upper layer in website navigation
  • ENHANCMENT #1206 [SecurityBundle] Corrected translation for roles entry in navigation
  • BUGFIX #1203 [AdminBundle] Fixed routes for tabs
  • BUGFIX #1199 [ContentBundle] URL of shadow pages are not delivered in the urls array
  • BUGFIX #1207 [ContentBundle] Added additional query before generate new url
  • BUGFIX #1169 [AdminBundle] Fixed sidebar issue (prepending div instead of appending)
  • ENHANCEMENT #1159 [SecurityBundle] Change role naming to keep symfony2 conventions.
  • BUGFIX #1156 [MediaBundle] Fix mimetype check for ghostscript
  • BUGFIX #1163 [ContentBundle] Set existing default for content language

1.0.0-RC1

01 Jun 13:20
Compare
Choose a tag to compare
1.0.0-RC1 Pre-release
Pre-release
* ENHANCEMENT #1148 [SecurityBundle] Moved user specific code from UserController to UserManager
* BUGFIX      #1147 [MediaBUndle]    Fixes fileVersion created date
* ENHANCEMENT #1134 [MediaBundle]    Add parameter to view pdf in browser instead of downloading it immediately
* ENHANCEMENT #1055 [MediaBundle]    Use tagged services instead of prefix for image converter commands
* ENHANCEMENT #1144 [CacheBundle]    Changed dependencies from guzzle and HTTPCacheBundle
* BUGFIX      #1141 [WebsiteBundle]  Added smaller version of logo and fixed twig syntax errors for profiler
* BUGFIX      #1075 [WebsiteBundle]  Fixed sitemap add validation for requested domain
* BUGFIX      #1124 [ContentBundle]  Fixed preview with multiple blocks
* BUGFIX      #1123 [ContentBundle]  Fixed block behaviour on template change
* ENHANCEMENT #1118 [SecurityBundle] Add possibility to enable SecurityChecker and SuluSecurityListener via configuration
* ENHANCEMENT #1113 [ContactBundle]  Added sorting by last-name in accounts-contact tab
* ENHANCEMENT #1100 [ContentBundle]  Replaced the checkboxes with radio buttons in overlay for creating node in new localization
* ENHANCEMENT #1088 [ContactBundle]  Moved initialization of field-descriptors before init of list-builder in
                                     accounts cget action
* ENHANCEMENT #1053 [Util]           Remove unused UuidUtils class
* ENHANCEMENT #1038 [MediaBundle]    Added counter for selected images; Disabled drag event for links and
                                     images inside the overlay; Store media assignement display options in user settings
* BUGFIX      #1051 [Website]        Throw NoValidWebspaceException if no valid webspaces are found
* BUGFIX      #1089 [Media/Search]   Do not set image URL for non-images in the search results
* BUGFIX      #996  [ContentBundle]  Fixed change language in add form
* BUGFIX      #725  [Webspace]       Fixed trailing slash in defining url in webspace config

0.18.2

18 May 14:40
Compare
Choose a tag to compare
0.18.2 Pre-release
Pre-release
* HOTFIX      #1094 [MediaBundle]    Fixed media overlay version tab appearance

0.18.1

09 May 18:44
Compare
Choose a tag to compare
0.18.1 Pre-release
Pre-release
* HOTFIX      #1079 [SearchBundle]   Fix webspace-key index for content pages