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