---------------------------------- [2009-06-25 Ver 0.48 -> 0.49] - Fixed bug with css filter when multibyte string not exists in output contents. ---------------------------------- [2009-06-24 Ver 0.47 -> 0.48] - Fixed bug about resize width/height is lower than 1 pixel, imagecreatetruecolor cannot create new image.(thx takahashi) - Fixed bug about preg_match pattern.(thx argon) - Added 'Mobile Link Discovery' tag insert logic. - Added client plugin for 'Livedoor' and 'Mixi'. - Added content-type variable in Wizin_User class. - Fixed bug about call function of non-object. - Fixed bug about needless html tag added.(thx mbxoops) - Updated ke-tai_list.csv - Updated 'HTML_CSS_Mobile'. - Imported 'HTML_CSS_Selecter2XPath'. ---------------------------------- [2009-05-21 Ver 0.46 -> 0.47] - Fixed bug about width/height attribute exists in resized image tag. ---------------------------------- [2009-05-19 Ver 0.45 -> 0.46] - Fixed bug about output notice message when clear cache without cache file. - Fixed bug about output notice message with ke-tai_list.csv first line. ---------------------------------- [2009-05-18 Ver 0.44 -> 0.45] - Modified image resize logic, use ke-tai_list.csv(special thanks http://ke-tai.org/) ---------------------------------- [2009-05-12 Ver 0.43 -> 0.44] - Updated Text_Pictogram_Mobile, it's changed license to MIT license.(special thx yudoufu!) ---------------------------------- [2009-05-11 Ver 0.42 -> 0.43] - Modified value of socket timeout. - Fixed bug about preg_match pattern was invalid. - Added function 'stripslashesRecursive'. ---------------------------------- [2009-04-16 Ver 0.41 -> 0.42] - Fixed bug about wrong encoding detect. ---------------------------------- [2009-04-15 Ver 0.40 -> 0.41] - Enabled guid check. ---------------------------------- [2009-04-15 Ver 0.39 -> 0.40] - Removed needless code.(Wizin core files) - Removed needless files.(lib) - Removed needless code.(Wizin templates) ---------------------------------- [2009-02-13 Ver 0.38 -> 0.39] - Added the pattern which does not modify URL.(thx black-sawa) - Deleted unnecessary space in brackets. ---------------------------------- [2009-02-01 Ver 0.37 -> 0.38] - Added logic for the problem which session will be closed the case of redirect with location header.(thx nazo and naoto_is) ---------------------------------- [2009-01-28 Ver 0.36 -> 0.37] - Added class 'Wizin_Cache'. - Added function 'getContentsByHttp' in 'Wizin_Util_Web'. - Changed function name from 'getPrefix' to 'salt'. - Modified mobile optimize filter. - Fixed bug about use 'foreach' to string variable. ---------------------------------- [2009-01-22 Ver 0.35 -> 0.36] - Added input filter for mobile. ---------------------------------- [2009-01-08 Ver 0.34 -> 0.35] - Fixed bug about class 'Wizin_Filter_Pictogram' not exists when 'WIZIN_PEAR_DIR' was not set in include_path. - Modified set include path in 'Wizin_Core_Loader'. - Updated pictogram filter. - Added pictogram json data for nonmobile. - Added 'typecast' emoji images.(special thanks 'TypeCast' project!) ---------------------------------- [2008-12-24 Ver 0.33 -> 0.34] - Fixed bug about undefined constant when script called Wizin_Core_Loader without system.config.php .(thx suin) ---------------------------------- [2008-12-13 Ver 0.32 -> 0.33] - Fixed bug about syntax error with method chain.(thx navi) - Modified function '_advancedCheck' in 'Wizin_User' class. - Fixed latent bug about include files in 'Wizin_Filter_Css'. - Fixed bug about config file path. ---------------------------------- [2008-12-05 Ver 0.31 -> 0.32] - Replaced mbstring.detect_order(from 'auto' to 'sjis-win,eucjp-win,jis,utf-8,ascii'). - Fixed bug about image resize filter with relative path. - Fixed bug about image resize logic for PNG-24. ---------------------------------- [2008-12-04 Ver 0.30 -> 0.31] - Replaced indent(from tab to space). - Modified mobile pager. If part of pages is empty, skip this. ---------------------------------- [2008-11-14 Ver 0.29 -> 0.30] - Deleted 'tidy_repair_string' in filterMobilePager. - Modified page template name and view logic. ---------------------------------- [2008-11-13 Ver 0.28 -> 0.29] - Exchange prefix logic. - Added css mobile filter. - Added files for blank directories. - Deleted unnecessary comment out. - Included HTML_CSS_Mobile. - Included Text_Pictogram_Mobile. - Added smarty plugin for mobile input mode 'wizin_inputmode'. - Added shell : set PHING_COMMAND environment variable, and call propel-gen. - Replaced indent(from space to tab). - Added 'HTML_CSS_Mobile' filter and 'Text_Pictogram_Mobile' filter. - Modified client data yaml. - Modified framework core files. - Included 'PHPTAL' template engine. - Modified Renderer class.(Added logic for PHPTAL) - Modified filter for mobile. - Added logic about define 'WIZIN_COMPILE_DIR'. - Replace 'require_once' to 'require'. - Modified framework core logic. ---------------------------------- [2008-10-17 Ver 0.27 -> 0.28] - Fixed bug about include 'spyc' twice. - Define 'WIZIN_CACHE_DIR' and 'WIZIN_PEAR_DIR', modified code about these constants. - Modified some filter which rewrites the form tag. - Added googlebot plugin. - Fixed bugs about some wrong logic. - Fixed bug about 'tidy_repair_string' args. - Added xml header replace logic. - Modified blank textarea logic. - Modifiled yaml cache file name. ---------------------------------- [2008-08-26 Ver 0.26 -> 0.27] - Added image resize logic for PNG-24. - Fixed bug about resized image becomes larger than original image. ---------------------------------- [2008-08-20 Ver 0.25 -> 0.26] - Modified function name in filter plugins. - Added set 'request_uri' logic for IIS.(thx miniHORI) ---------------------------------- [2008-08-20 Ver 0.24 -> 0.25] - Fixed bug about query_string which url encoded will not convert encoding.(mbxoops) - Fixed bug about thumbnail which has same name exists, display wrong thumbnail.(thx neko88) ---------------------------------- [2008-08-11 Ver 0.23 -> 0.24] - Fixed bug about plugin use another filter class object. ---------------------------------- [2008-07-31 Ver 0.22 -> 0.23] - Modified 'require' line, in order not to use 'include_path', it corrected.(thx okishiro) - Fixed bug about notice in 'createThumbnail' function. ---------------------------------- [2008-07-15 Ver 0.21 -> 0.22] - Fixed bug about 'textarea' tag replace logic.(thx ramu) - Added 'SimpleXMLElement::getName()' exists check.(thx masa) - Added resize logic when original image was transparent gif/png.(thx 'Medium eXposure') - Added 'Au' filter plugin.(thx mbxoops) ---------------------------------- [2008-07-07 Ver 0.20 -> 0.21] - Added image file exists check and get logic.(thx anna) - Fixed bug about 'a' tag replace logic.(thx nico) ---------------------------------- [2008-05-14 Ver 0.1.4 -> 0.20] - Fixed some bug. - Adding some functions. - Resize image. - Page division. - Non display block setting. - Simple login. - Rewrite many codes. - Adding .htaccess file for pico. ---------------------------------- [2008-04-19 Ver 0.1.3 -> 0.1.4] - Fixed bug about failed mb_detect_encoding, when 'mbstring.detect_order' not exists in php.ini.(thx mitsunobu) ---------------------------------- [2008-04-06 Ver 0.1.2 -> 0.1.3] - Adding the preamble of the license. - Adding PHP version check logic. ---------------------------------- [2008-03-08 Ver 0.1.1 -> 0.1.2] - Fixed bug about session does not continue, When action in form tag is only file name. (thx naao) - Fixed bug about wrong character set change. (thx kotepan) ---------------------------------- [2008-03-04 Ver 0.1.0 -> 0.1.1] - Fixed bug about session does not continue, When action in form tag is blank. ---------------------------------- [2008-03-03 Ver 0.1.0] - First release. ----------------------------------