Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

blog: December 2024 newsletter #283

Merged
merged 7 commits into from
Dec 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
48 changes: 48 additions & 0 deletions src/content/blog/ddev-dec-2024-newsletter.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
---
title: "DDEV December 2024 Newsletter"
pubDate: 2024-12-03
#modifiedDate: 2024-09-06
summary: DDEV November 2024 Newsletter
author: Randy Fay
featureImage:
src: /img/blog/2024/12/nancy_lewis_colorado_river.jpg
alt: Nancy Lewis painting of Colorado River near Palisade, Colorado
credit: Nancy Lewis painting of the Colorado River near Palisade, Colorado
categories:
- Community
---

**Hello DDEV Community!** It’s always a pleasure to reach out to you at the beginning of the month. Here are some updates for you.

**DDEV v1.24.0** was released with lots of goodies, including PHP 8.4.1 with all extensions, as well as Xdebug. This is a major release with some deprecations and removals, please read the [release blog](release-v1.24.0-php8.4.md) and [release notes](https://github.com/ddev/ddev/releases/tag/v1.24.0).

**TYPO3 Community Budget Ideas:** DDEV has posted a community budget idea for TYPO3's [community budget process](https://typo3.org/article/budget-2025-ideas-for-quarter-1-2025-published-vote-now). We'd like to improve DDEV's xhprof and xhgui even beyond where [@tyler36](https://github.com/tyler36) has already taken the [DDEV xhgui add-on](https://github.com/ddev/ddev-xhgui) and incorporate it into core. If you're a member of the TYPO3 association you've gotten an email about voting on this, please vote for the DDEV proposal!

**DDEV Blogs and News**

* [DDEV Usage Statistics](stats-on-ddev-usage-nov-2024.md)
* [Setting up a Windows Machine for DDEV](windows-ddev-setup.md)
* [Contributor Training: DDEV Analytics with Amplitude](https://ddev.com/blog/amplitude-ddev-analytics-contributor-training/)
* [DDEV Advisory Group Meeting](https://github.com/orgs/ddev/discussions/6682). These meetings happen every two months and you're always invited. The next one is Wednesday, January 8, 2025, and is the most important meeting of the year. We will review 2024 and plan for 2025. We'd love to have you [join us](https://www.meetup.com/ddev-events/events/303197425).

**DDEV Notes from around the web**

* Drupal lead Dries Buyteart posted [Installing Drupal CMS (or Drupal Starshot) using DDEV](https://dri.es/installing-drupal-cms-or-drupal-starshot-using-ddev).
* Drupal at your Fingertips contains loads of great DDEV advice, including how to set up Apache Solr, see [Drupal and Solr](https://www.drupalatyourfingertips.com/development#solr-and-ddev) (and lots of advice about other things including Xdebug).
* [SilverStripe and Elasticsearch with DDEV](https://firesphere.dev/articles/ddev-elasticsearch-and-silverstripe)
* [Xdebug, DDEV, WSL2 and corporate network restrictions](https://www.koehnlein.eu/en/blog/2024/ddev-wsl-xdebug/)
* [DDEV matomo add-on](https://www.linkedin.com/pulse/phase-2-week-3-whos-valery-lourie-nskjf/)


**Fully funding Maintainer Stas**: *We need your help and your organization's help! Let me know if you need help getting this into your 2025 budget!* Our key financial goal is to [fully fund @stasadev so he can work exclusively on DDEV](lets-fund-stas-maintainer.md). We’re about 30% of the way to that goal, but apparently due to market conditions, have been going backward in recent months. We need about $3700/month in increased pledges from organizations and individuals. See [Full information about supporting DDEV](https://github.com/sponsors/ddev). We’re happy to invoice you, happy to [do a call discussing this](https://cal.com/randyfay/30min), and would love it if you’d include DDEV in your 2025 budgeting process. (Our current status: We receive about $3000-$4000/month, spend about $4000/month. Bank balance is about $9,300, up from $9,000 last month.)

**THANKS to all of you who are supporting DDEV’s path to sustainability** and who have gotten your organizations to do so.

Want to keep up as the month goes along? Follow on
* [blog](https://ddev.com/blog/)
* [LinkedIn](https://www.linkedin.com/company/ddev-foundation)
* [Mastodon](https://fosstodon.org/@ddev)
* [Bluesky](https://bsky.app/profile/ddev.bsky.social)
* and join our community on [Discord](https://discord.gg/5wjP76mBJD)

Happy December from Randy Fay, DDEV Project Lead.
2 changes: 1 addition & 1 deletion src/content/blog/release-v1.24.0-php8.4.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Congratulations to **all of you and all contributors who made this happen**. It'
<dt>Do I have to change how I use the <code>drupal</code> project type?</dt>
<dd>If your project is actually a Drupal 11 project, there's no reason to make any changes. If your project is Drupal 8-10, you may want to change it to project type <code>drupal10</code>, for example although there's no meaningful difference in this release. </dd>
<dt>What if I want more locales than the ones provided by default?</dt>
<dd>The default locales installed in the web container for v1.24.0 are <code>en_CA.UTF-8, en_US.UTF-8, en_GB.UTF-8, de_DE.UTF-8, de_AT.UTF-8, fr_CA.UTF-8, fr_FR.UTF-8, ja_JP.UTF-8, ru_RU.UTF-8</code>. If you need other locales, all locales will be installed if you add <code>locales-all</code> to your <code>webimage_extra_packages</code> in <code>.ddev/config.yaml</code> For example, <code>webimage_extra_packages: ["locales-all"]</code></dd>
<dd>The default locales installed in the web container for v1.24.0 are <code>en_CA.UTF-8, en_US.UTF-8, en_GB.UTF-8, de_DE.UTF-8, de_AT.UTF-8, fr_CA.UTF-8, fr_FR.UTF-8, ja_JP.UTF-8, ru_RU.UTF-8</code>. If you need other locales, all locales will be installed if you add <code>locales-all</code> to your <code>webimage_extra_packages</code> in <code>.ddev/config.yaml</code> For example, <code>webimage_extra_packages: ["locales-all"]</code>. (If you use other locales that you think should be added by default, we're happy to hear about them.)</dd>
<dt>What should I do after upgrading DDEV?</dt>
<dd>DDEV will already ask you to do a <code>ddev poweroff</code>, but consider doing a <code>ddev config --update</code> on your projects. This will auto-detect your project type and required PHP version. It may switch the <code>drupal</code> type to <code>drupal10</code> or <code>drupal11</code>.</dd>
</dl>
Expand Down
Loading