Custom Query (1630 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (25 - 27 of 1630)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
Ticket Resolution Summary Owner Reporter
#1069 fixed [intarweb] [PATCH] Full list of HTTP status codes sjamaan RvdH
Description

I took the liberty of creating a patch for the HTTP status codes, based on http://www.iana.org/assignments/http-status-codes/http-status-codes.xml, as suggested.

#1070 wontfix [spiffy] [PATCH] Add mime type for json sjamaan RvdH
Description

json is nowadays often used in web applications and web services, so I suggest adding it to the default list of mime types in Spiffy.

#1072 fixed [spiffy] [PATCH] Improve HTML in the simple-directory-handler sjamaan RvdH
Description

I know the simple-directory-handler is made to be simple. Still, this patch improves the HTML of the simple-directory-handler in the following ways:

  1. Adds the obligatory "xmlns" and "xml:lang" attributes to the html element.
  2. Changes the h2 element into an h1 element. Using a h2 element here is syntactically correct, but semantically it is not. The first header element in a document should be the h1 element. If the header is considered too large, change the styling, not the element itself.
  3. Adds table headers to the columns.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
Note: See TracQuery for help on using queries.