]> git.parisson.com Git - django-jqchat.git/log
django-jqchat.git
12 years agoadd Django>=1.0 to setup.py requirements
Tom S [Thu, 22 Nov 2012 14:35:55 +0000 (14:35 +0000)]
add Django>=1.0 to setup.py requirements

12 years agochange catch-all except (bad) to 'except AttributeError'
Tom S [Thu, 22 Nov 2012 14:18:43 +0000 (14:18 +0000)]
change catch-all except (bad) to 'except AttributeError'

12 years agosetup.py now gets version from jqchat.__init__.VERSION
Tom S [Thu, 22 Nov 2012 12:15:15 +0000 (12:15 +0000)]
setup.py now gets version from jqchat.__init__.VERSION

12 years agoclarify code example for integration
Tom S [Thu, 22 Nov 2012 12:08:26 +0000 (12:08 +0000)]
clarify code example for integration

12 years agowhitespace
Tom S [Thu, 22 Nov 2012 12:07:47 +0000 (12:07 +0000)]
whitespace

12 years agobugfix - missing endblock in jqchat/base.html
Tom S [Wed, 21 Nov 2012 13:42:25 +0000 (13:42 +0000)]
bugfix - missing endblock in jqchat/base.html

12 years agorefactor test templates
Tom S [Wed, 21 Nov 2012 13:39:54 +0000 (13:39 +0000)]
refactor test templates

12 years agomake installation instructions clearer
Tom S [Wed, 21 Nov 2012 13:13:33 +0000 (13:13 +0000)]
make installation instructions clearer

12 years agosetup.py
Tom S [Wed, 21 Nov 2012 12:43:15 +0000 (12:43 +0000)]
setup.py

12 years agoadd docs - copied from google code
Tom S [Wed, 21 Nov 2012 12:43:07 +0000 (12:43 +0000)]
add docs - copied from google code

12 years agoadd day of the week to message header
yomguy [Mon, 19 Nov 2012 08:09:20 +0000 (09:09 +0100)]
add day of the week to message header

13 years agoadd js static file
yomguy [Fri, 13 Apr 2012 01:29:56 +0000 (03:29 +0200)]
add js static file

13 years agocleanup
yomguy [Fri, 13 Apr 2012 01:25:26 +0000 (03:25 +0200)]
cleanup

13 years agofix CSRF token parse, fix l10n time
yomguy [Thu, 12 Apr 2012 22:23:47 +0000 (00:23 +0200)]
fix CSRF token parse, fix l10n time

13 years agoAdd version number.
richardbarran [Thu, 20 Oct 2011 18:54:39 +0000 (18:54 +0000)]
Add version number.

git-svn-id: http://django-jqchat.googlecode.com/svn/trunk@18 8369a704-5b4a-11de-992f-fdd7e25b9163

14 years agoChanges to the admin: improve Room change page, and add to it a list of all the messa...
richardbarran [Thu, 10 Jun 2010 13:45:14 +0000 (13:45 +0000)]
Changes to the admin: improve Room change page, and add to it a list of all the messages for that Room.

git-svn-id: http://django-jqchat.googlecode.com/svn/trunk@17 8369a704-5b4a-11de-992f-fdd7e25b9163

14 years agoFix design error: the time when message were received was stored as an integer, so...
richardbarran [Mon, 17 May 2010 09:18:12 +0000 (09:18 +0000)]
Fix design error: the time when message were received was stored as an integer, so when 2 users sent messages at the same time some messages were being lost.

git-svn-id: http://django-jqchat.googlecode.com/svn/trunk@16 8369a704-5b4a-11de-992f-fdd7e25b9163

15 years agoBug fix: some people were playing around with the AJAX interface - sending AJAX reque...
richardbarran [Thu, 8 Apr 2010 17:07:56 +0000 (17:07 +0000)]
Bug fix: some people were playing around with the AJAX interface - sending AJAX requests with no time - and causing server errors. Trap these errors and return a more helpful error message!

git-svn-id: http://django-jqchat.googlecode.com/svn/trunk@15 8369a704-5b4a-11de-992f-fdd7e25b9163

15 years agoDon't trap exceptions in the AJAX call handling code - let them propagate.
richardbarran [Sat, 31 Oct 2009 19:16:27 +0000 (19:16 +0000)]
Don't trap exceptions in the AJAX call handling code - let them propagate.

git-svn-id: http://django-jqchat.googlecode.com/svn/trunk@14 8369a704-5b4a-11de-992f-fdd7e25b9163

15 years agoEscape any text sent by users (protection against cross-site scripting)(further bug...
richardbarran [Sun, 25 Oct 2009 23:14:57 +0000 (23:14 +0000)]
Escape any text sent by users (protection against cross-site scripting)(further bug found).

git-svn-id: http://django-jqchat.googlecode.com/svn/trunk@13 8369a704-5b4a-11de-992f-fdd7e25b9163

15 years agoEscape any text sent by users (protection against cross-site scripting).
richardbarran [Mon, 19 Oct 2009 20:27:39 +0000 (20:27 +0000)]
Escape any text sent by users (protection against cross-site scripting).

git-svn-id: http://django-jqchat.googlecode.com/svn/trunk@12 8369a704-5b4a-11de-992f-fdd7e25b9163

15 years agoOnly display the last 'X' messages in the chat window.
richardbarran [Mon, 19 Oct 2009 20:07:20 +0000 (20:07 +0000)]
Only display the last 'X' messages in the chat window.

git-svn-id: http://django-jqchat.googlecode.com/svn/trunk@11 8369a704-5b4a-11de-992f-fdd7e25b9163

15 years agoAllow datetime format in the messages to be customised.
richardbarran [Sat, 1 Aug 2009 22:40:59 +0000 (22:40 +0000)]
Allow datetime format in the messages to be customised.

git-svn-id: http://django-jqchat.googlecode.com/svn/trunk@10 8369a704-5b4a-11de-992f-fdd7e25b9163

15 years agoDemo templates: on load, focus on the message input box.
richardbarran [Sat, 1 Aug 2009 21:47:42 +0000 (21:47 +0000)]
Demo templates: on load, focus on the message input box.

git-svn-id: http://django-jqchat.googlecode.com/svn/trunk@9 8369a704-5b4a-11de-992f-fdd7e25b9163

15 years agoMade a doctest more generic to cope better with user-defined messages.
richardbarran [Sat, 1 Aug 2009 19:37:45 +0000 (19:37 +0000)]
Made a doctest more generic to cope better with user-defined messages.

git-svn-id: http://django-jqchat.googlecode.com/svn/trunk@8 8369a704-5b4a-11de-992f-fdd7e25b9163

15 years agoModified Room model to use generic relations (instead of a one-to-one type of relation).
richardbarran [Sat, 1 Aug 2009 19:28:59 +0000 (19:28 +0000)]
Modified Room model to use generic relations (instead of a one-to-one type of relation).

git-svn-id: http://django-jqchat.googlecode.com/svn/trunk@7 8369a704-5b4a-11de-992f-fdd7e25b9163

15 years agoInitial import.
richardbarran [Fri, 19 Jun 2009 16:14:43 +0000 (16:14 +0000)]
Initial import.

git-svn-id: http://django-jqchat.googlecode.com/svn/trunk@5 8369a704-5b4a-11de-992f-fdd7e25b9163

15 years agoInitial directory structure.
(no author) [Wed, 17 Jun 2009 14:24:24 +0000 (14:24 +0000)]
Initial directory structure.

git-svn-id: http://django-jqchat.googlecode.com/svn/trunk@1 8369a704-5b4a-11de-992f-fdd7e25b9163