This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rebuild started | |
01.06.2018 05:21:32 | |
1593581ueuie | |
erunireaundenr | |
rnudnenuden | |
rebuild finished | |
15935udanedue | |
01.06.2018 06:01:09 | |
rebuild started | |
02.06.2018 09:14:34 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# example typo3 site-config for multi-site project with different instances/hosts by TYPO3_CONTEXT | |
# (not verified/tested yet) | |
rootPageId: 100 | |
base: 'https://first-project.example.com/' | |
baseVariants: | |
- | |
base: 'https://xx.example.local/' | |
condition: 'applicationContext == "Development/Server1"' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* custom sql to query pageTree | |
* efficient to query large trees (>30.000 records) | |
* | |
* returns flat array with page records | |
* | |
* @param int $uid uid of page to start with | |
* @param string $where optional where query part to limit results | |
* @param int $limit optional limit for query | |
* @return array selected records |
OlderNewer