FFX01
cef96c6e67
User not authenticated search fix
...
When a user is not logged in and attempts to access the login page with debug mode enabled, the file "base.html" throws an exception claiming that "search_form" is not an attribute of the global "g" object. It appears this was being caused by "search_form" only being defined for "g" if the user is authenticated. Moved attribute declaration out of if clause.
2015-07-16 00:07:49 -07:00
Miguel Grinberg
afa6c33e9e
python 3, pep8 and other various updates
2014-10-05 00:30:31 -07:00
Miguel Grinberg
16022c51c9
bug fix: missing return statement
2013-05-23 14:40:14 -07:00
Miguel Grinberg
abdd43cd9b
heroku hosting
2013-04-23 22:58:57 -07:00
Miguel Grinberg
f43818315e
coverage and profiling
2013-03-09 20:30:57 -08:00
Miguel Grinberg
4081db19e1
ajax translations
2013-02-19 23:00:47 -08:00
Miguel Grinberg
cac572cb0e
babel integration
2013-01-31 23:23:52 -08:00
Miguel Grinberg
39e7521d3b
added missing make_unique_nickname call
...
Conflicts:
app/views.py
2013-01-05 12:11:15 -08:00
Miguel Grinberg
f441f8d8d8
email support
2012-12-16 21:41:50 -08:00
Miguel Grinberg
8a27076ae4
full text search
2012-12-16 21:41:50 -08:00
Miguel Grinberg
1886654ff9
pagination
2012-12-16 21:41:49 -08:00
Miguel Grinberg
47e65873a9
followers
2012-12-16 21:41:49 -08:00
Miguel Grinberg
8c091d7add
unit testing framework
2012-12-16 21:41:48 -08:00
Miguel Grinberg
d8e9bfe8bd
user profile page
2012-12-16 21:41:48 -08:00
Miguel Grinberg
5ae5241485
user authentication
2012-12-16 21:41:48 -08:00
Miguel Grinberg
e3bc41b9f5
login form
2012-12-16 21:41:47 -08:00
Miguel Grinberg
a1fa2715ad
templates
2012-12-16 21:41:46 -08:00
Miguel Grinberg
79e9810b62
hello world
2012-12-16 21:41:25 -08:00