log

age author description
Sat, 23 May 2009 18:42:43 -0400 Jonathan Gonzalez V Added the functionality to update the user real name
Sat, 23 May 2009 18:01:16 -0400 Jonathan Gonzalez V Added the field "last name" so it fit better the current model using django
Sat, 23 May 2009 17:52:51 -0400 Jonathan Gonzalez V Added the identity template with some view, no functionality yet
Sat, 23 May 2009 17:50:48 -0400 Jonathan Gonzalez V Added the conf.djhtml that was missing for index of account conf
Sat, 23 May 2009 17:49:58 -0400 Jonathan Gonzalez V Added box item box. Elimiated the width for a box, maybe there's a better way to do that job
Sat, 23 May 2009 13:22:16 -0400 Jonathan Gonzalez V Fix the box title on CSS file
Fri, 22 May 2009 22:48:54 -0400 Jonathan Gonzalez V Added the the proposal style to separate things inside a module... needs better design but it's the main idea
Fri, 22 May 2009 21:42:16 -0400 Jonathan Gonzalez V Add the request context_preprocessor to the list. Removed the I18N support
Fri, 22 May 2009 14:24:35 -0400 Jonathan Gonzalez V Added the logout facility
Fri, 22 May 2009 14:24:11 -0400 Jonathan Gonzalez V Added a user fast menu for the user at the top of the page and fixed the form to login from any page
Thu, 21 May 2009 16:52:46 -0400 Jonathan Gonzalez V Added the login view, urls and modfied the form to send the proper var names
Thu, 21 May 2009 16:51:22 -0400 Jonathan Gonzalez V Modified the model, now use all the fields from the auth contrib app and the rest of field from table user, so we need a better name fro the model now
Thu, 21 May 2009 16:49:47 -0400 Jonathan Gonzalez V Added a variable to the index template to know when the user it's authenticated
Thu, 21 May 2009 16:48:14 -0400 Jonathan Gonzalez V Commented the admin app, I think that isn't useful for now
Fri, 15 May 2009 14:16:21 -0400 Jonathan Gonzalez V Added a few lines to show how to test the install
Fri, 15 May 2009 14:16:01 -0400 Jonathan Gonzalez V Added MEDIA_URL to have access to images and css files
Fri, 15 May 2009 14:15:33 -0400 Jonathan Gonzalez V Added savane_user app to handle all the user things
Thu, 14 May 2009 11:42:07 -0400 Jonathan Gonzalez V Added *.pyc to .gitignore
Thu, 14 May 2009 11:41:23 -0400 Jonathan Gonzalez V Initial import with the django framework
Thu, 14 May 2009 11:15:30 -0400 Jonathan Gonzalez V Removed all work of the framework done with Catalyst
Sun, 03 May 2009 22:12:24 -0400 Jonathan Gonzalez V Apply new design to header and main_page
Sun, 03 May 2009 22:11:41 -0400 Jonathan Gonzalez V Added new order and design with the login controller which doesn't work yet
Tue, 20 Jan 2009 00:38:47 -0300 Jonathan Gonzalez V Fix a merge conflict
Mon, 19 Jan 2009 14:59:57 -0300 Jonathan Gonzalez V Reduce the amount of news to show a short example of center box. order to the text over the news
Mon, 19 Jan 2009 14:51:26 -0300 Jonathan Gonzalez V Add header and footer files and an example page that show the use of the header and footer, no code for the moment
Mon, 19 Jan 2009 14:50:14 -0300 Jonathan Gonzalez V Add all the static files, just images and css files for the moment
Mon, 19 Jan 2009 14:49:55 -0300 Jonathan Gonzalez V Add *~ to the git ignore, this will avoid the upload of Emacs backup files
Mon, 19 Jan 2009 14:22:42 -0300 Jonathan Gonzalez V Add config to deal whith the static content like css and images files
Mon, 19 Jan 2009 18:13:07 -0500 Michael J. Flickinger Added database configuration.
Mon, 19 Jan 2009 17:10:27 -0500 Michael J. Flickinger Allowing for static images and .css files to be served from within application.
Sun, 18 Jan 2009 16:51:34 -0500 Michael J. Flickinger Deleting unused images.
Sun, 18 Jan 2009 15:01:27 -0500 Michael J. Flickinger Initial import