TYPO3 v4 Developers: robert

Login name:
robert
Total Commits:
94 (0.3%)
Lines of Code:
606 (0.0%)
Most Recent Commit:
2005-12-16 21:49
Tweet this:
Tweet this

Activity by Clock Time

Activity by Hour of Day for robert

Activity by Day of Week for robert

Activity in Directories

Directory Changes Lines of Code Lines per Change
Totals 94 (100.0%) 606 (100.0%) 6.4
t3lib/ 22 (23.4%) 269 (44.4%) 12.2
typo3/ 14 (14.9%) 148 (24.4%) 10.5
typo3/sysext/cms/tslib/ 8 (8.5%) 96 (15.8%) 12.0
/ 15 (16.0%) 75 (12.4%) 5.0
typo3/sysext/cms/ 2 (2.1%) 15 (2.5%) 7.5
typo3/sysext/lang/ 1 (1.1%) 1 (0.2%) 1.0
typo3/sysext/cms/tslib/media/scripts/ 1 (1.1%) 1 (0.2%) 1.0
t3lib/gfx/flags/ 31 (33.0%) 1 (0.2%) 0.0

Activity of robert

Most Recent Commits

robert 2005-12-16 21:49 Rev.: 914

Fixed a bug in t3lib_beFunc::getRecordWSOL - it now makes sure that uid, pid and t3ver_swapmode are selected internally if they are not specified in $fields

19 lines of code changed in 2 files:

  • ChangeLog (+2)
  • t3lib: class.t3lib_befunc.php (+17 -3)
robert 2005-11-17 10:13 Rev.: 866

Added two post-processing hooks into t3lib_tcemain->moveRecord. They are required by TemplaVoila 1.0

26 lines of code changed in 2 files:

  • ChangeLog (+3)
  • t3lib: class.t3lib_tcemain.php (+23 -1)
robert 2005-11-09 15:49 Rev.: 852

Fix of previous commit which accidently was utf-8 encoded

5 lines of code changed in 1 file:

  • t3lib: class.t3lib_div.php (+5 -5)
robert 2005-11-01 15:06 Rev.: 836

Added an is_array() check in t3lib_div::resolveSheetDefInDS() to prevent a fatal error in certain circumstances

11 lines of code changed in 2 files:

  • ChangeLog (+4)
  • t3lib: class.t3lib_div.php (+7 -5)
robert 2005-04-04 13:40 Rev.: 597

2005-04-04 Robert Lemke <robert@typo3.org>
+ Added a preliminary way for moving containers in a flexform section in TCEforms + TCEmain. Before you could only delete containers.
+ Added Sebastian Kurf?rst's collapsable modules feature for the backend's module bar

163 lines of code changed in 8 files:

  • ChangeLog (+5 -1)
  • t3lib: class.t3lib_tceforms.php (+3), class.t3lib_tcemain.php (+57 -6)
  • typo3: alt_main.php (+13 -1), alt_menu.php (+4 -2), class.alt_menu_functions.inc (+78 -21), stylesheet.css (+2 -1)
  • typo3/sysext/lang: locallang_core.xml (+1)
robert 2005-02-08 21:56 Rev.: 556

Just added a comment for $copyMappingArray_merged

2 lines of code changed in 1 file:

  • t3lib: class.t3lib_tcemain.php (+2 -2)
robert 2004-09-09 09:48 Rev.: 455

# PHP version checking didn't work! Fixed that.

1 lines of code changed in 1 file:

  • typo3: init.php (+1 -1)
robert 2004-08-03 20:32 Rev.: 423

* Changed the default file folder for language flags (sys_languages) to the new t3lib/gfx/flags directory.

1 lines of code changed in 1 file:

  • typo3/sysext/cms: tbl_cms.php (+1 -1)
robert 2004-07-15 15:57 Rev.: 413


* Added new language flag icons (see t3lib/gfx/flags/). Will be used by templavoila and maybe sys_language

5 lines of code changed in 32 files:

  • ChangeLog (+4)
  • t3lib/gfx/flags: CREDITS.txt (new 1), bg.gif (new), br.gif (new), cn.gif (new), cz.gif (new), de.gif (new), dk.gif (new), ee.gif (new), es-basque.gif (new), es.gif (new), fi.gif (new), fr.gif (new), gb.gif (new), gl.gif (new), gr.gif (new), hr.gif (new), hu.gif (new), il.gif (new), is.gif (new), it.gif (new), jp.gif (new), lt.gif (new), lv.gif (new), multi-language.gif (new), nl.gif (new), no.gif (new), pl.gif (new), pt.gif (new), sa.gif (new), ua.gif (new), vn.gif (new)
robert 2004-06-12 13:55 Rev.: 375

... okay, I disabled call time pass reference in my php.ini, I'll learn it! However, after the nightly discussion with Ren?, I have to commit this hook a last time. This includes the hook, Ren? needs for DAM

23 lines of code changed in 1 file:

  • t3lib: class.t3lib_tcemain.php (+23 -8)
robert 2004-06-11 20:25 Rev.: 373

* Addition to the hook in process_datamap: now checks if the user-defined method exists

3 lines of code changed in 1 file:

  • t3lib: class.t3lib_tcemain.php (+3 -1)
robert 2004-06-11 16:21 Rev.: 370


* Created new hook in class.t3lib_tcemain.php in process_datamap. Search for $TYPO3_CONF_VARS['SC_OPTIONS']['t3lib/class.t3lib_tcemain.php']['processDatamapClass']
(other hooks in that class will follow by Ren?, as I know from a trusted source ... ;-)

22 lines of code changed in 2 files:

  • ChangeLog (+5)
  • t3lib: class.t3lib_tcemain.php (+17 -7)
robert 2004-06-09 21:04 Rev.: 364


* Fixed bug #0000123:
The stdWrap-option "stripHtml" should come before the option "crop" because HTML-Tags are recognized as Text by the crop-option but getafterwards stript out. That produces a wrong textlength.
Changed order of "crop" to after "stripHTML"
Affected file: class.tslib_content.php

8 lines of code changed in 2 files:

  • ChangeLog (+7)
  • typo3/sysext/cms/tslib: class.tslib_content.php (+1 -1)
robert 2004-06-08 21:22 Rev.: 363


* Fixed bug #0000070: Number of files (file count) displayed in file list module was one number too high ("5 Files" although 4 only exist). Updated typo3/class.file_list.inc
* Changed one line in media/scripts/plaintextLib.inc which caused a "page not found" in some e-mail clients.

1 lines of code changed in 1 file:

  • ChangeLog (+1)
robert 2004-06-08 21:21 Rev.: 362

* Fixed bug #0000070: Number of files (file count) displayed in file list module was one number too high ("5 Files" although 4 only exist). Updated typo3/class.file_list.inc

1 lines of code changed in 1 file:

  • typo3: class.file_list.inc (+1 -2)
robert 2004-06-08 12:28 Rev.: 353


* Changed one line in media/scripts/plaintextLib.inc which caused a "page not found" in some e-mail clients.

4 lines of code changed in 1 file:

  • ChangeLog (+4)
robert 2004-06-08 12:28 Rev.: 352

* Changed one line in media/scripts/plaintextLib.inc which caused a "page not found" in some e-mail clients

1 lines of code changed in 1 file:

  • typo3/sysext/cms/tslib/media/scripts: plaintextLib.inc (+1 -1)
robert 2004-04-15 11:13 Rev.: 198

Interim commit: This is fixes a bug in the getCachedImageDimensions() and cacheImageDimensions functions which caused errors in PHP < 4.2.0. Now it works but the caching mechanism might still be improved soon.

5 lines of code changed in 1 file:

  • t3lib: class.t3lib_stdgraphic.php (+5 -6)
robert 2004-04-15 11:01 Rev.: 197

Deleted $this->getAltParam() line in IMGTEXT because it caused the alt / title parameters to be included twice.

0 lines of code changed in 1 file:

  • typo3/sysext/cms/tslib: class.tslib_content.php (-2)
robert 2004-04-05 11:13 Rev.: 191

- Clear All Cache also for the cached imagesizes (see clear_cacheCmd)

1 lines of code changed in 1 file:

  • t3lib: class.t3lib_tcemain.php (+1)

(21 more)

Generated by StatSVN 0.5.0