Directory typo3/sysext/felogin/pi1/

Directory Created:
2008-01-15 19:42
Total Files:
2
Deleted Files:
0
Lines of Code:
907

[root]/typo3/sysext/felogin/pi1

Lines of Code

typo3/sysext/felogin/pi1/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 33 (100.0%) 2285 (100.0%) 69.2
ingmars 3 (9.1%) 1861 (81.4%) 620.3
steffenk 9 (27.3%) 284 (12.4%) 31.5
benni 10 (30.3%) 52 (2.3%) 5.2
masi 2 (6.1%) 38 (1.7%) 19.0
flyguide 3 (9.1%) 30 (1.3%) 10.0
ohader 5 (15.2%) 16 (0.7%) 3.2
k-fish 1 (3.0%) 4 (0.2%) 4.0

Most Recent Commits

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/felogin/pi1: class.tx_felogin_pi1.php (+1 -1)
steffenk 2009-10-12 11:48 Rev.: 6144

Fixed bug #12209: [felogin] lang label for send change password link misses variable for valid end time

1 lines of code changed in 1 file:

  • typo3/sysext/felogin/pi1: locallang.xml (+1 -1)
steffenk 2009-10-11 15:40 Rev.: 6137

Whitespace cleaning of typo3 sysext files

33 lines of code changed in 1 file:

  • typo3/sysext/felogin/pi1: class.tx_felogin_pi1.php (+33 -33)
benni 2009-09-25 14:36 Rev.: 6053

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

1 lines of code changed in 1 file:

  • typo3/sysext/felogin/pi1: class.tx_felogin_pi1.php (+1 -2)
ohader 2009-09-22 16:20 Rev.: 6032

Fixed bug #12041: felogin - Checking for cHashes results in the whole page being uncached

2 lines of code changed in 1 file:

  • typo3/sysext/felogin/pi1: class.tx_felogin_pi1.php (+2 -1)
steffenk 2009-09-18 00:27 Rev.: 5968

Fixed bug #11396: redirects not working for felogin on pages with access set

17 lines of code changed in 1 file:

  • typo3/sysext/felogin/pi1: class.tx_felogin_pi1.php (+17)
steffenk 2009-09-03 23:45 Rev.: 5891

Added feature #10017: [felogin] New Method for "forgotPassword"

216 lines of code changed in 2 files:

  • typo3/sysext/felogin/pi1: class.tx_felogin_pi1.php (+192 -25), locallang.xml (+24 -2)
ohader 2009-07-03 10:05 Rev.: 5679

Added feature #11460: felogin - Integrate possibility to disable redirects on the fly

9 lines of code changed in 1 file:

  • typo3/sysext/felogin/pi1: class.tx_felogin_pi1.php (+9 -3)
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/felogin/pi1: class.tx_felogin_pi1.php (-4)
ohader 2009-05-23 16:26 Rev.: 5489

Cleanup: Fixed formatting issues in typo3 and test PHP files

3 lines of code changed in 1 file:

  • typo3/sysext/felogin/pi1: class.tx_felogin_pi1.php (+3 -3)
k-fish 2009-05-16 00:12 Rev.: 5424

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

4 lines of code changed in 1 file:

  • typo3/sysext/felogin/pi1: class.tx_felogin_pi1.php (+4 -4)
ohader 2009-03-21 15:00 Rev.: 5215

Fixed bug #10663: felogin - Invalid XHTML Code in logout form

1 lines of code changed in 1 file:

  • typo3/sysext/felogin/pi1: class.tx_felogin_pi1.php (+1 -1)
ohader 2009-03-09 19:28 Rev.: 5165

Cleanup: Updated copyright notices

1 lines of code changed in 1 file:

  • typo3/sysext/felogin/pi1: class.tx_felogin_pi1.php (+1 -1)
steffenk 2009-01-19 10:06 Rev.: 4751

added comment for #10183: [felogin] redirect doesn't work with return_url

1 lines of code changed in 1 file:

  • typo3/sysext/felogin/pi1: class.tx_felogin_pi1.php (+1)
steffenk 2009-01-19 09:55 Rev.: 4748

Fixed bug #10183: [felogin] redirect doesn't work with return_url

5 lines of code changed in 1 file:

  • typo3/sysext/felogin/pi1: class.tx_felogin_pi1.php (+5 -2)
steffenk 2008-12-01 09:49 Rev.: 4510

#9864: felogin: Drop languages from locallang.xml

2 lines of code changed in 1 file:

  • typo3/sysext/felogin/pi1: locallang.xml (+2 -1226)
steffenk 2008-11-12 20:27 Rev.: 4461

fixed bug #8903: redirect url is not passed with get/post method

9 lines of code changed in 1 file:

  • typo3/sysext/felogin/pi1: class.tx_felogin_pi1.php (+9 -2)
flyguide 2008-11-07 04:52 Rev.: 4432

removed empty lines at the end of the files

1 lines of code changed in 1 file:

  • typo3/sysext/felogin/pi1: class.tx_felogin_pi1.php (+1 -1)
flyguide 2008-11-04 22:48 Rev.: 4424

Fixed bug #9681: the Wrap for forgotMessage in the subpart ###TEMPLATE_FORGOT### does not work (credits Steffen Kamper)

19 lines of code changed in 1 file:

  • typo3/sysext/felogin/pi1: class.tx_felogin_pi1.php (+19 -19)
masi 2008-09-17 22:52 Rev.: 4143

#8995: Extension "felogin" - replace user fields in display messages

30 lines of code changed in 1 file:

  • typo3/sysext/felogin/pi1: class.tx_felogin_pi1.php (+30 -5)
benni 2008-09-08 20:03 Rev.: 4083

Fixed bug #9312: felogin: uninitialized vars (Thanks to Steffen Kamper)

4 lines of code changed in 1 file:

  • typo3/sysext/felogin/pi1: class.tx_felogin_pi1.php (+4)
masi 2008-08-29 19:50 Rev.: 4028

#8677: FE login redirect after logout does not work.

8 lines of code changed in 1 file:

  • typo3/sysext/felogin/pi1: class.tx_felogin_pi1.php (+8 -3)
benni 2008-08-14 22:45 Rev.: 3978

Fixed bug #9061: felogin - recursive storage pids in TypoScript (Thanks to Steffen Kamper)

6 lines of code changed in 1 file:

  • typo3/sysext/felogin/pi1: class.tx_felogin_pi1.php (+6 -2)
benni 2008-06-27 16:01 Rev.: 3846

Fixed bug #7159: _DEFAULT_PI_VARS in felogin (Thanks to Steffen Kamper)

4 lines of code changed in 1 file:

  • typo3/sysext/felogin/pi1: class.tx_felogin_pi1.php (+4 -1)
benni 2008-04-06 15:00 Rev.: 3537

Fixed bug #8013: Felogin redirectMode does not work with spaces (Thanks to Steffen Kamper)

1 lines of code changed in 1 file:

  • typo3/sysext/felogin/pi1: class.tx_felogin_pi1.php (+1 -1)
flyguide 2008-04-01 21:42 Rev.: 3510

Changed private declarations to protected

10 lines of code changed in 1 file:

  • typo3/sysext/felogin/pi1: class.tx_felogin_pi1.php (+10 -10)
benni 2008-02-16 17:03 Rev.: 3170

Followup to bug #7549: FE Login: curly brace was wrong (syntax error)

1 lines of code changed in 1 file:

  • typo3/sysext/felogin/pi1: class.tx_felogin_pi1.php (+1 -1)
benni 2008-02-16 13:31 Rev.: 3168

Fixed bug #7549: FE Login: enabling forget password link via TS is not possible (thanks to Dirk Weise)

32 lines of code changed in 1 file:

  • typo3/sysext/felogin/pi1: class.tx_felogin_pi1.php (+32 -21)
benni 2008-02-13 16:15 Rev.: 3157

Fixed bug #7519: Typo in felogin (Thanks to Steffen Kamper)

2 lines of code changed in 1 file:

  • typo3/sysext/felogin/pi1: class.tx_felogin_pi1.php (+2 -2)
ingmars 2008-01-15 23:19 Rev.: 2906

Fixing the login_confirmed hook in the felogin sysext and adding a logout_confirmed hook.

12 lines of code changed in 1 file:

  • typo3/sysext/felogin/pi1: class.tx_felogin_pi1.php (+12 -1)
ingmars 2008-01-15 19:42 Rev.: 2904

Added feature #6784: New login-box System-Extension "felogin" by Steffen Kamper

1849 lines of code changed in 2 files:

  • typo3/sysext/felogin/pi1: class.tx_felogin_pi1.php (new 576), locallang.xml (new 1273)
Generated by StatSVN 0.5.0