Activity
From 2014-01-18 to 2014-02-16
2014-02-16
2014-02-14
-
09:13 Revision 2e0ee9de: [TASK] Optimize arrayMergeRecursiveOverrule by removing recursion
- Method calls in PHP are generally slow. As we rely heavily on this
function in several parts it's worthwile to micro-...
2014-02-13
-
17:24 Revision f69ebd44: [BUGFIX] Fix configuration schema for Routes
- This adjusts the Routes.schema.yaml to the "httpMethods"
setting introduced with #27117
Change-Id: I2531096162ed1606... -
17:24 Revision 64a37a9e: Merge "[BUGFIX] Fix configuration schema for Routes" into 2.1
2014-02-11
-
17:56 Revision 060ab576: [FEATURE] Allow to cache Doctrine ORM query results
- This change allows to cache query results in the persistence layer.
The caching can be switched on by setting the ne... -
17:42 Revision 15a95698: [TASK] Improve security checks and related logging
- The AccessDecisionVoterManager now doesn't throw & catch an exception
in order to find out if hasAccessToResource().
...
2014-02-09
-
08:21 Revision 63f74468: [!!!][FEATURE] Use PHP YAML extension if available
- If you have the PECL YAML extension installed it will be used
to parse your configuration files, which results in a t...
2014-02-08
-
16:53 Revision 7f16897c: [BUGFIX] Set Max-Age for Cookies
- If the configured session cookie lifetime is > 0, the Max-Age property of the
cookie is set accordingly in the respon...
2014-02-07
-
23:48 Revision 9966f752: [!!!][BUGFIX] Sort packages by dependency
- Before this, packages were sorted with PHP sort functions which did
not work in all cases due to the insufficiently d... -
23:13 Revision d36117c4: [TASK] ClassLoader compatible with all composer packages
- The ClassLoader understands all composer autoload types (PSR-0
autoloading, PSR-4 autoloading, classmap generation an... -
17:21 Revision 6d5bd05d: [TASK] Tweak documentation rendering
- * fix broken TOC
* exclude change logs from PDF
* use parts for PDF rendering
All changes have been merged for maste... -
17:12 Revision 6666435f: [TASK] Tweak documentation rendering
- * fix broken TOC
* exclude change logs from PDF
* use parts for PDF rendering
All changes have been merged for maste... -
17:07 Revision 01481791: [TASK] Add a forgotten change log
- Change-Id: Ia2612c3f10b54e0a33b1337958cc94190b2e07a3
Releases: master -
16:54 Revision 1f5e5fb1: [TASK] Remove ChangeLog from PDF
- Change-Id: Ic14ddb707df0c2eafa0d99125059272f437283cd
Resolves: #55215
Releases: master -
16:52 Revision 12735ce2: Merge "[BUGFIX] TOC is broken on docs.typo3.org"
-
16:51 Revision 97851812: [BUGFIX] TOC is broken on docs.typo3.org
- Change-Id: I291a06ba5ba45d057fb5715ebef07fd14dbb1bb5
Fixes: #55212
Releases: master -
14:40 Revision 844ea8ec: [BUGFIX] Make getPackageOfObject() work for proxy objects
- The method ``PackageManager::getPackageOfObject()`` failed to
resolve the package of a given object if it was a proxy... -
14:30 Revision a24c6837: [BUGFIX] Make getPackageOfObject() work for proxy objects
- The method ``PackageManager::getPackageOfObject()`` failed to
resolve the package of a given object if it was a proxy... -
14:13 Revision 23e453c6: Merge "[BUGFIX] Make Doctrine service return correct packages for migrations"
-
12:13 Revision d356f21d: [TASK] Introduce "CacheAwareInterface"
- This change introduces a new interface which describes how objects can
provide a distinct identifier which can be use... -
10:24 Revision 5385bae6: [BUGFIX] Make Doctrine service return correct packages for migrations
- With a previous fix ``PackageManager::getPackageOfObject()`` now
compares the namespace of a given object rather than...
2014-02-06
2014-02-05
-
09:14 Revision 3b8223c2: [BUGFIX] Fix configuration schema for Routes
- This adjusts the Routes.schema.yaml to the "httpMethods"
setting introduced with #27117
Change-Id: I2531096162ed1606... -
09:14 Revision 84f1e6f7: [BUGFIX] Fix configuration schema for package settings
- This adjusts the TYPO3.Flow.package.schema.yaml to the "packagesPathByType"
setting introduced with Ic87ebaece612e258... -
09:14 Revision 53d8a49c: Merge "[BUGFIX] Fix configuration schema for package settings"
-
09:13 Revision 7f14f8e2: Merge "[BUGFIX] Fix configuration schema for Routes"
2014-02-04
2014-02-03
-
14:49 Revision 7aca35ca: Merge "[BUGFIX] HTTP accept header parsing was not case-insensitive"
-
12:44 Revision bdc1c89a: [!!!][BUGFIX] Return 404 status code for removed entities
- With this change the status code for persisted entities that can't
be found is no longer ``500``.
Background:
When a...
2014-01-31
-
16:13 Revision fc57a00d: [FEATURE] documentation of the authentication process
- Releases: master, 2.0
Change-Id: I5de646139f7a16a20f0891e7ed843e36b3ad54bd -
16:09 Revision 7f38ddca: [BUGFIX] Don't catch security exceptions during property mapping
- As security exceptions will be handled by the security
framework, we have to let them bubble up instead of
converting... -
16:08 Revision 8a28ec3b: [BUGFIX] Injected properties are not available in initializeObject()
- This fixes an issue where properties injected to the parent class A
were not available when the initializeObject() me... -
16:07 Revision 764f3a3a: [BUGFIX] Wrong media type on non-lower case filenames
- This fixes an issue in the getMediaTypeFromFilename() function which
returned application/octet-stream on any filenam... -
16:03 Revision fa743dbf: [BUGFIX] Ignore unreflectable classes
- Classes that cannot be reflected will make the automatic configuration choke.
This happens quite often when using 3rd... -
16:02 Revision 90d745a0: [BUGFIX] BooleanConverter considers "false" TRUE
- The BooleanConverter provided by Flow simply casts the $source
to a boolean using boxing.
With this change a string "... -
15:59 Revision 253ff119: [TASK] Fix broken links in documentation
- Change-Id: Ide940f621e63e6ee94ea41d253f5f2cd5fb7086b
Releases: master, 2.0 -
15:53 Revision 4d68da2c: [BUGFIX] Allow arbitrary setters in PersistentObjectConverter
- This change supports additional setters in entities by implementing a
fallback to the reflection service if the class... -
15:51 Revision 59d02f52: [BUGFIX] Use consistent spelling of dependency to avoid confusion
- Change-Id: Ia7fab9914fd951a64adf1575872bd86d0d31f59f
Releases: master, 2.0 -
15:50 Revision 3cef756d: [BUGFIX] Write TYPO3 CMS instead of just TYPO3 in documentation
- Change-Id: I46eaf05721aa8717952765f223fcde7868823d0f
Releases: master, 2.0 -
15:50 Revision f761fd3d: [BUGFIX] Roles are not synchronized after database migrate
- The roles are not synchronized from the Policy.yaml files to the
database after the database migration, but only afte... -
15:40 Revision 269b2582: [BUGFIX] Support BCrypt validation of hashes with different cost
- In the current implementation of the BCryptHashingStrategy a password is
hashed with crypt and the hash contains the ... -
15:36 Revision dbec6d65: [TASK] Cleaned up configuration:validate command
- Related: #44990
Releases: master, 2.0
Change-Id: I7ab217f3ba59b71fe0cfa163f809026765963e4e -
11:47 Revision 002243ac: [BUGFIX] Fix PackageManager unit tests
- Due to a previous change the PackageManager's unit tests are failing.
This change adjusts the tests to the modified c... -
11:26 Revision 318a0bca: [!!!][BUGFIX] Sort packages by dependency
- Before this, packages were sorted with PHP sort functions which did
not work in all cases due to the insufficiently d...
2014-01-24
-
15:19 Revision 6f335eb4: [FEATURE] Add method getPackageByClassName to PackageManager
- Currently there is only a method to fetch the package of a given object.
This change adds a new method ``PackageManag... -
15:19 Revision 9128a7f1: [BUGFIX] Make getPackageOfObject() work for proxy objects
- The method ``PackageManager::getPackageOfObject()`` failed to
resolve the package of a given object if it was a proxy... -
14:16 Revision 9858381d: [TASK] Add notice about php path for windows users
- Adds an additional note to set the php path in Settings.yaml for
windows users as most won't have php in C:/php/php.
...
Also available in: Atom