Activity
From 2007-05-21 to 2007-06-19
2007-06-15
- 10:21 Revision d830e050: File class.tslib_fe.php: Changed "header( 'http/1.0" into "header( 'HTTP/1.0".
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2364 709f56b5-9817-0410-a4d7-c38de5d9e867
2007-06-14
- 13:31 Revision b24c7ad9: Added status headers: In class.tslib_fe.php status header were set when an error occurs after which TYPO3 throws an exit() statement. In addition to that t3lib_div::syslog() is called to write an entry to the syslog.
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2363 709f56b5-9817-0410-a4d7-c38de5d9e867
2007-06-13
- 11:37 Revision 94dda774: Fixed bug #5778: Missleading comment in TCEmain::copyRecord_procBasedOnFieldType()
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2362 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:37 Revision ca0c304e: Fixed bug #5778: Missleading comment in TCEmain::copyRecord_procBasedOnFieldType()
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@2361 709f56b5-9817-0410-a4d7-c38de5d9e867
2007-06-08
- 12:16 Revision 47a9e31d: Fixed bug #5755: XCLASS inclusion part for class.t3lib_tceforms_inline.php is missing
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2360 709f56b5-9817-0410-a4d7-c38de5d9e867
- 12:15 Revision 9a8dfa83: Fixed bug #5755: XCLASS inclusion part for class.t3lib_tceforms_inline.php is missing
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@2359 709f56b5-9817-0410-a4d7-c38de5d9e867
2007-06-07
- 16:21 Revision 5a192e23: Fixing bug-id in ChangeLog files from #1839 to #1893
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@2358 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:21 Revision 04f304ff: Fixing bug-id in ChangeLog files from #1839 to #1893
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2358 709f56b5-9817-0410-a4d7-c38de5d9e867
2007-06-05
- 11:54 Revision f9472927: Fixed bug #4226: New content elements wizard removes CE from array if tt_content_defValues property is zero
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2357 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:53 Revision 72c58d19: Fixed bug #4226: New content elements wizard removes CE from array if tt_content_defValues property is zero
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@2356 709f56b5-9817-0410-a4d7-c38de5d9e867
2007-05-30
- 17:36 Revision fc902aee: Changes to DBAL sysext:
- * PHP backtraces can be logged with the queries now (closes bug #3856)
git-svn-id: https://svn.typo3.org/TYPO3v4/Ext... - 17:36 Revision 89f22884: Changes to DBAL sysext:
- * PHP backtraces can be logged with the queries now (closes bug #3856)
git-svn-id: https://svn.typo3.org/TYPO3v4/Cor... - 17:10 Revision 20730467: Changes to DBAL sysext:
- * Added default values and some usability improvements to cached info display in debug module (closes bug #3750)
* E... - 17:10 Revision db7f9474: Changes to DBAL sysext:
- * Added default values and some usability improvements to cached info display in debug module (closes bug #3750)
* E... - 16:17 Revision 83aff8a2: Added default values and some usability improvements to cached info display in debug module (closes bug #3750)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/dbal/trunk@23851 735d13b6-9817-0410-8766-e36946ffe9aa
- 16:17 Revision 923f2480: Added default values and some usability improvements to cached info display in debug module (closes bug #3750)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2353 709f56b5-9817-0410-a4d7-c38de5d9e867
2007-05-29
- 18:27 Revision 5d6a02f1: Fixed bugs #2438 and #4496 about quoting of DISTINCT in SELECT clauses
- git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/dbal/trunk@23850 735d13b6-9817-0410-8766-e36946ffe9aa
- 18:27 Revision baedb994: Fixed bugs #2438 and #4496 about quoting of DISTINCT in SELECT clauses
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2352 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:19 Revision cee844fa: DBAL sysext: A fix for bug #5481, field mapping not working on the right side of a comparison in WHERE clauses
- git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/dbal/trunk@23849 735d13b6-9817-0410-8766-e36946ffe9aa
- 17:19 Revision 96e1bdcc: DBAL sysext: A fix for bug #5481, field mapping not working on the right side of a comparison in WHERE clauses
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2351 709f56b5-9817-0410-a4d7-c38de5d9e867
- 15:53 Revision 074ec985: Changes to the DBAL sysext:
- * Closes bug #4462: creates tables without OIDs on PostgreSQL now
* Closes bugs #4494, #3759: & is translated to BIT... - 15:53 Revision 447bf1d8: Changes to the DBAL sysext:
- * Closes bug #4462: creates tables without OIDs on PostgreSQL now
* Closes bugs #4494, #3759: & is translated to BIT...
2007-05-25
- 08:03 Revision d854041e: Fixed bug #5655: TYPO3 back-end was blocked on new installations because of a bug in RFCs #1642/#4886
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2349 709f56b5-9817-0410-a4d7-c38de5d9e867
2007-05-23
- 12:15 Revision 0fe50357: Fixed bug #5564: IRRE - foreign_selector/foreign_unique on click issue
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2348 709f56b5-9817-0410-a4d7-c38de5d9e867
- 12:14 Revision e18aeb33: Fixed bug #5564: IRRE - foreign_selector/foreign_unique on click issue
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@2347 709f56b5-9817-0410-a4d7-c38de5d9e867
2007-05-21
- 14:15 Revision eaac9007: Added $GLOBALS['TYPO3_DB']->sql_free_result() to TCEmain::recordInfo() to avoid resource waste
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@2346 709f56b5-9817-0410-a4d7-c38de5d9e867
- 14:06 Revision 058cbfac: Added $GLOBALS['TYPO3_DB']->sql_free_result() to TCEmain::recordInfo() to avoid resource waste
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2345 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:27 Revision b3c39e38: Fixed bug 5550: 'lower' TCA specification may fail with non-ascii characters
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2344 709f56b5-9817-0410-a4d7-c38de5d9e867
Also available in: Atom