Activity
From 2014-11-17 to 2014-12-16
2014-12-11
-
15:32 Revision 31dd5697: [TASK] Streamline regular expression for Resource URLs
- The regular expression to split templates finding resource URLs
is prone to breaking in case the match grows too long... -
15:32 Revision 27772f97: [TASK] Streamline regular expression for Resource URLs
- The regular expression to split templates finding resource URLs
is prone to breaking in case the match grows too long... -
00:22 Revision b43c0fa9: [TASK] Update composer manifest
- See https://ci.neos.typo3.org/job/typo3-flow-release/27/
Releases: 2.3 -
00:17 Revision a1c82f31: [TASK] Use Filesize utility functions in ByteViewHelper
- Adjusts the ``format.bytes`` ViewHelper to use the
``Utility\Files::bytesToSizeString()`` function introduced with
I9...
2014-12-10
-
18:36 Revision 5ddcdab0: Merge "Revert "[!!!][FEATURE] Consistent escaping behavior""
-
18:33 Revision e54d3504: Revert "[!!!][FEATURE] Consistent escaping behavior"
- This reverts commit ebc454f5b6d55a21bee940d0ab48e6dc534bf9b5
because that change breaks FE and BE rendering of Neos.
... -
17:38 Revision 7eb84363: Merge "[TASK] Use Filesize utility functions in ByteViewHelper"
-
16:15 Revision ebc454f5: [!!!][FEATURE] Consistent escaping behavior
- This is a major rework of the interceptors that are currently mostly
used to automatically apply ``htmlspecialchars()...
2014-12-09
-
16:38 Revision 77e94925: [FEATURE] Configurable namespaces
- This adds a signal to the ``TemplateParser`` that allows for
registering ViewHelper namespaces.
With I965cb54c3125f8... - 15:36 Revision e7d2d6d6: [!!!][FEATURE] Throw exception for unresolved namespaces
- With this change the Fluid parser now throws an exception when it comes
across an unknown ViewHelper namespace.
That... - 15:16 Revision 0f248c14: [BUGFIX] Throw helpful exception if ViewHelper class can't be resolved
- This adds some case sensitive checks for the resolved ViewHelper
class name in order to prevent misleading fatal erro... - 15:16 Revision 9bca0673: [BUGFIX] Throw helpful exception if ViewHelper class can't be resolved
- This adds some case sensitive checks for the resolved ViewHelper
class name in order to prevent misleading fatal erro... -
15:16 Revision e4b6cdbc: Merge "[BUGFIX] Throw helpful exception if ViewHelper class can't be resolved"
-
13:15 Revision 8c8aee93: Merge "[TASK] Streamline regular expression for Resource URLs"
-
13:14 Revision 531dcd31: [TASK] Streamline regular expression for Resource URLs
- The regular expression to split templates finding resource URLs
is prone to breaking in case the match grows too long... -
13:07 Revision 3ebfe9de: Merge "[BUGFIX] Template cache not flushed for partials and layouts" into 2.2
-
13:07 Revision da579b61: [BUGFIX] Template cache not flushed for partials and layouts
- When modifying files in the Partials and Layout folders, the
template cache isn't flushed automatically in developmen... - 12:23 Revision 106f6783: [BUGFIX] Throw helpful exception if ViewHelper class can't be resolved
- This adds some case sensitive checks for the resolved ViewHelper
class name in order to prevent misleading fatal erro...
2014-12-04
- 16:30 Revision 5fd83eea: [BUGFIX] Fix documentation (default vs. value) in TranslateViewHelper
- The documentation in the header of TranslateViewHelper didn't represent
the new naming of attributes. The former "def... - 16:30 Revision a8114f6e: [BUGFIX] Fix documentation (default vs. value) in TranslateViewHelper
- The documentation in the header of TranslateViewHelper didn't represent
the new naming of attributes. The former "def... - 16:29 Revision 083be4a3: [BUGFIX] Fix documentation (default vs. value) in TranslateViewHelper
- The documentation in the header of TranslateViewHelper didn't represent
the new naming of attributes. The former "def... -
16:25 Revision 1d3cbb23: Merge "[BUGFIX] Make Format.Crop VH multibyte safe" into 2.1
-
16:25 Revision 109a6362: Merge "[BUGFIX] Make Format.Crop VH multibyte safe" into 2.2
-
14:23 Revision 5de85e6c: [TASK] Use Filesize utility functions in ByteViewHelper
- Adjusts the ``format.bytes`` ViewHelper to use the
``Utility\Files::bytesToSizeString()`` function introduced with
I9...
2014-12-03
-
23:10 Revision bce0476a: [TASK] Update composer manifest
- See https://ci.neos.typo3.org/job/typo3-flow-release/26/
Releases: 2.3 -
15:14 Revision d3ab4c65: [TASK] Improve ViewHelper documentation
- The documentation of a few ViewHelpers is tweaked so it renders
correctly.
Change-Id: I4de3fe7c646985ea86fd29bf7eddb... -
15:14 Revision 154d374b: [TASK] Improve ViewHelper documentation
- The documentation of a few ViewHelpers is tweaked so it renders
correctly.
Change-Id: I4de3fe7c646985ea86fd29bf7eddb... -
10:21 Revision 5c01538d: [TASK] Improve ViewHelper documentation
- The documentation of a few ViewHelpers is tweaked so it renders
correctly.
Change-Id: I4de3fe7c646985ea86fd29bf7eddb...
2014-11-28
-
15:02 Revision d1dad4d4: [FEATURE] Provide option for resourced collection in upload view helper
- This changes allows for specifying the name of the resource collection
where the file should be uploaded to. If it is...
2014-11-26
-
15:59 Revision 4700d6df: Merge "[TASK] Defer variable-initialization in AbstractViewHelper"
-
11:51 Revision e9098208: [TASK] Update composer manifest
- See https://ci.neos.typo3.org/job/typo3-flow-release/25/
Releases: 2.3 -
11:01 Revision 4c078347: Merge "[TASK] Translate ViewHelper: Throw exception if current package can't be resolved"
2014-11-25
-
11:41 Revision 5a992b74: [!!!][TASK] Remove usage of ReflectionService in ViewHelpers
- The ``AbstractViewHelper`` now uses compile static to get all
needed information about the render method of ViewHelpe... -
11:40 Revision e0329c2e: Merge "[!!!][TASK] Remove usage of ReflectionService in ViewHelpers"
2014-11-24
-
15:45 Revision 78a11556: [TASK] Translate ViewHelper: Throw exception if current package can't be resolved
- Adjusts the ``f:translate`` ViewHelper to throw an exception if the
package key can't be determined from the current ... -
09:44 Revision 8ad884a8: Merge "[BUGFIX] Allow ViewHelperVariableContainer to hold NULL values" into 2.1
-
09:43 Revision 6eb4d430: [BUGFIX] Allow ViewHelperVariableContainer to hold NULL values
- ``ViewHelperVariableContainer::exists()`` checks whether a specified
key is set via ``isset()`` which leads to the be...
2014-11-21
-
14:59 Revision 3adb3c3d: [!!!][TASK] Remove usage of ReflectionService in ViewHelpers
- The ``AbstractViewHelper`` now uses compile static to get all
needed information about the render method of ViewHelpe...
2014-11-18
-
10:11 Revision 8419e532: [TASK] Adjustments for the new resource management
- Releases: master
Related: FLOW-108
Change-Id: Ic72a4ba780ebdef8b0940f3b9d20fa2c8840f834
Also available in: Atom