07-03-26 Rene Fritz * Fix: typo in tx_dam_browse_media: t3lib_div::trimeExplode() 07-03-16 Rene Fritz * Fix: 5113: tx_dam::path_makeClean() will handle /./ now 07-03-11 Rene Fritz * Fix: 4287: In multilingual environments wrong files are displayed in the non-default languages * Change: Workaround for media browser of htmlArea in T3 4.1 07-03-06 Rene Fritz * Fix: 5143: Categories module shows php error * Fix: 0004681: make mm compatible with 4.1 * Fix: added needed MM field for T3 4.1 and changed file_path to varchar * Change: tca_media_field.php: set 'MM_opposite_field' => 'file_usage', * Change: tx_dam_db workaround, using tx_dam.sorting_foreign when TYPO3 4.1 * Change: some smaller code cleanups merged from 1.1 * Change: added check for TYPO3 4.1 in tx_dam_tcefunc 07-02-22 Rene Fritz * Fix: tx_dam_selection misses unserialize() function 07-02-21 Rene Fritz * Fix: tx_dam_mm_cat table lacked the field "tablenames" which might be needed in some circumstances 06-12-07 Rene Fritz * Fix: tx_dam_guifunc:thumbnail() generate checksum for thumbs.php. Needed for t3 4.0.3 06-11-26 Rene Fritz * Fix: 3864#: After replacing an existing file in DAM re-indexing fails. 06-11-24 Rene Fritz * Fix: added check to tx_dam_tce_process if a file exists that should be deleted * Fix: #4263: DAM Media Browser doesn't select any file, if disallowed_types are defined in TCA * Fix: #4231: resultsPerPage does not work correctly * Fix: #4232: The umlaute of selected categories are shown in uft-chars with BE in utf8 06-09-13 Rene Fritz * change: field file_path is changed to varchar(255) and defined as index (including file_name and other) which will speed up things!! 06-09-07 Rene Fritz * Fix: element browser works now mit allowed_types = '*, -php' 06-09-01 Rene Fritz * Fix: tx_dam_batchprocess. Old stored data was used in batch processing when field was set empty * Fix: tx_dam_list_list. Deleted translated records will not be displayed * Fix #3636: tx_dam_tce_process. test intval($id) in processDatamap_postProcessFieldArray to work not with id='NEW' * Fix #3438: tx_dam_db. Deleted records are displayed in "usage" tab of dam records * Fix #3500: tx_dam_db. tx_dam_db::getReferencedFiles doesn't respect $whereClause * Fix #3778: missing $this in function process() in file upload_status.php * Fix #3453: increased TCA file_path max value to 255 * Fix #3371, 3371: added missing backpath in class.tx_dam_browse_media.php, class.tx_dam_selectionFolder.php, ... * Fix #3940: category not assignable if title contains ' character - added t3lib_div::slashJS() in tx_dam_tcefunc and tx_dam_selprocbase * Change: added configuration to TCA to make MM-Ref table work with coming version of mmforeign 06-08-31 Rene Fritz * Fix: tx_dam_indexing. use PATH_site as default path for searching indexing setup * Fix: tx_dam_indexing. reindexing use right values for MM fields now * Fix: tx_dam_listbase, tx_dam_listbase. fixed very small bugs * Fix: tx_dam_querygen. fixed small bugs * Fix: tx_dam_scbase. fixed small bugs * Fix: tx_dam_tce_file. fixed small bugs. Added $id to func_delete function and fixed log name to 'delete'. * Change: removed unfinished 'new file' command module and action code 06-07-18 Rene Fritz * Change: added class="typo3-icon" to icons here and there * Change: DAM record is now called 'Media'; added 'Video' to locallang * Change: set default hidden=0 for tx_dam_cat * Change: removed 'required' for file_type field, so saving for unknown file types is possible 06-05-23 Rene Fritz * Fix: DBAL related fixes in tx_dam_db, tx_dam_sysfolder, tx_dam_querygen and dam_catedit 06-05-6 Rene Fritz * Fix: use of escapeStrForLike() and cleanIntList() 06-04-13 Rene Fritz * Fix: added "global $TYPO3_CONF_VARS;" where needed to make XCLASSes work 06-04-11 Rene Fritz * Change: activated XCLASS code in command modules (mod_cmd/*) * Fix: Set indexing run types properly: man, auto, cron * Fix: change all indexing objects to use file indexing setup * Fix: "Dry run" no longer add an entry under "Info > Indexing date" * Change: Added reindexing to dam/mod_cmd/class.tx_dam_cmd_filereplace.php:replaceFile(): 06-04-10 Rene Fritz * Fix: tx_dam_browsetrees: more than one tx_dam_selProcBase with isTreeViewClass = FALSE is useable now by setting 'domIdPrefix'. Don't know if this is really needed. * Fix: Make tx_dam context menu work. Tried to load locallang.xml as PHP file. * Fix: Displaying selected categories in indexing preset form works now. * Some smaller manual updates 06-04-08 Rene Fritz * Fix: class.tx_dam_indexing.php: $osType = t3lib_exec::_getOS(); -> $osType = TYPO3_OS; 06-04-07 Rene Fritz * 1.0 release