django-cas-provider.git
14 years agoFIX: Changed ET references (which was undefined) to etree in etree module.
zuber [Thu, 15 Oct 2009 17:35:23 +0000 (19:35 +0200)]
FIX: Changed ET references (which was undefined) to etree in etree module.

14 years agoBumped version to 0.2.dev and added tagging of releases with date.
zuber [Thu, 15 Oct 2009 17:22:28 +0000 (19:22 +0200)]
Bumped version to 0.2.dev and added tagging of releases with date.

14 years agoChanged xml.py module name to etree.py because it was conflicting with xml package...
zuber [Thu, 15 Oct 2009 17:09:15 +0000 (19:09 +0200)]
Changed xml.py module name to etree.py because it was conflicting with xml package in python std. Require elementtree or lxml because they have proper namespace handling.

14 years agoFixed a syntax error in lxml namespace registration code.
zuber [Mon, 12 Oct 2009 18:24:40 +0000 (20:24 +0200)]
Fixed a syntax error in lxml namespace registration code.

14 years agoAdded more exclude patterns to .gitignore.
zuber [Mon, 5 Oct 2009 19:02:37 +0000 (21:02 +0200)]
Added more exclude patterns to .gitignore.

14 years agoUncommented code responsible for deleting tickets.
zuber [Mon, 5 Oct 2009 17:59:15 +0000 (19:59 +0200)]
Uncommented code responsible for deleting tickets.

14 years agoAdded support for custom attributes from CAS version 3.0 (see setting CAS_CUSTOM_ATTR...
zuber [Mon, 5 Oct 2009 14:39:52 +0000 (16:39 +0200)]
Added support for custom attributes from CAS version 3.0 (see setting CAS_CUSTOM_ATTRIBUTES_CALLBACK).

14 years agoFixes to README.rst including mention of the partial support for the CAS version...
zuber [Mon, 5 Oct 2009 11:38:11 +0000 (13:38 +0200)]
Fixes to README.rst including mention of the partial support for the CAS version 2.0 protocol.

14 years agoChanged imports to absolute.
zuber [Mon, 5 Oct 2009 11:34:01 +0000 (13:34 +0200)]
Changed imports to absolute.

14 years agoChanged line endings in validate response from <CR><LF> to <LF> to be compatible...
zuber [Mon, 5 Oct 2009 11:28:39 +0000 (13:28 +0200)]
Changed line endings in validate response from <CR><LF> to <LF> to be compatible with CAS 1.0 protocol specification.

14 years agoAdded basic CAS 2.0 protocol support (only validation for now).
zuber [Mon, 5 Oct 2009 11:25:37 +0000 (13:25 +0200)]
Added basic CAS 2.0 protocol support (only validation for now).

14 years agoUse string.ascii_letters instead of string.letters in utils._generate_string to preve...
zuber [Fri, 2 Oct 2009 21:41:40 +0000 (23:41 +0200)]
Use string.ascii_letters instead of string.letters in utils._generate_string to prevent the server from blowing up when locale is other than C.

15 years agoFixed some formatting
Chris Williams [Wed, 18 Mar 2009 05:09:33 +0000 (01:09 -0400)]
Fixed some formatting

15 years agoAdditional documentation and cleaned up imports in views.py
Chris Williams [Wed, 18 Mar 2009 05:07:21 +0000 (01:07 -0400)]
Additional documentation and cleaned up imports in views.py

15 years agoAdded some documentation and a license
Chris Williams [Wed, 18 Mar 2009 00:10:12 +0000 (20:10 -0400)]
Added some documentation and a license

15 years agoRemoved some old SVN junk
Chris Williams [Tue, 17 Mar 2009 23:06:53 +0000 (19:06 -0400)]
Removed some old SVN junk

15 years agoFirst commit
Chris Williams [Tue, 17 Mar 2009 23:05:57 +0000 (19:05 -0400)]
First commit