Activity
From 2011-12-09 to 2012-01-07
2012-01-06
-
17:57 Bug #27798: CSRF protection not working for forms in a plugin
- They also do not work in widget (e.g. pagination does not work in protected actions!)
-
17:09 Bug #32700: Validation does not work for collections
- Patch set 7 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/5401 -
17:00 Bug #32700: Validation does not work for collections
- Patch set 6 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/5401 -
16:38 Bug #33024 (Accepted): Exception when validating a float in a Model with the Number validator
- Warning: array_merge(): Argument #1 is not an array in /Data/Temporary/Development/Cache/Code/FLOW3_Object_Classes/TY...
-
15:57 Bug #32830: Validation on persist breaks with Doctrine Lazy Loading Proxies
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/7513 -
13:52 Bug #32415: Authentication + Doctrine event listeners = apache segfault
- I have tested your soluction and works quite well
So the best way to use doctrine event listeners is:
//Event lis... -
13:05 Feature #33018 (New): Translator should support override of labels from other packages
- We are somewhat limited in the extensibility of translations with the current approach. The use case would be a packa...
-
08:05 Revision ff3501ba: Merge "[BUGFIX] (Utility): ArrayMergeRecursiveOverrule does not override arrays with simple types"
2012-01-05
-
17:32 Feature #28052: Possibility to enable or disable accounts
- Patch set 4 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/3245 -
17:28 Feature #28052: Possibility to enable or disable accounts
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/3245 -
16:26 Bug #32415 (Needs Feedback): Authentication + Doctrine event listeners = apache segfault
-
16:19 Bug #32415: Authentication + Doctrine event listeners = apache segfault
- Ok, I finally wanted to se if this goes away when not adding any event listeners. So I checked out the AbstractContro...
-
13:59 Feature #32990 (Rejected): Account party property should be persistable through the account
-
11:09 Feature #32990: Account party property should be persistable through the account
- Please, using cascade should never be needed. FLOW3 determines this from the aggregate boundaries.
In this particl... -
11:02 Feature #32990 (Under Review): Account party property should be persistable through the account
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/7680 -
11:00 Feature #32990 (Rejected): Account party property should be persistable through the account
- Before:
* @ORM\ManyToOne(inversedBy="accounts")
After:
* @ORM\ManyToOne(inversedBy="accounts",cascade={"all"})
... -
11:50 Bug #32991 (Under Review): Wrong default password hashing strategy
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/7681 -
11:33 Bug #32991 (Resolved): Wrong default password hashing strategy
- In https://review.typo3.org/5756 the default hashing strategy was changed to BCrypt.
Later, in https://review.typo... -
11:08 Revision 38ec74e1: [TASK] Adjust YAML handling and files to updated parser
- The fix for #31289 requires some adjustments to FLOW3 and the
existing YAML files.
Additionally adjust boolean and N... -
11:02 Revision e83da5c2: [TASK] Adjust to updated Doctrine libraries
- This adjusts the FLOW3 annotation driver and the ClassMetadata
implementation to the changes in Doctrine 2.
Change-I... -
10:26 Feature #32985: Implement Processing Rules when merging numerically-indexed arrays
- Bastian Waidelich wrote:
> I'm not too happy with this, to be honest, for a few reasons (just IMO of course):
I a... -
10:02 Feature #32985: Implement Processing Rules when merging numerically-indexed arrays
- I'm not too happy with this, to be honest, for a few reasons (just IMO of course):
* arrayMergeRecursiveOverrule() i... -
08:27 Feature #32985 (Under Review): Implement Processing Rules when merging numerically-indexed arrays
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/7677 -
08:25 Feature #32985 (New): Implement Processing Rules when merging numerically-indexed arrays
- *This is an improvement to the @Utility\Arrays::arrayMergeRecursiveOverrule@ function, leading to enormous flexibilit...
-
10:05 Revision 0c82f174: Merge changes I132a4c53,Ie157d483
- * changes:
[TASK] Enhance help texts and parameter names for Doctrine commands
[FEATURE] Command to mark all migr... -
08:04 Bug #32984 (Under Review): ArrayMergeRecursiveOverrule does not override arrays with simple types
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/7676 -
07:56 Bug #32984 (Resolved): ArrayMergeRecursiveOverrule does not override arrays with simple types
- While working on some improvements for the Configuration subsystem, I stumbled over the following issue in arrayMerge...
-
08:04 Revision b7e76ffd: [BUGFIX] (Utility): ArrayMergeRecursiveOverrule does not override arrays with simple types
- If the first element contains an array, and the second element contains a simple
type at a certain position, the ORIG... -
07:47 Feature #32619 (Resolved): DateTimeRangeValidator
-
07:45 Feature #32619: DateTimeRangeValidator
- Patch set 5 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/7421 -
07:45 Revision 8e6c2baa: [FEATURE] DateTimeRange Validator
- This offers validation for Date/Time ranges, e.g. if a
given date is ahead or prior to a reference date or
between to...
2012-01-04
-
21:45 Bug #27285 (Under Review): Exception with /** @MappedSuperclass */
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/7675 -
21:43 Bug #27285: Exception with /** @MappedSuperclass */
- Yes, in FLOW3 all entities must be marked as such. The entity declaration has more significance than only for persist...
-
21:11 Bug #28184 (Rejected): Unable to create database if entity contains member "read"
- The solution that is also recommended by the Doctrine people is to not use reserved words. You can specify another co...
-
21:07 Bug #32826 (Accepted): Resource PublishingConfiguration is not persisted (missing Doctrine annotation)
-
21:01 Bug #32827 (Needs Feedback): TYPO3\FLOW3\Exception thrown in file Bootstrap.php
- If you are really running 1.0.0, please try again with (at least) 1.0.1, as this sounds like #30040, which has been f...
-
20:59 Bug #29694 (Accepted): \TYPO3\FLOW3\Resource\Resource is missing the __toString Method
-
20:42 Bug #32415 (Accepted): Authentication + Doctrine event listeners = apache segfault
- I can reproduce the segmentation fault with the updated PoC code.
It occurs with current master and is not fixed w... -
13:42 Bug #32707 (Accepted): Bad Bad FileBackend
-
13:35 Bug #32726: Cryptography Strategies don't have Singleton annotation
- Sebastian Kurfuerst wrote:
> can you point me to the place where this is evaluated? I just grepped the full FLOW3 so... -
13:35 Bug #32726 (Closed): Cryptography Strategies don't have Singleton annotation
-
10:31 Bug #32959 (Resolved): Exception thrown on missing role definition
- Notice: Undefined index: Visitor in C:\f3cache\Development\Cache\Code\FLOW3_Object_Classes\TYPO3_FLOW3_Security_Polic...
2012-01-03
-
19:41 Feature #32619: DateTimeRangeValidator
- Patch set 4 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/7421
2012-01-02
-
13:56 Bug #32726: Cryptography Strategies don't have Singleton annotation
- This should work without changing the scope annotation since it is prototype by intent (to allow different configurat...
-
12:47 Task #32928 (Rejected): Cleanup ControllerContext
- @\TYPO3\FLOW3\MVC\Controller\ControllerContext@ could use some cleanup:
- arguments (\TYPO3\FLOW3\MVC\Controller\Arg...
2011-12-29
-
15:42 Bug #31905 (Under Review): getInterceptedRequest is NULL but ACL matches correctly DENY
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/7635 -
15:06 Bug #32873 (Accepted): Value changes for logged in account are not persisted due to session serialization
- Scenario: Change accountIdentifier or credentialsSource on an account (\TYPO3\FLOW3\Security\Account), while being lo...
-
12:05 Bug #32869 (New): Security config tokenClass doesnt throw exception if not found the class
- You have to configure a FQCN for tokeClass config. This is not consistent with providerClass that doesnt need to use ...
2011-12-28
-
09:05 Bug #32726: Cryptography Strategies don't have Singleton annotation
- Karsten Dambekalns wrote:
> Ok, what you want to do is set the default hashing strategy. But your approach is wrong....
2011-12-27
-
15:17 Bug #29271: Query setOrdering doesn't work on relations
- And can get closed now, #26885 is resolved
-
10:33 Feature #32619: DateTimeRangeValidator
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/7421
2011-12-24
-
21:53 Bug #32829: Mapping to a subclass by __type property fails if subclass adds fields
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/7507 -
14:01 Bug #32829: Mapping to a subclass by __type property fails if subclass adds fields
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/7507 -
13:25 Bug #32829 (Under Review): Mapping to a subclass by __type property fails if subclass adds fields
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/7507 -
13:22 Bug #32829 (Resolved): Mapping to a subclass by __type property fails if subclass adds fields
- I have a hierarchy of classes for which an object should be created from a form. For that, I use the feature added wi...
-
21:25 Feature #32832: Implement context-specific validation through Validation Groups
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/7515 -
21:16 Feature #32832 (Under Review): Implement context-specific validation through Validation Groups
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/7515 -
21:13 Feature #32832 (Resolved): Implement context-specific validation through Validation Groups
- Sometimes, validation should only be executed on persist, sometimes on the controller invocation. Especially when bui...
-
15:00 Bug #32830 (Under Review): Validation on persist breaks with Doctrine Lazy Loading Proxies
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/7513 -
14:34 Bug #32830 (Resolved): Validation on persist breaks with Doctrine Lazy Loading Proxies
- Hey everybody,
I am currently experiencing an error with the Validate-On-Persist:... -
14:14 Bug #26885 (Resolved): It's not possible to order by relation properties
- already merged long ago
-
01:37 Bug #32827 (Closed): TYPO3\FLOW3\Exception thrown in file Bootstrap.php
- It seems like the PHP binary "C:/Program Files (x86)/EasyPHP-5.3.8.1/php/php.exe" cannot be executed by FLOW3. Set th...
2011-12-23
-
22:05 Bug #32826 (Resolved): Resource PublishingConfiguration is not persisted (missing Doctrine annotation)
- The publishingConfiguration property of the Resource does not get persisted. An abstract publishing configuration cla...
-
19:13 Revision 02ae9414: Merge "[TASK] Update Package.xml with new version number" into FLOW3-1.0
-
18:33 Bug #30536 (Resolved): URI builder does not work correctly with arguments of subrequests
- Applied in changeset commit:6629f53025e73b73d2c04d043f561637b1fa23be.
-
18:30 Revision 3f90540b: Merge "[BUGFIX] Fix UriBuilder with subrequests" into FLOW3-1.0
-
18:29 Task #32470 (Resolved): Add a cli-command to show and explore the current configuration
-
18:14 Task #32470: Add a cli-command to show and explore the current configuration
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/7219 -
18:14 Revision ac7f4bd9: [FEATURE] (CLI): Add configuration:show command for debugging
- Adds the cli command "configuration:show" with the options --type and --path.
The patch adds the method getAvailableC... -
17:03 Bug #31677: Using current.securityContext Policies.yaml entities section triggers Parser Error
- Patch set 5 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/6596 -
16:19 Bug #32823: Make combination of Account identifier and authentication provider name globally unique
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/7499 -
16:11 Bug #32823 (Under Review): Make combination of Account identifier and authentication provider name globally unique
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/7499 -
16:10 Bug #32823 (Resolved): Make combination of Account identifier and authentication provider name globally unique
- ... this should be enforced through a DB constraint.
2011-12-22
-
14:45 Bug #32629: globalObjects are not available in the security (current.securityContext.party)
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/7442 -
10:18 Revision cb44b157: [TASK] Update Package.xml with new version number
- Change-Id: I4be56204dc3eda848039eac7aaabc8b1a2080f81
Releases: 1.0 -
09:40 Revision 54b9ee0b: [TASK] Update Package.xml with new version number
- Change-Id: I1b7cc109d05f3dcc38d8dd3cd03a6e9fb19751e4
Releases: 1.0
2011-12-21
-
22:36 Bug #32762 (Resolved): Folder removal fails in tests
- Applied in changeset commit:fa850f3efd00d37e5124a81c2d809ffdf79349df.
-
22:16 Bug #32762 (Under Review): Folder removal fails in tests
- Patch set 1 for branch *FLOW3-1.0* has been pushed to the review server.
It is available at http://review.typo3.org/7471 -
22:15 Bug #32762 (Resolved): Folder removal fails in tests
- The same error as we already had it for master now appears on the FLOW3-1.0 branch.
On the CI server we see errors... -
22:15 Revision fa850f3e: [BUGFIX] Make emptyDirectoryRecursively() ignore . and ..
- The check for this breaks when the iterator returns . and .., they are
then handled like files, which cannot work.
C... -
22:06 Bug #32550 (Resolved): Files::emptyDirectoryRecursively affects targets of symlinks
- Applied in changeset commit:12eea665d94747288a82a9a0e02094ac6ab8d42b.
-
16:32 Bug #32550: Files::emptyDirectoryRecursively affects targets of symlinks
- Patch set 4 for branch *FLOW3-1.0* has been pushed to the review server.
It is available at http://review.typo3.org/7293 -
22:06 Bug #32723 (Resolved): Files unit tests create but don't remove a lot of temporary files
- Applied in changeset commit:f95aa8385b91967eb342513d08dbdbc4f87cb38e.
-
16:32 Bug #32723 (Under Review): Files unit tests create but don't remove a lot of temporary files
- Patch set 2 for branch *FLOW3-1.0* has been pushed to the review server.
It is available at http://review.typo3.org/7439 -
21:55 Revision accf5e8d: Merge changes I889d7264,Ia0aef3ed into FLOW3-1.0
- * changes:
[BUGFIX] Unit tests remove their temporary files
[BUGFIX] Files::emptyDirectoryRecursively affects tar... -
17:06 Bug #31363 (Resolved): Windows newline in annotation block throws exception
- Applied in changeset commit:6ca1f9b2734e083f0f707af0d2f83f7bf5da87de.
-
16:44 Revision 23360e98: Merge "[BUGFIX] "Wrong" EOL characters break parsing of doc comments" into FLOW3-1.0
-
16:36 Bug #32285 (Resolved): Logout doesn't work anymore in FLOW3 1.0.1
- Applied in changeset commit:6ba03e4810791eb15f43282789b8dd29d8d57c09.
-
16:36 Revision 8dbbadd8: Merge "[BUGFIX] Logout doesn't work anymore" into FLOW3-1.0
-
16:32 Revision 12eea665: [BUGFIX] Files::emptyDirectoryRecursively affects targets of symlinks
- \TYPO3\FLOW3\Utility\Files::removeDirectoryRecursively() fails to
properly unlink directory symlinks on Windows.
Thu... -
16:32 Revision f95aa838: [BUGFIX] Unit tests remove their temporary files
- Some unit tests create many temporary files outside vfs://
that are now removed after running the test.
Change-Id: I... -
16:06 Bug #32738 (Resolved): Unit tests fail with PHPUnit 3.6.5
- Applied in changeset commit:d5533b0bb05c88853df170a4b988984e459552c3.
-
15:06 Bug #32738 (Under Review): Unit tests fail with PHPUnit 3.6.5
- Patch set 1 for branch *FLOW3-1.0* has been pushed to the review server.
It is available at http://review.typo3.org/7464 -
10:37 Bug #32738 (Resolved): Unit tests fail with PHPUnit 3.6.5
- Applied in changeset commit:38270b0d017279ee6d03441e00f740b18160a709.
-
15:07 Bug #30536 (Under Review): URI builder does not work correctly with arguments of subrequests
- Patch set 1 for branch *FLOW3-1.0* has been pushed to the review server.
It is available at http://review.typo3.org/7466 -
15:07 Revision 6629f530: [BUGFIX] Fix UriBuilder with subrequests
- This change fixes the argument handling of the UriBuilder for nested
subrequests. The namespaces of all parent reques... -
15:06 Revision d5533b0b: [BUGFIX] Fix unit tests with PHPUnit 3.6.5 in strict mode
- Change-Id: I382d0514a19945879a6ed440e86135f3d04b5d71
Fixes: #32738
Releases: 1.0, 1.1 -
12:22 Bug #32726: Cryptography Strategies don't have Singleton annotation
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/7436 -
12:15 Bug #32726: Cryptography Strategies don't have Singleton annotation
- ah, ok, thanks a lot... That's funny because my "solution" also works... but thanks; I'll change it.
Do you need f... -
12:12 Bug #32726: Cryptography Strategies don't have Singleton annotation
- Ok, what you want to do is set the default hashing strategy. But your approach is wrong. Change the default instead i...
-
11:47 Bug #32726: Cryptography Strategies don't have Singleton annotation
- add. information:
@Objects.yaml@ is set to ...
2011-12-20
-
22:51 Bug #32738 (Under Review): Unit tests fail with PHPUnit 3.6.5
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/7456 -
22:48 Bug #32738 (Resolved): Unit tests fail with PHPUnit 3.6.5
- The very latest PHPUnit breaks our workaround for tests producing output. They output things because some warning is ...
-
22:51 Revision 38270b0d: [BUGFIX] Fix unit tests with PHPUnit 3.6.5 in strict mode
- Change-Id: I5c8b692cc5a1c46fd20f9e794cdfc5ede74de27d
Fixes: #32738
Releases: 1.0, 1.1 -
22:37 Bug #30536 (Resolved): URI builder does not work correctly with arguments of subrequests
- Applied in changeset commit:ef5441837625f4d85ada118b60b2448f8cfa4145.
-
17:21 Bug #30536 (Under Review): URI builder does not work correctly with arguments of subrequests
- Patch set 7 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/2001 -
18:39 Bug #32629: globalObjects are not available in the security (current.securityContext.party)
- I think, that the test also need some update, I expects, that in Settings.yaml stands something like @new SecurityCon...
-
17:31 Bug #32629: globalObjects are not available in the security (current.securityContext.party)
- Tests don't run through; -tested- modified and pushed it on behalf of Matthias Habegger
-
17:28 Bug #32629 (Under Review): globalObjects are not available in the security (current.securityContext.party)
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/7442 -
18:22 Task #32733 (Under Review): Rename i18n setting from locale to i18n
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/7444 -
17:38 Task #32733 (Resolved): Rename i18n setting from locale to i18n
- In the FLOW3 settings the i18n section is still named locale (artifact from ancient times).
-
18:22 Task #32736 (Under Review): Remove defaultLocale from i18n settings
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/7444 -
18:12 Task #32736 (Resolved): Remove defaultLocale from i18n settings
- The defaultLocale should be removed from the i18n settings and made a protected member of the i18n Service class. The...
-
18:22 Task #32735 (Under Review): Move Translations folder up one level
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/7443 -
18:05 Task #32735 (Accepted): Move Translations folder up one level
-
18:05 Task #32735 (Resolved): Move Translations folder up one level
- The folder for translations (XLIFF files) in a package is currently @Resources/Private/Locale/Translations@. Make it ...
-
18:22 Revision 6da0e037: [TASK] Move Translations folder up one level
- This moves the folder for translations into Resources/Private and
renames the remaining Resources/Private/Locale fold... -
17:21 Revision ef544183: [BUGFIX] Fix UriBuilder with subrequests
- This change fixes the argument handling of the UriBuilder for nested
subrequests. The namespaces of all parent reques... -
16:43 Bug #32723 (Resolved): Files unit tests create but don't remove a lot of temporary files
-
16:30 Bug #32723 (Under Review): Files unit tests create but don't remove a lot of temporary files
- Patch set 1 for branch *FLOW3-1.0* has been pushed to the review server.
It is available at http://review.typo3.org/7439 -
15:36 Bug #32723 (Resolved): Files unit tests create but don't remove a lot of temporary files
- Applied in changeset commit:78a7482ac2927fc3898e25bf6edf011da4255240.
-
14:44 Bug #32723: Files unit tests create but don't remove a lot of temporary files
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/7433 -
14:15 Bug #32723: Files unit tests create but don't remove a lot of temporary files
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/7433 -
13:02 Bug #32723 (Under Review): Files unit tests create but don't remove a lot of temporary files
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/7433 -
12:11 Bug #32723 (Accepted): Files unit tests create but don't remove a lot of temporary files
-
12:07 Bug #32723 (Resolved): Files unit tests create but don't remove a lot of temporary files
- The tests in TYPO3\FLOW3\Tests\Unit\Utility\Files generate various temporary files through PHP's tempnam() function.
... -
16:38 Bug #32285 (Under Review): Logout doesn't work anymore in FLOW3 1.0.1
- Patch set 1 for branch *FLOW3-1.0* has been pushed to the review server.
It is available at http://review.typo3.org/7441 -
11:38 Bug #32285 (Resolved): Logout doesn't work anymore in FLOW3 1.0.1
- Applied in changeset commit:9cab55e0fdf701fe0bdf857a58c7f9e79d9554d6.
-
16:37 Revision 6ba03e48: [BUGFIX] Logout doesn't work anymore
- Since 93b608a calling AuthenticationProviderManager::logout()
without initializing the Security Context first, return... -
16:23 Feature #32631: Provide command to mark all migrations as executed
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/7318 -
16:23 Task #32729 (Under Review): Enhance help texts and parameter names for Doctrine commands
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/7438 -
16:21 Task #32729 (Resolved): Enhance help texts and parameter names for Doctrine commands
- The help texts and parameter names for (some of) the commands in DoctrineCommandController could be enhanced.
-
16:22 Revision 68d7cf65: [TASK] Enhance help texts and parameter names for Doctrine commands
- Change-Id: I132a4c53c792f76acc6db225100c238b9f133049
Resolves: #32729
Releases: 1.1 -
16:19 Feature #32329 (Resolved): Make target in XLIFF optional if source language equals target language
-
16:19 Bug #31975 (Resolved): Plural forms in XLIFF translations do not work
-
16:19 Bug #31974 (Resolved): Date formatting in translations is broken
-
16:19 Task #31957 (Resolved): Use curly braces instead of hashes in NotFoundView
-
16:19 Feature #14037 (Resolved): Translation files (XLIFF) must be possible per package
-
16:19 Task #11034 (Resolved): Remove AbstractXmlModel and AbstractXmlParser from I18n package
-
16:17 Revision f53be7ac: [FEATURE] Command to mark all migrations as executed
- It is now possible to mark all migrations as (not) executed with
./flow3 doctrine:migrationversion all --delete
./f... -
15:55 Bug #32726 (Under Review): Cryptography Strategies don't have Singleton annotation
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/7436 -
15:50 Bug #32726 (Closed): Cryptography Strategies don't have Singleton annotation
- e.g. \TYPO3\FLOW3\Security\Cryptography\Pbkdf2HashingStrategy doesn't have @FLOW3\Scope("singleton") annotation whic...
-
15:06 Revision 6f61cd4e: Merge "[BUGFIX] Unit tests remove their temporary files"
-
15:06 Bug #32725 (Resolved): Folder removal sometimes fail in tests
- Applied in changeset commit:71ee8671a3ae9857e450b91d625de0af1cb30214.
-
14:23 Bug #32725 (Under Review): Folder removal sometimes fail in tests
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/7434 -
14:19 Bug #32725 (Resolved): Folder removal sometimes fail in tests
- On the CI server we see errors like...
-
15:06 Bug #30467 (Resolved): Doctrine fails to initialize AOP and DI in some cases
- Applied in changeset commit:3b704952dfd3b26967d93caa621a8d9687a71185.
-
14:36 Bug #30467: Doctrine fails to initialize AOP and DI in some cases
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/5454 -
15:03 Revision 058fc74d: Merge "[BUGFIX] Make emptyDirectoryRecursively() ignore . and .."
-
14:51 Bug #31363 (Under Review): Windows newline in annotation block throws exception
- Patch set 1 for branch *FLOW3-1.0* has been pushed to the review server.
It is available at http://review.typo3.org/7435 -
14:36 Bug #31363 (Resolved): Windows newline in annotation block throws exception
- Applied in changeset commit:40af60c9d7013757b4f980daf31b038c494e6f6a.
-
14:51 Revision 6ca1f9b2: [BUGFIX] "Wrong" EOL characters break parsing of doc comments
- When \r\n was used as EOL instead of just \n the parsed doc comments
would retain the \r which would cause confusing ... -
14:44 Revision 7b5bd202: Merge "[BUGFIX] Doctrine@PostLoad calls DI and AOP initialization explicitly."
-
14:43 Revision 78a7482a: [BUGFIX] Unit tests remove their temporary files
- Some unit tests create many temporary files outside vfs://
that are now removed after running the test.
Change-Id: I... -
14:36 Bug #32370 (Resolved): Function getObjectByIdentifier of Generic PersistenceManager not complete
- Applied in changeset commit:ae72b5cb370889b894e99a9282e9d48aac6202eb.
-
14:36 Bug #32719 (Resolved): Entity changes do not update the Doctrine proxies
- Applied in changeset commit:e64b8450224989d5515dfcba014e11ecf238e331.
-
12:11 Bug #32719 (Under Review): Entity changes do not update the Doctrine proxies
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/7431 -
11:06 Bug #32719 (Resolved): Entity changes do not update the Doctrine proxies
- The file monitor does not notify about changes to entities any more, it seems.
-
14:36 Feature #31679 (Resolved): Support multiple password hashing strategies
- Applied in changeset commit:c3c9dfcc317604077c5a7c313f8ca9f3dccf7681.
-
14:28 Feature #31679: Support multiple password hashing strategies
- Patch set 4 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/6598 -
14:36 Revision 3b704952: [BUGFIX] Doctrine@PostLoad calls DI and AOP initialization explicitly.
- When a Doctrine lazy loading proxy for an object is
created for some specific purpose (e.g. when initializing
session... -
14:34 Revision b2e427b9: Merge "[BUGFIX] "Wrong" EOL characters break parsing of doc comments"
-
14:31 Revision 6429c5f5: Merge "[BUGFIX] getObjectByIdentifier() does not pass $objectType to backend"
-
14:28 Revision c3c9dfcc: [FEATURE] Support multiple password hashing strategies
- Add configurable password hashing strategies to the HashService.
Resolves: #31679
Releases: 1.1
Change-Id: I6a8689d3... -
14:22 Revision 71ee8671: [BUGFIX] Make emptyDirectoryRecursively() ignore . and ..
- The check for this breaks when the iterator returns . and .., they are
then handled like files, which cannot work.
C... -
14:13 Revision 3a2d69cf: Merge "[BUGFIX] Wire file monitor to doctrine proxy invalidation"
-
14:12 Bug #32550: Files::emptyDirectoryRecursively affects targets of symlinks
- Patch set 3 for branch *FLOW3-1.0* has been pushed to the review server.
It is available at http://review.typo3.org/7293 -
14:10 Bug #32550 (Under Review): Files::emptyDirectoryRecursively affects targets of symlinks
- Patch set 2 for branch *FLOW3-1.0* has been pushed to the review server.
It is available at http://review.typo3.org/7293 -
14:02 Feature #32619: DateTimeRangeValidator
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/7421 -
10:15 Feature #32619 (Under Review): DateTimeRangeValidator
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/7421 -
13:07 Bug #32724 (Resolved): Functional tests die with fatal error
- Applied in changeset commit:5e46fbe5e10515f720327b550d6f0fca77d9be8d.
-
12:40 Bug #32724 (Under Review): Functional tests die with fatal error
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/7432 -
12:38 Bug #32724: Functional tests die with fatal error
- The breaking tests lacked @parent::setUp()@ in their own setup method.
-
12:35 Bug #32724 (Resolved): Functional tests die with fatal error
- ...
-
13:07 Feature #29572 (Resolved): The resource manager should be able to create a resource directly from binary content
- Applied in changeset commit:7f3cb076e07ba30b774a1b5e18dd59e9822b0401.
-
12:46 Feature #29572: The resource manager should be able to create a resource directly from binary content
- Patch set 6 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/2603 -
13:01 Revision a6305835: Merge "[FEATURE] Add createResourceFromContent to ResourceManager"
-
12:45 Revision 7f3cb076: [FEATURE] Add createResourceFromContent to ResourceManager
- This enables the ResourceManager to put files into the persistent
resource storage out of a given content string.
Ch... -
12:40 Revision 5e46fbe5: [BUGFIX] Functional tests die with fatal error
- The breaking tests lacked parent::setUp() in their own setup method.
Change-Id: Iee519b0dbb113e70224fa513230c30eee7b... -
12:11 Revision e64b8450: [BUGFIX] Wire file monitor to doctrine proxy invalidation
- Change-Id: Id84dd5b1f5fafe7cb38e30473be00c858890af3a
Fixes: #32719
Releases: 1.1 -
12:07 Bug #32663 (Resolved): flow3:doctrine:migrationgenerate should return better explanations
- Applied in changeset commit:f0d37738c2f0ddfbb709a54cae8633ba19a6ea0a.
-
11:50 Revision 58574dc4: Merge "[BUGFIX] (Command): Improve explanations of doctrine:migrationgenerate"
-
11:38 Bug #32691 (Resolved): Arguments code of introduced methods is not generated in the proxy classes
- Applied in changeset commit:40a68449476d258448a093a9ae087f3979b29194.
-
11:35 Bug #32691: Arguments code of introduced methods is not generated in the proxy classes
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/5395 -
11:35 Revision 40a68449: [BUGFIX] The declaring class for an advice is the interface for introductions
- Change-Id: Ia3e7c6360c073f4af4adf08c191849abf31f8725
Fixes: #32691
Releases: 1.1 -
11:07 Revision 03b29f0e: Merge "[BUGFIX] Logout doesn't work anymore"
2011-12-19
-
23:46 Bug #32415: Authentication + Doctrine event listeners = apache segfault
- I have disabled some php extensions but nothing
I have updated the package at GitHub cause I have a clue: Only segfa... -
23:26 Bug #32415: Authentication + Doctrine event listeners = apache segfault
- What happens if you disable igbinary?
-
15:04 Bug #32415: Authentication + Doctrine event listeners = apache segfault
- the core dump backtrace
[nemesis@root ~]# gdb /usr/sbin/httpd /tmp/core.30141
GNU gdb (GDB) Fedora (7.3.1-46.fc... -
14:52 Bug #32415: Authentication + Doctrine event listeners = apache segfault
- Tested in another machine, and It crash also.
Tested with Fedora 15 32bit and Fedora 15 64bit
I could try with Cent... -
14:24 Bug #32415 (Needs Feedback): Authentication + Doctrine event listeners = apache segfault
- I had feared that, and I was right: your code works fine on my machine (after fixing the one missing class name chang...
-
13:43 Bug #32415 (Accepted): Authentication + Doctrine event listeners = apache segfault
-
23:07 Bug #32552 (Resolved): PackageStates are saved on each request
- Applied in changeset commit:8634aaec568b3e4f58d24b5c2f7137260b9e682f.
-
17:21 Bug #32552: PackageStates are saved on each request
- Patch set 7 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/7268 -
16:53 Bug #32552: PackageStates are saved on each request
- Patch set 6 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/7268 -
13:22 Bug #32552: PackageStates are saved on each request
- Patch set 5 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/7268 -
23:07 Bug #32697 (Resolved): Files::is_link() returns TRUE for vfs paths on Windows
- Applied in changeset commit:fdd78845379a1e9b76a1519e4e363a01edbcba4a.
-
22:38 Bug #32697: Files::is_link() returns TRUE for vfs paths on Windows
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/7390 -
16:13 Bug #32697 (Under Review): Files::is_link() returns TRUE for vfs paths on Windows
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/7390 -
16:02 Bug #32697 (Resolved): Files::is_link() returns TRUE for vfs paths on Windows
- @\TYPO3\FLOW3\Utility\Files::is_link()@ was introduced to circumvent PHPs buggy behavior with Symlinks on Windows (se...
-
22:37 Revision fdd78845: [BUGFIX] Files::is_link() returns TRUE for vfs paths on Windows
- This adds a check to \TYPO3\FLOW3\Utility\Files::is_link() that
prevents the method from returning TRUE for virtual p... -
22:37 Revision 5342194a: Merge "[BUGFIX] Update package states only when needed"
-
22:37 Bug #32550 (Resolved): Files::emptyDirectoryRecursively affects targets of symlinks
- Applied in changeset commit:f7cc65f5726f9eae5431a5bf452c2cf74c280527.
-
15:13 Bug #32550: Files::emptyDirectoryRecursively affects targets of symlinks
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/7385 -
13:30 Bug #32550 (Under Review): Files::emptyDirectoryRecursively affects targets of symlinks
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/7385 -
22:37 Bug #31502 (Resolved): Validation during persistence got lost in Doctrine addition
- Applied in changeset commit:3522f1b264b022a5fabc2dc9c7a05a82c88b5d67.
-
22:08 Bug #31502: Validation during persistence got lost in Doctrine addition
- Patch set 2 for branch *FLOW3-1.0* has been pushed to the review server.
It is available at http://review.typo3.org/7142 -
22:36 Revision 0b9045b6: Merge "[BUGFIX] Change code in emptyDirectoryRecursively()"
-
22:06 Bug #32346 (Resolved): allObjectsPersisted is not triggered after each test
- Applied in changeset commit:36a893c22e774810d0511797ab4d989531342f67.
-
22:06 Bug #32015 (Resolved): Unit tests fail with PHPUnit 3.6
- Applied in changeset commit:f030d705121da8dc5946e0d6a097cef9c70fb2b7.
-
21:43 Bug #32015: Unit tests fail with PHPUnit 3.6
- Patch set 2 for branch *FLOW3-1.0* has been pushed to the review server.
It is available at http://review.typo3.org/7140 -
22:03 Revision 3522f1b2: [BUGFIX] Make validation upon persistence work again
- The validation upon persistence was dropped (more or less by accident)
when we switched to Doctrine. This change brin... -
22:02 Revision 0918ab9f: Merge "[BUGFIX] Trigger allObjectsPersisted after every functional test" into FLOW3-1.0
-
21:46 Bug #32707: Bad Bad FileBackend
- the fixme mentioned in typo3 core might be also relevant
// @FIXME: At least the result of rename() should be hand... -
21:25 Bug #32707 (Accepted): Bad Bad FileBackend
- http://git.typo3.org/FLOW3/Packages/TYPO3.FLOW3.git?a=blob;f=Classes/Cache/Backend/FileBackend.php;h=ab724f855e1d6a30...
-
21:42 Revision f030d705: [BUGFIX] Fix unit tests failing with PHPUnit 3.6
- Change-Id: If7b5650ddbe7b9672f78a17a1a3403f112279ccf
Fixes: #32015
Releases: 1.0, 1.1 -
21:23 Revision 9db30507: Merge "[BUGFIX] Fix check for stripped comments" into FLOW3-1.0
-
21:21 Revision 5483fa17: Merge changes Ib7352397,I2064da87,I783dc39b,I4b5bc27f,I5681ff95,Ic31c9751,Ib549a428,Ia0e7de86,Iff62c0dc
- * changes:
[FEATURE] Make target in XLIFF optional if source equals target language
[TASK] Move AbstractXmlParser... -
21:07 Task #32591 (Resolved): Remove configuration-types "Package" and "PackageStates" from configurationManager
- Applied in changeset commit:d9f9b194b2e20318ffc8721ee9b228b9be48728b.
-
21:01 Revision c82dc98a: [TASK] Make FLOW3 package protected
- Change-Id: I42c3987e13ca5d4c72203a18484bbdb015945f56
Related: #32599
Releases: 1.0, 1.1 -
20:58 Revision 8daf64af: Merge "[TASK] Removed unused configuration types "Package", "PackageStates""
-
19:15 Bug #32700 (Under Review): Validation does not work for collections
- Patch set 5 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/5401 -
17:17 Bug #32700 (Resolved): Validation does not work for collections
- Model validation stops as soons as a property is of type collection. What one would expect here is, that all objects ...
-
18:36 Bug #32530 (Resolved): forgetClass() cannot forget classes that have left the building
- Applied in changeset commit:97af40ea290fd29a875f67bf641399d32b75d0b0.
-
18:36 Feature #32531 (Resolved): Optimize ReflectionService
- Applied in changeset commit:97af40ea290fd29a875f67bf641399d32b75d0b0.
-
18:18 Revision eabec7dd: Merge "[TASK] Make FLOW3 package protected"
-
18:15 Revision e8238bbc: Merge "[FEATURE] Optimized Reflection Service"
-
17:21 Revision 8634aaec: [BUGFIX] Update package states only when needed
- While scanning of available packages will still happen on every request
in non-production contexts, the package state... -
15:36 Revision aedbfd57: Merge "[TASK] Move ObjectValidationFailedException out of Generic" into FLOW3-1.0
-
15:15 Bug #32691 (Under Review): Arguments code of introduced methods is not generated in the proxy classes
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/5395 -
15:11 Bug #32691 (Resolved): Arguments code of introduced methods is not generated in the proxy classes
- This ends in a fatal error, as the proxy method does not match the signature of the one in the interface.
-
15:12 Revision f7cc65f5: [BUGFIX] Change code in emptyDirectoryRecursively()
- This change reverts Iadcfe9b6d143e1fa856a3ce93f51888a18bb5e35 which
reintruduced the bug explained in #32550. It fixe... -
15:12 Bug #32285: Logout doesn't work anymore in FLOW3 1.0.1
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/7261 -
15:12 Revision 9cab55e0: [BUGFIX] Logout doesn't work anymore
- Since eab9bf9 calling AuthenticationProviderManager::logout()
without initializing the Security Context first, return... -
11:06 Bug #30934 (Resolved): persistAll() should only be called if EntityManager is still alive
- Applied in changeset commit:491119035d378be54da1894ee083d1f5dacc5dde.
-
10:37 Revision d5521cd2: Merge "[BUGFIX] Only flush() the Doctrine ORM if it is open" into FLOW3-1.0
2011-12-18
-
19:00 Bug #31997: Security Context::hasRole should also work recursively; this makes <f:security.ifHasRole> work recursively as well
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/6859 -
16:36 Revision eac4106e: Merge "[TASK] Use curly braces instead of hashes in NotFoundView"
-
16:29 Bug #32665 (Under Review): CLI Requests must still work even if firewall rejectAll is set
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/7364 -
15:09 Bug #32665 (Accepted): CLI Requests must still work even if firewall rejectAll is set
-
14:52 Bug #32665 (Closed): CLI Requests must still work even if firewall rejectAll is set
- h2. How to reproduce
just set:... -
14:23 Bug #32663 (Under Review): flow3:doctrine:migrationgenerate should return better explanations
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/7361 -
14:08 Bug #32663 (Resolved): flow3:doctrine:migrationgenerate should return better explanations
- Instead of:...
-
14:23 Revision f0d37738: [BUGFIX] (Command): Improve explanations of doctrine:migrationgenerate
- Instead of:
Generated new migration class to ...
the command output now reads like:
Generated new migratio...
2011-12-16
-
20:36 Bug #32499 (Resolved): setfilepermissions doesn't work with ACL correctly
- Applied in changeset commit:9ae0f93715a01307ed474446562eb9d74275f197.
-
20:26 Revision 67920b0e: Merge "[BUGFIX] ACL file permissions do not work correctly" into FLOW3-1.0
- 18:35 Revision 577e1580: [BUGFIX] Correct spelling error in account repository
- Change-Id: Id1759bba2699b9f21615a30e5ae80b1941c7a58d
-
17:33 Revision 2f83c8e1: [FEATURE] Add doctrine metadata dumping feature
- This is purely a debugging aid, neither smart nor pretty: If you
give the --dump-mapping-data option to docrine:entit... -
17:27 Bug #32530: forgetClass() cannot forget classes that have left the building
- Patch set 10 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/7243 -
17:10 Bug #32530: forgetClass() cannot forget classes that have left the building
- Patch set 9 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/7243 -
16:31 Bug #32530: forgetClass() cannot forget classes that have left the building
- Patch set 6 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/7243 -
14:31 Bug #32530: forgetClass() cannot forget classes that have left the building
- Patch set 5 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/7243 -
17:27 Feature #32531: Optimize ReflectionService
- Patch set 10 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/7243 -
17:10 Feature #32531: Optimize ReflectionService
- Patch set 9 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/7243 -
16:31 Feature #32531: Optimize ReflectionService
- Patch set 6 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/7243 -
14:31 Feature #32531: Optimize ReflectionService
- Patch set 5 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/7243 -
17:26 Revision 97af40ea: [FEATURE] Optimized Reflection Service
- A new Reflection Service which specifically supports development and
production scenarios. While the development vers... -
17:18 Bug #30934 (Under Review): persistAll() should only be called if EntityManager is still alive
- Patch set 1 for branch *FLOW3-1.0* has been pushed to the review server.
It is available at http://review.typo3.org/7319 -
17:07 Bug #30934 (Resolved): persistAll() should only be called if EntityManager is still alive
- Applied in changeset commit:f8dd931115eaa67d707171ed34d8f8fb5bc845ce.
-
16:11 Bug #30934 (Under Review): persistAll() should only be called if EntityManager is still alive
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/7316 -
17:17 Revision 49111903: [BUGFIX] Only flush() the Doctrine ORM if it is open
- In some cases it can happen, that the EntityManager is closed at the end
of a request This can be a valid situation (... -
17:16 Feature #32631 (Under Review): Provide command to mark all migrations as executed
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/7318 -
17:14 Feature #32631 (Resolved): Provide command to mark all migrations as executed
- When setting up a fresh instance of FLOW3 it is not really needed to migrate the DB through all steps. A simple creat...
-
16:58 Revision 9e2e2a58: Merge "[BUGFIX] Only flush() the Doctrine ORM if it is open"
-
16:23 Bug #32629 (Closed): globalObjects are not available in the security (current.securityContext.party)
- In the file Packages\Framework\TYPO3.FLOW3\Classes\Security\Aspect\PersistenceQueryRewritingAspect.php line 374 is
... -
15:45 Revision f8dd9311: [BUGFIX] Only flush() the Doctrine ORM if it is open
- In some cases it can happen, that the EntityManager is closed at the end
of a request This can be a valid situation (... -
11:30 Bug #31789 (Closed): methodAnnotatedWith in AOP doesn't work
- Thanks for the feedback!
-
11:03 Feature #32619 (Resolved): DateTimeRangeValidator
- Provide an additional Validator that checks for Date and Time ranges, i.e. boundaries.
Feel free to add your thoug... -
11:00 Feature #32607: Export localized strings for JS consumption
- I'd even like to see an option to flag specific messages for export.. We surely needn't every all available messages ...
-
10:59 Bug #32552: PackageStates are saved on each request
- Patch set 4 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/7268 -
10:46 Revision a58728dd: [BUGFIX] Reorder code in emptyDirectoryRecursively()
- The change in Iad2e358ec8a94fe91dd27eda5737f075f277f2dc did break one
test, after all. This fixes it for me, I hope i... -
10:06 Bug #32550 (Resolved): Files::emptyDirectoryRecursively affects targets of symlinks
- Applied in changeset commit:0a9a47bb85fb874be64728f3a47b91896a73ca4a.
-
09:58 Bug #32550: Files::emptyDirectoryRecursively affects targets of symlinks
- Patch set 1 for branch *FLOW3-1.0* has been pushed to the review server.
It is available at http://review.typo3.org/7293 -
09:48 Bug #32550: Files::emptyDirectoryRecursively affects targets of symlinks
- Patch set 5 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/7260 -
10:03 Task #32470: Add a cli-command to show and explore the current configuration
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/7219 -
09:48 Revision 0a9a47bb: [BUGFIX] Files::emptyDirectoryRecursively affects targets of symlinks
- \TYPO3\FLOW3\Utility\Files::removeDirectoryRecursively() fails to
properly unlink directory symlinks on Windows.
Thu...
2011-12-15
-
19:34 Task #11957: check how JavaScript strings can be translated
- We had this in the extjs backend... Basically a little javascript class where all available translations where put in...
-
17:37 Task #11957: check how JavaScript strings can be translated
- When this was set to resolved, was there any result?
-
18:31 Bug #31789: methodAnnotatedWith in AOP doesn't work
- Weird, works for me too now. you can close this ticket.
-
16:49 Bug #31789 (Needs Feedback): methodAnnotatedWith in AOP doesn't work
- Is this still an issue? The ordering inside the pattern looks correct, thus @methodAnnotatedWith@ should be matched.
-
18:12 Bug #27721: Permissions of uploaded resources not correct
- Hmm, would copy + unlink be a feasible workaround?
-
18:07 Bug #27721: Permissions of uploaded resources not correct
- Robert, any strong emotions about this one?
-
18:12 Bug #31522 (Accepted): ReflectionService prevents model from extending abstract base model without repository
-
18:02 Bug #10701 (Closed): F3\FLOW3\Persistence\Exception thrown in file DataMapper.php
- Closing this one due to bit rot setting in...
-
17:59 Bug #32550: Files::emptyDirectoryRecursively affects targets of symlinks
- Patch set 4 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/7260 -
16:15 Bug #32550: Files::emptyDirectoryRecursively affects targets of symlinks
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/7260 -
17:44 Feature #9313 (New): Support for currencies
-
17:44 Feature #6456 (New): Customization/localization of validator errors
-
17:43 Task #11035 (Needs Feedback): Divide supported locales into two categories
- What would be the advantage of that distinction?
-
17:42 Feature #32607 (Needs Feedback): Export localized strings for JS consumption
- We need a way to export all messages of a locale for use in JS on the client side.
-
17:39 Task #11954 (Resolved): Check the current status of i18n / L10n
- Closing this one due to bit rot setting in... :)
The state was assessed and tweaked heavily. Whatever is still mis... -
17:38 Task #32606 (Resolved): Provide conventions for ids in XLIFF files
- .
-
17:37 Task #12612: Create a JavaScript localization provider / caching / service class
- When this was set to resolved, was there any result?
-
17:35 Task #11955 (Resolved): assess the current state of the I18n feature
- Closing this one due to bit rot setting in... :)
The state was assessed and tweaked heavily. Whatever is still mis... -
17:27 Bug #32466 (Resolved): Strange exception: Invalid annotation
- See #31363 for the fix.
-
17:25 Bug #31363 (Under Review): Windows newline in annotation block throws exception
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/7287 -
17:25 Revision 40af60c9: [BUGFIX] "Wrong" EOL characters break parsing of doc comments
- When \r\n was used as EOL instead of just \n the parsed doc comments
would retain the \r which would cause confusing ... -
17:06 Feature #8464 (New): Write settings using the ConfigurationManager
-
16:59 Bug #32370 (Under Review): Function getObjectByIdentifier of Generic PersistenceManager not complete
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/7286 -
16:55 Bug #32370: Function getObjectByIdentifier of Generic PersistenceManager not complete
- True, it should be passed to the backends, in case it is needed there.
The reason it is optional is that in Generi... -
16:58 Revision ae72b5cb: [BUGFIX] getObjectByIdentifier() does not pass $objectType to backend
- The parameter is optional and historically unused in Generic
persistence, but still it should be passed along.
Chang... -
16:41 Task #32591: Remove configuration-types "Package" and "PackageStates" from configurationManager
- Patch set 4 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/7273 -
16:01 Task #32591: Remove configuration-types "Package" and "PackageStates" from configurationManager
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/7273 -
15:07 Task #32591: Remove configuration-types "Package" and "PackageStates" from configurationManager
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/7273 -
14:59 Task #32591 (Under Review): Remove configuration-types "Package" and "PackageStates" from configurationManager
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/7273 -
12:36 Task #32591 (Resolved): Remove configuration-types "Package" and "PackageStates" from configurationManager
- The configuration-types "Package" and "PackageStates" seem to be leftovers from some refactorings. Since they are cur...
-
16:41 Revision d9f9b194: [TASK] Removed unused configuration types "Package", "PackageStates"
- The patch removes unused parts from the configurationManager:
- Removed unused configuration types "Package" and "Pa... -
15:40 Bug #32552: PackageStates are saved on each request
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/7268 -
11:02 Bug #32552: PackageStates are saved on each request
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/7268 -
10:59 Bug #32552 (Under Review): PackageStates are saved on each request
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/7268 -
10:31 Bug #32552 (Accepted): PackageStates are saved on each request
-
10:25 Bug #32552: PackageStates are saved on each request
- I think this is a blocker for development, I always get permission problems when Shortcuts are removed etc.
I thin... -
15:40 Revision 150b476a: [TASK] Make FLOW3 package protected
- Change-Id: Ie3e995ad0c5bccf7112d3e906fe0f8071a256179
Related: #32599
Releases: 1.0, 1.1 -
15:06 Feature #32587 (Resolved): Make property mapping exception more verbose
- Applied in changeset commit:0073e184580db3b180ae60e12748179907fcf292.
-
12:18 Feature #32587: Make property mapping exception more verbose
- ...besides, the change inserts a white space to avoid this:...
-
11:31 Feature #32587 (Under Review): Make property mapping exception more verbose
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/7270 -
11:17 Feature #32587 (Resolved): Make property mapping exception more verbose
- Currently an exception while property mapping reads as following:...
-
11:30 Revision 0073e184: [FEATURE] Making property mapping exception more verbose
- When an exception occurs during property mapping it's hard for the
developer to track what a specific type the intend...
2011-12-14
-
23:23 Bug #32574 (Accepted): FLOW3 enters fork bombs when using cgi-fcgi vs cli
- h3. How I discovered the bug.
I installed FLOW3 (and Typo3 Phoenix) via git yesterday on my shared host. Everythin... -
17:43 Bug #32285: Logout doesn't work anymore in FLOW3 1.0.1
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/7261 -
17:43 Bug #32285 (Under Review): Logout doesn't work anymore in FLOW3 1.0.1
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/7261 -
14:08 Bug #32285 (Accepted): Logout doesn't work anymore in FLOW3 1.0.1
- Ok, I can reproduce this now.
-
13:17 Bug #32285: Logout doesn't work anymore in FLOW3 1.0.1
- Bastian Waidelich wrote:
> I updated all packages to their master and it still works..
Hang on, maybe I wasn't ... -
12:15 Bug #32285: Logout doesn't work anymore in FLOW3 1.0.1
- Peter Beernink wrote:
> However, I just cloned it, and it seems that the Blog distribution is still using 1.0.0,
... -
10:58 Bug #32285: Logout doesn't work anymore in FLOW3 1.0.1
- Hi Bastian,
I've tested it on a base FLOW3 1.0.1 distribution in which I installed the Blog package, I haven't tes... -
10:45 Bug #32285 (Needs Feedback): Logout doesn't work anymore in FLOW3 1.0.1
- Hi Peter,
I can't reproduce this issue.
With a fresh checkout of the Blog distribution clicking on the "Logout"-L... -
10:14 Bug #32285 (Accepted): Logout doesn't work anymore in FLOW3 1.0.1
- I'll check this, thanks for reporting!
-
17:36 Bug #32552 (Resolved): PackageStates are saved on each request
- @\TYPO3\FLOW3\Package\PackageManager::initialize()@ always invokes @loadPackageStates()@ which contains the lines
<p... -
17:22 Bug #32550: Files::emptyDirectoryRecursively affects targets of symlinks
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/7260 -
17:00 Bug #32550 (Under Review): Files::emptyDirectoryRecursively affects targets of symlinks
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/7260 -
16:51 Bug #32550 (Resolved): Files::emptyDirectoryRecursively affects targets of symlinks
- @\TYPO3\FLOW3\Utility\Files::removeDirectoryRecursively()@ fails to properly unlink directory symlinks on Windows. Th...
-
16:36 Bug #32519 (Resolved): (Unit test) failures with new class loader
- Applied in changeset commit:a90afba2352254259f0c861ea6934d01527113fa.
-
16:07 Bug #32519: (Unit test) failures with new class loader
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/7256 -
16:07 Revision a90afba2: [BUGFIX] Fix unit tests failures with new class loader
- Two unit tests failed with the new class loader[1]. One because there
was a check for ignored classes, but it came to... -
15:59 Bug #31789 (Accepted): methodAnnotatedWith in AOP doesn't work
-
15:59 Feature #31942 (Rejected): new act like objectmanager->create?
- We cannot change the way PHP works, sorry. @new FooBar()@ will *always* give you an instance of @FooBar@, no way arou...
-
15:45 Feature #32156 (Accepted): No detach() for Doctrine possible, memory problem with large data sets
-
15:45 Bug #32291 (Closed): Current package version missmatch
- Yes, we know. Aside from a new release this cannot be fixed, so expect it to be correct with 1.1 and/or 1.0.2.
-
15:44 Bug #32370 (Accepted): Function getObjectByIdentifier of Generic PersistenceManager not complete
-
15:43 Bug #31363 (Accepted): Windows newline in annotation block throws exception
-
15:43 Bug #32466 (Accepted): Strange exception: Invalid annotation
-
15:40 Feature #31788 (Needs Feedback): [PERFORMANCE] cache implementation for AnnotationReader in Flow3AnnotationDriver
- Christopher Hlubek wrote:
> +1 for the interface. We should implement a custom CachedReader using the FLOW3 caching ... -
15:38 Bug #31520 (Rejected): Reflection Service's getPropertyAnnotations() doesn't respect @var annotations
- That is correct. Annotations and tags are different things. We will clarify this in the documentation…
-
10:50 Bug #32530 (Under Review): forgetClass() cannot forget classes that have left the building
- Patch set 4 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/7243 -
10:42 Bug #32530 (Resolved): forgetClass() cannot forget classes that have left the building
- If a class has been removed, it cannot be forgotten by the new ReflectionService. This is caused by the a @class_impl...
-
10:50 Feature #32531 (Under Review): Optimize ReflectionService
- Patch set 4 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/7243 -
10:49 Feature #32531 (Resolved): Optimize ReflectionService
- The ReflectionService is slow and uses a whole lot of memory. That needs to be enhanced.
-
10:45 Revision 77716167: [BUGFIX] Fix functional tests with new class loader
- This change moves the FunctionalTestRequestHandler to the
Tests\Functional namespace and registers functional test cl...
2011-12-13
-
22:05 Bug #32519: (Unit test) failures with new class loader
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/7256 -
22:04 Bug #32519 (Under Review): (Unit test) failures with new class loader
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/7256 -
22:02 Bug #32519 (Resolved): (Unit test) failures with new class loader
- Two test cases fail with the new class loader. At least in one case that could also break in real life use (package c...
-
16:07 Task #32507 (Resolved): Some PHP source files have the execute bit set
- Applied in changeset commit:f7848bf6159911d4b17f672827ce5b1cb8898fe3.
-
15:51 Task #32507 (Under Review): Some PHP source files have the execute bit set
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/7246 -
15:50 Task #32507 (Resolved): Some PHP source files have the execute bit set
- Classes/Session/Aspect/LazyLoadingAspect.php
Classes/Session/Aspect/LazyLoadingProxyInterface.php
Classes/Utility/F... -
15:51 Revision f7848bf6: [TASK] Remove execute bit on some source files
- Change-Id: I87c48b7f2ca7b3ca6102b2ebc4c1e08761eb6151
Resolves: #32507
Releases: 1.1 -
15:43 Bug #32499 (Under Review): setfilepermissions doesn't work with ACL correctly
- Patch set 1 for branch *FLOW3-1.0* has been pushed to the review server.
It is available at http://review.typo3.org/7245 -
15:37 Bug #32499 (Resolved): setfilepermissions doesn't work with ACL correctly
- Applied in changeset commit:0d40353066e08a231388cd6127a0d7859809dbbe.
-
13:36 Bug #32499 (Under Review): setfilepermissions doesn't work with ACL correctly
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/7239 -
12:16 Bug #32499: setfilepermissions doesn't work with ACL correctly
- ACL inheritance works like with classic unix permissions: inherited ACL entries are set like the setgid bit when a ne...
-
12:05 Bug #32499 (Resolved): setfilepermissions doesn't work with ACL correctly
- After setting up fresh, the set file permissions didn't work correctly.
-
15:43 Revision 9ae0f937: [BUGFIX] ACL file permissions do not work correctly
- When setting file permissions the setting of ACL would succeed but
the set permissions did not work as expected. This... -
15:39 Bug #32420 (Resolved): classesFromSubMatchingPackagesAreLoaded() fails with PHPUnit 3.6
- Fixed now with https://review.typo3.org/7164
-
15:37 Task #32503 (Resolved): Clean up emptyDirectoryRecursively() and hex2bin()
- Applied in changeset commit:c698d90e46525616db9739567d3bc5bb9d76ec39.
-
13:36 Task #32503 (Under Review): Clean up emptyDirectoryRecursively() and hex2bin()
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/7238 -
13:30 Task #32503 (Resolved): Clean up emptyDirectoryRecursively() and hex2bin()
- The @hex2bin()@ method is violating CGL as if the was no tomorrow and @emptyDirectoryRecursively()@ works but the rem...
-
15:31 Bug #32346: allObjectsPersisted is not triggered after each test
- Patch set 3 for branch *FLOW3-1.0* has been pushed to the review server.
It is available at http://review.typo3.org/7242 -
15:25 Bug #32346: allObjectsPersisted is not triggered after each test
- Patch set 2 for branch *FLOW3-1.0* has been pushed to the review server.
It is available at http://review.typo3.org/7242 -
15:22 Bug #32346 (Under Review): allObjectsPersisted is not triggered after each test
- Patch set 1 for branch *FLOW3-1.0* has been pushed to the review server.
It is available at http://review.typo3.org/7242 -
15:31 Revision 36a893c2: [BUGFIX] Trigger allObjectsPersisted after every functional test
- The tearDown() method of the base functional test case clears the
persistence manager's state so it is ready for the ... -
15:20 Revision 7adf6662: Merge "[TASK] Clean up emptyDirectoryRecursively() and hex2bin()"
-
15:20 Revision 78ed2b73: Merge "[BUGFIX] ACL file permissions do not work correctly"
-
15:15 Revision 70c98b68: [TASK] Improved Class Loader
- This patch introduces an improved loading strategy based on symbolic
links leading directly to the Classes directory ... -
13:36 Revision 0d403530: [BUGFIX] ACL file permissions do not work correctly
- When setting file permissions the setting of ACL would succeed but
the set permissions did not work as expected. This... -
13:35 Revision c698d90e: [TASK] Clean up emptyDirectoryRecursively() and hex2bin()
- Change-Id: Iad81a1f4d36338c8fc2e5d22015ffe49cfb290ad
Resolves: #32503
Releases: 1.1
2011-12-12
-
12:41 Task #32470 (Under Review): Add a cli-command to show and explore the current configuration
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/7219 -
11:52 Task #32470 (Resolved): Add a cli-command to show and explore the current configuration
- Since the configuration of FLOW3 is complex and comes from many different files it should be possible to show the cur...
-
10:09 Bug #32466 (Resolved): Strange exception: Invalid annotation
- On my localhost everything was fine. When i upload the framework to my server, i got this exception:...
-
09:06 Bug #32424 (Resolved): The functional test requesthandler should be used for web requests
- Applied in changeset commit:19f6c486fe88260fa78c27a75e5d4fddd95ca46a.
-
08:52 Bug #32424: The functional test requesthandler should be used for web requests
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/7172 -
08:52 Revision 19f6c486: [BUGFIX] Remove MockWebRequestHandler, use FunctionalTestRequestHandler
- Change-Id: If874094dcc8237cdebe79d36f9fab3b1218f39f8
Fixes: #32424
Releases: 1.1
2011-12-09
-
19:05 Bug #32346 (Resolved): allObjectsPersisted is not triggered after each test
- Applied in changeset commit:46646d8153185d899626107c1b55e7db30f8fcf2.
-
15:16 Bug #32346: allObjectsPersisted is not triggered after each test
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/7093 -
18:52 Revision 450bbad3: Merge "[BUGFIX] Trigger allObjectsPersisted after every functional test"
-
17:36 Bug #32049 (Resolved): Check for stripped comments not working
- Applied in changeset commit:acf8f34c16ff294ef2992fbecc0fa604c120b2e3.
-
17:09 Bug #32049: Check for stripped comments not working
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/6888 -
17:08 Bug #32049: Check for stripped comments not working
- Patch set 1 for branch *FLOW3-1.0* has been pushed to the review server.
It is available at http://review.typo3.org/7173 -
17:09 Revision acf8f34c: [BUGFIX] Fix check for stripped comments
- The bootstrap checks for the presence of doc comments, to avoid
problems with some bytecode caches that strip comment... -
17:07 Revision 8264f7eb: [BUGFIX] Fix check for stripped comments
- The bootstrap checks for the presence of doc comments, to avoid
problems with some bytecode caches that strip comment... -
16:31 Bug #32424 (Under Review): The functional test requesthandler should be used for web requests
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/7172 -
16:29 Bug #32424 (Resolved): The functional test requesthandler should be used for web requests
- The FunctionalTestCase still has a reference to the @MockWebRequestHandler@ that's not used anymore. The FunctionalTe...
-
16:30 Bug #32425 (Accepted): IpAddressRange methods not completly implemented
- The method matchRequest in \TYPO3\FLOW3\Security\RequestPattern\IpAddressRange returns always false and doesn't check...
-
15:36 Task #32421 (Resolved): The functional testcase prints useless output
- Applied in changeset commit:fc5e5819da1dd4f0b3ee7ed7de35db43a7c3be68.
-
15:08 Task #32421 (Under Review): The functional testcase prints useless output
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/7167 -
15:08 Task #32421 (Resolved): The functional testcase prints useless output
- @echo ("FLOW3 functional test run\n\n");@
'nuff said -
15:16 Revision 46646d81: [BUGFIX] Trigger allObjectsPersisted after every functional test
- The tearDown() method of the base functional test case clears the
persistence manager's state so it is ready for the ... -
15:12 Bug #32420 (Under Review): classesFromSubMatchingPackagesAreLoaded() fails with PHPUnit 3.6
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/7171 -
14:51 Bug #32420 (Resolved): classesFromSubMatchingPackagesAreLoaded() fails with PHPUnit 3.6
- The test creates two directories in vfs that are already created in setUp(). That raises a warning, the resulting out...
-
15:08 Revision fc5e5819: [TASK] Remove echo statement in functional test request handler
- Change-Id: I2d3a93f558cc49963d93f66b29577ca780cd70bb
Resolves: #32421
Releases: 1.1 -
14:44 Feature #29572: The resource manager should be able to create a resource directly from binary content
- Patch set 5 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/2603 -
12:45 Feature #29572: The resource manager should be able to create a resource directly from binary content
- Patch set 4 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/2603 -
12:44 Feature #29572: The resource manager should be able to create a resource directly from binary content
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/2603 -
14:02 Bug #32415 (Resolved): Authentication + Doctrine event listeners = apache segfault
- here it is the proof of concept
https://github.com/farconada/F2.PoC
If yout try to login whith a valid username p... -
12:30 Feature #32398: Freezable Cache Backend
- There is no way to re-compile classes in production anymore:
@./flow3 flow3:core:compile@ gives an error @The cach... -
10:06 Feature #32398 (Resolved): Freezable Cache Backend
- Applied in changeset commit:c94e6f1747e607a3fc8e2da2cecbfc15ebf443b8.
-
10:03 Feature #32398: Freezable Cache Backend
- Patch set 5 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/7162 -
09:59 Feature #32398: Freezable Cache Backend
- Patch set 4 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/7162 -
10:06 Feature #32333 (Resolved): Modular and configurable bootstrap
- Applied in changeset commit:ae111dd0a0f15e548989d45c0186f4e4ec30bbf9.
-
10:01 Feature #32333: Modular and configurable bootstrap
- Patch set 13 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/6997 -
09:54 Feature #32333: Modular and configurable bootstrap
- Patch set 12 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/6997 -
09:52 Feature #32333: Modular and configurable bootstrap
- Patch set 11 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/6997 -
10:03 Revision b39ef28b: Merge "[FEATURE] Freezable Cache Backend"
-
10:03 Revision c94e6f17: [FEATURE] Freezable Cache Backend
- This introduces a new type of cache backends which supports freezing.
In a frozen state no modifications are allowed ... -
10:02 Revision dc43c260: [FEATURE] (MVC): Introduce some more Signals for performance measurements
- This change set introduces signals which can be used to measure the
controller and Request Builder runtime.
Change-I... -
10:01 Revision ae111dd0: [FEATURE][!!!] Modular and configurable bootstrap
- This extracts all specific initialization methods from the bootstrap
into a "Scripts" class and instead of hard-wirin... -
10:00 Revision a7844b0d: [TASK] Optimized package manager and configuration manager initialization
- This patch introduces a somewhat lazier initialization for the
Configuration Manager's cache and the scanning of avai... -
09:52 Revision c27a965a: [TASK] Configuration Manager throws exception on permission problems
- If the compiled configuration could not be written, the configuration
manager now throws an exception instead of sile...
Also available in: Atom