http://docs.angularjs.org/tutorial
http://docs.angularjs.org/guide/
https://www.youtube.com/user/johnlindquist
http://blog.artlogic.com/2013/03/06/angularjs-for-jquery-developers/
| <?php | |
| namespace Typovision\Simpleblog\Service; | |
| class SignalService implements \TYPO3\CMS\Core\SingletonInterface { | |
| public function handleInsertEvent(\TYPO3\CMS\Extbase\DomainObject\DomainObjectInterface $object, $signalInformation) { | |
| if($object instanceof \Typovision\Simpleblog\Domain\Model\Blog) { | |
| $logfile = "C:\\xampp\\htdocs\\t3Test\\testLog.txt"; | |
| \TYPO3\CMS\Extbase\Utility\GeneralUtility::writeFile($logfile, "test"); | |
| } | |
| } |
| worker_processes 1; | |
| events { | |
| worker_connections 1024; | |
| } | |
| http { | |
| include mime.types; |
| <?php | |
| namespace Acme\DemiBundle\Controller; | |
| use Doctrine\DBAL\Migrations\Migration; | |
| use Doctrine\DBAL\Migrations\Configuration\Configuration; | |
| class MigrateController extends BaseController | |
| { | |
| public function indexAction() |
| - | |
| name: 'Search paginate' | |
| uriPattern: '{node}/{--typo3-typo3cr-viewhelpers-widget-paginateviewhelper.currentPage}' | |
| defaults: | |
| '@package': 'TYPO3.Neos' | |
| '@controller': 'Frontend\Node' | |
| '@format': 'html' | |
| '@action': 'show' | |
| '--typo3-typo3cr-viewhelpers-widget-paginateviewhelper': | |
| '@package': '' |
| /* | |
| If you blind a menu item (e.g. let an editor edit translations, but dont show him tsconfig), | |
| then check for all currently registered keys in the configuration module. | |
| Open the configuration module in TYPO3 backend and select the option »BE Modules Extensions«. | |
| This will show a tree. Just copy the key names and adjust the following snippet to your needs. | |
| Warning: This will just blind the option, it is not an access check. | |
| */ |
| #!/bin/sh | |
| #postinst | |
| _suspend_dpkg_process() | |
| { | |
| rm -rf /var/lib/dpkg/updates.suspended/ | |
| mv /var/lib/dpkg/lock /var/lib/dpkg/lock.suspended | |
| mv /var/lib/dpkg/updates/ /var/lib/dpkg/updates.suspended | |
| mkdir /var/lib/dpkg/updates/ | |
| mv /var/cache/apt/archives/lock /var/cache/apt/archives/lock.suspended |
| <?php | |
| class TestCase extends Illuminate\Foundation\Testing\TestCase { | |
| /** | |
| * Creates the appliation. | |
| * | |
| * @return \Symfony\Component\HttpKernel\HttpKernelInterface | |
| */ | |
| public function createApplication() |
| <image type="array"> | |
| <TCEforms type="array"> | |
| <label>Bild (Pflichtfeld)</label> | |
| <config> | |
| <type>inline</type> | |
| <minitems>1</minitems> | |
| <maxitems>1</maxitems> | |
| <appearance type="array"> | |
| <createNewRelationLinkTitle>LLL:EXT:cms/locallang_ttc.xlf:images.addFileReference</createNewRelationLinkTitle> |
Dear members of the development team, CU a few days ago I commented the announcement, that Neos and Flow get rid of "TYPO3" as part of their names, as follows:
Removing "TYPO3" from Neos and Flow makes it easier to quietly abandon these products. \o/
Additionally to this tweet I had a small twitter conversation resulting in this tweet: