summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAge
* Track whether SQL expressions may use window functions, in preparation for ↵Gravatar Adam Chlipala2012-06-02
| | | | actual window function support
* Some standard library additions from Edward Z. YangGravatar Adam Chlipala2012-05-19
|
* Allow RPC and run it synchronously in onunload event.Gravatar Vladimir Shabanov2012-05-16
|
* Run-time CSS style validationGravatar Adam Chlipala2012-05-06
|
* 'dynStyle' pseudo-attributeGravatar Adam Chlipala2012-05-06
|
* 'style' attributesGravatar Adam Chlipala2012-05-06
|
* Simplify type of Basis.tag, regarding 'class' attribute; new compatibility ↵Gravatar Adam Chlipala2012-05-06
| | | | parsing of 'class' values given as string literals
* Remove string-valued style attribute, which may allow injection attacksGravatar Adam Chlipala2012-04-15
|
* Added several missing tag attributesGravatar Vladimir Shabanov2012-04-11
|
* Change ID generation scheme to conform to HTML standards (thanks to Edward ↵Gravatar Adam Chlipala2012-03-16
| | | | Yang for the catch)
* New JavaScript FFI function: setInnerHTMLGravatar Adam Chlipala2012-03-14
|
* Change <radio> to yield [option string]Gravatar Adam Chlipala2012-03-10
|
* Avoid URL size limit in RPCs with large argumentsGravatar Adam Chlipala2012-03-03
|
* Basis.toMilliseconds and diffInMilliseconds, based on a patch from Gergely BudayGravatar Adam Chlipala2012-02-04
|
* 'ORDER BY RANDOM' (based on a patch from Ron de Bruijn)Gravatar Adam Chlipala2012-02-02
|
* Fix runtime system handling of <dyn> inside <table> inside <dyn>Gravatar Adam Chlipala2012-01-22
|
* Fix bug with 'dynClass' immediately inside <dyn>Gravatar Adam Chlipala2012-01-14
|
* Undo change to dyn() in runtime systemGravatar Adam Chlipala2011-12-31
|
* Add dynamic content before running its scripts, to get IDs in scope; fix ↵Gravatar Adam Chlipala2011-12-29
| | | | generation of Postgres queries with blobs
* Rename [Top.id] to avoid clash with [Basis.id]Gravatar Adam Chlipala2011-12-29
|
* 'dynClass' pseudo-attributeGravatar Adam Chlipala2011-12-27
|
* Refactor HTML contexts to prevent some illegal nestings (that can crash the ↵Gravatar Adam Chlipala2011-12-20
| | | | JavaScript runtime system)
* Redo HTML context classification, to keep regular <body> tags out of <table> ↵Gravatar Adam Chlipala2011-12-20
| | | | and <tr>
* SQL lower() and upper() functionsGravatar Adam Chlipala2011-12-17
|
* Some new List functions, based on code by Ron de BruijnGravatar Adam Chlipala2011-12-11
|
* Fix client-side [int] parsing and extend server-side [time] parsing to ↵Gravatar Adam Chlipala2011-12-04
| | | | support a format that also works portably in JavaScript
* Make last change nicerGravatar Adam Chlipala2011-12-04
|
* Stop [read] from raising an exception for invalid [int] stringsGravatar Adam Chlipala2011-12-04
|
* timeFormat .urp directiveGravatar Adam Chlipala2011-12-04
|
* Change client-side debug to use console.debugGravatar Adam Chlipala2011-12-03
|
* Client-side strlenGeGravatar Adam Chlipala2011-12-03
|
* Avoid setting a Date's time with a non-integer valueGravatar Adam Chlipala2011-12-03
|
* Change client-side int parsing to match server-side, in ignoring initial zeroesGravatar Adam Chlipala2011-12-03
|
* Allow sources to be returned by RPCsGravatar Adam Chlipala2011-12-03
|
* Catching integer divisions by zeroGravatar Adam Chlipala2011-12-03
|
* Switch to YUI strftimeGravatar Adam Chlipala2011-11-26
|
* Catch more <ccheckbox> eventsGravatar Adam Chlipala2011-11-24
|
* Client-side timefGravatar Adam Chlipala2011-11-24
|
* Add LIKE operator to SQL sublanguage.Gravatar Karn Kallio2011-11-23
|
* COALESCEGravatar Adam Chlipala2011-11-19
|
* Regenerate proper Autotools files; fix JS stringToTime and add ↵Gravatar Adam Chlipala2011-11-18
| | | | stringToTime_error
* Add read instance for time on the clientGravatar Ron de Bruijn2011-11-17
|
* IF THEN ELSE conditional for SQL.Gravatar Karn Kallio2011-10-14
|
* Primitive int/float functions: ceil, float, round, truncGravatar Adam Chlipala2011-10-08
|
* Basis.nullGravatar Adam Chlipala2011-10-06
|
* Added 'target' attribute for 'a' tag.Gravatar Vladimir Shabanov2011-09-12
|
* New Basis functions: preventDefault and stopPropagation (code contributed by ↵Gravatar Adam Chlipala2011-09-11
| | | | Vladimir Shabanov)
* Switch type of 'for' attributeGravatar Adam Chlipala2011-09-03
|
* An abstract type of IDsGravatar Adam Chlipala2011-09-03
|
* New client-side, document-level event handlersGravatar Adam Chlipala2011-09-03
|