


| 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 |

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:
Added two post-processing hooks into t3lib_tcemain->moveRecord. They are required by TemplaVoila 1.0
26 lines of code changed in 2 files:
Fix of previous commit which accidently was utf-8 encoded
5 lines of code changed in 1 file:
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:
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:
Just added a comment for $copyMappingArray_merged
2 lines of code changed in 1 file:
# PHP version checking didn't work! Fixed that.
1 lines of code changed in 1 file:
* 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:
* 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:
... 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:
* Addition to the hook in process_datamap: now checks if the user-defined method exists
3 lines of code changed in 1 file:
* 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:
* 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:
* 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:
* 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:
* 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:
* 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:
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:
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:
- Clear All Cache also for the cached imagesizes (see clear_cacheCmd)
1 lines of code changed in 1 file:
(21 more)