Activity
From 2011-11-21 to 2011-12-20
2011-12-20
-
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 -
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:37 Revision 6ba03e48: [BUGFIX] Logout doesn't work anymore
- Since 93b608a calling AuthenticationProviderManager::logout()
without initializing the Security Context first, return... -
16:22 Revision 68d7cf65: [TASK] Enhance help texts and parameter names for Doctrine commands
- Change-Id: I132a4c53c792f76acc6db225100c238b9f133049
Resolves: #32729
Releases: 1.1 -
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:06 Revision 6f61cd4e: Merge "[BUGFIX] Unit tests remove their temporary files"
-
15:03 Revision 058fc74d: Merge "[BUGFIX] Make emptyDirectoryRecursively() ignore . and .."
-
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 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"
-
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 -
11:50 Revision 58574dc4: Merge "[BUGFIX] (Command): Improve explanations of doctrine:migrationgenerate"
-
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
-
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:36 Revision 0b9045b6: Merge "[BUGFIX] Change code in emptyDirectoryRecursively()"
-
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: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: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""
-
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:12 Revision f7cc65f5: [BUGFIX] Change code in emptyDirectoryRecursively()
- This change reverts Iadcfe9b6d143e1fa856a3ce93f51888a18bb5e35 which
reintruduced the bug explained in #32550. It fixe... -
15:12 Revision 9cab55e0: [BUGFIX] Logout doesn't work anymore
- Since eab9bf9 calling AuthenticationProviderManager::logout()
without initializing the Security Context first, return... -
10:37 Revision d5521cd2: Merge "[BUGFIX] Only flush() the Doctrine ORM if it is open" into FLOW3-1.0
2011-12-18
-
16:36 Revision eac4106e: Merge "[TASK] Use curly braces instead of hashes in NotFoundView"
-
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: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:26 Revision 97af40ea: [FEATURE] Optimized Reflection Service
- A new Reflection Service which specifically supports development and
production scenarios. While the development vers... -
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 (... -
16:58 Revision 9e2e2a58: Merge "[BUGFIX] Only flush() the Doctrine ORM if it is open"
-
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 (... -
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... -
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
-
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 ... -
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 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 Revision 150b476a: [TASK] Make FLOW3 package protected
- Change-Id: Ie3e995ad0c5bccf7112d3e906fe0f8071a256179
Related: #32599
Releases: 1.0, 1.1 -
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
-
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... -
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
-
15:51 Revision f7848bf6: [TASK] Remove execute bit on some source files
- Change-Id: I87c48b7f2ca7b3ca6102b2ebc4c1e08761eb6151
Resolves: #32507
Releases: 1.1 -
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: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
-
08:52 Revision 19f6c486: [BUGFIX] Remove MockWebRequestHandler, use FunctionalTestRequestHandler
- Change-Id: If874094dcc8237cdebe79d36f9fab3b1218f39f8
Fixes: #32424
Releases: 1.1
2011-12-09
-
18:52 Revision 450bbad3: Merge "[BUGFIX] Trigger allObjectsPersisted after every functional test"
-
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... -
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:08 Revision fc5e5819: [TASK] Remove echo statement in functional test request handler
- Change-Id: I2d3a93f558cc49963d93f66b29577ca780cd70bb
Resolves: #32421
Releases: 1.1 -
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...
2011-12-07
-
16:56 Revision a8e6d8e2: [TASK] Move ObjectValidationFailedException out of Generic
- The exception is not specific to generic persistence, thus it should
not be inside the Generic namespace.
Change-Id:... -
16:36 Revision d381413f: [BUGFIX] Adjust AuthenticationController to FlashMessages
- Change-Id: Ie1475e8bae60ebc456c7d420b94899faac8db5f5
Fixes: #31931
Releases: 1.0, 1.1 -
10:12 Revision 1cfb139a: [FEATURE] Implement base URI setting
- This change adds a configurable base URI to FLOW3. The environment will
use the setting instead of trying to guess th... -
10:08 Revision f3dbce38: Merge "[BUGFIX] Make validation upon persistence work again"
2011-12-06
-
16:53 Revision 957be681: [FEATURE] Make target in XLIFF optional if source equals target language
- This allows for less duplication when using XLIFF as a message catalog
when the target language is the file's source ... -
13:02 Revision 8de58fef: [TASK] Move AbstractXmlParser class up one level
- Change-Id: I2064da8707df8d6963a567d77b427b0c56acc828
Related: #11034
Releases: 1.1 -
13:02 Revision acc2f9f5: [TASK] Remove AbstractXmlModel from I18n
- Change-Id: I783dc39b62329d65b01c18f588848bee1c47503b
Resolves: #11034
Releases: 1.1 -
13:02 Revision c804bf25: [TASK] Functional tests for i18n Translator and FormatResolver
- Change-Id: I4b5bc27fcebae92a8870ed1f1232779f607fec8d
Related: #11955
Releases: 1.1 -
13:02 Revision 3ddaf8ee: [FEATURE] Add XLIFF files with common labels for translation
- This adds XLIFF files with a few basic labels and a german translation.
This shows the principle and can be used as a... -
13:02 Revision ff62bbd1: [BUGFIX] Make date formatting in translations work
- When using date formatting in translations the system would
break really bad.
Change-Id: Ic31c97518383ffbf533b7c1767... -
13:02 Revision 30081c31: [BUGFIX] Fix handling of plural forms
- Internal handling of plurals forms was broken.
Change-Id: Ib549a428398741b13bc0c8433869cbc15d53a7d5
Fixes: #31975
Re... -
13:02 Revision c40c9d32: [TASK] Clean up some smaller things in I18n
- Fixes a method name not renamed in an earlier refactoring, makes some
@return annotations fully qualified, simplifies... -
13:02 Revision f5afd4fc: [FEATURE] Allow translation files (XLIFF) on a per package basis
- Fixes issue in which XliffTranslationProvider prefaces a hardcoded
base path of resource://FLOW3/Private/Locale/Trans...
2011-12-05
-
17:40 Revision f41c3400: Merge "[BUGFIX] Fix boolean default values in YAML config"
-
13:23 Revision aaef54fa: Merge "[FEATURE] Add routing:show, routing:route and routing:resolve commands"
2011-12-01
2011-11-30
-
15:49 Revision 8784c298: [BUGFIX] Fix boolean default values in YAML config
- The previously used YAML parser accepted 'n' and 'y' as legitimate
boolean values resulting in FALSE and TRUE respect...
2011-11-29
-
21:56 Revision b809a395: [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... -
21:56 Revision c87cc007: [TASK] Move ObjectValidationFailedException out of Generic
- The exception is not specific to generic persistence, thus it should
not be inside the Generic namespace.
Change-Id:... -
15:39 Revision c1b8ce9d: [BUGFIX] Fix unit tests failing with PHPUnit 3.6
- Change-Id: I07c568af523f137954212f0e0839d562fc957777
Fixes: #32015
Releases: 1.0, 1.1
2011-11-25
-
10:52 Revision 270dced5: [FEATURE] Add routing:show, routing:route and routing:resolve commands
- Adds 3 CLI commands:
- routing:show show informations for a single route
- routing:getPath show the generated route-p...
2011-11-24
-
20:23 Revision 4883a095: [BUGFIX] Adjust AuthenticationController to FlashMessages
- Change-Id: I2015f174871102befccd45e52a1276b20907eb61
Fixes: #31931
Releases: 1.0, 1.1
2011-11-22
-
11:22 Revision 3a3b4dc0: Merge "[BUGFIX] Fix Persistence\Doctrine\Query serialization cycle" into FLOW3-1.0
-
11:21 Revision dedf28a0: Merge "[BUGFIX] Allow usage of query parameter "_"" into FLOW3-1.0
-
11:17 Revision 3b4e4bc8: Merge "[BUGFIX] Symlink related Unit Tests fail on some Windows systems" into FLOW3-1.0
-
11:15 Revision 4b5164b3: Merge "[BUGFIX] Fix link to issue tracker" into FLOW3-1.0
2011-11-21
-
11:14 Revision 56899fc7: [TASK] Use curly braces instead of hashes in NotFoundView
- Change-Id: I0de33cb1dc3d13682872bcc861384b2f699c0a49
Resolves: #31957
Releases: 1.1
Also available in: Atom