FLOW3 Developers: networkteam_hlubek

Login name:
networkteam_hlubek
Total Commits:
103 (0.5%)
Lines of Code:
3,159 (0.5%)
Most Recent Commit:
2010-06-29 18:02
Tweet this:
Tweet this

Activity by Clock Time

Activity by Hour of Day for networkteam_hlubek

Activity by Day of Week for networkteam_hlubek

Activity in Directories

Directory Changes Lines of Code Lines per Change
Totals 103 (100.0%) 3159 (100.0%) 30.6
Classes/Validation/Validator/ 8 (7.8%) 471 (14.9%) 58.8
Tests/Package/ 9 (8.7%) 438 (13.9%) 48.6
Classes/MVC/Controller/ 16 (15.5%) 306 (9.7%) 19.1
Classes/Package/ 8 (7.8%) 264 (8.4%) 33.0
Tests/MVC/Controller/ 10 (9.7%) 254 (8.0%) 25.4
Tests/Validation/Validator/ 3 (2.9%) 247 (7.8%) 82.3
Classes/Validation/ 3 (2.9%) 129 (4.1%) 43.0
Classes/Package/Documentation/ 1 (1.0%) 124 (3.9%) 124.0
Tests/Validation/ 3 (2.9%) 107 (3.4%) 35.6
Tests/Package/Controller/ 1 (1.0%) 102 (3.2%) 102.0
Classes/Configuration/Source/ 3 (2.9%) 96 (3.0%) 32.0
Tests/Package/Documentation/ 1 (1.0%) 81 (2.6%) 81.0
Tests/Property/ 2 (1.9%) 76 (2.4%) 38.0
Tests/Configuration/ 1 (1.0%) 62 (2.0%) 62.0
Classes/Configuration/ 1 (1.0%) 60 (1.9%) 60.0
Tests/Configuration/Source/ 2 (1.9%) 45 (1.4%) 22.5
Classes/MVC/ 2 (1.9%) 44 (1.4%) 22.0
Classes/Package/Exception/ 1 (1.0%) 43 (1.4%) 43.0
Tests/Package/Fixtures/XMLWriterTest/ 1 (1.0%) 35 (1.1%) 35.0
Tests/Package/Fixtures/XMLReaderTest/ 1 (1.0%) 35 (1.1%) 35.0
Classes/Property/ 2 (1.9%) 35 (1.1%) 17.5
Classes/MVC/View/ 7 (6.8%) 29 (0.9%) 4.1
Classes/Package/Controller/ 2 (1.9%) 16 (0.5%) 8.0
Classes/Package/MetaData/ 3 (2.9%) 14 (0.4%) 4.6
Classes/MVC/View/Helper/ 3 (2.9%) 14 (0.4%) 4.6
Tests/MVC/Web/ 1 (1.0%) 13 (0.4%) 13.0
Configuration/ 4 (3.9%) 12 (0.4%) 3.0
Classes/ 1 (1.0%) 4 (0.1%) 4.0
Tests/Package/Meta/ 2 (1.9%) 2 (0.1%) 1.0
Tests/Unit/MVC/View/ 1 (1.0%) 1 (0.0%) 1.0

Activity of networkteam_hlubek

Most Recent Commits

networkteam_hlubek 2010-06-29 18:02 Rev.: 4668

[+FEATURE] ExtJS (ExtDirect): Configurable exception information exposure in the Ext Direct RequestHandler
[+BUGFIX] ExtJS (ExtDirect): The RequestHandler will call an ExceptionHandler to log exceptions that occured inside an Ext Direct request
[~TASK] ExtJS (ExtDirect): Extracted some code from RequestHandler to Transaction
[~TASK] FLOW3 (MVC): Removed Whitespace in JsonView

0 lines of code changed in 1 file:

  • Classes/MVC/View: JsonView.php (-1)
networkteam_hlubek 2010-06-09 14:19 Rev.: 4473

[+TASK] Added a general JSON View with configurable serialization, relates to #8059

5 lines of code changed in 2 files:

  • Classes/MVC/View: JsonView.php (new 4)
  • Tests/Unit/MVC/View: JsonViewTest.php (new 1)
networkteam_hlubek 2010-05-14 17:29 Rev.: 4297

[+TASK] TYPO3: Implemented TYPO3 error view and page not found handling for PageController. Resolves #7775.

7 lines of code changed in 1 file:

  • Classes/MVC/View: NotFoundView.php (+7 -2)
networkteam_hlubek 2009-06-29 22:37 Rev.: 2666

[FIX] FLOW3 (MVC): Fixed test for error action that used Arguments object for forward, refs #3790

3 lines of code changed in 1 file:

  • Tests/MVC/Controller: ActionControllerTest.php (+3 -3)
networkteam_hlubek 2009-06-29 22:17 Rev.: 2664

* [FIX] FLOW3 (MVC): Introduced type hint for arguments in forward

1 lines of code changed in 1 file:

  • Classes/MVC/Controller: AbstractController.php (+1 -1)
networkteam_hlubek 2009-06-29 21:53 Rev.: 2662

* [FIX] FLOW3 (MVC): Reintroduced array type hint on redirect that was removed in last commit

1 lines of code changed in 1 file:

  • Classes/MVC/Controller: AbstractController.php (+1 -1)
networkteam_hlubek 2009-06-29 20:31 Rev.: 2659

* [FIX] FLOW3 (MVC): Arguments are reset on each call to processRequest, fixes #3795
* [FIX] FLOW3 (MVC): Fixed wrong type hints in AbstractController and added the param for redirect arguments
* [+FEAT] FLOW3 (MVC): Implemented a generic error action for the ActionController with automatic forwarding to the referrer action and with storage of errors in the request. Resolves #3790

206 lines of code changed in 8 files:

  • Classes/MVC: Request.php (+28), RequestInterface.php (+16)
  • Classes/MVC/Controller: AbstractController.php (+3 -2), ActionController.php (+28), Arguments.php (+14)
  • Tests/MVC/Controller: ActionControllerTest.php (+87 -7), ArgumentsTest.php (+17)
  • Tests/MVC/Web: RequestTest.php (+13)
networkteam_hlubek 2009-06-29 18:56 Rev.: 2658

[FIX] FLOW3 (Validation): ValidatorResolver now accepts namespaced class names in validator annotations. This enables custom validator classes and fixes #3801

13 lines of code changed in 2 files:

  • Classes/Validation: ValidatorResolver.php (+2 -2)
  • Tests/Validation: ValidatorResolverTest.php (+11 -8)
networkteam_hlubek 2009-06-16 22:38 Rev.: 2621

[+FEAT] FLOW3 (MVC): Arguments validator behaves like the generic object validator and creates an ArgumentError with information about the erroneous argument

122 lines of code changed in 3 files:

  • Classes/MVC/Controller: ArgumentError.php (new 53), ArgumentsValidator.php (+19 -3)
  • Tests/MVC/Controller: ArgumentsValidatorTest.php (+50)
networkteam_hlubek 2009-06-10 09:21 Rev.: 2596

[!!!] FLOW3: Packages.yaml configuration renamed to Package.yaml, configuration in single package is no longer indexed with package key
[FEAT] FLOW3 (Configuration): Package state configuration will be handled by a special writable configuration source, resolves #3639
[FEAT] FLOW3 (Package): Active packages will be read from the package states configuration and activation / deactivation updates the configuration, resolves #3639
[FIX] FLOW3 (Configuration): Fixed YAMLSource saving with comment headers

345 lines of code changed in 10 files:

  • Classes: FLOW3.php (+4 -2)
  • Classes/Configuration: Manager.php (+60 -6)
  • Classes/Configuration/Source: YAMLSource.php (+3 -3)
  • Classes/Package: Manager.php (+44 -8)
  • Classes/Package/Controller: ManagerController.php (+3 -3)
  • Classes/Package/Exception: InvalidPackageState.php (new 43)
  • Configuration: Objects.yaml (+1)
  • Tests/Configuration: ManagerTest.php (+62)
  • Tests/Configuration/Source: YAMLSourceTest.php (+5 -3)
  • Tests/Package: ManagerTest.php (+120 -52)
networkteam_hlubek 2009-06-08 23:33 Rev.: 2584

* [+API]?FLOW3 (Configuration): Added new interface for a writable configuration source
* [+FEAT]?FLOW3 (Configuration): YAML configuration source can be written back and the YAMLSource implements the WritableSource interface

133 lines of code changed in 3 files:

  • Classes/Configuration/Source: WritableSourceInterface.php (new 51), YAMLSource.php (+42 -1)
  • Tests/Configuration/Source: YAMLSourceTest.php (+40)
networkteam_hlubek 2009-05-28 08:56 Rev.: 2430

* FLOW3: (Package) More descriptive error message for invalid or empty package state

1 lines of code changed in 1 file:

  • Classes/Package: MetaData.php (+1 -1)
networkteam_hlubek 2009-05-25 10:59 Rev.: 2359

Renamed Meta to MetaData according to the namespace. Fixed error in PackageTest.

6 lines of code changed in 1 file:

  • Tests/Package: PackageTest.php (+6 -3)
networkteam_hlubek 2009-05-24 15:06 Rev.: 2352

* Implemented a Documentation object model for packages
* Renamed file MetaTest to MetaDataTest
* Added new objects to Objects.yaml

Resolves #3435

607 lines of code changed in 8 files:

  • Classes/Package: Documentation.php (new 141), Package.php (+52)
  • Classes/Package/Documentation: Format.php (new 124)
  • Configuration: Objects.yaml (+7)
  • Tests/Package: DocumentationTest.php (new 95), MetaDataTest.php (new 51), PackageTest.php (+56)
  • Tests/Package/Documentation: FormatTest.php (new 81)
networkteam_hlubek 2009-05-24 09:48 Rev.: 2346

* Packages will be created using the object factory
* getPackageMetaDataPath() returns only the path to the Meta directory, so the metadata reader and the tests were adjusted
* Some small code format fixes

Resolves #3434

106 lines of code changed in 10 files:

  • Classes/Package: Manager.php (+2 -2), Package.php (+3 -3)
  • Classes/Package/MetaData: XMLReader.php (+2 -2), XMLWriter.php (+11 -11)
  • Configuration: Objects.yaml (+3)
  • Tests/Package: ManagerTest.php (+13 -8)
  • Tests/Package/Fixtures/XMLReaderTest: Package.xml (new 35)
  • Tests/Package/Fixtures/XMLWriterTest: Package.xml (new 35)
  • Tests/Package/Meta: XMLReaderTest.php (+1 -1), XMLWriterTest.php (+1 -1)
networkteam_hlubek 2009-05-22 16:48 Rev.: 2342

Object validation: Introduced PropertyError for nested errors and changed property mapper and mapping results. Resolves #3401

369 lines of code changed in 8 files:

  • Classes/Property: Mapper.php (+20 -1), MappingResults.php (+15 -1)
  • Classes/Validation: PropertyError.php (new 104)
  • Classes/Validation/Validator: GenericObjectValidator.php (+21 -6)
  • Tests/Property: MapperTest.php (+22 -7), MappingResultsTest.php (new 54)
  • Tests/Validation: PropertyErrorTest.php (new 56)
  • Tests/Validation/Validator: GenericObjectValidatorTest.php (+77 -2)
networkteam_hlubek 2009-05-19 23:38 Rev.: 2281

Added tests for the package manager controller, fixed the configuration for the package manager injection. Resolves #116

116 lines of code changed in 3 files:

  • Classes/Package/Controller: ManagerController.php (+13 -1)
  • Configuration: Objects.yaml (+1)
  • Tests/Package/Controller: ManagerControllerTest.php (new 102)
networkteam_hlubek 2009-05-15 19:15 Rev.: 2231

Fixed standard controller to use controller context

9 lines of code changed in 1 file:

  • Classes/MVC/Controller: StandardController.php (+9 -2)
networkteam_hlubek 2009-05-15 17:53 Rev.: 2225

Fixes #3302: implementing a Controller Context except for adding the URIhelper

276 lines of code changed in 13 files:

  • Classes/MVC/Controller: AbstractController.php (+24 -8), ActionController.php (+3 -2), ControllerContext.php (new 129), NotFoundController.php (+9 -2)
  • Classes/MVC/View: AbstractView.php (+9 -9), NotFoundView.php (+3 -8), StandardView.php (+3 -9), ViewInterface.php (+3 -3)
  • Classes/MVC/View/Helper: AbstractHelper.php (+7 -5), HelperInterface.php (+4 -2), URIHelper.php (+3 -3)
  • Tests/MVC/Controller: AbstractControllerTest.php (+55 -11), ActionControllerTest.php (+24 -4)
networkteam_hlubek 2009-05-14 17:43 Rev.: 2212

Renamed AbstractJunctionValidator to AbstractCompositeValidator

121 lines of code changed in 3 files:

  • Classes/Validation/Validator: AbstractCompositeValidator.php (new 119), ConjunctionValidator.php (+1 -1), DisjunctionValidator.php (+1 -1)

(5 more)

Generated by StatSVN 0.5.0