Activity
From 2011-07-23 to 2011-08-21
2011-08-20
2011-08-19
-
00:19 Revision a53c23c1: [BUGFIX] remove datecheck on timezone test
- When testing between 00:00 and 01:00 GMT+1 the timezone test fails,
because in this time the date in the set timezone...
2011-08-18
-
15:33 Revision 3f9c1532: [BUGFIX] Consider DateTime objects in valuehash generation
- This change fixes a bug with valueobjects that have DateTime
properties. The value hash generation did not include Da... -
09:57 Revision 8bcb8bc9: [BUGFIX] (Persistence): Doctrine\QueryResult::getQuery() should return cloned query
- That's also stated in the PHPDoc comment of the method, and we need to clone it
to make sure it does not have side-ef...
2011-08-16
-
10:20 Revision 2f3bc9aa: Merge "[BUGIFX] Fix table name inference for packages without vendor name"
-
09:36 Revision 237b0ac7: [BUGFIX] (Persistence): Implement deferred loading in Doctrine\QueryResult
- Until now, Doctrine\QueryResult got all results passed into the constructor.
This change modifies the behavior such ...
2011-08-15
-
13:30 Revision b8b79b23: [FEATURE] Implement autocompletion in interactive shell mode
- The autocompletion in the interactive shell mode shall show
all available and non-internal commands.
Change-Id: I10e...
2011-08-11
-
16:04 Revision 99168a40: Merge "[FEATURE] Do not ignore @throws annotation"
-
15:26 Revision d03ff114: Merge "[BUGFIX] Fix a type hint in the package manager interface"
-
10:40 Revision 033de7cd: [BUGFIX] Fix value hash for subclassed valueobjects
- The current aspect for generating the value hash
will overwrite the value hash of a subclass in the
parent class cons...
2011-08-10
-
11:31 Revision 6e4d2897: [FEATURE] Do not ignore @throws annotation
- The SOAP package needs to introspect throws annotations at runtime
to check for expected exceptions. Since the list o...
2011-08-08
-
15:55 Revision 6c71c321: Merge "[FEATURE] Filter FLOW3_AOP_* properties from var_dump output"
-
15:53 Revision a80f9dd9: Merge "[TASK] Allow mapping from empty string to NULL for persistent objects"
-
10:46 Revision 33df146d: [BUGFIX] Fix a type hint in the package manager interface
- Change-Id: I387fd77bec1321712c9d1e0c9bf5eee6c6eb88a6
2011-08-05
-
16:55 Revision abe8dcaa: Merge "[TASK] Require Windows 6.0 or higher"
-
16:51 Revision 0f6078b7: Set version to 1.0.0 alpha 15
- Change-Id: I35b26393669cd9c7824cea69536d3f02a4cbf722
-
06:50 Revision 15e22fd2: Merge "[TASK] Combine two package list commands into one"
2011-08-04
-
22:35 Revision 553c95e5: [TASK] (Tests): disabling all APC tests
- Change-Id: If5e237eaf4f36eaf5470377356eb134a873deff1
-
22:21 Revision 373b27e1: [TASK] skipping failing test
- Change-Id: I6c75fdd1256fb3a1346bb760d6a30c5dc9e4a708
-
21:56 Revision 4f79cbb0: [TASK] (Tests) Disabled unbelievably slow ClassLoaderTest
- Change-Id: I77180646df2bdc9ee0636873c4116a88c539e18a
-
21:45 Revision 3b7b7778: [+BUGFIX] (Tests): fixed test cases
- Change-Id: Ie52c7100474f3ef4a45dc0efaecde90c50fc5b80
-
21:16 Revision 6562075b: [+BUGFIX] fix APC unit test
- only run them if apc.enable_cli is enabled.
Change-Id: Icf50809502f32ed1997d0ee13a7aefac53cac2e6 -
20:57 Revision dd47d092: [TASK] Combine two package list commands into one
- This combines the two commands package:listavailable
and package:listactive into one command called
package:list.
Th... -
19:55 Revision 417b70e4: [BUGFIX] (Tests): Fix test cases
- Change-Id: I6e2cd49d5d29241c699a410d83b27b501daa3950
-
16:05 Revision 0c539bd6: [TASK] Require Windows 6.0 or higher
- The use of symlinks in FLOW3 is an essential feature. Without
it, certain parts of the caching and resource managemen...
2011-08-03
-
20:19 Revision e20122fa: [TASK] Allow mapping from empty string to NULL for persistent objects
- This change allows to map empty strings (e.g. blank value
from a select box) to NULL and to set an object property to... -
13:48 Revision 3da2b258: [TASK] Further symlink support in FLOW3
- This adds support for symbolic links (alternatively to
directories) in the cache and log file backend, the
File Syste... -
13:40 Revision ef0317d6: [TASK] Symlink support for "Configuration" directory
- This changes the bootstrap so that "Configuration" can also be a symbolic
link instead of a real directory.
Change-I... -
13:36 Revision 1c02c314: [TASK] Symlink support for "Data" directory
- This changes the bootstrap so that "Data" can also be a symbolic
link instead of a real directory.
Change-Id: I5ac0a...
2011-08-02
-
18:31 Revision 9e5f39bc: Merge "[BUGFIX] Make cached configuration symlink aware"
-
18:19 Revision 7d59910c: Merge "[BUGFIX] Undo change "Allow more than one token class per provider""
-
18:14 Revision fe4c5187: [BUGFIX] Make cached configuration symlink aware
- The loader for cached configuration – IncludeCachedConfigurations.php –
should be invalidated if its location (that i... -
18:00 Revision 6c7950d9: [BUGFIX] Undo change "Allow more than one token class per provider"
- The change caused problems with the default UsernamePassword
tokens since to really support more than one token the s... -
17:51 Revision 7a376f0f: [BUGFIX] Make cached configuration symlink aware
- The loader for cached configuration – IncludeCachedConfigurations.php –
should be invalidated if its location (that i... -
17:17 Revision 5ae6b8bc: [TASK] Publish static resources during cache warmup
- This makes sure that static resources are also published
while during the flow3:cache:warmup command.
In fact packag... -
17:01 Revision f8946525: [BUGFIX] Regression: Permissions for Configuration/
- This fixes a regression of my previous commit which removed
the Configuration/ directory from the setfacl commands.
... -
16:50 Revision 43f5aab4: [BUGFIX] Set proper file permissions with setfacl
- Previously the ACLs set by the setfilepermissions command
did not really grant access to the web server's user.
This... -
16:14 Revision e7cc0ef9: [BUGFIX] Set proper permissions for Configuration/
- This makes sure that also the global Configuration directory
is writeable if permissions are set via ACLs.
Also cont... -
13:51 Revision 974a89cb: Merge "[BUGFIX] Allow more than one token class per provider"
-
13:50 Revision 14597d2d: Merge "[FEATURE] Add method to refresh tokens and update credentials"
-
12:47 Revision d8fef25a: [~FEATURE] Support Linux ACLs for setfilepermissions
- First tries to set ACLs with chmod +a then with setfacl.
You need an acl enabled linux to test.
Change-Id: I2950e991... -
09:31 Revision 9a7de46d: Merge "[FEATURE] Exit code support for command-line responses"
2011-08-01
-
20:35 Revision 8be9981a: Merge "[BUGFIX][Cache] Let NullBackend implement PhpCapableBackend"
-
20:31 Revision a707d552: [FEATURE] Exit code support for command-line responses
- This adds a new property "exit code" to the command-line response.
Controllers may set this exit code to an integer v... -
14:34 Revision c32a5908: Merge "[+BUGFIX] (Reflection): Make ObjectAccess::getPropertyPath() more robust"
-
13:26 Revision 98886d1e: [+BUGFIX] (Reflection): Make ObjectAccess::getPropertyPath() more robust
- We expect ObjectAccess::getPropertyPath() return NULL when $subject is no array
or object; or when one element along ...
2011-07-30
-
21:32 Revision 13fc6421: [BUGFIX][Cache] Let NullBackend implement PhpCapableBackend
- The null backend is very useful to effectivly disable caching
during development. With this change it also implements...
2011-07-28
-
21:28 Revision a58f5acd: [BUGFIX] Handle deletion of orphaned references in abstract backend
- The abstract backend should check single-value object properties
for orphaned entity references and delete them.
Cha... -
19:07 Revision 66898e58: [FEATURE] Filter FLOW3_AOP_* properties from var_dump output
- This change filters properties in an var_dump that cluttered the
output and makes it more readable again.
Change-Id:... -
19:05 Revision 572cd995: [FEATURE] Add method to refresh tokens and update credentials
- Change-Id: I7899f7dd9d58a5cfab7a369af21753168ac8395d
-
18:42 Revision a1c4e8c6: Merge "[BUGFIX] Fix method visibility filter"
-
18:31 Revision cae8842b: Merge "[BUGFIX] Flush caches after changing package states"
-
17:59 Revision 953e018f: [TASK] Display message on doctrine:update and :create
- This adds a message to the doctrine:update and
doctrine:create command which at least lets the user
known that an upd... -
09:29 Revision bb96e6af: Merge "[!!!][FEATURE] Speed up ObjectAccess"
2011-07-27
-
21:13 Revision 30a40961: [BUGFIX] Flush caches after changing package states
- This adds a flush caches call to the end of all commands which affect
the package state (that is create, delete, acti... -
19:56 Revision b8208b6f: [!!!][FEATURE] Speed up ObjectAccess
- This change improves performance of ObjectAccess::getProperty(),
ObjectAccess::getPropertyPath() and ObjectAccess::is... -
15:13 Revision 95ad1948: [BUGFIX] Allow more than one token class per provider
- Change-Id: Id422517d797d176454f2217d0e99418e9b1b5960
-
13:39 Revision 16c429e0: [TASK] More robust Reflection Service during cache:flush
- This adds an additional check for the schema building routine
to avoid fatal errors during a cache:flush run with a p... -
12:32 Revision 37730a04: Merge "[BUGFIX] Allow command controllers in packages without vendor name"
-
11:54 Revision f3ca9862: [FEATURE] Intelligently recognize boolean options
- This adds some more intelligence into the command-line request building.
If a boolean option is specified without a v...
2011-07-26
-
18:53 Revision 881be270: [BUGFIX] Fix method visibility filter
- This change mainly fixes the parsing of the method visibility and adds
a unit test that tests the actual parsing. Als... -
17:09 Revision 45722b74: [FEATURE] Warm up caches
- This adds a new command "flow3:cache:warmup" which warms up caches
in order to prepare the application for the first ... -
17:07 Revision d92f85da: [FEATURE] Use ACLs and common interface for set file permissions
- This enhances the set file permissions script to use ACLs if supported
by the file system and operating system. The a... -
11:03 Revision aeb247e6: [BUGIFX] Fix table name inference for packages without vendor name
- The current way of guessing the table name for Doctrine metadata
was fixed to a specific package naming. Multiple ven...
2011-07-24
-
11:20 Revision 7b9b205a: [BUGFIX] Allow command controllers in packages without vendor name
- Change-Id: I9e49719b8aeb4085f4a8d9a988c5d69632e7cdfb
Also available in: Atom