2017 © Pedro Peláez
 

typo3-cms-extension calendarize-news

image

lochmueller/calendarize-news

  • Monday, April 2, 2018
  • by lochmueller
  • Repository
  • 3 Watchers
  • 2 Stars
  • 33 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 7 Versions
  • 3 % Grown

The README.md

EXT:calendarize_news

Build Status Scrutinizer Code Quality, (*1)

Configuration

Please set the news default PID "plugin.tx_news.settings.defaultDetailPid" or set the Detail page ID in the calendarize Plugin configuration!, (*2)

Routing configuration example

Based on this issue https://github.com/lochmueller/calendarize_news/issues/30, (*3)

NewsDetail:
  type: Extbase
  extension: News
  plugin: Pi1
  routes:
    -
      routePath: '/{news_title}'
      _controller: 'News::detail'
      _arguments:
        news_title: news
    -
      routePath: '/{news_title}-{index}'
      _controller: 'News::detail'
      _arguments:
        news_title: news
        calendarize_index: index
  defaultController: 'News::detail'
  aspects:
    news_title:
      type: PersistedPatternMapper
      tableName: tx_news_domain_model_news
      routeFieldPattern: '^(?P<path_segment>.+)-(?P<uid>\d+)$'
      routeFieldResult: '{path_segment}-{uid}'
    calendarize_index:
      type: PersistedAliasMapper
      tableName: tx_calendarize_domain_model_index
      routeFieldName: uid

The Versions

02/04 2018

0.2.0

0.2.0.0

  Sources   Download

20/06 2016

1.3.1

1.3.1.0 https://github.com/lochmueller/calendarize_news

Add Event options to the news extension

  Sources   Download

GPL-2.0+

The Requires

 

The Development Requires

news extbase typo3 cms calendarize

20/06 2016

1.3.0

1.3.0.0 https://github.com/lochmueller/calendarize_news

Add Event options to the news extension

  Sources   Download

GPL-2.0+

The Requires

 

The Development Requires

news extbase typo3 cms calendarize

16/06 2016

1.2.0

1.2.0.0 https://github.com/lochmueller/calendarize_news

Add Event options to the news extension

  Sources   Download

GPL-2.0+

The Requires

 

The Development Requires

news extbase typo3 cms calendarize

16/06 2016

1.1.0

1.1.0.0 https://github.com/lochmueller/calendarize_news

Add Event options to the news extension

  Sources   Download

GPL-2.0+

The Requires

 

The Development Requires

news extbase typo3 cms calendarize