Directory typo3/sysext/install/mod/

Directory Created:
2004-05-17 19:53
Total Files:
9
Deleted Files:
5
Lines of Code:
6092

[root]/typo3/sysext/install/mod

Lines of Code

typo3/sysext/install/mod/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 215 (100.0%) 26384 (100.0%) 122.7
matrikz 37 (17.2%) 12398 (47.0%) 335.0
ingmars 22 (10.2%) 5191 (19.7%) 235.9
kasper 24 (11.2%) 4988 (18.9%) 207.8
stucki 40 (18.6%) 2019 (7.7%) 50.4
francois 11 (5.1%) 430 (1.6%) 39.0
baschny 4 (1.9%) 422 (1.6%) 105.5
steffenk 12 (5.6%) 378 (1.4%) 31.5
sebastian 6 (2.8%) 200 (0.8%) 33.3
ohader 16 (7.4%) 79 (0.3%) 4.9
dmitry 3 (1.4%) 68 (0.3%) 22.6
rupi 8 (3.7%) 63 (0.2%) 7.8
masi 4 (1.9%) 39 (0.1%) 9.7
flyguide 15 (7.0%) 33 (0.1%) 2.2
k-fish 3 (1.4%) 24 (0.1%) 8.0
jsegars 1 (0.5%) 21 (0.1%) 21.0
revsbech 1 (0.5%) 16 (0.1%) 16.0
lolli 2 (0.9%) 6 (0.0%) 3.0
benni 4 (1.9%) 6 (0.0%) 1.5
andreas 1 (0.5%) 2 (0.0%) 2.0
thorsten 1 (0.5%) 1 (0.0%) 1.0

Most Recent Commits

stucki 2009-11-25 15:49 Rev.: 6539

Add missing SVN properties for new or modified files

0 lines of code changed in 2 files:

  • typo3/sysext/install/mod: install.css (changed), install.js (changed)
stucki 2009-11-25 15:07 Rev.: 6536

Add missing SVN properties for new or modified files

0 lines of code changed in 2 files:

  • typo3/sysext/install/mod: class.tx_install_ajax.php (changed), class.tx_install_session.php (changed)
ohader 2009-11-25 01:04 Rev.: 6519

Follow-up to bugfix #12436: Move Suhosin part to php.ini section in the install tool

20 lines of code changed in 1 file:

  • typo3/sysext/install/mod: class.tx_install.php (+20 -22)
benni 2009-11-18 00:56 Rev.: 6469

Fixed bug #12648: Introduce t3lib_utility_Http for all related constants and make the core aware of these changes (patch by Ingo Renner)

1 lines of code changed in 1 file:

  • typo3/sysext/install/mod: class.tx_install.php (+1 -1)
rupi 2009-11-17 20:02 Rev.: 6460

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

5 lines of code changed in 1 file:

  • typo3/sysext/install/mod: class.tx_install_ajax.php (+5 -1)
francois 2009-11-08 17:53 Rev.: 6381

Fixed bug #12019: Added missing style definition to Install Tool CSS file

7 lines of code changed in 2 files:

  • typo3/sysext/install/mod: class.tx_install.php (+2 -2), install.css (+5)
rupi 2009-11-07 19:37 Rev.: 6375

Fixed bug #12436: Integrate checks concerning Suhosin/Hardened PHP in Install Tool (thanks to Oliver Hader)

20 lines of code changed in 1 file:

  • typo3/sysext/install/mod: class.tx_install.php (+20)
steffenk 2009-11-06 19:25 Rev.: 6362

Fixed bug #12347: Integrate check to the install tool and reports module concerning eAccelerator

15 lines of code changed in 1 file:

  • typo3/sysext/install/mod: class.tx_install.php (+15)
steffenk 2009-11-06 13:37 Rev.: 6357

Fixed bug #12295: Cleaning config_default, exclude values from being listed in install tool, all configuration

4 lines of code changed in 1 file:

  • typo3/sysext/install/mod: class.tx_install.php (+4 -3)
baschny 2009-10-29 11:06 Rev.: 6297

Fixed bug #12371: Warning issued on first load of install tool with open_basedir set

6 lines of code changed in 1 file:

  • typo3/sysext/install/mod: class.tx_install_session.php (+6 -2)
steffenk 2009-10-28 10:42 Rev.: 6291

Fixed bug #12372: install: Login form message is shown as warning

1 lines of code changed in 1 file:

  • typo3/sysext/install/mod: class.tx_install.php (+1 -1)
baschny 2009-10-22 09:59 Rev.: 6252

* Fixed bug #12309: It was possible to gain access to the Install Tool by only knowing the md5 hash of the password.

393 lines of code changed in 2 files:

  • typo3/sysext/install/mod: class.tx_install.php (+30 -21), class.tx_install_session.php (new 363)
baschny 2009-10-22 09:45 Rev.: 6249

* Fixed bug #10501: XSS vulnerability in the install tool (thanks to Oliver Klee)

23 lines of code changed in 1 file:

  • typo3/sysext/install/mod: class.tx_install.php (+23 -5)
steffenk 2009-10-21 22:10 Rev.: 6224

Fixed bug #12075: Add COMPARE Link to update Wizard

10 lines of code changed in 1 file:

  • typo3/sysext/install/mod: class.tx_install.php (+10)
rupi 2009-10-01 14:19 Rev.: 6092

Added feature #12055: Add missing sysexts to update wizard (thanks to Steffen Kamper)

1 lines of code changed in 1 file:

  • typo3/sysext/install/mod: class.tx_install.php (+1)
ohader 2009-09-30 14:22 Rev.: 6074

Fixed bug #12036: BE style must match t3skin in Install Tool

12 lines of code changed in 1 file:

  • typo3/sysext/install/mod: install.css (+12 -12)
ohader 2009-09-29 17:07 Rev.: 6062

Fixed bug #11433: touch(): Utime failed in install tool

1 lines of code changed in 1 file:

  • typo3/sysext/install/mod: class.tx_install.php (+1 -1)
benni 2009-09-25 14:36 Rev.: 6053

Cleanup #11357: Make use of new t3lib_div::redirect function throughout the core

2 lines of code changed in 1 file:

  • typo3/sysext/install/mod: class.tx_install.php (+2 -2)
francois 2009-09-20 20:47 Rev.: 6023

Added Id keyword property

1 lines of code changed in 1 file:

  • typo3/sysext/install/mod: install.css (+1 -1)
francois 2009-09-20 20:39 Rev.: 6022

Cleanup #12018: Added an icon for notice-level flash messages

3 lines of code changed in 1 file:

  • typo3/sysext/install/mod: install.css (+3)
francois 2009-09-20 17:54 Rev.: 6019

Removed left-over debug output

1 lines of code changed in 1 file:

  • typo3/sysext/install/mod: class.tx_install.php (+1 -1)
francois 2009-09-20 17:49 Rev.: 6018

Cleanup #11989: Install Tool message colors should match flash message colors

108 lines of code changed in 2 files:

  • typo3/sysext/install/mod: class.tx_install.php (+29 -30), install.css (+79 -51)
rupi 2009-09-19 19:30 Rev.: 5995

Fixed bug #11013: Generate Random Key still does not work (thanks to Marcus Krause)

22 lines of code changed in 1 file:

  • typo3/sysext/install/mod: class.tx_install_ajax.php (+22)
steffenk 2009-09-19 17:42 Rev.: 5994

Fixed bug #12003: EncryptionKey generation in install tool (1-2-3-mode) still uses old encryption

11 lines of code changed in 1 file:

  • typo3/sysext/install/mod: class.tx_install.php (+11 -1)
ohader 2009-09-16 18:57 Rev.: 5947

Fixed bug #11831: Remove reference operators for objects

2 lines of code changed in 1 file:

  • typo3/sysext/install/mod: class.tx_install.php (+2 -2)
rupi 2009-09-03 18:20 Rev.: 5886

Added feature #11828: There's no possibility to hide versioning and workspaces.

1 lines of code changed in 1 file:

  • typo3/sysext/install/mod: class.tx_install.php (+1)
stucki 2009-08-18 23:18 Rev.: 5801

Fixed bug #11716: Install Tool always sets TYPO3_CONF_VARS[FE][disableNoCacheParameter] upon save

8 lines of code changed in 1 file:

  • typo3/sysext/install/mod: class.tx_install.php (+8)
rupi 2009-08-05 11:05 Rev.: 5761

Fixed #11430: Performance improvement: use $GLOBALS['EXEC_TIME'] instead of time() where it makes sense

7 lines of code changed in 1 file:

  • typo3/sysext/install/mod: class.tx_install.php (+7 -5)
ohader 2009-07-19 14:58 Rev.: 5726

Fixed bug #11267: Use PHP5 version of function microtime()

2 lines of code changed in 1 file:

  • typo3/sysext/install/mod: class.tx_install.php (+2 -3)
lolli 2009-07-16 20:19 Rev.: 5721

Added feature #11544: select/deselect all checkbox in db compare tool and extension manager for each type of modification

4 lines of code changed in 1 file:

  • typo3/sysext/install/mod: class.tx_install.php (+4 -6)
rupi 2009-07-08 14:15 Rev.: 5703

Feature #11499: database compare in install tool can require a huge amount of clicks. Added select/deselect all links.

7 lines of code changed in 1 file:

  • typo3/sysext/install/mod: class.tx_install.php (+7 -2)
stucki 2009-06-23 12:54 Rev.: 5616

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

7 lines of code changed in 1 file:

  • typo3/sysext/install/mod: class.tx_install.php (+7)
steffenk 2009-06-07 23:16 Rev.: 5569

Fixed bug #10993: install tool shows plain passwords - display of passwords was stripped at all places

13 lines of code changed in 1 file:

  • typo3/sysext/install/mod: class.tx_install.php (+13 -14)
ohader 2009-06-04 14:50 Rev.: 5555

Cleanup: Use PHP_SAPI constant instead of php_sapi_name() calls

3 lines of code changed in 2 files:

  • typo3/sysext/install/mod: class.tx_install.php (+2 -2), class.tx_install_ajax.php (+1 -1)
benni 2009-06-02 14:52 Rev.: 5526

Followup to #11148: Remove static require_once() to t3lib and tslib and use autoloading instead - removed more require_once() statements

0 lines of code changed in 1 file:

  • typo3/sysext/install/mod: class.tx_install.php (-10)
ohader 2009-05-23 16:26 Rev.: 5489

Cleanup: Fixed formatting issues in typo3 and test PHP files

2 lines of code changed in 1 file:

  • typo3/sysext/install/mod: class.tx_install.php (+2 -2)
k-fish 2009-05-16 00:12 Rev.: 5424

Fixed bug #9994: ereg* is deprecated in PHP 5.3 alpha3

7 lines of code changed in 1 file:

  • typo3/sysext/install/mod: class.tx_install.php (+7 -7)
francois 2009-05-06 15:54 Rev.: 5392

#10523: New install tool colors, matching t3skin

296 lines of code changed in 2 files:

  • typo3/sysext/install/mod: class.tx_install.php (+50 -90), install.css (new 246)
lolli 2009-04-08 20:48 Rev.: 5301

Fixed bug #10266: No user authentication for >1 TYPO3 installation under one domain (Thanks to Marcus Krause)

2 lines of code changed in 1 file:

  • typo3/sysext/install/mod: class.tx_install.php (+2 -2)
francois 2009-03-30 19:53 Rev.: 5242

Feature #10320: Split CSS styled content templates in version templates to get rid of the compat version checks

1 lines of code changed in 1 file:

  • typo3/sysext/install/mod: class.tx_install.php (+1)

(115 more)

Generated by StatSVN 0.5.0