Pdirl r44 Changelog

Go BackChange Paste Viewing Options
1.0.3r44 (06-14-2010)
	Bugfixes:
	 - there's now information when you go over the icons
	 - title now shows not only hostname
	 - '.' and '..' are ignored now (they were visible if you turned on the option to show unvisible files)
	 - file type icon path did not contain ".png", so on some servers the server successfully found it but someothers it did not.
	 - didn't check in pdlc::rglob() if glob returns an error, or (sometimes) when some systems do not return an array but false, even if they is not an error.
	 - fixed bug that all not-text-files are of the "default"-type
	 - directories which names that contained html tags were unavaible via search
	 - fixes bug #592880  (breadcrumb url is doubled)
	 - fixes bug, that directories urls are doubled because of the location 
	 	(location doesn't apply on directories listed w/o mod_r.. anymore)

 - replaced deprecated sql_regcase with <http://de3.php.net/manual/en/function.sql-regcase.php#86011>
 - new file type "default" - "Unknown file type"
 - added finfo and unix file command functionality
 - added "locationurl" as element detail
 - "count elements in directory only"-feature to reduce lags when checking the size of a directory (is on by default)
 - if they are no files and countOnly is activated we will remove the "Last modification" column			
Go Back