Directory typo3/sysext/belog/

Directory Created:
2004-11-16 16:24
Total Files:
5
Deleted Files:
1
Lines of Code:
369

[root]/typo3/sysext/belog
                directory in repo doc (1 files, 1 lines)
                directory in repo mod (6 files, 581 lines)

Lines of Code

typo3/sysext/belog/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 33 (100.0%) 1987 (100.0%) 60.2
kasper 17 (51.5%) 1951 (98.2%) 114.7
stucki 3 (9.1%) 23 (1.2%) 7.6
ohader 4 (12.1%) 9 (0.5%) 2.2
rupi 2 (6.1%) 2 (0.1%) 1.0
flyguide 1 (3.0%) 1 (0.1%) 1.0
dmitry 1 (3.0%) 1 (0.1%) 1.0
ingmars 4 (12.1%) 0 (0.0%) 0.0
benni 1 (3.0%) 0 (0.0%) 0.0

Most Recent Commits

ohader 2009-10-21 10:31 Rev.: 6210

Cleanup: Updated ext_emconf.php files in system extensions

5 lines of code changed in 1 file:

  • typo3/sysext/belog: ext_emconf.php (+5 -5)
rupi 2009-08-05 13:49 Rev.: 5766

Fixed #11475: Add 'doNotLoadInFE' => 1 (introduced with 11474), to several system extensions, speeding up the frontend

1 lines of code changed in 1 file:

  • typo3/sysext/belog: ext_emconf.php (+1)
rupi 2009-08-05 11:05 Rev.: 5761

Fixed #11430: Performance improvement: use $GLOBALS['EXEC_TIME'] instead of time() where it makes sense

1 lines of code changed in 1 file:

  • typo3/sysext/belog: class.tx_belog_webinfo.php (+1 -1)
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/belog: class.tx_belog_webinfo.php (-7)
ohader 2009-03-11 19:14 Rev.: 5200

Cleanup: Updated ext_emconf.php files in system extensions

2 lines of code changed in 1 file:

  • typo3/sysext/belog: ext_emconf.php (+2 -2)
ohader 2009-03-09 19:28 Rev.: 5165

Cleanup: Updated copyright notices

1 lines of code changed in 1 file:

  • typo3/sysext/belog: class.tx_belog_webinfo.php (+1 -1)
dmitry 2008-07-16 10:10 Rev.: 3896

Fixed bug #8934: change compatibility version to 4.3.0 for all sysexts

1 lines of code changed in 1 file:

  • typo3/sysext/belog: ext_emconf.php (+1 -1)
stucki 2008-04-23 10:40 Rev.: 3629


* Update version numbers of all system extension that have been changed since TYPO3 4.1

1 lines of code changed in 1 file:

  • typo3/sysext/belog: ext_emconf.php (+1 -1)
stucki 2008-04-23 10:16 Rev.: 3625


* Update all ext_emconf.php in system extensions (continued)

22 lines of code changed in 1 file:

  • typo3/sysext/belog: ext_emconf.php (+22 -13)
flyguide 2008-03-16 20:16 Rev.: 3439

Updated Copyright notices

1 lines of code changed in 1 file:

  • typo3/sysext/belog: class.tx_belog_webinfo.php (+1 -1)
ingmars 2007-11-05 10:22 Rev.: 2663

Changing SVN property eol-style from native to LF for all .php, .html, .js, .css and .htaccess files in the core trunk

0 lines of code changed in 4 files:

  • typo3/sysext/belog: class.tx_belog_webinfo.php (changed), ext_emconf.php (changed), ext_tables.php (changed), locallang.xml (changed)
ohader 2007-02-27 14:54 Rev.: 2159

Fixed bug: #5072: Web>Info>Log - ID of BE user is displayed instead of its username

1 lines of code changed in 1 file:

  • typo3/sysext/belog: class.tx_belog_webinfo.php (+1)
kasper 2006-10-25 11:27 Rev.: 1770

1 lines of code changed in 1 file:

  • typo3/sysext/belog: ext_emconf.php (+1 -1)
stucki 2006-04-10 10:27 Rev.: 1421

* Merging all changes from TYPO3_4-0 branch back into HEAD

0 lines of code changed in 1 file:

  • typo3/sysext/belog: locallang.xml (-73)
kasper 2005-10-26 10:38 Rev.: 828


* Implemented additional, simple API for logging to sys_log plus extended the sys-log with workspace awareness.
* Implemented more workspace related features. In particular scripts like t3lib_tcemain and t3lib_userauthgroup have been heavily modified!

131 lines of code changed in 1 file:

  • typo3/sysext/belog: class.tx_belog_webinfo.php (+131 -78)
kasper 2005-05-04 16:08 Rev.: 709

* Added Hindi language
* Added feature to table-wizard: Will create 5 new rows when adding rows in the bottom of table (configurable)
* Added download links in extension listing in EM
* Added new feature, "submenuObjSuffixes" to TypoScript Menu objects to define alternative submenus depending on position of parent menu object in menu. (TSref documented)

1 lines of code changed in 1 file:

  • typo3/sysext/belog: locallang.xml (+1)
kasper 2005-04-28 13:02 Rev.: 686

Localization updates

2 lines of code changed in 1 file:

  • typo3/sysext/belog: locallang.xml (+2)
kasper 2005-04-01 15:37 Rev.: 593

Updated years from 2004 to 2005 + all function indexes. NO actual code changes done!

1 lines of code changed in 1 file:

  • typo3/sysext/belog: class.tx_belog_webinfo.php (+1 -1)
kasper 2004-11-18 20:28 Rev.: 510


* !!! Moved ALL core localizations into language packs found in extensions prefixed "csh_[language key]". The consequence of this is that the backend will work in english until the proper language pack is installed for the language the user has selected. This step is taken to make backend localization more scalable and prevent the huge memory problems we have with ll-XML and 3.7.0. The "csh_*" extensions are NOT available in TER at the moment, but the whole bunch can be downloaded from http://130.228.0.33/t3dl/src/all_39_language_packs_as_local_extensions.tgz

97 lines of code changed in 1 file:

  • typo3/sysext/belog: locallang.xml (+97 -974)
kasper 2004-11-17 17:52 Rev.: 508

Some work done on glossary in CSH

4 lines of code changed in 1 file:

  • typo3/sysext/belog: ext_emconf.php (+4 -4)
kasper 2004-11-17 13:56 Rev.: 507

Converted locallang*.php to locallang*.xml in new system extensions

979 lines of code changed in 3 files:

  • typo3/sysext/belog: class.tx_belog_webinfo.php (+2 -1), locallang.php (del), locallang.xml (new 977)
kasper 2004-11-16 17:55 Rev.: 505

Updated locallang from TER for a set of system Extension

110 lines of code changed in 2 files:

  • typo3/sysext/belog: ext_emconf.php (+9 -4), locallang.php (+101 -4)
kasper 2004-11-16 16:24 Rev.: 503

*** empty log message ***

625 lines of code changed in 5 files:

  • typo3/sysext/belog: class.tx_belog_webinfo.php (new 226), ext_emconf.php (new 37), ext_icon.gif (new), ext_tables.php (new 13), locallang.php (new 349)
Generated by StatSVN 0.5.0