{5} Assigned, Active Tickets by Owner (Full Description) (1 matches)

List tickets assigned, group by ticket owner. This report demonstrates the use of full-row display.

scott (1 match)

Ticket Summary Component Milestone Type Created
Description
#54 AWK CGI Library awkbot enhancement 07/26/07

Add an awk cgi library to the AWKBot tree which will implement the majority of the features of  CGI.pm including, but not limited to:

  1. Multipart form handling
  2. File upload handling
  3. Cookies
  4. Query string parsing

The goal is to design for easy generation of CGI applications in AWK. One of the goals while writing this library should be to maintain portability (if possible, don't depend on GNU AWK) and consistently implement the  CGI 1.1 Specification without discrepancy.

Risks

  1. Consistency issues, this will require a lot of cross-browser testing
  2. This appears to be a considerable amount of work, in some cases
  3. Not implementing MIME means limited functionality, and a MIME library might be needed as a follow up.

Assumptions

  1. Everything needed will be possible with portable AWK
  2. The line-oriented behavior of AWK will not hinder the ability to manage file uploads, and similar features.

Note: See TracReports for help on using and creating reports.