log

age author description
2009-05-02 Adam Chlipala Path rewriting
2009-05-02 Adam Chlipala Add 'library' directive
2009-05-02 Adam Chlipala More FFI compiler options
2009-05-02 Adam Chlipala Successfully influenced effectful-ness status of FFI func
2009-04-30 Adam Chlipala C FFI compiler options
2009-04-30 Adam Chlipala Lexing character entities
2009-04-30 Adam Chlipala List notations
2009-04-30 Adam Chlipala <input type='hidden'>
2009-04-30 Adam Chlipala Megaform test
2009-04-30 Adam Chlipala subforms working
2009-04-30 Adam Chlipala Subforms type-checks; lists urlified and unurlified
2009-04-30 Adam Chlipala Basis.list
2009-04-28 Adam Chlipala Subforms
2009-04-28 Adam Chlipala Views in CHANGELOG
2009-04-28 Adam Chlipala A view query works
2009-04-28 Adam Chlipala Preparing to allow views in SELECT FROM clauses
2009-04-28 Adam Chlipala Outer joins in CHANGELOG
2009-04-28 Adam Chlipala RIGHT and FULL JOIN
2009-04-28 Adam Chlipala LEFT JOIN
2009-04-28 Adam Chlipala INNER JOIN
2009-04-28 Adam Chlipala Switch to using sql_from_items
2009-04-26 Adam Chlipala Extra checks on assumptions about SQL results
2009-04-26 Adam Chlipala sql_ufunc and octet_length
2009-04-26 Adam Chlipala blobSize
2009-04-26 Adam Chlipala Blobs in CHANGELOG
2009-04-26 Adam Chlipala Handling nullable blobs
2009-04-26 Adam Chlipala Reading blobs from the database
2009-04-26 Adam Chlipala Returning a blob as page result
2009-04-25 Adam Chlipala Add MIME type to file
2009-04-25 Adam Chlipala Only allow single-file upload per control
2009-04-25 Adam Chlipala Prepared statements with blobs
2009-04-25 Adam Chlipala Initial support for blobs and upload
2009-04-23 Adam Chlipala Cookie signatures for RPCs
2009-04-23 Adam Chlipala Only use cookie signatures when cookies might be read
2009-04-16 Adam Chlipala Cookie signing working for forms
2009-04-16 Adam Chlipala Add more buttons to demo, to avoid effectful GET
2009-04-16 Adam Chlipala Effectness analysis
2009-04-16 Adam Chlipala Label exported symbols by effect-ness; factor out some common datatypes
2009-04-16 Adam Chlipala POST support
2009-04-16 Adam Chlipala Some client-side error handling
2009-04-16 Adam Chlipala Avoid thread death via message receive
2009-04-16 Adam Chlipala Show XML
2009-04-16 Adam Chlipala onError
2009-04-16 Adam Chlipala Catching duplicate cookie and style paths
2009-04-16 Adam Chlipala <link>
2009-04-13 Adam Chlipala Simplify type class requirement for tree demo
2009-04-12 Adam Chlipala Tiny increment to style test
2009-04-12 Adam Chlipala Classes as optional arguments to Basis.tag
2009-04-12 Adam Chlipala Stop tracking CSS classes in XML types
2009-04-12 Adam Chlipala hello compiles with CSS
2009-04-12 Adam Chlipala style declarations
2009-04-09 Adam Chlipala URLs
2009-04-09 Adam Chlipala Update CHANGELOG
2009-04-09 Adam Chlipala Use FOREIGN KEY in Tree demo
2009-04-09 Adam Chlipala CHECK constraints
2009-04-09 Adam Chlipala Retry failed record summary unifications at the end, in hopes that more has been learned
2009-04-09 Adam Chlipala More flexible foreign keying
2009-04-09 Adam Chlipala Made type class system very general; demo compiles
2009-04-08 Adam Chlipala Get demo type-inferring again
2009-04-07 Adam Chlipala FOREIGN KEY, without ability to link NULL to NOT NULL (and with some lingering problems in row inference)