August 2010 Commit Log

Number of Commits:
35
Number of Active Developers:
4
k-fish 2010-08-24 10:42

Removed everything in trunk after move to git.

6 lines of code changed in 3291 files:

k-fish 2010-08-20 11:32 Rev.: 5029

[~TASK] *: Raised version numbers of packages contained in the FLOW3 distribution.

1 lines of code changed in 1 file:

robert 2010-08-19 16:55 Rev.: 5023

[~TASK] FLOW3 (MVC): Changed the order how views are resolved: If a dedicated view exists for the controller / action pair, it is chosen instead of the Fluid Template View.
[+FEATURE] FLOW3 (MVC): The ActionController now allows for specifying view object names for each format, e.g. a specific view for JSON request, another one for HTML etc. Resolves #7113
[!!!]][API] FLOW3 (MVC): Added a new method to the ViewInterface: canRender() must tell if the view is able to render something meaningful for the given controller context.
[~TASK] Fluid (View): Adjusted the template view to the extended ViewInterface.

105 lines of code changed in 5 files:

k-fish 2010-08-19 15:31 Rev.: 5020

[~TASK] FLOW3 (MVC): Added closing php tag to JsonViewTest.

2 lines of code changed in 1 file:

robert 2010-08-19 08:55 Rev.: 5009

[+BUGFIX] FLOW3 (Object): The ObjectSerializer now detects recursive reference in the object structure to be serialized. This should now allow to add even complex object structures to a session object which is then transparently stored by FLOW3. Resolves #9360

305 lines of code changed in 2 files:

k-fish 2010-08-18 16:57 Rev.: 5005

[+BUGFIX] FLOW3 (Security): Shortened some variable names in HTML (input fields with a name longer than 64 characters are ignored in default Suhosin setups), fixes #6315.

11 lines of code changed in 2 files:

k-fish 2010-08-18 16:04 Rev.: 5004

[+TASK] FLOW3 (Documentation): The CGL mention the usage of PHP Error Control Operators now, resolves #8864.

6 lines of code changed in 1 file:

k-fish 2010-08-18 14:41 Rev.: 5003

[+BUGFIX] FLOW3 (Persistence): Ordering by multiple fields works again, fixes #8968.

1 lines of code changed in 1 file:

k-fish 2010-08-18 13:57 Rev.: 5002

[+BUGFIX] FLOW3 (Persistence): Ordering by multiple fields works again, fixes #8968.

3 lines of code changed in 1 file:

k-fish 2010-08-18 12:55 Rev.: 5001

[~TASK] FLOW3 (Cache): Made testcases for APC and memcache backends more reliable.

36 lines of code changed in 2 files:

k-fish 2010-08-18 12:40 Rev.: 5000

[+BUGFIX] FLOW3 (Persistence): isEmpty() matches correctly on NULL now, equality checks against NULL now work correctly on collections, relates to #9358, fixes #9184.

8 lines of code changed in 3 files:

k-fish 2010-08-18 10:23 Rev.: 4999

[+BUGFIX] FLOW3 (Persistence): isEmpty() now works correctly in queries, fixes #9358.

8 lines of code changed in 1 file:

k-fish 2010-08-18 09:43 Rev.: 4998

[+BUGFIX] FLOW3 (Cache): Sanitizing entry identifier in Cache\FileBackend, fixes #9357.

135 lines of code changed in 2 files:

robert 2010-08-18 09:42 Rev.: 4997

[+FEATURE] FLOW3 (Security): Implemented a convenience method for retrieving the currently logged in account from the Security Context. Resolves #9356

44 lines of code changed in 2 files:

k-fish 2010-08-17 06:06 Rev.: 4995

[-TASK] FLOW3 (Cache): Removed the constant TAG_PACKAGES_CODE, it is never used (as pointed out by Christian Kuhn).

0 lines of code changed in 1 file:

robert 2010-08-16 14:45 Rev.: 4991

[~TASK][!!!] FLOW3 (MVC): Renamed the RESTController to RestController.

0 lines of code changed in 1 file:

k-fish 2010-08-16 14:36 Rev.: 4990

[~TASK] FLOW3 (MVC): Removed RESTController.php and renamed RestControllers.php to RestController.php

0 lines of code changed in 1 file:

robert 2010-08-16 14:24 Rev.: 4989

[~TASK][!!!] FLOW3 (MVC): Renamed the RESTController to RestController.
[+FEATURE] FLOW3 (MVC): The name of the request argument triggering the actions show(), delete() and update is now configurable through the RestController's property "resourceArgumentName". Default name is "resource". Resolves #9327

0 lines of code changed in 2 files:

k-fish 2010-08-16 14:07 Rev.: 4988

[+TASK] FLOW3 (Validation): The ValidatorResolver now throws a helpful exception when encountering missing @param annotations.

40 lines of code changed in 3 files:

k-fish 2010-08-16 14:01 Rev.: 4987

[+BUGFIX] FLOW3 (AOP): AOP now correctly adds default value from method argument for array values, fixes #8554.

30 lines of code changed in 2 files:

k-fish 2010-08-16 11:02 Rev.: 4977

[+BUGFIX] FLOW3 (Core): Removed use of $Revision$ in Bootstrap.php, resolves #9296. If we ever need something like this it could be a post-merge/post-checkout hook in git.

85 lines of code changed in 5 files:

kgusak 2010-08-16 10:36 Rev.: 4975

[~TASK] FLOW3 (I18n): Documentation chapter for I18n added.

0 lines of code changed in 1 file:

k-fish 2010-08-16 10:32 Rev.: 4974

[+BUGFIX] FLOW3 (Cache): Removed tagIndex from memcache and APC backends, fixes #8918. Thanks to Christian Kuhn.

0 lines of code changed in 2 files:

k-fish 2010-08-13 16:21 Rev.: 4969

[-TASK] FLOW3: Removed @version keyword from files, resolves #8835.

0 lines of code changed in 766 files:

robert 2010-08-12 15:54 Rev.: 4956

[~TASK] ExtJS: Added doc comments to a few methods. Added basic parameter check for transaction arguments.
[+BUGFIX] ExtJS (ExtDirect): Fixed a bug which resulted in a broken communication between client and server via ExtDirect if a shared action method had optional arguments. Resolves #9279
[~TASK] FLOW3 (MVC): Cleaned up the code and documentation of the JsonView
[+FEATURE] FLOW3 (Persistence): The base repository now only sets the repository's object type if it has not been defined before. By that it is possible to define a custom object type in the property declaration of a concrete repository.
[+FEATURE] FLOW3 (Property): The property mapper now supports creation and recreation of objects specified by a UUID in an identity array even if they are just part of the overall source object / array to be mapped.
[+BUGFIX] FLOW3 (Validation): Fixed a few failing tests of composite validators, caused by incorrect mock building.

37 lines of code changed in 7 files:

bwaidelich 2010-08-11 13:55 Rev.: 4953

[+BUGFIX] FLOW3 (MVC): F3\FLOW3\MVC\View\JsonView no longer throws an exception if more than one variable is assigned. This relates to #9136
[+FEATURE] FLOW3 (MVC): F3\FLOW3\MVC\View\JsonView is now able to render multiple variables. By default only variables with the name "value" are rendered. You can change that behavior through the setVariablesToRender() setter. This relates to #9136

97 lines of code changed in 2 files:

kgusak 2010-08-11 11:55 Rev.: 4952

[+FEATURE] FLOW3 (I18n): Locale-aware validators added. Relates to #9246.

252 lines of code changed in 4 files:

kgusak 2010-08-10 15:38 Rev.: 4951

[~TASK] FLOW3 (I18n): New exception classes added (omitted in previous commit).

2 lines of code changed in 2 files:

kgusak 2010-08-10 15:30 Rev.: 4950

[~TASK] FLOW3 (I18n): Changed string parameters to class constants.

253 lines of code changed in 19 files:

kgusak 2010-08-07 18:01 Rev.: 4949

[~TASK] FLOW3 (I18n): Code cleaning in I18n package (remaining subpackages).

232 lines of code changed in 28 files:

k-fish 2010-08-06 14:25 Rev.: 4948

[+BUGFIX] FLOW3 (Validation): Some validators did not reset stale errors on isValid() calls, fixes #8558.

218 lines of code changed in 29 files:

kgusak 2010-08-05 20:22 Rev.: 4947

[~TASK] FLOW3 (I18n): Code cleaning in Xml, Xliff, TranslationProvider, and Exception subpackages of I18n package.

188 lines of code changed in 18 files:

kgusak 2010-08-05 14:06 Rev.: 4933

[~TASK] FLOW3 (I18n): Code cleaning in I18n package (without subpackages yet).

394 lines of code changed in 14 files:

bwaidelich 2010-08-04 18:50 Rev.: 4931

[+TASK] FLOW3 (MVC): Cleaned up View implementations. They no correctly implement F3\FLOW3\MVC\View\ViewInterface. This resolves #9136
[+BUGFIX] Fluid (View): AbstractTemplateView now correctly implements F3\FLOW3\MVC\View\ViewInterface and assign() and assignMultiple() will return an instance of $this to allow chaining again like $this->view->assign()->assign()... This fixes #9090

330 lines of code changed in 8 files:

kgusak 2010-08-01 15:55 Rev.: 4928

[+FEATURE] FLOW3 (I18n): Added lenient parsing for DatetimeParser. Relates to #7725.

526 lines of code changed in 7 files:

July 2010 »

Generated by StatSVN 0.5.0