Agenda of meetup
14:30 - 14:45 - Introduction
14:45 - 16:00 - Technical Sessions
16:00 - 16:15 - Networking Break / High Tea
16:15 - 17:00 - Local Community Discussion.
17:00 - 17:30 - Something fun
anushrikumari โ created an issue.
I represented the Delhi community in the panel discussion.
dan2k3k4 โ credited anushrikumari โ .
dan2k3k4 โ credited anushrikumari โ .
dan2k3k4 โ credited anushrikumari โ .
dan2k3k4 โ credited anushrikumari โ .
dan2k3k4 โ credited anushrikumari โ .
xjm โ credited anushrikumari โ .
benjifisher โ credited anushrikumari โ .
Updated description that defines the module functionality. I would like some suggestions about the info that we should add/keep or omit from below -
- Users can specify a start date and an end date for the content, defining the duration of the event or period.
- With the date range field, users can easily search and filter content based on specific date criteria.
- Field options
- Date and Time: Stores date and time component.(E.g Thu, 11/02/2023 - 09:00 - Thu, 11/16/2023 - 17:00)
- Date - Stores date only and time is set 12:00 hrs as default. (E.g Thu, 11/02/2023 - 12:00 - Thu, 11/16/2023 - 12:00)
- All Day - Stores date and time, starting with 00:00 hrs of start date and 23:59 hrs of end date (Thu, 11/02/2023 - 00:00 - Thu, 11/16/2023 - 23:59)
- Basic validation that date range provides
- If the one date has value then other date cannot be NULL.
- The end date is always greater than start date.
benjifisher โ credited anushrikumari โ .
John Cook โ credited anushrikumari โ .
John Cook โ credited anushrikumari โ .
Added the description similar to the date field. Also updated the category to "date_time". Attached screenshot for the description.
anushrikumari โ made their first commit to this issueโs fork.
The browser handles the interpretation of every link present in Gmail.The data-saferedirecturl label is automatically appended.
The link displayed on href in your browser appears to lead to one destination but redirects to a URL originating from Google, such as https://www.google.com/url?q= .By doing this, confidential information remains inaccessible to any external parties.
So I think this is working as designed.
I've wrapped the category into @Translation. The description is already added for the field, see screenshot so do we have to add it anywhere else?
The description for the category is already updated at
https://www.drupal.org/project/drupal/issues/3372097
๐
Consider replacing hook_field_type_category_info with YML based plugin discovery
Fixed
Created MR to address point 1.
Added screenshot for review.
anushrikumari โ made their first commit to this issueโs fork.
The issue I found during debugging, when a new identifier label is provided then rather than updating the key value of the old filter identifier it adds a new key with a type string.
$input = [
"date" => "All"
"submit" => "Apply"
"form_build_id" => "form-A3NiCslN2CyU2rJ0l_kFpajDkqmxnrFLlpQ58pZ3z8o"
"form_id" => "views_exposed_form"
"" => "Apply"
"field_date_value" => [
"value" => null
]
]
It should look like
$input = [
"submit" => "Apply"
"form_build_id" => "form-A3NiCslN2CyU2rJ0l_kFpajDkqmxnrFLlpQ58pZ3z8o"
"form_id" => "views_exposed_form"
"" => "Apply"
"date" => [
"value" => "All"
]
]
If we fix this then we will not require adding additional checks for fetching the filter value, otherwise, validation added in #22 solves the error.
P.S. Please ignore the MR for 3336312-23.
anushrikumari โ made their first commit to this issueโs fork.
Hi
I volunteered to cover the photos and videos.
Hi
I volunteered to cover the photos and videos.
@andy-blum, Guiu Rocafort Ferrer and I worked during DrupalCon Lille Contribution Day on this and created a custom module for testing if the patch fixes the issue as the workbench moderation module is not compatible with 11.x yet, the buttons are there but we are not sure if we are missing any class as it is not working as per the design in Figma. If this module works then we can move this to test in Claro.
ckrina โ credited anushrikumari โ .
volkswagenchick โ credited anushrikumari โ .
volkswagenchick โ credited anushrikumari โ .
We, the mentoring team, are triaging issues for first-time contributors at DrupalCon Lille and I think this is a good issue for the contribution day.
We are reserving this issue so please don't work on this issue if you are not at DrupalCon Lille. You can continue the work when the event is over.
Removing the Novice tag as this issue has been to various contribution events, so keeping this in Novice won't be helpful.
Anushri Kumari
Helped with the website of DCP 2023
dan2k3k4 โ credited anushrikumari โ .
Re-roll patch #47 for 9.4.x-dev