aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/settings.sml
Commit message (Collapse)AuthorAge
* Proper handling of absolute paths for files to serveGravatar Adam Chlipala2018-01-08
|
* New .urp directives: mimeTypes and long form of fileGravatar Adam Chlipala2017-10-01
|
* Allow inexhaustive patterns for lefthand sides of top-level 'val' declarationsGravatar Adam Chlipala2017-07-12
|
* Option to prefix all user JavaScript FFI functions with a module name ↵Gravatar Vladimir Shabanov2017-06-15
| | | | (jsModule .urp option).
* Adding support for emitting JS to a given file.Gravatar Artyom Shalkhakov2017-03-07
|
* Make JavaScript boolToString use right capitalizationGravatar Adam Chlipala2016-10-21
|
* Make HTML5 the default and add 'xhtml' .urp directiveGravatar Adam Chlipala2016-09-20
|
* HTTP Last-Modified: latest modtime of source filesGravatar Jacob Mitchell2016-09-07
| | | | See issue #38.
* abs and floor addedGravatar Karen Sargsyan2016-05-23
|
* asin, acos, atan, atan2 addedGravatar Karen Sargsyan2016-05-22
|
* Some basic math functions: pow, sqrt, sin, cos, log, exp are added to work ↵Gravatar Karen Sargsyan2016-05-21
| | | | at client and server sides
* Support for <meta> tagsGravatar Adam Chlipala2016-05-15
|
* Use IS NOT DISTINCT FROM; improve Sql parserGravatar Adam Chlipala2016-03-12
|
* Untagle boot and static flagsGravatar Eran Meir2016-01-02
| | | | | | Boot flag should build a dynamic executable but link urweb libraries statically (from build tree). This should fix the problem of not being able to build static executables on OSX.
* Merge SqlcacheGravatar Adam Chlipala2015-12-20
|\
* | New .urp directive: jsFileGravatar Adam Chlipala2015-12-05
| |
* | Make daemon mode support sharing of libraries across projectsGravatar Adam Chlipala2015-11-22
| |
| * Tweak cache consolidation and choose better default.Gravatar Ziv Scully2015-11-20
| |
| * Add consolidation heuristic options.Gravatar Ziv Scully2015-11-19
| |
| * Merge.Gravatar Ziv Scully2015-11-12
| |\ | |/ |/|
* | JavaScript versions of a few more functionsGravatar Adam Chlipala2015-11-01
| |
* | Basis.fromMillisecondsGravatar Adam Chlipala2015-11-01
| |
| * Merge.Gravatar Ziv Scully2015-10-19
| |\ | |/ |/|
* | Allow duplicate 'file' directives if paths normalize to same valueGravatar Adam Chlipala2015-10-18
| |
| * Hard-code Sqlcache module (in Ur/Web) as effectful and reorder sqlcache.sml.Gravatar Ziv Scully2015-10-14
| |
| * Merge.Gravatar Ziv Scully2015-09-12
| |\ | |/ |/|
* | Beautify '-h' output for web serversGravatar Adam Chlipala2015-08-20
| |
| * Merge.Gravatar Ziv Scully2015-05-06
| |\ | |/ |/|
* | Allow file directives to contain slashesGravatar Julian Squires2015-04-24
| | | | | | | | | | Previously, adding a line such as "file /c/foo.css css/foo.css" would cause the compiler to raise an InvalidArc exception.
* | New mouse events oncontextmenu, onmouseenter, and onmouseleave.Gravatar Ziv Scully2015-04-07
| |
| * New mouse events oncontextmenu, onmouseenter, and onmouseleave.Gravatar Ziv Scully2015-04-07
| |
| * Merge.Gravatar Ziv Scully2015-03-27
| |\ | |/ |/|
* | Fix interpretation of 'file' argument pathsGravatar Adam Chlipala2015-03-08
| |
* | Fix case issue in name mangling for MySQLGravatar Adam Chlipala2015-01-22
| |
* | Client-side conversion of string to boolGravatar Adam Chlipala2014-12-25
| |
* | Broaden handling of wildcard rewritesGravatar Adam Chlipala2014-12-24
| |
| * Complete overhaul: cache queries based on immediate query result, not ↵Gravatar Ziv Scully2014-10-14
|/ | | | eventual HTML output.
* New .urp directive: fileGravatar Adam Chlipala2014-07-31
|
* Added javascript for Basis.strsindexGravatar Samuel Dukhovni2014-07-28
|
* Allow '+' char in blessMimeGravatar Sergey Mironov2014-06-05
| | | | | | See this one [1] for an example [1] - http://www.w3.org/TR/SVGTiny12/mimereg.html
* New lessSafeFfiGravatar Adam Chlipala2014-05-02
|
* HTML5 data-* attributesGravatar Adam Chlipala2014-05-02
|
* Add Datetime JavaScript support.Gravatar Patrick Hurst2014-02-17
|
* neverInlineGravatar Adam Chlipala2014-02-09
|
* Stop quoting Postgres identifiers in 'noMangleSql' modeGravatar Adam Chlipala2014-01-15
|
* Add 'html5' .urp directiveGravatar Adam Chlipala2014-01-09
|
* noMangleSql .urp directiveGravatar Adam Chlipala2014-01-04
|
* Add some URL-related benignEffectful functionsGravatar Adam Chlipala2014-01-01
|
* Add JavaScript mappings for isprint and ordGravatar Adam Chlipala2013-12-09
|
* Make transactional FFI functions effectful by defaultGravatar Adam Chlipala2013-10-10
|