TYPO3 v4 Developers: jsegars

Login name:
jsegars
Total Commits:
207 (0.6%)
Lines of Code:
3,839 (0.3%)
Most Recent Commit:
2009-09-16 15:52
Tweet this:
Tweet this

Activity by Clock Time

Activity by Hour of Day for jsegars

Activity by Day of Week for jsegars

Activity in Directories

Directory Changes Lines of Code Lines per Change
Totals 207 (100.0%) 3839 (100.0%) 18.5
t3lib/ 34 (16.4%) 1306 (34.0%) 38.4
typo3/sysext/fe_edit/view/ 5 (2.4%) 1050 (27.4%) 210.0
/ 70 (33.8%) 229 (6.0%) 3.2
typo3/sysext/t3skin/stylesheets/ 14 (6.8%) 212 (5.5%) 15.1
typo3/sysext/cms/tslib/ 12 (5.8%) 211 (5.5%) 17.5
typo3/ 15 (7.2%) 128 (3.3%) 8.5
typo3/sysext/tstemplate_analyzer/ 1 (0.5%) 95 (2.5%) 95.0
typo3/sysext/impexp/app/ 2 (1.0%) 93 (2.4%) 46.5
typo3/sysext/beuser/mod/ 1 (0.5%) 85 (2.2%) 85.0
typo3/js/ 3 (1.4%) 57 (1.5%) 19.0
typo3/sysext/fe_edit/ 3 (1.4%) 56 (1.5%) 18.6
typo3/sysext/lowlevel/config/ 2 (1.0%) 46 (1.2%) 23.0
t3lib/exception/ 2 (1.0%) 45 (1.2%) 22.5
typo3/classes/ 4 (1.9%) 39 (1.0%) 9.7
typo3/templates/ 2 (1.0%) 38 (1.0%) 19.0
typo3/mod/tools/em/ 5 (2.4%) 28 (0.7%) 5.6
typo3/sysext/install/mod/ 1 (0.5%) 21 (0.5%) 21.0
typo3/mod/web/perm/ 2 (1.0%) 18 (0.5%) 9.0
typo3/css/ 4 (1.9%) 14 (0.4%) 3.5
typo3/sysext/taskcenter/task/ 2 (1.0%) 12 (0.3%) 6.0
typo3/sysext/lang/ 6 (2.9%) 12 (0.3%) 2.0
typo3/sysext/css_styled_content/pi1/ 1 (0.5%) 12 (0.3%) 12.0
typo3/sysext/tstemplate/ts/ 2 (1.0%) 8 (0.2%) 4.0
typo3/sysext/rtehtmlarea/ 1 (0.5%) 4 (0.1%) 4.0
typo3/sysext/version/ 1 (0.5%) 3 (0.1%) 3.0
typo3/sysext/tstemplate_objbrowser/ 1 (0.5%) 3 (0.1%) 3.0
typo3/sysext/tstemplate_info/ 1 (0.5%) 2 (0.1%) 2.0
typo3/sysext/tstemplate_ceditor/ 2 (1.0%) 2 (0.1%) 1.0
typo3/sysext/indexed_search/pi/ 1 (0.5%) 2 (0.1%) 2.0
typo3/sysext/extra_page_cm_options/ 1 (0.5%) 2 (0.1%) 2.0
typo3/sysext/cms/layout/ 1 (0.5%) 2 (0.1%) 2.0
typo3/sysext/t3skin/ 1 (0.5%) 1 (0.0%) 1.0
typo3/sysext/opendocs/ 1 (0.5%) 1 (0.0%) 1.0
typo3/sysext/cms/ 1 (0.5%) 1 (0.0%) 1.0
typo3/mod/user/ws/ 1 (0.5%) 1 (0.0%) 1.0
typo3/sysext/rtehtmlarea/htmlarea/ 1 (0.5%) 0 (0.0%) 0.0

Activity of jsegars

Most Recent Commits

jsegars 2009-09-16 15:52 Rev.: 5946

Fixed bug #11361: Backend TYPO3 AJAX-Interface: json encoded result empty if it contains non-utf-8 characters (thanks to Benjamin Mack)

15 lines of code changed in 2 files:

  • ChangeLog (+1)
  • typo3/classes: class.typo3ajax.php (+14 -2)
jsegars 2009-09-16 15:33 Rev.: 5945

Added feature #11819: Added inline Javascript rendering type for TYPO3AJAX

27 lines of code changed in 2 files:

  • ChangeLog (+4)
  • typo3/classes: class.typo3ajax.php (+23 -1)
jsegars 2009-06-03 19:22 Rev.: 5541

Followup to #10597: Fixed bad call to the admin panel within fe_edit

6 lines of code changed in 2 files:

  • ChangeLog (+4)
  • typo3/sysext/fe_edit/view: class.tx_feedit_editpanel.php (+2 -4)
jsegars 2009-06-02 20:41 Rev.: 5530

Follow-up to #10597: Removed hardcoded reference to fe_edit and updated extGetFeAdminValue() call to use tslib_AdminPanel

7 lines of code changed in 3 files:

  • ChangeLog (+4)
  • t3lib: class.t3lib_frontendedit.php (+2 -3), class.t3lib_tsfebeuserauth.php (+1 -1)
jsegars 2009-06-01 01:06 Rev.: 5524

Added feature #11167: Add method for saving and closing a record.

22 lines of code changed in 2 files:

  • ChangeLog (+4)
  • t3lib: class.t3lib_frontendedit.php (+18)
jsegars 2009-05-29 17:30 Rev.: 5514

Removed an extra # in the ChangeLog

1 lines of code changed in 1 file:

  • ChangeLog (+1 -1)
jsegars 2009-05-29 17:23 Rev.: 5513

Fixed bug #11166: loadPrototype() called in frontend editing without a valid doc instance.

53 lines of code changed in 4 files:

  • ChangeLog (+4)
  • t3lib: class.t3lib_tceforms_fe.php (+22)
  • typo3: template.php (+25)
  • typo3/sysext/fe_edit/view: class.tx_feedit_editpanel.php (+2)
jsegars 2009-05-28 22:47 Rev.: 5511

Fixed bug #10744: Icon path calculated incorrectly in t3lib_tceforms->getIcon()

6 lines of code changed in 2 files:

  • ChangeLog (+4)
  • t3lib: class.t3lib_tceforms.php (+2 -1)
jsegars 2009-03-08 16:15 Rev.: 5146

Follow-up to feature #10155: Add controller switching for frontend editing

18 lines of code changed in 2 files:

  • ChangeLog (+4)
  • typo3/sysext/cms/tslib: index_ts.php (+14 -14)
jsegars 2009-03-06 20:31 Rev.: 5134

Fixed bug #5822: Indexed Search section menu includes pages with 'hide in menu' flag (thanks to Andy Grunwald)

6 lines of code changed in 2 files:

  • ChangeLog (+4)
  • typo3/sysext/indexed_search/pi: class.tx_indexedsearch.php (+2 -2)
jsegars 2009-03-04 18:19 Rev.: 5120

Fixed bug #10599: Set extAdmEnabled=true when enabling frontend editing for extension compatibility

5 lines of code changed in 2 files:

  • ChangeLog (+4)
  • t3lib: class.t3lib_tsfebeuserauth.php (+1)
jsegars 2009-03-02 03:11 Rev.: 5110

Fixed bug #10528: Wrong content in pagetree frame after page creation in Opera

6 lines of code changed in 2 files:

  • ChangeLog (+4)
  • typo3/js: tree.js (+2 -2)
jsegars 2009-02-27 22:27 Rev.: 5105

Clean up frontend editing actions

87 lines of code changed in 2 files:

  • ChangeLog (+4)
  • t3lib: class.t3lib_frontendedit.php (+83 -42)
jsegars 2009-02-20 00:15 Rev.: 5039

Follow-up for feature #10374: Add helper function for additional frontend editing controllers and views

5 lines of code changed in 2 files:

  • ChangeLog (+4)
  • t3lib: class.t3lib_frontendedit.php (+1 -1)
jsegars 2009-02-17 22:57 Rev.: 5028

Follow-up for feature #10374: Add helper function for additional frontend editing controllers and views

5 lines of code changed in 2 files:

  • ChangeLog (+4)
  • t3lib: class.t3lib_frontendedit.php (+1 -1)
jsegars 2009-02-13 16:09 Rev.: 5017

Added feature #10374: Add helper functions for additional frontend editing controllers and views

36 lines of code changed in 2 files:

  • ChangeLog (+4)
  • t3lib: class.t3lib_frontendedit.php (+32 -12)
jsegars 2009-02-06 20:16 Rev.: 4962

Followup for #10351: A few more whitespace cleanups in t3lib_frontendedit

3 lines of code changed in 1 file:

  • t3lib: class.t3lib_frontendedit.php (+3 -3)
jsegars 2009-02-05 00:02 Rev.: 4946

Fixed bug #10351: Whitespace cleanups in t3lib_frontendedit

11 lines of code changed in 2 files:

  • ChangeLog (+4)
  • t3lib: class.t3lib_frontendedit.php (+7 -7)
jsegars 2009-02-03 20:51 Rev.: 4933

Added feature #10155: Add controller switching for frontend editing

34 lines of code changed in 4 files:

  • ChangeLog (+1)
  • t3lib: class.t3lib_tsfebeuserauth.php (+13 -4), config_default.php (+5)
  • typo3/sysext/cms/tslib: index_ts.php (+15 -16)
jsegars 2009-02-03 17:57 Rev.: 4932

Fixed bug #9600: Frontend Edit Panel is not compatible with subdomains and RealURL (thanks to Xavier Perseguers)

5 lines of code changed in 2 files:

  • ChangeLog (+4)
  • typo3/sysext/fe_edit/view: class.tx_feedit_adminpanel.php (+1 -1)

(56 more)

Generated by StatSVN 0.5.0