Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Autocomplete: Escape HTML tags in callback name to avoid XSS in demo | Scott González | 2016-09-22 | 1 | -1/+4 |
| | | | | Fixes #15048 | ||||
* | Autocomplete: Change JSONP demo to use local data source | Scott González | 2016-09-01 | 1 | -4/+9 |
| | | | | Fixes #14974 | ||||
* | Autocomplete: Remove duplicate array key in demo | Bruno Pérel | 2014-10-20 | 1 | -1/+0 |
| | | | | Ref gh-1363 | ||||
* | Autocomplete: Whitespace. | Scott González | 2011-05-27 | 1 | -0/+2 |
| | |||||
* | Demos: PHP Strict mode compliance and use parse_json() for JSON encoding. ↵ | gnarf | 2011-01-10 | 1 | -60/+8 |
| | | | | Fixes #5124 - Ensure all PHP scripts for demos/tests properly escape/filter input data. | ||||
* | Autocomplete: Render items as text, not HTML. Fixes #5275 - suggestions are ↵ | Scott González | 2010-07-19 | 1 | -2/+2 |
| | | | | | | not html-encoded. As noted in the ticket, it's probably better to default to unstyled items to prevent problems. Users can still implement their own rendering method as shown in the custom data and display demo. | ||||
* | partial for #5126 - less rows in remote demo to avoid scrolling | Jörn Zaefferer | 2010-02-20 | 1 | -1/+1 |
| | |||||
* | autocomplete: back to custom json encoding (for compat with older PHP ↵ | Jörn Zaefferer | 2010-01-28 | 1 | -1/+1 |
| | | | | implementations, fixed the double quotes | ||||
* | autocomplete: back to custom json encoding (for compat with older PHP ↵ | Jörn Zaefferer | 2010-01-28 | 1 | -2/+2 |
| | | | | implementations, fixed the double quotes | ||||
* | autocomplete: use json_encode in PHP to produce valid JSON | Jörn Zaefferer | 2010-01-28 | 1 | -1/+1 |
| | |||||
* | Copied autocomplete from dev branch. | Scott González | 2010-01-14 | 1 | -0/+640 |