TYPO3 v4 Developers: baschny

Login name:
baschny
Total Commits:
136 (0.4%)
Lines of Code:
1,576 (0.1%)
Most Recent Commit:
2009-11-03 21:58
Tweet this:
Tweet this

Activity by Clock Time

Activity by Hour of Day for baschny

Activity by Day of Week for baschny

Activity in Directories

Directory Changes Lines of Code Lines per Change
Totals 136 (100.0%) 1576 (100.0%) 11.5
typo3/sysext/install/mod/ 4 (2.9%) 422 (26.8%) 105.5
t3lib/ 30 (22.1%) 284 (18.0%) 9.4
tests/t3lib/ 2 (1.5%) 199 (12.6%) 99.5
/ 53 (39.0%) 189 (12.0%) 3.5
typo3/sysext/css_styled_content/static/ 6 (4.4%) 98 (6.2%) 16.3
typo3/ 12 (8.8%) 68 (4.3%) 5.6
typo3/sysext/css_styled_content/pi1/ 4 (2.9%) 65 (4.1%) 16.2
typo3/sysext/cms/tslib/ 7 (5.1%) 60 (3.8%) 8.5
typo3/sysext/css_styled_content/static/v4.2/ 2 (1.5%) 35 (2.2%) 17.5
typo3/sysext/css_styled_content/static/v3.9/ 2 (1.5%) 35 (2.2%) 17.5
typo3/sysext/css_styled_content/static/v3.8/ 1 (0.7%) 34 (2.2%) 34.0
t3lib/unidata/ 1 (0.7%) 29 (1.8%) 29.0
typo3/sysext/cms/ 5 (3.7%) 24 (1.5%) 4.8
typo3/sysext/cms/layout/ 1 (0.7%) 18 (1.1%) 18.0
typo3/sysext/css_styled_content/ 1 (0.7%) 5 (0.3%) 5.0
typo3/sysext/indexed_search/pi/ 1 (0.7%) 4 (0.3%) 4.0
typo3/sysext/beuser/mod/ 1 (0.7%) 4 (0.3%) 4.0
typo3/templates/ 1 (0.7%) 1 (0.1%) 1.0
typo3/sysext/indexed_search/ 1 (0.7%) 1 (0.1%) 1.0
typo3/sysext/extra_page_cm_options/ 1 (0.7%) 1 (0.1%) 1.0

Activity of baschny

Most Recent Commits

baschny 2009-11-03 21:58 Rev.: 6328

Fixed bug #11876 and #12342: stripSlashesOnArray creates references where you want copies (in some PHP versions). Affects usage of _GP (e.g. in the Install Tool and some frontend extensions).

6 lines of code changed in 2 files:

  • ChangeLog (+4)
  • t3lib: class.t3lib_div.php (+2)
baschny 2009-11-03 08:57 Rev.: 6315

Fixed bug #5120: SQL parse error in "Who is online" with DBAL (PostgreSQL / Oracle)

8 lines of code changed in 2 files:

  • ChangeLog (+4)
  • typo3/sysext/beuser/mod: index.php (+4 -4)
baschny 2009-10-29 11:06 Rev.: 6297

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

10 lines of code changed in 2 files:

  • ChangeLog (+4)
  • typo3/sysext/install/mod: class.tx_install_session.php (+6 -2)
baschny 2009-10-24 12:42 Rev.: 6274

Fixed bug #12321: Follow-up to #11586, fixes FE editing

8 lines of code changed in 2 files:

  • ChangeLog (+5 -1)
  • t3lib: class.t3lib_frontendedit.php (+3 -2)
baschny 2009-10-22 11:21 Rev.: 6258

* Fixed bug #12090: Filenames should be escaped with escapeshellarg before passing them to imagemagick

14 lines of code changed in 3 files:

  • ChangeLog (+1)
  • t3lib: class.t3lib_div.php (+5 -3), class.t3lib_stdgraphic.php (+8 -11)
baschny 2009-10-22 10:24 Rev.: 6255

* Fixed bug #12310: Encryption key can be recalculated when using normal mailform when [FE][strictFormmail] == 0 (thanks to Oliver Klee)

18 lines of code changed in 2 files:

  • ChangeLog (+1)
  • typo3/sysext/cms/tslib: class.tslib_fe.php (+17 -10)
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.

394 lines of code changed in 3 files:

  • ChangeLog (+1)
  • 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)

24 lines of code changed in 2 files:

  • ChangeLog (+1)
  • typo3/sysext/install/mod: class.tx_install.php (+23 -5)
baschny 2009-10-22 09:30 Rev.: 6244

* Fixed bug #12307: XSS vulnerability in alt_palette (thanks to Oliver Klee)

27 lines of code changed in 2 files:

  • ChangeLog (+1)
  • typo3: alt_palette.php (+26 -4)
baschny 2009-10-22 09:24 Rev.: 6241

* Fixed bug #12306: XSS vulnerability in module dispatcher

3 lines of code changed in 3 files:

  • ChangeLog (+1)
  • typo3: alt_main.php (+1 -1), backend.php (+1 -1)
baschny 2009-10-22 09:18 Rev.: 6238

* Fixed bug #12305: XSS vulnerability in view_help.php / tfID parameter (thanks to Oliver Klee)

5 lines of code changed in 2 files:

  • ChangeLog (+1)
  • typo3: view_help.php (+4)
baschny 2009-10-22 09:12 Rev.: 6235

* Fixed bug #12304: Frame inclusion in the backend through alt_mod_frameset (thanks to Oliver Klee)

94 lines of code changed in 4 files:

  • ChangeLog (+1)
  • t3lib: class.t3lib_div.php (+18)
  • tests/t3lib: t3lib_div_testcase.php (+71)
  • typo3: alt_mod_frameset.php (+4 -4)
baschny 2009-10-22 08:59 Rev.: 6232

* Fixed bug #12303: XSS vulnerability due to not proper sanitizing in function t3lib_div::quoteJSvalue (thanks to Oliver Klee)

146 lines of code changed in 3 files:

  • ChangeLog (+1)
  • t3lib: class.t3lib_div.php (+17 -9)
  • tests/t3lib: t3lib_div_testcase.php (+128 -2)
baschny 2009-10-22 08:45 Rev.: 6229

* Fixed bug #11586: Potential SQL injection in frontend editing (thanks to Oliver Klee)

11 lines of code changed in 2 files:

  • ChangeLog (+4)
  • t3lib: class.t3lib_frontendedit.php (+7)
baschny 2009-06-29 10:43 Rev.: 5655

* Added feature #2421: CSC: Move static HTML from render_uploads to TypoScript, providing flexible rendering of "Filelinks" content elements

169 lines of code changed in 6 files:

  • ChangeLog (+2 -1)
  • typo3/sysext/css_styled_content/pi1: class.tx_cssstyledcontent_pi1.php (+31 -29)
  • typo3/sysext/css_styled_content/static: setup.txt (+34)
  • typo3/sysext/css_styled_content/static/v3.8: setup.txt (+34)
  • typo3/sysext/css_styled_content/static/v3.9: setup.txt (+34)
  • typo3/sysext/css_styled_content/static/v4.2: setup.txt (+34)
baschny 2009-06-29 10:34 Rev.: 5654

* Fixed Bug #5381: Added htmlSpecialChars to rendering page titles in Sitemap/menu content elements

15 lines of code changed in 3 files:

  • ChangeLog (+4)
  • typo3/sysext/css_styled_content: ext_localconf.php (+5)
  • typo3/sysext/css_styled_content/static: setup.txt (+6 -2)
baschny 2009-06-03 18:44 Rev.: 5540

Added feature #11107: CSC: Provides more flexible rendering for the images block in "text with image"

76 lines of code changed in 3 files:

  • ChangeLog (+4)
  • typo3/sysext/css_styled_content/pi1: class.tx_cssstyledcontent_pi1.php (+21 -6)
  • typo3/sysext/css_styled_content/static: setup.txt (+51)
baschny 2009-05-18 10:31 Rev.: 5435

Fixed bug #11094: CSC: maxWInText setting was being ignored (since #10320).

7 lines of code changed in 4 files:

  • ChangeLog (+4)
  • typo3/sysext/css_styled_content/static: setup.txt (+1)
  • typo3/sysext/css_styled_content/static/v3.9: setup.txt (+1)
  • typo3/sysext/css_styled_content/static/v4.2: setup.txt (+1)
baschny 2008-12-29 16:22 Rev.: 4628

* Fixed bug #8746: Date/time field problem with timezone shifting when using the "+NN", "d" or "d+NN" shortcuts
* Fixed bug #10033: Date/time field shortcut "d" doesn't work on already filled date fields since 4.2.0
* Fixed issue that on a datetime field entering just a "date" wasn't possible: It is now, and time will be set to "0:00"

38 lines of code changed in 2 files:

  • ChangeLog (+6)
  • t3lib: jsfunc.evalfield.js (+32 -8)
baschny 2008-12-18 09:41 Rev.: 4559

Fixed bug #9511: getHtmlTemplate should use resolveBackPath. Fixes bug for extension BE modules using templates in certain environments (symlinked typo3/ dir) (thanks to Steffen Gebert)

5 lines of code changed in 2 files:

  • ChangeLog (+4)
  • typo3: template.php (+1 -1)

(34 more)

Generated by StatSVN 0.5.0