aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib
Commit message (Collapse)AuthorAge
* Fixed memory leak in dynClassGravatar Vladimir Shabanov2012-08-30
|
* show_sql_queryGravatar Adam Chlipala2012-08-22
|
* Back out last change and pursue a different fix, based on explicitly ↵Gravatar Adam Chlipala2012-08-03
| | | | aborting script execution at times when we don't expect scripts to run
* Undo change to script evaluation, originally made to support <active> + ↵Gravatar Adam Chlipala2012-08-03
| | | | 'giveFocus'; alternate approach to making 'giveFocus' work in dynamic code generatione
* Basis.getenvGravatar Adam Chlipala2012-08-02
|
* Removed evaluation of js function name strings. (from Vladimir Shabanov)Gravatar Adam Chlipala2012-07-29
|
* Change 'spawn' implementation to allow blocking within <active code>Gravatar Adam Chlipala2012-07-25
|
* Fix JavaScript implementation of strcspn()Gravatar Adam Chlipala2012-07-24
|
* Disallow suspending operations in <active code={...}>Gravatar Adam Chlipala2012-07-23
|
* Add more global mouse event hooksGravatar Adam Chlipala2012-07-23
|
* Nicer <active> semanticsGravatar Adam Chlipala2012-07-22
|
* Top.postFieldsGravatar Adam Chlipala2012-07-21
|
* <active>Gravatar Adam Chlipala2012-07-21
|
* Basis.giveFocusGravatar Adam Chlipala2012-07-21
|
* New event records for key and mouse handlersGravatar Adam Chlipala2012-07-21
|
* Change propagation of source value to textareaGravatar Adam Chlipala2012-07-13
|
* Lighter-weight encoding of window function useGravatar Adam Chlipala2012-06-03
|
* Partitioning and ordering for window functionsGravatar Adam Chlipala2012-06-02
|
* Compiled a window function useGravatar Adam Chlipala2012-06-02
|
* 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
|