- Nov 01, 2023
-
-
Christian Kuhn authored
https://github.com/TYPO3-CMS/styleguide/pull/474 Styleguide is not API.
-
Christian Kuhn authored
https://github.com/TYPO3-CMS/styleguide/pull/473 Gives that .css file a more unique name indicating it belongs to ext:styleguide.
-
-
Benjamin Franzke authored
https://github.com/TYPO3-CMS/styleguide/pull/471 Use thje common-js file suffix as preparation for the merge into typo3/typo3 where all .js files need .ts (TypeScript) counterpart.
-
Christian Kuhn authored
https://github.com/TYPO3-CMS/styleguide/pull/470 Move header comment to correct position.
-
Christian Kuhn authored
https://github.com/TYPO3-CMS/styleguide/pull/469 The third argument on SystemEnvironmentBuilder::run() is obsolete.
-
Christian Kuhn authored
https://github.com/TYPO3-CMS/styleguide/pull/468 Update a series of files that are executable but shouldn't.
-
Christian Kuhn authored
https://github.com/TYPO3-CMS/styleguide/pull/467 The core monorepo runs tests based on styleguide data. The acceptance tests of the backend module will fail when styleguide is merged into core monorepo since the backend acceptance test setup creates styleguide data already. We'll remove the ac test together with a related functional test for now.
-
Jasmina Ließmann authored
https://github.com/TYPO3-CMS/styleguide/pull/466 Update backend labels shown in "About TYPO3 CMS" module. Move backend module to group "System".
-
- Oct 31, 2023
-
-
-
Christian Kuhn authored
https://github.com/TYPO3-CMS/styleguide/pull/464 Have a unique BE css id to restrict any declared CSS to the styleguide module.
-
- Oct 30, 2023
-
-
Jasmina Ließmann authored
-
-
Christian Kuhn authored
-
Jasmina Ließmann authored
-
Christian Kuhn authored
https://github.com/TYPO3-CMS/styleguide/pull/460 Shorten README.md to relevant text valid when styleguide is merged into core monorepo. Also remove the 'legal' note of the tree icon since it was meanwhile changed by us to a different one.
-
-
Christian Kuhn authored
https://github.com/TYPO3-CMS/styleguide/pull/458 This is actually most likely a phpstan bug. We add an @var hint to circumvent.
-
-
Christian Kuhn authored
https://github.com/TYPO3-CMS/styleguide/pull/456 To prepare a monorepo merge of the styleguide extension, we're for now removing the code example syntax highlighting of the module to avoid a JS dependency. We may later add something again.
-
Christian Kuhn authored
https://github.com/TYPO3-CMS/styleguide/pull/454 Resource\Enum\DuplicationBehavior instead of Resource\DuplicationBehavior, see https://review.typo3.org/c/Packages/TYPO3.CMS/+/79568
-
Christian Kuhn authored
https://github.com/TYPO3-CMS/styleguide/pull/453 * Align rules with core * php-cs-fixer 3.37.1 and don't allow updates to be in line with core > composer req --dev friendsofphp/php-cs-fixer:3.37.1 > Build/Scripts/runTests.sh -s cgl
-
- Oct 26, 2023
-
-
Anja authored
https://github.com/TYPO3-CMS/styleguide/pull/451 We're adding core code to add default sql definitions derived from TCA. Fields of type=number do not need to be set anymore. See: https://review.typo3.org/c/Packages/TYPO3.CMS/+/81532 Releases: main Related: https://forge.typo3.org/issues/102237
-
- Oct 24, 2023
-
-
Christian Kuhn authored
https://github.com/TYPO3-CMS/styleguide/pull/450 We have a useful command with styleguide:generate, the 'example' styleguide:kauderwelsch is not needed anymore.
-
- Oct 23, 2023
-
-
Jasmina Ließmann authored
https://github.com/TYPO3-CMS/styleguide/pull/449 Releases: main
-
Christian Kuhn authored
https://github.com/TYPO3-CMS/styleguide/pull/448 The custom eval example is old fashioned and should not be outlined as core example anymore since there are much better solutions based on own renderType's nowadays.
-
- Oct 22, 2023
-
-
Nikita Hovratov authored
https://github.com/TYPO3-CMS/styleguide/pull/447 An example for foreign_match_fields is added, which demonstrates how to reuse a child table in multiple type inline fields. Releases: main
-
Anja authored
https://github.com/TYPO3-CMS/styleguide/pull/446 We're adding core code to add default sql definitions derived from TCA. Fields of type=inline do not need to be set anymore. If the child side definition is set as * foreign_table_field * foreign_field and TCA of those fields is absent or set to type="passthrough", also those child relation SQL definition is autogenerated and can be removed from ext_tables.sql file. See: https://review.typo3.org/c/Packages/TYPO3.CMS/+/81488 Releases: main Related: https://forge.typo3.org/issues/102210
-
- Oct 16, 2023
-
-
Anja authored
https://github.com/TYPO3-CMS/styleguide/pull/445 We're adding core code to add default sql definitions derived from TCA. Fields of type=link do not need to be set anymore. See: https://review.typo3.org/c/Packages/TYPO3.CMS/+/81427 Releases: main Related: https://forge.typo3.org/issues/102168
-
Nikita Hovratov authored
We're adding core code to add default sql definitions derived from TCA. Fields of type=radio do not need to be set anymore. See: https://review.typo3.org/c/Packages/TYPO3.CMS/+/81426 Releases: main Related: https://forge.typo3.org/issues/102163
-
- Oct 12, 2023
-
-
- Oct 06, 2023
-
-
Christian Kuhn authored
The userfunc setup number_6 is obsolete.
-
Christian Kuhn authored
We're adding core code to add default sql definitions derived from TCA. Fields of type=color do not need to be set anymore. See: https://review.typo3.org/c/Packages/TYPO3.CMS/+/81366 Releases: main Related: https://forge.typo3.org/issues/102107
-
Christian Kuhn authored
And change existing ext_tables.sql definitions to sane values.
-
Christian Kuhn authored
The required table covers this already and elements_basic table should not have required fields.
-
Christian Kuhn authored
We're adding core code to add default sql definitions derived from TCA. Fields of type=password do not need to be set anymore. See: https://review.typo3.org/c/Packages/TYPO3.CMS/+/81362 Releases: main Related: https://forge.typo3.org/issues/102106
-
Christian Kuhn authored
-
- Oct 04, 2023
-
-
Anja Leichsenring authored
We're adding core code to add default sql definitions derived from TCA. Fields of type=text do not need to be set anymore. See: https://review.typo3.org/c/Packages/TYPO3.CMS/+/81127 Releases: main Related: https://forge.typo3.org/issues/101986
-
Christian Kuhn authored
With https://review.typo3.org/c/Packages/TYPO3.CMS/+/81181 being done, we can remove "empty" placeholder definitions from ext_tables.sql.
-
- Sep 21, 2023
-
-
Christian Kuhn authored
We're adding core code to add default sql definitions derived from TCA. Fields of type=flex do not need to be set anymore. See: https://review.typo3.org/c/Packages/TYPO3.CMS/+/81158 Releases: main Related: https://forge.typo3.org/issues/101997
-