govCMS / GovCMS7

Current stable release of the main Drupal 7 GovCMS distribution, with releases mirrored at https://www.drupal.org/project/govcms
https://www.govcms.gov.au/
GNU General Public License v2.0
113 stars 76 forks source link

[GOVCMSD7-413] Update drupal/date to 7.x-2.11 #994

Closed Tara-Wij closed 3 years ago

Tara-Wij commented 3 years ago

date 7.x-2.11

Release notes

Warning: Do not install this update if the site has the "Date All Day" submodule installed, please wait until 7.x-2.12 is released.

The main changes in this release over rc1 are a fix for All Day logic, some fixes for PHP 7.4, and a fix for Entity API integration. A huge thank you to everyone who collaborated on this, especially with the all-day bug. Notes Please test this thoroughly on a copy of all sites before uploading it to production, a lot has changed since 7.x-2.10.

Contributors (19) DamienMcKenna, hgoto, RoSk0, joelpittet, torotil, FranckyLFS, hughworm, preethy211, lavamind, derekw, leendertdb, mr.york, steinmb, joseph.olstad, lily.yan, solideogloria, nagy.balint, micahw156, Kevin Morse

Changelog Issues: 6 issues resolved.

Changes since 7.x-2.11-rc1:

Bug

2123039 by DamienMcKenna, hgoto, RoSk0, joelpittet, torotil: Default timezone setting mismatch in metadata wrapper integration.

3164305 by DamienMcKenna, FranckyLFS, hughworm, preethy211, joelpittet, lavamind, derekw, leendertdb: Notices in theme_date_display_combination() after upgrading to PHP 7.4.

3016390 by DamienMcKenna, mr.york, steinmb, joseph.olstad, lily.yan, solideogloria, nagy.balint, micahw156, Kevin Morse: Change in "All day" end-of-day definition broke existing data.

Task

3197561 by DamienMcKenna: Add functional tests for All Day output.

3197985 by DamienMcKenna: Expand unit tests for date_is_all_day().

3177831 by DamienMcKenna: Add test coverage for the All Day functionality.

date 7.x-2.11-rc1

Release notes

Contributors (54) DamienMcKenna, moymilo, cafuego, tamahome14, vanshyr, plachance, steinmb, joelpittet, Steven Jones, joseph.olstad, Ronino, NuWans, maxocub, iMiksu, acbramley, Liam Morland, ebremner, iamEAP, Sweetchuck, franxo, aurelianzaha, hgoto, klausi, pedrogk, FireHawkX, Chris Matthews, ckellyirish, mparker17, bmateus, sagannotcarl, katannshaw, Max1, alansaunders92, derekw, alex awg 2015, truman_ru, wylbur, nicrodgers, ninabyte, Michele Wickham, iStryker, dsdeiz, anpolimus, captainack, ashzade, brad.bulger, cameronprince, Vali Hutchison, jenlampton, vishal.sheladiya, jshosseini, akolahi, stickgrinder, zread

Changelog Issues: 16 issues resolved.

Changes since 7.x-2.11-beta3:

Bug

3168045 by DamienMcKenna: DateFieldTestBase::dateForm extended incorrectly.

1762612 by moymilo, cafuego, tamahome14, vanshyr, plachance, steinmb: Error "OLD used in query that is not in a rule" in date_api_update_7000 with pgsql.

3163293 by Steven Jones, joseph.olstad: date_update_7007 will fail with different field storage backends.

2930732 by NuWans, DamienMcKenna: PHP warning on file_exists fail.

3145639 by Ronino, joelpittet: Curly brace syntax for accessing array elements and string offsets has been deprecated in PHP 7.4.

1257024 by joseph.olstad, maxocub, steinmb, iMiksu, DamienMcKenna, acbramley: Required Date popup field not showing red asterisk.

2359653 by iamEAP, Sweetchuck, franxo, DamienMcKenna: Validation doesn't take into account translations of AM or PM.

2595957 by aurelianzaha, DamienMcKenna, hgoto, klausi, pedrogk, FireHawkX, Chris Matthews: Field label not displayed when rendering as regular field and only using year.

2457423 by Liam Morland, ckellyirish, mparker17, DamienMcKenna, bmateus, sagannotcarl, katannshaw, Max1, alansaunders92, derekw, alex awg 2015, truman_ru, wylbur, nicrodgers, ninabyte, Michele Wickham, iStryker, dsdeiz, anpolimus, captainack, ashzade, brad.bulger, cameronprince, Chris Matthews, Vali Hutchison, jenlampton, vishal.sheladiya, jshosseini, akolahi: Incorrectly-initialized DateTime object(s) cause PHP warnings in DateTime::format(), other DateObject functions.

2692215 by DamienMcKenna, stickgrinder, zread: Unconditioned access to non-existent array key in date.theme.

3084897 by steinmb, Chris Matthews: Fix the LICENSE.txt

Support

3096720 by Liam Morland, ebremner: date_is_all_day() returns FALSE when $granularity is not 'hour' or finer.

Task

3168034 by DamienMcKenna: Refactor date_migrate_example to be reusable.

2848963 by joelpittet, DamienMcKenna: date_views_filter_handler_simple::operators call t() a lot.

3161408 by DamienMcKenna, Ronino: Test failure in DateMigrateTestCase.

3111299 by DamienMcKenna: Test refactoring, split out Date Popup tests, move tests to appropriate submodule.

date 7.x-2.11-beta3

Release notes

This fixes a number of bugs in the 7.x-2.x branch. There are still a few issues to resolve before the full 7.x-2.11 release, assistance with them would be greatly appreciated. If further issues are discovered, please open a new bug report so we can collaborate on fixing them. Thank you.

Updating to this release is not recommended yet, but help testing it would be appreciated.

Contributors (25) solotandem, DamienMcKenna, steinmb, John_B, bhaskar-chakraborty, vijaycs85, ron_s, Chris Charlton, Chris Matthews, adci_contributor, herved, skylord, DanielVeza, id.medion, dev11235, joelpittet, Taran2L, jvandooren, podarok, jeff h, FluxSauce, maen, nickonom, anrikun, JvE

Full changelog Issues: 9 issues resolved.

Changes since v7.x-2.11-beta2:

Bug

3032835 by solotandem, DamienMcKenna, steinmb, John_B: Validate input to date filter handler.

3081547 by bhaskar-chakraborty, DamienMcKenna, vijaycs85: Update 7006 breaks when using the field_encrypt module.

3033022 by solotandem, steinmb: Correct reference to granularity setting.

3032391 by herved, steinmb, skylord, DanielVeza: Empty date fields are being displayed.

2769057 by id.medion, Chris Matthews, steinmb: Remove unused argument in the function calls field_cache_clear() and field_info_cache_clear().

3022378 by dev11235, DamienMcKenna, joelpittet: Date with empty "Repeats # Weeks" and "Repeats Every # of Days" validation needed.

1392472 by Taran2L, jvandooren, podarok, jeff h, FluxSauce, maen, solotandem, nickonom, anrikun, JvE, steinmb, joelpittet: Undefined index: timezone in date.field.inc.

Feature

2701545 by ron_s, Chris Charlton, Chris Matthews, adci_contributor, DamienMcKenna: Add support for Date Popup Timepicker module.

Task

3033104 by DamienMcKenna: Add a LICENSE.txt file.

date 7.x-2.11-beta2

Release notes

This release continues our efforts towards stabilizing the Date module for Drupal 7. While not completely ready for production usage, we would appreciate folks helping to test it to identify any outstanding problems so that we can soon release a rock solid 2.11.

Thanks again to everyone who contributed with this release.

Contributors (43) jacob.embree, le72, Chris2, DamienMcKenna, Mansi.AddWeb, hiramanpatil, Michael_Lessard_micles.biz, steinmb, jgullstr, nmudgal, ohthehugemanatee, djdevin, asirjacques, christine1126, cydharttha, Jelle_S, kyoder, coltrane, cafuego, JvE, binoli.addweb, brunodbo, pingwin4eg, joelpittet, solotandem, theaxe, sonnykt, SebCorbin, artem0793, Liam Morland, azovsky, joseph.olstad, lazzyvn, Gold, hgoto, RoSk0, Juterpillar, joachim, arulraj, joelstein, Ronino, kingandy, evgeny.chernyavskiy

Full changelog Issues: 17 issues resolved.

Changes since v7.x-2.11-beta1:

Bug

2703401 by jacob.embree, le72, Chris2: Bad assumption about year range format in date_devel_generate().

1415210 by jgullstr, nmudgal, ohthehugemanatee, djdevin, asirjacques, christine1126, steinmb, cydharttha, Jelle_S: Date popup calender doesn't popup when reach to text-field via tab.

1138210 by djdevin, kyoder, coltrane, cafuego, JvE: date_sql_handler STR_TO_DATE math incorrect.

2990189 by solotandem, jacob.embree, theaxe, sonnykt: Illegal string offset 'value' in date_combo_element_process.

2843367 by artem0793, Liam Morland, azovsky: String Offset errors on edit page using PHP 7.1.0.

3012729 by joseph.olstad, lazzyvn: Bad variable $elent.

Revert "Issue #2123039 by Gold, hgoto, DamienMcKenna, RoSk0, Juterpillar, joachim: Default timezone setting mismatch in metadata wrapper integration."

2706965 by DamienMcKenna, arulraj, joelstein: Getting browser autocomplete for date pop fields.

1267434 by Ronino, DamienMcKenna: Default value for #date_items should be an array in date_field_widget_form().

3009740 by evgeny.chernyavskiy, DamienMcKenna, steinmb: PHP 7.3 compatibility, swtich-continue.

Task

2894759 by DamienMcKenna, Mansi.AddWeb, hiramanpatil, Michael_Lessard_micles.biz, steinmb: (All Day) : the parantheses are hardcoded.

2792385 by binoli.addweb, brunodbo, pingwin4eg, joelpittet, DamienMcKenna: Include project namespace in dependency declaration.

2447277 by SebCorbin, steinmb: Performance: replace sylesheets[all][] with attached

3010076 by DamienMcKenna, steinmb: Improve coding standards in Date module.

date 7.x-2.11-beta1

Release notes

This release includes a large number of bug fixes since 2.10, please help test it so that we can get a stable 2.11 out soon.

Contributors (104) A huge thank you to all of our contributors!

rreiss, DamienMcKenna, lolandese, jiv_e, danuddara, alexbarrett, jacob.embree, nileshlohar, AshwiniPatil, rahul.nahar001, Pranjal.addweb, darshanchoudhary, emek, LoonyLuna, periksson, BR0kEN, jstoller, ebeyrent, gaurav.goyal, dan3h, Juterpillar, Drupa1ish, RoSk0, pingwin4eg, acbramley, jojonaloha, GoZ, hswong3i, kpyan8s, tim.plunkett, MustangGB, arlinsandbulte, KarenS, El Alemaño, Nelson Lago, bjcooper, ron_s, ronnienorwood, lunazoid, Michael_Lessard_micles.biz, vinmassaro, r-mo, joep.hendrix, heddn, julien_g, anpolimus, claudiu.cristea, catch, joelpittet, Gold, hgoto, joachim, Zeddix, capysara, gerson.analista, plach, Cracu, bunthorne, jeni_dc, Proteo, Reis Quarteu, echoz, JayKandari, tucho, matthiasm11, mr.york, kmonty, Squee3P0, jcisio, rujinxero, digitaltodd, fdverwoerd, Stray14, kim.pepper, daniel_j, pcho, joseph.olstad, David Hernández, collinhaines, SkyNet Costa Rica, ladybug_3777, Liam Morland, DuaelFr, l0ke, leramulina, ikeigenwijs, Stevel, RemyAroundTown, alesr, oadaeh, johnzzon, Novitsh, glynster, robertgarrigos, dchatry, szeidler, Majdi, Plazik, NancyDru, nanobyt3, jribeiro, rajeev_drupal, badjava, ram4nd

Full changelog Issues: 34 issues resolved.

Changes since v7.x-2.10:

Bug

2844948 by jiv_e: Notice: Undefined index: tz in date_ical_date().

2851020 by jacob.embree, nileshlohar, AshwiniPatil, rahul.nahar001, Pranjal.addweb, DamienMcKenna, darshanchoudhary: Use of uppercase for PHP constants.

2291271 by emek, LoonyLuna, periksson: Datepicker needs dynamic width.

2204713 by BR0kEN, jstoller, ebeyrent, gaurav.goyal: Undefined index #default_value in date_select_element_process.

2453445 by DamienMcKenna, dan3h, rahul.nahar001: PDOException not handled when using PostgreSQL without timezone support.

2100851 by Juterpillar, Drupa1ish, RoSk0, pingwin4eg, acbramley: Date views exposed filter causes SQL error on PostgreSQL.

2880395 by DamienMcKenna, jojonaloha, GoZ: Fatal error: DateTimeZone could not be converted to string

1778220 by hswong3i, kpyan8s, jacob.embree: Remove version from date_migrate_example.info for better git_deploy integration

1137062 by El Alemaño, Nelson Lago, bjcooper, ron_s, ronnienorwood, lunazoid, Michael_Lessard_micles.biz, DamienMcKenna, vinmassaro: Follow-up to fix regression on week calculations.

2016787 by r-mo, DamienMcKenna, joep.hendrix, heddn, julien_g: Change date fields to "big" int values to avoid "PDOException 22003" errors.

2323857 by anpolimus, DamienMcKenna, claudiu.cristea, catch, joelpittet: date_field_schema() has no index on date.

2123039 by Gold, hgoto, DamienMcKenna: Add Entity API as a new test dependency.

3002449 by plach: Timezone rendered when theming date formats without time

2208769 by Cracu, bunthorne, jeni_dc, Proteo, Reis Quarteu, echoz: Theme hook not found while managing date field.

2902829 by JayKandari, tucho, nileshlohar, matthiasm11, mr.york, kmonty: Formatter settings for Custom date type is not getting saved.

2873415 by Squee3P0, jcisio, rujinxero, digitaltodd, fdverwoerd, Stray14: PHP 5.3 - Date field being flagged as Invalid date not actually invalid.

1741062 by kim.pepper: The merge method of DateObject class has a wrong parameter type.

2449261 by daniel_j, pcho, joseph.olstad, David Hernández, collinhaines, vinmassaro, SkyNet Costa Rica: expects an array, not a scalar - Fatal error: Cannot create references to/from string offsets.

2889759 by ladybug_3777: Exposed Date Filter - PHP 7 Error

2995679 by Liam Morland, joseph.olstad: PHP 7.1 no longer converts string to arrays the first time a value is assigned with square bracket notation.

2503807 by DamienMcKenna: Date Pager position has no effect after updating to Views 3.11

2227903 by DuaelFr, l0ke, leramulina: Problem with filtering dates with "all day" duration

2889636 by MustangGB, ikeigenwijs, Stevel: Fix PHP 7 tests.

2843367 by RemyAroundTown, alesr, joelpittet, DamienMcKenna, oadaeh, ikeigenwijs, johnzzon, Novitsh, matthiasm11, glynster, robertgarrigos, dchatry, szeidler, Majdi, Plazik, NancyDru, nanobyt3: String Offset errors on edit page using PHP 7.1.0.

2533080 by jribeiro, DamienMcKenna, rajeev_drupal, badjava: 'clone' is a reserved keyword introduced in PHP version 5.0 and cannot be invoked as a function.

Feature

1177198 by tim.plunkett, DamienMcKenna, MustangGB, arlinsandbulte, KarenS: Allow CTools to process #dependency for date elements.

Task

346752 by rreiss, DamienMcKenna: RTL support.

1882432 by DamienMcKenna, lolandese: Improve the module's README.txt files.

2832257 by danuddara, alexbarrett: Typo error - "The upcoming date less then 1 day" - date.theme.

2514146 by ram4nd: Remove the .gitignore file.

2937071 by DamienMcKenna: Tidy up the CHANGELOG.txt file.

IvanZugec commented 3 years ago

PR looks good, merged.