Activity
From 2011-07-19 to 2011-08-17
2011-08-17
-
23:51 TYPO3.Fluid Feature #29065 (Closed): HTML5 Custom Data Attributes
- Fluid should support the use of HTML5 Custom Data Attributes as described in the W3C Specification[1].
The Pattern... -
17:39 Bug #29045 (Resolved): Wakeup of Query sets wrong state if originally no constraint has been set
- already resolved. Thanks for reporting and investigating anyways!
Greets, Sebastian -
17:21 Bug #29045 (Resolved): Wakeup of Query sets wrong state if originally no constraint has been set
- If I save a Query-Result in a WidgetController and afterwards call $result->getQuery->execute() I receive an empty re...
-
11:28 TYPO3.Flow Feature #28486: Don't clone, use explicit change tracking instead
- Some notes we took when discussing this: http://typo3.ietherpad.com/FLOW3Persistence
-
11:09 TYPO3.Flow Feature #28486 (Accepted): Don't clone, use explicit change tracking instead
-
11:27 TYPO3.Flow Task #29040 (Resolved): Adjust documentation to new persistence behavior
- * changed clone-behavior
* changed Repository::update()
* default cascade attributes
* marking aggregate roots -
11:26 TYPO3.Flow Task #29039 (Resolved): Change default policy for Doctrine to DEFERRED_EXPLICIT
- * change tracking policy -> explicit
* no more clone PersistentObjectConverter
* Repository adjustments
** add($ob... -
11:23 TYPO3.Flow Feature #29038 (Resolved): Set useful defaults for cascade attributes in Doctrine
- Use DDD semantics to add cascade attributes all INSIDE aggregate boundaries, NO cascading to other aggregate roots. M...
-
11:21 TYPO3.Flow Feature #29037 (Rejected): Use annotation to mark entities as aggregate root
- * @aggregateRoot annotation (normative)
* Repository CAN exist for non-aggregate root -> EXPLAIN that this is pragma...
2011-08-16
-
15:29 TYPO3.Fluid Bug #27938: Textfield view helper can not handle zero (not empty) values
- Patch set 2 of change I9eabc845fe44e019e0c61e241cc9ebede152ba50 has been pushed to the review server.
It is available... -
15:28 TYPO3.Fluid Revision 05be2228: [BUGFIX] Make textfield view helper handle zero (not empty) values
- Values which are 0 (zero) are treated like but are not an empty string.
They need to be handled as normal values (out... -
12:41 TYPO3.Fluid Bug #29004 (Closed): if viewhelper does not evaluate conditions correctly
- Hi,
the actual issue is, that you can't compare two literals at the moment (see #26665).
<code class="html"><f:if... -
11:24 TYPO3.Fluid Bug #29004: if viewhelper does not evaluate conditions correctly
- and forge does not escape correct :)
was supposed to be
<f:if condition="4 equals 5">
4 equals 5
</f:if>
( equals ... -
11:22 TYPO3.Fluid Bug #29004 (Closed): if viewhelper does not evaluate conditions correctly
- Actually the if viewhelper just typecasts the parameter 'condition' to boolean
which is not what you expect when you... -
11:01 Revision e65f3ae5: Raised submodule pointers
-
10:40 TYPO3.Flow Bug #28257: Avoid Credentials to be stored in the request
- Well, about the simple rename - we support multiple tokens and all that fuzz. So, wouldn't we need to be able to sepa...
-
10:20 TYPO3.Flow Revision 2f3bc9aa: Merge "[BUGIFX] Fix table name inference for packages without vendor name"
-
10:05 TYPO3.Flow Bug #28995 (Resolved): Deferred Loading does not work with Doctrine QueryResult
- Applied in changeset commit:237b0ac74d86ab207e1ee7c1715f7bf364cb2fa7.
-
09:36 TYPO3.Flow Bug #28995: Deferred Loading does not work with Doctrine QueryResult
- Patch set 2 of change Ide7faf982f68efe15eb2fdaa5c68063b7770a735 has been pushed to the review server.
It is available... -
07:52 TYPO3.Flow Bug #28995 (Under Review): Deferred Loading does not work with Doctrine QueryResult
- Patch set 1 of change Ide7faf982f68efe15eb2fdaa5c68063b7770a735 has been pushed to the review server.
It is available... -
07:42 TYPO3.Flow Bug #28995 (Resolved): Deferred Loading does not work with Doctrine QueryResult
- When looking into Doctrine\QueryResult, it becomes obvious that the rows are *not* lazily initialized on first access...
-
10:01 Revision 3e8efd5b: Raised submodule pointers
-
09:36 TYPO3.Flow Revision 237b0ac7: [BUGFIX] (Persistence): Implement deferred loading in Doctrine\QueryResult
- Until now, Doctrine\QueryResult got all results passed into the constructor.
This change modifies the behavior such ... -
09:23 TYPO3.Fluid Bug #28972 (Resolved): (v5) Bug in new caching mechanism
2011-08-15
-
21:01 Revision 99c4a6b7: Raised submodule pointers
-
20:33 TYPO3.Flow Feature #28981 (Resolved): Implement autocompletion in interactive shell mode
-
20:07 TYPO3.Flow Feature #28981: Implement autocompletion in interactive shell mode
- cool, thanks for the patch :)
-
13:30 TYPO3.Flow Feature #28981 (Under Review): Implement autocompletion in interactive shell mode
- Patch set 1 of change I10eaad7845333f31ef193877d4b064fa3268618b has been pushed to the review server.
It is available... -
13:27 TYPO3.Flow Feature #28981 (Resolved): Implement autocompletion in interactive shell mode
- The autocompletion in the interactive shell mode shall show all available and non-internal commands.
-
20:18 TYPO3.Fluid Bug #28972 (Under Review): (v5) Bug in new caching mechanism
-
20:18 TYPO3.Fluid Bug #28972: (v5) Bug in new caching mechanism
- Patch set 1 of change If63b3ff19ea9af433c042d06fc724cbab3987f42 has been pushed to the review server.
It is available... -
20:10 TYPO3.Fluid Bug #28972: (v5) Bug in new caching mechanism
- thanks! I'll investigate this further.
-
12:24 TYPO3.Fluid Bug #28972: (v5) Bug in new caching mechanism
- Bastian Waidelich wrote:
One more note:
> The good news: It's not a problem of the compiling process itself [..... -
11:25 TYPO3.Fluid Bug #28972 (Accepted): (v5) Bug in new caching mechanism
- I can reproduce the issue and the problem seems to be the Resource Interceptor that wraps the uri.resource ViewHelper...
-
10:46 TYPO3.Fluid Bug #28972: (v5) Bug in new caching mechanism
- I'll look into this. Thanks for reporting!
-
20:18 TYPO3.Fluid Revision 587f852d: [+BUGFIX] Resource Interceptor should create RootNode and no TextNode
- We do not support compiling TextNodes with children, thus we create a RootNode
in the ResourceInterceptor.
Resolves:... -
13:30 TYPO3.Flow Revision b8b79b23: [FEATURE] Implement autocompletion in interactive shell mode
- The autocompletion in the interactive shell mode shall show
all available and non-internal commands.
Change-Id: I10e...
2011-08-14
-
17:30 TYPO3.Fluid Bug #28972 (Resolved): (v5) Bug in new caching mechanism
- After creating a fresh clone of the FLOW3 base distribution, I encountered the following behaviour.
When you run the...
2011-08-13
-
16:03 Feature #28964 (New): Integrate Behat tool for BDD
- In order to have BDD in FLOW3 should be great to integrate Bethat (http://behat.org/) as is it done for Symfony (or e...
2011-08-11
-
17:01 Revision 5c2ddd50: Raised submodule pointers
-
16:04 TYPO3.Flow Revision 99168a40: Merge "[FEATURE] Do not ignore @throws annotation"
-
16:01 Revision e6176f31: Raised submodule pointers
-
15:26 TYPO3.Flow Revision d03ff114: Merge "[BUGFIX] Fix a type hint in the package manager interface"
-
11:01 Revision 50d2d308: Raised submodule pointers
-
10:40 TYPO3.Flow Revision 033de7cd: [BUGFIX] Fix value hash for subclassed valueobjects
- The current aspect for generating the value hash
will overwrite the value hash of a subclass in the
parent class cons...
2011-08-10
-
11:31 TYPO3.Flow Revision 6e4d2897: [FEATURE] Do not ignore @throws annotation
- The SOAP package needs to introspect throws annotations at runtime
to check for expected exceptions. Since the list o... -
09:35 TYPO3.Welcome Bug #28883 (Resolved): Pre-Beta Documentation link is a bit faulty
- I've pulled todays version from GIT and tried to hit the link 'Pre-Beta Documentation' from the Welcome page. The lin...
2011-08-09
-
20:01 Revision d19f03c0: Raised submodule pointers
-
19:13 TYPO3.Fluid Revision 693d7bc0: Merge "[FEATURE] Add parameter to RenderViewHelper for optional sections"
-
14:45 TYPO3.Flow Feature #28868 (Resolved): Default Doctrine Annotation for single object relation should be derived automatically
- /**
* @var \Me\MyPackage\Domain\Model\DepartmentPerson
*/
protected $departmentPerson = NULL;
Will result... -
11:44 TYPO3.Flow Bug #28862 (Resolved): Inconsistent handling of roles as objects and strings in Account
- While the public methods of @Account@ that deal with @Role@s use objects, account internally stores only the role ide...
-
11:41 TYPO3.Flow Feature #27698: Roles should use an adequate data type to get persisted as entities
- This is due to inconsistent handling of Roles as strings or objects inside @TYPO3\FLOW3\Security\Account@. And the ro...
2011-08-08
-
18:50 TYPO3.Flow Bug #28814: Permission issue in Package Manager?
- Even I run:...
-
16:01 Revision 9fb5b11d: Raised submodule pointers
-
15:55 TYPO3.Flow Revision 6c71c321: Merge "[FEATURE] Filter FLOW3_AOP_* properties from var_dump output"
-
15:53 TYPO3.Flow Revision a80f9dd9: Merge "[TASK] Allow mapping from empty string to NULL for persistent objects"
-
10:46 TYPO3.Flow Revision 33df146d: [BUGFIX] Fix a type hint in the package manager interface
- Change-Id: I387fd77bec1321712c9d1e0c9bf5eee6c6eb88a6
2011-08-07
-
17:55 TYPO3.Flow Bug #28814 (Resolved): Permission issue in Package Manager?
- We have had the following report:
http://lists.typo3.org/pipermail/flow3-general/2011-August/001074.html
> Unca... -
07:53 Bug #28806 (Resolved): check why flow3.bat is not included in the build
2011-08-05
-
21:47 Revision 11f9906d: [TASK] update build
-
21:42 Revision 942ee83c: [TASK] Raised submodule pointer, fixed build
-
17:05 TYPO3.Flow Task #11683 (Resolved): symlink() is not working on Windows XP
- Applied in changeset commit:0c539bd6d920ff656531da85fa87619ee7150648.
-
16:55 Revision 097bbd25: Raised submodule pointers
-
16:55 TYPO3.Flow Revision abe8dcaa: Merge "[TASK] Require Windows 6.0 or higher"
-
16:52 TYPO3.Welcome Revision d950033f: Set version to 1.0.0 alpha 15
- Change-Id: Iddd4a50bd9dfe40e5d54907c9cfb44ad8b959c00
-
16:52 TYPO3.Kickstart Revision 0d64d938: Set version to 1.0.0 alpha 15
- Change-Id: Ieee0a6c0ae1a9bd8d79ba9e3b119d23c679a4716
-
16:52 TYPO3.Fluid Revision dc96c5a4: Set version to 1.0.0 alpha 15
- Change-Id: I08dd336ee22511969343c4e920fec308b15a3c48
-
16:51 TYPO3.Flow Revision 0f6078b7: Set version to 1.0.0 alpha 15
- Change-Id: I35b26393669cd9c7824cea69536d3f02a4cbf722
-
16:33 TYPO3.Kickstart Feature #28783 (Resolved): Overwriting existing file
- When you create new file like controller, model or repo with a name that already exists the old file is overwritten.
... -
16:31 TYPO3.Flow Bug #28782 (Resolved): Can`t create other controller than Standard
- I was checking FLOW3. I`ve downloaded sourcec yesterday.
After creating package (new) with StandardController I`ve... -
16:28 Revision fbe871dd: Merge "[TASK] Updated build scripts to continue working"
-
16:28 Revision 314352b3: Raised submodule pointers
-
16:15 Revision f1641999: Merge "[TASK] Update Welcome screen"
-
16:13 Revision 28769a1c: [TASK] Update Welcome screen
- This updates the Welcome screen and removes the Documentation
Browser package from the base distribution.
Also raise... -
16:13 TYPO3.Welcome Revision d6ac2e83: [TASK] Update Welcome screen
- Change-Id: I563e347f9ad96aed7c28506de743566fd676a4c7
-
16:01 Revision 6a4df8ab: Raised submodule pointers
-
15:30 TYPO3.Fluid Revision 04190c23: [+BUGFIX] Compiled HtmlSpecialCharsViewHelper should only work on strings
- Change-Id: I983cb7d5c44615b618d030b22250956c106ce410
-
12:56 Revision 5dd301fd: [TASK] Updated build scripts to continue working
- Change-Id: I57c0245b1a139d5adc742ae178dda450882f3db6
-
12:01 Revision a05cabfb: Raised submodule pointers
-
07:01 Revision 4cb93ae9: Raised submodule pointers
-
06:50 TYPO3.Flow Revision 15e22fd2: Merge "[TASK] Combine two package list commands into one"
2011-08-04
-
22:48 TYPO3.Flow Task #11683: symlink() is not working on Windows XP
- @Simon: Use a virtual machine with linux :-).
-
21:35 TYPO3.Flow Task #11683: symlink() is not working on Windows XP
- If you don't provide the functionality, that it also works on XP without any workarounds in the Code, then PLEASE doc...
-
16:05 TYPO3.Flow Task #11683: symlink() is not working on Windows XP
- Patch set 2 of change I4e75a8351174ad68bde83101373f6a5b9c059043 has been pushed to the review server.
It is available... -
15:21 TYPO3.Flow Task #11683 (Under Review): symlink() is not working on Windows XP
- Patch set 1 of change I4e75a8351174ad68bde83101373f6a5b9c059043 has been pushed to the review server.
It is available... -
22:36 Revision 10428ee2: Raised submodule pointers
-
22:35 TYPO3.Flow Revision 553c95e5: [TASK] (Tests): disabling all APC tests
- Change-Id: If5e237eaf4f36eaf5470377356eb134a873deff1
-
22:24 Revision 76d4bc35: Raised submodule pointers
-
22:21 TYPO3.Flow Revision 373b27e1: [TASK] skipping failing test
- Change-Id: I6c75fdd1256fb3a1346bb760d6a30c5dc9e4a708
-
22:03 TYPO3.Kickstart Revision 82e32acd: [BUGFIX] Show view for kickstart:actioncontroller
- There was no template yet for the showAction of the
generated CRUD controller, this commit adds it.
In general the t... -
21:59 Revision fd36d6e1: Raised submodule pointers
-
21:56 TYPO3.Flow Revision 4f79cbb0: [TASK] (Tests) Disabled unbelievably slow ClassLoaderTest
- Change-Id: I77180646df2bdc9ee0636873c4116a88c539e18a
-
21:45 TYPO3.Flow Revision 3b7b7778: [+BUGFIX] (Tests): fixed test cases
- Change-Id: Ie52c7100474f3ef4a45dc0efaecde90c50fc5b80
-
21:21 Revision 376722d6: Raised submodule pointers
-
21:16 TYPO3.Flow Revision 6562075b: [+BUGFIX] fix APC unit test
- only run them if apc.enable_cli is enabled.
Change-Id: Icf50809502f32ed1997d0ee13a7aefac53cac2e6 -
20:57 TYPO3.Flow Revision dd47d092: [TASK] Combine two package list commands into one
- This combines the two commands package:listavailable
and package:listactive into one command called
package:list.
Th... -
20:29 TYPO3.Fluid Revision fea48469: [FEATURE] Add parameter to RenderViewHelper for optional sections
- This change adds an additional parameter to allow optional sections
that will be rendered as an empty string if they ... -
19:55 TYPO3.Flow Revision 417b70e4: [BUGFIX] (Tests): Fix test cases
- Change-Id: I6e2cd49d5d29241c699a410d83b27b501daa3950
-
16:05 TYPO3.Flow Revision 0c539bd6: [TASK] Require Windows 6.0 or higher
- The use of symlinks in FLOW3 is an essential feature. Without
it, certain parts of the caching and resource managemen... -
14:53 TYPO3.Flow Feature #3620 (Closed): Implement a request stack
- The request stack feature was mainly intended to be used for intercepted requests due to missing authentication. Howe...
-
08:42 TYPO3.Flow Feature #3620 (Needs Feedback): Implement a request stack
- Hey Andi,
I doubt this is still needed. Didn't we talk about it and came to the conclusion to drop the request sta... -
10:54 TYPO3.Flow Bug #27088: initializeObject() is called too early when reconstructing entities
- At least one case where this happens is when reconstituting objects from db. Not with lazy loading, but completely cr...
-
08:18 TYPO3.Flow Bug #27088: initializeObject() is called too early when reconstructing entities
- @Andi: can you provide feedback here? Else, I'll defer it to beta2...
-
09:47 TYPO3.Flow Bug #28422 (Under Review): Doctrine persistence does not use correct package key for tables
- This bug already has a patch and we should try to get it into beta 1.
https://review.typo3.org/#change,3720 -
08:57 TYPO3.Flow Task #2117 (Resolved): Clean up bootstrap
- done
-
08:51 TYPO3.Flow Bug #26582 (Rejected): Repository remove() throws error even if __identity is furnished
-
08:50 TYPO3.Flow Task #4268 (Rejected): handle model-attributes, that are not of type string, but user-input
- all the described stuff is possible with the new property mapper / type converters.
-
08:43 TYPO3.Flow Task #672 (Resolved): Finish documentation about configuration in FLOW3
- done.
-
08:41 TYPO3.Flow Bug #10595 (Rejected): ObjectManager should not allow injection of prototypes
-
08:40 TYPO3.Flow Feature #4426 (Resolved): Provide Windows compatible version of the FLOW3 Command Line Tool
-
08:40 TYPO3.Flow Bug #13333: AOP for methods with references do not work.
- what's the status here? Moving to beta2.
-
08:39 TYPO3.Flow Task #25714: Include Randomizer Library as external component
- postproning to beta2 as it is not done yet.
-
08:39 TYPO3.Flow Task #25923: Clean up session files in compile run
- would be nice to be fixed, though no blocker.
-
08:39 TYPO3.Flow Task #26129: Establish simple conventions for qualified and unqualified class names
- what's the status here? postproning to beta2 at least. can maybe be closed.
-
08:38 TYPO3.Flow Bug #28213: Sites Configuration should overrule package Configuration
- moving to beta2, as it is an *additional feature* as behavior right now is undefined.
-
08:34 TYPO3.Flow Bug #28733 (Resolved): Implement LockManager for avoiding Race Conditions
-
08:27 Task #27488 (Closed): Update documentation for 1.0 beta 1
-
08:26 TYPO3.Flow Task #27569 (Resolved): Document Routing features and setup
-
08:25 TYPO3.Flow Bug #12917: Access denied by using the HashService Setter injection
- we won't manage this for beta1 anymore, postproning
-
08:25 TYPO3.Flow Bug #25694: Multiple annotations with the same name are not supported by the reflection service
- we won't manage this for beta1 anymore, postproning
-
08:24 TYPO3.Flow Bug #25816: Improve error handling for invalid types
- we won't manage this for beta1 anymore, postproning
-
08:24 TYPO3.Flow Feature #26358: Initialize sessions only when necessary
- we won't manage this for beta1 anymore, postproning
-
08:23 TYPO3.Fluid Bug #7138 (Rejected): Changes to ObjectAccessor break usage with fluid conditions
- rejecting because of missing feedback. please re-open if needed.
-
08:20 Bug #27482 (Resolved): CLI not working on Windows
-
08:18 TYPO3.Flow Bug #27232 (New): Create unit test for "Original Request must only be set if there is a validation error"
-
08:17 TYPO3.Flow Task #27233 (New): Rename __CSRF-TOKEN to __csrfToken
-
08:16 TYPO3.Flow Task #27567 (Resolved): Reorder chapters
-
08:15 TYPO3.Flow Bug #27655: The differing names for basically the same persistence options are confusing
- deferring to a later version...
-
08:12 TYPO3.Fluid Bug #10401 (Resolved): f:link.external viewHelper should prepend http:// when needed
- already done.
-
08:11 TYPO3.Fluid Task #27668 (Resolved): Change Escape Interceptor to use new format.htmlspecialchars ViewHelper
-
08:09 TYPO3.Flow Feature #28486: Don't clone, use explicit change tracking instead
- Thanks Benjamin :-)
2011-08-03
-
20:19 TYPO3.Flow Revision e20122fa: [TASK] Allow mapping from empty string to NULL for persistent objects
- This change allows to map empty strings (e.g. blank value
from a select box) to NULL and to set an object property to... -
13:48 TYPO3.Flow Revision 3da2b258: [TASK] Further symlink support in FLOW3
- This adds support for symbolic links (alternatively to
directories) in the cache and log file backend, the
File Syste... -
13:40 TYPO3.Flow Revision ef0317d6: [TASK] Symlink support for "Configuration" directory
- This changes the bootstrap so that "Configuration" can also be a symbolic
link instead of a real directory.
Change-I... -
13:36 TYPO3.Flow Revision 1c02c314: [TASK] Symlink support for "Data" directory
- This changes the bootstrap so that "Data" can also be a symbolic
link instead of a real directory.
Change-Id: I5ac0a...
2011-08-02
-
18:31 TYPO3.Flow Revision 9e5f39bc: Merge "[BUGFIX] Make cached configuration symlink aware"
-
18:19 TYPO3.Flow Revision 7d59910c: Merge "[BUGFIX] Undo change "Allow more than one token class per provider""
-
18:14 TYPO3.Flow Revision fe4c5187: [BUGFIX] Make cached configuration symlink aware
- The loader for cached configuration – IncludeCachedConfigurations.php –
should be invalidated if its location (that i... -
18:00 TYPO3.Flow Revision 6c7950d9: [BUGFIX] Undo change "Allow more than one token class per provider"
- The change caused problems with the default UsernamePassword
tokens since to really support more than one token the s... -
17:51 TYPO3.Flow Revision 7a376f0f: [BUGFIX] Make cached configuration symlink aware
- The loader for cached configuration – IncludeCachedConfigurations.php –
should be invalidated if its location (that i... -
17:17 TYPO3.Flow Revision 5ae6b8bc: [TASK] Publish static resources during cache warmup
- This makes sure that static resources are also published
while during the flow3:cache:warmup command.
In fact packag... -
17:01 TYPO3.Flow Revision f8946525: [BUGFIX] Regression: Permissions for Configuration/
- This fixes a regression of my previous commit which removed
the Configuration/ directory from the setfacl commands.
... -
16:50 TYPO3.Flow Revision 43f5aab4: [BUGFIX] Set proper file permissions with setfacl
- Previously the ACLs set by the setfilepermissions command
did not really grant access to the web server's user.
This... -
16:14 TYPO3.Flow Revision e7cc0ef9: [BUGFIX] Set proper permissions for Configuration/
- This makes sure that also the global Configuration directory
is writeable if permissions are set via ACLs.
Also cont... -
15:29 TYPO3.Flow Feature #28683 (Closed): CachingFramework should accept cacheIdentifiers with special characters
- Currently the CachingFramework throws an exception if the specified cacheIdentifier contains a backslash for example....
-
14:24 TYPO3.Fluid Revision e0e6df43: [+BUGFIX] Hotfix for invalid cache identifiers
- Change-Id: Ic34bb35cf739d493fa1a504c14c42665367df970
-
13:51 TYPO3.Flow Revision 974a89cb: Merge "[BUGFIX] Allow more than one token class per provider"
-
13:50 TYPO3.Flow Revision 14597d2d: Merge "[FEATURE] Add method to refresh tokens and update credentials"
-
13:28 TYPO3.Flow Bug #28672 (Resolved): Inconsistent configuration overrides for packages
- If one package overrides configuration of another package the result is not deterministic right now. The order of the...
-
12:47 TYPO3.Flow Revision d8fef25a: [~FEATURE] Support Linux ACLs for setfilepermissions
- First tries to set ACLs with chmod +a then with setfacl.
You need an acl enabled linux to test.
Change-Id: I2950e991... -
10:05 TYPO3.Fluid Feature #28544 (Resolved): Compilation of Fluid Templates into PHP files
- Applied in changeset commit:63660b9bd1da1218d11fff5b05f02ac0d0638f65.
-
08:20 TYPO3.Fluid Feature #28544: Compilation of Fluid Templates into PHP files
- Patch set 1 of change Ia1e1ccd364a1d966b6c840273351ab00410c55cf has been pushed to the review server.
It is available... -
09:36 TYPO3.Flow Feature #28652 (Resolved): Exit code support for command-line responses
- Applied in changeset commit:a707d552f7782db831a257ab378566f8f21d179d.
-
09:31 TYPO3.Flow Revision 9a7de46d: Merge "[FEATURE] Exit code support for command-line responses"
-
08:22 TYPO3.Fluid Bug #28547 (Resolved): adjust backporter to show unused search/replace pairs
-
08:22 TYPO3.Fluid Task #28556 (Resolved): Collect profiling data
- Published in http://blog.sandstorm-media.de/2011/07/fluid-static-php-caching/
-
08:20 TYPO3.Fluid Revision 63660b9b: [!!!][FEATURE] Compilation of Fluid templates to PHP files
- This adds a compile step to the parsing process of templates, layouts and
partials.
If no compiled cache file exists,... -
08:04 TYPO3.Fluid Bug #28545: (v4) fix encoding in HTML special chars VH
- Patch set 7 of change Idb71f85ea7223755df4bc1c0ff9f8807f1924323 has been pushed to the review server.
It is available... -
07:15 TYPO3.Fluid Bug #28545: (v4) fix encoding in HTML special chars VH
- Patch set 6 of change Idb71f85ea7223755df4bc1c0ff9f8807f1924323 has been pushed to the review server.
It is available...
2011-08-01
-
22:59 TYPO3.Fluid Bug #28545: (v4) fix encoding in HTML special chars VH
- Patch set 5 of change Idb71f85ea7223755df4bc1c0ff9f8807f1924323 has been pushed to the review server.
It is available... -
22:50 TYPO3.Fluid Bug #28545: (v4) fix encoding in HTML special chars VH
- Patch set 4 of change Idb71f85ea7223755df4bc1c0ff9f8807f1924323 has been pushed to the review server.
It is available... -
22:40 TYPO3.Fluid Bug #28545: (v4) fix encoding in HTML special chars VH
- Patch set 3 of change Idb71f85ea7223755df4bc1c0ff9f8807f1924323 has been pushed to the review server.
It is available... -
20:02 TYPO3.Fluid Bug #28545: (v4) fix encoding in HTML special chars VH
- Patch set 2 of change Idb71f85ea7223755df4bc1c0ff9f8807f1924323 has been pushed to the review server.
It is available... -
19:49 TYPO3.Fluid Bug #28545 (Under Review): (v4) fix encoding in HTML special chars VH
- See https://review.typo3.org/3838
-
21:34 TYPO3.Fluid Bug #28548 (Resolved): (v4) fix unit tests
- Fluid Unit tests are fixed
-
20:35 TYPO3.Flow Revision 8be9981a: Merge "[BUGFIX][Cache] Let NullBackend implement PhpCapableBackend"
-
20:31 TYPO3.Flow Feature #28652 (Under Review): Exit code support for command-line responses
- Patch set 1 of change I2ba019e0386775bd1794e6495142fe6788ed7b2e has been pushed to the review server.
It is available... -
20:30 TYPO3.Flow Feature #28652 (Resolved): Exit code support for command-line responses
- Commands should be able to define an exit code which is returned when FLOW3 exits.
-
20:31 TYPO3.Flow Revision a707d552: [FEATURE] Exit code support for command-line responses
- This adds a new property "exit code" to the command-line response.
Controllers may set this exit code to an integer v... -
20:03 TYPO3.Fluid Bug #28546 (Resolved): (v4) add backporter tokens again to TemplateView
-
15:23 TYPO3.Kickstart Revision 9a0f8690: [BUGFIX] Wrong scope for generated classes
- This fixes the class templates for rendering controllers and
repositories. Previously those classes were not tagged w... -
14:46 TYPO3.Fluid Bug #28551: (v4) backport VHTest
- OK; still some things red.
-
13:31 TYPO3.Fluid Bug #28551 (Accepted): (v4) backport VHTest
-
14:44 TYPO3.Fluid Revision bb7447aa: Merge "[+FEATURE] Add padding-type to PaddingViewHelper"
-
14:34 TYPO3.Flow Revision c32a5908: Merge "[+BUGFIX] (Reflection): Make ObjectAccess::getPropertyPath() more robust"
-
14:34 TYPO3.Fluid Revision cda0310f: [BUGFIX] ViewHelper: Make SelectViewHelper use property paths as arguments
- The SelectViewHelper now uses ObjectAccess::getPropertyPath instead of
ObjectAccess::getProperty to resolve its param... -
13:45 TYPO3.Fluid Bug #28557 (Resolved): Fix parameter type checking in Fluid
- Also backported it to v4.
Was actually an error of Object Access. -
13:29 TYPO3.Fluid Bug #28557: Fix parameter type checking in Fluid
- https://review.typo3.org/#change,3974
-
13:28 TYPO3.Fluid Bug #28557: Fix parameter type checking in Fluid
- fixed in v5
-
13:12 TYPO3.Fluid Bug #28557 (Accepted): Fix parameter type checking in Fluid
-
13:26 TYPO3.Flow Revision 98886d1e: [+BUGFIX] (Reflection): Make ObjectAccess::getPropertyPath() more robust
- We expect ObjectAccess::getPropertyPath() return NULL when $subject is no array
or object; or when one element along ... -
12:46 TYPO3.Flow Bug #28638 (Under Review): Signals can't be defined in abstract classes
- Patch set 1 of change I6480321c117dc0eb264fda45a952d27505156f82 has been pushed to the review server.
It is available... -
12:44 TYPO3.Flow Bug #28638 (Resolved): Signals can't be defined in abstract classes
- The AOP ProxyClassBuilder produces invalid code when signals are defined in an abstract class.
*Steps to reproduce...
2011-07-31
-
21:03 TYPO3.Fluid Bug #28547 (Under Review): adjust backporter to show unused search/replace pairs
-
21:02 TYPO3.Fluid Bug #28547: adjust backporter to show unused search/replace pairs
- Patch set 1 of change I4a2e4fc1cc73b6db1aca1e8a330c2acfb67245b5 has been pushed to the review server.
It is available... -
20:37 TYPO3.Fluid Bug #28547 (Accepted): adjust backporter to show unused search/replace pairs
- starting on this
-
20:49 TYPO3.Fluid Task #11969: Make widgets' template configurable
- Change for v4 already under review: https://review.typo3.org/2658
Would need an implementation for FLOW3 here as well. -
20:13 TYPO3.Fluid Task #28556 (Accepted): Collect profiling data
- done, will publish soon!
2011-07-30
-
21:32 TYPO3.Flow Revision 13fc6421: [BUGFIX][Cache] Let NullBackend implement PhpCapableBackend
- The null backend is very useful to effectivly disable caching
during development. With this change it also implements...
2011-07-29
-
09:55 TYPO3.Kickstart Revision f45b4478: [TASK] Fixed a typo in a method call
- Change-Id: If8d5e2468a3185b2bb9d464452357f0a90f00eeb
-
09:14 TYPO3.Fluid Revision 928c1b4a: [TASK] Removing Fluid Manual
- ... as it has now been converted to ReST and moved to FLOW3/Documentation.git ..
Change-Id: Ieb210a85cda6fa0ca464e4c...
2011-07-28
-
21:28 TYPO3.Flow Revision a58f5acd: [BUGFIX] Handle deletion of orphaned references in abstract backend
- The abstract backend should check single-value object properties
for orphaned entity references and delete them.
Cha... -
19:07 TYPO3.Flow Revision 66898e58: [FEATURE] Filter FLOW3_AOP_* properties from var_dump output
- This change filters properties in an var_dump that cluttered the
output and makes it more readable again.
Change-Id:... -
19:05 TYPO3.Flow Revision 572cd995: [FEATURE] Add method to refresh tokens and update credentials
- Change-Id: I7899f7dd9d58a5cfab7a369af21753168ac8395d
-
19:05 TYPO3.Flow Bug #28477 (Resolved): Method visibility filter does not work
- Applied in changeset commit:881be27043164cdbf4b5aa0259a6a409b1af6263.
-
18:42 TYPO3.Flow Revision a1c4e8c6: Merge "[BUGFIX] Fix method visibility filter"
-
18:35 TYPO3.Flow Bug #28525 (Resolved): Caches are not flushed after creating a package
- Applied in changeset commit:30a409619aa7c0f4bd30e67fa0b86cdc850fee48.
-
18:31 TYPO3.Flow Revision cae8842b: Merge "[BUGFIX] Flush caches after changing package states"
-
18:11 TYPO3.Fluid Bug #28557 (Resolved): Fix parameter type checking in Fluid
- #1: Warning: get_object_vars() expects parameter 1 to be object, string given in /opt/local/apache2/htdocs/Quickstart...
-
18:07 TYPO3.Kickstart Revision ddf1c904: [FEATURE] Convenient CRUD-capable Action Controller Kickstarter
- This enhances the kickstart:actioncontroller command by adding two
powerful new options: --generate-actions and --gen... -
17:59 TYPO3.Flow Revision 953e018f: [TASK] Display message on doctrine:update and :create
- This adds a message to the doctrine:update and
doctrine:create command which at least lets the user
known that an upd... -
17:07 TYPO3.Fluid Task #28556 (Resolved): Collect profiling data
- Collect XHProf data of various scenarios:
* Not optimized
* Optimized, creating Compiled templates
* Optimized, co... -
17:01 TYPO3.Fluid Bug #28554 (New): (v4) implement feature flag to disable caching
-
17:01 TYPO3.Fluid Bug #28553 (New): improve XHProf test setup
-
17:00 TYPO3.Fluid Bug #28552 (New): (v5) write ViewHelper test for compiled run; adjust functional test to do two passes (uncached & cached)
-
16:59 TYPO3.Fluid Bug #28551 (Accepted): (v4) backport VHTest
-
16:58 TYPO3.Fluid Bug #28550 (New): (v4) make widgets cacheable, i.e. not implement childnodeaccess interface
-
16:58 TYPO3.Fluid Bug #28549 (New): make widgets cacheable, i.e. not implement childnodeaccess interface
-
16:58 TYPO3.Fluid Bug #28548 (Resolved): (v4) fix unit tests
-
16:58 TYPO3.Fluid Bug #28547 (Resolved): adjust backporter to show unused search/replace pairs
-
16:57 TYPO3.Fluid Bug #28546 (Resolved): (v4) add backporter tokens again to TemplateView
-
16:57 TYPO3.Fluid Bug #28545 (Resolved): (v4) fix encoding in HTML special chars VH
-
16:57 TYPO3.Fluid Feature #28544: Compilation of Fluid Templates into PHP files
- this speeds fluid up by a factor of 2 - 5 (depending on the template); and reduces memory by a factor of 2-50
-
16:56 TYPO3.Fluid Feature #28544 (Resolved): Compilation of Fluid Templates into PHP files
-
16:46 TYPO3.Fluid Task #9214: Improve handling of bound properties in checkbox, radio and select ViewHelpers
- Hi,
i hope this is okay for you but i had problems with the checkbox Viewhelper and ObjectStorages. I wasnt able t... -
14:26 TYPO3.Fluid Revision 6e3ff2e9: [TASK] Remove api annotation from deprecated textbox ViewHelper
- Change-Id: Ib25d2cd6cd915736c53e01da9a520f84a867fc03
-
13:23 TYPO3.Fluid Revision 8ac27daf: Merge "[BUGFIX] Revert default form error class to "f3-form-error""
-
13:22 TYPO3.Fluid Revision 50c3e8c0: Merge "[BUGFIX] Disable escaping interceptor in debug ViewHelper"
-
13:22 TYPO3.Fluid Revision 7accc51f: Merge "[BUGFIX] Whitespace fixes"
-
13:22 TYPO3.Fluid Revision 1541e8a6: Merge "[TASK] Remove Raw ViewHelper"
-
11:58 TYPO3.Fluid Revision 9a0b82d7: [BUGFIX] Whitespace fixes
- Non-behavioral change replaces leading spaces by tabs
Change-Id: I088bab180de3060179f10a153cfe5c1998dd39ec -
11:21 TYPO3.Fluid Revision d48955ee: [TASK] Remove Raw ViewHelper
- This is deprecated since a month. Please use format.raw instead.
Change-Id: I1b59ca6fbf16b42c9b6fb9fd53d9605b96ab5f0e -
11:20 TYPO3.Fluid Revision d046ba8c: [BUGFIX] Disable escaping interceptor in debug ViewHelper
- Change-Id: I94e23715a4d929d6263adf1db268cd79cd10c328
-
11:19 TYPO3.Fluid Revision 3620d848: [BUGFIX] replace "var" keyword by "protected" in format ViewHelpers
- ...and blushing for shame
Change-Id: I7ce64424552bd8bb2fc513fe8848c477356adeba -
11:04 TYPO3.Fluid Revision eaf2daea: [BUGFIX] Revert default form error class to "f3-form-error"
- This was changed to "typo3-form-error" with the vendor namespace
adjustments unintentionally.
Additionally this remov... -
09:29 TYPO3.Flow Revision bb96e6af: Merge "[!!!][FEATURE] Speed up ObjectAccess"
2011-07-27
-
21:13 TYPO3.Flow Bug #28525 (Under Review): Caches are not flushed after creating a package
- Patch set 1 of change I173c7ed7ecefb9fb67f8e24c0e9a93e594105cfb has been pushed to the review server.
It is available... -
21:12 TYPO3.Flow Bug #28525 (Resolved): Caches are not flushed after creating a package
- After creating (or deleting, activating, deactivating) a package through the command line, the caches are not flushed...
-
21:13 TYPO3.Flow Revision 30a40961: [BUGFIX] Flush caches after changing package states
- This adds a flush caches call to the end of all commands which affect
the package state (that is create, delete, acti... -
19:56 TYPO3.Flow Revision b8208b6f: [!!!][FEATURE] Speed up ObjectAccess
- This change improves performance of ObjectAccess::getProperty(),
ObjectAccess::getPropertyPath() and ObjectAccess::is... -
15:13 TYPO3.Flow Revision 95ad1948: [BUGFIX] Allow more than one token class per provider
- Change-Id: Id422517d797d176454f2217d0e99418e9b1b5960
-
13:39 TYPO3.Flow Revision 16c429e0: [TASK] More robust Reflection Service during cache:flush
- This adds an additional check for the schema building routine
to avoid fatal errors during a cache:flush run with a p... -
12:32 TYPO3.Flow Revision 37730a04: Merge "[BUGFIX] Allow command controllers in packages without vendor name"
-
11:54 TYPO3.Flow Revision f3ca9862: [FEATURE] Intelligently recognize boolean options
- This adds some more intelligence into the command-line request building.
If a boolean option is specified without a v... -
10:05 TYPO3.Fluid Task #27628 (Resolved): Split escape ViewHelper into dedicated format ViewHelpers
- Applied in changeset commit:45f334015b30cdd082cf9d2e6336a538a1b0d275.
-
09:36 TYPO3.Fluid Revision 45f33401: [+TASK] Split escape ViewHelper into dedicated format ViewHelpers
- This change creates a dedicated ViewHelper for all formats the
Escape ViewHelper supported.
This also marks the Escap... -
09:35 TYPO3.Fluid Bug #27678 (Resolved): Deactivate EscapeInterceptor for certain ViewHelpers
- Applied in changeset commit:e52fc89a2a9206734305f7b8b3a2bb8295a838fe.
-
09:22 TYPO3.Fluid Bug #27678: Deactivate EscapeInterceptor for certain ViewHelpers
- Patch set 2 of change Iebabe42e5f0d674f4fe9f367b33f6dd7e8acdcda has been pushed to the review server.
It is available... -
09:24 TYPO3.Fluid Revision 5dee7c61: Merge "[BUGFIX] Deactivate EscapeInterceptor for certain ViewHelpers"
-
09:22 TYPO3.Fluid Revision e52fc89a: [BUGFIX] Deactivate EscapeInterceptor for certain ViewHelpers
- This change deactivates automatic escaping for ViewHelpers that rely
on the raw value.
Change-Id: Iebabe42e5f0d674f4...
2011-07-26
-
22:21 TYPO3.Flow Bug #28487 (Resolved): ActionController ErrorAction forgets SubpackageKey
- The method errorAction of TYPO3\FLOW3\MVC\Controller\ActionController forwards like this:...
-
22:00 TYPO3.Flow Feature #28486 (Resolved): Don't clone, use explicit change tracking instead
- Currently the parameter converter uses "clone" to create copies of objects,
Much better would be to automatically ... -
18:54 TYPO3.Flow Bug #28477 (Under Review): Method visibility filter does not work
- Patch set 1 of change I66925ef9b482c1d0abe9334740567ced23352fe8 has been pushed to the review server.
It is available... -
16:53 TYPO3.Flow Bug #28477 (Resolved): Method visibility filter does not work
- The method visibility filter is not doing anything (again). A wrong regexp match parses visibilities like @"public "@...
-
18:53 TYPO3.Flow Revision 881be270: [BUGFIX] Fix method visibility filter
- This change mainly fixes the parsing of the method visibility and adds
a unit test that tests the actual parsing. Als... -
17:09 TYPO3.Flow Revision 45722b74: [FEATURE] Warm up caches
- This adds a new command "flow3:cache:warmup" which warms up caches
in order to prepare the application for the first ... -
17:07 TYPO3.Flow Revision d92f85da: [FEATURE] Use ACLs and common interface for set file permissions
- This enhances the set file permissions script to use ACLs if supported
by the file system and operating system. The a... -
11:03 TYPO3.Flow Revision aeb247e6: [BUGIFX] Fix table name inference for packages without vendor name
- The current way of guessing the table name for Doctrine metadata
was fixed to a specific package naming. Multiple ven...
2011-07-25
-
10:51 TYPO3.Fluid Feature #28444 (Closed): Implement comment ViewHelper or language feature
- It would be great to have the possibility of commenting out Fluid code / markup without rendering it to the client. A...
2011-07-24
-
11:42 TYPO3.Flow Bug #28422 (Resolved): Doctrine persistence does not use correct package key for tables
- The Flow3AnnotationDriver is using the second namespace part as package key for the table name prefix. This does not ...
-
11:20 TYPO3.Flow Revision 7b9b205a: [BUGFIX] Allow command controllers in packages without vendor name
- Change-Id: I9e49719b8aeb4085f4a8d9a988c5d69632e7cdfb
2011-07-22
-
21:37 TYPO3.Fluid Revision 5e4fbb17: Merge "[!!!][+FEATURE] Added a reserved variable {_all} returning all template variables"
-
21:35 TYPO3.Fluid Revision bc891071: [!!!][+FEATURE] Added a reserved variable {_all} returning all template variables
- This is especially helpful for passing all arguments
to a partial, using
<f:render partial="..." arguments="{_all}" /... -
20:42 TYPO3.Flow Revision 761f9ee1: Merge "[+BUGFIX] (Validation): Only add a property validator when the built validator is non-empty"
-
17:36 TYPO3.Flow Feature #28399 (Needs Feedback): Validation message and code should be configurable for bundled validators
- For custom applications the bundled validators of FLOW3 are nice but unusable if different messages and codes have to...
2011-07-21
-
21:05 TYPO3.Fluid Bug #28283 (Resolved): Paginate Widget does not highlight current page
- Applied in changeset commit:fca5d265f7797ae156e729258e20183daf246089.
-
20:49 TYPO3.Fluid Revision 3e9f514a: Merge "[BUGFIX] Paginate Widget does not highlight current page"
-
20:43 TYPO3.Flow Bug #28373 (Closed): Error after clearing temporary data
- After clearing temporary data in Production and calling the "./flow3" script to build up the cache I get the followin...
-
20:00 TYPO3.Flow Revision 6a5586b3: Merge "[FEATURE] A console log backend"
-
14:05 TYPO3.Flow Revision f4952e0b: [+BUGFIX] (Validation): Only add a property validator when the built validator is non-empty
- This is mainly a performance improvement, but additionally is a workaround for
working with TYPO3CR Nodes. The error ... -
12:20 TYPO3.Flow Bug #28213: Sites Configuration should overrule package Configuration
- This relates to https://review.typo3.org/#change,3449.
2011-07-20
-
12:08 TYPO3.Kickstart Revision a432e1ee: [FEATURE] Kickstart Command Controller
- This introduces a new command "kickstart:commandcontroller" which allows
for generating a new command controller.
No... -
10:59 TYPO3.Flow Bug #28306: Optional command line argument is ignored
- Another symptom of this bug is the _kickstart:action_ controller command:
The second argument "controller name" i... -
09:57 TYPO3.Flow Bug #28306 (Accepted): Optional command line argument is ignored
-
09:49 TYPO3.Flow Bug #28327 (Resolved): Argument mapping falsely detects tags from method description - ReflectionService RegExp issue
-
09:46 TYPO3.Flow Bug #28327: Argument mapping falsely detects tags from method description - ReflectionService RegExp issue
- Patch set 1 of change Ic8440a8d95c8444573d49a0cbce684b1f7dbad48 has been pushed to the review server.
It is available... -
09:45 TYPO3.Flow Bug #28327 (Under Review): Argument mapping falsely detects tags from method description - ReflectionService RegExp issue
-
09:32 TYPO3.Flow Bug #28327 (Accepted): Argument mapping falsely detects tags from method description - ReflectionService RegExp issue
-
09:20 TYPO3.Flow Bug #28327 (Resolved): Argument mapping falsely detects tags from method description - ReflectionService RegExp issue
- Consider the following doc comment and method signature of a CommandController:...
-
09:45 TYPO3.Flow Revision 04186814: [+BUGFIX] (Reflection): Only detect tags when they are at the beginning of a line
- We should not detect tags like @param foo when they are at the beginning of a line,
and not inside freeform text.
We ... -
09:39 TYPO3.Flow Task #25886 (Resolved): Clean up Request hierarchy and fix type hints
- Applied in changeset commit:6a35bed37ab036a7fd8f884e01350bff7e230f4f.
-
09:07 TYPO3.Flow Task #25886: Clean up Request hierarchy and fix type hints
- Patch set 4 of change If8bb5f383f9204f9f7638292f6680ba86aca846b has been pushed to the review server.
It is available... -
09:07 TYPO3.Flow Revision 6a35bed3: [!!!][TASK] Clean up MVC\Request hierarchy
- The MVC\Request class was only extended by MVC\Web\Request any longer,
thus this change moves the code into Web\Reque... -
09:05 TYPO3.Flow Feature #28172 (Resolved): Provide CommandManager
- Applied in changeset commit:9d27dabc0bf43d6d1c68d88cdf1f827600ca5119.
-
08:59 TYPO3.Fluid Revision 8d7a775b: [TASK] Adjust unit tests to new MVC\Request hierarchy
- Change-Id: I5e904d48a5bad51e8074aa1894cbb94acf96ccf6
Relates: #25886 -
08:41 TYPO3.Flow Revision 72306ee5: Merge "[FEATURE] CLI CommandManager"
-
06:21 TYPO3.Fluid Feature #27091: Viewhelpers for strtolower/strtoupper
- good idea!
-
00:58 TYPO3.Fluid Feature #27091: Viewhelpers for strtolower/strtoupper
- How about ucfirst or ucwords then as well? (We lately had that topic regarding csConv for TYPO3 v4.)
And shouldn't w... -
01:09 TYPO3.Fluid Feature #5158: Add "true" and "false" to Fluid syntax
- Bastian, I agree that the string (althought it contains "false") should evaluate to true. It's a string after all ...
-
00:50 Task #27770: Remove deprecated methods/classes for FLOW3 1.1
- I guess we can remove everything that is deprecated (even if just "@deprecated since 1.0.0 alpha 7" or so) since that...
-
00:46 TYPO3.Fluid Bug #27938: Textfield view helper can not handle zero (not empty) values
- Patch set 1 of change I9eabc845fe44e019e0c61e241cc9ebede152ba50 has been pushed to the review server.
It is available...
2011-07-19
-
23:41 TYPO3.Fluid Bug #8648: format.crop ViewHelper should support all features of the crop stdWrap function
- v4-implementation uses features from tslib_cObj, the v5-implementation substr currently. So that's why the CropProces...
-
23:34 TYPO3.Fluid Task #6560: A reset button for formViewHelper [Made and attached]
- @Sebastian/Bastian: Please make up your mind about this one.
-
23:22 TYPO3.Fluid Bug #27826: Missing "size" Attribute in the Form.Upload ViewHelper
- Afaik there is no "size" with a meaning of field-width (for display) of a file-field, other than using css-styles. Or...
-
23:13 TYPO3.Fluid Bug #26844: Wrong PaddingViewHelper description
- Patch set 2 of change I129a20878ee8831807e9add5ac87d388c79a3737 has been pushed to the review server.
It is available... -
23:13 TYPO3.Fluid Feature #26843: Padding Type in ViewHelper
- Patch set 2 of change I129a20878ee8831807e9add5ac87d388c79a3737 has been pushed to the review server.
It is available... -
20:50 TYPO3.Fluid Feature #26843: Padding Type in ViewHelper
- Patch set 1 of change I129a20878ee8831807e9add5ac87d388c79a3737 has been pushed to the review server.
It is available... -
23:12 TYPO3.Fluid Revision e7ae2aab: [+FEATURE] Add padding-type to PaddingViewHelper
- Allow passing third parameter for "left", "right" or "both".
Also add a small fix to the php-doc.
Change-Id: I129a20... -
20:28 TYPO3.Fluid Bug #28283 (Under Review): Paginate Widget does not highlight current page
-
20:22 TYPO3.Flow Feature #28172: Provide CommandManager
- Patch set 3 of change I1f443869a6b93b551e8ffd5bc3957a6935310869 has been pushed to the review server.
It is available... -
18:37 TYPO3.Flow Feature #28172: Provide CommandManager
- Patch set 2 of change I1f443869a6b93b551e8ffd5bc3957a6935310869 has been pushed to the review server.
It is available... -
20:22 TYPO3.Flow Revision 9d27dabc: [FEATURE] CLI CommandManager
- This change adds a CommandManager that should be used as central
service whenever dealing with CLI commands.
Besides ... -
18:54 TYPO3.Flow Feature #28228 (Resolved): FLOW3 should be usable without Doctrine
- Resolved for now
-
18:53 TYPO3.Flow Feature #28228: FLOW3 should be usable without Doctrine
- Patch set 3 of change I0ae80d2106c758d12242805ed20becb696e75da8 has been pushed to the review server.
It is available... -
11:18 TYPO3.Flow Feature #28228 (Under Review): FLOW3 should be usable without Doctrine
- Patch set 2 of change I0ae80d2106c758d12242805ed20becb696e75da8 has been pushed to the review server.
It is available... -
18:52 TYPO3.Flow Revision 7f648f8a: [BUGFIX] It should be possible to disable Doctrine integration
- This change introduces a setting to control the integration of Doctrine
in the bootstrap of FLOW3. For non-Doctrine p... -
18:05 TYPO3.Flow Bug #27995 (Resolved): Quote arguments in system command on Windows
- Applied in changeset commit:7bb24f9dc49324d2ed931d641b7dbe6ffe6934f7.
-
17:37 TYPO3.Flow Bug #27995: Quote arguments in system command on Windows
- Patch set 2 of change Ief9eb0e1800cd9810867e607ba66456dcbb3ee4e has been pushed to the review server.
It is available... -
17:36 TYPO3.Flow Revision 7bb24f9d: [BUGFIX] Properly escape and quote CLI arguments
- Currently arguments that are passed to the system() function in
Bootstrap::executeCommand() are not properly escaped.... -
17:35 TYPO3.Flow Bug #28294 (Resolved): Command is not run in compile time if command identifier is abbreviated
- Applied in changeset commit:540082f7b55e7dfda1ec2eddddc1048c7160e9d5.
-
17:34 TYPO3.Flow Revision c8e30bf1: Merge "[FEATURE] Hide internal commands in command line help"
-
17:34 TYPO3.Flow Revision 240d60ac: Merge "[BUGFIX] Command is not run in compile time if identifier is abbreviated"
-
15:59 TYPO3.Flow Bug #28319: Access denied will be logged at the wrong location in nested calls
- Small update: Maybe this occurs only if the method that was denied is used in a runtime evaluation.
-
15:58 TYPO3.Flow Bug #28319 (Needs Feedback): Access denied will be logged at the wrong location in nested calls
- If several method calls that were secured by the PolicyEnforcementAspect are nested, an AccessDeniedException will be...
-
11:16 TYPO3.Flow Revision dd2f57d6: [BUGFIX] initialize commandMethodName in CommandController
- Besides this fixes a typo in an InvalidArgumentTypeException message
Change-Id: Id44c955e9cbc2b37045a9cabacb5c0d244b... -
11:05 TYPO3.Fluid Bug #28245 (Resolved): Autocomplete Widget modifies query with every request
- Applied in changeset commit:3145bf0dccf5f7201bdcee35b3b873485cc3935e.
-
10:10 TYPO3.Flow Bug #28306 (Resolved): Optional command line argument is ignored
- Consider the following command as part of a command controller:...
-
09:45 TYPO3.Flow Revision 110b72a2: [FEATURE] A console log backend
- Change-Id: I08892958bb76b40461a3b708f7bf58ee21e78c81
Also available in: Atom