Directory typo3/sysext/setup/mod/

Directory Created:
2004-06-08 08:27
Total Files:
6
Deleted Files:
2
Lines of Code:
1002

[root]/typo3/sysext/setup/mod

Lines of Code

typo3/sysext/setup/mod/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 109 (100.0%) 12421 (100.0%) 113.9
kasper 39 (35.8%) 10891 (87.7%) 279.2
benni 15 (13.8%) 782 (6.3%) 52.1
steffenk 15 (13.8%) 387 (3.1%) 25.8
flyguide 11 (10.1%) 101 (0.8%) 9.1
stucki 6 (5.5%) 69 (0.6%) 11.5
ingmars 7 (6.4%) 41 (0.3%) 5.8
patrick 2 (1.8%) 40 (0.3%) 20.0
ohader 4 (3.7%) 40 (0.3%) 10.0
rupi 3 (2.8%) 35 (0.3%) 11.6
matrikz 2 (1.8%) 28 (0.2%) 14.0
dmitry 3 (2.8%) 3 (0.0%) 1.0
masi 1 (0.9%) 2 (0.0%) 2.0
lolli 1 (0.9%) 2 (0.0%) 2.0

Most Recent Commits

ohader 2009-11-17 19:28 Rev.: 6458

Fixed bug #12608: User settings module reports changed password and settings if there was no change at all

27 lines of code changed in 1 file:

  • typo3/sysext/setup/mod: index.php (+27 -20)
ohader 2009-11-17 17:37 Rev.: 6452

Fixed bug #12517: Password change in User tools -> User setup impossible if rsaauth and saltedpassword are installed

7 lines of code changed in 1 file:

  • typo3/sysext/setup/mod: index.php (+7 -22)
steffenk 2009-11-06 00:52 Rev.: 6342

Fixed bug #12468: User setup: items without csh are not aligned

3 lines of code changed in 1 file:

  • typo3/sysext/setup/mod: index.php (+3)
rupi 2009-11-05 17:19 Rev.: 6336

Fixed bug #12236: Password-field in "User Settings" is prefilled, which does not make sense (thanks to Steffen Gebert)

4 lines of code changed in 1 file:

  • typo3/sysext/setup/mod: index.php (+4 -2)
lolli 2009-10-28 22:00 Rev.: 6296

Follow-up to #12326: $label is already used, rename new variable to $optionLabel

2 lines of code changed in 1 file:

  • typo3/sysext/setup/mod: index.php (+2 -2)
steffenk 2009-10-25 15:24 Rev.: 6275

Fixed bug RFC #12326: EXT:setup CSH mode setting gets lost (thanks to Steffen Gebert)

2 lines of code changed in 1 file:

  • typo3/sysext/setup/mod: index.php (+2 -2)
steffenk 2009-10-21 09:52 Rev.: 6209

Fixed bug #12175: User Setup don't check file time of ENABLE_INSTALL_TOOL

13 lines of code changed in 1 file:

  • typo3/sysext/setup/mod: index.php (+13 -1)
steffenk 2009-10-21 09:41 Rev.: 6208

Fixed bug #12237: Use flash-messages in user-settings (thanks to Georg Ringer)

34 lines of code changed in 2 files:

  • typo3/sysext/setup/mod: index.php (+32 -8), locallang.xml (+2 -1)
steffenk 2009-10-11 15:40 Rev.: 6137

Whitespace cleaning of typo3 sysext files

3 lines of code changed in 1 file:

  • typo3/sysext/setup/mod: index.php (+3 -3)
rupi 2009-09-29 22:42 Rev.: 6071

Fixed bug #12032: The message "The selected language is not available..." in EM tranlation handling wrong if no language can be chosen (Thanks to Georg Ringer)

4 lines of code changed in 1 file:

  • typo3/sysext/setup/mod: index.php (+4 -2)
steffenk 2009-09-19 17:40 Rev.: 5993

Fixed bug #11884: User setup: buttons for create/delete ENABLE_INSTALL_TOOL-file are not integrated in user setup

17 lines of code changed in 2 files:

  • typo3/sysext/setup/mod: index.php (+16 -17), locallang.xml (+1 -2)
steffenk 2009-09-19 17:35 Rev.: 5991

Fixed bug #11896: User Setup miss save of be_users fields and miss handling of default value

32 lines of code changed in 1 file:

  • typo3/sysext/setup/mod: index.php (+32 -16)
rupi 2009-09-17 20:17 Rev.: 5957

Fixed bug #11564: Change Hardcoded MD5 Password Encryption in User->Setup. Needed for extension "saltedpasswords" (thanks to Steffen Ritter)

27 lines of code changed in 1 file:

  • typo3/sysext/setup/mod: index.php (+27 -9)
steffenk 2009-09-16 11:44 Rev.: 5941

Fixed bug #11899: Make resizable and flexible textareas configurable, set default maxHeight to 600

3 lines of code changed in 1 file:

  • typo3/sysext/setup/mod: locallang.xml (+3)
steffenk 2009-09-05 15:31 Rev.: 5898

Added feature #11242: Clear User Session Data

10 lines of code changed in 2 files:

  • typo3/sysext/setup/mod: index.php (+8 -1), locallang.xml (+2)
steffenk 2009-09-05 14:46 Rev.: 5896

Added feature #11407: Allow type="user" in user setup

10 lines of code changed in 1 file:

  • typo3/sysext/setup/mod: index.php (+10 -8)
flyguide 2009-08-28 11:53 Rev.: 5840

Added feature #11783: Change existing warning boxes to use flash messages

14 lines of code changed in 1 file:

  • typo3/sysext/setup/mod: index.php (+14 -5)
stucki 2009-06-29 16:53 Rev.: 5665

Update ChangeLog

0 lines of code changed in 1 file:

  • typo3/sysext/setup/mod: index.php (-1)
stucki 2009-06-29 16:36 Rev.: 5660

Added feature #11391: Add a button to let admins create the file ENABLE_INSTALL_TOOL from the backend (since it is automatically removed after 1 hour since this version)

32 lines of code changed in 2 files:

  • typo3/sysext/setup/mod: index.php (+28), locallang.xml (+4)
steffenk 2009-06-02 15:28 Rev.: 5527

Fixed bug #11019: User Setup Rewrite #4 - User settings now configurable with $GLOBALS['TYPO3_USER_SETTINGS']

260 lines of code changed in 2 files:

  • typo3/sysext/setup/mod: index.php (+259 -252), locallang.xml (+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/setup/mod: index.php (-2)
ohader 2009-05-23 16:26 Rev.: 5489

Cleanup: Fixed formatting issues in typo3 and test PHP files

5 lines of code changed in 1 file:

  • typo3/sysext/setup/mod: index.php (+5 -5)
benni 2009-05-18 09:59 Rev.: 5432

Feature #10639: Integration of the Mass File Uploader (based on SWFUpload and Ext JS)

6 lines of code changed in 2 files:

  • typo3/sysext/setup/mod: index.php (+5), locallang.xml (+1)
benni 2009-04-24 18:17 Rev.: 5356

Fixed bug #10949: Clean up sysext usersetup module code - part 2

248 lines of code changed in 1 file:

  • typo3/sysext/setup/mod: index.php (+248 -219)
ohader 2009-03-09 19:28 Rev.: 5165

Cleanup: Updated copyright notices

1 lines of code changed in 1 file:

  • typo3/sysext/setup/mod: index.php (+1 -1)
benni 2009-03-05 23:21 Rev.: 5125

Fixed #10600: Cleaned up sysext usersetup module code (part 1) and the table method in template.php

211 lines of code changed in 1 file:

  • typo3/sysext/setup/mod: index.php (+211 -236)
flyguide 2008-11-07 05:13 Rev.: 4433

removed superfluous comments, empty lines

1 lines of code changed in 1 file:

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

removed empty lines at the end of the files

11 lines of code changed in 1 file:

  • typo3/sysext/setup/mod: index.php (+11 -10)
benni 2008-09-11 18:52 Rev.: 4093

Fixed bug #8644: Usersettings with fullHelptextMode looks weird (thanks to Steffen Kamper)

133 lines of code changed in 1 file:

  • typo3/sysext/setup/mod: index.php (+133 -66)
benni 2008-08-14 22:40 Rev.: 3977

Fixed bug #9095: xhtml in the backend by default (Thanks to Christian Kuhn)

0 lines of code changed in 1 file:

  • typo3/sysext/setup/mod: index.php (-1)
patrick 2008-06-10 12:48 Rev.: 3774

Bug #8422: Context Sensitive Help mode with "display full text messages"

1 lines of code changed in 1 file:

  • typo3/sysext/setup/mod: index.php (+1 -1)
ingmars 2008-04-20 18:12 Rev.: 3598

Fixed bug #8169: Admin functions tab visible for non admins

15 lines of code changed in 1 file:

  • typo3/sysext/setup/mod: index.php (+15 -11)
flyguide 2008-04-01 21:42 Rev.: 3510

Changed private declarations to protected

1 lines of code changed in 1 file:

  • typo3/sysext/setup/mod: index.php (+1 -1)
flyguide 2008-03-16 20:16 Rev.: 3439

Updated Copyright notices

1 lines of code changed in 1 file:

  • typo3/sysext/setup/mod: index.php (+1 -1)
flyguide 2008-03-03 13:48 Rev.: 3353

reintroduced the save button in user settings, removed navigation mode option when not in backend_old

35 lines of code changed in 1 file:

  • typo3/sysext/setup/mod: index.php (+35 -35)
patrick 2008-02-17 15:13 Rev.: 3183

RFC #7433: Docheaders: Module User Tools > User settings : No docheader

39 lines of code changed in 1 file:

  • typo3/sysext/setup/mod: index.php (+39 -13)
benni 2008-02-16 12:38 Rev.: 3167

Fixed bug #7424: Usersetup Tabs were to wide in German language (thanks to Steffen Kamper)

7 lines of code changed in 1 file:

  • typo3/sysext/setup/mod: index.php (+7 -1)
ingmars 2008-02-03 19:40 Rev.: 3041

Followup to #7361: Using label tags in setup module

25 lines of code changed in 1 file:

  • typo3/sysext/setup/mod: index.php (+25 -20)
benni 2008-02-03 17:04 Rev.: 3038

Followup to #7361: Reset button has now a JS confirm question

2 lines of code changed in 2 files:

  • typo3/sysext/setup/mod: index.php (+1 -1), locallang.xml (+1)
benni 2008-02-03 16:17 Rev.: 3035

Followup to #7361: Save button was moved to bottom again

9 lines of code changed in 1 file:

  • typo3/sysext/setup/mod: index.php (+9 -12)

(35 more)

Generated by StatSVN 0.5.0