| Commit message (Expand) | Author | Age |
* | exhaustive testing brought to selenium. bug fix in isspace. useful function t... | fab | 2018-12-11 |
* | migrate is_valid_hash, blessData, property, atom | fab | 2018-12-11 |
* | fix isxdigit: is probably helpful to keep it only to ascii chars. migrate isl... | fab | 2018-12-09 |
* | just to make sure there are no issues | fab | 2018-12-08 |
* | patch isDigit | fab | 2018-12-08 |
* | patching toLower and toUpper to provide consistent results in server side and... | fab | 2018-12-08 |
* | strsub, strcspn, strsindex | fab | 2018-12-06 |
* | ord | fab | 2018-12-06 |
* | strsindex | fab | 2018-12-06 |
* | chars with more than 2 bytes are awkwardly handled by the "normal" string of ... | fab | 2018-12-06 |
* | reject invalid codepoints. Basis.iscodepoint. fix german char in js | fab | 2018-11-30 |
* | several fixes on unit tests and implementation | fab | 2018-11-19 |
* | Automatic merging of style/dynStyle and class/dynClass (closes #64) | Adam Chlipala | 2018-10-19 |
* | Client-side escaping of HTML should be prepared for structured HTML trees, no... | Adam Chlipala | 2018-10-19 |
* | unsafeSerialized[To|From]String | Adam Chlipala | 2018-10-19 |
* | Catch when a cselect has an unavailable value set | Adam Chlipala | 2018-10-12 |
* | List.allM | Adam Chlipala | 2018-08-25 |
* | Merge pull request #134 from steinuil/json-single-quote | Adam Chlipala | 2018-08-17 |
|\ |
|
| * | removed invalid JSON escape character | steinuil | 2018-08-04 |
* | | offsetX, offsetY | Fabrice Leal | 2018-07-09 |
|/ |
|
* | Merge pull request #126 from majorseitan/master | Adam Chlipala | 2018-06-04 |
|\ |
|
* \ | Merge pull request #127 from ashalkhakov/cradio | Adam Chlipala | 2018-06-04 |
|\ \ |
|
| | * | Merge branch 'master' into master | major seitan | 2018-06-02 |
| | |\
| |_|/
|/| | |
|
* | | | Remove insecure crypto function (closes #114) | Adam Chlipala | 2018-05-29 |
| * | | Adding: cradio (support for client-side radio box). | Artyom Shalkhakov | 2018-05-28 |
|/ / |
|
| * | Handling of JSON escape characters | majorseitan@blockfreie.org | 2018-05-26 |
| * | Handling of JSON escape characters | majorseitan@blockfreie.org | 2018-04-15 |
|/ |
|
* | Handling of JSON escape characters | majorseitan@blockfreie.org | 2018-04-14 |
* | List.findM | Adam Chlipala | 2018-04-14 |
* | List.existsM | Adam Chlipala | 2018-04-14 |
* | dynClass() now calculates and sets class and style attributes before adding n... | Vladimir Shabanov | 2017-12-13 |
* | Added oninput event to inputs which support it. | Vladimir Shabanov | 2017-12-05 |
* | Button: disabled attribute; allowing number entry using HTML5 widgets | Artyom Shalkhakov | 2017-02-21 |
* | Option.app | Adam Chlipala | 2017-02-01 |
* | List.appi | Adam Chlipala | 2017-01-25 |
* | Add 'placeholder' attribute for textareas | Adam Chlipala | 2017-01-02 |
* | Use 'id' attribute for <form> | Adam Chlipala | 2016-12-31 |
* | Add mapUX_rev | Adam Chlipala | 2016-09-24 |
* | Remove 'Value' attributes for AJAX-y UI widgets, because they should use 'Sou... | Adam Chlipala | 2016-09-01 |
* | Json: parse records with extra fields | Adam Chlipala | 2016-08-27 |
* | Merge branch 'master' of ssh://github.com/urweb/urweb | Adam Chlipala | 2016-08-26 |
|\ |
|
* | | Import Json module from old Meta library (thanks to Edward Z. Yang for code c... | Adam Chlipala | 2016-08-26 |
| * | Plug a reactive-DOM memory leak (thanks to Saulo Araujo for spotting the prob... | Adam Chlipala | 2016-08-24 |
| * | Remove a check that was actually always passing because it was on the wrong o... | Adam Chlipala | 2016-08-08 |
| * | Avoid repopulating dead nodes; otherwise, we might wind up killing a node mul... | Adam Chlipala | 2016-08-08 |
|/ |
|
* | Fix for "normalizeTable" nesting thead and tfoot in tbody | Saulo Araujo | 2016-07-16 |
* | Switch to expected order for [queryL] | Adam Chlipala | 2016-07-01 |
* | Client-side: detect session timeout and ask the user to reload | Adam Chlipala | 2016-06-16 |
* | abs and floor added | Karen Sargsyan | 2016-05-23 |
* | asin, acos, atan, atan2 added | Karen Sargsyan | 2016-05-22 |