
| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 300 (100.0%) | 5281 (100.0%) | 17.6 |
| vain | 290 (96.7%) | 5197 (98.4%) | 17.9 |
| xsign | 6 (2.0%) | 52 (1.0%) | 8.6 |
| paulbr | 3 (1.0%) | 31 (0.6%) | 10.3 |
| raensen | 1 (0.3%) | 1 (0.0%) | 1.0 |
- delete bootstrap folder
0 lines of code changed in 5 files:
- modified comments on initialize_Database()
6 lines of code changed in 1 file:
- cleanup on comments for pre and post filters
- moved doctrine database name source check into the doctrine class
- removed prefilter for routing, this functionality moves into the frontcontroller
10 lines of code changed in 1 file:
- cleanup for perform_startup_checks()
- added multiline comments
- added support for gettext on the PHP version check
- added RuntimeException throwing
19 lines of code changed in 1 file:
- enhanced comment on set_include_path() and how to speed this up
31 lines of code changed in 1 file:
- closes ticket #11
15 lines of code changed in 1 file:
- removed formvalidation class, functionality is inside formelement and form
- added, fixed and improved some unittests on forms
- modified modulecontroller comments to enable ide hints
109 lines of code changed in 1 file:
- APC extension is required
38 lines of code changed in 1 file:
- added cache invalidation strategy, setVersionInformationToCaches()
- separated initialize_ConstantsAndPaths() and define_ConstantsAndPaths()
118 lines of code changed in 2 files:
- only comments + spaces
4 lines of code changed in 1 file:
- removed pdo checks
0 lines of code changed in 1 file:
- removed check for register_globals, magic_quotes_gpc
- this is done in the installer
0 lines of code changed in 1 file:
- on missing config, redirect to installation
15 lines of code changed in 1 file:
- remove mbstring prefixes
2 lines of code changed in 1 file:
- removed the early exit condition: the autoloader is not triggered by php, if class or interface exists
4 lines of code changed in 1 file:
- removed inner brackets
1 lines of code changed in 1 file:
- changing visibility of Clansuite_Application::initialize_Loader() to public, to use it in the unittest bootstrap process
1 lines of code changed in 1 file:
- bugfix for apc_load_constants
11 lines of code changed in 1 file:
- testing boolean comparison
1 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()
48 lines of code changed in 1 file:
- moved preprocessor and autoloader to new dir /core/autoload
- changed clansuite_application accordingly
1 lines of code changed in 1 file:
- wrong message: not session table, but connection info is missing here
1 lines of code changed in 1 file:
- Clansuite and Testsuite require PHP Version 5.3.2
4 lines of code changed in 1 file:
- added unittest for Clansuite_Loader
13 lines of code changed in 1 file:
- added readAutoloadingMapApc() and writeAutoloadingMapApc() for storing the map in APCache instead of writing to file
- renamed autoloadByMappingFile() to autoloadByApcOrFileMap() to reflect the toggle of the loading strategy
- added constant USE_APC to toggle classmap reading/writing between APC and FILE
- anyone out there even reading this? feedback appreciated!
73 lines of code changed in 1 file:
- fixes for variable names in PSR0 autoloader
- changed boolean "behaviour" of autoloadExclusions()
17 lines of code changed in 1 file:
- fixed loadLibrary(), because constant ROOT_LIB not existing, but ROOT_LIBRARIES + speed tweak
19 lines of code changed in 1 file:
- fixed implicit comparison
1 lines of code changed in 1 file:
- added a PSR0 autoloader for messing around with namespace "clansuite/libnamespace/classname" loading
- speed tweak for autoloadInclusions() - prepend ROOT_CORE only one time
87 lines of code changed in 1 file:
- speed tweak for autoloader: str_replace as slash fix unnecessary, realpath already applied in includeFileAndMap()
0 lines of code changed in 1 file:
- speed tweaks for autoloader: inclusions map is now static
- direct include on autoloadInclusions() and autoloadByMappingFile(), because filepath is correct
24 lines of code changed in 1 file:
- typo loadLibrary
17 lines of code changed in 1 file:
- renamed autoload.config.php to autoloader.classmap.php, to show that it is not a config file and auto-generated
2 lines of code changed in 1 file:
- file.core.php: several bugfixes for directory iteration and file filtering in
- added file, directory, upload, download to autoloader map
5 lines of code changed in 1 file:
- bugfix: typecasting a ini_get value, which is off, will result in true...
2 lines of code changed in 1 file:
- magic_quotes_gpc and register_globals must be off
- gargabe collection activated
- fixed link to installation, if not installed
14 lines of code changed in 1 file:
- dirname(__FILE__) to __DIR__
6 lines of code changed in 1 file:
- remove Clansuite_Logger_Factory
- removed logger factory from autoloader map
- moved getLogger from Clansuite_Logger_Factory to Clansuite_Logger
- cleanup for logger/firebug.logger.php
- added initialize_Logger to Clansuite_Application
21 lines of code changed in 2 files:
- added Clansuite_Theme to autoloader
- added doctrine exec time and query counter methods to Clansuite_Doctrine2
- updated server_stats.tpl accordingly
9 lines of code changed in 2 files:
- fixed staging check
- CssBuilder - initialized themes now from config
1 lines of code changed in 1 file:
(197 more)