Statistics
| Revision:

Repository (Subversion)

You can find the Subversion repository at https://svn.typo3.org/FLOW3/Packages/PHPUnit/

Name Size Revision Age Author Comment
  branches 459 249 days k-fish Subversion reorganisation, part 1: * Added tru...
  tags 459 249 days k-fish Subversion reorganisation, part 1: * Added tru...
  trunk 1210 28 days k-fish !!! Major change, will break existing code. Pa...

Latest revisions

# Date Author Comment
1210 2008-09-12 17:07 k-fish

!!! Major change, will break existing code.

Part 3 - Packages

FLOW3, most other packages:
  • added namespaces to the code of FLOW3 and all packages in the current TYPO3v5 distribution.
PHPUnit:
  • some changes to make PHPUnit (more) namespace-compatible.
Some notes:
  • Documentation updates will follow
  • you might need to change your class names when adapting namespaces to avoid using "Class", "Empty", "Default", ...
  • expect FLOW3CGL and/or PHPCodeSniffer to be broken (I'll have a look)
  • some parts might still be broken, especially in edge-cases where the global namespace needs to explicitly used
1208 2008-09-12 16:11 k-fish

Making PHPUnit "real" instead of an svn:external until it fully supports PHP namespaces. Part 2.

1207 2008-09-12 16:07 k-fish

Making PHPUnit "real" instead of an svn:external until it fully supports PHP namespaces. Part 1.

1012 2008-07-15 18:10 k-fish FLOW3:
  • when setting additional include_path segments in Packages.php those are now prepended instead of appended to the existing include_path.
PHPUnit:
  • instead of changing include_path manually we use the FLOW3 mechanism now.
969 2008-06-26 11:49 k-fish

PHPUnit: The include_path is adjusted, to make sure the included PHPUnit is preferred over another available one; fixes #78.

831 2008-05-10 17:43 k-fish

Pending commit, fixes #477.

817 2008-05-09 11:01 root

Moving packages up

663 2008-03-25 15:36 robert

Globally renamed the PackageInfo.xml files to Package.xml and updated the FLOW3 code accordingly. Resolves #409.

661 2008-03-25 15:03 robert

Big global change: Renamed the class prefix "T3_" to "F3_". Resolves #423.

660 2008-03-25 13:22 robert
  • FLOW3: Added basic support for Configuration/Packages.php configuration. Still needs proper implementation but it works for now.
  • PHPUnit / Smarty: Adapted the Configuration/Package.php to the new Packages.php format.
  • PHPUnit: A few tweaks for getting the "New" controller to work again.
  • FLOW3: (Package) Renamed the package manager's getPackages() method to getAvailablePackages() and introduced a new method getActivePackages()
  • FLOW3: (Package) Removed parsing of package configuration by the "Package" class.

View revisions