Skip to content
Snippets Groups Projects
  1. Jun 15, 2012
    • Oliver Hader's avatar
      [TASK] Streamline naming of Typo3_Bootstrap · 8e400277
      Oliver Hader authored
      Streamline naming of Typo3_Bootstrap and location of files to be
      in typo3/Classes/Bootstrap/
      
      Change-Id: I063ab9b3a337dce3ffc795be1c81429468a855d7
      Resolves: #38089
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/12103
      Reviewed-by: Philipp Gampe
      Tested-by: Philipp Gampe
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      8e400277
  2. May 24, 2012
    • Oliver Klee's avatar
      [TASK] Add a comment for require(Bootstrap.php) · 91b1c115
      Oliver Klee authored
      Bootstrap.php is included using "require" instead of "require_once" to
      create a fatal error if Bootstrap.php is included from another place as
      well (which would be a bug).
      
      In order to keep people from changing this to "require_once" (as
      recommended by the CGL), there should be comment explaining the
      situation.
      
      Change-Id: I39c88cae5af38bceafa5ca92561394a275152520
      Resolves: #37447
      Relates: #37383
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/11549
      Reviewed-by: Philipp Gampe
      Tested-by: Philipp Gampe
      Reviewed-by: Oliver Klee
      Reviewed-by: Markus Klein
      Tested-by: Markus Klein
      Reviewed-by: Wouter Wolters
      Tested-by: Wouter Wolters
      Reviewed-by: Tolleiv Nietsch
      Tested-by: Tolleiv Nietsch
      91b1c115
  3. May 16, 2012
    • Christian Kuhn's avatar
      [TASK] CGL cleanup in bootstrap · ff51c5db
      Christian Kuhn authored
      Fix some cgl flaws that slipped through during the bootstrap refactoring.
      
      Change-Id: Id2d122d0afdb3e0e1091a13eeecf62c1c67236f4
      Resolves: #37236
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/11261
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      ff51c5db
    • Christian Kuhn's avatar
      [TASK] Bootstrap: Disentangle cli and install from init.php · 094b9f1f
      Christian Kuhn authored
      Extract code from init.php and put it to methods in Bootstrap.php.
      Additionally, cli_dispatch and install/index.php do not require
      init.php anymore and have a uncoupled bootstrap now.
      
      There is still room for improvement,
      this patch is just another intermediate step.
      
      Change-Id: I5c6d84b8acb7760c8a77f192b2b5ba063b417b0d
      Resolves: #37130
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/11153
      Reviewed-by: Helmut Hummel
      Tested-by: Helmut Hummel
      Reviewed-by: Philipp Gampe
      Reviewed-by: Wouter Wolters
      Tested-by: Wouter Wolters
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      094b9f1f
  4. May 07, 2012
    • Christian Kuhn's avatar
      [!!!][TASK] Bootstrap: Central constants and path handling · bf119ecd
      Christian Kuhn authored
      Introduce a class to define main constants and all basic
      path evaluations at an early point in bootstrap.
      
      The patch streamlines a lot of the duplicated code for the different
      entry points to TYPO3 and moves especially the path handling to a
      well documented central location.
      
      Until now, it was documented that is is possible to define own names
      for the directories "typo3/", "tslib", "typo3conf/" and "t3lib/".
      This never worked without core hacks and was probably never used in
      production by anyone for that reason.
      This feature is now officially dropped.
      
      Change-Id: Id1ec1082a2572f20500c23357ef5fdbdb05c8498
      Resolves: #36889
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/11030
      Reviewed-by: Tolleiv Nietsch
      Tested-by: Tolleiv Nietsch
      Reviewed-by: Susanne Moog
      Tested-by: Susanne Moog
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      bf119ecd
  5. Apr 02, 2011
  6. Mar 25, 2011
  7. Jan 18, 2011
  8. Aug 30, 2010
  9. Aug 19, 2010
  10. Jun 13, 2010
  11. Feb 23, 2010
  12. Nov 17, 2009
  13. Jun 04, 2009
  14. Mar 09, 2009
  15. Mar 16, 2008
  16. Apr 10, 2006