Directory Classes/Package/MetaData/

Directory Deleted:
2010-08-24 10:42
Total Files:
0
Deleted Files:
12
Lines of Code:
0

[root]/Classes/Package/MetaData

Lines of Code

Classes/Package/MetaData/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 84 (100.0%) 1238 (100.0%) 14.7
k-fish 67 (79.8%) 1194 (96.4%) 17.8
robert 14 (16.7%) 30 (2.4%) 2.1
networkteam_hlubek 3 (3.6%) 14 (1.1%) 4.6

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 12 files:

  • Classes/Package/MetaData: AbstractConstraint.php (del), AbstractParty.php (del), Company.php (del), PackageConstraint.php (del), Person.php (del), ReaderInterface.php (del), SystemConstraint.php (del), WriterInterface.php (del), XMLReader.php (del), XMLWriter.php (del), XmlReader.php (del), XmlWriter.php (del)
k-fish 2010-08-13 16:21 Rev.: 4969

[-TASK] FLOW3: Removed @version keyword from files, resolves #8835.

0 lines of code changed in 10 files:

  • Classes/Package/MetaData: AbstractConstraint.php (-1), AbstractParty.php (-1), Company.php (-1), PackageConstraint.php (-1), Person.php (-1), ReaderInterface.php (-1), SystemConstraint.php (-1), WriterInterface.php (-1), XmlReader.php (-1), XmlWriter.php (-1)
k-fish 2009-11-05 14:41 Rev.: 3449

[~API] FLOW3 (Log): setLogFileURL() was renamed to setLogFileUrl() in FileBackend.
[~API] FLOW3 (MVC): redirectToURI() was renamed to redirectToUri() in AbstractController.
[~API] FLOW3 (MVC): setRequestURI(), getRequestURI(), setBaseURI() and getBaseURI() were renamed to *Uri() in Request.
[~API] FLOW3 (Property): DataType\URI was renamed to DataType\Uri.
[~API] FLOW3 (Utility): getRequestURI() was renamed to getRequestUri() in Environment.
[~TASK] Fluid (Service): Refactored XML generators a little.
[~TASK] DocumentationBrowser: Moved towards more consistent class, function and variable naming: changed uppercase acronyms to studlyCaps or StudlyCaps as needed.
[~TASK] FLOW3: Moved towards more consistent class, function and variable naming: changed uppercase acronyms to studlyCaps or StudlyCaps as needed.
[~TASK] Fluid: Moved towards more consistent class, function and variable naming: changed uppercase acronyms to studlyCaps or StudlyCaps as needed.
[~TASK] Kickstart: Moved towards more consistent class, function and variable naming: changed uppercase acronyms to studlyCaps or StudlyCaps as needed.
[~TASK] Testing: Moved towards more consistent class, function and variable naming: changed uppercase acronyms to studlyCaps or StudlyCaps as needed.
[~TASK] Welcome: Moved towards more consistent class, function and variable naming: changed uppercase acronyms to studlyCaps or StudlyCaps as needed.

291 lines of code changed in 2 files:

  • Classes/Package/MetaData: XmlReader.php (new 138), XmlWriter.php (new 153)
k-fish 2009-08-24 15:18 Rev.: 3094

[~TASK] FLOW3: fixed method declarations to include abstract/static before visibility modifier, tiny documentation fix
[~TASK] Testing: fixed method declarations to include abstract/static before visibility modifier, tiny documentation fix

2 lines of code changed in 2 files:

  • Classes/Package/MetaData: AbstractConstraint.php (+1 -1), AbstractParty.php (+1 -1)
k-fish 2009-07-16 15:02 Rev.: 2813

[+TASK] FLOW3: Removed file level docblocks and @package/@subpackage annotations.
[+TASK] Fluid: Removed file level docblocks and @package/@subpackage annotations.
[+TASK] Kickstart: Removed file level docblocks and @package/@subpackage annotations.
[+TASK] PHP6: Removed file level docblocks and @package/@subpackage annotations.
[+TASK] PHPUnit: Removed file level docblocks and @package/@subpackage annotations.
[+TASK] Testing: Removed file level docblocks and @package/@subpackage annotations.
[+TASK] Welcome: Removed file level docblocks and @package/@subpackage annotations.
[+TASK] YAML: Removed file level docblocks and @package/@subpackage annotations.

0 lines of code changed in 10 files:

  • Classes/Package/MetaData: AbstractConstraint.php (-2), AbstractParty.php (-2), Company.php (-2), PackageConstraint.php (-2), Person.php (-2), ReaderInterface.php (-8), SystemConstraint.php (-2), WriterInterface.php (-8), XMLReader.php (-2), XMLWriter.php (-8)
k-fish 2009-07-15 12:28 Rev.: 2794

[TASK] FLOW3: moved from @internal to @api, resolves #3883

0 lines of code changed in 10 files:

  • Classes/Package/MetaData: AbstractConstraint.php (-5), AbstractParty.php (-5), Company.php (-1), PackageConstraint.php (-1), Person.php (-4), ReaderInterface.php (-1), SystemConstraint.php (-3), WriterInterface.php (-1), XMLReader.php (-4), XMLWriter.php (-3)
robert 2009-07-08 13:19 Rev.: 2745

[-API] FLOW3 (Package): Removed the getPackagePAth() and getPackageClassesPath() from the Package Manager because they were redundant. Please use $package->getPackagePath() and $package->getClassesPath() respectively.
[~API] FLOW3 (Package): In the class Package renamed getPackageMetaDataPath() and getPackageDocumentationPath() to getMetaPath() and getDocumentationPath() respectively. Now their naming is consistent with the remaining functions in the Package class.

2 lines of code changed in 2 files:

  • Classes/Package/MetaData: XMLReader.php (+1 -1), XMLWriter.php (+1 -1)
robert 2009-06-30 16:48 Rev.: 2685

* [TASK] FLOW3 (Package): Removed the "state" tag from the Package.xml files and the related code. Resolves #3559

0 lines of code changed in 2 files:

  • Classes/Package/MetaData: XMLReader.php (-1), XMLWriter.php (-1)
k-fish 2009-05-29 12:48 Rev.: 2467

FLOW3:
* package metadata reading no longer crashes if no XML file exists
* the empty string is no longer causing an exception on setStatus()

12 lines of code changed in 1 file:

  • Classes/Package/MetaData: XMLReader.php (+12 -9)
k-fish 2009-05-25 12:10 Rev.: 2363

FLOW3:
* some whitespace paranoia^Wcleanup
* removed a use statement
* (re-)introduced some inject methods - in FLOW3 itself we do not use @inject

1 lines of code changed in 1 file:

  • Classes/Package/MetaData: XMLReader.php (+1 -1)
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

13 lines of code changed in 2 files:

  • Classes/Package/MetaData: XMLReader.php (+2 -2), XMLWriter.php (+11 -11)
robert 2009-05-20 19:14 Rev.: 2293

* FLOW3: Marked all methods as @internal except those which are considered part of the official API. Resolves #1280
* TYPO3CR: Fixed two tests of the Storage\PDO\Search testcase.

28 lines of code changed in 10 files:

  • Classes/Package/MetaData: AbstractConstraint.php (+5), AbstractParty.php (+5), Company.php (+1), PackageConstraint.php (+1), Person.php (+4), ReaderInterface.php (+1), SystemConstraint.php (+3), WriterInterface.php (+1), XMLReader.php (+4), XMLWriter.php (+3)
networkteam_hlubek 2009-04-19 18:32 Rev.: 2169

Rewrote most of the package manager tests to use the VFS

1 lines of code changed in 1 file:

  • Classes/Package/MetaData: XMLReader.php (+1 -1)
k-fish 2009-03-09 16:34 Rev.: 1977

FLOW3:
* renamed Package\Meta to Package\MetaData, fixes #2511

888 lines of code changed in 19 files:

  • Classes/Package/MetaData: AbstractConstraint.php (+111), AbstractParty.php (new), Company.php (+45), PackageConstraint.php (+44), Person.php (+91), ReaderInterface.php (+51), SystemConstraint.php (new), WriterInterface.php (new), XMLReader.php (+138), XMLWriter.php (new 162)
Generated by StatSVN 0.5.0