Projet

Général

Profil

Révision db9ffd17

Ajouté par Assos Assos il y a presque 10 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/date/CHANGELOG.txt
1 1
Date Module 7.x
2 2
=================
3 3

  
4
======================
5
Version 7.x-2.8
6
======================
7
- Issue #106713 by vijaycs85, heddn: Date Field title XSS(SA)
8
- Issue #2310123 by Temoor: Fixed Fatal error in Migrate UI by Date Migrate Example.
9
- Issue #2142277 by Temoor | lliss: Fixed Infinite Loop When Using Repeating Dates.
10
- Issue #1871136 by Temoor | funkimunky: Fixed Cannot remove migrate example content type.
11
- Issue #2261395 by minorOffense | kristofferwiklund: Fixed date_now is not respecting changes to timezone.
12
- Issue #1832400 by imot3k, balintk: Fixed "The year/month/... is missing" error message is not translatable.
13
- Issue #998076 by coredumperror, joelcollinsdc, brenk28: Fixed Problem with timezone handling (caused by date_get_timezone_db returning only UTC).
14
- Issue #1976014 by Harmageddon: Remove unnecessary   in date views pager.
15
- Issue #2198807 by stickywes: Refactor field tests to utilize DateFieldBasic.
16
- Issue #2146461 by vijaycs85 | Razia_b: Fixed Translated field's label is not used in its validation messages.
17
- Issue #1874422 by bluetegu, brockfanning, rv0: Fixed Week pager may cause incorrect "next" link on year change.
18
- Issue #2167015 by schifazl: HTML output breaks validation and accessibility.
19
- Issue #2200513 by scor: Fix encoding issues in CHANGELOG.txt.
20
- Issue #2115377 by coredumperror: Notice: Undefined index: add_microdata in theme_date_display_single().
21
- Issue #2178299 by sandykadam | joachim: Incorrect variable name in hook_views_data_alter().
22
- Issue #1431952 by Cadila | Shawn DeArmond: Date field will only set in Rules if it already has a value.
23
- Issue #355058 by Grimreaper | prunelle: Hardcoded day/month/week output format for theme_date_nav_title().
24
- Issue #1968828 by pjcdawkins: Replace field_info_fields() with field_info_field_map() for Drupal >= 7.22.
25
- Issue #2167033 by podarok, vijaycs85: Fixing tests in 2014 .
4 26

  
5 27
======================
6 28
Version 7.x-2.7
......
26 48
- Issue #1659466 by artkon: Fixed Date filter does not remember value in views if the identifier is something other than date_filter().
27 49
- Issue #1905096 by gielfeldt: Fixed Wrong usage of database API.
28 50
- Issue #1791804 by 5n00py: Errors on form validation if date field placed in sub-form.
29
- Issue [#636208] Date range: Expose a single filter to select events that start before the chosen date and end after the chosen date by anrikun.
30
- Issue [#2024269] Date popup documentation fix by RoySegall.
31
- Issue [#1835184] by Steven Jones, das-peter, jwhat: Fixed date_limit_format() can have poor performance.
32
- Issue [#991830] by milesw | restyler: Fixed validation errors when date_popup() date is localized.
33
- Issue [#2098715] by jhodgdon: Fixed Date field not obeying widget alters for #required.
34
- Issue [#1266688] by linclark, rbayliss, fago, colette: Support microdata in date fields.
35
- Issue [#1863610] by maximpodorov: Fixed Invalid date formatting.
36
- META [#2034231] [#1832544] Class registration for Migrate 2.5 or later - mikeryan, [#1835214] Automated tests failing - Exception thrown in Date2 migration - PatchRanger, [#
37
- Issue [#1350604] by Alan D., johaziel: Added Diff support for Date fields.
38
- Issue [#2086313] by dooug: Fixed Wrong path in date_popup() README.txt
39
- Issue [#1455558] by BTMash | mediameriquat: Fixed Missing file in date_views().info causes error 500.
40
- Issue [#1697322] by Alan D., ianmthomasuk | pandikamal: Fixed Call to a member function getName() on a non-object in date api.
51
- Issue #636208 Date range: Expose a single filter to select events that start before the chosen date and end after the chosen date by anrikun.
52
- Issue #2024269 Date popup documentation fix by RoySegall.
53
- Issue #1835184 by Steven Jones, das-peter, jwhat: Fixed date_limit_format() can have poor performance.
54
- Issue #991830 by milesw | restyler: Fixed validation errors when date_popup() date is localized.
55
- Issue #2098715 by jhodgdon: Fixed Date field not obeying widget alters for #required.
56
- Issue #1266688 by linclark, rbayliss, fago, colette: Support microdata in date fields.
57
- Issue #1863610 by maximpodorov: Fixed Invalid date formatting.
58
- META #2034231 #1832544 Class registration for Migrate 2.5 or later - mikeryan, [#1835214] Automated tests failing - Exception thrown in Date2 migration - PatchRanger, [#
59
- Issue #1350604 by Alan D., johaziel: Added Diff support for Date fields.
60
- Issue #2086313 by dooug: Fixed Wrong path in date_popup() README.txt
61
- Issue #1455558 by BTMash | mediameriquat: Fixed Missing file in date_views().info causes error 500.
62
- Issue #1697322 by Alan D., ianmthomasuk | pandikamal: Fixed Call to a member function getName() on a non-object in date api.
41 63
- Code cleanup, remove #prev values that were never used in repeat functionality.
42 64
- Small fix needed to ensure cardinality gets set correctly if repeat option is changed in the UI.
43 65

  
......
146 168

  
147 169
- Issue #1437242 by zerbash, Remove extraneous leading slashes in module_load_include().
148 170
- Issue #1436722 by hefox: Fixed Undefined variable $form_set_error() used as function.
149
- Issue #1250626 by Gbor Hojtsy, B-Prod, hefox: Added start date and end date labels.
171
- Issue #1250626 by Gábor Hojtsy, B-Prod, hefox: Added start date and end date labels.
150 172
- Issue #1253482, Make sure $argument->is_default gets reset by the Date pager when altering results.
151 173
- Adjust Date Tools to work with changes to use Views templates to create calendars.
152 174
- Issue #1398584 by dhalbert and , Make sure groupby times is initialized.
......
255 277
Bugfixes
256 278

  
257 279
- Fix to new default date handling, the default date has to set a date in the database timezone, not the display timezone.
258
- Issue #1245106 by Gbor Hojtsy, Hide the option to add the delta into the view for single value fields.
280
- Issue #1245106 by Gábor Hojtsy, Hide the option to add the delta into the view for single value fields.
259 281
- Issue #1370876, Make sure new Date All Day code does not try to set the popup values if Date Popup is disabled.
260 282
- Issue #874322, Add back the date_field_all_day() function to avoid breaking other modules that are using it.
261 283
- Fix Date text placeholder to display a formatted date instead of a format. Follow up to Date repeat UI changes.
......
386 408

  
387 409
New Features/UX Improvements
388 410

  
389
- Issue #1249724 by KarenS, Gbor Hojtsy, David_Rothstein, Improve usability of date and time input configuration.
411
- Issue #1249724 by KarenS, Gábor Hojtsy, David_Rothstein, Improve usability of date and time input configuration.
390 412
- Issue #1250784 by David_Rothstein, Add user-friendly labels for start and end date values in Views.
391 413
- Issue #742146, Add option to remove X-WR-CALNAME if VEVENT is not a feed.
392 414
- Add option to change method from PUBLISH to REQUEST in VCALENDAR.
......
396 418
- Issue #1249724 by David_Rothstein: Improve usability of date and time input configuration
397 419
- Issue #1177198 by tim.plunkett: Allow CTools to process #dependency for date elements.
398 420
- Issue #1245562 by David_Rothstein, Rename the default date display format to something friendlier
399
- Issue #1239934 by David_Rothstein and Gbor Hojtsy, Reuse the "years back and forward" dropdown widget on the Views filter settings page.
400
- Issue #1239228 by Gbor Hojtsy, Date Views filter form UI improvements, clarify the way absolute and relative dates work.
421
- Issue #1239934 by David_Rothstein and Gábor Hojtsy, Reuse the "years back and forward" dropdown widget on the Views filter settings page.
422
- Issue #1239228 by Gábor Hojtsy, Date Views filter form UI improvements, clarify the way absolute and relative dates work.
401 423
- Issue #233047 by ksenzee and David_Rothstein, Add the Vegas jQuery timepicker as a new time selector option.
402 424
- Issue #1145976 by tim.plunkett and KarenS, Add 'is date' identifier to all date handlers.
403 425
- Issue #1234140 by arlinsundbulte, Change terminology in user-facing text from 'From/To Date' to 'Start/End Date'.
......
444 466
- Issue #1254582 Repeat additions need to be adjusted to use the same time as the original date.
445 467
- Move vcalendar and vevent templates from Date Views to Date API modules.
446 468
- Follow up to Issue #1250344, We don't need extra space when there is a description, only when there is not.
447
- Issue #1239228 by Gbor Hojtsy, More tweaks to filter css.
448
- Issue #1244924 by Gbor Hojtsy, Minor text improvements in date filter configuration
469
- Issue #1239228 by Gábor Hojtsy, More tweaks to filter css.
470
- Issue #1244924 by Gábor Hojtsy, Minor text improvements in date filter configuration
449 471
- Issue #1245556 by David_Rothstein, Date granularity description incorrectly implies that it affects the date attributes that are displayed
450
- Issue #1247444 by Gbor Hojtsy, Give a little breathing space to the date year range "other" field
472
- Issue #1247444 by Gábor Hojtsy, Give a little breathing space to the date year range "other" field
451 473
- Issue #1250344 by jessebeach, Fix padding around date fields by adding clearfix class.
452 474
- Issue #1249116 by yched, Fix various glitches with D6 migration code.
453 475
- Issue #1243022 by fmosca and KarenS, Make sure all_day #states visibility is only set when there is a value for all_day.
......
455 477
- Issue #1246416, Test whether libraries_get_path() returns a valid path before using it.
456 478
- Issue #1235994, Don't display 'All Day' when using a format that has no time.
457 479
- Issue #1245690 by mikeryan, Migration plugin missing seconds from date formats
458
- Issue #1229406 by David Rothstein, Gbor Hojtsy, and tim.plunkett Fix broken timepicker in Chrome and Safari.
480
- Issue #1229406 by David Rothstein, Gábor Hojtsy, and tim.plunkett Fix broken timepicker in Chrome and Safari.
459 481
- Issue #1239412 by keithm, Fix validation error when #access is false.
460 482
- Issue #1232522, Don't alter field_ui_field_edit form except on date fields.
461 483
- Issue #1243842, Make sure the All Day and Show End Date flags work correctly in unlimited value fields that use ajax.

Formats disponibles : Unified diff