aboutsummaryrefslogtreecommitdiff
path: root/devel/pear-HTML_QuickForm_Controller
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 1.0.9Martin Wilke2008-07-272-4/+4
| | | | | | | | | | | - Take over mantainership PR: 125866 Submitted by: Wen heping <wenheping@gmail.com> Approved by: Dmitry Karasik <dk@catpipe.net> (maintainer) Notes: svn path=/head/; revision=217700
* - Update to 1.0.7Martin Wilke2006-10-312-4/+4
| | | | | | | | | PR: ports/104741 Submitted by: chinsan@ Approved by: maintainer Notes: svn path=/head/; revision=175814
* - Update to 1.0.6Jean Milanez Melo2006-08-223-4/+6
| | | | | | | | | | | - Add WWW URL PR: ports/101395 Submitted by: chinsan <chinsan.tw@gmail.com> Approved by: maintainer (timeout 15 days) Notes: svn path=/head/; revision=171198
* Remove pear ports obsolated by devel/pear and switchAlex Dupre2005-12-091-1/+1
| | | | | | | | | dependencies of all the other pear ports. Discussed with: thierry, antonio@php.net Notes: svn path=/head/; revision=150745
* - Update to 1.05.Florent Thoumie2005-11-292-3/+4
| | | | | | | | | PR: ports/89727 Submitted by: Simun Mikecin <sime@logos.hr> Approved by: maintainer Notes: svn path=/head/; revision=149923
* Update to 1.0.4.Roman Bogorodskiy2005-05-172-7/+7
| | | | | | | | | PR: 81138 Submitted by: Antonio Carlos Venancio Junior <antonio@php.net> Approved by: Dmitry Karasik (maintainer) Notes: svn path=/head/; revision=135464
* New port: devel/pear-HTML_QuickForm_ControllerEdwin Groothuis2004-09-023-0/+40
The package is essentially an implementation of a PageController pattern. Architecture: * Controller class that examines HTTP requests and manages form values persistence across requests. * Page class (subclass of QuickForm) representing a single page of the form. * Business logic is contained in subclasses of Action class. Cool features: * Includes several default Actions that allow easy building of multipage forms. * Includes usage examples for common usage cases (single-page form, wizard tabbed form). PR: ports/71281 Submitted by: Dmitry Karasik <dmitry@karasik.eu.org> Notes: svn path=/head/; revision=117925