BSPrinterRootForm's marked as ::setUpload() would not have the right enctype set
[isso.git] / CHANGES
1 3.1.3
2 ===================
3 - Fixed: BSPrinterRootForm's marked as ::setUpload() would not have the right enctype set
4
5 3.1.2
6 ===================
7 - Fixed: BSDb::query() would not generate a Result object for explain, show, and describe queries
8 - Change: Change BSApi::remove() to be ::delete() again
9
10 3.1.1
11 ===================
12 - Fixed: BSMail::send() would fail if sending a HTML/multipart email because it would call BSFunctions::Rand()
13 - Fixed: BSMail::send() would not send HTML emails due to a caps typo in the $sendHtml param
14 - Change: BSMail::send() now labels iteslf in its BSApp::debug() messages
15
16 3.1.0
17 ===================
18 - Change: BSPrinterElementTable:__construct() can now take straight strings and convert them into BSPrinterElementLabel's
19 - Change: Removed the text indent on .input elements in BSPrinter
20 - New: BSPrinterRootPage::setHeaderCode() allows injecting in between the <head> tag of the root page element (creates BSPrinterRootPage::$headerCode)
21 - New: BSPrinterAbstract::setId() allows all elements to have an id attribute added in _prepareStyle()
22 - New: Added an ability to quick-set API information via an array with BSApi::setArray()
23 - New: Made many private members protected or public
24 - Change: Added BSPrinterAbstract::__toString() that merely calls paint()
25 - Change: BSTemplate is completely redone
26 - New: Implement Iterator in BSDBResult
27 - New: In the BSTemplate::$preParseHook method, the second parameter will be the BSTemplate object itself
28 - New: Add BSTemplate::$globalVars to be substituted into every template
29 - Change: BSTemplate will better detect parse errors in nested templates in BSTemplate::evaluate()
30 - Change: ApiException will now report all of its messages in ::getMessage()
31 - New: Added BSExceptionHandler to handle all exceptions in a pretty fasion