52bc9a31da
Update english translation file.
Aaron Williamson
2011-10-03 21:05:23 -04:00
7298ffa11b
Added a check to prevent blank messages from being posted.
Aaron Williamson
2011-10-03 21:03:36 -04:00
c302bcd918
Checkbox label is being translated in the form definition -- translating it in the template is redundant and breaks <label> functionality.
Aaron Williamson
2011-10-03 20:47:39 -04:00
2fe6991660
Reverse order of sanity checks: check email_verified after making sure there's a user in the request.
Aaron Williamson
2011-10-03 20:28:48 -04:00
7903a14f98
Make sure user isn't already verified before resending verification.
Aaron Williamson
2011-10-03 20:25:11 -04:00
43199340a2
Fixed conflict in /auth/views.py.
Aaron Williamson
2011-10-03 20:01:14 -04:00
3b74ce94ff
Check request.user to determine if user is logged in.
Aaron Williamson
2011-10-03 19:59:28 -04:00
05788ef450
i592: Use full path in various places
Elrond
2011-10-03 14:01:13 +02:00
4d7a93a493
Adding csrf token fields to the forgot password calls
Christopher Allan Webber
2011-10-01 21:31:14 -05:00
88233cb282
Fixing indentation in start.html
Christopher Allan Webber
2011-10-01 21:30:41 -05:00
b43b17fc26
Merge remote branch 'remotes/aaronw/bug444_fix_utils_py_redux'
Christopher Allan Webber
2011-10-01 21:27:36 -05:00
e27396802c
Merge remote branch 'remotes/jwandborg/storage_split_fix'
Christopher Allan Webber
2011-10-01 20:54:24 -05:00
1268521b20
Merge remote branch 'remotes/nyergler/569-application-middleware'
Christopher Allan Webber
2011-10-01 20:45:43 -05:00
3ffb3a05ce
Merge remote branch 'remotes/elrond/misc/f602_client_cache_improvement'
Christopher Allan Webber
2011-10-01 20:38:07 -05:00
f136085531
Regenerated English .po file to include new string.
Aaron Williamson
2011-10-01 19:52:12 -04:00
84a7e7706c
Display and error and redirect to login page if unauthenticated user tries to access resend_verification.
Aaron Williamson
2011-10-01 19:49:56 -04:00
285ffeddf3
has_key is deprecated, converting uses to use "in" operator.
Nathan Yergler
2011-10-01 15:10:41 -07:00
243c3843bd
Whitespace and formatting cleanup.
Nathan Yergler
2011-10-01 15:10:02 -07:00
ae3bc7fabf
Moved common, translation, template, and url code out of util.py and into tools/[file].py
Aaron Williamson
2011-10-01 09:31:42 -04:00
bf33272f03
Give debug message in email debug mode
Elrond
2011-09-30 22:27:47 +02:00
6347605c1e
When using paste's static content server to serve media entries and other files the client should have some idea on how long it can cache those files locally before asking again for them.
Elrond
2011-09-29 20:15:53 +02:00
32d1a69d2f
Templates: Use request.staticdirect instead of /mgoblin_static
Elrond
2011-09-14 19:52:47 +02:00
9122a9d047
Merge remote branch 'remotes/jwandborg/f587-split_storage_into_submodules'
Christopher Allan Webber
2011-09-14 04:57:19 -05:00
fd10c71644
Fixed ./bin/gmg. import_export would not find BasicFileStorage, and ./bin/gmg would throw an error no matter what command you tried to run.
Joar Wandborg
2011-09-14 02:08:01 +02:00