| Commit message (Expand) | Author | Age |
* | Back out last change and pursue a different fix, based on explicitly aborting... | Adam Chlipala | 2012-08-03 |
* | Undo change to script evaluation, originally made to support <active> + 'give... | Adam Chlipala | 2012-08-03 |
* | Basis.getenv | Adam Chlipala | 2012-08-02 |
* | Removed evaluation of js function name strings. (from Vladimir Shabanov) | Adam Chlipala | 2012-07-29 |
* | Change 'spawn' implementation to allow blocking within <active code> | Adam Chlipala | 2012-07-25 |
* | Fix JavaScript implementation of strcspn() | Adam Chlipala | 2012-07-24 |
* | Disallow suspending operations in <active code={...}> | Adam Chlipala | 2012-07-23 |
* | Add more global mouse event hooks | Adam Chlipala | 2012-07-23 |
* | Nicer <active> semantics | Adam Chlipala | 2012-07-22 |
* | Top.postFields | Adam Chlipala | 2012-07-21 |
* | <active> | Adam Chlipala | 2012-07-21 |
* | Basis.giveFocus | Adam Chlipala | 2012-07-21 |
* | New event records for key and mouse handlers | Adam Chlipala | 2012-07-21 |
* | Change propagation of source value to textarea | Adam Chlipala | 2012-07-13 |
* | 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 |
* | Some standard library additions from Edward Z. Yang | Adam Chlipala | 2012-05-19 |
* | Allow RPC and run it synchronously in onunload event. | Vladimir Shabanov | 2012-05-16 |
* | Run-time CSS style validation | Adam Chlipala | 2012-05-06 |
* | '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 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 |