Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
* #2937348: Not working for Arabic calendar in views Not working for arabic calendar in views by @anas_maw
* Fixed notices on PHP7
Notice: Use of undefined constant CMF_Ln_English - assumed 'CMF_Ln_English'
Notice: Use of undefined constant CMF_Error - assumed 'CMF_Error'
WARNING: The core patch has changed, you should remove the old patch and apply the new one. Instruction is in README file
Major Changes:
* Performance improvement
* Using new and better core patch
* Better integration with other modules and eliminating many conflicts with other modules
* Numerous bug fixes
* JS Calendar per field setting
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
A major bug has been fixed in this release are users are encouraged to update as soon as possible
* #1928042 PHP Notice on saving module's config page when jquery calendars modules was disabled fixed
* #1945664 "calendar_system.install" file to generate '!readme-link' correctly for multilingual sites patch by @alimirjamali
* #1943860 Update Thai calendar
* #1943860 supporting translatable fields
* problem with arabian calendar system validation fixed
* fixing some coding standard
* #1964820 major issue with kabiseh years fixed
* Supporting scheduler module
* making _calendar_systems_date_convert understand more formats,
new argument also added to be used to describe past date's format
the function used that format to fetch the date parts and won't be
affected by the order of date parts in text
* adding jquery world calendar (popup calendar) support for core date fields and proper api for
to be used for supporting other fields
* supporting all three widget of date module
* validation method to suport array date as well
* supporting jquery world calendar for date_popup widget of date module
* supporting date elements as views filters
* new #calendar_system form element attribute for overriding default calendar system
for particular form elements
* supporting drupal's core date field (form element)
* new options for date field settings to override the site's default calendar system
per field
* supporting per field formatter settings for date fields
* support views contextual filters for both date module and core date fields
* changing dependency from jquery_calendars to jquery_calendar
* thai calendar support by @rutcreate
Others
* adding list of features to README.txt
* correcting line spaces
* Moving hook_form_alter implementation as the last item so it
runs after all other module implementing the same hook
* New api method calendar_systems_get_calendar_instance for developers read README.txt for more info
* Simple validation form input date fields
* Integration with system status admin/reports/status, you can now see the status of calendar systems in case for errors
* Some minor bug fixed on profiles page
* Port of all changes from branch 6.x-1.x
* code cleanup
* fixing call time pass by reference issue when calling form_set_value
* cml core class updated with E_ALL compatibility and all calltime pass by references removed, remaining traces of PEAR removed
* new cml exception class added
* new cml exception class included
* compatibility with cml module
* first version of simpletest for data conversion
* encoding issue #962008: encoding issue by @ayalsule
* Call-time pass-by-reference #871304: Call-time pass-by-reference by @sinasalek
* The full textual representation of the day is fixed for the current day! #845952: The full textual representation of the day is fixed for the current day! @sinasalek
* support for strtotime implemented on Arabic Calendar
* Improving compatibility with PHP 5.3
* Fixing the issue with default calendar systems
* Arabic/Hijri/Islamic Calendar implemented
* #673698: Error in validating comment edit forms
* Admin interface for customizing calendar systems for each language.
* Admin setting page for changing default calendar systems for single language websites.
* Linking calendar system to local module.
* Linking calendar system to i18n module, it should be possible to a attach different calendar system to each language.
* Drupal 6 support.