| Commit message (Expand) | Author | Age |
* | New event records for key and mouse handlers | Adam Chlipala | 2012-07-21 |
* | Lighter-weight encoding of window function use | Adam Chlipala | 2012-06-03 |
* | Partitioning and ordering for window functions | Adam Chlipala | 2012-06-02 |
* | Compiled a window function use | Adam Chlipala | 2012-06-02 |
* | Track whether SQL expressions may use window functions, in preparation for ac... | Adam Chlipala | 2012-06-02 |
* | 'dynStyle' pseudo-attribute | Adam Chlipala | 2012-05-06 |
* | 'style' attributes | Adam Chlipala | 2012-05-06 |
* | Simplify type of Basis.tag, regarding 'class' attribute; new compatibility pa... | Adam Chlipala | 2012-05-06 |
* | Remove string-valued style attribute, which may allow injection attacks | Adam Chlipala | 2012-04-15 |
* | Added several missing tag attributes | Vladimir Shabanov | 2012-04-11 |
* | Change <radio> to yield [option string] | Adam Chlipala | 2012-03-10 |
* | Basis.toMilliseconds and diffInMilliseconds, based on a patch from Gergely Buday | Adam Chlipala | 2012-02-04 |
* | 'ORDER BY RANDOM' (based on a patch from Ron de Bruijn) | Adam Chlipala | 2012-02-02 |
* | 'dynClass' pseudo-attribute | Adam Chlipala | 2011-12-27 |
* | Refactor HTML contexts to prevent some illegal nestings (that can crash the J... | Adam Chlipala | 2011-12-20 |
* | Redo HTML context classification, to keep regular <body> tags out of <table> ... | Adam Chlipala | 2011-12-20 |
* | SQL lower() and upper() functions | Adam Chlipala | 2011-12-17 |
* | Add LIKE operator to SQL sublanguage. | Karn Kallio | 2011-11-23 |
* | COALESCE | Adam Chlipala | 2011-11-19 |
* | IF THEN ELSE conditional for SQL. | Karn Kallio | 2011-10-14 |
* | Primitive int/float functions: ceil, float, round, trunc | Adam Chlipala | 2011-10-08 |
* | Basis.null | Adam Chlipala | 2011-10-06 |
* | Added 'target' attribute for 'a' tag. | Vladimir Shabanov | 2011-09-12 |
* | New Basis functions: preventDefault and stopPropagation (code contributed by ... | Adam Chlipala | 2011-09-11 |
* | Switch type of 'for' attribute | Adam Chlipala | 2011-09-03 |
* | An abstract type of IDs | Adam Chlipala | 2011-09-03 |
* | New client-side, document-level event handlers | Adam Chlipala | 2011-09-03 |
* | Basis.mkMonad | Adam Chlipala | 2011-08-19 |
* | <image> | Adam Chlipala | 2011-07-24 |
* | Backpedal on tutorial-motivated urweb-mode changes; add Basis.diffInSeconds a... | Adam Chlipala | 2011-07-22 |
* | Basis.currentUrlHasQueryString | Adam Chlipala | 2011-07-03 |
* | 'show' instance for 'css_class' | Adam Chlipala | 2011-06-23 |
* | Add rowspan attribute to td,th elements. | Karn Kallio | 2011-06-22 |
* | getHeader and setHeader | Adam Chlipala | 2011-05-29 |
* | Add two html elements: sup and sub | Karn Kallio | 2011-04-18 |
* | sql_arith_option; 'ALL' for relational operators | Adam Chlipala | 2011-02-25 |
* | Subqueries may always return NULL | Adam Chlipala | 2011-02-03 |
* | Allow 'alt' attribute of <img> (suggested by Karn Kallio) | Adam Chlipala | 2011-01-25 |
* | Allow CSS class specification for <form> | Adam Chlipala | 2011-01-23 |
* | Allow subqueries to reference aggregate-only columns of free tables; treat no... | Adam Chlipala | 2011-01-15 |
* | More string processing | Adam Chlipala | 2011-01-13 |
* | Some more string parsing functions; naughtyDebug | Adam Chlipala | 2011-01-11 |
* | String processing optimizations | Adam Chlipala | 2011-01-11 |
* | Basis.currentUrlHasPost | Adam Chlipala | 2011-01-06 |
* | Basis.readUtc | Adam Chlipala | 2010-12-28 |
* | queryString and effectfulUrl | Adam Chlipala | 2010-12-26 |
* | Expose buffer type for other C libraries; replace minusSeconds with addSeconds | Adam Chlipala | 2010-12-26 |
* | [De]serialization of times in JavaScript; proper integer division in JavaScri... | Adam Chlipala | 2010-12-23 |
* | Recursive record unification errors, for more detail | Adam Chlipala | 2010-12-23 |
* | Basis.cdataChar | Adam Chlipala | 2010-12-21 |