opencontent/ocevents-ls 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

opencontent/ocevents-ls

最新稳定版本:1.2.6

Composer 安装命令:

composer require opencontent/ocevents-ls

包简介

OpenContent Events: eZPublish Legacy extension for manage recurring events

README 文档

README

OcEvents is an eZPublish Legacy for manage recurring events

Requirements

  • ezPublish 4.3+
  • ezFind

Installations instructions

Unpack/unzip

Unpack the downloaded package into the extension directory of your eZ Publish installation.

Activate extension

Activate the extension by using the admin interface ( Setup -> Extensions ) or by prepending ocevents to ActiveExtensions[] in settings/override/site.ini.append.php:

[ExtensionSettings]
ActiveExtensions[]=ocevents

Regenerate autoload array

Run the following from your eZ Publish root folder

php bin/php/ezpgenerateautoloads.php --extension

Or go to Setup -> Extensions and click the "Regenerate autoload arrays" button

Clear caches

Clear all caches (from admin 'Setup' tab or from command line).

Configure eZ Find schema for OcEvents extension

To use ocevents you'll need to activate eZ Find and patch the schema.xml file inside eZ Find extension with lines below. Edit the file extension/ezfind/java/solr/conf/schema.xml or wherever your solr is hosted:

  • add the following inside <fieldType>:

    <fieldType name="date_point" class="solr.SpatialRecursivePrefixTreeFieldType" multiValued="true" geo="false" worldBounds="0 0 2524607999 2524607999" distErrPct="0" maxDistErr="1" units="degrees"/>

  • add the following inside <fields>:

    <dynamicField name="*_dp" type="date_point" indexed="true" stored="true"/>

    <dynamicField name="*____dp" type="date_point" indexed="true" stored="true" multiValued="true"/>

统计信息

  • 总下载量: 5.25k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 5
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: GPL-2.0
  • 更新时间: 2019-04-10