A set of tools for creating page templates, content elements, models for working with records, as well as modules for viewing, exporting and importing records in the system.
11.0.8
Version | Upload comment | Works with TYPO3 | Download |
---|---|---|---|
11.0.8 /
beta
September 20, 2021 |
11.0.8
|
9.0.0 - 10.9.99 | Download |
11.0.7 /
beta
May 16, 2021 |
Fixed several bugs (making a website about chess)
|
9.0.0 - 10.9.99 | Download |
11.0.6 /
beta
May 05, 2021 |
New version
|
9.0.0 - 10.9.99 | Download |
11.0.5 /
beta
April 23, 2021 |
Completion of the constructor
|
9.0.0 - 10.9.99 | Download |
11.0.4 /
beta
April 18, 2021 |
Add model "SysFluxSetting.php" (analog flux_capicator).
|
9.0.0 - 10.9.99 | Download |
11.0.3 /
beta
April 15, 2021 |
Integration with "flux" extension.
|
10.0.0 - 10.9.99 | Download |
11.0.2 /
beta
April 11, 2021 |
Getting Started with the "flux" Extension Features.
|
10.0.0 - 10.9.99 | Download |
11.0.1 /
alpha
April 04, 2021 |
The main change is the transition from annotations to the magic variable $ TYPO3 = []; Overhaul of the creation of columns and relationships in models (Eloquent ORM). A number of functions have been added, panels and editing buttons have been improved.
|
10.0.0 - 10.9.99 | Download |
11.0.0 /
alpha
January 31, 2021 |
This is an interim release to get familiar with the functionality.
|
7.0.0 - 11.9.99 | Download |
10.4.0 /
alpha
April 25, 2020 |
Support for TYPO3 v10.4
|
10.4.0 - 10.9.99 | Download |
9.0.5 /
alpha
April 12, 2020 |
Support for TYPO3 v10
|
10.0.0 - 10.9.99 | Download |
9.0.3 /
alpha
April 04, 2020 |
Refining relationship fields: REL_1to1, REL_1toM, REL_Mto1, REL_MtoM.
|
9.0.0 - 9.9.99 | Download |
9.0.2 /
alpha
March 06, 2020 |
Minor changes in the code. The latest current version at the moment.
|
9.0.0 - 9.9.99 | Download |
9.0.1 /
alpha
January 08, 2020 |
Add module Import (Xls, Csv).
|
9.0.0 - 9.9.99 | Download |
9.0.0 /
alpha
December 31, 2019 |
Add two dependencies to your project so that the extension works. See examples in the typo3conf/air_table/Classes/Domain/Model/. /usr/local/php-cgi/7.0/bin/php /usr/local/bin/composer require illuminate/database --ignore-platform-reqs /usr/local/php-cgi/7.0/bin/php /usr/local/bin/composer require rap2hpoutre/fast-excel --ignore-platform-reqs <?php typo3conf/ext/myext/Classes/Domain/Model/Blank.php namespace YOU\Myext\Domain\Model; /** * @AirTable:<Table> * @AirTable\Parameter\Label:<My first table> */ class Blank extends \Litovchenko\AirTable\Model\BaseCrud { use \Litovchenko\AirTable\Field\Traits\Title; use \Litovchenko\AirTable\Field\Traits\AltTitle; use \Litovchenko\AirTable\Field\Traits\Disabled; use \Litovchenko\AirTable\Field\Traits\Deleted; use \Litovchenko\AirTable\Field\Traits\Sorting; /** * @AirTable\Field:<Input> * @AirTable\Field\Parameter\Label:<My first title> */ protected $test; /** * Change TCA configuration * @configuration (TCA array) * @return array */ public static function postBuildConfiguration(&$configuration = []) { } } ?> |
9.0.0 - 9.9.99 | Download |
8.7.25 /
beta
June 01, 2019 |
Refinement of supporting relationships between models. Modification of the data export / import module. Creating a module constructor. Creating a module for visualizing connections between models. The extension is focused on creating websites using the Yii2 framework (EXT extension: yii2 - the release of the next version will take place a little later).
|
8.0.0 - 8.99.99 | Download |
8.7.24 /
experimental
April 07, 2019 |
New version.
|
8.0.0 - 8.99.99 | Download |
8.0.10 /
experimental
February 03, 2019 |
Add module 1) List models, 2) Export, 3) Import, 4) View categories, 5) Relation visualization.
|
8.0.0 - 8.99.99 | Download |
8.0.8 /
experimental
December 31, 2018 |
Improved support for relationships between tables: REL_1to1, REL_1toM, REL_Mto1, REL_MtoM, REL_Morph
|
8.0.0 - 8.99.99 | Download |
8.0.6 /
experimental
March 10, 2018 |
Changes for Yii2 framework
|
8.0.0 - 8.99.99 | Download |
8.0.5 /
experimental
February 12, 2018 |
1. Rename models names; 2. Add new type for model "TxAirTableMarks"; 3. Set "default=0" for config "lib.RADIO"
|
8.0.0 - 8.99.99 | Download |
8.0.3 /
experimental
February 04, 2018 |
Small changes for Yii2 framework
|
8.0.0 - 8.99.99 | Download |
8.0.2 /
experimental
January 24, 2018 |
1. Changed the approach of creating new tables, content items. 2. Added dependence on the extension Gridelements (content element "TtContentGridElements". 3. All examples are added to the "Models / Examples" folder. |
8.0.0 - 8.99.99 | Download |
8.0.0 /
experimental
November 26, 2017 |
Live TCA generator (AirTable) A tool for creating new tables, content items (tt_content: content container, content element, content plugin), page types (pages: doktype, subdoktype, module), and adding columns to existing tables (pages, tt_content, fe_us |
8.0.0 - 8.99.99 | Download |
0.0.62 /
experimental
May 03, 2016 |
New version.
|
4.7.0 - 6.1.99 | Download |
0.0.61 /
experimental
April 30, 2016 |
Add module export, import from CSV file.
|
4.7.0 - 6.1.99 | Download |
0.0.60 /
experimental
March 29, 2016 |
Modification $TBE_STYLES for page login: Example page backend login: http://t3club.com/typo3/ |
4.7.0 - 6.1.99 | Download |
0.0.59 /
experimental
March 19, 2016 |
Manual: http://t3club.com/wiki.html
|
4.7.0 - 6.1.99 | Download |
0.0.57 /
experimental
February 15, 2016 |
New version. |
4.7.0 - 6.1.99 | Download |
0.0.55 /
experimental
October 25, 2015 |
While the latest release. Documentation will be prepared...
|
4.7.0 - 6.1.99 | Download |
0.0.54 /
experimental
October 04, 2015 |
Dependencies (EXT: Ari_Table + EXT: Boards)
|
4.7.0 - 6.1.99 | Download |
0.0.53 /
experimental
October 02, 2015 |
New version.
|
4.7.0 - 6.1.99 | Download |
0.0.51 /
experimental
September 24, 2015 |
New version.
|
4.7.0 - 6.1.99 | Download |
0.0.50 /
experimental
September 14, 2015 |
revision "sys_file_uploads" for tt_content TYPO3 4.7.
|
4.7.0 - 6.1.99 | Download |
0.0.48 /
experimental
September 03, 2015 |
An intermediate version!
|
4.7.0 - 6.1.99 | Download |
0.0.47 /
experimental
August 07, 2015 |
An intermediate version to 0.0.48
|
4.7.0 - 6.1.99 | Download |
0.0.46 /
experimental
July 09, 2015 |
Add table for note.
|
4.7.0 - 6.1.99 | Download |
0.0.45 /
experimental
May 12, 2015 |
For the "landing Page" is also suitable!
|
4.7.0 - 6.1.99 | Download |
0.0.44 /
experimental
April 23, 2015 |
New version.
|
4.7.0 - 6.1.99 | Download |
0.0.43 /
experimental
April 23, 2015 |
New version.
|
4.7.0 - 6.1.99 | Download |
0.0.42 /
experimental
April 21, 2015 |
Add xclass for sort child pages.
|
4.7.0 - 6.1.99 | Download |
0.0.41 /
experimental
April 16, 2015 |
Rename pic.
|
4.7.0 - 6.1.99 | Download |
0.0.40 /
experimental
April 16, 2015 |
Small change.
|
4.7.0 - 6.1.99 | Download |
0.0.39 /
experimental
April 16, 2015 |
New version.
|
4.7.0 - 6.1.99 | Download |
0.0.38 /
experimental
April 07, 2015 |
New version.
|
4.7.0 - 6.1.99 | Download |
0.0.37 /
experimental
April 01, 2015 |
New version.
|
4.7.0 - 6.1.99 | Download |
0.0.35 /
stable
February 12, 2015 |
New version.
|
6.1.7 - 6.1.9 | Download |
0.0.34 /
stable
January 22, 2015 |
New version.
|
6.1.0 - 6.1.99 | Download |
0.0.33 /
stable
December 24, 2014 |
Move new content element from plugin tags to shows
|
6.0.0 - 6.1.99 | Download |
0.0.32 /
stable
December 09, 2014 |
New version.
|
6.0.0 - 6.1.99 | Download |
0.0.31 /
stable
December 04, 2014 |
Fix bug icon for Mac And Firefox
|
6.0.0 - 6.1.99 | Download |
0.0.30 /
stable
November 30, 2014 |
Final chenge in 0.0.x version this extension.
|
6.0.0 - 6.1.99 | Download |
0.0.29 /
stable
November 29, 2014 |
Add "/typo3conf/ext/air_table/pbild/ColumnLibraryConfiguration.v2.0.ts" Fix bug generation TCA columns (valid column) if(!preg_match("/^[a-zA-Z_][a-zA-Z0-9_]*$/", $keyValidate)) { |
6.0.0 - 6.1.99 | Download |
0.0.28 /
stable
November 27, 2014 |
Fix bug "if ($velem['vDEF'] != "" && $velem['vDEF'] == 0) {"
|
6.0.0 - 6.1.99 | Download |
0.0.27 /
stable
November 27, 2014 |
1. Fix bug in TYPO3 (flexform toggle title) See function "getSingleField_typeFlex_draw" /typo3conf/ext/air_table/Classes/Form/FormEngine.php 2. Add hide/unhide button for flexform toggle |
6.0.0 - 6.1.99 | Download |
0.0.26 /
stable
November 20, 2014 |
Small change
|
6.0.0 - 6.1.99 | Download |
0.0.25 /
stable
November 20, 2014 |
Replace select
|
6.0.0 - 6.1.99 | Download |
0.0.24 /
stable
November 20, 2014 |
Update "?ext=1" info.
|
6.0.0 - 6.1.99 | Download |
0.0.23 /
stable
November 19, 2014 |
Add EXT air_table_temp
|
6.0.0 - 6.1.99 | Download |
0.0.22 /
stable
November 11, 2014 |
1. Exclude dynamic property (flexform) 2. Add button "see def property" |
6.0.0 - 6.1.99 | Download |
0.0.21 /
stable
October 23, 2014 |
New version
|
6.0.0 - 6.1.99 | Download |
0.0.20 /
stable
October 06, 2014 |
Working version.
|
6.0.0 - 6.1.99 | Download |
0.0.19 /
stable
September 13, 2014 |
New page type and New element content (with Wizzard) - become easier
|
6.0.0 - 6.1.99 | Download |
0.0.18 /
stable
September 10, 2014 |
(V.17) ++ settings (be - user) - добавил настройки, что бы в дереве страниц выводились [№-страниц и домены] ++ new content element (cwizard) - при добавлении в tt_content также добавляется ++ сделал поддержку разделения папок для разных сайтов (V. |
6.0.0 - 6.1.99 | Download |
0.0.16 /
alpha
August 10, 2014 |
Fix bug fal edit icon.
|
6.0.0 - 6.1.99 | Download |
0.0.15 /
alpha
August 10, 2014 |
1. Modif Fal. 2. Enable progress bar 3. Change my todo save algoritme 4. Include events (board fournal) - beta preview 5. Modif module mod1 |
6.0.0 - 6.1.99 | Download |
0.0.14 /
alpha
July 31, 2014 |
Add help info version extensions: http://your-site.com/?ext=1 Fix bug FAL (if create new records). |
6.0.0 - 6.1.99 | Download |
0.0.13 /
alpha
July 16, 2014 |
Modif Fal.
|
6.0.0 - 6.1.99 | Download |
0.0.12 /
alpha
June 24, 2014 |
Fix bug compilation def property "pelem".
|
6.0.0 - 6.1.99 | Download |
0.0.11 /
alpha
June 24, 2014 |
Add FAL icon hook.
|
6.0.0 - 6.1.99 | Download |
0.0.10 /
alpha
June 06, 2014 |
Add domain model. Now the table can be grouped into the domain model |
6.0.0 - 6.1.99 | Download |
0.0.9 /
alpha
June 05, 2014 |
Next version (upgrage compilation).
|
6.0.0 - 6.1.99 | Download |
0.0.8 /
alpha
June 03, 2014 |
Clear old files
|
6.0.0 - 6.1.99 | Download |
0.0.7 /
alpha
June 02, 2014 |
1) Clear ext_tables.php and tca.php 2) Add extTables_2.php in fileadmin/ path. 3) Clear extensions (old images) |
6.0.0 - 6.1.99 | Download |
0.0.6 /
alpha
May 27, 2014 |
Small change
|
6.0.0 - 6.1.99 | Download |
0.0.5 /
alpha
May 26, 2014 |
Small change
|
6.0.0 - 6.1.99 | Download |
0.0.4 /
alpha
May 25, 2014 |
For TYPO3 6
|
6.0.0 - 6.1.99 | Download |
0.0.3 /
alpha
May 08, 2014 |
It drafts (not running) - expansion in development. Second name - EXT: sBank. API move from Typoscript on Database records. 0.0.1 - studsov - version 0.0.2 - vorot - version 0.0.3 - this version (for further development) |
4.7.1 - 6.2.99 | Download |