summaryrefslogtreecommitdiff
path: root/UPGRADE
blob: fc7212752d1cd0dad949b3f5e251ec068749df5b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28

         Upgrading Instructions for PRADO Framework v3.0RC1
         ==================================================

The following upgrading instructions are cumulative. That is,
if you want to upgrade from version A to version C and there is
version B between A and C, then you need to following instructions
for both A and B.


Upgrading from v3.0b
--------------------
- THttpSession.UseCustomStorage replaces the previous Storage.
- Pagers in TDataGrid are now enclosed within panels. The event indicating
  their creation is changed to OnPagerCreated instead of OnItemCreated.
- TTextHighlighter.EnableCopyCode defaults to false now.
- TTarFileExtrator is moved to System.IO
  Cache classes are moved to System.Caching
  TXmlDocument is moved to System.Xml
  TLogger, TLogRouter, TDataFieldAccessor, TSimpleDateFormatter are moved to System.Util

Upgrading from v3.0a
--------------------
All event names must start with 'On'.

Upgrading from v2.x and v1.x
----------------------------
PRADO v3.x is not backward compatible with v2.x and v1.x.