Added changelog
[isso.git] / dev / changes.txt
1 CHANGELOG
2 ###################################################################
3
4 1.0.3
5 =====
6 - Added array_set_current() [functions.php]
7 - Fixed "Fatal error: Call to undefined function: mysql_error_no() in db_mysql.php on line 274"
8 - Added fetch_microtime_diff() [functions.php]
9 - Made ISSO::escape() force by default
10 - Added fetch_extension() [functions.php]
11 - Changed behaviour of phpdoc.sh script
12 - Added fetch_max_attachment_size() [functions.php]
13 - Removed $ISSO->i and $ISSO->input; the only input mechanism is $ISSO->in [kernel.php]
14 - ISSO's input handler now merges $_COOKIE, too [kernel.php]
15 - On XML parsing fail, use trigger_error() not some random print() statement [xml.php]
16 - Added scandir() [functions.php]
17 - Removed the apidoc/ folder
18 - Error message text colour should be black [kernel.php]
19 - Bettered PHP version detection [kernel.php]
20 - Added date formatting framework [date.php]
21 - Only do the referer check if we have the HTTP_REFERER; Norton Internet Security removes it, making the applications unusable [kernel.php]
22 - Fixed text align for ISSO::_message() [kernel.php]
23 - XML parsing framework now produces expected results [xml.php]
24 - Added exit parameter to download_file() [functions.php]
25 - Now you can see the total execution time by defining a ISSO_MT_START constant [kernel.php]
26 - Fixed improperly closed </a> in debug mode [kernel.php]
27 - Only show database query information if we have a database object [template.php]
28 - Rewrote template conditional parsing logic [template.php]