- Sep 25, 2015
-
-
Stefan Galinski authored
-
Stefan Galinski authored
This reverts commit a03cb3c9.
-
- Sep 24, 2015
-
-
damjan authored
-
damjan authored
- Catching exceptions and reporting them via flash messages in each controller action - Reporting success via flash messages - Checking response of typoScriptBackend web resource for errors and handling the errors - Fixing AccessArrayViewHelper not to throw error if given array is null - A try to convert Fluid flashMessages html to html which can be styled by Bootstrap
-
damjan authored
- types in side menu are sorted by categories - a type can be assigned to a category through it's edit form
-
- Sep 22, 2015
-
-
damjan authored
- Login form with login controller. Same as on forger package. Both login forms work. - Configuration required for login in Setting.yaml. - SGalinski.TypoScriptReference:Admin role defined in Policy.yaml. User must have this role if he wishes to edit the data.
-
damjan authored
-
damjan authored
-
- Sep 21, 2015
-
-
damjan authored
- Added select box for TypoScript group, also adapting controller to filter by TypoScript group - [BUGFIX] using decoded typo3Versions everywhere before rest backend call (decoded like this: 'all' => NULL, 'current' => 99999) - Currently the app is little buggy - properties are not well filtered by versions
-
- Sep 20, 2015
-
-
damjan authored
Filter by typScript group is implemented, but without select box to specify the value, normalGrouup is used as default filter value
-
- Sep 19, 2015
-
-
damjan authored
-
- Sep 18, 2015
-
-
damjan authored
This solution has a bug - content of downloaded xml file is doubled. The content gets doubled after being set to FLOW response...
-
- Sep 17, 2015
- Sep 16, 2015
- Sep 14, 2015
-
-
damjan authored
-
- Sep 12, 2015
- Sep 11, 2015
- Sep 10, 2015
- Sep 09, 2015
-
-
damjan authored
-
- Sep 07, 2015
-
-
damjan authored
-
- Sep 03, 2015
-
-
damjan authored
For the menu on the left, only type names and ids are fetched. When a type is clicked, more data is shown about the type in right part of the page. By typeId, additional type data is fetched (including properties).
-
- Aug 31, 2015
- Aug 27, 2015
-
-
damjan authored
-
- Aug 26, 2015
-
-
damjan authored
-
- Aug 25, 2015
-
-
damjan authored
Important notice: uriPattern: '{@controller}(/{@action})' exists also in Forger package, and that makes conflict. To solve it, SGalinski.TypoScriptReferenceFrontend routes should be included in main Routes.yaml file before forger routes. And it should be prefixed in main Routes.yaml file like this: uriPattern: 'ts/<SGalinski.TypoScriptReferenceFrontend>'
-
- Aug 24, 2015
-
-
damjan authored
-