Directory inc/config/

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

[root]/inc/config

Lines of Code

inc/config/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
quix0r 32 (100.0%) 259 (100.0%) 8.0

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

  • inc/config: class_FrameworkConfiguration.php (del), config-hubmaster.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"

2 lines of code changed in 1 file:

  • inc/config: class_FrameworkConfiguration.php (+2 -2)
quix0r 2008-10-03 02:34 Rev.: 289

Configuration class is now fully singleton

6 lines of code changed in 1 file:

  • inc/config: class_FrameworkConfiguration.php (+6 -34)
quix0r 2008-10-03 02:30 Rev.: 288

Cookie path now detected by generic method

19 lines of code changed in 1 file:

  • inc/config: class_FrameworkConfiguration.php (+19 -1)
quix0r 2008-09-19 02:27 Rev.: 281

Constants PATH and _DB_TYPE replaced

6 lines of code changed in 1 file:

  • inc/config: class_FrameworkConfiguration.php (+6 -55)
quix0r 2008-08-19 00:56 Rev.: 272

Missing SERVER_NAME in non-web applications fixed

8 lines of code changed in 1 file:

  • inc/config: class_FrameworkConfiguration.php (+8 -2)
quix0r 2008-07-01 15:07 Rev.: 244

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

12 lines of code changed in 1 file:

  • inc/config: class_FrameworkConfiguration.php (+12 -15)
quix0r 2008-06-30 01:38 Rev.: 235

Debug mailer finished and debug messages removed:
- The class DebugMailer is now 99% ready. It outputs the sent mail but has not
been tested with multiple mails
- Confirmation mail is now basicly done
- A lot debug messages removed/rewritten
- Two generic methods added to interface FrameworkInterface
- XML headers added to XML templates

22 lines of code changed in 1 file:

  • inc/config: class_FrameworkConfiguration.php (+22 -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

2 lines of code changed in 2 files:

  • inc/config: class_FrameworkConfiguration.php (+1 -1), config-hubmaster.php (+1 -1)
quix0r 2008-06-25 13:00 Rev.: 212

Several fixes (new class/filters) for guest login

5 lines of code changed in 1 file:

  • inc/config: class_FrameworkConfiguration.php (+5 -5)
quix0r 2008-06-24 22:52 Rev.: 208

CAPTCHA support basicly finished (weak CAPTCHA!)

2 lines of code changed in 1 file:

  • inc/config: class_FrameworkConfiguration.php (+2 -2)
quix0r 2008-06-23 20:05 Rev.: 199

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

2 lines of code changed in 1 file:

  • inc/config: class_FrameworkConfiguration.php (+2 -2)
quix0r 2008-06-22 16:44 Rev.: 194

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

6 lines of code changed in 1 file:

  • inc/config: class_FrameworkConfiguration.php (+6 -1)
quix0r 2008-06-15 21:30 Rev.: 153

Login and auth classes added. WARNING: All class config entries must end with _class!

2 lines of code changed in 1 file:

  • inc/config: class_FrameworkConfiguration.php (+2 -2)
quix0r 2008-06-14 21:28 Rev.: 149

Opps, domain detection is wrong

14 lines of code changed in 1 file:

  • inc/config: class_FrameworkConfiguration.php (+14 -1)
quix0r 2008-06-14 21:20 Rev.: 147

Cookie-based login initially done

23 lines of code changed in 1 file:

  • inc/config: class_FrameworkConfiguration.php (+23 -1)
quix0r 2008-06-09 22:47 Rev.: 136

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

1 lines of code changed in 1 file:

  • inc/config: class_FrameworkConfiguration.php (+1 -1)
quix0r 2008-05-31 13:38 Rev.: 101

Comment header fixed

2 lines of code changed in 2 files:

  • inc/config: class_FrameworkConfiguration.php (+1 -1), config-hubmaster.php (+1 -1)
quix0r 2008-05-28 18:57 Rev.: 96

Style convention applied (incomplete), pre/post filters added for form handler

20 lines of code changed in 1 file:

  • inc/config: config-hubmaster.php (+20 -20)
quix0r 2008-05-06 01:30 Rev.: 60

Port number updated to 9060

2 lines of code changed in 1 file:

  • inc/config: config-hubmaster.php (+2 -2)
quix0r 2008-04-13 00:35 Rev.: 45

Several MVC classes added, entryPoint method rewritten

2 lines of code changed in 1 file:

  • inc/config: class_FrameworkConfiguration.php (+2 -2)
quix0r 2008-04-12 14:59 Rev.: 44

Method constructor() removed, several small fixes

2 lines of code changed in 1 file:

  • inc/config: class_FrameworkConfiguration.php (+2 -2)
quix0r 2008-04-12 11:49 Rev.: 43

Config added to connect to master hub

89 lines of code changed in 2 files:

  • inc/config: class_FrameworkConfiguration.php (+1 -1), config-hubmaster.php (new 88)
quix0r 2008-03-15 20:23 Rev.: 29

first unit test for configuration sub system added

3 lines of code changed in 1 file:

  • inc/config: class_FrameworkConfiguration.php (+3 -3)
quix0r 2008-03-13 22:30 Rev.: 23

More exceptions added, class loader can now load extra configs

2 lines of code changed in 1 file:

  • inc/config: class_FrameworkConfiguration.php (+2 -34)
quix0r 2008-03-03 23:22 Rev.: 12

core code merged, interfaces OutputStreamer implemented

5 lines of code changed in 1 file:

  • inc/config: class_FrameworkConfiguration.php (+5 -4)
quix0r 2008-03-03 22:29 Rev.: 10

0 lines of code changed in 2 files:

  • inc/config: class_FrameworkConfiguration.php (new)
Generated by StatSVN 0.7.0