Install

Works with Drupal: 7.x

Using Composer to manage Drupal site dependencies

Downloads

Download calendar_systems-7.x-1.0-beta7.tar.gztar.gz 54.54 KB
MD5: 36850bd44f407daf1b87721b05626207
SHA-1: a2a12effbb04136b55e26e85b64202e9ee47fb06
SHA-256: e641290fd0c4e7799c57c47930cf7d8ba877b649e9cd5f42b6e8063057e93bd7
Download calendar_systems-7.x-1.0-beta7.zipzip 70.52 KB
MD5: baaf58c6ee82b504d4d38a7a95a98b08
SHA-1: af4c9cde175f76a7e2075552eeddf7b22f6db9e4
SHA-256: 2efa32c077c290cc63a1367ee6164ac1e3848dac67d7370eab4fdf04f85f2c85

Release notes

Several critical issues fixed plus many new features
* incorrect value used in thai calendar fixed
* fatal error fixed in iranian calendar plugin
* issue #2326531: every default time zone sets to 0 after the patch fixed , proper timezone support added
* issue #2160765: Strict warning: mktime(): You should be using the time() function instead fixed : Strict warning: mktime(): You should be using the time() function instead
* Julian date plugin added
* Experimental calendar_systems_date_properties module added
* Add link to README.txt to module integrated help
* [#2105829 Call to undefined function _calendar_systems_fix_display() fixed
* debug code removed
* Compatibility with webform module #1296356: The Date field in Webform form is not converted
* Improving compatibility with PHP 5.4
* Interface class added and all plugins updated
* README updated to cover some information about the plugin system
* Plugin system now automatically detects new plugins and adds to the list of available calendar systems, not need to patch any part of calendar system anymor
* Month and Week names corrected in Gregorian plugin
* Moving api function to a different file
* helpers function separated into a different file
* views exposed filter problem fixed
* description of text date and popup date is now in the format of the active calendar system
* Notice in Views data field when it's empty fixed
* fixing the issue with new patch free mode
* add some of the format that were not supported by back library but were supported by php date function
* important issue with date module text date field fixed
* wraning right after clearing the cache has been fixed
* some more mktime() replaced with time()
* Fixing strick warning for using mktime in some part of the code
* some debug lines from previous commit removed
* automatically fallback on baisic support when the required patch is not applied,
from now on after applying the patch Drupal cache should be cleared
* missing code from issue #1943860: Update Thai calendar system, and many things applied
* Make sure that date module is enabled before altering it's formatters #2020795: hook_field_formatter_info_alter not defined correctly
* #2027421: Strict warning: Non-static method cmfcCalendarV1::factory() should not be called statically in cmfcCalendarV1::factory() strict warning due to calling non static method fixed
* new string group for week short names
* preg match issue in Iranian calendar fixed
* README updated to cover more API features also addresing the question here #2036503: Convert date betwin calendar systems
* README updated
* old code removed
* Making the date strings translatable
* Adding translatable strings to Drupal on admin page visit
* Removing some unused commented codes
* Making the date strings translatable
* loading calendarSystems plugins dynamically making it easier to write a new plugin

Created by: sinasalek
Created on: 14 Sep 2014 at 17:04 UTC
Last updated: 14 Sep 2014 at 17:03 UTC
Bug fixes
New features

Other releases