log lib/ur/basis.urs

age author description
2014-05-11 David Snider Added HTML5 Semantic Tags
2014-05-02 Adam Chlipala HTML5 data-* attributes
2014-04-30 Adam Chlipala <thead>, <tbody>, <tfoot>
2014-02-24 Sergey Mironov Add <pre> tag support
2014-01-18 Patrick Hurst Merge in upstream changes.
2013-12-05 Patrick Hurst Day of week functions.
2013-12-05 Patrick Hurst Add basic year/month/day/hour/minute/second <-> time functions.
2013-10-07 Sergey Mironov Add show instance for 'id' type
2013-12-09 Adam Chlipala Rename <activeHead> to <script> and make it work properly
2013-12-06 Sergey Mironov activeHead: don't modify the head. just execute the code provided
2013-12-06 Sergey Mironov Add activeHead tag.
2013-10-07 Sergey Mironov Add <dl> <dt> <dd> tags
2013-10-07 Sergey Mironov Add xhead type
2013-10-07 Sergey Mironov Add <em> and <strong> tags
2013-08-09 Adam Chlipala Add 'rel' attribute to <a>
2013-04-16 Adam Chlipala Basis.tryRpc
2012-11-30 Adam Chlipala add Placeholder attribute to <password>; change <textbox> code generation to set 'type' to 'text'
2012-11-28 Adam Chlipala Rename Basis.exp to Basis.pow, to avoid confusion with 'expression'; add a test case for it
2012-11-28 Austin Seipp Standard library additions: Option.unsafeGet, Basis.exp
2012-08-22 Adam Chlipala show_sql_query
2012-08-02 Adam Chlipala Basis.getenv
2012-07-23 Adam Chlipala Add more global mouse event hooks
2012-07-21 Adam Chlipala Top.postFields
2012-07-21 Adam Chlipala <active>
2012-07-21 Adam Chlipala Basis.giveFocus
2012-07-21 Adam Chlipala New event records for key and mouse handlers
2012-06-03 Adam Chlipala Lighter-weight encoding of window function use
2012-06-02 Adam Chlipala Partitioning and ordering for window functions
2012-06-02 Adam Chlipala Compiled a window function use
2012-06-02 Adam Chlipala Track whether SQL expressions may use window functions, in preparation for actual window function support
2012-05-06 Adam Chlipala 'dynStyle' pseudo-attribute
2012-05-06 Adam Chlipala 'style' attributes
2012-05-06 Adam Chlipala Simplify type of Basis.tag, regarding 'class' attribute; new compatibility parsing of 'class' values given as string literals
2012-04-15 Adam Chlipala Remove string-valued style attribute, which may allow injection attacks
2012-04-10 Vladimir Shabanov Added several missing tag attributes
2012-03-10 Adam Chlipala Change <radio> to yield [option string]
2012-02-04 Adam Chlipala Basis.toMilliseconds and diffInMilliseconds, based on a patch from Gergely Buday
2012-02-02 Adam Chlipala 'ORDER BY RANDOM' (based on a patch from Ron de Bruijn)
2011-12-27 Adam Chlipala 'dynClass' pseudo-attribute
2011-12-21 Adam Chlipala Refactor HTML contexts to prevent some illegal nestings (that can crash the JavaScript runtime system)
2011-12-21 Adam Chlipala Redo HTML context classification, to keep regular <body> tags out of <table> and <tr>
2011-12-17 Adam Chlipala SQL lower() and upper() functions
2011-11-23 Karn Kallio Add LIKE operator to SQL sublanguage.
2011-11-19 Adam Chlipala COALESCE
2011-10-14 Karn Kallio IF THEN ELSE conditional for SQL.
2011-10-08 Adam Chlipala Primitive int/float functions: ceil, float, round, trunc
2011-10-06 Adam Chlipala Basis.null
2011-09-11 Vladimir Shabanov Added 'target' attribute for 'a' tag.
2011-09-11 Adam Chlipala New Basis functions: preventDefault and stopPropagation (code contributed by Vladimir Shabanov)
2011-09-03 Adam Chlipala Switch type of 'for' attribute
2011-09-03 Adam Chlipala An abstract type of IDs
2011-09-03 Adam Chlipala New client-side, document-level event handlers
2011-08-19 Adam Chlipala Basis.mkMonad
2011-07-24 Adam Chlipala <image>
2011-07-22 Adam Chlipala Backpedal on tutorial-motivated urweb-mode changes; add Basis.diffInSeconds and Basis.toSeconds
2011-07-03 Adam Chlipala Basis.currentUrlHasQueryString
2011-06-23 Adam Chlipala 'show' instance for 'css_class'
2011-06-22 Karn Kallio Add rowspan attribute to td,th elements.
2011-05-29 Adam Chlipala getHeader and setHeader
2011-04-18 Karn Kallio Add two html elements: sup and sub