Changeset 2488 for trunk/HISTORY

Show
Ignore:
Timestamp:
08/05/2008 08:34:06 PM (4 months ago)
Author:
knut
Message:

fixed #898

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/HISTORY

    r2487 r2488  
    1616ENH: Added Prado.Validation.validateControl(id) on client side to validate a specific control (Michael) 
    1717ENH: Added MessageSource_Database to I18N (uses TDbConnection) (Michael) 
     18ENH: Ticket#890 - Minor optimization: Use $var===null over is_null($var) (Knut) 
    1819ENH: Ticket#893 - Added page parameter to queryForPagedList() to specify the initial page to load (Michael) 
     20ENH: Ticket#898 - Minor optimization: Use (int) over intval() (Knut) 
    1921CHG: Ticket#844 - Upgraded TinyMCE to 3.1.0.1 (Christophe) 
    2022