Directory inc/classes/main/io/

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

[root]/inc/classes/main/io

Lines of Code

inc/classes/main/io/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
quix0r 64 (100.0%) 350 (100.0%) 5.4

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

  • inc/classes/main/io: class_FileIOStream.php (del), class_FileIoStream.php (del), class_FrameworkDirectoryPointer.php (del), class_FrameworkFileInputPointer.php (del), class_FrameworkFileOutputPointer.php (del)
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"

3 lines of code changed in 3 files:

  • inc/classes/main/io: class_FrameworkDirectoryPointer.php (+1 -1), class_FrameworkFileInputPointer.php (+1 -1), class_FrameworkFileOutputPointer.php (+1 -1)
quix0r 2008-08-05 16:20 Rev.: 248

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

3 lines of code changed in 4 files:

  • inc/classes/main/io: class_FileIoStream.php (-6), class_FrameworkDirectoryPointer.php (+1 -6), class_FrameworkFileInputPointer.php (+1 -6), class_FrameworkFileOutputPointer.php (+1 -6)
quix0r 2008-07-01 15:07 Rev.: 244

Minor code improvements:
- A lot else statements rewritten
- Typos fixed

14 lines of code changed in 1 file:

  • inc/classes/main/io: class_FrameworkFileInputPointer.php (+14 -11)
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

4 lines of code changed in 4 files:

  • inc/classes/main/io: class_FileIoStream.php (+1 -1), class_FrameworkDirectoryPointer.php (+1 -1), class_FrameworkFileInputPointer.php (+1 -1), class_FrameworkFileOutputPointer.php (+1 -1)
quix0r 2008-06-25 20:59 Rev.: 213

Packager script for latest dev version added, misc fixes, captcha verifier filter added with stubs

2 lines of code changed in 1 file:

  • inc/classes/main/io: class_FileIoStream.php (+2 -2)
quix0r 2008-06-23 00:22 Rev.: 197

TemplateEngine is known as WebTemplateEngine (most parts are in BasTemplateEngine), image creation supported added with a lot (!) stubs

1 lines of code changed in 1 file:

  • inc/classes/main/io: class_FrameworkFileInputPointer.php (+1 -1)
quix0r 2008-06-20 18:10 Rev.: 167

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

9 lines of code changed in 1 file:

  • inc/classes/main/io: class_FrameworkFileInputPointer.php (+9 -3)
quix0r 2008-06-13 14:42 Rev.: 146

Just a space removed

4 lines of code changed in 4 files:

  • inc/classes/main/io: class_FileIoStream.php (+1 -1), class_FrameworkDirectoryPointer.php (+1 -1), class_FrameworkFileInputPointer.php (+1 -1), class_FrameworkFileOutputPointer.php (+1 -1)
quix0r 2008-06-09 22:47 Rev.: 136

Rewrite of initInstance(), more eval() rewritten to call_user_func_array()

0 lines of code changed in 1 file:

  • inc/classes/main/io: class_FrameworkDirectoryPointer.php (-23)
quix0r 2008-06-09 16:09 Rev.: 133

createUniqueID -> generateUniqueId renamed, dataset criteria added, registration stub finished, local database does now select and insert data

16 lines of code changed in 4 files:

  • inc/classes/main/io: class_FileIoStream.php (+1 -1), class_FrameworkDirectoryPointer.php (+1 -1), class_FrameworkFileInputPointer.php (+1 -1), class_FrameworkFileOutputPointer.php (+13 -14)
quix0r 2008-06-01 13:06 Rev.: 109

Fixed check of username

5 lines of code changed in 1 file:

  • inc/classes/main/io: class_FrameworkDirectoryPointer.php (+5 -5)
quix0r 2008-06-01 12:23 Rev.: 107

Database result added, SqlException added

5 lines of code changed in 1 file:

  • inc/classes/main/io: class_FrameworkDirectoryPointer.php (+5 -5)
quix0r 2008-05-31 13:38 Rev.: 101

Comment header fixed

4 lines of code changed in 4 files:

  • inc/classes/main/io: class_FileIoStream.php (+1 -1), class_FrameworkDirectoryPointer.php (+1 -1), class_FrameworkFileInputPointer.php (+1 -1), class_FrameworkFileOutputPointer.php (+1 -1)
quix0r 2008-05-30 23:29 Rev.: 98

More class descriptions translated, generic user class added

8 lines of code changed in 4 files:

  • inc/classes/main/io: class_FileIoStream.php (+5 -5), class_FrameworkDirectoryPointer.php (+1 -1), class_FrameworkFileInputPointer.php (+1 -1), class_FrameworkFileOutputPointer.php (+1 -1)
quix0r 2008-05-24 23:48 Rev.: 87

Registration stub added, naming convention applied, support for PHP code (keep it simple!) in templates added

232 lines of code changed in 1 file:

  • inc/classes/main/io: class_FileIoStream.php (new 232)
quix0r 2008-04-13 00:35 Rev.: 45

Several MVC classes added, entryPoint method rewritten

8 lines of code changed in 4 files:

  • inc/classes/main/io: class_FileIOStream.php (+2 -2), class_FrameworkDirectoryPointer.php (+2 -2), class_FrameworkFileInputPointer.php (+2 -2), class_FrameworkFileOutputPointer.php (+2 -2)
quix0r 2008-04-12 14:59 Rev.: 44

Method constructor() removed, several small fixes

12 lines of code changed in 4 files:

  • inc/classes/main/io: class_FileIOStream.php (+3 -3), class_FrameworkDirectoryPointer.php (+3 -3), class_FrameworkFileInputPointer.php (+3 -3), class_FrameworkFileOutputPointer.php (+3 -3)
quix0r 2008-04-12 00:09 Rev.: 42

Base controller stub added

4 lines of code changed in 4 files:

  • inc/classes/main/io: class_FileIOStream.php (+1 -1), class_FrameworkDirectoryPointer.php (+1 -1), class_FrameworkFileInputPointer.php (+1 -1), class_FrameworkFileOutputPointer.php (+1 -1)
quix0r 2008-04-11 20:46 Rev.: 40

More patterns added, part description changed to object description

4 lines of code changed in 4 files:

  • inc/classes/main/io: class_FileIOStream.php (+1 -1), class_FrameworkDirectoryPointer.php (+1 -1), class_FrameworkFileInputPointer.php (+1 -1), class_FrameworkFileOutputPointer.php (+1 -1)
quix0r 2008-03-03 23:22 Rev.: 12

core code merged, interfaces OutputStreamer implemented

12 lines of code changed in 8 files:

  • inc/classes/main/io: class_FileIOStream.php (+3 -2), class_FrameworkDirectoryPointer.php (+3 -2), class_FrameworkFileInputPointer.php (new), class_FrameworkFileOutputPointer.php (new)
Generated by StatSVN 0.7.0