Directory Classes/Package/Meta/

Directory Created:
2009-01-22 14:19
Directory Deleted:
2010-08-24 10:42
Total Files:
0
Deleted Files:
20
Lines of Code:
0

[root]/Classes/Package/Meta

Lines of Code

Classes/Package/Meta/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 41 (100.0%) 890 (100.0%) 21.7
robert 20 (48.8%) 889 (99.9%) 44.4
k-fish 21 (51.2%) 1 (0.1%) 0.0

Most Recent Commits

k-fish 2010-08-24 10:42 Rev.: 5057

Removed everything in trunk after move to git.

0 lines of code changed in 20 files:

  • Classes/Package/Meta: AbstractConstraint.php (del), AbstractParty.php (del), Company.php (del), F3_FLOW3_Package_Meta_AbstractConstraint.php (del), F3_FLOW3_Package_Meta_AbstractParty.php (del), F3_FLOW3_Package_Meta_Company.php (del), F3_FLOW3_Package_Meta_PackageConstraint.php (del), F3_FLOW3_Package_Meta_Person.php (del), F3_FLOW3_Package_Meta_ReaderInterface.php (del), F3_FLOW3_Package_Meta_SystemConstraint.php (del), F3_FLOW3_Package_Meta_WriterInterface.php (del), F3_FLOW3_Package_Meta_XMLReader.php (del), F3_FLOW3_Package_Meta_XMLWriter.php (del), PackageConstraint.php (del), Person.php (del), ReaderInterface.php (del), SystemConstraint.php (del), WriterInterface.php (del), XMLReader.php (del), XMLWriter.php (del)
k-fish 2009-03-03 14:46 Rev.: 1966

FLOW3:
* Package\Meta\XMLWriter now uses startDocument() instead of writeRaw()
* replaced chr(10) with PHP_EOL (where applicable!)
* replaced curly braces with square brackets for character access on strings (this is no longer the better choice...)
* replaced == with typesafe comparator === where it was used

TYPO3CR:
* replaced chr(10) with PHP_EOL (where applicable!)
* replaced curly braces with square brackets for character access on strings (this is no longer the better choice...)

1 lines of code changed in 1 file:

  • Classes/Package/Meta: XMLWriter.php (+1 -1)
robert 2009-01-28 13:04 Rev.: 1811

!!! Globally renamed all class files to the new shorter version. Resolves #2524
FLOW3: (Resource) Adapted the class loader and other related parts of FLOW3 to the new class filename convention
FLOW3: Moved the FLOW3 bootstrap into the F3\FLOW3 namepace

1 lines of code changed in 10 files:

  • Classes/Package/Meta: AbstractConstraint.php (new), AbstractParty.php (new), Company.php (new), PackageConstraint.php (new), Person.php (new), ReaderInterface.php (new), SystemConstraint.php (new), WriterInterface.php (new), XMLReader.php (new), XMLWriter.php (new 1)
robert 2009-01-22 14:19 Rev.: 1783

* FLOW3: (Package) Integrated the patches from the F3PR project by Thomas, Tobias and Christoph. Introduces Meta xml reading / writing support, create and delete packages and a new command line tool "flow3". The whole Package subpackage needs some tuning and cleanup and most of the new Package Manager tests are currently disabled. Addresses #935, addresses #936, resolves #937, addresses #940, and addresses #116.

888 lines of code changed in 10 files:

  • Classes/Package/Meta: F3_FLOW3_Package_Meta_AbstractConstraint.php (new 111), F3_FLOW3_Package_Meta_AbstractParty.php (new 119), F3_FLOW3_Package_Meta_Company.php (new 45), F3_FLOW3_Package_Meta_PackageConstraint.php (new 44), F3_FLOW3_Package_Meta_Person.php (new 91), F3_FLOW3_Package_Meta_ReaderInterface.php (new 51), F3_FLOW3_Package_Meta_SystemConstraint.php (new 75), F3_FLOW3_Package_Meta_WriterInterface.php (new 52), F3_FLOW3_Package_Meta_XMLReader.php (new 138), F3_FLOW3_Package_Meta_XMLWriter.php (new 162)
Generated by StatSVN 0.5.0