Directory inc/classes/exceptions/language/

Directory Deleted:
2008-11-20 01:39
Total Files:
0
Deleted Files:
6
Lines of Code:
0

[root]/inc/classes/exceptions/language

Lines of Code

inc/classes/exceptions/language/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
quix0r 74 (100.0%) 215 (100.0%) 2.9

Most Recent Commits

quix0r 2008-11-20 01:39 Rev.: 329

Moved to repository "core" (not yet fully setup!)

0 lines of code changed in 6 files:

  • inc/classes/exceptions/language: class_InvalidLanguagePathStringException.php (del), class_LanguagePathIsEmptyException.php (del), class_LanguagePathIsNoDirectoryException.php (del), class_LanguagePathReadProtectedException.php (del), class_MissingFileIoHandlerException.php (del), class_MissingLanguageHandlerException.php (del)
quix0r 2008-10-08 12:58 Rev.: 295

Dummy admin area added, HTML code in PHP scripts rewritten to CSS classes, CSS ids fixed

3 lines of code changed in 3 files:

  • inc/classes/exceptions/language: class_InvalidLanguagePathStringException.php (+1 -1), class_LanguagePathIsNoDirectoryException.php (+1 -1), class_LanguagePathReadProtectedException.php (+1 -1)
quix0r 2008-06-28 21:54 Rev.: 229

Comment header cosmetics applied

6 lines of code changed in 6 files:

  • inc/classes/exceptions/language: class_InvalidLanguagePathStringException.php (+1 -1), class_LanguagePathIsEmptyException.php (+1 -1), class_LanguagePathIsNoDirectoryException.php (+1 -1), class_LanguagePathReadProtectedException.php (+1 -1), class_MissingFileIoHandlerException.php (+1 -1), class_MissingLanguageHandlerException.php (+1 -1)
quix0r 2008-06-27 20:28 Rev.: 219

More conventions than code added:
- Copyright line fixed (space added, sorry guys!)
- Doc tags fixed in a lot files
- Arrays send to exceptions are now all $msgArray called
- BaseHelper class now contains generic methods from WebFormHelper class
- BaseWebHelper added which holds "web-generic" methods and attributes
- Due to these changes, the WebFormHelper is now cleared from generic methods

6 lines of code changed in 6 files:

  • inc/classes/exceptions/language: class_InvalidLanguagePathStringException.php (+1 -1), class_LanguagePathIsEmptyException.php (+1 -1), class_LanguagePathIsNoDirectoryException.php (+1 -1), class_LanguagePathReadProtectedException.php (+1 -1), class_MissingFileIoHandlerException.php (+1 -1), class_MissingLanguageHandlerException.php (+1 -1)
quix0r 2008-06-21 16:39 Rev.: 182

Type-hints fixed, header docs fixed, exceptions deprecated

27 lines of code changed in 6 files:

  • inc/classes/exceptions/language: class_InvalidLanguagePathStringException.php (+6 -6), class_LanguagePathIsEmptyException.php (+4 -4), class_LanguagePathIsNoDirectoryException.php (+5 -5), class_LanguagePathReadProtectedException.php (+6 -6), class_MissingFileIoHandlerException.php (+3 -3), class_MissingLanguageHandlerException.php (+3 -3)
quix0r 2008-06-20 23:47 Rev.: 180

Exceptions now with not so much underlines

3 lines of code changed in 3 files:

  • inc/classes/exceptions/language: class_InvalidLanguagePathStringException.php (+1 -1), class_LanguagePathIsNoDirectoryException.php (+1 -1), class_LanguagePathReadProtectedException.php (+1 -1)
quix0r 2008-06-13 14:42 Rev.: 146

Just a space removed

6 lines of code changed in 6 files:

  • inc/classes/exceptions/language: class_InvalidLanguagePathStringException.php (+1 -1), class_LanguagePathIsEmptyException.php (+1 -1), class_LanguagePathIsNoDirectoryException.php (+1 -1), class_LanguagePathReadProtectedException.php (+1 -1), class_MissingFileIoHandlerException.php (+1 -1), class_MissingLanguageHandlerException.php (+1 -1)
quix0r 2008-05-31 13:38 Rev.: 101

Comment header fixed

18 lines of code changed in 6 files:

  • inc/classes/exceptions/language: class_InvalidLanguagePathStringException.php (+3 -3), class_LanguagePathIsEmptyException.php (+3 -3), class_LanguagePathIsNoDirectoryException.php (+3 -3), class_LanguagePathReadProtectedException.php (+3 -3), class_MissingFileIoHandlerException.php (+3 -3), class_MissingLanguageHandlerException.php (+3 -3)
quix0r 2008-05-31 13:22 Rev.: 100

Several clean ups

18 lines of code changed in 6 files:

  • inc/classes/exceptions/language: class_InvalidLanguagePathStringException.php (+3 -3), class_LanguagePathIsEmptyException.php (+3 -3), class_LanguagePathIsNoDirectoryException.php (+3 -3), class_LanguagePathReadProtectedException.php (+3 -3), class_MissingFileIoHandlerException.php (+3 -3), class_MissingLanguageHandlerException.php (+3 -3)
quix0r 2008-04-13 00:35 Rev.: 45

Several MVC classes added, entryPoint method rewritten

12 lines of code changed in 6 files:

  • inc/classes/exceptions/language: class_InvalidLanguagePathStringException.php (+2 -2), class_LanguagePathIsEmptyException.php (+2 -2), class_LanguagePathIsNoDirectoryException.php (+2 -2), class_LanguagePathReadProtectedException.php (+2 -2), class_MissingFileIoHandlerException.php (+2 -2), class_MissingLanguageHandlerException.php (+2 -2)
quix0r 2008-04-12 14:59 Rev.: 44

Method constructor() removed, several small fixes

6 lines of code changed in 6 files:

  • inc/classes/exceptions/language: class_InvalidLanguagePathStringException.php (+1 -1), class_LanguagePathIsEmptyException.php (+1 -1), class_LanguagePathIsNoDirectoryException.php (+1 -1), class_LanguagePathReadProtectedException.php (+1 -1), class_MissingFileIoHandlerException.php (+1 -1), class_MissingLanguageHandlerException.php (+1 -1)
quix0r 2008-03-13 21:42 Rev.: 22

More exceptions added, init of template engine moved to base class, entryPoint() continued (still unfinished)

90 lines of code changed in 2 files:

  • inc/classes/exceptions/language: class_MissingFileIoHandlerException.php (new 45), class_MissingLanguageHandlerException.php (new 45)
quix0r 2008-03-08 16:26 Rev.: 17

code comments including license information added, type hints added, minor rewrites on the code, base classes can no longer be created...

4 lines of code changed in 4 files:

  • inc/classes/exceptions/language: class_InvalidLanguagePathStringException.php (+1 -1), class_LanguagePathIsEmptyException.php (+1 -1), class_LanguagePathIsNoDirectoryException.php (+1 -1), class_LanguagePathReadProtectedException.php (+1 -1)
quix0r 2008-03-03 23:22 Rev.: 12

core code merged, interfaces OutputStreamer implemented

16 lines of code changed in 8 files:

  • inc/classes/exceptions/language: class_InvalidLanguagePathStringException.php (new), class_LanguagePathIsEmptyException.php (+4 -3), class_LanguagePathIsNoDirectoryException.php (new), class_LanguagePathReadProtectedException.php (+4 -3)
Generated by StatSVN 0.7.0