Next | Query returned 45 messages, browsing 31 to 40 | Previous

History of commit frequency

CVS Commit History:


   2019-01-04 09:17:37 by Wen Heping | Files touched by this commit (3) | Package updated
Log message:
Update to 8.6.5

Upstream changes:
Changes since 8.6.4

    #3023402 by alexpott: \Drupal\Tests\Component\Datetime\DateTimePlusTest \ 
fails on latest PHP7.3 build
    #3001997 by Krzysztof Domańskii, scott_euser, alexpott: Transliteration a \ 
string containing an unknown character (e.g. 0x80) is not valid
    #3018942 by welly, alexpott, jibran, Krzysztof Domańskii, floydm: Domain \ 
URL language detection - InvalidArgumentException: The user-entered string must \ 
begin with a '/', '?', or '#'
    #3020902 by Berdir, alexpott: PostgresqlDateSql fails to serialize
    Revert "Issue #2986725 by Mile23, devitate, alexpott: doctrine common \ 
2.9 has moved reflection"
    #3022183 by wengerk, benjifisher: Fix \ 
BlockContentAccessHandlerTest::providerTestAccess wrong coverage by early return
    #2984072 by vijaycs85, Lendude, ApacheEx, dawehner: System: Convert \ 
ErrorHandlerTest to phpunit
    #3019706 by hchonov, alexpott, sheanhoxie, jibran, dawehner: Functional JS \ 
Tests are broken if XDEBUG_CONFIG is set as an env variable
    Revert "Issue #3019706 by hchonov, jibran: Functional JS Tests are \ 
broken if XDEBUG_CONFIG is set as an env variable"
    #3021204 by maxocub: Remove maxocub from Migrate maintainers
    #3019706 by hchonov, jibran: Functional JS Tests are broken if XDEBUG_CONFIG \ 
is set as an env variable
    #2986725 by Mile23, devitate, alexpott: doctrine common 2.9 has moved reflection
    #2939908 by kjay, steveparks, spitzialist, cferthorney, danharper, Eli-T: \ 
Add an article to Umami - Dairy-free chocolate
    #3007439 by tim.plunkett, Wim Leers, xopoc: Layout builder renders Book \ 
navigation block on non-book pages
    #2927768 by justinlevi, Lendude, pritish.kumar, Wim Leers, dawehner: Update \ 
RestRegisterUserTest to use the ResourceTestBase base class instead of the \ 
deprecated RESTTestBase
    #3020550 by catch: Passing commands as a string to Process is deprecated in \ 
Symfony 4
    #3020579 by catch: TypeError: Argument 3 passed to \ 
Symfony\Component\HttpKernel\Event\FilterResponseEvent::__construct() must be of \ 
the type integer, string given [Symfony 4]
    #2618606 by dawehner, rbayliss: Update.php - Reverse proxy settings not used
    #2865344 by mpdonadio, Lendude, mbovan, organicwire, alexpott, jibran, \ 
jhedstrom, bobemoe, Berdir, larowlan: Exposed date filters 'empty' and 'not \ 
empty' are broken
    #2974274 by mitrpaka, RumyanaRuseva, joachim: exception message for \ 
unrecognized source IDs in lookupDestinationIds() should have more detail
    #2809305 by Upchuk, Pavan B S, Jo Fitzgerald, tim.plunkett, Berdir: Block \ 
Context assignment form element shows even if no options are available
    #3018774 by xjm: hook_post_update_NAME() docs do not explain batching/ parameter
    #3018539 by phenaproxima, rodrigoaguilera, alexpott: Media types cannot be \ 
created in the UI without JavaScript
    #3018764 by Wim Leers: One test case in MediaUiFunctionalTest is not \ 
actually tested due to a duplicate key
    #2998462 by AndyF, Baysaa, Siavash, tim.plunkett, millionleaves, fatmarker: \ 
Error adding Content Type Selection criteria or Context
    #3016501 by govind.maloo, andrewmacpherson, markconroy: Writing style - \ 
Umami should be capitalised when it is used as a proper noun in English
    #2916595 by phenaproxima, AdamPS, Wim Leers: File element discards \ 
attributes if #multiple
    #2883260 by kiamlaluno, yogeshmpawar, msankhala, benjifisher, alexpott, \ 
bdlangton: Replace the schema example with one actually used from a module
    #2883553 by govind.maloo, msankhala, seanB, Berdir, xjm, alexpott: Obsolete \ 
argument for hasPermission in node_node_access()
    #3016011 by mikelutz, quietone, alexpott: Reroll all migrate dump files
    #3017753 by mxr576, alexpott: MemoryBackend should validate the passed cids
   2018-12-11 10:45:54 by Patrick Welche | Files touched by this commit (3)
Log message:
Update drupal8 to 8.6.4

Many bug fixes including:
- Breadcrumbs disappears when starting with front-page after cache rebuild
- Adding a display mode to a content type using layout, and disabling
  layout on that new display mode removes the layout_builder__layout
  field and breaks layout in already configured display modes
- Clearing the persistent entity cache every time we switch between
  workspaces is super wasteful

For full list, see:
- https://www.drupal.org/project/drupal/releases/8.6.3
- https://www.drupal.org/project/drupal/releases/8.6.4
   2018-10-18 16:39:38 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
www/drupal8: update to 8.6.2

Release notes

Maintenance and security release of the Drupal 8 series.

This release fixes security vulnerabilities. Sites are urged to upgrade
immediately after reading the notes below and the security announcement:

* Drupal Core - Multiple vulnerabilities - SA-CORE-2018-006

No other fixes are included.

Sites on 8.5.x should update immediately to Drupal 8.5.8 instead, and plan to
update to the latest 8.6.x release before May 2019.

Important update information

Site update and module owners planning to update to this should take note of
the following important changes.

For site owners

* Previously, users who didn't have access to use any Content Moderation
  transitions were granted implicit access to update content provided the
  state of the content did not change. This access has been removed. Site
  owners should ensure that all content editor roles have access to
  appropriate transitions for moderated content types (including published to
  published where appropriate).

* There are no database updates in this release, but site owners will need to
  run update.php to ensure a cache clear.

* No changes have been made to the .htaccess, web.config, robots.txt or
  default settings.php files in this release, so upgrading custom versions of
  those files is not necessary.

For contributed and custom module developers

* \Drupal\Core\EventSubscriber\RedirectResponseSubscriber::sanitizeDestination()
  has been removed. If you have extended that class or are calling that
  method, you should review your implementation in line with the changes in
  the patch.

* An additional method has been added to
  StateTransitionValidationInterface. Implementations should review the new
  method and ensure compatibility with it.

* ModerationStateConstraintValidator now has two additional service
  dependencies. Subclasses will need to update their constructor to inject the
  new services.
   2018-10-02 04:56:59 by Wen Heping | Files touched by this commit (3)
Log message:
Update to 8.6.1

Upstrean changelog is too long, please visit:
https://www.drupal.org/project/drupal/releases/8.6.0
https://www.drupal.org/project/drupal/releases/8.6.1
   2018-08-15 12:52:46 by Wen Heping | Files touched by this commit (3)
Log message:
Update to 8.5.6

Upstream changes:
Drupal 8.5.6 Release notes

Maintenance and security release of the Drupal 8 series.

This release fixes security vulnerabilities. Sites are urged to upgrade \ 
immediately after reading the notes below and the security announcement:

    Drupal Core - 3rd-party libraries -SA-CORE-2018-005

No other fixes are included.
   2018-07-16 04:21:49 by Wen Heping | Files touched by this commit (3)
Log message:
Update to 8.5.5

Upstream changes:

Release notes

This is a patch release of Drupal 8 and is ready for use on production sites. \ 
Learn more about Drupal 8.

This release only contains bug fixes, along with documentation and testing \ 
improvements. Translators should take note of a minor string change since the \ 
last release.
Known issues

    View with user/% path breaks login/logout on 8.5.x - a regression from 8.4.x

    Important: If you have not already upgraded to 8.5.0, read the Drupal 8.5.0 \ 
release notes before upgrading to 8.5.5.

Search the issue queue for all known issues.
Changes since 8.5.4:

    #2921661 by heddn, maxocub, alexpott, phenaproxima, Jo Fitzgerald, \ 
badmetevils, quietone: Add support to migrate multilingual revisions
    #2977945 by awm: typo in test_node_revision_links views yml file
    Revert "Issue #2971338 by Jo Fitzgerald, quietone, joachim: \ 
MigrationLookupTest::testMultipleSourceIds() uses wrong class for mocking"
    #2971338 by Jo Fitzgerald, quietone, joachim: \ 
MigrationLookupTest::testMultipleSourceIds() uses wrong class for mocking
    #2887490 by michaellenahan, cilefen, rOprOprOp, catch: Activity Tracker \ 
cannot be enabled if there are unpublished nodes
    #2982042 by progga: UUID component's composer.json has wrong description
    #2860760 by Jo Fitzgerald, heddn, quietone, alexpott: Match setup() \ 
functionality of MigrateFileTest with MigratePrivateFileTest
    #2979813 by Wim Leers, TwoD: Add TwoD as maintainer for the editor.module \ 
component
    #2581557 by dawehner, mxh, xjm, sorabh.v6, JeroenT: Add ltrim($path, '/') in \ 
drupalGet method
    #2635046 by neclimdul, dawehner, alexpott: run-test.sh doesn't work in \ 
directories with spaces
    #2950158 by Vidushi Mehta, ankitjain28may, Shiva Srikanth T, ckrina, \ 
markconroy, Eli-T: Choose policy for defining font-weight on Umami theme
    #2875679 by mondrake, daffie: BasicSyntaxTest::testConcatFields fails with \ 
contrib driver
    #2933413 by Graber, alexpott, joelpittet, chanderbhushan, jchand: Improve \ 
test coverage of using bulk actions when the view has an exposed form using AJAX
    #2978596 by visshu007, Chi: views_add_contextual_links() references to non \ 
existent views_preprocess_page() function
    #2977175 by borisson_, PieterJanPut, tstoeckler, msankhala: \ 
DataDefinition::setConstraints() should be on DataDefinitionInterface
    #2822611 by Mile23, Wim Leers, alexpott, Berdir, catch, dawehner, xjm, \ 
tstoeckler, borisson_: Document why UserInterface + FileInterface + \ 
MenuLinkContentInterface + … extend \Drupal\Core\Entity\ContentEntityInterface
    #2969598 by msankhala, joachim: badly formatted sample code in docs for \ 
Select::orderBy()
    Revert "Issue #2886609 by quietone, Jo Fitzgerald, jhodgdon, masipila, \ 
heddn, Gábor Hojtsy, mikeryan: Migrate D6 i18n loacalized translations of \ 
taxonomy terms"
    #2975751 by msankhala, leolando.tan, joachim, claudiu.cristea: incorrect \ 
@return for Tables::getTableMapping()
    #2927723 by longwave, artreaktor, chiranjeeb2410, ankitjain28may, cilefen, \ 
dawehner: The URL "/ " with trailing space is not getting recognized \ 
as
    #2737773 by antongp, wturrell, pcambra, cilefen, Darvanen, cwells, \ 
manningpete, alexpott: Proper way to install Drupal, missing vendor folders, \ 
example.gitignore
    #2943107 by mherchel, NicholasS, jordana, finnsky, tomphippen, smaz, \ 
markconroy, andrewmacpherson, kjay: Umami support for Internet Explorer 11
    #2979166 by RajeevK, lomasr: Wrong documentation on SiteCacheContext class
    #2749901 by MaskyS, kleog, priya.chat, harsha012, rakesh.gectcr, \ 
shobhit_juyal, snehi, SenthilMohith, neerajpandey, gawaksh, thompsizzle, ecrown, \ 
mohit1604, andrewmacpherson, surbz, rahulrasgon, riddhi.addweb: Add README.txt \ 
to Bartik theme
    #2886609 by quietone, Jo Fitzgerald, jhodgdon, masipila, heddn, Gábor \ 
Hojtsy, mikeryan: Migrate D6 i18n loacalized translations of taxonomy terms
    #2772251 by msankhala, markpavlitski, joachim: description for \ 
EntityForm::actions() could use rewording
    #2978848 by claudiu.cristea, amateescu: \ 
EntityReferenceFieldItemList::referencedEntities() doesn't work for computed \ 
fields
    #2073467 by maxocub, Jo Fitzgerald, pobster, masipila, plach, heddn, \ 
phenaproxima, catch: Migrate Drupal 7 Entity Translation settings to Drupal 8
    #2877828 by msankhala, joachim: FormInterface::getFormId() should state \ 
restrictions on the returned ID string
    #2855054 by alexpott, LoMo, wesleydv, Artusamak, gawaksh, xjm: User cancel \ 
link doesn't redirect to the homepage
    #2936821 by msankhala, joachim, lomasr, marxjohnson: unclear docs in \ 
MigrateProcessInterface
    #2951715 by dravenk, marvil07, rakesh.gectcr, davidsonjames, heddn, Jo \ 
Fitzgerald, quietone, alexpott, maxocub: Log message if static_map plugin skips \ 
the row
    #2932777 by mondrake, borisson_, alexpott, daffie: Risky count() in SQLite \ 
Statement
    #2951163 by nkoporec, Parvateesam, joachim: \ 
CachePluginBase::cacheGet()/::cacheSet() doesn't document @params or @return
   2018-07-04 15:40:45 by Jonathan Perkin | Files touched by this commit (423)
Log message:
*: Move SUBST_STAGE from post-patch to pre-configure

Performing substitutions during post-patch breaks tools such as mkpatches,
making it very difficult to regenerate correct patches after making changes,
and often leading to substituted string replacements being committed.
   2018-06-22 14:59:08 by Wen Heping | Files touched by this commit (3)
Log message:
Update to 8.5.4

Upstream changes:
Releases for Drupal core
API version
drupal 8.5.4
Posted by catch on 6 June 2018
Release notes

This is a patch release of Drupal 8 and is ready for use on production sites
   2018-05-09 14:11:29 by Wen Heping | Files touched by this commit (2)
Log message:
Update to 8.5.3

Upstream changes:
Drupal-8.5.3:

Release notes
Maintenance and security release of the Drupal 8 series.

This release fixes critical security vulnerabilities. Sites are urged to upgrade \ 
immediately after reading the notes below and the security announcement:

Drupal core - Critical - Remote Code Execution - SA-CORE-2018-004
No other fixes are included.

Drupal-8.5.2:
This release fixes security vulnerabilities. Sites are urged to upgrade \ 
immediately after reading the notes below and the security announcement:

Drupal core - Moderately Critical - Cross Site Scripting- SA-CORE-2018-003
No changes have been made to the .htaccess, web.config, robots.txt or default \ 
settings.php files in this release, so upgrading custom versions of those files \ 
is not necessary.
   2018-03-30 01:07:33 by Patrick Welche | Files touched by this commit (1)
Log message:
Fix drupal8 8.5.1 PLIST

Next | Query returned 45 messages, browsing 31 to 40 | Previous