Activity
From 2012-09-18 to 2012-10-17
2012-10-17
-
20:57 Bug #42101: Proxyclasses are not rebuild in Development context unless cache is empty
- So I tried removing https://review.typo3.org/#/c/15580/, and it did not solve the problem, so apparently it wasn't in...
-
20:46 Bug #42101 (New): Proxyclasses are not rebuild in Development context unless cache is empty
- Proxy classes that are missing in the cache are not rebuild, unless the cache is completely flush
Experienced with... -
19:13 Revision cf4f0ee4: [TASK] Documentation: Fix link to CGL on one page document
- The link was renamed during the FLOW3 to TYPO3 Flow replacement
but the site package is not yet renamed.
Change-Id: ... -
16:56 Bug #42083 (Under Review): CSRF token is not appended for actions with mixed case characters
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/15765 -
16:52 Bug #42083 (Resolved): CSRF token is not appended for actions with mixed case characters
- Since the update (I don't know what exactly broke this), the @CrsfProtectionAspect@ no longer appends the CSRF token ...
-
16:56 Revision 9ea304b4: [BUGFIX] CSRF token is not appended for actions with mixed case characters
- The CrsfProtectionAspect no longer appends the CSRF token when the
target action contains uppercase characters (e.g. ... -
16:52 Bug #42082: uriFor in subrequest does override explicit empty subpackageKey
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/15764 -
16:44 Bug #42082: uriFor in subrequest does override explicit empty subpackageKey
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/15764 -
16:38 Bug #42082 (Under Review): uriFor in subrequest does override explicit empty subpackageKey
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/15764 -
16:34 Bug #42082 (Resolved): uriFor in subrequest does override explicit empty subpackageKey
- This is a bug that was probably introduced or noticed after change Iae8a2a8a39d47d7e99743d78188dccdd4238ccfb.
This... -
16:52 Revision 8ebb3f6e: [BUGFIX] Respect explicit empty subpackage in uriFor with subrequests
- This change just checks for the empty string in the routing arguments and
sets a controller argument for building the... -
14:39 Revision 81a50601: Merge "[BUGFIX] Fix composer manifest loading and unit tests"
-
11:19 Revision ec4d4225: [BUGFIX] Fix path to database error template
- The Settings.yaml contained an outdated path for the
Fluid template which is supposed to display database
errors.
Th... -
09:33 Revision 441957b9: [TASK] Check for unexpected properties in Policy schema
- This change disables unknown properties for resources and
acl group keys to prevent mistakes. For example, the schema...
2012-10-16
-
16:50 Feature #42049: HTTP Browser: follow Location redirects like a real browser does
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/15737 -
16:22 Feature #42049 (Under Review): HTTP Browser: follow Location redirects like a real browser does
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/15737 -
15:20 Feature #42049 (Resolved): HTTP Browser: follow Location redirects like a real browser does
- currently, unlike the raw "RequestEngine" functionality, a browser is intended to act like a real browser.
This mean... -
16:38 Feature #33937: Convenience method to resolve public "resource://" paths
- Another use-case:
i'm writing a Surf Deployment to push a file from inside a package to the remove node and need a ... -
09:59 Revision c85ccd70: [BUGFIX] Fix composer manifest loading and unit tests
- This change fixes 2 tests in PackageTest that failed when run from
a package directory, because the $package->getComp... -
09:45 Feature #42025 (Under Review): Uri type converter
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/15522 -
09:37 Revision 0fe86547: Merge "[BUGFIX] Tests fail when run from package path."
-
09:17 Feature #42011: Display package keys in migration status
- Patch set 8 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/15629
2012-10-15
-
17:59 Feature #42025 (Resolved): Uri type converter
- provide a URI type converter that converts strings (representing a URL/URI) into real Http\Uri objects
-
17:47 Feature #42011: Display package keys in migration status
- Patch set 7 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/15629 -
17:40 Feature #42011: Display package keys in migration status
- Patch set 6 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/15629 -
17:37 Feature #42011: Display package keys in migration status
- Patch set 5 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/15629 -
16:59 Feature #42011: Display package keys in migration status
- Patch set 4 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/15629 -
16:15 Feature #42011: Display package keys in migration status
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/15629 -
16:08 Feature #42011: Display package keys in migration status
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/15629 -
12:25 Feature #42011 (Under Review): Display package keys in migration status
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/15629 -
12:22 Feature #42011 (Resolved): Display package keys in migration status
- currently, only a bunch of versions are displayed in @doctrine:migrationstatus@. Display the package names, too.
T... -
15:36 Bug #41818 (Resolved): Development Performance: Improve performance of Compile Run if no changes appeared
- Applied in changeset commit:c9f04ee02f519bf480d1902662f593663d31e059.
-
14:50 Revision 4fa37811: Merge "[BUGFIX] Remove unnecessary call for code compilation"
- 14:18 Revision 3b43e2a9: [BUGFIX] UriBuilder doesn't properly handle arguments of SubRequests
- If you're creating a link inside a SubRequest that link currently
doesn't add/remember the Arguments, Controller, etc...
2012-10-13
-
20:29 Bug #41818: Development Performance: Improve performance of Compile Run if no changes appeared
- I found another way of speeding up the compilation. We should try if http://review.typo3.org/15580 works correctly an...
-
20:26 Bug #41818: Development Performance: Improve performance of Compile Run if no changes appeared
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/15580 -
20:26 Revision c9f04ee0: [BUGFIX] Remove unnecessary call for code compilation
- This change removes the forced compile command subrequest
in a non Production context. Proxy classes are only
initial...
2012-10-12
-
17:30 Bug #41848 (Under Review): Core migration tool applies migrations twice
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/15531 -
17:29 Bug #41848 (Accepted): Core migration tool applies migrations twice
- I also ran into that an hour ago, so I'll supply a fix for that.
-
16:21 Revision c913fb65: Merge "[FEATURE] Allow mapping of indexed property names with placeholder" into FLOW3-1.1
-
08:53 Feature #41900 (Accepted): Check for duplicate PSR-0 autoload namespaces
- Currently, if two packages define the same PSR-0 autoload namespace in their composer.json, it goes unnoticed by the ...
2012-10-10
-
18:34 Task #8923: Provide a Nginx Server Configuration for FLOW3
- If you are working with master take care that the settings are now called FLOW_XXXXX instead of FLOW3_XXXXX
-
16:55 Revision f442e2f5: [BUGFIX] Tests fail when run from package path.
- Composer manifests missing in some tests, and not read properly by
package in others
Change-Id: I38f356ad539a5ebe206... -
16:04 Bug #41848 (Resolved): Core migration tool applies migrations twice
- With for example my MooTools.Packager repository located here: http://git.typo3.org/FLOW3/Packages/MooTools.Packager....
-
14:51 Task #40863: Update to Doctrine ORM version 2.3.x
- Patch set 4 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/14568 -
13:00 Task #41832 (New): Improve error handling for incompatible packages
- Installing packages that are not PSR-0 compatible currently produces some very unexpected errors:
For example when... -
11:04 Feature #26783 (Rejected): Support settings via OS Environment
- I abandon the change. Maybe we come up with some totally different way of setting stuff, but OS Environment seems not...
-
09:41 Bug #41818 (Under Review): Development Performance: Improve performance of Compile Run if no changes appeared
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/15472 -
09:40 Bug #41818 (Resolved): Development Performance: Improve performance of Compile Run if no changes appeared
- I profiled performance of development context; and found the following:
* A lot of time is spent during *typo3.flo... -
09:27 Bug #41533: Ignored object-validation in editAction when redirecting back from updateAction
- Hi, Sebastian
I don't know what is the correct way ... just that this is incompatible.
For me, too, it feels mo... -
09:07 Bug #41533 (Needs Feedback): Ignored object-validation in editAction when redirecting back from updateAction
- I think the behavior we implement currently is correct; it's just that the guide is incorrect at this point.
2012-10-09
-
21:06 Task #41807: Initialize the eventmanager in the EntityManagerInterface
- Patch set 4 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/15110 -
20:32 Task #41807: Initialize the eventmanager in the EntityManagerInterface
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/15110 -
20:31 Task #41807 (Under Review): Initialize the eventmanager in the EntityManagerInterface
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/15110 -
20:28 Task #41807 (Under Review): Initialize the eventmanager in the EntityManagerInterface
- Doctrine extensions often need to register themselves to the EventManager. This EventManager is now not passed to the...
-
15:53 Feature #41358: Allow class/interface constants in configuration directives
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/15074 -
13:42 Revision ee8f8e1d: [TASK] Exclude classes with broken PSR-0 in DomCrawler
- See https://github.com/symfony/DomCrawler/pull/7
Change-Id: Id3fbb8ad5154c633b7153b4f8eef742f385b05a3
Related: #4103... -
10:35 Bug #41657 (Resolved): ActionRequest does not resolve correctly cased package key
- Applied in changeset commit:b744c359a9ff0373a5c22926cf3577468bbe952e.
-
09:36 Bug #41657: ActionRequest does not resolve correctly cased package key
- Patch set 5 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/15396 -
09:06 Bug #41657: ActionRequest does not resolve correctly cased package key
- Patch set 4 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/15396 -
08:24 Bug #41657: ActionRequest does not resolve correctly cased package key
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/15396 - 09:36 Revision b744c359: [BUGFIX] ActionRequest does not resolve correctly cased package key
- ActionRequest resolves lowercased package key by looking for
Package class instead of asking PackageManager. If no Pa...
2012-10-08
-
21:14 Bug #41657: ActionRequest does not resolve correctly cased package key
- Christopher Hlubek wrote:
> Yes, it seems like the usage of @getCaseSensitiveObjectName@ always expects a class name... -
21:11 Bug #41657: ActionRequest does not resolve correctly cased package key
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/15396 -
15:04 Bug #41657: ActionRequest does not resolve correctly cased package key
- Yes, it seems like the usage of @getCaseSensitiveObjectName@ always expects a class named @Package@. We have to fix t...
-
14:01 Bug #41657: ActionRequest does not resolve correctly cased package key
- It seems to be intentional that the Package.php is not generated.
If the Package.php class i optional, then I think ... -
13:35 Bug #41657 (Under Review): ActionRequest does not resolve correctly cased package key
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/15396 -
16:52 Bug #41727 (Accepted): @Flow\Identity and @ORM\InheritanceType("JOINED") can't be used together
- If you have a superclass...
2012-10-07
-
19:31 Bug #41657 (Resolved): ActionRequest does not resolve correctly cased package key
- The methods createPackage in class TYPO3\Flow\Package\PackageManage no longers generates the Package.php. The kicksta...
2012-10-04
- 18:46 Revision 94a43b69: [TASK] Small code cleanup in Package
- Change-Id: Id9dd4d57d94baf27c8d0de04752fe6829e67d92e
Releases: 1.2 -
18:36 Bug #41451: Part II: Getting started: Validation lacks NotEmptyValidator mentioning
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/15139 -
18:33 Revision d00e8767: [BUGFIX] Documentation mentions the NotEmptyValidator
- The Part II (Getting Started), Validation chapter contains
a note about the requirement and purpose of the NotEmptyVa... -
18:07 Revision 0a78fb8a: [BUGFIX] Changed f:form.textbox to f:form.textfield in Documentation
- Change-Id: I53e76c34593c70e50408d523805d0f1213838188
- 15:08 Revision 81c41cdf: [TASK] Make exception templates more configurable
- At the moment only the file name can be set, but not
the format, partial & layout paths are configurable.
Change-Id:... -
11:47 Revision 50c3e1c2: [BUGFIX] Adjust unit test for YamlSource to changed indentation
- Change-Id: Ib66ca28142e3430f6eeca8e7eabd9aac28d4abf5
Releases: 1.2 - 11:14 Revision 41c63520: [TASK] Use two spaces as yaml indentation instead of four
- This was introduced when upgrading the Symfony Yaml package
to the latest source with the move to composer.
Change-I... -
10:50 Revision 4a53002a: [TASK] make Package::getComposerManifest() public
- This is needed for fixing the site import of setup
Change-Id: I9ff0a94325d1d71929399d68acc2fbcfa29f61fb
Releases: 1.2 -
10:11 Revision 01468684: [BUGFIX] fix unit tests
- The test of Idc1d9d48998a0de0ecd07f834baa769ddf1e5ba4 was not adjusted
to the rename.
Change-Id: I1f9ff420e422351250... -
10:03 Feature #39792: Implement support for localized resources
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/13647 -
09:57 Feature #39792: Implement support for localized resources
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/13647 -
08:59 Revision 8c73d8e5: [BUGFIX] Update composer type in migration
- Releases: 1.2
Change-Id: I067d268a51fd49a14d34b447b698cba55a87268d -
00:35 Bug #41497 (Resolved): PackageStates are written on each request
- Applied in changeset commit:14a788244e4be7b84907e576d758567942d0cf07.
-
00:35 Bug #41499 (Resolved): Class cache is not flushed from class changes
- Applied in changeset commit:3d0a981f7c105641369793ae2eb847dafbd68d33.
2012-10-03
-
23:59 Revision 2c0e18f6: Merge "[BUGFIX] Adjust Package Management to updated composer package types"
-
23:54 Revision 3f4b7342: [BUGFIX] Adjust Package Management to updated composer package types
- This fixes issues f.e. with functional test runs of Phoenix.
Change-Id: I798566849eae51c2967cdffff2328a2f5993855a
Re... -
23:43 Bug #41499: Class cache is not flushed from class changes
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/15199 -
23:43 Revision 3d0a981f: [BUGFIX] Fix monitoring of changed class files
- This change fixes the resolving of the class name from a changed file
since the PSR-0 changes caused some problems wi... -
23:36 Bug #41497: PackageStates are written on each request
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/15197 -
23:36 Revision 14a78824: [BUGFIX] Remove unnecessary call to to sortAndSavePackageStates
- This change should fix the saving of a new PackageStates.php file on
every request which causes a rebuild of proxy cl... -
23:22 Revision f4b26dad: [BUGFIX] Fix Proxy Blacklisting
- Change-Id: I30bb1d6cef4e2f6936aacb8847669833df965180
-
20:08 Revision 33acf047: [BUGFIX] Try to fix composer loading problem
- Change-Id: I5bd4a8e0afc44bcd00fb051512abf2bd211085d7
-
18:35 Bug #41571 (Closed): UriBuilder doesn't properly handle arguments of SubRequests
- If you're creating a link inside a SubRequest that link currently doesn't add/remember the Arguments, Controller, etc...
2012-10-02
-
17:40 Bug #41533 (Needs Feedback): Ignored object-validation in editAction when redirecting back from updateAction
- I tried to create a blog following The Definitive Guide.
I ran into the "problem" that I did not got the exception... -
12:39 Bug #41524 (Closed): csrfToken not added to action links having action method name with more than 1 word
- In short: csrfToken is not added to links who's target action is "someOtherAction" but only works for action names li...
-
11:58 Revision 57526b7f: [!!!][TASK] Rename FLOW3 to TYPO3 Flow
- Adjusts the code, comments, documentation as needed.
A code migration to adjust packages and schema migrations are a...
2012-10-01
-
20:33 Bug #40824: Modified action controller methods not detected properly
- Sounds like the udpated / new method is not in the policy cache. I experienced the same behaviour when introducing ne...
-
19:37 Bug #41499: Class cache is not flushed from class changes
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/15199 -
19:25 Bug #41499 (Under Review): Class cache is not flushed from class changes
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/15199 -
19:25 Bug #41499 (Resolved): Class cache is not flushed from class changes
- An updated class file is picked up correctly from the file monitoring but the according cache entries are not flushed...
-
18:43 Bug #41497 (Under Review): PackageStates are written on each request
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/15197 -
18:36 Bug #41497 (Resolved): PackageStates are written on each request
- With the introduction of Composer in the PackageManager a bug was introduced that saves package states on each call t...
-
17:57 Bug #41496 (New): Upload identical Resources, deleting fails
- If you have models where you can attach/upload Resources the deletion will fail.
Due to a Foreign key constraint in ... -
16:58 Revision 69d40a96: [!!!][TASK] Rename FLOW3 to TYPO3 Flow, move files
- Moves files so names match the FLOW3 to Flow change.
Change-Id: Ifcc9a94da534612892bbce84962e484672296b7b
Related: #...
2012-09-29
-
23:53 Revision 569fcb86: [TASK] Some leftover case changes
- This adjusts the case of some forgotten namespaces and classes.
Also it marks a number of migrations as (correctly) ...
2012-09-28
-
21:35 Bug #41449 (Resolved): Generated composer manifest should have 'Description' field
- Applied in changeset commit:17af2c03a747b3fc2bb07e81c6395ed3bbf60a67.
-
20:59 Bug #41449: Generated composer manifest should have 'Description' field
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/15140 -
15:54 Bug #41449 (Under Review): Generated composer manifest should have 'Description' field
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/15140 -
13:56 Bug #41449 (Resolved): Generated composer manifest should have 'Description' field
- PackageManager::writeComposerManifest generates no Description field if no Metadata is passed. This results in an inv...
-
21:11 Revision adc2fba0: [TASK] Adjust PackageManagerTest to "skip unnamed" change
- With I5e29317bbada2b6aed13fe26b50c1ae1ed9c2c80 a check was added that
lead to a failing unit test. So much for trivia... -
20:59 Revision 17af2c03: [BUGFIX] Make sure generated composermanifest is valid
- Change-Id: Icd089b9b8ff6ae488e83feebd662ffa3d67baee5
Fixes: #41449
Releases: 1.2 -
20:56 Revision d40e50a3: [TASK] Skip "packages" without name in manifest
- When using packages that have example "composer.json" files (like
Doctrine ORM 2.3 in source form) this will avoid er... -
20:52 Bug #41459 (Resolved): Version information missing
- FLOW3 version information is missing when running ./flow3 help command...
-
14:53 Bug #41451: Part II: Getting started: Validation lacks NotEmptyValidator mentioning
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/15139 -
14:17 Bug #41451 (Under Review): Part II: Getting started: Validation lacks NotEmptyValidator mentioning
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/15139 -
14:08 Bug #41451 (Accepted): Part II: Getting started: Validation lacks NotEmptyValidator mentioning
-
14:07 Bug #41451 (Resolved): Part II: Getting started: Validation lacks NotEmptyValidator mentioning
-
14:35 Bug #41418 (Resolved): Manifestpath detection broken, exception in production context
- Applied in changeset commit:d010f9205be95cde69d901070d5858a55f1ec9af.
-
13:54 Bug #41418: Manifestpath detection broken, exception in production context
- Patch set 5 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/15115 -
13:54 Revision d010f920: [BUGFIX] Fix package / manifest detection
- In production context class loading fails because the classloader has a
wrong map for namespaces. This is caused by g... -
12:51 Bug #41444 (Closed): Resource->getUri does not return the same as getResourcePointer->getHash
- ahh nevermind... it is only in Testing context where the return/invokation of ->getResourcePointer() is mocked, but t...
-
12:31 Bug #41444 (Closed): Resource->getUri does not return the same as getResourcePointer->getHash
- so far just as a note to myself; will proof this with a Test.
-
11:35 Feature #41421 (Resolved): copyDirectoryRecursively() needs to copy dotfiles
- Applied in changeset commit:9b63414540d98a64e26f361f017bee3bedf9de1a.
-
11:29 Revision 29c9ff55: Merge "[TASK] Remove leftover .Shortcuts handling"
2012-09-27
-
21:45 Bug #41418: Manifestpath detection broken, exception in production context
- Patch set 4 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/15115 -
21:20 Bug #41418: Manifestpath detection broken, exception in production context
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/15115 -
20:54 Bug #41418: Manifestpath detection broken, exception in production context
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/15115 -
20:25 Bug #41418 (Under Review): Manifestpath detection broken, exception in production context
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/15115 -
13:37 Bug #41418 (Resolved): Manifestpath detection broken, exception in production context
- In production context class loading fails because the classloader has a wrong map for namespaces. This is caused by g...
-
21:45 Task #40863: Update to Doctrine ORM version 2.3.x
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/14568 -
20:45 Task #40863 (Under Review): Update to Doctrine ORM version 2.3.x
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/14568 -
21:20 Feature #41421: copyDirectoryRecursively() needs to copy dotfiles
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/15113 -
20:54 Feature #41421: copyDirectoryRecursively() needs to copy dotfiles
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/15113 -
20:25 Feature #41421 (Under Review): copyDirectoryRecursively() needs to copy dotfiles
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/15113 -
14:31 Feature #41421 (Resolved): copyDirectoryRecursively() needs to copy dotfiles
-
20:54 Revision 9b634145: [FEATURE] Allow copy of dotfiles in copyDirectoryRecursively()
- Adds a new parameter to copyDirectoryRecursively(), namely the boolean
$copyDotFiles.
To enable this, also readDirec... -
20:54 Revision 8feeaa3c: [TASK] Copy dotfiles during composer install
- Dotfiles like .htaccess need to be copied as well.
Change-Id: Iea3fc374cac5003db61503f5ccfc223c4b83fa50
Related: #41... -
20:32 Revision f957184c: Merge "[TASK] Move .gitignore to composer install default"
-
20:31 Revision 196e37db: [TASK] Remove leftover .Shortcuts handling
- Change-Id: I6567aea03e75109ca47659ac471f9e0b2839d215
Releases: 1.2 -
20:24 Revision 1a417b66: [TASK] Fix flow3 commandline script
- Shortens a docblock and removes define() left over from recent work.
Change-Id: I35d7632cfe556c5053f9a14b41408b3aad6... -
14:11 Feature #41420 (New): Support entity versioning
- Support versioning of entities with for example https://github.com/simplethings/EntityAudit
-
11:49 Task #41414: Check packageKey naming / file structure below Packages/Vendor
- That is "working as designed" but we can discuss if it should be changed.
PackageFactory::getPackageKeyFromManifestP... -
11:41 Task #41414: Check packageKey naming / file structure below Packages/Vendor
- First step: find out why / where this is changed so it differs…
-
11:20 Task #41414 (Needs Feedback): Check packageKey naming / file structure below Packages/Vendor
- It leads to a confusing situation if you install a composer package with dashes in the name. The actual packageKey to...
-
10:51 Revision ee4d1f8c: [TASK] Move .gitignore to composer install default
- Change-Id: Ic71baf5b76ae113ff93cd5a32e9dc4ac8af44bb3
Related: #41031
Releases: 1.2
2012-09-26
-
13:21 Bug #40410: Exception when using Apc, Memcached of Redis cache backend for reflection status and object configuration
- In general it would be nice if the caching segment of the documentation was updated with different backend setups (wh...
-
13:15 Bug #40410: Exception when using Apc, Memcached of Redis cache backend for reflection status and object configuration
- *MEMCACHED* (all done in production context)
+OBJECT CONFIGURATION+... -
13:00 Bug #40410: Exception when using Apc, Memcached of Redis cache backend for reflection status and object configuration
- *APC* (all done in production context)
+REFLECTION STATUS+... -
12:36 Feature #41378 (Resolved): Allow to keep existing files in copyDirectoryRecursively()
- Applied in changeset commit:c7cce8d502c9b55fea3b823c6a7d3ade45f17db4.
-
10:12 Feature #41378 (Under Review): Allow to keep existing files in copyDirectoryRecursively()
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/15073 -
10:01 Feature #41378 (Resolved): Allow to keep existing files in copyDirectoryRecursively()
- This is needed to the Composer post-install script…
-
12:01 Revision 4179179d: [TASK] Tweak install script behavior, add (example) configuration
- With this change the composer post install/update script will discern
between "Essentials", being files that will alw... -
10:42 Feature #41358 (Under Review): Allow class/interface constants in configuration directives
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/15074 -
10:12 Revision c7cce8d5: [FEATURE] Allow keeping files in copyDirectoryRecursively()
- This change adds a flag $keepExistingFiles to copyDirectoryRecursively()
in Files. It defaults to FALSE and if set to...
2012-09-25
-
23:35 Bug #41369 (Resolved): Web/.htaccess is not installed
- Applied in changeset commit:987b91a89a4c1792ed5c7b88887147758f189a2c.
-
22:37 Bug #41369 (Under Review): Web/.htaccess is not installed
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/15065 -
22:35 Bug #41369 (Resolved): Web/.htaccess is not installed
- With composer the @Web/.htaccess@ file is not installed.
-
22:37 Revision 987b91a8: [BUGFIX] Add .htaccess file to installed files
- Change-Id: I480abc8d12a2406ffecea66357462bf28eb2dd1c
Fixes: #41369
Releases: 1.2 -
22:33 Revision d3039191: [TASK] Update settings to new name of installer package
- Change-Id: I1dcab45f5644a535fb8eedafaa48e3efb711e2b8
Related: #41031
Releases: 1.2 -
22:22 Revision 0ea33a38: [TASK] Update class exclusion to changed composer installer name
- The installer change it's package key from christianjul.installers to
flow3.composerinstallers so the exclusion needs... -
18:52 Revision 125ff016: [TASK] Change dependency to require flow3/composer-installers
- Change-Id: I09a8d1a7808004eeabe50176bf04359659c2a980
-
15:17 Feature #41358 (Resolved): Allow class/interface constants in configuration directives
- currently, only "raw" plain PHP constants can be used in YAML files, like @%FLOW3_PATH_FLOW3%@.
IMHO nothing speaks ... -
14:32 Revision 947608e4: [TASK] Use composer version of installer
- Change-Id: Ib9f41406fd4672f2ced3fdf7174a6aca1c529b7c
-
13:48 Revision 9a68c0eb: [TASK] Require christianjul/installers directly
- Change-Id: I9bed033db14d0f1005c65ffe99d135c5e56e81fc
Related: #41031
Releases: 1.2 -
11:20 Bug #41091 (Resolved): PackageManagerTest::createPackageThrowsExceptionForExistingPackageKey fails with composer changes
-
11:19 Feature #37727 (Resolved): Make Package.php optional
-
11:19 Task #41310 (Resolved): Web/index.php is not installed
-
11:19 Bug #41157 (Resolved): TYPO3.FLOW3.object.excludeClasses gives fatal error if a configuration exists for a non-installed package
-
11:19 Bug #41181 (Resolved): Package->getClassesPath returns path without trailing slash
-
11:19 Bug #41334 (Resolved): Handle missing type in composer manifest gracefully
-
11:17 Revision eb9b140d: Merge "[BUGFIX] Handle missing composer type gracefully"
-
10:39 Revision c516af3e: Merge "[!!!][TASK] Add utility to get classes namespace entry-point"
-
10:39 Revision b71202ea: Merge "[BUGFIX] Allow excludeClasses setting for non-installed package"
-
10:39 Revision a8bfe8e4: Merge "[BUGFIX] getClassesPath() returns path without trailing slash"
-
10:38 Revision 508fa374: Merge "[TASK] Install "Web/index.php" on Composer install"
-
10:25 Revision 37492ff2: [TASK] Test commit for composer install
- Change-Id: Ife0cd551a4aa853c88a3bc40850a34f93e7354b6
-
10:01 Revision e3f9f13d: [TASK] Change requirement to real composer installer
- Also drop require-dev - only valid for root manifests
Change-Id: I45e2fd8bc08e72cf551399a610902c00df4d339f -
08:30 Bug #27798: CSRF protection not working for forms in a plugin
- Sorry stupid question...
I've deleted it.
2012-09-24
-
22:58 Bug #41334 (Under Review): Handle missing type in composer manifest gracefully
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/15013 -
22:58 Bug #41334 (Resolved): Handle missing type in composer manifest gracefully
-
22:58 Revision cb870e17: [BUGFIX] Handle missing composer type gracefully
- The type in a composer manifest is optional, so we need to check for it's
existence before we use it.
Change-Id: Iea... -
22:41 Bug #41181: Package->getClassesPath returns path without trailing slash
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/15000 -
15:18 Bug #41181 (Under Review): Package->getClassesPath returns path without trailing slash
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/15000 -
22:41 Bug #41157: TYPO3.FLOW3.object.excludeClasses gives fatal error if a configuration exists for a non-installed package
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/15001 -
15:51 Bug #41157 (Under Review): TYPO3.FLOW3.object.excludeClasses gives fatal error if a configuration exists for a non-installed package
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/15001 -
22:40 Task #41310: Web/index.php is not installed
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/15005 -
17:24 Task #41310 (Under Review): Web/index.php is not installed
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/15005 -
12:05 Task #41310 (Resolved): Web/index.php is not installed
- With composer the @Web/index.php@ script is not installed.
-
22:40 Revision 0f8b4d2f: [TASK] Install "Web/index.php" on Composer install
- Change-Id: Ib8634b8b4f10f73d6e8a57d6f11f0afa077e8155
Fixes: #41310
Releases: 1.2 -
22:37 Revision 1594a523: [!!!][TASK] Add utility to get classes namespace entry-point
- With PSR-0 the entry-point of the classes files needs prefixing of the
pathified namespace. Add a getter, getClassesN... -
22:29 Revision a952d97f: [BUGFIX] Allow excludeClasses setting for non-installed package
- Change-Id: Ibdbb843d9e59d575d05ce7088c5dddca843e2be0
Fixes: #41157
Releases: 1.2 -
22:28 Revision 1925ba31: [BUGFIX] getClassesPath() returns path without trailing slash
- Change-Id: I354be2ef635cc384aa7244c812e1fd80a07dab35
Fixes: #41181
Releases: 1.2 -
12:35 Bug #41088 (Resolved): PackageManagerTest::packageStatesConfigurationContainsRelativePaths fails in Composer branch
- Applied in changeset commit:94761514bd3fac7bd48884569ed538cc7b8f7139.
-
11:41 Bug #41088: PackageManagerTest::packageStatesConfigurationContainsRelativePaths fails in Composer branch
- Patch set 10 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/14769 -
12:35 Bug #41093 (Resolved): PackageManagerTest::deletePackageThrowsAnExceptionIfPackageIsProtected fails in composer branch
- Applied in changeset commit:91e1881846a9aef69a46cb7713927208b0d0b1ce.
-
11:41 Bug #41093: PackageManagerTest::deletePackageThrowsAnExceptionIfPackageIsProtected fails in composer branch
- Patch set 10 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/14770 -
12:35 Bug #41092 (Resolved): PackageManagerTest::deactivatePackageThrowsAnExceptionIfPackageIsProtected fails in composer branch
- Applied in changeset commit:91e1881846a9aef69a46cb7713927208b0d0b1ce.
-
11:41 Bug #41092: PackageManagerTest::deactivatePackageThrowsAnExceptionIfPackageIsProtected fails in composer branch
- Patch set 10 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/14770 -
11:28 Revision 5950a764: [FEATURE] Add moveFile() and deleteFile() operations to migrations
- Code migrations now can use deleteFile() and moveFile() to work on
files.
Change-Id: I66ecfc324ab32de16d348ab92b0988... -
11:28 Revision 2e2d98f6: [FEATURE] Isolate migrations and provide package data
- With this change migrations have access to the data of the target
package (the package currently being migrated) and ... -
11:28 Revision 61302517: [TASK] Add code migration to "composerify" a package
- The migration moves all class files into a PSR-0 compatible directory
structure and adds a composer manifest; Package... -
11:28 Revision 6e88cac9: [TASK] Exclude specific classes from object management
- In order to exclude classes from object management - either for performance
or compatibility reasons - create a confi... -
11:28 Revision 6fdd8553: [TASK] Make package management use Composer
- Refactor package management to use Composer, also relax constraints in order
to utilize 3rd party composer / PSR-0 co... -
11:28 Revision 94761514: [BUGFIX] PackageStates.php does not contains relative paths
- Change-Id: Ia3c6f6b932909848c4d7d6bd83127115ec67739b
Fixes: #41088
Releases: 1.2 -
11:28 Revision 91e18818: [BUGFIX] Fix failing tests in package management
- Change-Id: I3470ec9eabe73596854cd52c7b2a31e6a76a22b9
Fixes: #41092
Fixes: #41093
Releases: 1.2 -
11:28 Revision ef342614: [TASK] Update unit tests to vfsStream > 1.0
- This adds "mikey179/vfsStream" to composer.json and adjusts the unit
tests to the new vfsStream API.
Change-Id: Ifad... -
11:28 Revision 9b9e92b1: [TASK] Fix PSR-0 compatibility for functional tests
- Change-Id: Ia621032e73ef77fc8a8529ae13bd1ae5e5a4b0cd
Related: #41031
Releases: 1.2 -
11:28 Revision bdc5a0ef: [FEATURE] Make metadata available to migrations
- This makes metadata from Package.xml and composer.json available
to migrations.
Change-Id: Icda4c3590bf9f3d468faee1c... -
11:28 Revision 6a5d4d75: [!!!][TASK] Move all classes to PSR-0 compatible path
- In order to be fully PSR-0 compatible the path below the classes
directory should now be in a path identical to the n... -
11:28 Revision 5c1bde47: [TASK] Update referenced paths to reflect PSR-0 paths
- See Idad621923ffccdb7b2742d9aba0ff22fdab3e192 for the files being moved.
Change-Id: Ie13b438c0c5d3b0e6616ca56bd32bcd... -
11:28 Revision f227c309: [TASK] Add composer manifest
- Change-Id: I84ca5b28dcdc82aa4d74a1cec5f22bab40b51820
Related: #41031
Releases: 1.2 -
11:28 Revision f9b09a91: [TASK] Add Composer installer script and resources
- Upon running 'install' or 'update' with composer, required paths
and files outside of TYPO3.FLOW3 package must be cre... -
11:28 Revision b811e147: [TASK] Handle exceptions thrown in ClassReflection
- When a class cannot be loaded for reflection, it will be ignored and a message
is logged.
This makes sure that class... -
11:03 Feature #37727 (Under Review): Make Package.php optional
- Fixed by: https://review.typo3.org/#/c/14686/
-
10:59 Bug #41091 (Under Review): PackageManagerTest::createPackageThrowsExceptionForExistingPackageKey fails with composer changes
- Solved by https://review.typo3.org/#/c/14770/
-
09:24 Feature #41301 (Under Review): Allow action-method-dependent errorAction
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/14972 -
09:21 Feature #41301 (Rejected): Allow action-method-dependent errorAction
- currently, there's only one errorAction for all errors, no matter what action actually has been invoked.
This will...
2012-09-23
-
15:58 Feature #41297 (Rejected): Add a way to extends the Account security model
- Currently it's not possible to extend the \TYPO3\FLOW3\Security\Account. I try to use the same configuration as in th...
2012-09-22
-
13:48 Bug #41252 (Closed): Object Route Part to Integer ID generates dash in URL
- I have a model that has an ID property that is configured like:...
2012-09-21
-
22:47 Revision 44f445d6: [TASK] Clarify parent request type in docblocks
- Instead of just "object" this uses a more specific type in a few
docblocks ("ActionRequest|HttpRequest").
Change-Id:... -
22:46 Revision 5c88d9dc: Merge "[TASK] Clarify parent request type in docblocks"
-
17:35 Feature #41136 (Resolved): Convenience function for registering routes in functional tests
- Applied in changeset commit:6562a48e802265d404f1d80c6154a2280b122aa9.
-
17:35 Feature #41137 (Resolved): Allow rendering of links without csrf protection token
- Applied in changeset commit:2058a64d73c74a6a647115af95112fa05039bfeb.
-
17:12 Feature #41137: Allow rendering of links without csrf protection token
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/14793 -
17:03 Feature #41137: Allow rendering of links without csrf protection token
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/14793 -
17:12 Revision 2058a64d: [FEATURE] Provide flag for disabling link protection in UriBuilder
- This introduces a new flag for the UriBuilder which allows to configure
if a link built by the UriBuilder may be modi... -
16:44 Bug #41181 (Resolved): Package->getClassesPath returns path without trailing slash
- This behaviour breaks the API. Also question is if it should append namespaced path.
-
16:11 Bug #41169 (Closed): Routing Cache caches csrf protection tokens
- If you look at the saved urls in routing cache files you will see that csrf protection tokens are cached in there, wh...
-
12:46 Bug #41088: PackageManagerTest::packageStatesConfigurationContainsRelativePaths fails in Composer branch
- Patch set 9 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/14769 -
11:51 Bug #41088: PackageManagerTest::packageStatesConfigurationContainsRelativePaths fails in Composer branch
- Patch set 8 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/14769 -
11:41 Bug #41088: PackageManagerTest::packageStatesConfigurationContainsRelativePaths fails in Composer branch
- Patch set 7 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/14769 -
10:11 Bug #41088: PackageManagerTest::packageStatesConfigurationContainsRelativePaths fails in Composer branch
- Patch set 6 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/14769 -
09:56 Bug #41088: PackageManagerTest::packageStatesConfigurationContainsRelativePaths fails in Composer branch
- Patch set 5 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/14769 -
09:39 Bug #41088: PackageManagerTest::packageStatesConfigurationContainsRelativePaths fails in Composer branch
- Patch set 4 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/14769 -
12:46 Bug #41093: PackageManagerTest::deletePackageThrowsAnExceptionIfPackageIsProtected fails in composer branch
- Patch set 9 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/14770 -
11:51 Bug #41093: PackageManagerTest::deletePackageThrowsAnExceptionIfPackageIsProtected fails in composer branch
- Patch set 8 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/14770 -
11:41 Bug #41093: PackageManagerTest::deletePackageThrowsAnExceptionIfPackageIsProtected fails in composer branch
- Patch set 7 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/14770 -
10:11 Bug #41093: PackageManagerTest::deletePackageThrowsAnExceptionIfPackageIsProtected fails in composer branch
- Patch set 6 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/14770 -
09:56 Bug #41093: PackageManagerTest::deletePackageThrowsAnExceptionIfPackageIsProtected fails in composer branch
- Patch set 5 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/14770 -
09:39 Bug #41093: PackageManagerTest::deletePackageThrowsAnExceptionIfPackageIsProtected fails in composer branch
- Patch set 4 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/14770 -
12:46 Bug #41092: PackageManagerTest::deactivatePackageThrowsAnExceptionIfPackageIsProtected fails in composer branch
- Patch set 9 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/14770 -
11:51 Bug #41092: PackageManagerTest::deactivatePackageThrowsAnExceptionIfPackageIsProtected fails in composer branch
- Patch set 8 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/14770 -
11:41 Bug #41092: PackageManagerTest::deactivatePackageThrowsAnExceptionIfPackageIsProtected fails in composer branch
- Patch set 7 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/14770 -
10:11 Bug #41092: PackageManagerTest::deactivatePackageThrowsAnExceptionIfPackageIsProtected fails in composer branch
- Patch set 6 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/14770 -
09:56 Bug #41092: PackageManagerTest::deactivatePackageThrowsAnExceptionIfPackageIsProtected fails in composer branch
- Patch set 5 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/14770 -
09:39 Bug #41092: PackageManagerTest::deactivatePackageThrowsAnExceptionIfPackageIsProtected fails in composer branch
- Patch set 4 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/14770 -
11:52 Bug #41157 (Resolved): TYPO3.FLOW3.object.excludeClasses gives fatal error if a configuration exists for a non-installed package
-
10:10 Bug #41148 (New): Converting of ValueObjects
- having a Model "Category" as a valueObject and want to display Articles having this Category assigned the mapping fai...
-
10:03 Bug #41146 (Resolved): Query with setOffset returns count() = 0
- f.e. in the paginateController: Line# 72:
.....
$query = $this->objects->getQuery();
$query->setLimit($itemsPe...
2012-09-20
-
23:43 Bug #41088: PackageManagerTest::packageStatesConfigurationContainsRelativePaths fails in Composer branch
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/14769 -
21:48 Bug #41088 (Under Review): PackageManagerTest::packageStatesConfigurationContainsRelativePaths fails in Composer branch
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/14769 -
10:10 Bug #41088 (Resolved): PackageManagerTest::packageStatesConfigurationContainsRelativePaths fails in Composer branch
-
23:43 Bug #41093: PackageManagerTest::deletePackageThrowsAnExceptionIfPackageIsProtected fails in composer branch
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/14770 -
21:48 Bug #41093 (Under Review): PackageManagerTest::deletePackageThrowsAnExceptionIfPackageIsProtected fails in composer branch
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/14770 -
10:48 Bug #41093 (Resolved): PackageManagerTest::deletePackageThrowsAnExceptionIfPackageIsProtected fails in composer branch
- Probably related to failing CreatePackage tests
-
23:43 Bug #41092: PackageManagerTest::deactivatePackageThrowsAnExceptionIfPackageIsProtected fails in composer branch
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/14770 -
21:48 Bug #41092: PackageManagerTest::deactivatePackageThrowsAnExceptionIfPackageIsProtected fails in composer branch
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/14770 -
15:56 Bug #41092 (Under Review): PackageManagerTest::deactivatePackageThrowsAnExceptionIfPackageIsProtected fails in composer branch
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/14770 -
10:47 Bug #41092 (Resolved): PackageManagerTest::deactivatePackageThrowsAnExceptionIfPackageIsProtected fails in composer branch
- Probably related to the failing CreatePackage tests
-
22:52 Feature #41137 (Under Review): Allow rendering of links without csrf protection token
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/14793 -
22:44 Feature #41137 (Resolved): Allow rendering of links without csrf protection token
- Currently there is no way to render a link without a token when authenticated even if the action you link to is avail...
-
22:52 Feature #41136 (Under Review): Convenience function for registering routes in functional tests
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/14792 -
22:19 Feature #41136 (Resolved): Convenience function for registering routes in functional tests
- The functional testcase should provide a registerRoute() method.
-
22:44 Revision 6562a48e: [FEATURE] Convenience function for registering routes in functional tests
- This adds a new convenience function registerRoute() to the functional
base testcase.
Change-Id: I5fe2f7b9b75f1d2859... -
17:39 Bug #40003: FLOW3 not working on PHP 5.3.16
- I'm experiencing the same problem on Extbase in TYPO 4.5.19;
will this fix be merged into Extbase as well? -
10:43 Bug #41091 (Resolved): PackageManagerTest::createPackageThrowsExceptionForExistingPackageKey fails with composer changes
- createPackage needs to be adapted to interface changes
2012-09-19
-
10:35 Bug #41046 (Resolved): Debugger crashes when coming upon Closure variable
- Applied in changeset commit:15d38605eb1e2597357ef0705cf70bf8303f97bb.
-
10:14 Bug #41046: Debugger crashes when coming upon Closure variable
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/14708 -
10:14 Revision 15d38605: [BUGFIX] Debugger now respects possible occurence of Closures
- A trial isset() call for a property of a Closure resulted in a PHP
error saying "Closure objects cannot have properti... -
09:52 Feature #37373: Make annotation overrides / "injection" via Objects.yaml possible
- Patch set 10 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/13549 -
09:24 Feature #40555: Missing command arguments parameter in Core\Booting\Scripts::executeCommand()
- I'm sorry I can't understand the adjustment for the third parameter.
In my solution I added a fourth parameter for t... -
09:21 Bug #41048: AbstractAuthenticationController namespace does not match folder structure
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/14713 -
09:18 Feature #39839 (Resolved): Provide abstract authentication controller
2012-09-18
-
22:30 Bug #28862: Inconsistent handling of roles as objects and strings in Account
- Patch set 7 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/13868 -
12:54 Bug #28862: Inconsistent handling of roles as objects and strings in Account
- Patch set 6 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/13868 -
21:13 Revision e1f227cb: [TASK] Adjust CsrfProtectionAspect unit test
- Change-Id: I779d57aeab8cf01f198cadd85d63062be89235cd
Related: #40984
Releases: 1.2 -
20:35 Bug #40984 (Resolved): CsrfProtectionAspect fails with paginate view helper and empty f:link action argument
- Applied in changeset commit:4574114c6c3e56be84b214c7993da87f036b18b4.
-
20:29 Revision 3996ee78: Merge "[BUGFIX] Cleanup CSRF protection issues"
-
19:53 Bug #41048: AbstractAuthenticationController namespace does not match folder structure
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/14713 -
19:52 Bug #41048 (Under Review): AbstractAuthenticationController namespace does not match folder structure
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/14713 -
19:51 Bug #41048 (Rejected): AbstractAuthenticationController namespace does not match folder structure
- The namespace in AbstractAuthenticationController does not the directory path and thus makes the autoloader fail.
-
18:15 Bug #41046 (Under Review): Debugger crashes when coming upon Closure variable
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/14708 -
17:52 Bug #41046 (Resolved): Debugger crashes when coming upon Closure variable
- consider just...
-
10:35 Task #40989 (Resolved): Autoloader in ClassReflection is not unregistered if reached
- Applied in changeset commit:dfc34e543391eab3aad5fd210eefe27050f2393a.
-
10:31 Task #40989: Autoloader in ClassReflection is not unregistered if reached
- Patch set 4 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/14654 -
10:29 Revision dfc34e54: [BUGFIX] Make sure autoloader is always unregistered
- ClassReflection adds an autoloader to catch cases of unresolved
classes. This autoloader needs to be unregistered rel... -
09:27 Bug #41029 (Accepted): Method security is also evaluating abstract classes
- I want to secure all controllers in my vendor namespace except controllers named LoginController, for that I use the ...
Also available in: Atom