Skip to content

Releases: TYPO3GmbH/blog

13.0.0

17 Oct 12:49
@bnf bnf
b503e40
Compare
Choose a tag to compare

TASK

  • 0b7084a [TASK] Update deprecated github actions
  • 32754a3 [TASK] Ensure typo3fluid/fluid 2.15 is available in classic mode
  • 3aaa686 [TASK] Update version shields in README
  • 1dd7c6e [TASK] Replace INCLUDE_TYPOSCRIPT by @import
  • 3f4035d [TASK] Resolve v12 TCA deprecations
  • 321664c [TASK] Migrate deprecated phpstan options
  • f9869d0 [TASK] Resolve v12 phpstan errors
  • fa00afa [TASK] Check return type of findByUid in PostRepository
  • 3dfca4f [TASK] Replace deprecated fillDefaultsByPackageName
  • 4ca2c2e [TASK] Do not try to read id from POST body in blogpost header renderer
  • 5c559af [TASK] Replace deprecated Connection::PARAM_STR_ARRAY
  • f402b21 [TASK] Use ContextualFeedbackSeverity for v13
  • c19ad73 [TASK] Avoid renderStatic which has been deprecated
  • f6f39a1 [TASK] Remove unneeded fluid register(Universal)TagAttribute(s) calls
  • 51d2548 [TASK] Drop actions-decline icons
  • 7c4a960 [TASK] Adapt GoogleCaptchaValidator for v13
  • 3abcbe0 [TASK] Make backend styles light/dark aware for v13
  • a5db722 [TASK] Adapt WidgetController for v13
  • f6c0945 [TASK] Replace ConfigurationManager->getContentObject for v13
  • b5b5d54 [TASK] Add a workaround for too strict typing in TagBuilder
  • e37385d [TASK] Make creation wizard context aware
  • d3d8999 [TASK] Update to current backend module API
  • 85c4716 [TASK] Migrate to ES6 JavaScript modules
  • 0f98fac [TASK] Register icons via Configuration/Icons.php
  • 60eede4 [TASK] Replace getTwoLetterIsoCode
  • 52881e0 [TASK] Correct DataHandlerHookTest namespace to match psr-4
  • 4a8c0a2 [TASK] Use phpunit attributes in tests
  • 3365532 [TASK] Adapt AvatarViewHelperTest for v13
  • 0191ec4 [TASK] Adapt SiteBasedTestCase for v13
  • 73e50f5 [TASK] Adapt GravatarViewHelperTest for v13
  • 0d0f0cf [TASK] Adapt GravatarProviderTest for v13
  • 0c1760f [TASK] Replace Bootstrap::initializeLanguageObject() in tests for v13
  • 6ff3fa7 [TASK] Make AbstractUpdate v13 compatible
  • 845aae1 [TASK] Replace EMU::addPageTSConfig by Configuration/page.tsconfig
  • 2f272d2 [TASK] Register upgrade wizards via attribute
  • ee231e0 [TASK] Replace TSFE->tmp->setup by frontend.typoscript attribute
  • 160190d [TASK] Adapt CommentFormFactory for v13
  • fc1590d [TASK] Drop v11 drawHeaderHook registration
  • 8f3c9ba [TASK] Use Configuration/user.tsconfig in v13
  • 72506e5 [TASK] Replace deprecated php-cs-fixer setting function_typehint_space
  • 9dedafd [TASK] Remove outdated post-autoload-dump script
  • cf043e3 [TASK] Mark v13 as supported in ext_emconf
  • e4f0f0f [TASK] Update v13 composer dependencies
  • 964e3d5 [TASK] Use typo3/testing-framework v9
  • 02440f4 [TASK] Start v13 migration
  • 466fc12 [TASK] Update github workflows for v13
  • f6c03ac [TASK] Prepare README.rst for v13
  • 8a46930 [TASK] Provide EXT:form in functional tests

BUGFIX

  • 4f1fc32 [BUGFIX] Fix count view helper usage in setup wizard

Contributors

Full Changelog: 12.0.2...13.0.0

12.0.2

12 Sep 12:53
ce2dc48
Compare
Choose a tag to compare

TASK

  • c6a2a66 [TASK] Add index for crdate fields

BUGFIX

  • 4ba5e6f [BUGFIX] Build correct database query in StaticDatabaseMapper

Contributors

  • Andreas Fernandez @andreasfernandez

12.0.1

20 Jul 08:43
Compare
Choose a tag to compare

BUGFIX

  • 965792c [BUGFIX] Article publish date is always replaced by current timestamp (#283)

Contributors

12.0.0

26 May 11:17
Compare
Choose a tag to compare

BREAKING

  • 56d36ce [!!!][BUGFIX] Ensure author avatars are fetched in the correct size
  • e1ebf49 [!!!][BUGFIX] Drop unused argument in gravatar viewhelper
  • d0e489c [!!!][TASK] Drop never implemented feuser comment author
  • 19901f9 [!!!][TASK] Drop deprecated metadata plugin

TASK

  • 36cf5b5 [TASK] Update assets in standalone example
  • 635a926 [TASK] Update readme
  • f2e4965 [TASK] Declare compatibility with TYPO3 v12 (#274)
  • e2bb2aa [TASK] Make Frontend FlashMessages compatible with v12 (#280)
  • d8ef266 [TASK] Make MailContent compatible with v12 (#279)
  • 4a4e9be [TASK] Adjust phpstan config to do not check generic types
  • b1f2ecd [TASK] Drop unused getTypoScriptFrontendController method in PostController
  • 5906436 [TASK] Make massupdate compatible with v12 (#278)
  • 4e606be [TASK] Update Datatables
  • ef00e7a [TASK] Make BackendController compatible with v12
  • 388b433 [TASK] Adapt unit test config file
  • 627f1b8 [TASK] Avoid warning in TestDataProcessor
  • cc7d5ae [TASK] Do not show display deprecations on functional tests
  • da26ea3 [TASK] Make post controller compatible with v12
  • 6cc22d8 [TASK] Make page and record header information compatible with v12 (#277)
  • febec30 [TASK] Use mock for RequestFactory in GravatarResourceResolverTest
  • 5f7bfce [TASK] Make page type restriction removal for comments compatible with v12
  • 3a778e6 [TASK] Allow experimental installation with TYPO3 v12
  • 5330f75 [TASK] Make backend module registration compatible with v12
  • f9fcfdb [TASK] Import namespaces in ext_localconf and ext_tables
  • 8056c0f [TASK] Streamline type annotations
  • 8c19ab9 [TASK] Respect type not nullable in GravatarProvider
  • 84333b9 [TASK] Respect repository return types used in BackendController
  • 7939ce0 [TASK] Cleanup PostController
  • dec9d38 [TASK] Make return types of repositories more strict
  • c61fb3f [TASK] Make CommentFormFactory compatible with v12
  • ccd105e [TASK] Cleanup CommentFormFactory
  • c4eea49 [TASK] Make GravatarProvider compatible with v12
  • 97ecdbf [TASK] Make Query compatible with v12 (#276)
  • 14494f4 [TASK] Cleanup Author
  • 9ce412a [TASK] Cleanup Category
  • 48f5986 [TASK] Cleanup Post
  • b48b057 [TASK] Remove obsolete mm table definitions
  • 5e88518 [TASK] Cleanup Tag
  • d55f740 [TASK] Cleanup CategoryRepository
  • f79dab1 [TASK] Cleanup PostRepository
  • 68c7bf4 [TASK] Cleanup TagRepository
  • 0be8ce9 [TASK] Drop request backports
  • b77f22d [TASK] Cleanup DataHandlerHook
  • 9135697 [TASK] Cleanup CommentRepository
  • 56d7d77 [TASK] Cleanup CommentFormFinisher and CommentService
  • 116d2b9 [TASK] Avoid object manager GoogleCaptchaValidator factory
  • 88c3139 [TASK] Avoid object manager CommentFormFactory factory
  • 1856998 [TASK] Simplyfy access to configuration in ContentListOptionsViewHelper
  • 499463e [TASK] Minor cleanups
  • 8225019 [TASK] Cleanup Notifications
  • c5a1b37 [TASK] CGL
  • ba45490 [TASK] Cleanup BlogPagination
  • 8c64946 [TASK] Cleanup StaticDatabaseMapper
  • f98d485 [TASK] Cleanup SetupService
  • e648771 [TASK] Cleanup BackendController
  • bbc8c0e [TASK] Ignore phpstan typecast errors for int and bool
  • f625b56 [TASK] Minor Cleanups
  • 46e6e38 [TASK] Cleanup ViewHelpers
  • c99a58a [TASK] Avoid empty() and be more strict in comparisons
  • eeea228 [TASK] Handle not existing requests in backend link viewhelpers
  • ca72a1a [TASK] Add phpstan but allow failure during ci
  • 2eda105 [TASK] Avoid object manager in ContentListOptionsViewHelper
  • f1b7598 [TASK] Minor cleanups
  • 127af4a [TASK] Avoid object manager in post model
  • f5a9125 [TASK] Adapt expectations for backend link viewhelpers
  • c49f988 [TASK] Streamline backend link viewhelpers
  • 544bac4 [TASK] Make renderFluidTemplateInTestSite mimic extbase request
  • 4080a0f [TASK] Make SiteBasedTestCase compatible with v12
  • 778b69b [TASK] Add tests for link viewhelpers
  • e9ad4ca [TASK] Remove ObjectManager from avatar provider
  • 1fbde27 [TASK] Move backend post header to dedicated renderer
  • 4de4bcd [TASK] Drop obsolete typoscript extbase persistance config
  • d0e489c [!!!][TASK] Drop never implemented feuser comment author
  • 99af3da [TASK] Streamline formatting of yaml files
  • 19901f9 [!!!][TASK] Drop deprecated metadata plugin
  • 2f3e193 [TASK] Cleanup TCA
  • 48d26ec [TASK] Drop some docheader and use ?? instead of ?:
  • f8737ee [TASK] Drop all @noinspection comments
  • 3c87b53 [TASK] Modernize update scripts and cover by functional tests
  • b40af59 [TASK] Remove coverage from functional tests
  • fb35a32 [TASK] Update testing framework
  • dfb29fb [TASK] Update phplint
  • 94c2999 [TASK] Drop @noinspection PhpInternalEntityUsedInspection
  • a24f3a9 [TASK] Update dev requirements for bootstrap package and extension helper
  • eee0e19 [TASK] Ignore .cache files
  • cebdc49 [TASK] Adjust editorconfig
  • 6a5c1d1 [TASK] Drop coveralls reporting
  • f154874 [TASK] Adjust ci matrix to include php 8.1, 8.2 and mysql 8.0
  • d5156de [TASK] Set php development version to 8.2
  • 8fbe597 [TASK] Add allow-plugins
  • 3a7eb40 [TASK] Update npm dependencies
  • f4eb557 [TASK] Adapt php requirement
  • 17939be [TASK] Allow PHP 8.0 (#235)
  • e81d04d [TASK] Drop v10 support (#232)

BUGFIX

  • 2749ab4 [BUGFIX] Return interface on comment update
  • 4aee32b [BUGFIX] Make setup wizard compatible with v12
  • d91a86d [BUGFIX] Add CommentFormFactory to services
  • f8b0c7a [BUGFIX] Correct request parameter checks
  • 52e2d14 [BUGFIX] Correct namespace of ContentListOptionsViewHelperTest
  • af7551b [BUGFIX] Respect storage pid for categories
  • 8278f9d [BUGFIX] Extbase should not map avatar
  • 0eeacbb [BUGFIX] CGL
  • af4d21c [BUGFIX] CGL
  • 718bbf2 [BUGFIX] Dynamic call to static method
  • c209790 [BUGFIX] Set default values to models
  • c612e6f [BUGFIX] Correct initial setup to store comment on target post page
  • bc4fee2 [REVERT][BUGFIX] Do not overwrite storage pid of comments
  • c810437 [BUGFIX] Do not overwrite storage pid of comments
  • 75a19cf [BUGFIX] Typo
  • 24f1f0b [BUGFIX] Correct configuration type for MailContent
  • 9466f9c [BUGFIX] Handle author rss links with detail pages
  • 86037cf [BUGFIX] Exclude various dev-only files from dist archives (#271)
  • 3b25643 [BUGFIX] PHP 8 argument type errors (#273)
  • 7b7196f [BUGFIX] Correct flaky test
  • 612cd6d [BUGFIX] Use correct class in docheader
  • 50e88af [BUGFIX] Set request to UriBuilder after reset
  • 832ce1e [BUGFIX] Correct namespaces of link functional tests
  • 28725db [BUGFIX] Correct test namespaces
  • 8587ea1 [BUGFIX] CGL
  • 56d36ce [!!!][BUGFIX] Ensure author avatars are fetched in the correct size
  • e1ebf49 [!!!][BUGFIX] Drop unused argument in gravatar viewhelper
  • beb2b89 [BUGFIX] Adapt extension loading in gravatar provider test
  • d08bd32 [BUGFIX] Correct namespace for functional tests
  • b9aa130 [BUGFIX] Avoid $this->renderingContext->getControllerContext()->getUriBuilder()
  • cedcb1c [BUGFIX] Use type language
  • cdd6b25 [BUGFIX] Add missing return type to initializeArguments()
  • a64617a [BUGFIX] Remove obsolete showRemovedLocalizationRecords
  • 5be3c93 [BUGFIX] Deprecation: TYPO3_MODE and TYPO3_REQUESTTYPE constants
  • cd70034 [BUGFIX] Ensure all upgrade wizards are registered
  • 42c36c8 [BUGFIX] Add missing return types and declare dataprovider static
  • 488887a [BUGFIX] Remove sql definition for l18n_diffsource
  • c3a2047 [BUGFIX] Adapt structure and fix tests (#275)
  • 690f056 [BUGFIX] CGL
  • 56fb360 [BUGFIX] Catch PHP8 array key warnings
  • 75d1283 [BUGFIX] Remove semicolons from annotations (#250)
  • 3d61582 [BUGFIX] Avoid PHP 8.0 warnings (#238)
  • ed56de5 [BUGFIX] Correct build matrix
  • c978937 [BUGFIX] Correct dependencies

MISC

  • 243fa31 Bump nanoid from 3.1.28 to 3.2.0

Contributors

v11.0.2

18 Nov 12:14
Compare
Choose a tag to compare

BUGFIX

  • [BUGFIX] Correct upper constraint in ext_emconf 592ac88

v11.0.1

18 Nov 12:09
Compare
Choose a tag to compare

BUGFIX

  • [BUGFIX] Ensure compatibility between v10 and v11 (#231) ac6d864
  • [BUGFIX] Correct dependencies 7340478

v11.0.0

17 Nov 10:36
Compare
Choose a tag to compare

BREAKING

  • [!!!][TASK] Drop unused archive template 3ba6b84
  • [!!!][TASK] Allow TYPO3 version 11.0 and drop support vor 9.5 39666d5

FEATURE

TASK

  • [TASK] Enable lazy loading for all images 6a48fee
  • [TASK] Set default sorting to desc for demand plugin 655d1cd
  • [TASK] Add neon files to editorconfig fe03be4
  • [TASK] Disable xdebug by default for dev environment 9841a34
  • [TASK] Update dependencies b3dd5c0
  • [!!!][TASK] Drop unused archive template 3ba6b84
  • [TASK] Expose more data as attributes 0bffba7
  • [TASK] Remove never used icon within category model b190186
  • [TASK] Use SiteConfiguration for website title in standalone mode 8e66e97
  • [TASK] Update ddev a869f5a
  • [TASK] Update frontend dependencies ceac221
  • [TASK] Add compatibility for TYPO3 v11 (#199) a2f6293
  • [TASK] Rename comment form explanation hint (#182) cd8a00a
  • [TASK] Remove unreachable else because ternary operator condition is always true 8767b93
  • [TASK] Add services configuration (#179) 40f4bca
  • [TASK] Remove outdated TCA definitions (#165) 7609ba5
  • [TASK] Move plugin registration to TCA overrides (#169) 7e186b0
  • [TASK] Drop manual cache hash config from link generation cc64bbc
  • [TASK] Use php version 7.4 bba1992
  • [TASK] Remove compat packages for v9.5 3f9d4ca
  • [TASK] Include 7.2 and 7.3 only on v10.4 163a5c0
  • [!!!][TASK] Allow TYPO3 version 11.0 and drop support vor 9.5 39666d5

BUGFIX

  • [BUGFIX] Ensure that custom categories are restricted to default language 76b2505
  • [BUGFIX] Add missing tsconfig settings for demand plugin cb2c710
  • [BUGFIX] Dont use strings as uid for fake content elements (#228) 333e663
  • [BUGFIX] Allow to overwrite properties of google captcha 1cb46c7
  • [BUGFIX] Cleanup Annotations 497ea2c
  • [BUGFIX] Ensure modal is closed after install is triggered a9103df
  • [BUGFIX] Cleanup indention in postcss.config aa9ba6c
  • [BUGFIX] Ensure constant editor shows selected option values b808d42
  • [BUGFIX] Drop latest post flexform config to have typoscript settings respected 99be165
  • [BUGFIX] Correct Pagination (#210) ca37059
  • [BUGFIX] Ensure setFinisherIdentifier is defined 9ac8cb3
  • [BUGFIX] Wait for DOM being ready before initializing DataTables a161258
  • [BUGFIX] Update vulnerable npm development modules 60aef51
  • [BUGFIX] Setup mysql server in docker container ef72282
  • [BUGFIX] Check for pages in extended TCA for sys_category d61c41d
  • [BUGFIX] Use full qualified class names for controller references 81552dc
  • [BUGFIX] Avoid deprecation call for PageRepository 9e2bd7a
  • [BUGFIX] Correct composer version constraints 9bfb8cd

MISC

  • Bump tar from 6.1.0 to 6.1.3 5ee8713

v10.0.1

17 Nov 10:14
Compare
Choose a tag to compare

TASK

  • [TASK] Add services configuration (#179) ca71e11
  • [TASK] Move plugin registration to TCA overrides (#169) 15da587

BUGFIX

  • [BUGFIX] Ensure that custom categories are restricted to default language 694fb21
  • [BUGFIX] Use interface_exists instead of class_exists for PSR Interface check in ext_localconf.php 3020ced
  • [BUGFIX] Wait for DOM being ready before initializing DataTables e0a3b2a
  • [BUGFIX] Update vulnerable npm development modules b7ab3e7
  • [BUGFIX] Setup mysql server in docker container 6c9d1d6
  • [BUGFIX] Check for pages in extended TCA for sys_category f458dd4

v10.0.0

07 Jan 11:38
Compare
Choose a tag to compare

BREAKING

  • [!!!][FEATURE] Allow to disable the url input in the comment form f17de3e
  • [!!!][TASK] Decouple archive from sidebar widget 516976c
  • [!!!][BUGFIX] Ensure fallback to default templates is always set 5f496c9
  • [!!!][TASK] Drop all exclude fields d268ed0
  • [!!!][BUGFIX] Limit tags to configured storage pid 8befd62
  • [!!!][BUGFIX] Limit authors to default language 6caf365
  • [!!!][BUGFIX] Respect PageTsConfig limitation for authors b2b058f
  • [!!!][TASK] Drop social image wizard and prefer ext:seo (#121) 2d2dc30
  • [!!!][TASK] Drop social share options 8a34e35
  • [!!!][TASK] Drop obsolete MetaService 7cd241b
  • [!!!][TASK] Add configuration error note for single view plugins (#94) 780f018
  • [!!!][TASK] Modernize list renderings 65affe6
  • [!!!][FEATURE] Modernize metadata rendering (#84) 28ef430
  • [!!!][FEATURE] Remove fontawesome dependency 4bf2ae8
  • [!!!][TASK] Use TYPO3 Form Framework for comment form (#78) 407a2af
  • [!!!][TASK] Modernize pagination rendering de0f9d2
  • [!!!][TASK] Modernize widget content rendering eb85165
  • [!!!][TASK] Do not scale tags size by default f0507bd
  • [!!!][TASK] Modernize widget rendering 8db7276
  • [!!!][TASK] Modernize post comment rendering a0b7d31
  • [!!!][TASK] Modernize post author rendering a17891e
  • [!!!][TASK] Adapt section names to follow recommendations 3b1fad6
  • [!!!][TASK] Always include social image wizard tsconfig 946f8c1
  • [!!!][TASK] Remove Google Plus after its shutdown (#68) 70f4470
  • [!!!][TASK] Remove obsolete sidebar headline (#66) 7fac00a

FEATURE

  • [FEATURE] Add avatars to author listing 2ed0cf9
  • [FEATURE] Allow user avatars in meta sections b4c2e8b
  • [!!!][FEATURE] Allow to disable the url input in the comment form f17de3e
  • [FEATURE] Add detail links to overview lists 8be3d09
  • [FEATURE] Add backlinks to overview for post listings c4bec3d
  • [FEATURE] Pagination templates respect fallback chain 1ad583c
  • [FEATURE] Refactor gravatar loading (#161) 0bd05d3
  • [FEATURE] Introduce blog categories (#142) 434a50e
  • [FEATURE] Include featured image in rss feed a829875
  • [FEATURE] Include comment link and authors in rss feed 2e1c159
  • [FEATURE] Integration and Standalone Mode (#125) c56e1c4
  • [FEATURE] Respect language fallbacks when resolving Posts (#134) 4a40a31
  • [FEATURE] Show post information in backend page header (#135) 418d97d
  • [FEATURE] Add latest post plugin with configurable limit (#86) dc8b0e1
  • [FEATURE] Add function to get all tags of all articles by one author (#119) c79856c
  • [FEATURE] Create example comment and author on setup 8b12146
  • [FEATURE] Provide dedicated featured image b7c1e6f
  • [FEATURE] Add the currently selected/filtered tag to TagWidget (#96) 9d6c343
  • [!!!][FEATURE] Modernize metadata rendering (#84) 28ef430
  • [!!!][FEATURE] Remove fontawesome dependency 4bf2ae8
  • [FEATURE] Add schema.org data for blog authors 737512a
  • [FEATURE] Format new line to paragraph viewhelper 7e4443e
  • [FEATURE] Add pagination to routes (#36) a055325
  • [FEATURE] Make pagination configurable (#34) 461db54

TASK

  • [TASK] Add publishing TER workflow 8048d74
  • [TASK] Use standalone php-cs-fixer for ci 5fb0adb
  • [TASK][COMMUN-39] Update Documentation (#178) 61db6df
  • [TASK] Bump ini from 1.3.5 to 1.3.7 (#175) 6523f35
  • [TASK] Update CI Setup (#171) 54d701d
  • [!!!][TASK] Decouple archive from sidebar widget 516976c
  • [TASK] Add pages migration for featured_image 2152304
  • [TASK] Raise dependencies aacef52
  • [TASK] Update frontend packages 01533a8
  • [TASK] Test Coveralls (#163) 2384465
  • [TASK] Update dev dependencies 1d906d3
  • [TASK] Update dependencies a3061fe
  • [TASK] Limit builds to ^9.5 and ^10.4 6375c02
  • [TASK] Allow typo3/testing-framework ^6.2 b2722ad
  • [TASK] Add roles for main content area 35b2c50
  • [!!!][TASK] Drop all exclude fields d268ed0
  • [TASK] Include typo3/cms-beuser as dev dependency 9c8962d
  • [TASK] Update build dependencies 78192a9
  • [TASK] Make module positioning compatible with TYPO3 10.4.x 9e240bb
  • [TASK] Improve ci workflow (#132) 36416bd
  • [TASK] Move extension icon to Resources/Public/Icons 634986e
  • [TASK] Update ddev to 1.13.1 271f90e
  • [TASK] Improve backend modules 569c2ff
  • [TASK] Update dependencies d17e2a4
  • [TASK] Extend setup dataset 63b87ad
  • [TASK] Update frontend stack 49eb77b
  • [TASK] Add setup as dev dependency ff20605
  • [TASK] Adjust requirements 11736e4
  • [TASK] Remove obsolete _make settings for documentation c7945bb
  • [TASK] Update ddev to 1.12.1 e904aa5
  • [TASK] Remove tempfs to avoid problems on linux runners 65991fa
  • [TASK] Fix link in README.md c4f5e61
  • [TASK] Add link to documentation in README.md aefa047
  • [!!!][TASK] Drop social image wizard and prefer ext:seo (#121) 2d2dc30
  • [TASK] Add translations for authors (#118) d53312a
  • [TASK] Move to GitHub Actions instead of Travis (#117) 29541dd
  • [TASK] Cleanup pages tca b4e4ac4
  • [TASK] Compile backend amd modules with webpack 192c6e7
  • [TASK] Update all icons 4c07790
  • [TASK] Split blog backend modules fd16da9
  • [!!!][TASK] Drop social share options 8a34e35
  • [TASK] Move frontend css sources 06ed9f2
  • [!!!][TASK] Drop obsolete MetaService 7cd241b
  • [!!!][TASK] Add configuration error note for single view plugins (#94) 780f018
  • [TASK] Add related posts to test setup 48d408d
  • [TASK] Add language menu to test setup ce1607a
  • [TASK] Update dev dependencies 8238f74
  • [TASK] Update ddev to 1.10.1 5242101
  • [TASK] Set extension key in composer.json 3bfffdd
  • [TASK] Move development app dir into .build folder 6d9bc40
  • [TASK] Move cache to tmpfs for dev environment 236b692
  • [TASK] Raise v10 dependency to allow dev-master 09e8f18
  • [TASK] Add seo extension as dev requirement e1efb6d
  • [!!!][TASK] Modernize list renderings 65affe6
  • [TASK] Update ddev to 1.9.1 a330d19
  • [TASK] Update build dependencies 6fb4621
  • [TASK] Improve development template f52b38a
  • [TASK] Sort language files 8af468e
  • [TASK] Add typo3/cms-belog as development dependency 8a4a954
  • [!!!][TASK] Use TYPO3 Form Framework for comment form (#78) 407a2af
  • [TASK] Add typo3/cms-rte-ckeditor as development requirement 6d5d630
  • [!!!][TASK] Modernize pagination rendering de0f9d2
  • [TASK] Streamline language files 97cab12
  • [!!!][TASK] Modernize widget content rendering eb85165
  • [!!!][TASK] Do not scale tags size by default f0507bd
  • [!!!][TASK] Modernize widget rendering 8db7276
  • [TASK] Wrap post authors 5cab2ab
  • [!!!][TASK] Modernize post comment rendering a0b7d31
  • [!!!][TASK] Modernize post author rendering a17891e
  • [TASK] Move typoscript css to file 65cf485
  • [!!!][TASK] Adapt section names to follow recommendations 3b1fad6
  • [TASK] Streamline pagination html template 61c3203
  • [TASK] Streamline html templates and register global blog viewhelpers 85bc399
  • [!!!][TASK] Always include social image wizard tsconfig 946f8c1
  • [TASK] Make 10.0.x compatible with TYPO3 9.5.x 75c75a5
  • [!!!][TASK] Remove Google Plus after its shutdown (#68) 70f4470
  • [TASK] Replace config.persistence.classes typoscript configuration (#71) dfc4767
  • [TASK] Set default indent style to spaces ca13a91
  • [TASK] Add tstemplate as dev dependencies 3a23ac0
  • [TASK] Add lowlevel and filelist as dev dependencies 5b9c567
  • [!!!][TASK] Remove obsolete sidebar headline (#66) 7fac00a
  • [TASK] Display requirements in readme as table 410b4ed
  • [TASK] Update ddev to 1.7.1 9c76127
  • [TASK] Remove .travis.yaml from archive 52f6e2f
  • [TASK] Remove .travis.yaml from archive 5ccb9d4
  • [TASK] Add fontawesome to development setup 3f6cc42
  • [TASK] We just pretend we're unbreakable 2476717
  • [TASK] Enable xdebug for ddev and add vscode debug config ad6b9ff
  • [TASK] Set development environment c29b179
  • [TASK] Update ddev to 1.6.0 3d066d1
  • [TASK] Add config to ignored folders 5474602
  • [TASK] Add extension-helper as dev dependency to generate releases d183441
  • [TASK] Improve readme (#22) 2697526
  • [TASK] Add GitHub issue templates 14c748e
  • [TASK] Update documentation for github 50e0f15
  • [TASK] Setup travis 09ab08a
  • [TASK] Adjust and improve documentation Resolves: EXTBLOG-151 Releases: master, 9.1, 9.0 09f712b
  • [TASK] Add test package 49c8d1b
  • [TASK] Add ddev testing instance 789836d

BUGFIX

  • [BUGFIX] Bundle PSR-Packages for non Composer mode (#181) 48e9e81
  • [BUGFIX] Enforce ArchiveViewHelper to return a string (#180) d1d42da
  • [BUGFIX] Cast pageUid in RedirectFinisher to string (#173) f9d3c1a
  • [BUGFIX] Never forget to check again after you have done your "optimizations" 5cd5a40
  • [BUGFIX] Correct position of content on tag view 65af1b7
  • [BUGFIX] Use author detail links for profile 97513a6
  • [!!!][BUGFIX] Ensure fallback to default templates is always set 5f496c9
  • [BUGFIX] Use noreply as default email address (#159) d79d63d
  • [BUGFIX] Correct route configuration for archive links (#151) 9b635b4
  • [BUGFIX] respect pages.l18n_cfg in all cases 5a83f5c
  • [BUGFIX] Ensure setup is creating categories of type blog 9cc737a
  • [BUGFIX] Only extend site site configuration hook if it exists. 1a3d936
  • [BUGFIX] Ensure boolean is returned after sending a6d2520
  • [BUGFIX] Make mailer compatible with 10.4 (#141) f931f5d
  • [BUGFIX] Use different icon for blog pages defined as root 418e497
  • [!!!][BUGFIX] Limit tags to configured storage pid 8befd62
  • [!!!][BUGFIX] Limit authors to default language 6caf365
  • [!!!][BUGFIX] Respect PageTsConfig limitation for authors b2b058f
  • [BUGFIX] Do not render fluid namespace helper in rss feed 08d3aa4
  • [BUGFIX] Ensure standalone title is linking to the correct root page 48f83e9
  • [BUGFIX] Ensure setup creates site configuration c7a5809
  • [BUGFIX] Show hidden posts in backend module 31ef29d
  • [BUGFIX] Do not use relative paths for css includes 90a6bfc
  • [BUGFIX] Remove discus includes on non single post related templates 530b522
  • [BUGFIX] Correct constraint for fetching posts by year 45e8720
  • [BUGFIX] Add ...
Read more

Release 9.1.2

03 Jul 16:39
Compare
Choose a tag to compare

TASK

  • [TASK] Update ddev to 1.9.1 7fc7afb
  • [TASK] Add several typo3/cms packages as development dependency 8d8980d
  • [TASK] Update ddev to 1.7.1 eae8825
  • [TASK] Remove .travis.yaml from archive 5b41c70

BUGFIX

  • [BUGFIX] Remove obsolete fields and enable cropping for author images 12f7ca1
  • [BUGFIX] Remove display condition for slug fields of custom records (#43) 886cf1e
  • [BUGFIX] Set default doktype for post model (#83) 198fa92
  • [BUGFIX] Use settings.lists in documentation cc245af
  • [BUGFIX] Use LocalizationUtility instead of LanguageService 39b61a4
  • [BUGFIX] Avoid exception when comment is not set e8e61e9
  • [BUGFIX] Use correct identifier for publish date update ec154af
  • [BUGFIX] Only execute publish date update when fields exist 63fb6ba
  • [BUGFIX] Use correct identifier for month and year update c6463e6
  • [BUGFIX] Only execute month and year update when fields exist 95da92e
  • [BUGFIX] Check if tag does exist before accessing properties ed8e58e
  • [BUGFIX] Check if category does exist before accessing properties 6675721
  • [BUGFIX] Check if author does exist before accessing properties b716822
  • [BUGFIX] Do not include google captcha when disabled in settings b1f4ab4
  • [BUGFIX] Respect translation settings in archive widget (#77) 843e2f3
  • [BUGFIX] Use correct column type for comment sorting by date in backend a88a725
  • [BUGFIX] Use correct column type for post sorting by date in backend 3f5c413
  • [BUGFIX] Use publishDate for date sorting in backend module 5c3a893
  • [BUGFIX] Ensure tag link viewhelper always returns a string 0e40385
  • [BUGFIX] Add missing comment id attribute for section links 8dd0c84
  • [BUGFIX] Respect configured size in Avatar ImageProvider (#74) f750dfd
  • [BUGFIX] Add severity classes to flash messages (#76) 1a3ebf5
  • [BUGFIX] Correct cgl and remove obsolete php_versions file 14bbb91
  • [BUGFIX] Add crdate field configuration for extbase a46fff7
  • [BUGFIX] Use today as publishing date for new blog entries (#59) 2fea8d7
  • [BUGFIX] Add plugins to new content element wizard (#61) ee1f657
  • [BUGFIX] Remove storage constraint from finding current post (#63) 5210aea
  • [BUGFIX] Only add storage constraint if pages could be resolved (#65) 0a256be
  • [BUGFIX] Avoid exception when accessing uninitialized settings (#50) 13508ba
  • [BUGFIX] Set format for comments rss feed (#56) 53046b4
  • [BUGFIX] Correct fluid namespace definitions - fixes #51 (#52) 9d402a1
  • [BUGFIX] Allow language synchronization (#48) 8073303
  • [BUGFIX] Fix language sensitivity of getCurrentPost (#47) e3c89ae
  • [BUGFIX] Fix column width for comment actions column 2d2d5fd