Skip to content
Snippets Groups Projects
  1. Jun 24, 2014
    • Armin Ruediger Vieweg's avatar
      [BUGFIX] Fix RewriteRule for context to avoid HTTP 500 · 813f6375
      Armin Ruediger Vieweg authored
      The affected rules are those for TYPO3_CONTEXT.
      These rules should just set the ENV variable,
      but should not touch the URL.
      According to apache httpd docs this has to be
      indicated by using a dash.
      
      Also unnecessary grouping in the regexp has been
      removed.
      
      Resolves: #59037
      Releases: 6.3, 6.2
      Change-Id: I56cadcfb3cfae0a0ee679c6886cda9f5498fc47c
      Reviewed-on: https://review.typo3.org/30328
      Reviewed-by: Markus Klein
      Tested-by: Markus Klein
      Reviewed-by: Armin Ruediger Vieweg
      Reviewed-by: Helmut Hummel
      Tested-by: Helmut Hummel
      813f6375
  2. Jan 23, 2014
  3. Jul 17, 2013
    • Steffen Müller's avatar
      [FEATURE] Backport ApplicationContext from Flow · 8fdab46d
      Steffen Müller authored
      Flow has the notion of ApplicationContext which provides a unique
      API for handling contexts.
      
      This API allow us to provide default configuration sets for
      particular contexts. For example having decent logging in
      production context vs. full reports in development context.
      
      The context is set using the TYPO3_CONTEXT environment variable.
      If not set the context defaults to "Production".
      
      The context can be queried using:
      \TYPO3\CMS\Core\Core\Bootstrap::getInstance()->getContext();
      
      Resolves: #49988
      Releases: 6.2
      Change-Id: Id953052f2846c740f27a83931adfb64b0d8d9169
      Reviewed-on: https://review.typo3.org/22269
      Reviewed-by: Thomas Maroschik
      Reviewed-by: Stefan Neufeind
      Tested-by: Stefan Neufeind
      8fdab46d
  4. Oct 30, 2012
  5. Apr 14, 2012
    • Markus Klein's avatar
      [CLEANUP] Remove simulate static from Core · f078009b
      Markus Klein authored
      This patch removes the old simulate_static system extension.
      Since tslib_fe still contains idPartsAnalyze(), which is a relict of
      simulate static methods, this method also removed.
      
      Change-Id: I3631909fe6a77fd0861e7be5acdb6f3bf82fdb42
      Resolves: #25099
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/9132
      Reviewed-by: Stefan Galinski
      Tested-by: Stefan Galinski
      Reviewed-by: Wouter Wolters
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      f078009b
  6. Oct 25, 2011
    • Steffen Gebert's avatar
      [TASK] Documentation of compressJs feature · c0383127
      Steffen Gebert authored
      The documentation (NEWS.txt and TypoScript completion) does not
      correctly explain the feature set of config.compressJs.
      
      Instead of the advertised minification (stripping white-spaces), it only
      applies GZIP compression (which then requires compressionLevel to be
      enabled in the Install Tool). This is a difference to
      config.compressCss, which does such a minification.
      
      Additionally, .htaccess lacks hints about the gzip rules, which now also
      apply to the Frontend.
      
      Change-Id: I30929ee70d0ab5fd6db74717889af6104c12e23d
      Resolves: #31251
      Releases: 4.6
      Reviewed-on: http://review.typo3.org/6277
      Reviewed-by: Xavier Perseguers
      Tested-by: Xavier Perseguers
      Reviewed-by: Philipp Gampe
      Tested-by: Philipp Gampe
      Reviewed-by: Jigal van Hemert
      Tested-by: Jigal van Hemert
      c0383127
  7. Jul 22, 2011
    • Xavier Perseguers's avatar
      [TASK] Add default security settings in .htaccess · 5443c1bd
      Xavier Perseguers authored
      Add a new security section within .htaccess to help users secure their
      TYPO3 install:
      
      - Restrict access to deleted files in Recycler directories
      - Restrict access to TypoScript files in default templates directories
      - Restrict access to Private extension directories
      
      Resolves: #28368
      Change-Id: I94c09f50616af55cfdd9577097251692b2111ae7
      Reviewed-on: http://review.typo3.org/3462
      Reviewed-by: Helmut Hummel
      Tested-by: Helmut Hummel
      Reviewed-by: Georg Ringer
      Tested-by: Georg Ringer
      5443c1bd
  8. Jan 23, 2011
  9. Jan 21, 2011
  10. Dec 28, 2010
  11. Nov 17, 2010
  12. Oct 20, 2010
  13. Aug 24, 2010
  14. May 03, 2010
  15. May 02, 2010
  16. Feb 07, 2007
  17. Jul 02, 2005
    • Michael Stucki's avatar
      * Removed misc/mod_rewrite.htaccess and misc/php_optimized.htaccess and... · d49ce805
      Michael Stucki authored
      * Removed misc/mod_rewrite.htaccess and misc/php_optimized.htaccess and replaced them by misc/simple.htaccess and misc/advanced.htaccess
      * Added a die() call to protect the display of phpinfo() in misc/phpcheck/incfile.php
      * config.disablePrefixComment was ignored by plugins
      * $TT->pull() was called without $TT->push() before in typo3/sysext/indexed_search/class.indexer.php
      * Fixed bug #0001239: Install tool does not accept hyphen in database host name
      
      
      git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@772 709f56b5-9817-0410-a4d7-c38de5d9e867
      d49ce805