For Programmers: Free Programming Magazines  


Home > Archive > PHP Pear > October 2005 > [ANNOUNCEMENT] Structures_DataGrid-0.6.3 (beta) Released.









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author [ANNOUNCEMENT] Structures_DataGrid-0.6.3 (beta) Released.
PEAR Announce

2005-10-25, 6:58 pm

The new PEAR package Structures_DataGrid-0.6.3 (beta) has been released at http://pear.php.net/.

Release notes
-------------
* Bug #3304 : fixed the requestPrefix handling.
thanks <pm at phpshop dot org>
* Bug #3306 : addColumn() is now compatible with bind()
thanks E. Grace <ej.grace at imperial dot ac dot uk>
* Bug #3588 : Handle quotes in CSV renderer correctly
thanks <justinpatrin at php dot net>
* Bug #3601 : Wrapped HTML output with htmlentities()
thanks <maarten at xolphin dot nl>
* Bug #3607 : Fixed fatal error when binding to a null data set
thanks <nick at foobar dot org>
* Bug #3617 : Fixed warning message when sorting with Array data source
thanks <rafal at friendlysol dot com>
* Bug #3715 : Fixed notice message with column formatter
thanks <maarten at xolphin dot nl>
* Bug #3769 : Fixed calling DataObject getters as a function instead of a property
thanks <listsdg at yahoo dot fr>
* Bug #3781 : Fixed incorrect require_once path on CSV datasource
thanks <pear at felixdd dot de>
* Bug #3847 : Fixed warning raised when the recordset is null
thanks <justinpatrin at php dot net>
* Bug #3859 : Fixed useHeader method in HTML_Table renderer
thanks <daniel at assertio dot es>
* Bug #4022 : Fixed issue with including record variable in column formatter when parameters are defined
thanks <justinpatrin at php dot net>
* Bug #4350 : Fixed XML renderer constructor
thanks <tier at gregor-widuch dot de>
* Bug #4375 : new method to customize generated links:
HTMLTable::setExtraVars()
thanks <keith at setuplinux dot com>
* Bug #4403 : Fixed sorting for non-datasource recordsets.
thanks <jessup at mrpath dot com>
* Bug #4416 : Added 4 new methods to allow for retrieving of current display status of the DataGrid:
SDG::getPageCount()
SDG::getRecordCount()
SDG::getCurrentRecordNumberStart()
SDG::getCurrentRecordNumberEnd()
thanks <post at mark-wiesemann dot de>
* Bug #4421 : Fixed error on DataObject data source with FormBuilder Integration
thanks <justinpatrin at php dot net>
* Bug #4503 : Fixed error with sorting in Array DataSource
thanks <justinpatrin at php dot net>
* Bug #4521 : Fixed the perpage limit with HTMLTable renderer to show all records instead of the default 10
thanks <wiesemann at php dot net>
* Bug #4527 : Fixed allowEmptyRows() method in HTMLTable renderer to display correct number of rows
thanks <wiesemann at php dot net>
* Bug #4557 : Fixed 1st row overwriting header row in XLS renderer
thanks <wiesemann at php dot net>
* Bug #4558 : Modified render output for XLS renderer to allow saving to the local file system
thanks <wiesemann at php dot net>
* Bug #4863 : Fixed notice in CSV renderer about the not intialized variable
thanks <info at borki dot ch>
* Bug #4872 : fixed a notice when using formatters
thanks <pupeno at pupeno dot com>
* Bug #4874 : Fixed the name of the getter call in DataObject datasource
thanks <evt at infoware dot com dot au>
* Bug #5255 : missing dependencies caused a silent bug
thanks <blcdhq at gmail dot com>
* Bug #5292 : fixed HTMLTable header parsing and generation
* Bug #5300 : Fixed notice on column formatter
thanks <kick_tisho at yahoo dot com>
* Bug #5327 : Can now define a custom lineBreak in CSV renderer. Also removed extra white space between each element.
thanks <post at mark-wiesemann dot de> and <pnovess at mac dot com>
* Bug #5535 : Fixed XLS and XUL renderers due to bad check for null
thanks Aaron Wormus

* The $type argument of the bind() method was not usable because
DATAGRID_SOURCE_* constants were defined in the wrong place : fixed
* Fixed some undefined variable notices in the XLS renderer, for empty
data rows (related to bug #5535)
* The CSV datasource did not correctly strip DOS'ish carriage returns:
fixed


Package Info
-------------
This package offers a toolkit to render out a datagrid in HTML format as well as
many other formats such as an XML Document, an Excel Spreadsheet, an XUL Document and more.
It also offers paging and sorting functionallity to limit the data that is presented and processed.
This concept is based on the .NET Framework DataGrid control and works very well with database and XML result sets.


Related Links
-------------
Package home: http://pear.php.net/package/Structures_DataGrid
Changelog: http://pear.php.net/package/Structu.../download/0.6.3
Download: http://pear.php.net/get/Structures_DataGrid-0.6.3.tgz

Authors
-------------
Andrew Nagy <andrew.nagy@villanova.edu> (lead)
Olivier Guilyardi <olivier@samalyse.com> (developer)
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com