-
k-fish
2010-01-28 16:53
#42
Rev.: 3783
-
153 lines of code changed in 9 files:
-
Classes/Persistence:
Query.php (+47 -29),
QueryInterface.php (+34)
-
Classes/Persistence/Backend/GenericPdo:
Backend.php (+61 -33)
-
Classes/Persistence/QOM:
Comparison.php (+6 -17),
LogicalAnd.php (-12),
LogicalNot.php (-11),
LogicalOr.php (-12),
Operand.php (-10),
QueryObjectModelFactory.php (+5 -94)
-
k-fish
2010-01-27 18:32
#41
Rev.: 3769
-
353 lines of code changed in 11 files:
-
Classes/Core:
Bootstrap.php (+1 -1)
-
Classes/Monitor:
FileMonitor.php (+6 -6)
-
Classes/Persistence/Backend:
AbstractBackend.php (+56)
-
Classes/Persistence/Backend/GenericPdo:
Backend.php (+53 -38)
-
Classes/Resource:
ResourceManager.php (+60 -5),
ResourceObjectConverter.php (+26 -15)
-
Configuration:
Objects.yaml (+9 -1),
SignalsSlots.yaml (+6 -2)
-
Tests/Unit/MVC/Controller:
ArgumentsTest.php (+61 -41)
-
Tests/Unit/Persistence/Backend/GenericPdo:
BackendTest.php (+71 -77)
-
Tests/Unit/Resource:
ResourceManagerTest.php (+4)
-
robert
2010-01-26 10:54
#40
Rev.: 3758
-
559 lines of code changed in 20 files:
-
Classes/AOP:
Framework.php (+11 -14)
-
Classes/Cache/Backend:
FileBackend.php (+77 -136),
PhpCapableBackendInterface.php (new 46)
-
Classes/Cache/Frontend:
PhpFrontend.php (new 80)
-
Classes/Log/Backend:
FileBackend.php (+1 -1)
-
Classes/MVC/CLI:
RequestBuilder.php (+1 -1)
-
Classes/MVC/Web/Routing:
DynamicRoutePart.php (+1 -1),
Route.php (+1 -1),
StaticRoutePart.php (+4 -3)
-
Classes/Property/DataType:
Uri.php (+1 -1)
-
Classes/Resource:
ResourceManager.php (+4 -4)
-
Classes/Resource/Publishing:
ResourcePublisher.php (+1 -2)
-
Classes/Utility:
Files.php (+6 -5)
-
Classes/Validation/Validator:
StringLengthValidator.php (+1 -1)
-
Configuration:
Caches.yaml (+3 -2),
Objects.yaml (+6 -4)
-
Resources/Private/AOP:
AOPProxyClassTemplate.php (+1)
-
Tests/Unit/Cache/Backend:
FileBackendTest.php (+228 -349)
-
Tests/Unit/Cache/Frontend:
PhpFrontendTest.php (new 85)
-
Tests/Unit/MVC/Web/Routing:
RouteTest.php (+1 -1)
-
k-fish
2010-01-25 19:10
#39
Rev.: 3757
-
40 lines of code changed in 3 files:
-
Classes/Property:
PropertyMapper.php (+6 -3)
-
Classes/Resource:
ResourceObjectConverter.php (+5 -4)
-
Classes/Utility:
Files.php (+29)
-
k-fish
2010-01-25 17:30
#38
Rev.: 3756
-
2 lines of code changed in 1 file:
-
Classes/Property:
PropertyMapper.php (+2 -1)
-
k-fish
2010-01-22 17:29
#37
Rev.: 3754
-
3 lines of code changed in 2 files:
-
Classes/Package:
Package.php (+1 -1)
-
Classes/Reflection:
ReflectionService.php (+2 -1)
-
k-fish
2010-01-22 10:49
#36
Rev.: 3749
-
1 lines of code changed in 1 file:
-
Scripts:
FLOW3.php (+1 -1)
-
k-fish
2010-01-21 21:29
#35
Rev.: 3746
-
287 lines of code changed in 17 files:
-
Classes/Persistence:
Repository.php (+3 -3)
-
Classes/Persistence/Aspect:
DirtyMonitoringAspect.php (+1 -1)
-
Classes/Persistence/Backend:
AbstractSqlBackend.php (+1 -1)
-
Classes/Persistence/Backend/GenericPdo:
Backend.php (+2 -2),
DataMapper.php (+1 -1)
-
Classes/Property:
PropertyMapper.php (+21 -14)
-
Classes/Reflection:
ClassSchema.php (+15 -44),
ObjectAccess.php (+49 -20),
ReflectionService.php (+9 -2)
-
Classes/Utility:
TypeHandling.php (new 90)
-
Tests/Unit/Fixtures:
ClassWithSetters.php (-4)
-
Tests/Unit/Property:
PropertyMapperTest.php (+9 -7)
-
Tests/Unit/Reflection:
ClassSchemaTest.php (+44 -1),
ObjectAccessTest.php (+16 -6),
ReflectionServiceTest.php (+25)
-
Tests/Unit/Reflection/Fixture:
DummyClassWithGettersAndSetters.php (+1 -1)
-
k-fish
2010-01-21 11:31
#34
Rev.: 3743
-
53 lines of code changed in 1 file:
-
Documentation/Manual/DocBook/en:
PackageManager.xml (+53 -4)
-
k-fish
2010-01-21 10:48
#33
Rev.: 3742
-
1 lines of code changed in 1 file:
-
Scripts:
FLOW3.php (+1 -1)
-
k-fish
2010-01-20 21:10
#32
Rev.: 3739
-
70 lines of code changed in 4 files:
-
Classes/Reflection:
ObjectAccess.php (+12 -9)
-
Classes/Validation/Validator:
GenericObjectValidator.php (+9 -2)
-
Tests/Unit/Reflection:
ObjectAccessTest.php (+19 -6)
-
Tests/Unit/Validation/Validator:
GenericObjectValidatorTest.php (+30 -11)
-
k-fish
2010-01-20 18:55
#31
Rev.: 3738
-
379 lines of code changed in 5 files:
-
Classes/Reflection:
PropertyReflection.php (-5)
-
Tests/Unit/Reflection:
ClassReflectionTest.php (new 135),
MethodReflectionTest.php (new 60),
ParameterReflectionTest.php (new 57),
PropertyReflectionTest.php (new 127)
-
k-fish
2010-01-20 15:56
#30
Rev.: 3735
-
19 lines of code changed in 1 file:
-
Tests/Unit/Persistence/Backend:
AbstractBackendTest.php (+19 -19)
-
k-fish
2010-01-20 14:38
#29
Rev.: 3734
-
3070 lines of code changed in 12 files:
-
Classes/Persistence:
BackendInterface.php (+41 -7),
DataMapper.php (del),
DataMapperInterface.php (new 55),
PersistenceManager.php (+6 -6),
Query.php (+4 -4)
-
Classes/Persistence/Backend/GenericPdo:
Backend.php (new 878),
DataMapper.php (new 267)
-
Tests/Unit/Persistence:
DataMapperTest.php (del)
-
Tests/Unit/Persistence/Backend/GenericPdo:
BackendTest.php (new 1473),
DataMapperTest.php (new 344)
-
Tests/Unit/Persistence/Fixture:
AValue.php (+1 -1),
AnEntity.php (+1 -1)
-
k-fish
2010-01-20 11:56
#28
Rev.: 3731
-
7 lines of code changed in 3 files:
-
Classes/Validation/Validator:
EmailAddressValidator.php (+2 -3)
-
Tests/Unit/Validation/Validator:
EmailAddressValidatorTest.php (new)
-
k-fish
2010-01-20 10:58
#27
Rev.: 3730
-
1 lines of code changed in 1 file:
-
Classes/Persistence/Backend:
PdoBackend.php (+1 -1)
-
k-fish
2010-01-19 16:05
#26
Rev.: 3690
-
1 lines of code changed in 1 file:
-
Meta:
Package.xml (+1 -1)
-
Repository Tag: 1.0.0-alpha7
-
robert
2010-01-19 15:56
#25
Rev.: 3684
-
16 lines of code changed in 2 files:
-
Classes/MVC:
Request.php (+4 -2)
-
Tests/Unit/MVC:
RequestTest.php (+12)
-
k-fish
2010-01-19 14:22
#24
Rev.: 3683
-
2 lines of code changed in 1 file:
-
Classes/Persistence/Backend:
PdoBackend.php (+2 -2)
-
robert
2010-01-19 10:14
#23
Rev.: 3682
-
2 lines of code changed in 2 files:
-
Classes/Resource:
ResourceManager.php (+1 -1)
-
Tests/Unit/Resource:
ResourceManagerTest.php (+1 -1)
-
k-fish
2010-01-18 19:59
#22
Rev.: 3669
-
12 lines of code changed in 1 file:
-
Tests/Unit/MVC:
RequestTest.php (+12)
-
k-fish
2010-01-18 19:49
#21
Rev.: 3668
-
7 lines of code changed in 1 file:
-
Classes/MVC:
Request.php (+7 -1)
-
robert
2010-01-18 18:03
#20
Rev.: 3666
-
68 lines of code changed in 1 file:
-
Documentation/Manual/DocBook/en:
AppendixCodingGuidelines.xml (+68 -95)
-
k-fish
2010-01-18 17:39
#19
Rev.: 3665
-
11 lines of code changed in 1 file:
-
Classes/Persistence/Backend:
PdoBackend.php (+11 -9)
-
k-fish
2010-01-18 11:33
#18
Rev.: 3658
-
23 lines of code changed in 2 files:
-
Classes/Reflection:
ObjectAccess.php (+14 -9)
-
Tests/Unit/Reflection:
ObjectAccessTest.php (+9)
-
k-fish
2010-01-18 10:31
#17
Rev.: 3656
-
28 lines of code changed in 2 files:
-
Documentation/Manual/DocBook/en:
ObjectFramework.xml (+14 -14),
SecurityFramework.xml (+14 -13)
-
robert
2010-01-18 10:28
#16
Rev.: 3655
-
7 lines of code changed in 1 file:
-
Documentation/Manual/DocBook/en:
ResourceManagement.xml (+7 -7)
-
k-fish
2010-01-18 10:10
#15
Rev.: 3653
-
42 lines of code changed in 2 files:
-
Classes/Persistence/Backend:
PdoBackend.php (+12 -4)
-
Tests/Unit/Persistence/Backend:
PdoBackendTest.php (+30)
-
k-fish
2010-01-15 18:47
#14
Rev.: 3649
-
0 lines of code changed in 1 file:
-
Scripts:
migratepersistence.php (new)
-
robert
2010-01-15 17:01
#13
Rev.: 3646
-
50 lines of code changed in 1 file:
-
Scripts:
migrateclassnames.php (+50 -44)
-
robert
2010-01-15 15:49
#12
Rev.: 3644
-
11 lines of code changed in 11 files:
-
Classes/Configuration/Source:
YamlSource.php (+1 -1)
-
Classes/Security/Authorization/Voter:
Acl.php (+1 -1)
-
Classes/Security/Channel:
HttpsInterceptor.php (+1 -1)
-
Classes/Security/Cryptography:
OpenSslRsaKey.php (+1 -1),
RsaWalletServiceInterface.php (+1 -1),
RsaWalletServicePhp.php (+1 -1)
-
Classes/Session:
PhpSession.php (+1 -1)
-
Classes/Validation/Validator:
UuidValidator.php (+1 -1)
-
Tests/Unit/Configuration/Source:
YamlSourceTest.php (+1 -1)
-
Tests/Unit/Security/Cryptography:
RsaWalletServicePhpTest.php (+1 -1)
-
Tests/Unit/Validation/Validator:
UuidValidatorTest.php (+1 -1)
-
robert
2010-01-15 15:38
#11
Rev.: 3643
-
17681 lines of code changed in 400 files:
-
Classes/AOP:
Framework.php (+8 -8),
JoinPoint.php (+1 -1)
-
Classes/AOP/Advice:
AfterAdvice.php (+3 -3),
AfterReturningAdvice.php (+3 -3),
AfterThrowingAdvice.php (+3 -3),
AroundAdvice.php (+3 -3),
BeforeAdvice.php (+3 -3)
-
Classes/AOP/Builder:
AbstractMethodInterceptorBuilder.php (+3 -3),
ProxyClassBuilder.php (+4 -4)
-
Classes/AOP/Exception:
CircularPointcutReferenceException.php (new 36),
InvalidArgumentException.php (new 36),
InvalidConstructorSignatureException.php (new 36),
InvalidPointcutExpressionException.php (new 36),
InvalidTargetClassException.php (new 36),
UnknownPointcutException.php (new 35)
-
Classes/AOP/Pointcut:
Pointcut.php (+2 -2),
PointcutClassNameFilter.php (+3 -3),
PointcutClassTaggedWithFilter.php (+3 -3),
PointcutClassTypeFilter.php (+3 -3),
PointcutExpressionParser.php (+21 -21),
PointcutFilter.php (+1 -1),
PointcutMethodNameFilter.php (+4 -4),
PointcutMethodTaggedWithFilter.php (+3 -3),
PointcutSettingFilter.php (+5 -5)
-
Classes/Cache:
CacheFactory.php (new 106),
CacheManager.php (new 199)
-
Classes/Cache/Backend:
ApcBackend.php (+2 -2),
BackendInterface.php (+1 -1),
FileBackend.php (+1 -1),
MemcachedBackend.php (+2 -2),
PdoBackend.php (+5 -5),
TransientMemoryBackend.php (+1 -1)
-
Classes/Cache/Controller:
CacheManagerController.php (new 64)
-
Classes/Cache/Exception:
ClassAlreadyLoadedException.php (new 35),
DuplicateIdentifierException.php (new 35),
InvalidBackendException.php (new 35),
InvalidCacheException.php (new 35),
InvalidDataException.php (new 35),
NoSuchCacheException.php (new 35)
-
Classes/Cache/Frontend:
StringFrontend.php (+1 -1)
-
Classes/Configuration:
ConfigurationManager.php (new 443)
-
Classes/Configuration/Exception:
ContainerIsLockedException.php (new 36),
InvalidConfigurationTypeException.php (new 36),
NoSuchFileException.php (new 36),
NoSuchOptionException.php (new 36),
ParseErrorException.php (new 36)
-
Classes/Configuration/Source:
SourceInterface.php (+1 -1),
YamlSource.php (new 97)
-
Classes/Core:
Bootstrap.php (+24 -24)
-
Classes/Locale:
Locale.php (+1 -1),
Service.php (+3 -3)
-
Classes/Locale/Exception:
InvalidLocaleIdentifierException.php (new 36)
-
Classes/Log:
Logger.php (+2 -2),
LoggerFactory.php (+3 -3),
LoggerInterface.php (+1 -1)
-
Classes/Log/Backend:
FileBackend.php (+3 -3)
-
Classes/Log/Exception:
CouldNotOpenResourceException.php (new 35),
InvalidBackendException.php (new 35),
NoSuchBackendException.php (new 35)
-
Classes/MVC:
Dispatcher.php (+13 -13),
Request.php (+15 -15),
RequestHandlerResolver.php (+6 -6),
RequestInterface.php (+4 -4)
-
Classes/MVC/CLI:
RequestBuilder.php (+6 -6),
RequestHandler.php (+3 -3)
-
Classes/MVC/Controller:
AbstractController.php (+23 -23),
ActionController.php (+8 -8),
Argument.php (+15 -15),
Arguments.php (+7 -7),
Context.php (new 154),
ControllerContext.php (del),
ControllerInterface.php (+1 -1),
RESTController.php (+1 -1)
-
Classes/MVC/Controller/Exception:
InactivePackageException.php (new 36),
InvalidControllerException.php (new 36),
InvalidPackageException.php (new 36)
-
Classes/MVC/Exception:
InfiniteLoopException.php (new 34),
InvalidActionNameException.php (new 34),
InvalidArgumentNameException.php (new 35),
InvalidArgumentTypeException.php (new 36),
InvalidArgumentValueException.php (new 36),
InvalidControllerException.php (new 35),
InvalidControllerNameException.php (new 35),
InvalidFormatException.php (new 36),
InvalidMarkerException.php (new 36),
InvalidOrMissingRequestHashException.php (new 36),
InvalidPackageKeyException.php (new 36),
InvalidPartException.php (new 36),
InvalidRequestMethodException.php (new 35),
InvalidRequestTypeException.php (new 35),
InvalidRoutePartHandlerException.php (new 36),
InvalidTemplateResourceException.php (new 36),
InvalidUriPatternException.php (new 36),
NoSuchActionException.php (new 34),
NoSuchArgumentException.php (new 35),
NoSuchControllerException.php (new 35),
StopActionException.php (new 41),
UnsupportedRequestTypeException.php (new 35)
-
Classes/MVC/View:
AbstractView.php (+10 -10),
ViewInterface.php (+2 -2)
-
Classes/MVC/Web:
Request.php (+2 -2),
RequestBuilder.php (+7 -7),
RequestHandler.php (+3 -3)
-
Classes/MVC/Web/Routing:
Route.php (+16 -16),
Router.php (+6 -6)
-
Classes/Object:
ClassFileManipulator.php (+3 -3),
ObjectBuilder.php (new 444),
ObjectFactory.php (new 135),
ObjectFactoryInterface.php (new 48),
ObjectManager.php (new 690),
ObjectManagerInterface.php (new 200),
ObjectSerializer.php (+12 -12),
SessionRegistry.php (+4 -4),
TransientRegistry.php (+3 -3)
-
Classes/Object/Configuration:
Configuration.php (+1 -1),
ConfigurationBuilder.php (+5 -5)
-
Classes/Object/Exception:
CannotBuildObjectException.php (new 36),
CannotReconstituteObjectException.php (new 36),
InvalidClassException.php (new 36),
InvalidObjectConfigurationException.php (new 35),
InvalidObjectException.php (new 36),
InvalidObjectNameException.php (new 36),
ObjectAlreadyRegisteredException.php (new 36),
UnknownClassException.php (new 36),
UnknownInterfaceException.php (new 36),
UnknownObjectException.php (new 36),
UnresolvedDependenciesException.php (new 36),
WrongScopeException.php (new 36)
-
Classes/Package:
Documentation.php (+3 -3),
Package.php (+8 -8),
PackageManager.php (new 394),
PackageManagerInterface.php (new 139)
-
Classes/Package/Controller:
PackageManagerController.php (new 194)
-
Classes/Package/Documentation:
Format.php (+3 -3)
-
Classes/Package/Exception:
DuplicatePackageException.php (new 35),
InvalidPackageKeyException.php (new 36),
InvalidPackagePathException.php (new 35),
InvalidPackageStateException.php (new 36),
PackageKeyAlreadyExistsException.php (new 35),
ProtectedPackageKeyException.php (new 35),
UnknownPackageException.php (new 35)
-
Classes/Persistence:
DataMapper.php (+9 -9),
PersistenceManager.php (new 261),
PersistenceManagerInterface.php (new 106),
Query.php (+6 -6),
QueryFactory.php (+3 -3),
Repository.php (+11 -11)
-
Classes/Persistence/Aspect:
DirtyMonitoringAspect.php (new 258)
-
Classes/Persistence/Backend:
AbstractBackend.php (+7 -7),
PdoBackend.php (+3 -3)
-
Classes/Persistence/Exception:
IllegalObjectTypeException.php (new 35),
MissingBackendException.php (new 35),
TooDirtyException.php (new 35),
UnexpectedTypeException.php (new 36),
UnknownObjectException.php (new 35)
-
Classes/Persistence/QOM:
QueryObjectModelFactory.php (+3 -3)
-
Classes/Property:
PropertyMapper.php (+13 -13)
-
Classes/Property/Exception:
FormatNotSupportedException.php (new 35),
InvalidDataTypeException.php (new 36),
InvalidFormatException.php (new 35),
InvalidPropertyException.php (new 36),
InvalidSourceException.php (new 35),
InvalidTargetException.php (new 35),
TargetNotFoundException.php (new 35)
-
Classes/Reflection:
ClassSchema.php (+2 -2),
ReflectionService.php (new 1099)
-
Classes/Reflection/Exception:
InvalidPropertyTypeException.php (new 35),
UnknownClassException.php (new 35)
-
Classes/Resource:
ResourceManager.php (+6 -6),
ResourceObjectConverter.php (+3 -3)
-
Classes/Resource/Streams:
PackageResourceStreamWrapper.php (+6 -6),
StreamWrapperAdapter.php (+3 -3)
-
Classes/Security:
ContextHolderInterface.php (+1 -1),
ContextHolderSession.php (+11 -11),
RequestPatternResolver.php (+5 -5)
-
Classes/Security/ACL:
PolicyExpressionParser.php (+5 -5),
PolicyService.php (+7 -7)
-
Classes/Security/Aspect:
LoggingAspect.php (+6 -6),
RequestDispatchingAspect.php (+1 -1)
-
Classes/Security/Authentication:
AuthenticationManagerInterface.php (new 76),
AuthenticationProviderInterface.php (new 70),
AuthenticationProviderManager.php (new 243),
AuthenticationProviderResolver.php (new 68),
EntryPointResolver.php (+5 -5),
TokenInterface.php (+1 -1)
-
Classes/Security/Authentication/Controller:
AuthenticationController.php (+3 -3)
-
Classes/Security/Authentication/EntryPoint:
WebRedirect.php (+2 -2)
-
Classes/Security/Authentication/Provider:
PersistedUsernamePasswordProvider.php (new 123)
-
Classes/Security/Authentication/Token:
UsernamePassword.php (+6 -6)
-
Classes/Security/Authorization:
AccessDecisionManagerInterface.php (+2 -2),
AccessDecisionVoterInterface.php (+2 -2),
AccessDecisionVoterManager.php (+10 -10),
AfterInvocationManagerInterface.php (+1 -1),
AfterInvocationProcessorInterface.php (+1 -1),
AfterInvocationProcessorManager.php (+1 -1),
FilterFirewall.php (+5 -5),
InterceptorResolver.php (+5 -5)
-
Classes/Security/Authorization/Interceptor:
AccessDeny.php (+2 -2),
PolicyEnforcement.php (+3 -3),
RequireAuthentication.php (+3 -3)
-
Classes/Security/Authorization/Voter:
AccessDeny.php (+2 -2),
AccessGrant.php (+2 -2),
Acl.php (new 99)
-
Classes/Security/Channel:
HttpsInterceptor.php (new 67),
RequestHashService.php (+4 -4)
-
Classes/Security/Cryptography:
HashService.php (+3 -3),
OpenSslRsaKey.php (new 77),
RsaWalletServiceInterface.php (new 96),
RsaWalletServicePhp.php (new 278)
-
Classes/Security/Exception:
AccessDeniedException.php (new 36),
AuthenticationRequiredException.php (new 35),
CircularResourceDefinitionDetectedException.php (new 35),
DecryptionNotAllowedException.php (new 35),
InvalidArgumentForHashGenerationException.php (new 35),
InvalidArgumentForRequestHashGenerationException.php (new 35),
InvalidAuthenticationProviderException.php (new 36),
InvalidAuthenticationStatusException.php (new 35),
InvalidKeyPairIdException.php (new 35),
MissingConfigurationException.php (new 35),
NoAuthenticationProviderFoundException.php (new 35),
NoContextAvailableException.php (new 35),
NoEntryInPolicyException.php (new 35),
NoEntryPointFoundException.php (new 35),
NoInterceptorFoundException.php (new 35),
NoRequestPatternFoundException.php (new 35),
OperationNotPermittedException.php (new 35),
RequestTypeNotSupportedException.php (new 35),
SyntacticallyWrongRequestHashException.php (new 35),
UnsupportedAuthenticationTokenException.php (new 36),
VoterNotFoundException.php (new 36)
-
Classes/Security/RequestPattern:
ControllerObjectName.php (+1 -1),
IpAddressRange.php (+1 -1),
Uri.php (+2 -2)
-
Classes/Session:
PhpSession.php (new 198),
SessionInterface.php (+5 -5),
TransientSession.php (+10 -10)
-
Classes/Session/Exception:
DataNotSerializeableException.php (new 35),
SessionAutostartIsEnabledException.php (new 35),
SessionNotStartedException.php (new 35)
-
Classes/SignalSlot:
Dispatcher.php (+6 -6)
-
Classes/SignalSlot/Exception:
InvalidSlotException.php (new 36)
-
Classes/Validation:
ValidatorResolver.php (+9 -9)
-
Classes/Validation/Exception:
InvalidSubjectException.php (new 36),
InvalidValidationConfigurationException.php (new 36),
InvalidValidationOptionsException.php (new 36),
NoSuchFilterException.php (new 36),
NoSuchValidatorException.php (new 36)
-
Classes/Validation/Validator:
AbstractCompositeValidator.php (+1 -1),
AbstractValidator.php (+3 -3),
AlphanumericValidator.php (+1 -1),
StringLengthValidator.php (+3 -3),
UuidValidator.php (new 59)
-
Configuration:
Objects.yaml (+36 -36),
Settings.yaml (+3 -3)
-
Documentation/Manual/DocBook/en:
AppendixCodingGuidelines.xml (+7 -7),
ConfigurationFramework.xml (+5 -5),
MVCFramework.xml (+1 -1),
ObjectFramework.xml (+10 -10),
SecurityFramework.xml (+4 -4)
-
Resources/Private/AOP:
AOPProxyClassTemplate.php (+2 -2)
-
Scripts:
migrateclassnames.php (new 264)
-
Tests/Unit/AOP:
FrameworkTest.php (+6 -6)
-
Tests/Unit/AOP/Builder:
AbstractMethodInterceptorBuilderTest.php (+5 -5),
AdvicedConstructorInterceptorBuilderTest.php (+1 -1),
AdvicedMethodInterceptorBuilderTest.php (+2 -2),
EmptyConstructorInterceptorBuilderTest.php (+1 -1),
EmptyMethodInterceptorBuilderTest.php (new),
ProxyClassBuilderTest.php (+6 -6)
-
Tests/Unit/AOP/Pointcut:
PointcutClassNameFilterTest.php (+3 -3),
PointcutClassTaggedWithFilterTest.php (+1 -1),
PointcutClassTypeFilterTest.php (new),
PointcutExpressionParserTest.php (+8 -8),
PointcutFilterTest.php (new),
PointcutMethodNameFilterTest.php (+3 -3),
PointcutMethodTaggedWithFilterTest.php (+1 -1),
PointcutSettingFilterTest.php (+19 -19),
PointcutTest.php (+1 -1)
-
Tests/Unit/Cache:
CacheFactoryTest.php (new 121),
CacheManagerTest.php (new 171)
-
Tests/Unit/Cache/Backend:
FileBackendTest.php (+1 -1)
-
Tests/Unit/Cache/Frontend:
StringFrontendTest.php (new)
-
Tests/Unit/Configuration:
ConfigurationManagerTest.php (new 546)
-
Tests/Unit/Configuration/Source:
YamlSourceTest.php (new 96)
-
Tests/Unit/Locale:
LocaleTest.php (new)
-
Tests/Unit/Log:
LoggerTest.php (+1 -1)
-
Tests/Unit/Log/Backend:
FileBackendTest.php (+1 -1)
-
Tests/Unit/MVC:
DispatcherTest.php (+10 -10),
RequestHandlerResolverTest.php (new),
RequestTest.php (+8 -8)
-
Tests/Unit/MVC/CLI:
RequestBuilderTest.php (+3 -3)
-
Tests/Unit/MVC/Controller:
AbstractControllerTest.php (+12 -12),
ActionControllerTest.php (+18 -18),
ArgumentTest.php (+8 -8),
ArgumentsTest.php (+1 -1),
ArgumentsValidatorTest.php (new),
RESTControllerTest.php (+4 -4)
-
Tests/Unit/MVC/View:
AbstractViewTest.php (+3 -3),
EmptyViewTest.php (+6 -6),
NotFoundViewTest.php (+11 -11),
StandardViewTest.php (+8 -8)
-
Tests/Unit/MVC/Web:
RequestBuilderTest.php (+3 -3),
RequestHandlerTest.php (new),
RequestTest.php (+1 -1)
-
Tests/Unit/MVC/Web/Routing:
RouteTest.php (+15 -15),
RouterTest.php (+1 -1)
-
Tests/Unit/Object:
ObjectBuilderTest.php (new 820),
ObjectFactoryTest.php (new 154),
ObjectManagerTest.php (new 1196),
ObjectSerializerTest.php (+24 -24),
SessionRegistryTest.php (+4 -4)
-
Tests/Unit/Object/Configuration:
ConfigurationBuilderTest.php (+1 -1),
ConfigurationTest.php (new)
-
Tests/Unit/Object/Fixture:
ClassWithSetterAndPropertyInjection.php (+2 -2),
ReconstitutableClassWithSimpleProperties.php (+1 -1)
-
Tests/Unit/Package:
DocumentationTest.php (new),
PackageManagerTest.php (new 481),
PackageTest.php (+5 -5)
-
Tests/Unit/Package/Controller:
PackageManagerControllerTest.php (new 94)
-
Tests/Unit/Persistence:
DataMapperTest.php (+3 -3),
PersistenceManagerTest.php (new 173),
RepositoryTest.php (+11 -11)
-
Tests/Unit/Persistence/Aspect:
DirtyMonitoringAspectTest.php (new 364)
-
Tests/Unit/Persistence/Backend:
AbstractBackendTest.php (+2 -2),
PdoBackendTest.php (+1 -1)
-
Tests/Unit/Property:
PropertyMapperTest.php (+6 -6)
-
Tests/Unit/Reflection:
ClassSchemaTest.php (+1 -1),
ReflectionServiceTest.php (new 783)
-
Tests/Unit/Resource:
ResourceManagerTest.php (+3 -3)
-
Tests/Unit/Security:
ContextHolderSessionTest.php (+8 -8),
RequestPatternResolverTest.php (new)
-
Tests/Unit/Security/ACL:
PolicyExpressionParserTest.php (+8 -8)
-
Tests/Unit/Security/Aspect:
RequestDispatchingAspectTest.php (+4 -4)
-
Tests/Unit/Security/Authentication:
AuthenticationProviderManagerTest.php (new 393),
AuthenticationProviderResolverTest.php (new 83),
EntryPointResolverTest.php (new)
-
Tests/Unit/Security/Authentication/Controller:
AuthenticationControllerTest.php (new)
-
Tests/Unit/Security/Authentication/EntryPoint:
WebRedirectTest.php (+2 -2)
-
Tests/Unit/Security/Authentication/Provider:
PersistedUsernamePasswordProviderTest.php (new 119)
-
Tests/Unit/Security/Authentication/Token:
UsernamePasswordTest.php (+3 -3)
-
Tests/Unit/Security/Authorization:
AccessDecisionVoterManagerTest.php (new),
FilterFirewallTest.php (new),
InterceptorResolverTest.php (+4 -4)
-
Tests/Unit/Security/Authorization/Interceptor:
PolicyEnforcementTest.php (new),
RequireAuthenticationTest.php (+1 -1)
-
Tests/Unit/Security/Authorization/Voter:
AclVoterTest.php (new 253)
-
Tests/Unit/Security/Channel:
RequestHashServiceTest.php (+2 -2)
-
Tests/Unit/Security/Cryptography:
HashServiceTest.php (+1 -1),
RsaWalletServicePhpTest.php (new 206)
-
Tests/Unit/Security/RequestPattern:
UriTest.php (+1 -1)
-
Tests/Unit/Session:
TransientSessionTest.php (+1 -1)
-
Tests/Unit/SignalSlot:
DispatcherTest.php (+7 -7)
-
Tests/Unit/Validation:
ValidatorResolverTest.php (+16 -16)
-
Tests/Unit/Validation/Validator:
ConjunctionValidatorTest.php (+1 -1),
GenericObjectValidatorTest.php (new),
StringLengthValidatorTest.php (new),
UuidValidatorTest.php (new 74)
-
robert
2010-01-15 12:04
#10
Rev.: 3642
-
4 lines of code changed in 1 file:
-
Classes/Utility:
Files.php (+4 -3)
-
k-fish
2010-01-15 10:57
#9
Rev.: 3640
-
2 lines of code changed in 1 file:
-
Classes/Persistence:
DataMapper.php (+2 -2)
-
k-fish
2010-01-15 10:31
#8
Rev.: 3636
-
3 lines of code changed in 1 file:
-
Tests/Unit/MVC/Web/Routing:
RouterTest.php (+3)
-
k-fish
2010-01-14 21:24
#7
Rev.: 3635
-
18 lines of code changed in 1 file:
-
Tests/Unit/MVC/Web/Routing:
RouterTest.php (+18 -18)
-
robert
2010-01-14 17:57
#6
Rev.: 3634
-
4 lines of code changed in 2 files:
-
Classes/MVC:
Request.php (+3 -1)
-
Classes/MVC/Web/Routing:
Router.php (+1)
-
k-fish
2010-01-14 17:42
#5
Rev.: 3633
-
32 lines of code changed in 4 files:
-
Classes/MVC/Web/Routing:
Router.php (+7 -5)
-
Classes/Persistence:
DataMapper.php (+16 -5)
-
Classes/Persistence/Backend:
AbstractBackend.php (+1 -1),
PdoBackend.php (+8 -3)
-
k-fish
2010-01-13 17:48
#4
Rev.: 3618
-
8 lines of code changed in 3 files:
-
Classes/Persistence:
Manager.php (+3),
ManagerInterface.php (+3)
-
Classes/Persistence/Backend:
PdoBackend.php (+2 -1)
-
k-fish
2010-01-13 17:30
#3
Rev.: 3616
-
6757 lines of code changed in 57 files:
-
Classes/Core:
Bootstrap.php (+2 -4)
-
Classes/MVC/Controller:
Argument.php (+1 -1)
-
Classes/MVC/Web/Routing:
Route.php (+1 -1)
-
Classes/Object:
ObjectSerializer.php (+6 -26)
-
Classes/Persistence:
BackendInterface.php (+5 -34),
DataMapper.php (new 255),
Manager.php (+108 -19),
ManagerInterface.php (+38),
Query.php (new 471),
QueryFactory.php (new 63),
QueryInterface.php (+42 -9),
Repository.php (+26 -20),
Session.php (+81 -1)
-
Classes/Persistence/Aspect:
DirtyMonitoring.php (+70 -7),
DirtyMonitoringInterface.php (+5 -1)
-
Classes/Persistence/Backend:
AbstractBackend.php (new 284),
AbstractSqlBackend.php (new 124),
PdoBackend.php (new 863)
-
Classes/Persistence/Exception:
UnexpectedType.php (new 36)
-
Classes/Persistence/QOM:
BindVariableValue.php (new 75),
Comparison.php (new 151),
Constraint.php (new 35),
DynamicOperand.php (new 36),
Literal.php (new 58),
LogicalAnd.php (new 94),
LogicalNot.php (new 74),
LogicalOr.php (new 96),
LowerCase.php (new 68),
Operand.php (new 46),
Ordering.php (new 75),
PropertyValue.php (new 89),
QueryObjectModel.php (new 114),
QueryObjectModelFactory.php (new 230),
Selector.php (new 85),
StaticOperand.php (new 38),
UpperCase.php (new 68)
-
Classes/Property:
PropertyMapper.php (+2 -2)
-
Configuration:
Settings.yaml (+57 -51)
-
Resources/Private/Persistence/SQL:
DDL.sql (new 39)
-
Tests/Unit/Cache/Backend:
PdoBackendTest.php (-2)
-
Tests/Unit/MVC/Controller:
ArgumentTest.php (+5 -9)
-
Tests/Unit/MVC/Web/Routing:
RouteTest.php (+8 -11)
-
Tests/Unit/Object:
ObjectSerializerTest.php (new)
-
Tests/Unit/Persistence:
DataMapperTest.php (new 344),
ManagerTest.php (+17 -14),
RepositoryTest.php (+34 -22),
SessionTest.php (+75)
-
Tests/Unit/Persistence/Aspect:
DirtyMonitoringTest.php (+172 -10)
-
Tests/Unit/Persistence/Backend:
AbstractBackendTest.php (new 353),
PdoBackendTest.php (new 1443)
-
Tests/Unit/Persistence/Fixture:
AValue.php (new 107),
AnEntity.php (new 175)
-
Tests/Unit/Property:
PropertyMapperTest.php (+3 -7)
-
k-fish
2010-01-13 17:13
#2
Rev.: 3615
-
3 lines of code changed in 3 files:
-
Classes/Resource/Publishing:
AbstractResourcePublishingTarget.php (+1 -1),
ResourcePublisher.php (+1 -1)
-
Classes/Utility:
Arrays.php (+1 -1)
-
robert
2010-01-13 13:50
#1
Rev.: 3606
-
31 lines of code changed in 9 files:
-
Classes/Configuration:
Manager.php (+1 -1)
-
Classes/MVC:
Request.php (+4 -6)
-
Classes/MVC/Controller:
ActionController.php (+2)
-
Classes/Reflection:
ObjectAccess.php (+12 -11)
-
Classes/Security/Authentication:
ManagerInterface.php (+3 -2)
-
Classes/Security/Cryptography:
HashService.php (-2),
OpenSSLRSAKey.php (+1 -1)
-
Documentation/Manual/DocBook/en:
AOPFramework.xml (+6 -6),
Index.xml (+2)