Directory Classes/Package/Exception/

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

[root]/Classes/Package/Exception

Lines of Code

Classes/Package/Exception/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 77 (100.0%) 516 (100.0%) 6.7
robert 15 (19.5%) 382 (74.0%) 25.4
k-fish 61 (79.2%) 91 (17.6%) 1.4
networkteam_hlubek 1 (1.3%) 43 (8.3%) 43.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 19 files:

  • Classes/Package/Exception: DuplicatePackage.php (del), DuplicatePackageException.php (del), F3_FLOW3_Package_Exception_InvalidPackageKey.php (del), F3_FLOW3_Package_Exception_InvalidPackagePath.php (del), F3_FLOW3_Package_Exception_PackageKeyAlreadyExists.php (del), F3_FLOW3_Package_Exception_ProtectedPackageKey.php (del), F3_FLOW3_Package_Exception_UnknownPackage.php (del), InvalidPackageKey.php (del), InvalidPackageKeyException.php (del), InvalidPackagePath.php (del), InvalidPackagePathException.php (del), InvalidPackageState.php (del), InvalidPackageStateException.php (del), PackageKeyAlreadyExists.php (del), PackageKeyAlreadyExistsException.php (del), ProtectedPackageKey.php (del), ProtectedPackageKeyException.php (del), UnknownPackage.php (del), UnknownPackageException.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 7 files:

  • Classes/Package/Exception: DuplicatePackageException.php (-1), InvalidPackageKeyException.php (-1), InvalidPackagePathException.php (-1), InvalidPackageStateException.php (-1), PackageKeyAlreadyExistsException.php (-1), ProtectedPackageKeyException.php (-1), UnknownPackageException.php (-1)
k-fish 2010-03-04 11:06 Rev.: 3903

[+FEATURE] FLOW3 (Core): The flow3 hell script now uses the PHP binary specified in the PHP environment variable, resolves #6681.
[~TASK] FLOW3: Some SVN property maintenance.

1 lines of code changed in 1 file:

  • Classes/Package/Exception: InvalidPackageStateException.php (+1 -1)
robert 2010-01-15 15:38 Rev.: 3643

[~TASK] FLOW3 (Documentation): Updated the Coding Guidelines: removed inconsistent exceptions from the general class naming rules. Also added the rule that names of aspect classes must end with "Aspect". Relates to #5658
[~TASK] Global: Renamed many classes and interfaces in order to be consistent with FLOW3's naming rules. A migration script to update third-party applications will follow soon. Resolves #5658

247 lines of code changed in 7 files:

  • 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)
k-fish 2009-10-30 10:26 Rev.: 3380

[~TASK] FLOW3: Made all exceptions part of the public API, so they get documented properly.

7 lines of code changed in 7 files:

  • Classes/Package/Exception: DuplicatePackage.php (+1), InvalidPackageKey.php (+1), InvalidPackagePath.php (+1), InvalidPackageState.php (+1), PackageKeyAlreadyExists.php (+1), ProtectedPackageKey.php (+1), UnknownPackage.php (+1)
k-fish 2009-09-23 16:04 Rev.: 3218

[+TASK] FLOW3 (Package): Added DuplicatePackageException, relates to #3950.

0 lines of code changed in 1 file:

  • Classes/Package/Exception: DuplicatePackage.php (new)
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 6 files:

  • Classes/Package/Exception: InvalidPackageKey.php (-8), InvalidPackagePath.php (-8), InvalidPackageState.php (-8), PackageKeyAlreadyExists.php (-2), ProtectedPackageKey.php (-2), UnknownPackage.php (-8)
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

43 lines of code changed in 1 file:

  • Classes/Package/Exception: InvalidPackageState.php (new 43)
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

28 lines of code changed in 5 files:

  • Classes/Package/Exception: InvalidPackageKey.php (new 8), InvalidPackagePath.php (new 8), PackageKeyAlreadyExists.php (new 2), ProtectedPackageKey.php (new 2), UnknownPackage.php (new 8)
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.

72 lines of code changed in 2 files:

  • Classes/Package/Exception: F3_FLOW3_Package_Exception_PackageKeyAlreadyExists.php (new 36), F3_FLOW3_Package_Exception_ProtectedPackageKey.php (new 36)
k-fish 2009-01-15 16:06 Rev.: 1749

FLOW3:
* fixed license name in @license annotation, fixes #2454

3 lines of code changed in 3 files:

  • Classes/Package/Exception: F3_FLOW3_Package_Exception_InvalidPackageKey.php (+1 -1), F3_FLOW3_Package_Exception_InvalidPackagePath.php (+1 -1), F3_FLOW3_Package_Exception_UnknownPackage.php (+1 -1)
k-fish 2009-01-07 11:37 Rev.: 1707

FLOW3:
* changed license to LGPL v3 or later

42 lines of code changed in 3 files:

  • Classes/Package/Exception: F3_FLOW3_Package_Exception_InvalidPackageKey.php (+14 -7), F3_FLOW3_Package_Exception_InvalidPackagePath.php (+14 -7), F3_FLOW3_Package_Exception_UnknownPackage.php (+14 -7)
k-fish 2008-12-10 15:39 Rev.: 1599

!!! 5.3.0alpha3 namespaces refactoring:
* changed namespace delimiter from :: to \
* all class references in namespaced code prepended by \

PHPUnit:
* adapted mock object handling to the new namespaces syntax

FLOW3:
* PropertyReflection now uses setAccessible() instead of array cast to access protected properties

PHPCR:
* added a missing interface already used for type hints

6 lines of code changed in 3 files:

  • Classes/Package/Exception: F3_FLOW3_Package_Exception_InvalidPackageKey.php (+2 -2), F3_FLOW3_Package_Exception_InvalidPackagePath.php (+2 -2), F3_FLOW3_Package_Exception_UnknownPackage.php (+2 -2)
k-fish 2008-09-12 16:07 Rev.: 1210

!!! 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

6 lines of code changed in 3 files:

  • Classes/Package/Exception: F3_FLOW3_Package_Exception_InvalidPackageKey.php (+2 -1), F3_FLOW3_Package_Exception_InvalidPackagePath.php (+2 -1), F3_FLOW3_Package_Exception_UnknownPackage.php (+2 -1)
robert 2008-08-05 20:38 Rev.: 1080

* FLOW3: (Configuration) Configuration containers are now locked recursively. Fixes #1064.
* FLOW3: (MVC) Since recently it was allowed to set keys like "FLOW3_MVC" as package key in the Request object in order to route into sub packages. That was kind of dirty. Now there's a new option setControllerComponentNamePattern() which can be reached from the routes configuration. This doesn't work in CLI mode though (routing into sub packages that is)
* FLOW3: (Package) The package object did not check if the specified package key is valid - now it does.
* TYPO3: Further experiments with the routing and the different controllers.

35 lines of code changed in 1 file:

  • Classes/Package/Exception: F3_FLOW3_Package_Exception_InvalidPackageKey.php (new 35)
k-fish 2008-05-29 21:52 Rev.: 881

FLOW3, PHPCR:
* Heavy updates to the inline documentation, eliminating all phpDocumentor warnings for the FLOW3 package

20 lines of code changed in 2 files:

  • Classes/Package/Exception: F3_FLOW3_Package_Exception_InvalidPackagePath.php (+10 -4), F3_FLOW3_Package_Exception_UnknownPackage.php (+10 -4)
k-fish 2008-05-17 16:32 Rev.: 844

Making FLOW3 run green(er) in FLOW3CGL, part 1.

6 lines of code changed in 2 files:

  • Classes/Package/Exception: F3_FLOW3_Package_Exception_InvalidPackagePath.php (+3 -3), F3_FLOW3_Package_Exception_UnknownPackage.php (+3 -3)
k-fish 2008-05-10 16:43 Rev.: 831

Pending commit, fixes #477.

0 lines of code changed in 4 files:

  • Classes/Package/Exception: F3_FLOW3_Package_Exception_InvalidPackagePath.php (-1), F3_FLOW3_Package_Exception_UnknownPackage.php (-1)
Generated by StatSVN 0.5.0