root/tags/3.0.2/HISTORY

Revision 1223, 10.2 kB (checked in by wei, 2 years ago)

fixed 3.02 bug

Line 
1Version 3.0.2 July 2, 2006
2==========================
3BUG: Ticket#182 - List and validator controls cause problem in child classes (Qiang)
4BUG: Ticket#191 - Duplicated postbacks occur when using TButton with validators (Qiang)
5BUG: Ticket#207 - Validators ClientSide.OnError triggered twice (Wei)
6BUG: Ticket#213 - PRADO Requirements Checker charset error (Qiang)
7BUG: Ticket#227 - Enabled property doesn't works with THtmlArea (Wei)
8BUG: Ticket#234 - Postback target could be out of date (Qiang)
9BUG: Ticket#239 - Ondeactivate handler for the first View of MultiView is always fired (Qiang)
10BUG: Ticket#244 - redirect() needs absolute URL (Qiang)
11BUG: Ticket#245 - getIsSecureConnection() is not working correctly (Qiang)
12BUG: Ticket#246 - TDatePicker wrong popup position in scrolled div (Wei)
13BUG: Ticket#260 - Wrong value of a configuration option in setUseTransparentSessionID (Qiang)
14CHG: ensureChildControls() is now invoked in TControl::initRecursive (Qiang)
15CHG: Postback enabled control will always disable default client-side browser action. (Qiang)
16CHG: CSS and JS files in a theme are now included in page in alphabetic order (Qiang)
17ENH: Ticket#206 - Added OnValidate, OnError, OnSuccess events to validators (Qiang)
18ENH: Ticket#230 - Added TDataList.EmptyTemplate property (Qiang)
19ENH: Ticket#231 - Added TButton.ButtonType property to allow reset button (Qiang)
20ENH: Ticket#232 - Allow <%# %> and <%= %> embedded within property values (Qiang)
21ENH: Ticket#256 - Datagrid columns can now be accessed via IDs (Qiang)
22ENH: Ticket#257 - OnSelectedIndexChanged event of TDataList and TDataGrid now passes the original command parameter (Qiang)
23ENH: Ticket#262 - Added TCheckBox.Value property (Qiang)
24ENH: TRepeater, TDataList and TDataGrid will store data indices in DataKeys if DataKeyField is not set. (Qiang)
25ENH: Added TPageService.BasePageClass property (Qiang)
26ENH: Added TDataGrid.EmptyTemplate property (Qiang)
27ENH: Added paging feature to all TDataBoundControl-derived controls (Qiang)
28ENH: ClientSide.ObserveChanges="false" to only revalidate client side validator when control changes (Wei)
29NEW: Added TPager (Qiang)
30NEW: Added Dreamweaver taglib extension (Stanislav, Qiang)
31NEW: Prado Command line script to create a new project, see framework/prado-cli.php (Wei)
32
33Version 3.0.1 June 4, 2006
34==========================
35BUG: Ticket#28 - OnClick does not work with Safari/KHTML (Wei)
36BUG: Ticket#37 - Changes of config files do not trigger cache update (Qiang)
37BUG: Ticket#44 - THtmlArea (tiny_mce) not working on some systems (Qiang)
38BUG: Ticket#162 - Missing currency sign in TNumberFormat if Value is 0 (Wei)
39BUG: Ticket#167 - TSecurityManager issues warning when trying to encrypt/decrypt strings (Qiang)
40BUG: Ticket#169 - Validation of subclass of THtmlArea/TDatePicker fails (Wei)
41BUG: Ticket#179 - CGI incompatibility causing clientscripts.php failure (Qiang)
42BUG: Ticket#181 - Unable to change Content-Type in response header if charset is not set (Qiang)
43BUG: Ticket#200 - onClick javascript event triggered twice on CheckBox label (Qiang)
44BUG: newly created controls during postbacks might get their initial states reset during loadStateRecursive. (Qiang)
45ENH: Ticket#150 - TDataGrid and TDataList now render table section tags (Qiang)
46ENH: Ticket#152 - constituent parts of TWizard are exposed (Qiang)
47ENH: Ticket#184 - added TUserManager.Users and Roles properties (Qiang)
48ENH: Ticket#197 - sanity check for datagrid header and footer (Qiang)
49ENH: added sanity check to calling event handlers (Qiang)
50ENH: added search for quickstart tutorials (Wei)
51ENH: added support to property tags for template owner control (Qiang)
52ENH: added Bulgarian requirement checker messages (StanProg)
53ENH: added TTheme.BaseUrl and TTheme.BasePath property (Qiang)
54ENH: added TListControl.SelectedValues property (Qiang)
55ENH: added TThemeManager.AvailableThemes property (Qiang)
56ENH: refactored TUserManager and TAuthManager so that they are easier to be extended (Qiang)
57ENH: template syntax now supports setting event handler via subproperties (Qiang)
58CHG: Ticket#151 - URL format is modified to handle empty GET values (Qiang)
59CHG: Ticket#153 - TAssetManager now ignores .svn directories (Qiang)
60CHG: Changed TControl::onBubbleEvent() to TControl::bubbleEvent() (Qiang)
61NEW: TTableHeaderRow, TTableFooterRow and table section support (Qiang)
62NEW: TCompositeControl (Qiang)
63NEW: TTextProcessor (Qiang)
64NEW: TMarkdown (Wei)
65NEW: Blog demo (Qiang)
66
67Version 3.0.0 May 1, 2006
68=========================
69BUG: Ticket#68  - 2 TButtons with THtmlArea causes second button to fail to function (Wei)
70BUG: Ticket#70  - Javascript for TDataTypeValidator added (Wei)
71BUG: Ticket#131 - TImageMap and TLinkButton continue to postback even client validator fails (Wei)
72BUG: Ticket#135 - TBrowserLogRoute reports wrong timings (Qiang)
73BUG: Ticket#137 - The JavasciptLogger does not work (Qiang)
74BUG: Ticket#138 - missing file in TDataGrid (Qiang)
75BUG: Ticket#139 - TThemeManager::setBasePath() should understand an alias path (Qiang)
76BUG: Non-control components can now use expressions in their properties (Qiang)
77BUG: TControl.Visible did not make use of overriden getVisible() (Qiang)
78BUG: TWizard did not stop navigation upon a validation failure (Qiang)
79BUG: NumberFormat will now zero-fill numbers base on the pattern. (Wei)
80ENH: TButton, TImageButton and TLinkButton now implement IButtonControl interface (Qiang)
81ENH: TResponse::writeFile takes three additional parameters to allow sending memory data (Qiang)
82ENH: TButtonColumn can now be a column of image buttons (Qiang)
83ENH: TLiteral will display body content if Text is empty (Qiang)
84ENH: Format string in classes extending TDataGridColumn can now evaluate an expression (Qiang)
85ENH: Format string in classes extending TListControl can now evaluate an expression (Qiang)
86ENH: Added THttpResponse::reload() (Qiang)
87ENH: Custom visual effects can be added to client-side validators via ClientSide property in validators. (Wei)
88ENH: TJavascript::encode() allows raw javascript code when string begins with "javascript:" (Wei)
89ENH: Update TinyMCE to 2.0.5.1
90CHG: Rewrote client-side javascript validators, check your client-side validation behaviour (Wei)
91CHG: Updated the javascript Prototype library, a few utilties functions REMOVED, may break your existing javascript code. (Wei)
92CHG: Build javascript without compression, only comments are removed. (Wei)
93CHG: TDatePicker's date can be set using Date property, it value must be in same format as DateFormat, TimeStamp must be set as integer (wei)
94CHG: TSimpleDateFormatter::parse() now return an integer or null on parse error (Wei)
95CHG: TControl::createControls() is changed to public. (Qiang)
96CHG: Template comment tag is changed from <! ... !> to <!-- ... --!> (Qiang)
97NEW: TListControlValidator (Wei)
98NEW: TClientScript (Wei)
99
100
101Version 3.0RC2 April 16, 2006
102=============================
103BUG: Ticket#54 - recursive reverse() definition (Wei)
104BUG: Ticket#93 - ValidationGroup not working in TImageMap for js validator (Wei)
105BUG: Ticket#97 - Invalid return type value for TSimpleDateFormatter::parse (Wei)
106BUG: Ticket#118 - Variables that may not have been initialized (Qiang)
107BUG: Ticket#121 - OnClick don't fire with TImageButton and TRequiredFieldValidator (Wei)
108BUG: Ticket#129 - TRadioButtonList in TWizard step does not postback correctly (Qiang)
109CHG: Moved localize() into PradoBase (Qiang)
110CHG: List controls now use array keys as list item values even if the array is integer-indexed (Qiang)
111CHG: THttpUtility::htmlEncode and htmlDecode now do not deal with & (Qiang)
112CHG: Expressions appeared in a template are evaluated in PreRender stage (Qiang)
113CHG: The context of expressions appeared in a template is changed to the template control (Qiang)
114ENH: Optimized the representation and evaluation of template expressions (Qiang)
115ENH: Added Raw layout to TDataList (Qiang)
116ENH: Added TRepeater.DataKeys and TRepeater.DataKeyField (Qiang)
117
118Version 3.0RC1 April 5, 2006
119============================
120BUG: Ticket#85 - Undefined TDataGrid::setSelectedIndex (Qiang)
121BUG: Ticket#87 - Typo in IDbConnection (Qiang)
122BUG: Ticket#88 - Unclosed HTML tag in TDatePicker and TColorPicker (Qiang)
123BUG: Ticket#89 - TInlineFrame::ScrollBars wrong behaviour expected (Qiang)
124BUG: Ticket#95 - Typo in TTemplateControl::registerContentPlaceHolder (Qiang)
125BUG: Ticket#103 - Typo in TStyle::setVerticalAlign (Qiang)
126BUG: Ticket#107 - ListControls not respect parent disabling (Qiang)
127BUG: SF#1432624 - Incorrect documentation about caching expiry (Qiang)
128BUG: SF#1446846 - Typo in THead (Qiang)
129BUG: THttpSession fails when user storage module is used (Qiang)
130CHG: TTextHighlighter.EnableCopyCode defaults to false (Qiang)
131CHG: Reorganized quickstart tutorial demo, added new sections (Qiang)
132CHG: Reorganized folders under framework (Qiang)
133CHG: Modified THtmlArea default toolbar and size. (Qiang)
134CHG: Pagers in TDataGrid are now enclosed within panels (Qiang)
135ENH: Ticket#92 - Support for user exception message file (Qiang)
136ENH: Ticket#106 - Support for validation on THiddenField (Qiang)
137ENH: Ticket#110 - Support for TVarDump with syntax highlight (Qiang)
138ENH: TDataFieldAccessor can access public class variables (Qiang)
139ENH: TPhpErrorException now shows the actual error lines (Qiang)
140ENH: Refactored cache classes with support for cache dependency (Qiang)
141NEW: TStack component (Qiang)
142NEW: TImageMap control (Qiang)
143NEW: TWizard control (Qiang)
144NEW: TVarDumper and PradoBase::varDump() (Qiang)
145NEW: TComponentReflection (Qiang)
146NEW: TParameterModule (Qiang)
147NEW: TPropelLogRoute (Jason)
148
149Version 3.0b March 6, 2006
150==========================
151BUG: fixed many
152CHG: event names must be prefixed with 'On' (Qiang)
153CHG: values of properties whose name ends with 'Template' are parsed directly by template parser (Qiang)
154ENH: template parser reports exact error location (Qiang)
155ENH: cookie HMAC check (Qiang)
156NEW: TInlineFrame (Jason)
157NEW: TAPCCache (Alban)
158NEW: TColorPicker, TDatePicker, TRatingList, TAdodbProvider, TCreoleProvider (Wei)
159NEW: TMultiView, TView, TControlAdapter, TWebControlAdapter, TPagedList, TAttributeCollection (Qiang)
160
161Version 3.0a January 18, 2006
162=============================
163Starting, main feaures ready (Qiang)
Note: See TracBrowser for help on using the browser.