Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add more global mouse event hooks | Adam Chlipala | 2012-07-23 |
| | |||
* | Top.postFields | 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 |
| | |||
* | Lighter-weight encoding of window function use | Adam Chlipala | 2012-06-03 |
| | |||
* | Partitioning and ordering for window functions | Adam Chlipala | 2012-06-02 |
| | |||
* | Run-time CSS style validation | Adam Chlipala | 2012-05-06 |
| | |||
* | New optional suffice for 'rewrite' in .urp files: [-] | Adam Chlipala | 2012-05-06 |
| | |||
* | Add support for -boot flag, which allows in-tree execution of Ur/Web | Edward Z. Yang | 2012-05-02 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | The boot flag rewrites most hardcoded paths to point to the build directory, and also forces static compilation. This is convenient for developing Ur/Web, or if you cannot 'sudo make install' Ur/Web. The following changes were made: * Header files were moved to include/urweb instead of include; this lets FFI users point their C_INCLUDE_PATH at this directory at write <urweb/urweb.h>. For internal Ur/Web executables, we simply pass -I$PATH/include/urweb as normal. * Differentiate between LIB and SRCLIB; SRCLIB is Ur and JavaScript source files, while LIB is compiled products from libtool. For in-tree compilation these live in different places. * No longer reference Config for paths; instead use Settings; these settings can be changed dynamically by Compiler.enableBoot () (TODO: add a disableBoot function.) * config.h is now generated directly in include/urweb/config.h, for consistency's sake (especially since it gets installed along with the rest of the headers!) * All of the autotools build products got updated. * The linkStatic field in protocols now only contains the name of the build product, and not the absolute path. Future users have to be careful not to reference the Settings files to early, lest they get an old version (this was the source of two bugs during development of this patch.) | ||
* | 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 |
| | |||
* | Allow .urp libraries to set prefix | Adam Chlipala | 2011-12-17 |
| | |||
* | Treat [naughtyDebug] as pure for optimization purposes | Adam Chlipala | 2011-12-05 |
| | |||
* | 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 |
| | |||
* | Client-side timef | Adam Chlipala | 2011-11-24 |
| | |||
* | Regenerate proper Autotools files; fix JS stringToTime and add ↵ | Adam Chlipala | 2011-11-18 |
| | | | | stringToTime_error | ||
* | Add read instance for time on the client | Ron de Bruijn | 2011-11-17 |
| | |||
* | Better error messages about server-side use of client-side functions | Adam Chlipala | 2011-11-14 |
| | |||
* | Primitive int/float functions: ceil, float, round, trunc | Adam Chlipala | 2011-10-08 |
| | |||
* | New Basis functions: preventDefault and stopPropagation (code contributed by ↵ | Adam Chlipala | 2011-09-11 |
| | | | | Vladimir Shabanov) | ||
* | An abstract type of IDs | Adam Chlipala | 2011-09-03 |
| | |||
* | New client-side, document-level event handlers | Adam Chlipala | 2011-09-03 |
| | |||
* | Client-side 'addSeconds' | Adam Chlipala | 2011-07-24 |
| | |||
* | Backpedal on tutorial-motivated urweb-mode changes; add Basis.diffInSeconds ↵ | Adam Chlipala | 2011-07-22 |
| | | | | and Basis.toSeconds | ||
* | Add client-side Basis.now and pretty-printing of times | Adam Chlipala | 2011-07-06 |
| | |||
* | 'noXsrfProtection' .urp directive | Adam Chlipala | 2011-06-24 |
| | |||
* | Handle 'prefix' directives for HTTPS | Adam Chlipala | 2011-06-01 |
| | |||
* | getHeader and setHeader | Adam Chlipala | 2011-05-29 |
| | |||
* | Ignore JavaScript events in Effectize; allow extra spaces for 'jsFunc'; eat ↵ | Adam Chlipala | 2011-03-10 |
| | | | | carriage returns at line ends in .urp files | ||
* | Allow debug and naughtyDebug in client-side code, implemented with alert | Adam Chlipala | 2011-03-02 |
| | |||
* | Notice that Basis.now is effectful; smarter JavaScript encoding of initial ↵ | Adam Chlipala | 2011-02-08 |
| | | | | source values built using server-side expressions that can't be turned into JavaScript | ||
* | Patch from Vladimir Shabanov to support implicit passing of 'time' values ↵ | Adam Chlipala | 2011-01-20 |
| | | | | from server to client | ||
* | alwaysInline .urp setting | Adam Chlipala | 2011-01-13 |
| | |||
* | Some more string parsing functions; naughtyDebug | Adam Chlipala | 2011-01-11 |
| | |||
* | queryString and effectfulUrl | Adam Chlipala | 2010-12-26 |
| | |||
* | JavaScript compilation of time comparison; fix lexing of XML that includes ↵ | Adam Chlipala | 2010-12-24 |
| | | | | open parens | ||
* | [De]serialization of times in JavaScript; proper integer division in ↵ | Adam Chlipala | 2010-12-23 |
| | | | | JavaScript; Basis.crypt; Top.mkRead'; more aggressive Mono-level inlining, for values of function-y types | ||
* | Implement constrained type kinding properly; bump mono inline threshhold | Adam Chlipala | 2010-12-20 |
| | |||
* | minHeap option in .urp files | Adam Chlipala | 2010-12-11 |
| | |||
* | Fix JavaScript unit unurlification; URL blessing client-side | Adam Chlipala | 2010-11-26 |
| | |||
* | -limit for running time | Adam Chlipala | 2010-10-14 |
| | |||
* | Interface for setting memory limits | Adam Chlipala | 2010-10-14 |
| | |||
* | Server-side 'onError' | Adam Chlipala | 2010-09-07 |
| | |||
* | tryDml | Adam Chlipala | 2010-09-05 |
| | |||
* | Confirm boxes; proper event handler setting for ctags | Adam Chlipala | 2010-08-22 |
| | |||
* | Some post-type-checking support for polymorphic variants | Adam Chlipala | 2010-08-21 |
| | |||
* | Add rand to Basis and handle it in Iflow | Adam Chlipala | 2010-04-29 |
| | |||
* | Generated basic dummy Iflow conditions | Adam Chlipala | 2010-04-04 |
| |