summaryrefslogtreecommitdiff
path: root/framework/Web
AgeCommit message (Collapse)Author
2006-05-19Fixed #37.xue
2006-05-18Fixed #181.xue
2006-05-18Fixed #179.xue
2006-05-18Fix for non-XHTML compliance.xue
2006-05-17Refactored TListControl.xue
2006-05-17added TTheme.BasePath.xue
2006-05-16Changed ImageUrl to ButtonImageUrl, documentation errorjrags
2006-05-16Fixed #174.xue
2006-05-12Added TTheme.BaseUrl property.xue
2006-05-12Fixed an issue about setting BasePath.xue
2006-05-11Update api docs and add API search wei
2006-05-08A few minor doc fixes.xue
2006-05-07added support to property tags for template owner controlxue
2006-05-05undo changeset 1028.xue
2006-05-05undo changeset #1010.xue
2006-05-05Change ClientSide property class names in TBaseValidator and TValidationSummarywei
2006-05-05Update the Event.fireEvent(element,type) javascript function. Hope that is ↵wei
works in Safari.
2006-05-05Fixed #156.wei
2006-05-04Added TCompositeControl.xue
2006-05-04Fixed a doc error.xue
2006-05-04URL format is modified when THttpRequest.UrlFormat=='Path'. This ↵xue
modification affects both the URLs generated by calling constructUrl() and the URLs understood by PRADO. In particular, PRADO now understands the following URL format: /index.php/ServiceID,ServiceParam/Name1,Value1/Name2,Value2/... Previously, the above URL is written as: /index.php/ServiceID/ServiceParam/Name1/Value1/Name2/Value2/...
2006-05-04Fixed #150 - TDataGrid and TDataList now render table section tagsxue
2006-05-04Added table section support.xue
2006-05-04Refactored TTable and TTableRow.xue
2006-05-04Fixed an issue about instantiating a template: direct child controls are ↵xue
added to page hierarchy at the last.
2006-05-03Fixed #152 - constituent parts of TWizard are exposedxue
2006-05-03Fixed#151 - added sanity check GET parameters in constructUrl()xue
2006-05-03Fixed #154: HTML comments are now parsed as regular template strings.xue
2006-05-03TAssetManager now ignores .svn directoriesxue
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-04-30Changed ClientValidation to ClientSide (same property name will be used in ↵wei
ActiveControls)
2006-04-30Fixed a bug in template comment.xue
2006-04-30Template comment tag is changed from <! ... !> to <!-- ... --!>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 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-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 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.