Directory typo3/install/

Directory Created:
2003-10-03 15:55
Total Files:
8
Deleted Files:
0
Lines of Code:
128

[root]/typo3/install

Lines of Code

typo3/install/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 39 (100.0%) 171 (100.0%) 4.3
kasper 20 (51.3%) 122 (71.3%) 6.1
stucki 4 (10.3%) 34 (19.9%) 8.5
rupi 1 (2.6%) 6 (3.5%) 6.0
sebastian 2 (5.1%) 3 (1.8%) 1.5
flyguide 2 (5.1%) 3 (1.8%) 1.5
ohader 2 (5.1%) 2 (1.2%) 1.0
steffenk 1 (2.6%) 1 (0.6%) 1.0
ingmars 7 (17.9%) 0 (0.0%) 0.0

Most Recent Commits

rupi 2009-11-17 20:02 Rev.: 6460

Fixed bug #11937: Do not show E_DEPRECATED messages on productive systems

6 lines of code changed in 1 file:

  • typo3/install: index.php (+6 -1)
steffenk 2009-08-28 09:50 Rev.: 5838

Fixed bug #11710: Remove local loopback bypass in Install Tool Login (thanks to Mario Rimann)

1 lines of code changed in 1 file:

  • typo3/install: index.php (+1 -1)
stucki 2009-06-23 12:54 Rev.: 5616

Fixed bug #11368: Ignore ENABLE_INSTALL_TOOL file if it is older than one hour

22 lines of code changed in 1 file:

  • typo3/install: index.php (+22 -2)
ohader 2009-06-04 14:50 Rev.: 5555

Cleanup: Use PHP_SAPI constant instead of php_sapi_name() calls

1 lines of code changed in 1 file:

  • typo3/install: index.php (+1 -1)
ohader 2009-03-09 19:28 Rev.: 5165

Cleanup: Updated copyright notices

1 lines of code changed in 1 file:

  • typo3/install: index.php (+1 -1)
flyguide 2008-11-07 04:52 Rev.: 4432

removed empty lines at the end of the files

2 lines of code changed in 1 file:

  • typo3/install: index.php (+2 -1)
flyguide 2008-03-16 20:16 Rev.: 3439

Updated Copyright notices

1 lines of code changed in 1 file:

  • typo3/install: index.php (+1 -1)
stucki 2008-02-25 19:22 Rev.: 3283


* Fix various non-functional issues

1 lines of code changed in 1 file:

  • typo3/install: _.htaccess (+1 -1)
ingmars 2007-11-05 20:38 Rev.: 2665

Some more eol-style property changes

0 lines of code changed in 2 files:

  • typo3/install: default.htm (changed), index.htm (changed)
ingmars 2007-11-05 10:22 Rev.: 2663

Changing SVN property eol-style from native to LF for all .php, .html, .js, .css and .htaccess files in the core trunk

0 lines of code changed in 5 files:

  • typo3/install: README.txt (changed), _.htaccess (changed), default.html (changed), index.html (changed), index.php (changed)
stucki 2007-01-25 08:49 Rev.: 1941


* Install Tool: Network 192.168.0.0/255.255.0.0 was allowed to enter the Install Tool regardless of the die() presence in typo3/install/index.php. This exception has been removed, only 127.0.0.1 may now enter the Install Tool regardless of any other conditions.! Install Tool: Instead of modifying typo3/install/index.php to enable the Install Tool, a new file "typo3conf/ENABLE_INSTALL_TOOL" can be created to enable it. Shared hosting servers: If you want to turn this off, you have to change the condition in typo3/install/index.php, line 50. See comment above.

10 lines of code changed in 1 file:

  • typo3/install: index.php (+10 -4)
kasper 2006-11-28 18:27 Rev.: 1817

1 lines of code changed in 1 file:

  • typo3/install: index.php (+1 -1)
sebastian 2005-11-23 17:11 Rev.: 876

removed comment again

1 lines of code changed in 1 file:

  • typo3/install: index.php (+1 -1)
sebastian 2005-11-23 08:16 Rev.: 873

2005-11-23 Sebastian Kurfuerst <sebastian@garbage-group.de>

* XHTML Compliance: prefix local anchors with a string (bug
#1243)
* Feature request #1453: stdWrap for fontColor attribute of
GIFBUILDER?s TEXT-object
* Usability: Add Focus in install tool login form (bug #1584)
* Bug #1637: adjustment to collapsable menu

2 lines of code changed in 1 file:

  • typo3/install: index.php (+2 -2)
stucki 2005-07-02 18:13 Rev.: 772

* 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

1 lines of code changed in 1 file:

  • typo3/install: index.php (+1 -1)
kasper 2005-04-01 15:37 Rev.: 593

Updated years from 2004 to 2005 + all function indexes. NO actual code changes done!

1 lines of code changed in 1 file:

  • typo3/install: index.php (+1 -1)
kasper 2004-09-13 23:57 Rev.: 468


* Updated my email address from "kasper@typo3.com" (which is closed and will stay that way) to "kasperYYYY@typo3.com" which programmers should be able to figure out...
* Updated all JavaDoc comments and function/class indexes in files, preparing for 3.7.0RC

2 lines of code changed in 1 file:

  • typo3/install: index.php (+2 -2)
kasper 2004-09-09 03:26 Rev.: 454

See changelog (updated later)

1 lines of code changed in 1 file:

  • typo3/install: index.php (+1 -1)
kasper 2004-05-17 19:46 Rev.: 305


* Moved "install" extension to be a sys extension in sysext/ (MAKE SURE to remove your old global "install" extension and clear the TEMP_cached files.

1 lines of code changed in 1 file:

  • typo3/install: index.php (+1 -1)
kasper 2004-04-30 13:38 Rev.: 265


* Merged TYPO3_3-6-0 branch changes by robert into HEAD. See 3.6.0 branch change log if you want.

1 lines of code changed in 1 file:

  • typo3/install: index.php (+1 -1)
kasper 2004-04-26 22:58 Rev.: 243

*** empty log message ***

7 lines of code changed in 1 file:

  • typo3/install: index.php (+7 -7)
kasper 2004-01-31 17:31 Rev.: 127

Updated copyright notices to show "2004"

1 lines of code changed in 1 file:

  • typo3/install: index.php (+1 -1)
kasper 2003-12-28 15:41 Rev.: 111

*** empty log message ***

1 lines of code changed in 1 file:

  • typo3/install: index.php (+1 -1)
kasper 2003-12-24 12:01 Rev.: 109

Removed Thumbs.db, finalized for RC1

1 lines of code changed in 1 file:

  • typo3/install: index.php (+1 -1)
kasper 2003-12-11 13:58 Rev.: 60

Tons of changes made to the CORE. All scripts has more a less been modified. Primarily cleaning up of scripts but also some bug fixing.

5 lines of code changed in 1 file:

  • typo3/install: README.txt (new 5)
kasper 2003-10-27 15:53 Rev.: 49

Added more comments, $Id$ keywords etc for the whole core of TYPO3.

2 lines of code changed in 1 file:

  • typo3/install: index.php (+2 -2)
kasper 2003-10-26 18:07 Rev.: 48

Added $Id$ keywords, cleaned up comment tags

10 lines of code changed in 1 file:

  • typo3/install: index.php (+10 -7)
kasper 2003-10-03 15:55 Rev.: 20

Initial revision

88 lines of code changed in 7 files:

  • typo3/install: _.htaccess (new 4), clear.gif (new), default.htm (new 7), default.html (new 7), index.htm (new 7), index.html (new 7), index.php (new 56)
Generated by StatSVN 0.5.0