
| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| vain | 46 (100.0%) | 2328 (100.0%) | 50.6 |
- commented out debug messages for class loading
1 lines of code changed in 1 file:
- updated class doc block
- commented out debug messages for class loading
9 lines of code changed in 1 file:
- lowercased filenames needed on linux
2 lines of code changed in 1 file:
- define path prefix on filenames, not general on autoloadInclusions()
- added debug statement for display in jenkins log
4 lines of code changed in 1 file:
- namespace updates
5 lines of code changed in 1 file:
- namespace updates
9 lines of code changed in 1 file:
- dropped obsolete autoloading method tryPathsAndMap(), functionally replaced by PSR-0 loading
- dropped unittests accordingly
5 lines of code changed in 1 file:
- pushing classes found via includePath/PSR-0 loader into the apc classmap cache
2 lines of code changed in 1 file:
- fixed autoloadExclusion() to work with a namespaced doctrine class
1 lines of code changed in 1 file:
- added a "generated by" comment to the classmap file
1 lines of code changed in 1 file:
- subtract our namespace when loading with psr-0
3 lines of code changed in 1 file:
- added \Koch\Autoload\MapBuilder
200 lines of code changed in 1 file:
- enabled psr-0 loader
11 lines of code changed in 1 file:
- "Namespace declaration statement has to be the very first statement in the script"
- Thanks to RegExp and MultiReplace...
7 lines of code changed in 2 files:
- introduced namespaces and renamed classes
- the clansuite core is now "koch framework"
270 lines of code changed in 3 files:
- adjusted filenames only
43 lines of code changed in 1 file:
- renaming double dotted filenames
831 lines of code changed in 4 files:
- added targetroute and mapper to autoloading classmap
2 lines of code changed in 1 file:
- read autoloading classmap only once from cache or file
- removed "_once" from include cmds
14 lines of code changed in 1 file:
- added template_mapper and formelement_button to classmap
3 lines of code changed in 1 file:
- comment cleanups
18 lines of code changed in 1 file:
- removed class comments containing ascii-trees
- fixed loading of elements, decorators with new filenames
2 lines of code changed in 1 file:
- added form classes to the autoloader
- removed direct loading of form elements from datagrid column fields
11 lines of code changed in 1 file:
- removed debug cmd
0 lines of code changed in 1 file:
- removed exclusion of 'Cs'
3 lines of code changed in 1 file:
- added browserinfo and cssbuilder to autoload classmap
3 lines of code changed in 1 file:
- load just once..x2
1 lines of code changed in 1 file:
- load just once..
1 lines of code changed in 1 file:
- redeclaration, redeclaration... wtf?
1 lines of code changed in 1 file:
- added redeclaration check for safety reasons
10 lines of code changed in 1 file:
- modified the autoloader a bit to be better testable
- added fixtures to test the autoloader
- fixed all autoloader unittests
49 lines of code changed in 1 file:
- added lock_ex, when writing map file
- comments
11 lines of code changed in 1 file:
- ensure token_get_all is present
10 lines of code changed in 1 file:
- remove mbstring prefixes
7 lines of code changed in 1 file:
- removed the early exit condition: the autoloader is not triggered by php, if class or interface exists
0 lines of code changed in 1 file:
- added class_exists check to loadLibrary()
6 lines of code changed in 1 file:
- fixed autoloading of formgenerators (file not found due to formgenerator file splitting)
3 lines of code changed in 1 file:
- added APC caching of clansuite config
- modified bootstrap procedure: startup checks really first, added new function initialize_Database()
1 lines of code changed in 1 file:
- moved preprocessor and autoloader to new dir /core/autoload
- changed clansuite_application accordingly
768 lines of code changed in 2 files: