| Commit message (Expand) | Author | Age |
* | 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 ID generation scheme to conform to HTML standards (thanks to Edward Ya... | Adam Chlipala | 2012-03-16 |
* | New JavaScript FFI function: setInnerHTML | Adam Chlipala | 2012-03-14 |
* | Change <radio> to yield [option string] | Adam Chlipala | 2012-03-10 |
* | Avoid URL size limit in RPCs with large arguments | Adam Chlipala | 2012-03-03 |
* | 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 |
* | Fix runtime system handling of <dyn> inside <table> inside <dyn> | Adam Chlipala | 2012-01-22 |
* | Fix bug with 'dynClass' immediately inside <dyn> | Adam Chlipala | 2012-01-14 |
* | Undo change to dyn() in runtime system | Adam Chlipala | 2011-12-31 |
* | Add dynamic content before running its scripts, to get IDs in scope; fix gene... | Adam Chlipala | 2011-12-29 |
* | Rename [Top.id] to avoid clash with [Basis.id] | Adam Chlipala | 2011-12-29 |
* | '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 |
* | Some new List functions, based on code by Ron de Bruijn | Adam Chlipala | 2011-12-11 |
* | Fix client-side [int] parsing and extend server-side [time] parsing to suppor... | Adam Chlipala | 2011-12-04 |
* | Make last change nicer | Adam Chlipala | 2011-12-04 |
* | Stop [read] from raising an exception for invalid [int] strings | Adam Chlipala | 2011-12-04 |
* | timeFormat .urp directive | Adam Chlipala | 2011-12-04 |
* | Change client-side debug to use console.debug | Adam Chlipala | 2011-12-03 |
* | Client-side strlenGe | Adam Chlipala | 2011-12-03 |
* | Avoid setting a Date's time with a non-integer value | Adam Chlipala | 2011-12-03 |
* | Change client-side int parsing to match server-side, in ignoring initial zeroes | Adam Chlipala | 2011-12-03 |
* | Allow sources to be returned by RPCs | Adam Chlipala | 2011-12-03 |
* | Catching integer divisions by zero | Adam Chlipala | 2011-12-03 |
* | Switch to YUI strftime | Adam Chlipala | 2011-11-26 |
* | Catch more <ccheckbox> events | Adam Chlipala | 2011-11-24 |
* | Client-side timef | Adam Chlipala | 2011-11-24 |
* | Add LIKE operator to SQL sublanguage. | Karn Kallio | 2011-11-23 |
* | COALESCE | Adam Chlipala | 2011-11-19 |
* | Regenerate proper Autotools files; fix JS stringToTime and add stringToTime_e... | Adam Chlipala | 2011-11-18 |
* | Add read instance for time on the client | Ron de Bruijn | 2011-11-17 |
* | 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 |
* | Even gentler handling of back-button returns to pages with stale message-pass... | Adam Chlipala | 2011-08-28 |
* | Gentle handling of back-button returns to pages with stale message-passing cr... | Adam Chlipala | 2011-08-28 |
* | Gracefully accept browser's refusal to let us set certain AJAX headers | Adam Chlipala | 2011-08-26 |
* | Fix another list unurlification segfault bug; List.foldlMi | Adam Chlipala | 2011-08-21 |
* | Basis.mkMonad | Adam Chlipala | 2011-08-19 |
* | List.mapXi | Adam Chlipala | 2011-08-15 |
* | Fix bug with <dyn> as first child of <table> | Adam Chlipala | 2011-08-14 |