473,385 Members | 1,757 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

PRADO 3.1.2 is released

We are proud to announce the formal release of PRADO 3.1.2.
This is a feature enhancement and bug fix release over the previous
release.
In this release, we enhanced the functionality of Active Record about
relational object support; we added a few more components and Web
controls;
in addition to many minor enhancements, we also fixed about thirty
bugs that
were found in the previous releases.

You can download PRADO from its project website at
http://www.pradosoft.com
WHAT'S NEW IN THIS RELEASE

BUG: Ticket#595 - ControlCssClass not applied correctly if using
multiple validators on same control (Christophe)
BUG: Ticket#622 - Changing Display-attribute of a TActiveCheckBox
dynamically isn't possible (Michael)
BUG: Ticket#636 - I18N catalogue problem (Christophe)
BUG: Ticket#669 - Strange rendering behaviour with TActivePanel
(Christophe)
BUG: Ticket#671 - TActiveCustomValidator Callback Problem (Christophe)
BUG: Ticket#679 - TActiveLabel can't be shown from inside TRepeater.
TActiveRadioButton cant be unchecked (Christophe)
BUG: Ticket#695 - ActiveTextBox filled in IE blocks other elements
(Michael)
BUG: Ticket#707 - TPropertyAccess sets property twice on object when
using setters (Qiang)
BUG: Ticket#718 - prop:ClientSide OnLoading don't work in Opera
(Christophe)
BUG: Ticket#719 - TAutoCompleter should not trigger Validation if
CausesValidation=False (Christophe)
BUG: Ticket#721 - TActiveCustomValidator + TValidationSummary problem
(Christophe)
BUG: Ticket#736 - Files never created in clientscript.php (Qiang)
BUG: Ticket#744 - Callback error handling is improved (Qiang)
BUG: Ticket#747 - TRangeValidator accept letters when type Integer is
specified (Christophe)
BUG: Ticket#750 - The "expire" parameter is used inconsistently in
cache modules (Qiang)
BUG: Ticket#753 - Themes not allways being set (Qiang)
BUG: Ticket#754 - CultureInfo constructor errors (Qiang)
BUG: Ticket#759 - TSlider wrong layout with horizontal with center
horizontal align (Christophe)
BUG: Ticket#769 - Problem with Validator inside TActivePanel
(Christophe)
BUG: Ticket#776 - Logout button should not cause validation in blog
tutorial (Qiang)
BUG: Ticket#785 - TDatePicker OnDateChanged event problem (Christophe)
BUG: Ticket#787 - Typo in validation3.js (Christophe)
BUG: Ticket#766, #786 - TDbCache does not work with MySQL and
PostgreSQL (Qiang)
BUG: Ticket#799 - Fixed several link errors in documentation about PDO
(Qiang)
BUG: Ticket#803 - TActiveRecord cannot be serialized/unserialized
correctly. (Qiang)
BUG: Ticket#808 - Client side validation should work for file upload.
(Qiang)
BUG: Ticket#828 - Validators not working when
RepeatLayout="Raw" (Qiang)
BUG: Fixed a bug in TPropertyValue::ensureArray() (Qiang)
CHG: Ticket#819 - TLogRoute now displays GM time instead of local time
(Qiang)
CHG: Changed TConditional so that the controls in its template behave
like they are in its parent (Qiang)
CHG: Active Record many-to-many relationship change from
self::HAS_MANY to self::MANY_TO_MANY (Wei)
CHG: Active Record no longer automatically performs adding/removing/
updating related objects (Qiang)
CHG: Tjavascript::encode() will encode data as a list if integer
indices are detected (Qiang)
CHG: Ticket#755 - Upgraded to Prototype 1.6 and Scriptaculous 1.8 (j,
Christophe)
ENH: Ticket#660 - Using Globalization.Charset in JSON for AJAX
Callbacks (Michael)
ENH: Ticket#722 - Added Read Only capabilities to TInPlaceTextBox
(Christophe)
ENH: Ticket#741 - Added CDbConnection.currentTransaction property
(Qiang)
ENH: Ticket#743 - Added status code header in HTTP response when in
error (Qiang)
ENH: Ticket#745 - TWizard action MoveTo - allow specify step ID's
(Christophe)
ENH: Ticket#757 - TDateFormat and TNumberFormat now implement
IDataRenderer (Qiang)
EHH: Ticket#770 - THttpResponse send HTTP 1.1 Status code to the
client (Christophe)
ENH: Ticket#783 - Added date/time type support to soap implementation
(Hongliang)
ENH: Ticket#800,#833 - Added database connection charset for MySql and
PgSql (donkee)
ENH: Active Record supports multiple foreign references of the same
table (Wei)
ENH: Added TDbCommand.queryColumn() (Qiang)
ENH: Active Record now supports implicitly declared related properties
(Qiang)
ENH: Active Record now supports query criteria for implicitly declared
related properties (Qiang)
ENH: TDataFieldAccessor now supports chained property access without
getters. (Qiang)
ENH: TParameterModule added caching support (Qiang)
ENH: Added TAuthManager.switchUser() (Qiang)
NEW: Added TDbLogRoute (Qiang)
NEW: Added TDataRenderer and TItemDataRenderer (Qiang)
NEW: Added THtmlElement (Qiang)
NEW: Ticket#544 - Added TXCache (Wei)
NEW: Ticket#729 - Added TActivePager (Christophe)
NEW: Ticket#791 - Added TFirebugLogRoute (Christophe)

COMPATIBILITY INFORMATION

Please see the upgrade instructions included in the release.
The following changes introduced in this release need particular
attention:

- The RELATIONS type declaration in Active Record classes for Many-to-
Many using
an association table was change from "self::HAS_MANY" to
"self::MANY_TO_MANY".
E.g. change
'albums' =array(self::HAS_MANY, 'Artist', 'album_artists')
to
'albums' =array(self::MANY_TO_MANY, 'Artist', 'album_artists')
- Active Record no longer automatically adds/removes/updates related
objects.
- 'Raw' mode for TCheckboxList and TRadioButtonList (and their active
counter parts) now render
a surrounding <spantag to allow client scripts to identify them
with the ClientId. You may
have to check your CSS.
SYSTEM REQUIREMENTS

PHP 5.1 or above is required. All functionalities have been tested on
Windows and Linux using Internet Explorer 6/7, FireFox and Safari.
BACKGROUND OF PRADO

For those who have never heard of PRADO before, PRADO is a
component-based and event-driven programming framework for developing
Web applications in PHP. PRADO stands for Php Rapid Application
Development Object-oriented. PRADO was initially released in August
2004 as the grand prizer winner of the Zend coding contest and has
since been adopted by thousands of developers.

PRADO is best suitable for creating Web applications that are highly
user-interactive. It can be used to develop systems as simple as a
blog system to those as complex as a content management system (CMS)
or a complete e-commerce solution. Because PRADO promotes
object-oriented programming through its component-based methodology,
it fits extremely well for team work and enterprise development.
Jun 2 '08 #1
0 1296

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Qiang Xue | last post by:
After nearly 10 months of hard work with 50,000 lines of new code, we are pleased to announce that PRADO version 3.0.0 is formally released! The new version of the PRADO framework represents a...
0
by: Qiang Xue | last post by:
We are pleased to announce that PRADO version 3.0.2 is formally released! Version 3.0.2 is a maintenance release of PRADO 3.0, which mainly contains bug fixes and minor enhancements and features. ...
0
by: Qiang Xue | last post by:
We are pleased to announce that PRADO version 3.0.3 is formally released! Version 3.0.3 is a maintenance release over the previous PRADO 3.0.2 release. More than ten bugs were fixed in this release...
0
by: Qiang Xue | last post by:
We are proud to announce the ALPHA release of PRADO 3.1.0. This is the result of nearly nine months of hard work from the PRADO Group and represents a major milestone in the PRADO development. We...
0
by: Qiang Xue | last post by:
We are proud to announce the BETA release of PRADO 3.1.0. This is the result of nearly one year of hard work from the PRADO Group and represents a major milestone in the PRADO development. We...
0
by: Qiang Xue | last post by:
We are proud to announce the RC release of PRADO 3.1.0. This is the result of more than one year of hard work from the PRADO Group. It represents a major milestone in the PRADO development. We...
1
by: Qiang Xue | last post by:
After more than one year's hard work, the PRADO Group is proud to announce the formal release of PRADO 3.1.0, a major milestone in the PRADO framework development. This release added intrinsic DB...
0
by: Qiang Xue | last post by:
We are proud to announce the formal release of PRADO 3.1.1. This is a feature enhancement release over the previous release. In this release, we included several new commonly requested Web...
0
by: Qiang Xue | last post by:
We are proud to announce the formal release of PRADO 3.1.3. This is a feature enhancement and bug fix release over the previous release. In this release, we created several new active controls,...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.