Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge branch 'master' of https://github.com/urweb/urweb into endpoints | Artyom Shalkhakov | 2019-01-27 |
|\ | |||
* | | Test case for -endpoints switch | Artyom Shalkhakov | 2019-01-12 |
| | | |||
| * | fix unit tests. implement urlifyChar | fab | 2019-01-09 |
|/ | |||
* | Merge pull request #157 from fabriceleal/fix-js-icu-with-bitlookups | Adam Chlipala | 2018-12-28 |
|\ | | | | | Fix js icu with bitlookups | ||
| * | avoid a pow call if we can | fab | 2018-12-25 |
| | | |||
* | | More tests. | Artyom Shalkhakov | 2018-12-22 |
|/ | |||
* | Merge pull request #146 from fabriceleal/utf-icu | Adam Chlipala | 2018-12-19 |
|\ | | | | | utf-8 aware functions for basis. unit-testing. | ||
* | | Proper ignoring of empty SQL updates | Adam Chlipala | 2018-12-14 |
| | | |||
| * | tidy unit tests | fab | 2018-12-12 |
| | | |||
| * | exhaustive testing brought to selenium. bug fix in isspace. useful function ↵ | fab | 2018-12-11 |
| | | | | | | | | to test if char is <128 | ||
| * | 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 |
| | | | | | | | | javascript. the best way to get consistent results seems to be to convert to array by Array.from(...) and back to strings with .join("") | ||
| * | 1 bug fix and sorting out my own confusion: uw_Basis_char is already a ↵ | fab | 2018-12-02 |
| | | | | | | | | codepoint, NOT the "serialized" utf8 | ||
| * | test client eval vs server eval | fab | 2018-11-23 |
| | | |||
| * | cleanup | fab | 2018-11-19 |
| | | |||
| * | several fixes on unit tests and implementation | fab | 2018-11-19 |
| | | |||
| * | utf-8 aware functions for basis. unit-testing. | fab | 2018-11-17 |
|/ | |||
* | More telegraphic error text for clashing URL prefixes (closes #111) | Adam Chlipala | 2018-10-19 |
| | |||
* | Block scary types for [de]serialization (closes #98) | Adam Chlipala | 2018-10-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, ↵ | Adam Chlipala | 2018-10-19 |
| | | | | not just strings (closes #141) | ||
* | Just return None rather than crashing, when trying to read cookies within ↵ | Adam Chlipala | 2018-10-19 |
| | | | | tasks (closes #143) | ||
* | offsetX, offsetY | Fabrice Leal | 2018-07-09 |
| | |||
* | Merge pull request #126 from majorseitan/master | Adam Chlipala | 2018-06-04 |
|\ | | | | | Improved support for JSON escape characters | ||
* \ | Merge pull request #127 from ashalkhakov/cradio | Adam Chlipala | 2018-06-04 |
|\ \ | | | | | | | Adding: cradio (support for client-side radio box). | ||
* | | | 'filecache' .urp directive, fixing a longstanding MonoUtil bug in the process | Adam Chlipala | 2018-06-03 |
| | | | |||
| | * | Merge branch 'master' into master | major seitan | 2018-06-02 |
| | |\ | |_|/ |/| | | |||
| * | | Multi-group test | Artyom Shalkhakov | 2018-05-30 |
| | | | |||
| * | | Formatting | Artyom Shalkhakov | 2018-05-28 |
| | | | |||
| * | | Adding: cradio (support for client-side radio box). | Artyom Shalkhakov | 2018-05-28 |
|/ / | |||
| * | resolve merge conflict on test | majorseitan@blockfreie.org | 2018-05-26 |
| | | |||
| * | Handling of JSON escape characters | majorseitan@blockfreie.org | 2018-05-26 |
| | | | | | | | | | | 1. Handle the escape character \/ | ||
* | | A test for List.groupBy | Adam Chlipala | 2018-05-21 |
| | | |||
* | | Proper error message when the body of a 'val' declaration fails to check ↵ | Adam Chlipala | 2018-05-20 |
| | | | | | | | | against the type annotation | ||
* | | Merge pull request #123 from ashalkhakov/tests | Adam Chlipala | 2018-05-19 |
|\ \ | | | | | | | Adding Selenium-based checking to tests. | ||
* | | | More defensive unurlification of enumerations (closes #117) | Adam Chlipala | 2018-05-19 |
| | | | |||
| * | | More tests. | Artyom Shalkhakov | 2018-05-15 |
| | | | |||
| * | | Adding jsbspace for #121. | Artyom Shalkhakov | 2018-05-08 |
| | | | |||
| * | | Adding Selenium-based checking to tests. | Artyom Shalkhakov | 2018-05-08 |
|/ / | |||
| * | Handling of JSON escape characters | majorseitan@blockfreie.org | 2018-04-15 |
|/ | | | | | 1. Handle the escape character \\ | ||
* | Handling of JSON escape characters | majorseitan@blockfreie.org | 2018-04-14 |
| | | | | | | | | | | 1. Handle escape sequence chars \t \n \r 2. Fail on unsupported escape characters. Instead of skipping \ on unsupported sequences it now fails. | ||
* | New .urp directives: mimeTypes and long form of file | Adam Chlipala | 2017-10-01 |
| | |||
* | Fix last fix, to handle checkboxes properly | Adam Chlipala | 2017-07-27 |
| | |||
* | Add test cases for last commit | Adam Chlipala | 2017-07-27 |
| | |||
* | Allow inexhaustive patterns for lefthand sides of top-level 'val' declarations | Adam Chlipala | 2017-07-12 |
| | |||
* | Fix normalization of signatures that project signatures from other modules ↵ | Adam Chlipala | 2017-03-31 |
| | | | | with multi-element paths (fixes #72) | ||
* | Better error message for .urp files with too many blank lines | Adam Chlipala | 2017-03-17 |
| | |||
* | Add 'placeholder' attribute for textareas | Adam Chlipala | 2017-01-02 |
| |