Directory inc/classes/exceptions/main/

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

[root]/inc/classes/exceptions/main

Lines of Code

inc/classes/exceptions/main/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
quix0r 299 (100.0%) 835 (100.0%) 2.7

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

  • inc/classes/exceptions/main: class_AssertionException.php (del), class_ClassMismatchException.php (del), class_ClassNotFoundException.php (del), class_ConfigEntryIsEmptyException.php (del), class_ConfigEntryNotFoundException.php (del), class_DimNotFoundInArrayException.php (del), class_EmptyVariableException.php (del), class_ExceptionNotChangedException.php (del), class_ExceptionNotFoundException.php (del), class_FatalErrorException.php (del), class_GetterNotFoundException.php (del), class_InvalidArrayCountException.php (del), class_InvalidCommandException.php (del), class_InvalidCommandInstanceException.php (del), class_InvalidControllerException.php (del), class_InvalidInterfaceException.php (del), class_InvalidObjectException.php (del), class_MissingArrayElementsException.php (del), class_MissingDecimalsThousandsSeperatorException.php (del), class_MissingMethodException.php (del), class_NoArrayCreatedException.php (del), class_NoArrayException.php (del), class_NoObjectException.php (del), class_NullPointerException.php (del), class_ResponseHeadersAlreadySentException.php (del), class_VariableIsNotSetException.php (del)
quix0r 2008-11-16 03:22 Rev.: 317

No longer thrown exceptions deprecated (still some there), naming-convention todo added to doc tags

14 lines of code changed in 5 files:

  • inc/classes/exceptions/main: class_ClassNotFoundException.php (+3 -1), class_ConfigEntryNotFoundException.php (+3 -1), class_ExceptionNotFoundException.php (+3 -1), class_GetterNotFoundException.php (+3 -1), class_NoArrayCreatedException.php (+2)
quix0r 2008-11-16 03:13 Rev.: 316

Typos fixed and special command resolver are now possible
- Two typos fixed: In terms like "if the" and "in the" >the< has been removed
- If a special "page" depending web command resolver is found it will be used
- Otherwise the default command resolver WebCommandResolver will be used as fall-back
- Some minor fixes
- TODO extended with a good "naming convention idea"

1 lines of code changed in 1 file:

  • inc/classes/exceptions/main: class_InvalidInterfaceException.php (+1 -1)
quix0r 2008-11-13 22:32 Rev.: 307

Again, a commit! ;-)
- Maximum count of startup helps the goverment is willing to pay added
- User id partly added (stub message)
- Some other minor rewrites

1 lines of code changed in 1 file:

  • inc/classes/exceptions/main: class_GetterNotFoundException.php (+1 -4)
quix0r 2008-10-08 12:58 Rev.: 295

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

16 lines of code changed in 16 files:

  • inc/classes/exceptions/main: class_ClassMismatchException.php (+1 -1), class_ClassNotFoundException.php (+1 -1), class_ConfigEntryNotFoundException.php (+1 -1), class_DimNotFoundInArrayException.php (+1 -1), class_EmptyVariableException.php (+1 -1), class_ExceptionNotFoundException.php (+1 -1), class_GetterNotFoundException.php (+1 -1), class_InvalidArrayCountException.php (+1 -1), class_InvalidCommandException.php (+1 -1), class_InvalidCommandInstanceException.php (+1 -1), class_InvalidInterfaceException.php (+1 -1), class_MissingArrayElementsException.php (+1 -1), class_NoArrayCreatedException.php (+1 -1), class_NoArrayException.php (+1 -1), class_NoObjectException.php (+1 -1), class_VariableIsNotSetException.php (+1 -1)
quix0r 2008-08-05 16:20 Rev.: 248

generateUniqueId() and more useless/deprecated methods removed, code speed-up, link helper improved

2 lines of code changed in 1 file:

  • inc/classes/exceptions/main: class_InvalidObjectException.php (+2 -3)
quix0r 2008-06-28 22:49 Rev.: 230

User class / resending of confirm link updated:
- If the provided email address for resending confirmation link is missing the
filter will now redirect to a configurable URL
- New exception InvalidInterfaceException which will be thrown if a required
interface is not implemented
- Resend link does now create a new hash and updates the user table
- Method BaseUser::ifEmailAddressExists() does now fix empty username attribute
- New method User::updateDatabaseField() added which updates database table
columns with specified values
- Minor fixes applied

47 lines of code changed in 2 files:

  • inc/classes/exceptions/main: class_InvalidInterfaceException.php (new 46), class_InvalidObjectException.php (+1 -1)
quix0r 2008-06-28 21:54 Rev.: 229

Comment header cosmetics applied

19 lines of code changed in 19 files:

  • inc/classes/exceptions/main: class_AssertionException.php (+1 -1), class_ClassMismatchException.php (+1 -1), class_ClassNotFoundException.php (+1 -1), class_ConfigEntryIsEmptyException.php (+1 -1), class_ConfigEntryNotFoundException.php (+1 -1), class_DimNotFoundInArrayException.php (+1 -1), class_ExceptionNotFoundException.php (+1 -1), class_FatalErrorException.php (+1 -1), class_GetterNotFoundException.php (+1 -1), class_InvalidArrayCountException.php (+1 -1), class_InvalidObjectException.php (+1 -1), class_MissingArrayElementsException.php (+1 -1), class_MissingDecimalsThousandsSeperatorException.php (+1 -1), class_MissingMethodException.php (+1 -1), class_NoArrayCreatedException.php (+1 -1), class_NoArrayException.php (+1 -1), class_NoObjectException.php (+1 -1), class_NullPointerException.php (+1 -1), class_VariableIsNotSetException.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

50 lines of code changed in 24 files:

  • inc/classes/exceptions/main: class_AssertionException.php (+1 -1), class_ClassMismatchException.php (+3 -3), class_ClassNotFoundException.php (+3 -3), class_ConfigEntryIsEmptyException.php (+1 -1), class_ConfigEntryNotFoundException.php (+3 -3), class_DimNotFoundInArrayException.php (+1 -1), class_EmptyVariableException.php (+3 -3), class_ExceptionNotFoundException.php (+1 -1), class_FatalErrorException.php (+1 -1), class_GetterNotFoundException.php (+3 -3), class_InvalidArrayCountException.php (+1 -1), class_InvalidCommandException.php (+3 -3), class_InvalidCommandInstanceException.php (+3 -3), class_InvalidControllerException.php (+3 -3), class_InvalidObjectException.php (+1 -1), class_MissingArrayElementsException.php (+3 -3), class_MissingDecimalsThousandsSeperatorException.php (+3 -3), class_MissingMethodException.php (+3 -3), class_NoArrayCreatedException.php (+1 -1), class_NoArrayException.php (+3 -3), class_NoObjectException.php (+3 -3), class_NullPointerException.php (+1 -1), class_ResponseHeadersAlreadySentException.php (+1 -1), class_VariableIsNotSetException.php (+1 -1)
quix0r 2008-06-24 22:52 Rev.: 208

CAPTCHA support basicly finished (weak CAPTCHA!)

1 lines of code changed in 1 file:

  • inc/classes/exceptions/main: class_FatalErrorException.php (+1)
quix0r 2008-06-24 17:52 Rev.: 206

More bugfixes:
- Template engine does now compile code again
- Missing controller for registration form added
- Stubs in all responses added to return proper default command
- Misc fixes in controller classes

2 lines of code changed in 2 files:

  • inc/classes/exceptions/main: class_ConfigEntryNotFoundException.php (+1 -1), class_InvalidCommandException.php (+1 -1)
quix0r 2008-06-24 17:21 Rev.: 205

Image controller/resolver and fixes:
- Controller and resolver added for images
- Exceptions fixed in controller and resolver
- No more fall-back on default command if requested command is missing
- Misc constant fixes

6 lines of code changed in 2 files:

  • inc/classes/exceptions/main: class_ConfigEntryNotFoundException.php (+3), class_InvalidCommandException.php (+3)
quix0r 2008-06-23 20:05 Rev.: 199

Image generator added, first CAPTCHA added with missing controller (partly work)

3 lines of code changed in 1 file:

  • inc/classes/exceptions/main: class_ClassNotFoundException.php (+3)
quix0r 2008-06-22 16:44 Rev.: 194

Graphical code CAPTCHA partly finished, crypto class supports encryption/decryption via mcrypt functions, assertions added

41 lines of code changed in 2 files:

  • inc/classes/exceptions/main: class_AssertionException.php (new 39), class_FatalErrorException.php (+2 -2)
quix0r 2008-06-21 21:29 Rev.: 189

Re-added with access protection

3 lines of code changed in 1 file:

  • inc/classes/exceptions/main: class_InvalidCommandException.php (+3 -2)
quix0r 2008-06-21 16:39 Rev.: 182

Type-hints fixed, header docs fixed, exceptions deprecated

31 lines of code changed in 10 files:

  • inc/classes/exceptions/main: class_ClassMismatchException.php (+3 -3), class_ConfigEntryIsEmptyException.php (+2 -2), class_ConfigEntryNotFoundException.php (+1 -4), class_DimNotFoundInArrayException.php (+4 -4), class_ExceptionNotFoundException.php (+3 -6), class_InvalidObjectException.php (+4 -4), class_MissingArrayElementsException.php (+3 -6), class_MissingMethodException.php (+4 -6), class_NullPointerException.php (+4 -4), class_ResponseHeadersAlreadySentException.php (+3 -3)
quix0r 2008-06-20 23:47 Rev.: 180

Exceptions now with not so much underlines

17 lines of code changed in 17 files:

  • inc/classes/exceptions/main: class_ClassMismatchException.php (+1 -1), class_ClassNotFoundException.php (+1 -1), class_ConfigEntryNotFoundException.php (+1 -1), class_DimNotFoundInArrayException.php (+1 -1), class_EmptyVariableException.php (+1 -1), class_ExceptionNotFoundException.php (+1 -1), class_GetterNotFoundException.php (+1 -1), class_InvalidArrayCountException.php (+1 -1), class_InvalidCommandException.php (+1 -1), class_InvalidCommandInstanceException.php (+1 -1), class_InvalidControllerException.php (+1 -1), class_InvalidObjectException.php (+1 -1), class_MissingArrayElementsException.php (+1 -1), class_NoArrayCreatedException.php (+1 -1), class_NoArrayException.php (+1 -1), class_NoObjectException.php (+1 -1), class_VariableIsNotSetException.php (+1 -1)
quix0r 2008-06-20 18:10 Rev.: 167

Simple exception handler and error handler added, profile update added with stubs

43 lines of code changed in 3 files:

  • inc/classes/exceptions/main: class_ConfigEntryIsEmptyException.php (+1 -1), class_ConfigEntryNotFoundException.php (+3 -3), class_FatalErrorException.php (new 39)
quix0r 2008-06-20 14:03 Rev.: 164

Request data is now generally secured

1 lines of code changed in 1 file:

  • inc/classes/exceptions/main: class_InvalidCommandException.php (+1 -1)
quix0r 2008-06-13 14:42 Rev.: 146

Just a space removed

23 lines of code changed in 23 files:

  • inc/classes/exceptions/main: class_ClassMismatchException.php (+1 -1), class_ClassNotFoundException.php (+1 -1), class_ConfigEntryIsEmptyException.php (+1 -1), class_ConfigEntryNotFoundException.php (+1 -1), class_DimNotFoundInArrayException.php (+1 -1), class_EmptyVariableException.php (+1 -1), class_ExceptionNotChangedException.php (+1 -1), class_ExceptionNotFoundException.php (+1 -1), class_GetterNotFoundException.php (+1 -1), class_InvalidArrayCountException.php (+1 -1), class_InvalidCommandException.php (+1 -1), class_InvalidCommandInstanceException.php (+1 -1), class_InvalidControllerException.php (+1 -1), class_InvalidObjectException.php (+1 -1), class_MissingArrayElementsException.php (+1 -1), class_MissingDecimalsThousandsSeperatorException.php (+1 -1), class_MissingMethodException.php (+1 -1), class_NoArrayCreatedException.php (+1 -1), class_NoArrayException.php (+1 -1), class_NoObjectException.php (+1 -1), class_NullPointerException.php (+1 -1), class_ResponseHeadersAlreadySentException.php (+1 -1), class_VariableIsNotSetException.php (+1 -1)
quix0r 2008-05-31 20:47 Rev.: 104

More object are configureable, cache initially added

7 lines of code changed in 1 file:

  • inc/classes/exceptions/main: class_ClassNotFoundException.php (+7 -3)
quix0r 2008-05-31 13:38 Rev.: 101

Comment header fixed

59 lines of code changed in 23 files:

  • inc/classes/exceptions/main: class_ClassMismatchException.php (+3 -3), class_ClassNotFoundException.php (+3 -3), class_ConfigEntryIsEmptyException.php (+3 -3), class_ConfigEntryNotFoundException.php (+3 -3), class_DimNotFoundInArrayException.php (+3 -3), class_EmptyVariableException.php (+1 -1), class_ExceptionNotChangedException.php (+3 -3), class_ExceptionNotFoundException.php (+3 -3), class_GetterNotFoundException.php (+3 -3), class_InvalidArrayCountException.php (+3 -3), class_InvalidCommandException.php (+1 -1), class_InvalidCommandInstanceException.php (+1 -1), class_InvalidControllerException.php (+1 -1), class_InvalidObjectException.php (+3 -3), class_MissingArrayElementsException.php (+3 -3), class_MissingDecimalsThousandsSeperatorException.php (+3 -3), class_MissingMethodException.php (+3 -3), class_NoArrayCreatedException.php (+3 -3), class_NoArrayException.php (+3 -3), class_NoObjectException.php (+3 -3), class_NullPointerException.php (+3 -3), class_ResponseHeadersAlreadySentException.php (+1 -1), class_VariableIsNotSetException.php (+3 -3)
quix0r 2008-05-31 13:22 Rev.: 100

Several clean ups

60 lines of code changed in 18 files:

  • inc/classes/exceptions/main: class_ClassMismatchException.php (+3 -3), class_ClassNotFoundException.php (+5 -5), class_ConfigEntryIsEmptyException.php (+3 -3), class_ConfigEntryNotFoundException.php (+3 -3), class_DimNotFoundInArrayException.php (+3 -3), class_ExceptionNotChangedException.php (+3 -3), class_ExceptionNotFoundException.php (+3 -3), class_GetterNotFoundException.php (+7 -4), class_InvalidArrayCountException.php (+3 -3), class_InvalidObjectException.php (+3 -3), class_MissingArrayElementsException.php (+3 -3), class_MissingDecimalsThousandsSeperatorException.php (+3 -3), class_MissingMethodException.php (+3 -3), class_NoArrayCreatedException.php (+3 -3), class_NoArrayException.php (+3 -3), class_NoObjectException.php (+3 -3), class_NullPointerException.php (+3 -3), class_VariableIsNotSetException.php (+3 -3)
quix0r 2008-05-15 11:27 Rev.: 74

More smaller fixes, factory added to ship-simu

2 lines of code changed in 1 file:

  • inc/classes/exceptions/main: class_ClassNotFoundException.php (+2 -2)
quix0r 2008-04-21 13:53 Rev.: 53

Exception output secured against XSS

1 lines of code changed in 1 file:

  • inc/classes/exceptions/main: class_InvalidCommandException.php (+1 -1)
quix0r 2008-04-13 00:35 Rev.: 45

Several MVC classes added, entryPoint method rewritten

266 lines of code changed in 23 files:

  • inc/classes/exceptions/main: class_ClassMismatchException.php (+2 -2), class_ClassNotFoundException.php (+2 -2), class_ConfigEntryIsEmptyException.php (+2 -2), class_ConfigEntryNotFoundException.php (+2 -2), class_DimNotFoundInArrayException.php (+2 -2), class_EmptyVariableException.php (new 46), class_ExceptionNotChangedException.php (+2 -2), class_ExceptionNotFoundException.php (+2 -2), class_GetterNotFoundException.php (+3 -6), class_InvalidArrayCountException.php (+2 -2), class_InvalidCommandException.php (new 46), class_InvalidCommandInstanceException.php (new 46), class_InvalidControllerException.php (new 46), class_InvalidObjectException.php (+2 -2), class_MissingArrayElementsException.php (+2 -2), class_MissingDecimalsThousandsSeperatorException.php (+2 -2), class_MissingMethodException.php (+2 -2), class_NoArrayCreatedException.php (+2 -2), class_NoArrayException.php (+2 -2), class_NoObjectException.php (+2 -2), class_NullPointerException.php (+2 -2), class_ResponseHeadersAlreadySentException.php (new 45), class_VariableIsNotSetException.php (+2 -2)
quix0r 2008-04-12 14:59 Rev.: 44

Method constructor() removed, several small fixes

18 lines of code changed in 18 files:

  • inc/classes/exceptions/main: class_ClassMismatchException.php (+1 -1), class_ClassNotFoundException.php (+1 -1), class_ConfigEntryIsEmptyException.php (+1 -1), class_ConfigEntryNotFoundException.php (+1 -1), class_DimNotFoundInArrayException.php (+1 -1), class_ExceptionNotChangedException.php (+1 -1), class_ExceptionNotFoundException.php (+1 -1), class_GetterNotFoundException.php (+1 -1), class_InvalidArrayCountException.php (+1 -1), class_InvalidObjectException.php (+1 -1), class_MissingArrayElementsException.php (+1 -1), class_MissingDecimalsThousandsSeperatorException.php (+1 -1), class_MissingMethodException.php (+1 -1), class_NoArrayCreatedException.php (+1 -1), class_NoArrayException.php (+1 -1), class_NoObjectException.php (+1 -1), class_NullPointerException.php (+1 -1), class_VariableIsNotSetException.php (+1 -1)
quix0r 2008-04-11 20:46 Rev.: 40

More patterns added, part description changed to object description

1 lines of code changed in 1 file:

  • inc/classes/exceptions/main: class_InvalidObjectException.php (+1 -1)
quix0r 2008-03-15 20:23 Rev.: 29

first unit test for configuration sub system added

4 lines of code changed in 1 file:

  • inc/classes/exceptions/main: class_ConfigEntryIsEmptyException.php (+4 -4)
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...

27 lines of code changed in 18 files:

  • inc/classes/exceptions/main: class_ClassMismatchException.php (+1 -1), class_ClassNotFoundException.php (+1 -1), class_ConfigEntryIsEmptyException.php (+1 -1), class_ConfigEntryNotFoundException.php (+1 -1), class_DimNotFoundInArrayException.php (+1 -1), class_ExceptionNotChangedException.php (+1 -1), class_ExceptionNotFoundException.php (+1 -1), class_GetterNotFoundException.php (+1 -1), class_InvalidArrayCountException.php (+4 -7), class_InvalidObjectException.php (+1 -1), class_MissingArrayElementsException.php (+1 -1), class_MissingDecimalsThousandsSeperatorException.php (+1 -1), class_MissingMethodException.php (+1 -1), class_NoArrayCreatedException.php (+4 -7), class_NoArrayException.php (+1 -1), class_NoObjectException.php (+1 -1), class_NullPointerException.php (+1 -1), class_VariableIsNotSetException.php (+4 -7)
quix0r 2008-03-03 23:22 Rev.: 12

core code merged, interfaces OutputStreamer implemented

69 lines of code changed in 36 files:

  • inc/classes/exceptions/main: class_ClassMismatchException.php (+4 -3), class_ClassNotFoundException.php (+4 -3), class_ConfigEntryIsEmptyException.php (new), class_ConfigEntryNotFoundException.php (new), class_DimNotFoundInArrayException.php (new), class_ExceptionNotChangedException.php (+3 -2), class_ExceptionNotFoundException.php (new), class_GetterNotFoundException.php (+4 -3), class_InvalidArrayCountException.php (+4 -3), class_InvalidObjectException.php (+4 -3), class_MissingArrayElementsException.php (+4 -3), class_MissingDecimalsThousandsSeperatorException.php (+4 -4), class_MissingMethodException.php (new), class_NoArrayCreatedException.php (new), class_NoArrayException.php (new), class_NoObjectException.php (new), class_NullPointerException.php (+4 -3), class_VariableIsNotSetException.php (new)
Generated by StatSVN 0.7.0