alexanderschnitzler, to php German
@alexanderschnitzler@mstdn.social avatar

Hier haben doch letzte ein paar Leute über verschiedene Localization-Tools gesprochen, innerhalb und außerhalb der IDE. Wer war das und was waren die Tools?

ErHaWeb, to composer German
@ErHaWeb@phpc.social avatar

Learning of the day: If you have dependencies to in your that cannot also be specified in ext_emconf.php and want to publish your extension in , you have to deliver the dependencies as (-)bundle to prevent broken classic Installs. Helmut Hummel has long since published the solution to this problem:
https://insight.helhum.io/post/148112375750/how-to-use-php-libraries-in-legacy-extensions

helhum, to php
@helhum@chaos.social avatar

Dear peeps. How likely is it, that you are going to use/ start with v13.0.0 for any serious project?

v13.0 has been released 3 weeks ago and on Packagist, I'm seeing 69 installs (as of now):
https://packagist.org/packages/typo3/cms-core/stats#major/13

v12 LTS has 2.3k installs
https://packagist.org/packages/typo3/cms-core/stats#major/12

v11 LTS has 3.5k installs
https://packagist.org/packages/typo3/cms-core/stats#major/11

v12.0.0 peaked at 134 installs
https://packagist.org/packages/typo3/cms-core/stats#v12.0.0

Wild guess from these numbers: very unlikely…

wdyt?

Xitnelat, to php German
@Xitnelat@wue.social avatar

Wenn ich manchmal sehe, was die jüngeren Generationen in mit ViewHelpern "zaubern"... 🙄
war früher nicht schlecht - und das meiste funktioniert noch immer. Und erzählt mir nix, von wegen eigener ViewHelper wäre einfacher - wenn man die Aufgabe auch via TypoScript den Core lösen lassen könnte.
ViewHelper sind kein Allheilmittel.

sebastian, to php
@sebastian@phpc.social avatar

Looking at the website, I do not see a Call for Papers. Is it already over? Will there be none? Am I blind? I would like to share what we have been up to in land with the community 😉

supergarv, (edited ) to php German
@supergarv@phpc.social avatar

Ihr sprecht aus wie...

supergarv, to php German
@supergarv@phpc.social avatar

Letzte Woche bin ich dann auch produktiv in ein Migrationsprojekt von v4.5 zu 12.4 eingestiegen. Entweder bin ich in einem halben Jahr sehr erleichtert oder sehr zerstört.

supergarv, to php German
@supergarv@phpc.social avatar

Sooooo, wer mag denn meine erste Core contribution (saftige +3/-1 Zeilen) mal reviewen und zusätzlich mit mir über Anpassungen am ImageViewHelper zum nicht-croppen von SVGs sprechen? 😇

ErHaWeb, to php German
@ErHaWeb@phpc.social avatar

Wie ihr vermutlich schon wisst, werden nun auch von packagist.org (mit Typ typo3-cms-extension) im gelistet, die gar nicht explizit im TER veröffentlicht wurden. Meine Gedanken dazu habe ich mal hier geteilt. Bin gespannt auf euer Feedback.
https://forum.t3academy.de/d/215-composer-packages-jetzt-auch-im-ter-fluch-oder-segen

kaffeeringe, to php German
@kaffeeringe@social.tchncs.de avatar

🤮

koehnlein, to php
@koehnlein@mastodon.social avatar

I am maintaing a "not so small" project for about seven years now - but sometimes I am still surprised what the previous integrators and developers have done there.

Today's example:

<f:format.html parseFuncTSPath="">{content}</f:format.html>

instead of

<f:format.raw>{content}</format.raw>

cybersmog, to php
@cybersmog@phpc.social avatar

📣 Sei dabei beim der lebendigen Münchner TYPO3 Community am 14. August, 19 Uhr! 🍻 Treffpunkt: Augustiner Biergarten, Arnulfstraße. Netzwerken, Erfahrungen austauschen und diskutieren – in entspannter Atmosphäre.
https://www.meetup.com/de-DE/munich-typo3-user-group/events/295195338/

danielsiepmann, to php

I'm curious. Which topics are you working on or interested in right now?

I'm currently in another update from 10 to 12. Invested some time in understanding ES6 JavaScript modules and how to use the TYPO3 modules within custom TypeScript for our own backend module.

smic, to php
@smic@mastodon.online avatar

Lazy feature request: Bring data processors to extbase plugins.

I think putting a data processor layer between the extbase controller and the fluid rendering would be a small step, but huge for flexibility.

josefglatz, to php
@josefglatz@fnordon.de avatar

Is it time to put https://github.com/helhum/dotenv-connector into the core?

Who does not use any .env file in 2023?

sven, to php German
@sven@mastodon.wappler.systems avatar

Ich musste für ein Projekt eine LDAP Umgebung aufsetzen, um eine LDAP Auth Extension ans Laufen zu bringen.
Dazu habe ich in DDEV passende Docker images eingebunden. UND ich habe extra für den Beitrag ein schönes Bild generieren lassen 😜

josefglatz, to php German
@josefglatz@fnordon.de avatar

Ich starte für mich ein Experiment einfach mal rundum zu streamen. Und zwar jeden Donnerstag früh um 6:30 MEZ.

Falls du Bock hast auf einen unvorbereitet Stream wo ich TYPO3 Core Contribution mache, dann schau einfach auf twitch zu! unter https://www.twitch.tv/josefglatz/schedule findest du den Schedule und den Stream.

PS: ich werde wohl einen Patch für den ElementHistoryController erstellen, testen und schließlich am Review-System hochladen. Vl. spannend für jene, die noch keinen Patch gebaut haben.

alexanderschnitzler, to php
@alexanderschnitzler@mstdn.social avatar

Embrace change!
Currently upgrading an app from 8.7 up to 12 LTS, from PHP 7.3 up to 8.2. Non composer to composer. FTP to ssh+rsync via Gitlab CI job. First time unit and functional tests and frontend tests with codeception. Up to phpstan level 6 fixed. And much more.

A looot of work but things start to look really well now.

koehnlein, to php
@koehnlein@mastodon.social avatar

Hey bubble, I wonder if there are more modern solutions for translated country names in the year 2024 than good old EXT:static_info_tables. - Any suggestions?

danielsiepmann, (edited ) to php

Really motivating. Currently working on the content-blocks extension to provide out of the box inline rendering. content_blocks allows easily create relations to other records. E.g. to content for tabs, accordion, slider etc. Or to other records like fe_users. TYPO3 already allows defining custom renderer for all types of records to provide a proper preview in TYPO3 backend.

Many thanks to Nikita who seems to be the main driver right now.

content_blocks will hopefully provide a ready to use rendering of those relations. Current progress (github.com/nhovratov/content-b…):

ErHaWeb, to php German
@ErHaWeb@phpc.social avatar

The in sometimes confuses . Think of public getter without class property like FileReference::getProperties usable via yourFileRef.properties. Wouldn't it be better to list ALL information that can be used? What do you think?

againman, to php German
@againman@bildung.social avatar

OK, ich bin blutiger Anfänger, aber kann es sein, dass der Texteditor in extrem eingeschränkt ist?

t3muc, to php German
@t3muc@typo3.social avatar

Mit Topwire können dynamische und interaktive Webseiten erstellt werden, ohne die Notwendigkeit, JavaScript zu schreiben.
@helhum zeigt uns heute Abend bei der einige Praxisbeispiele und steht für Fragen zur Verfügung.

https://www.meetup.com/de-DE/munich-typo3-user-group/events/298086626/

supergarv, to php German
@supergarv@phpc.social avatar

Ich bin so froh dass Code-Reviews mit gemacht werden, und nicht .
Letztere mache ich im Doku-Team mit, und es ist ein Grauen:

  • Kann Codechanges nicht ohne Kommentare sehen
  • Kann Kommentare nicht zuverlässig code-zugeordnet sehen
  • Folding von Kommentaren versteckt wichtige Dinge
  • Un-Erledigte Änderungen nicht klar sichtbar
  • Kein schneller Kommentarüberblick

Einzig hübscher sieht es aus, Gerrit sieht schon eher so nach Spreadsheet-Wrestling aus.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • provamag3
  • rosin
  • thenastyranch
  • Durango
  • DreamBathrooms
  • ngwrru68w68
  • magazineikmin
  • cubers
  • Youngstown
  • mdbf
  • slotface
  • osvaldo12
  • GTA5RPClips
  • kavyap
  • megavids
  • InstantRegret
  • everett
  • tacticalgear
  • vwfavf
  • tester
  • normalnudes
  • modclub
  • ethstaker
  • khanakhh
  • cisconetworking
  • anitta
  • Leos
  • JUstTest
  • All magazines