summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-02-08Changed accessibility of a few render-related methods (needed by adapters).xue
2006-02-08Updated application lifecycle and related tutorial description.xue
2006-02-08Modified application lifecycles.xue
2006-02-08Moved onExitApplication out of destructor.xue
2006-02-08removed a file control files from pradolite.phpxue
2006-02-07Application configuration files can now be explicitly specified, and ↵xue
multiple applications can share the same base path.
2006-02-07Fixed a bug about setting ErrorTemplatePathxue
2006-02-07Added UrlFormat property to THttpRequest.xue
2006-02-07Added OnExitApplication event to TApplication.xue
2006-02-07Fixed Ticket #39.xue
2006-02-07Completed the tutorial about creating new controls.xue
2006-02-07fixed the usage of getIsValidxue
2006-02-07Added ControlCssClass property to TBaseValidator.xue
2006-02-07Added AutoTrim property to TTextBox.xue
2006-02-07Fixed a bug in generating URLs with double slashes.xue
2006-02-06added some more testsknut
2006-02-06added PHPUnit2_Framework_IncompleteTestErrorknut
2006-02-06Added EmptyTemplate property to TRepeater.xue
2006-02-06Fixed a bug in TDataGrid about columnspan of pager cell.xue
2006-02-06added getRaw and setRaw method, if you need to store/retrieve value which ↵alban
are not object, and do not need to serialize. Prado need the Cache to deal with serialization due to implementation, perhaps it should be a responsability to prado to (un/)serialized object prior to call the caching module ? So get/setRaw method will allow user to store mainly array wihtout bothering and addind overhead due to serialization. setRaw still test for is_object to deal with serialization.
2006-02-06Fixed a bug in computing page numbers.xue
2006-02-06Fixed a bug about calculating the starting pager button in TDataGrid.xue
2006-02-05Added two examples showing creating new controls by composition.xue
2006-02-05Added Upgrading tutorial page.xue
2006-02-05Completed DataGrid part II description.xue
2006-02-05Added a demo of TDataGrid showing custom paging.xue
2006-02-05Makes TCheckBox xhtml-compliant when Enabled is false.xue
2006-02-05Added toggle column visibility demo.xue
2006-02-05Added paging example of TDataGrid.xue
2006-02-05Updated sorting example of TDataGrid.xue
2006-02-05Added an example showing TDataGrid sort functionality.xue
2006-02-04Modified TDataGrid sample to enable updating rating.xue
2006-02-04Added an example of TDataGrid showing updating and deleting functionalities.xue
2006-02-04Fixed a bug about performing databind with an empty dataset.xue
2006-02-04Fixed a bug in TList and TMap about the usage of isset.xue
2006-02-04Fixed an issue about phpbuilder.xue
2006-02-04A few style changes.xue
2006-02-04Adding TColorPicker.wei
2006-02-03Completed datagrid tutorial part one and added a new datagrid sample.xue
2006-02-03Fixed an issue about style merging.xue
2006-02-03Added TCheckBoxColumn.xue
2006-02-03Separate color from RICOwei
2006-02-02Modified onSaveState to saveState, and onLoadState to loadState.xue
2006-02-02removed checking getTagName() since it's protectedknut
2006-02-02ported two more unit testsknut
2006-02-02changed test for item() to itemAt()knut
2006-02-02added missing page level and class level docblocksknut
2006-02-02All FunctionalTests are working in IE and FFwei
2006-02-02Add datagrid and repeater to prado3_quick_start.pdfwei
2006-02-02Fixed #16wei