Directory Classes/Locale/Exception/

Directory Created:
2008-09-11 17:38
Directory Deleted:
2010-08-24 10:42
Total Files:
0
Deleted Files:
10
Lines of Code:
0

[root]/Classes/Locale/Exception

Lines of Code

Classes/Locale/Exception/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 34 (100.0%) 364 (100.0%) 10.7
kgusak 14 (41.2%) 291 (79.9%) 20.7
robert 3 (8.8%) 50 (13.7%) 16.6
k-fish 17 (50.0%) 23 (6.3%) 1.3

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

  • Classes/Locale/Exception: F3_FLOW3_Locale_Exception_InvalidLocaleIdentifier.php (del), IndexOutOfBoundsException.php (del), InvalidArgumentException.php (del), InvalidCLDRDataException.php (del), InvalidCldrDataException.php (del), InvalidFormatPlaceholderException.php (del), InvalidLocaleIdentifier.php (del), InvalidLocaleIdentifierException.php (del), InvalidStateException.php (del), UnknownFormatterException.php (del)
kgusak 2010-07-10 12:06 Rev.: 4827

[+FEATURE] FLOW3 (Locale): Added support for XLIFF file format. Relates to #7723.
[+FEATURE] FLOW3 (Locale): Added TranslationProvider interface and concrete implementation using XLIFF. Relates to #7723.
[~TASK] FLOW3 (Locale): Changed class hierarchy for XML Models. Relates to #7722, #7723.
[~TASK] FLOW3 (Locale): Miscellaneous code cleaning.

41 lines of code changed in 6 files:

  • Classes/Locale/Exception: IndexOutOfBoundsException.php (+1 -1), InvalidArgumentException.php (+1 -1), InvalidFormatPlaceholderException.php (+1 -1), InvalidLocaleIdentifierException.php (+1 -1), InvalidStateException.php (new 36), UnknownFormatterException.php (+1 -1)
kgusak 2010-07-02 10:42 Rev.: 4695

[~TASK] FLOW3 (Locale): Changed exception hierarchy to be more meaningful. Relates #7722, #7724.
[~TASK] FLOW3 (Locale): Minor code cleaning (array parameter hint added etc).

108 lines of code changed in 3 files:

  • Classes/Locale/Exception: IndexOutOfBoundsException.php (new 36), InvalidFormatPlaceholderException.php (new 36), UnknownFormatterException.php (new 36)
kgusak 2010-06-21 19:04 Rev.: 4606

[~TASK] FLOW3 (Locale): Fixed CGL naming violation in Locale subsystem. Resolves #8207.

36 lines of code changed in 1 file:

  • Classes/Locale/Exception: InvalidCldrDataException.php (new 36)
k-fish 2010-06-14 11:42 Rev.: 4507

[~TASK] FLOW3 (Locale): Some tiny fixes, mostly whitespace, some style issues, no functional changes.

1 lines of code changed in 1 file:

  • Classes/Locale/Exception: InvalidArgumentException.php (+1)
kgusak 2010-06-02 17:53 Rev.: 4399

[+FEATURE] FLOW3 (Locale): Added support for plurals rules from CLDR. Relates to #7722.
[~TASK] FLOW3 (Locale): Slightly changed CLDRRepository methods in order to automatically build absolute filenames from relative ones for CLDR files and directories. Relates to #7722.

35 lines of code changed in 1 file:

  • Classes/Locale/Exception: InvalidArgumentException.php (new 35)
kgusak 2010-05-30 13:37 Rev.: 4344

[+FEATURE] FLOW3 (Locale): Added fundamental classes for CLDR data reader. They will be used to build concrete readers. Relates to #7722.
[~TASK] FLOW3 (Locale): Moved the method responsible for generating available locales' list from Detector to Service class. Relates #7720.
[~TASK] FLOW3 (Locale): Minor code cleaning.

36 lines of code changed in 2 files:

  • Classes/Locale/Exception: InvalidCLDRDataException.php (new 36), InvalidStateException.php (del)
kgusak 2010-05-17 18:49 Rev.: 4316

[+FEATURE] FLOW3 (Locale): Implemented a tree of locales in order to support locales hierarchy. Automatic locale detection rewritten. Relates to #7720.

35 lines of code changed in 1 file:

  • Classes/Locale/Exception: InvalidStateException.php (new 35)
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

36 lines of code changed in 1 file:

  • Classes/Locale/Exception: InvalidLocaleIdentifierException.php (new 36)
k-fish 2009-10-30 10:26 Rev.: 3380

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

1 lines of code changed in 1 file:

  • Classes/Locale/Exception: InvalidLocaleIdentifier.php (+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 1 file:

  • Classes/Locale/Exception: InvalidLocaleIdentifier.php (-8)
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

8 lines of code changed in 1 file:

  • Classes/Locale/Exception: InvalidLocaleIdentifier.php (new 8)
k-fish 2009-01-15 16:06 Rev.: 1749

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

1 lines of code changed in 1 file:

  • Classes/Locale/Exception: F3_FLOW3_Locale_Exception_InvalidLocaleIdentifier.php (+1 -1)
k-fish 2009-01-07 11:37 Rev.: 1707

FLOW3:
* changed license to LGPL v3 or later

14 lines of code changed in 1 file:

  • Classes/Locale/Exception: F3_FLOW3_Locale_Exception_InvalidLocaleIdentifier.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

2 lines of code changed in 1 file:

  • Classes/Locale/Exception: F3_FLOW3_Locale_Exception_InvalidLocaleIdentifier.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

4 lines of code changed in 1 file:

  • Classes/Locale/Exception: F3_FLOW3_Locale_Exception_InvalidLocaleIdentifier.php (+4 -3)
robert 2008-09-11 17:38 Rev.: 1201

* FLOW3: (Locale) Started implementing the new sub package "Locale". Nothing exciting yet, but a first start ...
* FLOW3: Added the current version of the Unicode CLDR to the private resources

6 lines of code changed in 1 file:

  • Classes/Locale/Exception: F3_FLOW3_Locale_Exception_InvalidLocaleIdentifier.php (new 6)
Generated by StatSVN 0.5.0