PEPR, Quickform2, HTML5 forms stuff?

[email protected] ("Daniel O'Connor") Sun, 27 Mar 2011 16:59:03 +1030
Newsgroups php.pear.webmaster
Message-ID <[email protected]>
Hey Till,
I had a bit of an explore at migrating PEPr over to QF2; but don't have a
dev environment set up right now and would probably make quite a mess.

QF1 is used about the place in pearweb; but it would be nearly impossible
and kind of pointless to try to coax QF1 into being aware of HTML5 required,
pattern,, title & placeholder attributes.

QF2 looks like it would be much easier and cleaner to add HTML5 awareness
into it (http://pear.php.net/bugs/bug.php?id=5308&thanks=1); plus the API is
a lot neater.

If we targeted just PEPR to shift to QF2; I think it'd be fairly doable:

public_html/pepr/pepr-comments-show.php
public_html/pepr/pepr-proposal-delete.php
public_html/pepr/pepr-proposal-edit.php
public_html/pepr/pepr-votes-show.php

public_html/account-edit.php
public_html/account-mail.php
public_html/account-request-existingpackage.php
public_html/account-request-newpackage.php
public_html/account-request-vote.php
public_html/admin/karma.php
public_html/package-edit.php
public_html/package-new.php
public_html/support/effectivepearuse.php
public_html/channels/add.php

I don't suppose you (or anyone else) feels like giving it a shot?