]>
git.parisson.com Git - django-jqchat.git/log 
summary  | 
shortlog  | log | 
commit  | 
commitdiff  | 
tree 
first ⋅ prev ⋅ next
 
yomguy  [Tue, 5 Feb 2013 14:35:41 +0000  (15:35 +0100)] 
add time message filter with settings.JQCHAT_DISPLAY_TIME in hours
yomguy  [Mon, 4 Feb 2013 13:48:43 +0000  (14:48 +0100)] 
fix urlize (no jquery stuff inducing bad loops)
yomguy  [Mon, 4 Feb 2013 13:36:07 +0000  (14:36 +0100)] 
Merge branch 'master' of github.com:yomguy/django-jqchat
yomguy  [Mon, 4 Feb 2013 13:34:58 +0000  (14:34 +0100)] 
fix wrong html link parsing
Guillaume Pellerin  [Mon, 26 Nov 2012 09:37:56 +0000  (01:37  -0800)] 
Merge pull request #1 from tomscytale/master
Tom S  [Fri, 23 Nov 2012 11:47:57 +0000  (11:47 +0000)] 
use correct url name in test
Tom S  [Thu, 22 Nov 2012 18:00:23 +0000  (18:00 +0000)] 
whitespace
Tom S  [Thu, 22 Nov 2012 17:54:49 +0000  (17:54 +0000)] 
fix tests - use django.core.urlresolvers.reverse instead of hardcoded url's
Tom S  [Thu, 22 Nov 2012 16:50:18 +0000  (16:50 +0000)] 
catch case where Pinax user does not have an account associated
Tom S  [Thu, 22 Nov 2012 16:46:22 +0000  (16:46 +0000)] 
omitted to catch KeyError
Tom S  [Thu, 22 Nov 2012 16:42:34 +0000  (16:42 +0000)] 
replace unqualified except: with something more specific
Tom S  [Thu, 22 Nov 2012 15:17:10 +0000  (15:17 +0000)] 
templates: move chat form into include file
Tom S  [Thu, 22 Nov 2012 14:35:55 +0000  (14:35 +0000)] 
add Django>=1.0 to setup.py requirements
Tom S  [Thu, 22 Nov 2012 14:18:43 +0000  (14:18 +0000)] 
change catch-all except (bad) to 'except AttributeError'
Tom S  [Thu, 22 Nov 2012 12:15:15 +0000  (12:15 +0000)] 
setup.py now gets version from jqchat.__init__.VERSION
Tom S  [Thu, 22 Nov 2012 12:08:26 +0000  (12:08 +0000)] 
clarify code example for integration
Tom S  [Thu, 22 Nov 2012 12:07:47 +0000  (12:07 +0000)] 
whitespace
Tom S  [Wed, 21 Nov 2012 13:42:25 +0000  (13:42 +0000)] 
bugfix - missing endblock in jqchat/base.html
Tom S  [Wed, 21 Nov 2012 13:39:54 +0000  (13:39 +0000)] 
refactor test templates
Tom S  [Wed, 21 Nov 2012 13:13:33 +0000  (13:13 +0000)] 
make installation instructions clearer
Tom S  [Wed, 21 Nov 2012 12:43:15 +0000  (12:43 +0000)] 
setup.py
Tom S  [Wed, 21 Nov 2012 12:43:07 +0000  (12:43 +0000)] 
add docs - copied from google code
yomguy  [Mon, 19 Nov 2012 08:09:20 +0000  (09:09 +0100)] 
add day of the week to message header
yomguy  [Fri, 13 Apr 2012 01:29:56 +0000  (03:29  +0200)] 
add js static file
yomguy  [Fri, 13 Apr 2012 01:25:26 +0000  (03:25  +0200)] 
cleanup
yomguy  [Thu, 12 Apr 2012 22:23:47 +0000  (00:23  +0200)] 
fix CSRF token parse, fix l10n time
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 
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 
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 
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 
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 
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 
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 
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 
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 
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 
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 
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 
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 
(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