index
:
prado
master
namespace
prado-3.2
test_sauce
Fork of Prado PHP framework
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
framework
Age
Commit message (
Collapse
)
Author
2007-02-04
added renderer feature to TDataList.
xue
2007-02-04
Added renderer feature to TRepeater.
xue
2007-02-02
add unit test for sqlmap statement extends
wei
2007-02-01
updated exception reporting scheme when expression is invalid.
xue
2007-01-30
Add basic Scaffold view for Active Record
wei
2007-01-30
add column type values for mysql
wei
2007-01-28
Fixed TActiveListBox bug. Add more meta for active record. Fix TCallback docs.
wei
2007-01-27
Fixed the bug that TXmlElement did not encode attribute and text values when ↵
xue
being saved as a string
2007-01-27
Added TUser.getState() and setState() for storing user session data
xue
2007-01-25
merge from 3.0 branch till 1656.
xue
2007-01-25
Fixed #502
wei
2007-01-24
Fixed #517, #519, #521
wei
2007-01-24
add active record count test
wei
2007-01-23
fix pgsql schema table problems.
wei
2007-01-20
minor changes to active record meta data inspector
wei
2007-01-20
refactored TPageService.
xue
2007-01-19
Enforce encoding of wsdl and soap service headers and <xml>
wei
2007-01-18
fixed a typo.
xue
2007-01-18
update address-book demo
wei
2007-01-18
minor fixes.
xue
2007-01-17
Added PRADO_CHMOD constant so that users can specify the permission of ↵
xue
PRADO-created directories
2007-01-17
updated build script and prado powered link target.
xue
2007-01-17
add dynamic callback repeater test.
wei
2007-01-17
Add address-book flex demo
wei
2007-01-17
Add active record generator.
wei
2007-01-14
Add "block-content" to allow user comments on block level elements in ↵
wei
quickstart docs.
2007-01-14
fixed order by without condition
wei
2007-01-13
updated build script.
xue
2007-01-12
simplify class maps in soap server
wei
2007-01-12
fix classmap for soap service.
wei
2007-01-12
add Id keyword
wei
2007-01-12
Fixed a number of SOAP bugs.
wei
2007-01-11
change DomDocument::loadXml to use instance method (static method causes ↵
wei
E_STRICT error).
2007-01-11
no quoting tablename for mysql active record.
wei
2007-01-09
add TActiveRecord::findAllByPks()
wei
2007-01-08
Added TOutputCache.CachingPostBack
xue
2007-01-08
added new comment template tag <!-- --->
xue
2007-01-06
Fixed #485.
wei
2007-01-06
Update docs.
wei
2007-01-05
fixed #489.
xue
2007-01-04
Add chat demo and tutorial.
wei
2007-01-03
Updated generator to use DocComment for generating class properties.
xue
2007-01-03
quote the criteria string in ActiveRecord.
wei
2007-01-03
add Prado.CallbackRequest.getRequestById(id) and ↵
wei
Prado.CallbackRequest.dispatch(id) javascript methods.
2007-01-03
fixed http://www.pradosoft.com/forum/index.php/topic,6517.0/topicseen.html
wei
2007-01-03
Update active controls to use http response body for application data.
wei
2007-01-01
Added Id keyword.
xue
2007-01-01
reverted back. By convention, all non-zero values are treated as boolean ↵
xue
true, not just 1.
2007-01-01
added TSoapService and TSoapServer.
xue
2006-12-31
Added more boolean support in TPropertyValue::ensureBoolean, it now supports ↵
jrags
the following: (string) 'true' == (bool) true,(string) '1' == (bool) true,(int) 1 == (bool) true,(bool) true == (bool) true, (string) 'false' == (bool) false,(string) '0' == (bool) false,(int) 0 == (bool) false,(bool) false == (bool) false
[next]