Skip to content

Commit

Permalink
Merge branch 'release/1.2.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
misterboe committed Dec 22, 2017
2 parents 983ddec + fc15c73 commit 14f7e33
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
"ce-gen.sh"
],
"minimum-stability": "dev",
"version": "1.2.0"
"version": "1.2.1"
}
2 changes: 1 addition & 1 deletion lib/irre/tx_table.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
'tstamp' => 'tstamp',
'crdate' => 'crdate',
'cruser_id' => 'cruser_id',
'title' => 'Item',
'title' => '${cetitle}-Item',
'delete' => 'deleted',
'versioningWS' => true,
'origUid' => 't3_origuid',
Expand Down
2 changes: 1 addition & 1 deletion lib/mm/ext_tables_mm.sql
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ CREATE TABLE tt_content_tx_${mmtitleLower}_mm (
sorting int(11) unsigned DEFAULT '0' NOT NULL,
KEY uid_local (uid_local),
KEY uid_foreign (uid_foreign)
);
);
2 changes: 1 addition & 1 deletion lib/mm/typoscript_ce_ctype.t3s
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ tt_content.${extname}_${cename} {
10 {
table = tx_${mmtitleLower}
pidInList = root,-1
recursive = 2
recursive = 99
selectFields = tx_${mmtitleLower}.*
join = tt_content_tx_${mmtitleLower}_mm ON tt_content_tx_${mmtitleLower}_mm.uid_foreign = tx_${mmtitleLower}.uid
where.data = field:###selected_tx_${mmtitleLower}### // field:uid
Expand Down
6 changes: 2 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@

## Usage:

Be sure u use a "starpilot" Provider extension that contains the folowing changes:
[Startpilot commit #716682418a205a4691e076043026c70fa74cd273](https://github.com/misterboe/startpilot/commit/716682418a205a4691e076043026c70fa74cd273)

The "startpilot" extension is required to run this script!
Alwas run the script from your project root (depending on your composer.json bin-dir)

If your config looks like this:
Expand All @@ -24,4 +22,4 @@ use: `sh vendor/bin/ce-gen.sh`

## Dependencies

* brew install gettext
* brew install gettext

0 comments on commit 14f7e33

Please sign in to comment.