Commit graph

40 commits

Author SHA1 Message Date
Frank Wiles
10872ac2eb Merge pull request #4 from saebyn/master
Adjust README formatting and wording, and bump minor version number.
2013-07-31 08:37:46 -07:00
John Weaver
ecdf2ef97f Adds hidden redirect input to TOS check template so that flow can continue. 2013-05-08 14:50:50 -07:00
John Weaver
85ceba2501 Bump minor version 2013-03-27 12:32:19 -07:00
John Weaver
8bf1674a55 Adjust README formatted and wording. 2013-03-27 12:30:12 -07:00
Frank Wiles
559280f043 Merge pull request #3 from cypreess/master
Bug fixes and merge with saebyn commits
2013-03-03 11:31:10 -08:00
Krzysztof Dorosz
5ab00c5bc1 README reformatting 2013-02-17 20:58:25 +01:00
Krzysztof Dorosz
24f2e4a61f django-tos i18n support using django-modeltranslation 2013-02-17 20:56:19 +01:00
John Weaver
41eb35066d Load url template tag from future for support of Django versions 1.3 through 1.5. 2013-01-30 09:14:48 -08:00
John Weaver
f7044f1107 Merge pull request #2 from cypreess/master
Fixing ugly bug with {{ next }} in login forms
2013-01-04 08:03:12 -08:00
Krzysztof Dorosz
b3f1dce50a Fixing redirect field name bug on login form 2013-01-04 10:25:06 +01:00
Frank Wiles
c028211b06 Fixing license oops 2012-11-18 08:27:22 -06:00
John Weaver
5ada5a4305 Merge pull request #1 from cypreess/master
Bugs fixes
2012-10-19 17:08:27 -07:00
Krzysztof Dorosz
705356cb53 - Bumping version to 1.1
- Adding me to AUTHORS :)
- Correcting login url name to auth_login to keep up with django standards
2012-10-14 23:45:49 +02:00
Krzysztof Dorosz
2b3efcfcb0 This commit fixes bug:
1) in urls a view "tos" has context object evaluated only in a runtime. This means that even if tos was changed, the "tos" view shows always the same old tos object.
2) check_tos view uses now messages framework instead of {{note}}
3) Support for translation in "you cannot login..." message added

The following code was tested with django 1.4 and it is reported to work well.
2012-10-14 23:41:35 +02:00
John Weaver
094f24f4cd Forgot to make second argument keyword. 2012-07-04 12:55:28 -07:00
John Weaver
ebd1832720 Fix Django 1.4 breakage.
Passing a translation as the first positional argument causes attname to
be a __proxy__ instance, which breaks when the metaclass attempts to
build a docstring for the models because it can't implictly convert them
to strings.
2012-07-04 12:52:37 -07:00
Frank Wiles
b04a285c0d setup.py fix 2010-12-22 14:39:11 -06:00
Frank Wiles
61ed253230 Reverting to non-HTML5 for old busted IE 2010-12-18 10:39:00 -06:00
Frank Wiles
8359b65c75 Cleaning up unnecessary calls 2010-11-17 13:04:17 -06:00
Frank Wiles
693d3aeb9d Fixed breaking logins due to initial_data
- Removed initial_data fixture in favor of a post_syncdb
    signal to add the initial 'blank' TOS
2010-11-17 12:52:46 -06:00
Frank Wiles
f6916c0254 Updating AUTHORS file. 2010-11-16 12:21:05 -06:00
Frank Wiles
bb5f1e6402 Changing .gitignore 2010-11-16 12:20:15 -06:00
Frank Wiles
0dacb18677 Fixed legal name in license 2010-07-30 12:32:44 -05:00
Frank Wiles
8f674e255a Minor fixes to views and fixture 2010-06-21 12:09:16 -05:00
pydanny
bcd9c6b665 Fixing setup mistake 2010-06-21 09:49:26 -05:00
pydanny
b75cca20a4 Add initial data so things don't blow up and made tos terms 'safe' in filter 2010-06-21 09:38:52 -05:00
pydanny
1cb147cb25 adding lots of view tests 2010-06-18 18:46:50 -05:00
pydanny
0b854bc834 View errors cleaned up 2010-06-18 18:10:51 -05:00
pydanny
af5eca727a Working terms of service views 2010-06-18 18:06:51 -05:00
pydanny
e0fec099a1 Trying to get view working without exposing project to the world 2010-06-18 15:51:01 -05:00
pydanny
07e0b85d5e Blocked TOS from having all set active=True. Which would break login and lots of other critical things 2010-06-18 15:36:51 -05:00
pydanny
475a66cfd5 Nuked the crazy flatpages since that was a miscommunication. Added in a handed TOS manager and a agreement checker. Updated tests to match 2010-06-18 14:57:24 -05:00
pydanny
2fd6920fac tests and custom login view 2010-06-18 14:00:27 -05:00
pydanny
7233b93f62 login view added. Also test 'harness' 2010-06-18 13:20:59 -05:00
pydanny
b5bc5e219a login view added. Also test 'harness' 2010-06-18 13:19:54 -05:00
pydanny
2fe78d22d9 Fixed bug in save() method of TermsOfService 2010-06-18 12:36:20 -05:00
pydanny
5bad53b8bc README install instructions. models cleanup 2010-06-18 12:30:01 -05:00
pydanny
e96044f412 Readme, admin, and models first pass 2010-06-18 12:00:05 -05:00
pydanny
42d43e3b86 More boilerplate 2010-06-18 11:24:33 -05:00
pydanny
b166a44690 first commit 2010-06-18 11:17:07 -05:00