“”

PSbits | Foundation PSbits | Foundation

psb_foundation / stable

Configuration framework for TYPO3 extension development

This version supports TYPO3

Older versions also support TYPO3

Composer support

composer req psb/psb-foundation

Tags

#Extbase #Framework #extension #development

Last upload comment

Bugfix issue 6 (#8)

* [TASK] Set version to 1.2.4.
* [BUGFIX] Avoid double processing of translate arguments. vsprintf must not be executed if the translate function of extbase already returned a value other than null (which means that the translate arguments were already applied to the string via sprintf).

Downloads by month

Download 1.2.4 External Manual Found an Issue? Code Insights Packagist.org Donate and Give Kudos
Author
Daniel Ablass
Last update
09. Jan 2023
First upload
07. Apr 2022
Downloads
894
Category
Miscellaneous
Dependencies
  • PHP (7.4.0 - 8.1.0)
  • TYPO3 (11.5.5 - 11.5.99)

Installation

  1. Download ZIP file
  2. Log into your TYPO3 backend
  3. Go to Extension Manager module
  4. Press the upload button on the top bar
  5. Select the ZIP file and upload it. If you want to overwrite an existing extension installation, activate the checkbox.
  1. Go to your folder where the root composer.json file is located
  2. Type: composer req psb/psb-foundation to get the latest version that runs on your TYPO3 version.
  1. Download T3X file
  2. Log into your TYPO3 backend
  3. Go to Extension Manager module
  4. Press the upload button on the top bar
  5. Select the T3X file and upload it. If you want to overwrite an existing extension installation, activate the checkbox.

Other extensions by this user (2)

PSbits | Debug
(psb_debug)

a collection of debugging tools

Supported TYPO3 versions:
PSbits | ViewHelpers PSbits | ViewHelpers
(psb_view_helpers)

Collection of useful ViewHelpers

Supported TYPO3 versions:

Version history

Version Upload comment Works with TYPO3 Download
1.2.4 / stable
January 09, 2023
Bugfix issue 6 (#8)

* [TASK] Set version to 1.2.4.
* [BUGFIX] Avoid double processing of translate arguments. vsprintf must not be executed if the translate function of extbase already returned a value other than null (which means that the translate arguments were already applied to the string via sprintf).
11.5.5 - 11.5.99 Download
1.2.3 / stable
October 14, 2022
[TASK] Set version to 1.2.3.
[BUGFIX] Apply translation arguments only when a translation exists.
[BUGFIX] Fix "undefined array key" in TypoScript condition for page types.
[BUGFIX] Fix "undefined array key" when checking if TypoScript is available in contexts other than Frontend.
[BUGFIX] Load general EarlyAccessConstants also when there is a context specific file.
11.5.5 - 11.5.99 Download
1.2.2 / stable
September 29, 2022
[TASK] Set version to 1.2.2.
[BUGFIX] Add default value if array key "allowTableOnStandardPages" is not set. (thanks to web-it-solutions)
11.5.5 - 11.5.99 Download
1.2.1 / stable
August 30, 2022
Compatibility release

[TASK] Add PHP 8 to compatibility information.
[TASK] Set version to 1.2.1.
11.5.5 - 11.5.99 Download
1.2.0 / stable
June 17, 2022
[TASK] Set version to 1.2.0.
11.5.5 - 11.5.99 Download
1.1.0 / stable
June 10, 2022
[FEATURE] Allow linebreaks for long string values in annotations (e.g. foreignTableWhere).
[TASK] Convert space indentations to tabs in XLF-files.
[TASK] Set version to 1.1.0.
[TASK] Use .editorconfig from typo3 project.
11.5.5 - 11.5.99 Download
1.0.2 / stable
June 06, 2022
[TASK] Add automatic deployment to TER.
[TASK] Change TSconfig directories to match the official CGL.
[TASK] Fix typo in README.md
[TASK] Fix wrong language file paths in README.md.
[TASK] Improve execution of unit tests.
[TASK] Set version to 1.0.2.
[TASK] Update manual.
[TASK] Use OpCode variants of native php functions.
[BUGFIX] Take application context into account in TypoScriptUtilityTest.
11.5.5 - 11.5.99 Download
1.0.1 / stable
April 19, 2022
[BUGFIX] ContextUtility crashed in CLI mode.
[BUGFIX] foreign_field may be empty now for TCA-type "inline".
11.5.5 - 11.5.99 Download
1.0.0 / stable
April 07, 2022
This is the first release of PSB Foundation. See the README.md for details.
11.5.5 - 11.5.99 Download