[Pieforms-commit] SF.net SVN: pieforms: [180] pieforms-php5/branches/0.2.0
Status: Alpha
Brought to you by:
oracleshinoda
From: <ora...@us...> - 2007-02-11 05:39:21
|
Revision: 180 http://svn.sourceforge.net/pieforms/?rev=180&view=rev Author: oracleshinoda Date: 2007-02-10 21:39:21 -0800 (Sat, 10 Feb 2007) Log Message: ----------- Merged changes from revision 179 to branch Revision Links: -------------- http://svn.sourceforge.net/pieforms/?rev=179&view=rev Modified Paths: -------------- pieforms-php5/branches/0.2.0/CHANGELOG pieforms-php5/branches/0.2.0/INSTALL pieforms-php5/branches/0.2.0/README Modified: pieforms-php5/branches/0.2.0/CHANGELOG =================================================================== --- pieforms-php5/branches/0.2.0/CHANGELOG 2007-02-11 05:37:20 UTC (rev 179) +++ pieforms-php5/branches/0.2.0/CHANGELOG 2007-02-11 05:39:21 UTC (rev 180) @@ -1,7 +1,7 @@ Pieforms - Advanced web forms made easy Nigel McNie - http://nigel.mcnie.name/ - (C) 2006 Catalyst IT Ltd - http://catalyst.net.nz/ + (C) 2006, 2007 Catalyst IT Ltd - http://catalyst.net.nz/ For a list of changes between versions, please see the sourceforge release notes and changes for the release you have downloaded. This contains both a Modified: pieforms-php5/branches/0.2.0/INSTALL =================================================================== --- pieforms-php5/branches/0.2.0/INSTALL 2007-02-11 05:37:20 UTC (rev 179) +++ pieforms-php5/branches/0.2.0/INSTALL 2007-02-11 05:39:21 UTC (rev 180) @@ -1,7 +1,7 @@ Pieforms - Advanced web forms made easy Nigel McNie - http://nigel.mcnie.name/ - (C) 2006 Catalyst IT Ltd - http://catalyst.net.nz/ + (C) 2006, 2007 Catalyst IT Ltd - http://catalyst.net.nz/ Requirements ------------ Modified: pieforms-php5/branches/0.2.0/README =================================================================== --- pieforms-php5/branches/0.2.0/README 2007-02-11 05:37:20 UTC (rev 179) +++ pieforms-php5/branches/0.2.0/README 2007-02-11 05:39:21 UTC (rev 180) @@ -1,7 +1,7 @@ Pieforms - Advanced web forms made easy Nigel McNie - http://nigel.mcnie.name/ - (C) 2006 Catalyst IT Ltd - http://catalyst.net.nz/ + (C) 2006, 2007 Catalyst IT Ltd - http://catalyst.net.nz/ For installation instructions, please see the INSTALL file in this folder @@ -9,7 +9,7 @@ -------------- Pieforms provides a simple, unified way to create, validate and process web -forms all with a common look and field. It supports many more types of form +forms all with a common look and feel. It supports many more types of form controls (elements) than the standard HTML controls, for example date pickers and ajax comboboxes. In addition, each element can have pluggable rules applied to it, and the elements can be rendered inside custom containers, @@ -55,7 +55,7 @@ Pieforms is licensed under the GNU GPL. For more information, please see the COPYING file that comes with this package. -Pieforms is copyright (C) 2006 Catalyst IT Ltd. +Pieforms is copyright (C) 2006, 2007 Catalyst IT Ltd. Pieforms includes parts of MochiKit [1], which is required for the AJAX post functionality. MochiKit is dual licensed under the MIT license or Academic @@ -65,11 +65,12 @@ functionality, if the json extension for PHP is not installed or enabled. Services_JSON is licensed under the BSD license. -Pieforms includes the free version of the dynarch javascript calendar, which +Pieforms includes the free version of the dynarch javascript calendar [3], which is required for the 'calendar' element to function properly. The calendar is licensed under the LGPL. [1] http://mochikit.com/ [2] http://pear.php.net/pepr/pepr-proposal-show.php?id=198 +[3] http://www.dynarch.com/projects/calendar/ -- Nigel McNie <ni...@ca...> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |