Tue, 20 Dec 2011 19:02:04 -0500 |
Adam Chlipala |
Redo HTML context classification, to keep regular <body> tags out of <table> and <tr> |
Sat, 17 Dec 2011 12:01:31 -0500 |
Adam Chlipala |
SQL lower() and upper() functions |
Wed, 23 Nov 2011 13:17:40 -0430 |
Karn Kallio |
Add LIKE operator to SQL sublanguage. |
Sat, 19 Nov 2011 10:43:57 -0500 |
Adam Chlipala |
COALESCE |
Fri, 14 Oct 2011 02:33:03 -0430 |
Karn Kallio |
IF THEN ELSE conditional for SQL. |
Sat, 08 Oct 2011 17:23:58 -0400 |
Adam Chlipala |
Primitive int/float functions: ceil, float, round, trunc |
Thu, 06 Oct 2011 09:50:40 -0400 |
Adam Chlipala |
Basis.null |
Mon, 12 Sep 2011 00:43:41 +0400 |
Vladimir Shabanov |
Added 'target' attribute for 'a' tag. |
Sun, 11 Sep 2011 14:14:49 -0400 |
Adam Chlipala |
New Basis functions: preventDefault and stopPropagation (code contributed by Vladimir Shabanov) |
Sat, 03 Sep 2011 12:56:05 -0400 |
Adam Chlipala |
Switch type of 'for' attribute |
Sat, 03 Sep 2011 12:51:05 -0400 |
Adam Chlipala |
An abstract type of IDs |
Sat, 03 Sep 2011 11:48:12 -0400 |
Adam Chlipala |
New client-side, document-level event handlers |
Fri, 19 Aug 2011 15:23:01 -0400 |
Adam Chlipala |
Basis.mkMonad |
Sun, 24 Jul 2011 10:51:48 -0400 |
Adam Chlipala |
<image> |
Fri, 22 Jul 2011 15:39:38 -0400 |
Adam Chlipala |
Backpedal on tutorial-motivated urweb-mode changes; add Basis.diffInSeconds and Basis.toSeconds |
Sun, 03 Jul 2011 16:21:04 -0400 |
Adam Chlipala |
Basis.currentUrlHasQueryString |
Thu, 23 Jun 2011 08:44:03 -0400 |
Adam Chlipala |
'show' instance for 'css_class' |
Wed, 22 Jun 2011 13:58:43 -0430 |
Karn Kallio |
Add rowspan attribute to td,th elements. |
Sun, 29 May 2011 14:29:26 -0400 |
Adam Chlipala |
getHeader and setHeader |
Mon, 18 Apr 2011 01:21:48 -0430 |
Karn Kallio |
Add two html elements: sup and sub |
Fri, 25 Feb 2011 11:27:16 -0500 |
Adam Chlipala |
sql_arith_option; 'ALL' for relational operators |
Thu, 03 Feb 2011 21:04:12 -0500 |
Adam Chlipala |
Subqueries may always return NULL |
Tue, 25 Jan 2011 06:59:29 -0500 |
Adam Chlipala |
Allow 'alt' attribute of <img> (suggested by Karn Kallio) |
Sun, 23 Jan 2011 11:18:24 -0500 |
Adam Chlipala |
Allow CSS class specification for <form> |
Sat, 15 Jan 2011 14:53:13 -0500 |
Adam Chlipala |
Allow subqueries to reference aggregate-only columns of free tables; treat non-COUNT aggregate functions as possibly returning NULL |
Thu, 13 Jan 2011 10:02:50 -0500 |
Adam Chlipala |
More string processing |
Tue, 11 Jan 2011 18:04:52 -0500 |
Adam Chlipala |
Some more string parsing functions; naughtyDebug |
Tue, 11 Jan 2011 14:03:54 -0500 |
Adam Chlipala |
String processing optimizations |
Thu, 06 Jan 2011 14:45:52 -0500 |
Adam Chlipala |
Basis.currentUrlHasPost |
Tue, 28 Dec 2010 14:51:57 -0500 |
Adam Chlipala |
Basis.readUtc |
Sun, 26 Dec 2010 17:29:03 -0500 |
Adam Chlipala |
queryString and effectfulUrl |
Sun, 26 Dec 2010 15:52:56 -0500 |
Adam Chlipala |
Expose buffer type for other C libraries; replace minusSeconds with addSeconds |