Onetimeaccount Developers: bernd.schoenbach

Login name:
bernd.schoenbach
Total Commits:
71 (16.4%)
Lines of Code:
1,364 (12.0%)
Most Recent Commit:
2009-12-04 16:22
Tweet this:
Tweet this

Activity by Clock Time

Activity by Hour of Day for bernd.schoenbach

Activity by Day of Week for bernd.schoenbach

Activity in Directories

Directory Changes Lines of Code Lines per Change
Totals 71 (100.0%) 1364 (100.0%) 19.2
pi1/ 30 (42.3%) 665 (48.8%) 22.1
tests/ 10 (14.1%) 582 (42.7%) 58.2
tests/fixtures/ 3 (4.2%) 61 (4.5%) 20.3
/ 22 (31.0%) 54 (4.0%) 2.4
pi1/static/ 3 (4.2%) 2 (0.1%) 0.6
doc/ 3 (4.2%) 0 (0.0%) 0.0

Activity of bernd.schoenbach

Most Recent Commits

bernd.schoenbach 2009-12-04 16:22 Rev.: 27352

[Bug 3549] createRedirectUrlWithoutRedirectUrlIsCurrentUri of the pi1 Testcase fails,r=oliver

2 lines of code changed in 2 files:

  • ChangeLog (+1)
  • tests: tx_onetimeaccount_pi1_testcase.php (+1 -1)
bernd.schoenbach 2009-10-06 18:22 Rev.: 25141

[Bug 3373] Typo in the German onetimeaccount error messages: sie -> Sie,r=oliver

6 lines of code changed in 2 files:

  • ChangeLog (+1)
  • pi1: locallang.xml (+5 -5)
bernd.schoenbach 2009-07-29 17:06 Rev.: 22899

[Bug 1867] Add a try/catch construct around the seminars and onetimeaccount pi1/pi2/mod1/mod2/cli main function,r=oliver

22 lines of code changed in 2 files:

  • ChangeLog (+1)
  • pi1: class.tx_onetimeaccount_pi1.php (+21 -9)
bernd.schoenbach 2009-07-09 12:46 Rev.: 22183

[Bug 3167] FE user group not set,r=oliver

84 lines of code changed in 3 files:

  • ChangeLog (+1)
  • pi1: class.tx_onetimeaccount_pi1.php (+5 -1)
  • tests: tx_onetimeaccount_pi1_testcase.php (+78)
bernd.schoenbach 2009-06-23 13:18 Rev.: 21696

[Bug 3107] If the "name" field is hidden, use the first name and last name, r=oliver

76 lines of code changed in 4 files:

  • ChangeLog (+1)
  • pi1: class.tx_onetimeaccount_pi1.php (+30 -1)
  • tests: tx_onetimeaccount_pi1_testcase.php (+37)
  • tests/fixtures: class.tx_onetimeaccount_fakePi1.php (+8)
bernd.schoenbach 2009-06-23 12:57 Rev.: 21695

[Bug 3106] Change the company field from an input field to a 3-line textarea, r=oliver

10 lines of code changed in 3 files:

  • ChangeLog (+1), ext_tables.php (+8)
  • pi1/static: setup.txt (+1 -1)
bernd.schoenbach 2009-06-23 11:57 Rev.: 21691

[Bug 3105] Rename and move the field "title",r=oliver

28 lines of code changed in 6 files:

  • ChangeLog (+1)
  • pi1: class.tx_onetimeaccount_pi1.php (+1 -2), flexforms_pi1.xml (+2 -2), locallang.xml (+8 -8), onetimeaccount_pi1.html (+11 -5)
  • tests: tx_onetimeaccount_pi1_testcase.php (+5 -14)
bernd.schoenbach 2009-03-27 17:05 Rev.: 18437

[Bug 2821] Allow MD5 passwords, r=oliver

173 lines of code changed in 6 files:

  • ChangeLog (+1)
  • doc: manual.sxw (changed)
  • pi1: class.tx_onetimeaccount_pi1.php (+85 -2)
  • pi1/static: setup.txt (+1 -1)
  • tests: tx_onetimeaccount_pi1_testcase.php (+71 -3)
  • tests/fixtures: class.tx_onetimeaccount_fakePi1.php (+15 -1)
bernd.schoenbach 2009-02-06 15:27 Rev.: 16666

[Bug 2674] The email field is not validated for well-formedness, r=oliver

40 lines of code changed in 3 files:

  • ChangeLog (+1)
  • pi1: locallang.xml (+26 -14), onetimeaccount_pi1.xml (+13)
bernd.schoenbach 2009-02-06 09:55 Rev.: 16560

[Bug 854] "Name" label still is visible although all name-related fields are hidden, r=Oliver

5 lines of code changed in 1 file:

  • pi1: class.tx_onetimeaccount_pi1.php (+5 -6)
bernd.schoenbach 2009-02-02 19:17 Rev.: 16289

[Bug 854] "Name" label still is visible although all name-related fields are hidden, r=Oliver

257 lines of code changed in 5 files:

  • ChangeLog (+1)
  • pi1: class.tx_onetimeaccount_pi1.php (+67 -15), onetimeaccount_pi1.html (+3)
  • tests: tx_onetimeaccount_pi1_testcase.php (+148)
  • tests/fixtures: class.tx_onetimeaccount_fakePi1.php (+38)
bernd.schoenbach 2009-02-02 19:07 Rev.: 16288

[Bug 1987] FE User group in the flexforms should not be required, r=Oliver

20 lines of code changed in 4 files:

  • ChangeLog (+2 -1)
  • pi1: class.tx_onetimeaccount_pi1.php (+3 -1), flexforms_pi1.xml (+1 -1)
  • tests: tx_onetimeaccount_pi1_testcase.php (+14)
bernd.schoenbach 2009-02-02 19:04 Rev.: 16287

[Bug 1540] Login not possible if the e-mail field is not displayed, r=Oliver

29 lines of code changed in 3 files:

  • ChangeLog (+1)
  • pi1: class.tx_onetimeaccount_pi1.php (+4 -3)
  • tests: tx_onetimeaccount_pi1_testcase.php (+24 -2)
bernd.schoenbach 2009-02-02 18:59 Rev.: 16286

[Bug 2644] Add some unit tests, r=oliver

107 lines of code changed in 2 files:

  • ChangeLog (+1)
  • tests: tx_onetimeaccount_pi1_testcase.php (+106)
bernd.schoenbach 2009-02-02 18:55 Rev.: 16285

[Bug 788] Use t3lib_div::trimExplode instead of explode, r=Oliver

5 lines of code changed in 2 files:

  • ChangeLog (+2 -1)
  • pi1: class.tx_onetimeaccount_pi1.php (+3 -2)
bernd.schoenbach 2009-01-30 14:04 Rev.: 16231

[Bug 2505] ZIP field can only be displayed if the city field is displayed as well, r=Oliver

19 lines of code changed in 3 files:

  • ChangeLog (+1)
  • pi1: class.tx_onetimeaccount_pi1.php (+5), onetimeaccount_pi1.html (+13)
bernd.schoenbach 2009-01-30 11:52 Rev.: 16214

[Bug 2630] Check for required fields, r=Oliver

354 lines of code changed in 5 files:

  • ChangeLog (+1)
  • pi1: class.tx_onetimeaccount_pi1.php (+59), locallang.xml (+24), onetimeaccount_pi1.xml (+172 -17)
  • tests: tx_onetimeaccount_pi1_testcase.php (+98)
bernd.schoenbach 2009-01-26 18:21 Rev.: 16097

[Bug 2639] Mark the birth date field as manually editable, r=Oliver

3 lines of code changed in 2 files:

  • ChangeLog (+1)
  • pi1: onetimeaccount_pi1.xml (+2 -1)
bernd.schoenbach 2009-01-26 17:10 Rev.: 16096

[Bug 2631] Mark the labels of required fields as bold (using CSS), r=Oliver

67 lines of code changed in 4 files:

  • ChangeLog (+1)
  • pi1: class.tx_onetimeaccount_pi1.php (+47 -25), onetimeaccount_pi1.css (+4), onetimeaccount_pi1.html (+15 -15)
bernd.schoenbach 2009-01-26 16:11 Rev.: 16092

[Bug 873] Provide a setting for the required fields, r=Oliver

26 lines of code changed in 3 files:

  • class.tx_onetimeaccount_configcheck.php (+9 -3)
  • doc: manual.sxw (changed)
  • pi1: flexforms_pi1.xml (+17 -29)

(1 more)

Generated by StatSVN 0.5.0