-
2006-07-06 Martin Kutschker <martin.t.kutschker@blackbox.net>
* Fix bug #3779: edit form on page broken
2006-07-01 Karsten Dambekalns <karsten@typo3.org>
* DBAL update (sysext):
- - this update closes bugs #3638, #2106, #2866, #3754 (for Firefox, broken in MSIE) and maybe a few more
- - Implemented support for sysLog() on connection failure
- - DBAL now honours the no_pconnect setting
- - For handlers in native mode the setDBinit queries are executed upon connection
- - The initial value for generated sequences can be configured per handler, to avoid duplicate key errors after having imported data
- - BLOB fields are handled correctly now during INSERT and UPDATE
- - Setting $store_lastBuiltQuery acts like in t3lib_db now (fill $debug_lastBuiltQuery)
- - For the native handler quoting methods directly return the input for speedup, as no quoting is needed in that case
- - Added support for native and userdefined handler to MetaType()
- - Changed mapping of types to always use the largest possible integer, map tinytext to varchar instead of text
- - admin_get_tables() skips tables whose names match /BIN\$/ (coming from the recycle bin on Oracle)
- - Importing dumps using the install tool now works, see manual for tips
- - Changed the way NOT NULL and DEFAULT are handled when setting up tables, see manual for the rules that now apply
- - Code cleanup (indentation, documentation)
- - Updated the manual and added new content
-
-2006-06-30 Franz Holzinger <kontakt@fholzinger.com>
+ - this update closes bugs #3638, #2106, #2866, #3754 (for Firefox, broken in MSIE) and maybe a few more
+ - Implemented support for sysLog() on connection failure
+ - DBAL now honours the no_pconnect setting
+ - For handlers in native mode the setDBinit queries are executed upon connection
+ - The initial value for generated sequences can be configured per handler, to avoid duplicate key errors after having imported data
+ - BLOB fields are handled correctly now during INSERT and UPDATE
+ - Setting $store_lastBuiltQuery acts like in t3lib_db now (fill $debug_lastBuiltQuery)
+ - For the native handler quoting methods directly return the input for speedup, as no quoting is needed in that case
+ - Added support for native and userdefined handler to MetaType()
+ - Changed mapping of types to always use the largest possible integer, map tinytext to varchar instead of text
+ - admin_get_tables() skips tables whose names match /BIN\$/ (coming from the recycle bin on Oracle)
+ - Importing dumps using the install tool now works, see manual for tips
+ - Changed the way NOT NULL and DEFAULT are handled when setting up tables, see manual for the rules that now apply
+ - Code cleanup (indentation, documentation)
+ - Updated the manual and added new content
+
+2006-06-30 Franz Holzinger <kontakt@fholzinger.com>
* Fix bug #3725: empty and invalid flexform meta data are checked. impexp echos warning message found inside T3D import.
* t3lib_htmlmail: auto-detect charset (using FE or BE settings) with manual override
-2006-06-30 Karsten Dambekalns <karsten@typo3.org>
+2006-06-30 Karsten Dambekalns <karsten@typo3.org>
* t3lib_page: Changed getMultipleGroupsWhereClause() to include a check using IS NULL to make it compatible to Oracle. Made enableFields() call getMultipleGroupsWhereClause() non-statically using $this.
* sysext/adodb/: Update to upstream version 4.90, fixes to connection wizard, some code cleanup (closes: ##3755).
* t3lib_sqlparser: Clean up indentation a little bit, fix bug #2991, make the parser understand "IS NOT [NULL]" an addition to just "IS [NULL]".
* t3lib_tsfebeuserauth: Changed static call to enableFields()
-2006-06-29 Ernesto Baschny <ernst@cron-it.de>
+2006-06-29 Ernesto Baschny <ernst@cron-it.de>
* Fix bug #3522 also in "content (default)": Linking images to hidden pages results in click-enlarge
* Fix bug #3085: broken option frame (palettes) in IE
* Fixed restriction to languages in Frontend editing
* Fix bugs #3212 & #1178: empty page is displayed when accessing Web>Versioning
-2006-06-28 Bernhard Kraft <kraftb@kraftb.at>
+2006-06-28 Bernhard Kraft <kraftb@kraftb.at>
* Fix bug #3162: Cropscale fails, if one dimension has already the right size (thanks to Stefan Geith)
-2006-06-28 Karsten Dambekalns <karsten@typo3.org>
+2006-06-28 Karsten Dambekalns <karsten@typo3.org>
* t3lib_extfilefunc: func_upload() now logs if no file was uploaded. The last error message encountered is stored in the member variable $lastError
* t3lib_tcemain: Made SQL query in versionizeRecord() conform to DBAL (use OR instead of ||).
* t3lib/stddb/tables.sql: Changed be_users.lang to VARCHAR instead of CHAR, as MySQL changes it anyway.
* t3lib_install: Changed an eregi() to a matching preg_match()
-2006-06-27 Karsten Dambekalns <karsten@typo3.org>
+2006-06-27 Karsten Dambekalns <karsten@typo3.org>
* typo3/init.php: Fixed bug #2871.
* t3lib/class.t3lib_befunc.php: Fixed bug #3106, Documentation of function storeHash differs between class befunc and class page
* Fix bugs #3326 and #3392: problems with php_uname()
* "Update" buttons of admin panel did not reload page in Firefox
-2006-05-31 Ernesto Baschny <ernst@cron-it.de>
+2006-05-31 Ernesto Baschny <ernst@cron-it.de>
* Fix bug #3522: Linking images to hidden pages results in click-enlarge
-2006-05-31 Bernhard Kraft <kraftb@kraftb.at>
+2006-05-31 Bernhard Kraft <kraftb@kraftb.at>
* Fix a problem of the EM: "No file uploaded!" when retrying install after a failed dependency check
* Corrected error message for config.baseURL=1
-2006-05-20 Ernesto Baschny <ernst@cron-it.de>
+2006-05-20 Ernesto Baschny <ernst@cron-it.de>
* Fixed bug #2874: Current page in navigation tree wasn't being highlighted on IE6
-2006-05-20 Rupert Germann <rupi@gmx.li>
+2006-05-20 Rupert Germann <rupi@gmx.li>
* Fixed bug #2566: XClass include code was missing in wsol_preview.php.
-2006-05-18 Rupert Germann <rupi@gmx.li>
+2006-05-18 Rupert Germann <rupi@gmx.li>
* Fixed bug #0132: % signs in extra parameters of form contentelements where not handled correctly.