summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-05-01Fixed an issue about appending SID in the constructed URL.3.0.0xue
2006-05-01changelog (marcus): marcus
Added support for array values to be passed through the uri when using the 'path' UriFormat. This allows a uri to be constructed with a format of domain.com/page/Home/var[]/1/var[]/3 if needed. A call to $this->Request->itemAt('var') in this case would return an array of array('1','3');. At the moment, only single dimension arrays are supported.
2006-05-01Fixed focus error.wei
2006-05-01Update licensewei
2006-05-01Update 3rd party code licenses.wei
2006-04-30Changed ClientValidation to ClientSide (same property name will be used in ↵wei
ActiveControls)
2006-04-30Small correction of core dependencies in PEAR package taskknut
2006-04-30Fixed a bug in template comment.xue
2006-04-30updated tutorial page about comment tag.xue
2006-04-30Template comment tag is changed from <! ... !> to <!-- ... --!>xue
2006-04-30Some modification regards PEAR packagingknut
2006-04-30Updated license info of TCache_Lite.xue
2006-04-30changed TControl::createChildControls() to public.xue
2006-04-29Fixed #145. Updating js builds with a better js comment remover.wei
2006-04-29Added license info about TTarFileExtractor.xue
2006-04-29Added THttpResponse::reload().xue
2006-04-28A few minor fixes.xue
2006-04-28Fixed #68 and update TinyMCE to 2.0.5.1wei
2006-04-28New abstract TCompositeControl + FT testswei
2006-04-27renamed "invoker" to "sender" in default javascript event receiving function.wei
2006-04-27Update effect sample.wei
2006-04-27Add effects to validation summary.wei
2006-04-27updated js version.xue
2006-04-27Compile the javascript changes.wei
2006-04-27Putting back Prado.WebUI.TDataTypeValidator javascriptwei
2006-04-27Added client-side events to client-side validators. see ↵wei
tests/FunctionalTests/features/index.php?page=ValidatorEffects
2006-04-27Added first test version of PEAR packaging through Phing. Run "phing ↵knut
dist-pear" to test it.
2006-04-27Added more FT.xue
2006-04-26TLiteral will display body content if Text is empty.xue
2006-04-25Complete #70, update TDateFormat, NumberFormat add zerofill. Update ↵wei
TDatePicker quickstart doc, I18N quickstart doc.
2006-04-25Some minor changes to TListControlValidator.xue
2006-04-25Add TListControlValidator. Update client-side validators, datepicker.js, ↵wei
colorpicker.js.
2006-04-24Removing static quick start guide, accurate version can be built with "phing ↵knut
quickstart" and is appearing in build/docs/
2006-04-24Added PDF generation of quick start guide to build #62knut
2006-04-24Reorganized the resource fileset to include everything under the framework ↵knut
directory and the phpunit2 task no longer halt on failure by default
2006-04-24Fixed a case-sensitivity bug about TContentPlaceHolder.xue
2006-04-24Added a few comments on unit testsknut
2006-04-24Added javascripts as resource files that will be included in the ↵knut
distribution package. Tikcet #82
2006-04-24THttpResponse.writeFile can now use customized headers.xue
2006-04-22Modified default value rendering for TCheckBox.xue
2006-04-21Removed the usage of direct property.xue
2006-04-21Update javascript libraries, rewrote client-side validators, removed some js ↵wei
files, simplified javascript compression.
2006-04-21Fixed #139.xue
2006-04-20TButtonColumn can now be a column of image buttonsxue
2006-04-20Some optimization of THtmlArea.xue
2006-04-20Fixed #138 and an error in HTML entity representation for double quotes.xue
2006-04-20Fixed an inconsistency between tutorial and actual framework code.xue
2006-04-19Fixed #137.xue
2006-04-18yet another bug fix in sending file.xue
2006-04-18Fixed a bug in calculating file size.xue