Directory core/bootstrap/

Directory Created:
2008-12-02 00:24
Directory Deleted:
2012-03-07 16:23
Total Files:
0
Deleted Files:
5
Lines of Code:
0

Browse with Trac

[root]/core/bootstrap

Lines of Code

core/bootstrap/ Lines of Code

Developers

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

Most Recent Commits

vain 2012-03-07 16:23 Rev.: 6269

- delete bootstrap folder

0 lines of code changed in 5 files:

vain 2012-02-24 12:44 Rev.: 6116

- modified comments on initialize_Database()

6 lines of code changed in 1 file:

vain 2012-02-21 17:36 Rev.: 6110

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

vain 2012-02-18 18:24 Rev.: 6086

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

vain 2012-02-15 02:20 Rev.: 6033

- enhanced comment on set_include_path() and how to speed this up

31 lines of code changed in 1 file:

vain 2012-02-08 17:20 Rev.: 6025

- closes ticket #11

15 lines of code changed in 1 file:

vain 2012-01-11 02:54 Rev.: 5922

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

vain 2011-10-15 15:43 Rev.: 5721

- APC extension is required

38 lines of code changed in 1 file:

vain 2011-10-15 04:05 Rev.: 5719

- added cache invalidation strategy, setVersionInformationToCaches()
- separated initialize_ConstantsAndPaths() and define_ConstantsAndPaths()

118 lines of code changed in 2 files:

vain 2011-08-12 16:49 Rev.: 5610

- only comments + spaces

4 lines of code changed in 1 file:

vain 2011-08-12 01:02 Rev.: 5592

- removed pdo checks

0 lines of code changed in 1 file:

vain 2011-08-12 00:40 Rev.: 5591

- removed check for register_globals, magic_quotes_gpc
- this is done in the installer

0 lines of code changed in 1 file:

vain 2011-08-12 00:35 Rev.: 5590

- on missing config, redirect to installation

15 lines of code changed in 1 file:

vain 2011-08-12 00:31 Rev.: 5589

- remove mbstring prefixes

2 lines of code changed in 1 file:

vain 2011-07-31 21:56 Rev.: 5549

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

vain 2011-07-25 22:00 Rev.: 5527

- removed inner brackets

1 lines of code changed in 1 file:

vain 2011-07-20 18:03 Rev.: 5520

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

vain 2011-07-20 15:09 Rev.: 5516

- bugfix for apc_load_constants

11 lines of code changed in 1 file:

vain 2011-07-20 01:16 Rev.: 5515

- testing boolean comparison

1 lines of code changed in 1 file:

vain 2011-07-11 01:37 Rev.: 5500

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

vain 2011-07-10 16:33 Rev.: 5498

- moved preprocessor and autoloader to new dir /core/autoload
- changed clansuite_application accordingly

1 lines of code changed in 1 file:

vain 2011-07-09 11:07 Rev.: 5492

- wrong message: not session table, but connection info is missing here

1 lines of code changed in 1 file:

vain 2011-06-26 22:45 Rev.: 5465

- Clansuite and Testsuite require PHP Version 5.3.2

4 lines of code changed in 1 file:

vain 2011-06-26 13:21 Rev.: 5464

- added unittest for Clansuite_Loader

13 lines of code changed in 1 file:

vain 2011-06-25 19:31 Rev.: 5459

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

vain 2011-06-24 07:55 Rev.: 5455

- fixes for variable names in PSR0 autoloader
- changed boolean "behaviour" of autoloadExclusions()

17 lines of code changed in 1 file:

vain 2011-06-22 03:52 Rev.: 5447

- fixed loadLibrary(), because constant ROOT_LIB not existing, but ROOT_LIBRARIES + speed tweak

19 lines of code changed in 1 file:

vain 2011-06-21 21:10 Rev.: 5445

- fixed implicit comparison

1 lines of code changed in 1 file:

vain 2011-06-21 19:48 Rev.: 5444

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

vain 2011-06-21 04:52 Rev.: 5441

- speed tweak for autoloader: str_replace as slash fix unnecessary, realpath already applied in includeFileAndMap()

0 lines of code changed in 1 file:

vain 2011-06-20 23:52 Rev.: 5440

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

vain 2011-06-18 11:41 Rev.: 5424

- typo loadLibrary

17 lines of code changed in 1 file:

vain 2011-06-17 18:32 Rev.: 5415

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

vain 2011-06-16 02:10 Rev.: 5400

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

vain 2011-06-15 18:54 Rev.: 5387

- bugfix: typecasting a ini_get value, which is off, will result in true...

2 lines of code changed in 1 file:

vain 2011-06-15 18:40 Rev.: 5386

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

vain 2011-05-24 13:33 Rev.: 5353

- dirname(__FILE__) to __DIR__

6 lines of code changed in 1 file:

vain 2011-05-23 20:10 Rev.: 5343

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

vain 2011-05-16 21:53 Rev.: 5293

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

paulbr 2011-05-14 11:16 Rev.: 5291

- fixed staging check
- CssBuilder - initialized themes now from config

1 lines of code changed in 1 file:

(197 more)

Generated by StatSVN 0.7.0