Michael V. DePalatis
54e9d56513
Clear input when submitting message
2016-08-12 16:56:15 +02:00
Michael V. DePalatis
6fb8426543
Update chat demo for jQuery 3.1
2016-08-12 16:37:20 +02:00
Jan Sarenik
519bb7aa49
Simplify HTML templates by using HTML5
2015-08-16 08:51:06 +02:00
Ben Darnell
bade3746ed
Remove authentication from chat demo.
...
Google OpenID authentication is shutting down soon and its replacement
requires app registration, so it's better to make this demo like the
websocket one to show off long-polling concepts without auth-related
complexity.
2015-03-28 12:34:14 -04:00
Ben Darnell
5664bf0781
Add a Template UIModule, allowing templates to be called with keyword
...
arguments instead of inheriting the caller's namespace with {% include %}.
2011-06-05 15:41:25 -07:00
Ben Darnell
ce3e1dedaf
Introduce {% module %} syntax for calling UIModules.
...
Add linkify and xsrf_form_html as default modules.
2011-06-05 13:47:02 -07:00
Ben Darnell
6a85be4577
Add autoescape application setting and convert chatdemo to use it.
2011-05-30 19:03:54 -07:00
Paul Buchheit
f732f98063
add a linkify() function for converting text to html with link detection. Also changed xhtml_escape to not convert return value to utf8, since pages should be assembed in unicode and not utf8 encoded until they are ready to write().
2010-09-30 14:41:13 -07:00
Ben Darnell
40ce72c1c6
Replace all tabs with spaces.
2010-03-17 14:59:17 -07:00
Casey
cdcfb26316
make sign out clickable, ignoring automatic redirect for now
2009-09-10 14:39:23 -07:00
Casey
e197a479be
escape more
2009-09-10 10:47:19 -07:00
Bret Taylor
2afa973493
Move Tornado project to Github
2009-09-10 00:50:51 -07:00