Account confirmers, Anti-spam team, Confirmed users, Bureaucrats and Sysops emeriti
4,925
edits
No edit summary |
No edit summary |
||
Line 7: | Line 7: | ||
* Fields marked Optional may be missing entirely. Other fields are guaranteed to be present but may be blank. XXX_make_it_so. | * Fields marked Optional may be missing entirely. Other fields are guaranteed to be present but may be blank. XXX_make_it_so. | ||
* For fields of type Boolean, on submit, "0" and 0 are false; everything else is true. This may get relaxed later. | * For fields of type Boolean, on submit, "0" and 0 are false; everything else is true. This may get relaxed later. | ||
* Fields of type Timestamp are in an ISO 8601 format - either YYYY-MM-DD HH:MM:SS or YYYYMMDDTHH:MM:SS (T being a literal "T"). Eventually, all will also have a + | * Fields of type Timestamp are in an ISO 8601 format - either YYYY-MM-DD HH:MM:SS or YYYYMMDDTHH:MM:SS (T being a literal "T"). Eventually, all will also have a +NNNN timezone marker, but currently most don't. | ||
==Bug== | ==Bug== | ||
'''Bold'''' means the field is or can be returned on the search interface. | |||
{| border="1" | {| border="1" | ||
Line 56: | Line 58: | ||
|op_sys||String||Operating system bug was seen on, e.g. Windows Vista, Linux|| | |op_sys||String||Operating system bug was seen on, e.g. Windows Vista, Linux|| | ||
|- style="font-weight: bold" | |- style="font-weight: bold" | ||
|percentage_complete||Decimal, Read Only, Search Only | |percentage_complete||Decimal, Read Only, Search Only||How much of the work is done (calculated)|| | ||
|- style="font-weight: bold" | |- style="font-weight: bold" | ||
|platform||String||Computing platform bug was seen on, e.g. PC, Mac||rep_platform | |platform||String||Computing platform bug was seen on, e.g. PC, Mac||rep_platform | ||
Line 220: | Line 222: | ||
!Name!!Type!!Description!!Other Names | !Name!!Type!!Description!!Other Names | ||
|- | |- | ||
|code||Integer, Read Only||Unambiguous definition of error ( | |code||Integer, Read Only||Unambiguous definition of error (XXXunimplemented)|| | ||
|- | |- | ||
|error||Boolean (True), Read Only||Indicates the object is an error object|| | |error||Boolean (True), Read Only||Indicates the object is an error object|| |