Activity
From 2011-01-28 to 2011-02-26
2011-02-25
-
16:55 Revision 44c454ec: [~TASK] Small fixes in tests and exception case
- Change-Id: Iacf927f1bcb17ee4d7946ad1a12f8288fd88f7c0
-
16:55 Revision 207ad83b: [+FEATURE] Offer use of reflection in ObjectAccess
- A new switch on getProperty() and setProperty() allows to get/set the
value of a property even if it is not publicly ... -
16:21 Revision e23681fa: Merge "[~TASK] Dependency Injection related fixes and better error messages"
-
16:18 Revision b8911995: [~TASK] Dependency Injection related fixes and better error messages
- Implemented two new error messages which help for debugging cases when
constructor arguments could not be autowired.
... -
12:50 Revision 44cb265d: [~TASK] Fix use of deprecated PHPUnit assertions
- Change-Id: I75b735951f41402c8df34c671d7f1b2e426e4bc0
-
12:47 Revision 1afe9278: [~TASK] No longer cause bug with PHPUnit timer
- The removal of REQUEST_TIME from $_SERVER caused PHPUnit to emit some
funny timing (and a notice).
Change-Id: I87642... -
12:46 Revision 7000c6e6: [~TASK] Fix some Security unit tests
- Some failures caused by recent changes that were trivial to fix have
been fixed. One remains, that seems non-trivial.... -
12:16 Revision ebc184ca: [~TASK] Make @return statements more helpful in BaseTestCase
- Change-Id: I2697f2567d06f1ee5d4f08e87a22d9700488ce67
-
11:54 Revision 5b1e65f7: [~TASK] Some small cleanup
- Fixed use of deprecated PHPUnit API in two places. Simplified getMock()
calls in a few places.
Change-Id: I027b01df3... -
11:52 Revision 0abc8098: [~TASK] Adjust persistence code to new proxy class mechanism
- Change-Id: I8a8b5e65400d006e1efb39e96daf6d7ec76c5ad1
-
11:49 Revision 5ea3d59a: [~TASK] Adjust code to new proxy class mechanism
- This commit contains various adjustments to FLOW3 code which became
neccessary due to the new Object Manager API and ... -
11:46 Revision 7cbe7a8a: [~TASK] Clean up dependencies in Package Manager
- Because the Package Manager is now used in a very early stage of the
Bootstrap, Dependency Injection is not available... -
11:44 Revision fbd4307e: [~TASK] Adjust FunctionalTestCase to new Bootstrap
- Change-Id: I5cbe3dcf1fa9c38f942d1b6dcfb378b1d200176a
-
11:39 Revision 6b3c538b: [+FEATURE] New proxy class compiling mechanism
- This commit features a new proxy class compiler which is able to produce
generic proxy classes. It also contains to u... -
11:34 Revision 3a0bd6a3: [+BUGFIX] Reflection returns more FLOW3 specific reflection objects
- With some of the methods provided by FLOW3's *Reflection classes it
could happen that for example a ReflectionMethod ... -
11:33 Revision f601b55b: [~TASK] Pass context to Environment constructor
- The context must now be passed to the constructor of Environment because
it must not be changed once the class is ini... -
11:29 Revision 311da9b4: [~TASK] Use common temp dir for each context
- Previously FLOW3 used a dedicated directory for each SAPI type and some
more. Now that the Proxy Class Compiler must ... -
11:27 Revision c29cad14: [~TASK] Move ClassLoader to Core namespace
- Change-Id: Ibb148a5da8b79fc1b4870a406fb523461ca2cf0e
-
11:25 Revision 618a7730: [~TASK] Removed obsolete unit tests
- Change-Id: I817f8bb41c29b1ac5f03a0f4609c4b53c041dd71
-
11:23 Revision a33d0544: [~TASK] Add igbinary to list of suggested extensions
- Change-Id: I5fb03063b8fe0154f4d54ae3241847a9828612b7
-
11:18 Bug #13324: It's not possible to update entities without repository
- Karsten Dambekalns wrote:
> In theory @update()@ should take care of that. [...]
..but there is no @update()@ in ... -
10:23 Bug #13324: It's not possible to update entities without repository
- In theory @update()@ should take care of that. It recursively checks for entities that are clones and should update/...
-
09:09 Bug #13324: It's not possible to update entities without repository
- Jochen Rau wrote:
> I would agree with Karsten here: [...]
> [...] update the Comment through a public function of ... -
02:26 Bug #13324: It's not possible to update entities without repository
- I would agree with Karsten here: no change needed. Otherwise it would break the aggregate boundaries and thus the ide...
-
09:45 Task #6606 (Closed): RequestHash should be implemented by a firewall filter
- This feature is coverd/not needed anymore with the new property mapper implementation/concept.
2011-02-24
-
21:38 Revision fd7a5598: [~TASK] Clean up and enhance cache backends
- If the frontend attached to the FileBackend is a PHP frontend, a ".php"
file extension will now be used for each cach... -
17:49 Revision afcfb4ca: [~TASK] Various smaller adjustments and clean ups
- Possibly but maybe not so related to the big proxy building refactoring.
Change-Id: I01fa2498a8b97395fb92548a3fdc844... -
15:45 Bug #13333 (Resolved): AOP for methods with references do not work.
- Tried to log a method call to GenericPod\Backend->storeObject (fourth parameter is a reference to an array)...
-
12:04 Bug #13324: It's not possible to update entities without repository
- Karsten Dambekalns wrote:
> No update needed.
How would you solve this:... -
11:44 Bug #13324: It's not possible to update entities without repository
- No update needed. If you change a persisted object (attached to anything persisted), changes are picked up automagica...
-
10:41 Bug #13324: It's not possible to update entities without repository
- in the repository updating is done like
<code class="php">
if ($this->persistenceManager->getIdentifierByObject($ex... -
10:39 Bug #13324 (Resolved): It's not possible to update entities without repository
- Adding/removing entities to/from a collection of the parent object is possible by using the @attach()@/@detach()@ met...
2011-02-21
-
16:35 Revision b70c65fa: [+FEATURE] FLOW3 (Security): Add HTTP Basic authentication mechanism
- This change adds a HTTP Basic Auth token and entry point.
Change-Id: I4522eac1e945f2d792376835c906e9f59cc3a949 -
08:31 Task #12612 (Resolved): Create a JavaScript localization provider / caching / service class
-
08:30 Task #11957 (Resolved): check how JavaScript strings can be translated
2011-02-16
-
08:22 Revision 29619222: [+FEATURE] (MVC): Make SubRequestBuilder extensible
- The SubRequestBuilder becomes a lot more usable in custom
projects if the class name of the SubRequest is configurabl...
2011-02-15
-
12:08 Revision 2c2742ae: [+FEATURE] (Error): Debug Exception Handler displays nested exceptions
- Furthermore, \F3\var_dump is now readable even when centered layout is used.
Change-Id: I6d0c52bc88f425bf6f5358244d7...
2011-02-11
-
23:57 Bug #12994 (Resolved): Exception message for missing memcache wrong
- Problem:
Caching framework memcache backend requires PHP module memcache, but the
thrown exception nags about memc... -
23:32 Bug #12993 (Resolved): Cache memcache backend: Memcache delete fails
- The memcache->delete() command fails sometimes, depending on use PHP memcache version. New stable debian squeeze is a...
2011-02-09
-
22:43 Bug #12917 (Rejected): Access denied by using the HashService Setter injection
- [See https://review.typo3.org/#change,699]
If i use the HashService Setter injection in a protected area as a logg...
2011-02-08
-
10:29 Revision 65bb2b1a: Merge "[~TASK] FLOW3 (AOP): Move UnknownClass to UnknownClassException"
-
10:15 Revision d689620b: Merge "[~TASK] FLOW3 (Reflection): Store repository in class schema"
2011-02-07
-
16:41 Revision b7b48dcb: Merge "[~TASK] FLOW3 (Log): Use nul glyph for NULL in FileBackend"
-
15:49 Revision 15f558ce: [~TASK] FLOW3 (Reflection): Store repository in class schema
- The repository class for an entity is stored in the class schema now,
not only the fact that the entity has one.
Cha... -
15:35 Revision 87f26d1a: [-TASK] FLOW3 (Security): Do not use PartyInterface
- This reverts commit 379d838b12b0c1698b23190fe201c89f988096d3,
[~TASK] FLOW3 (Security): Use PartyInterface so we can... -
13:37 Revision 2e33afe5: Merge "[+FEATURE] FLOW3 (Debugger): var_dump on CLI with ANSI colors"
-
13:30 Revision a2592f19: Merge changes I6552c5cb,I3d848bfc
- * changes:
[+FEATURE] FLOW3 (Utility): Fetch authorization request header in Environment
[+FEATURE] FLOW3 (Securi... -
13:29 Revision 3513b765: [+TASK] FLOW3: Add missing @param annotations
- Change-Id: If6c17ee4770234be1e449584c4b28599458f542d
-
13:27 Revision fcc91280: [~TASK] FLOW3 (Property): Handle missing type in transformToObject()
- Missing type information on method parameters is now handled correctly,
an error is added to the mapping results.
Ch... -
13:23 Revision 4f992fa2: Merge "[~TASK] FLOW3 (Property): Fix instanceof check in transformToObject()"
-
13:23 Revision 081162c6: Merge "[~TASK] FLOW3 (Security): A little cleanup & simplification"
-
12:41 Revision 0c044583: Merge "[~TASK] FLOW3 (AOP): Make proceed() no longer return-by-ref"
2011-02-06
-
14:40 Revision 079ccb33: [+FEATURE] FLOW3 (Debugger): var_dump on CLI with ANSI colors
- This change allows a plaintext output of the var_dump with
additional ANSI colors on CLI. The plaintext output option...
2011-02-05
-
20:02 Revision 79eaa714: [+BUGFIX] FLOW3 (Error): Make \F3\var_dump more robust
- The output of \F3\var_dump was somehow broken because
of a wrong CSS class being assigned to the outer container.
Fu... -
19:33 Revision ad10b5be: Merge "[~TASK] FLOW3 (Security): Non-functional cleanup"
-
19:32 Revision 2de7e14c: Merge "[~BUGFIX] FLOW3 (Security): Fix separation of tokens in security context"
-
19:32 Revision d0fbfd9d: Merge "[+FEATURE] FLOW3 (Security): Make used authentication token class configurable"
-
15:00 Revision c0f3f1f3: Merge "[~TASK] FLOW3 (Reflection): Add some @scope annotations"
-
14:59 Revision 5c97f828: Merge "[~TASK] FLOW3 (Documentation): Update Security framework example 13.3"
2011-02-04
-
16:41 Revision cb8df789: [~TASK] FLOW3 (Security): A little cleanup & simplification
- Change-Id: Ic50f899002b5a67f3fec9f53301e0d874461322a
-
16:40 Revision 48e3a4b5: [~TASK] FLOW3 (Property): Fix instanceof check in transformToObject()
- Change-Id: I5da9c19572ac2522427f3c02c7c631d6c1fee6ab
-
11:16 Revision f1618fed: [~TASK] FLOW3 (Reflection): Log missing @param annotations
- When reflecting a method missing @param annotations are now logged,
with DEBUG severity.
Change-Id: I44ad0bd9d85d423... -
11:06 Revision 3bb0d3ad: [~TASK] FLOW3 (AOP): Move UnknownClass to UnknownClassException
- Change-Id: Iea0725fe11868bfa2f07173141ead3bc5218d039
2011-02-03
- 16:51 Revision f2c23073: [~TASK] FLOW3 (Documentation): Update Security framework example 13.3
- Change-Id: I38184f2aa394de2b83007aa826f7400fc2dca545
2011-02-02
-
16:01 Revision e8505ffa: [~TASK] FLOW3 (Log): Use nul glyph for NULL in FileBackend
- Change-Id: I121db83e8a0a501af667f3edc6c0b5fb9ac881d5
-
16:00 Revision 1e9a0324: [~TASK] FLOW3 (Reflection): Add some @scope annotations
- They make no functional difference, but make intentions clear, eh?
Change-Id: Ie805d1bf0b6f1dbc688ae8e9df90258eb22193e3 -
16:00 Revision 77235e4d: [~TASK] FLOW3 (Security): Non-functional cleanup
- Change-Id: Ibcc71c1c70926dc12b75cfd0d678bd3612997ae3
2011-01-31
-
14:15 Revision ca566809: [~BUGFIX] FLOW3 (Security): Fix separation of tokens in security context
- When using parallel authentication providers the separation of the
currently active and inactive tokens has not worke... -
14:15 Revision a3acd7ad: [+FEATURE] FLOW3 (Security): Return correct response for access denied exceptions
- This adds a new advice for the request dispatcher, which catches access
denied exceptions and transforms them into a ... -
14:15 Revision 72dfdcb9: [+FEATURE] FLOW3 (Utility): Fetch authorization request header in Environment
- The authorization request header is now also fetched and returned with
the other HTTP headers in Utility\Environment.... -
14:15 Revision 03335b63: [+FEATURE] FLOW3 (Security): Make used authentication token class configurable
- If an authentication provider supports more than one type of
authentication token, there is now the possibility to sp... -
12:49 Revision 7463f6b9: [~TASK] FLOW3 (AOP): Make proceed() no longer return-by-ref
- The return-by-reference set up for AdviceChain->proceed() caused
warnings with the latest PHPUnit. Return-by-referenc...
2011-01-29
-
23:34 Task #11955: assess the current state of the I18n feature
- * Issue #11035 - the framework should distinguish locales fully supported (languages for which all translation files ...
2011-01-28
-
15:08 Revision 94557d25: [~TASK] FLOW3 (AOP): Fix mentions of AdviceChainInterface
- It should be AdviceChain, no interface anywhere near...
Change-Id: Ia5728a439cfdf2d66f6ba6f2f2c48ea0ad321d7b -
14:28 Revision 3e30fb68: Merge "[~TASK] FLOW3 (Security): Use PartyInterface so we can decouple better"
-
14:28 Revision 63fc007e: Merge "[~TASK] FLOW3 (Security): Adapt to AbstractParty change"
-
14:26 Revision 5cb3f69e: Merge "[-TASK] FLOW3 (Security): Remove RequestHashService"
-
14:25 Revision 696df408: Merge "[+FEATURE] FLOW3 (Core): Enable per-package autoloaders"
-
13:07 Task #12612 (Accepted): Create a JavaScript localization provider / caching / service class
-
13:07 Task #12612 (Resolved): Create a JavaScript localization provider / caching / service class
Also available in: Atom