home.social

#typo3 — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #typo3, aggregated by home.social.

fetched live
  1. A new #TYPO3 extension has been published: typo3_search_algolia version 1.3.4, compatible with TYPO3 v12.4.x to v12.99.x
    extensions.typo3.org/extension

  2. A new #TYPO3 extension has been published: database_migrations version 0.1.0, compatible with TYPO3 v13.0.x to v13.4.x
    extensions.typo3.org/extension

  3. A new #TYPO3 extension has been published: backendpreviews version 1.5.3, compatible with TYPO3 v10.4.x to v14.99.x
    extensions.typo3.org/extension

  4. Viele fragen mich, was im TYPO3 Komplettkurs steckt. Im neuen Video zeige ich den Kursbereich von innen: 360 Lektionen, Live-Sessions, Slack-Workspace.

    Richtet sich an Integratoren und Admins.

    wwagner.net/blog/a/blick-in-de

    #TYPO3 #Weiterbildung

  5. 🐰 Better scalability with decoupled queues: How to set up RabbitMQ with TYPO3

    TYPO3 supports Symfony Messenger, a flexible message bus with the ability to send messages inside the application for immediate handling or through external message transport services for asynchronous handling. In this article, we go through the steps of adding an external transport, RabbitMQ, to a TYPO3 instance.

    ➡️ b13.com/blog/better-scalabilit

    #TYPO3 #messagebus #rabbitmq

  6. I mourned about my day ... but big, big kudos got to the TYPO3 security team. They took the time to coordinate, review and publish 24 security advisories today including preparing the CVEs.

    Thank you for your ongoing efforts!
    @typo3_security
    @derhansen

    #t3kudos #TYPO3 #security #foss #opensource

  7. Was für ein Tag! 🤯

    Gut, dass da nun geschafft ist.

    - Security Issue raus
    - externe Kommunikation
    - interne Projekte aktualisiert

    Da kommt bestimmt noch was nach ... aber hey 💪

    #TYPO3 #security #opensource #FOSS #powermail #maintainer

  8. Setzt Ihr ein vendor/bin/typo3 extension:setup in einer composer Installation eines TYPO3 nach dem "install" ab, oder als post script in der composer Datei oder weder noch und geht über das Backend?
    Primär möchte ich gewährleisten das ein weiterer Entwickler eine hinzugefügte Tabellenspalte nach einem "composer install" erhält ohne das dies extra kommuniziert werden muss wenn man nicht weiß wie auf der anderen Seite der Workflow ist.
    Was ist da best practise?

    #TYPO3 #followerpower

  9. Funny to think that #opensource communities might still play a bigger part in future, although AI tools revamp the software landscape (and introduce new support methods via personal AI chat instead of personal exchange via stackoverflow, forums, docs, discord and such).

    I for myself feel even more urge to be part of a community like #TYPO3 and their regional camps / get togethers. Especially since coding became prompting in isolation. Or am I the obl one?

    #php #webdev #community #programming #ai #vibecoding

  10. Noch eine Woche bis zum Business Roundtable am 1.9., 16:30 Uhr.

    Die Themen legt die Runde selbst fest, live im Gespräch. Zur Einordnung: Frühere Runden drehten sich zum Beispiel um das TYPO3 Finanzierungsmodell oder KI-Sichtbarkeit, das ist aber nur Inspiration, nicht die Agenda für den 1.9.

    Jetzt Platz sichern: business-roundtable.wwagner.ne

    #TYPO3 #T3BRT

  11. 📙 Creating pages in TYPO3

    There are two ways to add a new page to your site. It can be done either by dragging the new page icon to the desired location in the page tree or by right-clicking on an existing page and using the contextual menu.

    ➡️ docs.typo3.org/m/typo3/tutoria

    #TYPO3

  12. Neues Video: Kein Kunde kauft TYPO3.

    Kunden kaufen keine Software, sie kaufen Kontrolle, Ruhe und die Sicherheit, dass ihr Laden läuft. Wer das erklären kann, verhandelt über Ergebnisse statt über Stundensätze.

    youtube.com/watch?v=5hVIjOuv6bU #TYPO3 #Freelancer

  13. A new #TYPO3 extension has been published: mh_blog version 1.0.0, compatible with TYPO3 v10.4.x
    extensions.typo3.org/extension

  14. Neues Video: Einblicke in meinen TYPO3 Komplettkurs, jetzt aktualisiert für v14.

    Ich zeig dir, was im Kurs steckt und wie er dich vom Einstieg bis zum Expertenwissen bringt. Kontinuierlich gepflegt, damit du immer auf dem neuesten Stand bist.

    youtube.com/watch?v=FBMqM08w2uI #TYPO3

  15. 📙 Enumerations as Extbase model property

    Native PHP enumerations can be used for properties where the database field has a set of values which can be represented by a backed enum.

    ➡️ docs.typo3.org/m/typo3/referen

    #TYPO3 #extbase