Activity
From 2011-12-21 to 2012-01-19
2012-01-19
-
15:46 Revision 098989a3: Merge "[TASK] Regard return type of preg_match"
-
15:29 Revision ad89e84e: [BUGFIX] Hint at possible exception cause
- When using @MappedSuperclass without @Entity an exception is thrown.
Since FLOW3 needs the @Entity annotation even wi... -
15:28 Revision 68ac2a01: [BUGFIX] Hint at possible exception cause
- When using @MappedSuperclass without @Entity an exception is thrown.
Since FLOW3 needs the @Entity annotation even wi...
2012-01-13
-
17:06 Revision d7a9af6b: [TASK] Some cleanup around authentication
- Does some coding style cleanup, amends a docblock and makes the
authenticateAction() use $this->errorMethodName() ins...
2012-01-12
-
11:28 Revision 9c421d64: [BUGFIX] Make QueryResult::offsetGet() behavior consistent
- offsetGet() on QueryResult for Doctrine persistence now checks if
the offset exists and returns NULL if not, instead ...
2012-01-11
-
11:00 Revision 8dd2ea53: [FEATURE] Create .Shortcuts directory if it is missing
- The .Shortcuts directory will now be built if it is missing. That allows
developers to just trash a broken .Shortcuts...
2012-01-10
-
17:44 Revision b03e9eae: [TASK] Regard return type of preg_match
- As of PHP-documentation, preg_match() may return int 0 or 1
or boolean FALSE. This patch takes care of this behaviour... -
13:07 Revision 08414d61: [FEATURE] Add support for not mapped properties
- The PropertyMappingConfiguration now has a doNotMapProperty() method that
tells the mapper to ignore the data / prope... -
11:27 Revision d65fe22c: [BUGFIX] 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... -
11:23 Revision d7af18a9: [BUGFIX] Make updating a Doctrine Lazy Loading Proxy work
- When a Doctrine lazy loading proxy is persisted again, a fatal error is thrown
because the Reflection Service cannot ... -
11:18 Revision 2fdc342d: [BUGFIX] Make updating a Doctrine Lazy Loading Proxy work
- When a Doctrine lazy loading proxy is persisted again, a fatal error is thrown
because the Reflection Service cannot ... -
10:38 Revision e10babc8: Merge "[TASK] Adjust to updated Doctrine libraries"
2012-01-06
2012-01-05
-
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: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 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: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...
2011-12-23
-
19:13 Revision 02ae9414: Merge "[TASK] Update Package.xml with new version number" into FLOW3-1.0
-
18:30 Revision 3f90540b: Merge "[BUGFIX] Fix UriBuilder with subrequests" into FLOW3-1.0
-
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...
2011-12-22
-
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: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... -
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... -
16:44 Revision 23360e98: Merge "[BUGFIX] "Wrong" EOL characters break parsing of doc comments" into FLOW3-1.0
-
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... -
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
Also available in: Atom