Account created on 6 February 2007, almost 18 years ago
#

Recent comments

πŸ‡·πŸ‡ΊRussia nikit

You have cleaned your temporary folder, but then try upload again the same file with the same name. But it saved to "file_managed" table, so it raises error:

 * <strong>The files will be added to the {file_managed} table as temporary files</strong>.
 * Temporary files are periodically cleaned. Use the 'file.usage' service to
 * register the usage of the file which will automatically mark it as permanent.
function file_save_upload($form_field_name, $validators = [], $destination = FALSE, $delta = NULL, FileExists|int $fileExists = FileExists::Rename) {

πŸ‡·πŸ‡ΊRussia nikit

Just for info:
https://github.com/krakjoe/apcu/blob/v5.1.23/apc_sma.c#L565

info->seg_size = sma->size - (ALIGNWORD(sizeof(sma_header_t)) + ALIGNWORD(sizeof(block_t)) + ALIGNWORD(sizeof(block_t)));

seg_size = = 33554312b, not 33554432b (32M) - 120 bytes difference in my server.
so $apcu_recommended_size = '32 MB'; in system.install isn't exact value for comparing.

πŸ‡·πŸ‡ΊRussia nikit

Thanks @pvasilli! Waiting for it.

p.s. Ага, Π½ΠΈΠΆΠ΅ ΡƒΠΊΠ°Π·Π°Π» Π² постС, Ρ‡Ρ‚ΠΎ Π½Π° SASS 1.77.6 Ρ€Π°Π±ΠΎΡ‚Π°Π΅Ρ‚.

πŸ‡·πŸ‡ΊRussia nikit

->setDefaultValueCallback(static::class . '::getDefaultStartEndDate') isn't call this function.

πŸ‡·πŸ‡ΊRussia nikit

Add preCreate function for set range values.

πŸ‡·πŸ‡ΊRussia nikit

It need to add more details to comment #2 ✨ add library install in composer.json Active and to the documentation of module:

composer require oomphinc/composer-installers-extender
// All actions as commented in #2
composer require bower-asset/bootstrap-datepicker
πŸ‡·πŸ‡ΊRussia nikit

Thank you! Just today is our language day :)

πŸ‡·πŸ‡ΊRussia nikit

Btw, server system settings used for start of week. But better to use config value, initial value of this can be taken from server settings.

πŸ‡·πŸ‡ΊRussia nikit

. Problem/Motivation
Week can start from Sunday or Monday or Saturday - depend on country.

Production build 0.71.5 2024