summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix #5 : Added alert box in case user is not logged in and tries to voteAamir Khan2012-06-292-0/+18
* Fix #4: Changed CSS class for div holding the content of first emailAamir Khan2012-06-292-2/+7
* Fix #2: After login user will be directed back to previous pageAamir Khan2012-06-282-3/+13
* Fix #1: graph not shown on /list/Aamir Khan2012-06-281-3/+3
* Fix #3 : logger not definedAamir Khan2012-06-281-1/+1
* added a todo listAamir Khan2012-06-271-0/+5
* Added a simple tests.pyAamir Khan2012-06-271-0/+13
* added a doc directoryAamir Khan2012-06-271-19/+0
* Added GNU GPL License copyAamir Khan2012-06-271-0/+674
* Replaced README by README.rstAamir Khan2012-06-272-73/+29
* Making robots.txt workAamir Khan2012-06-272-0/+5
* removed a debug print statementAamir Khan2012-06-271-1/+0
* requirements.txt updatedAamir Khan2012-06-271-1/+0
* use custom hyperkitty loggerAamir Khan2012-06-278-29/+14
* Added myself as django admin to receive error log emailsAamir Khan2012-06-271-1/+1
* added a log handler in utils.pyAamir Khan2012-06-271-0/+86
* Fix small errors occured while refactoringAamir Khan2012-06-272-8/+10
* code refactoring: two new view files addedAamir Khan2012-06-266-336/+369
* code refactoring : moving thread page view to views/thread.pyAamir Khan2012-06-265-73/+256
* removed a print line used for debugging previouslyAamir Khan2012-06-261-2/+0
* Added __unicode__ function for modelsAamir Khan2012-06-261-1/+19
* Added requirements.txt for easy deploymentAamir Khan2012-06-261-0/+31
* Include votes in user_profileAamir Khan2012-06-262-1/+22
* generating UserProfile model and populating 'karma' in user_profile.htmlAamir Khan2012-06-253-9/+22
* script src small fixAamir Khan2012-06-251-1/+1
* Basic user profileAamir Khan2012-06-251-4/+28
* login imagesAamir Khan2012-06-256-0/+0
* login template - removing facebook, twitter and adding yahoo loginAamir Khan2012-06-251-3/+1
* More login servicesAamir Khan2012-06-252-24/+25
* Code FormattingAamir Khan2012-06-2514-668/+720
* added a TODO and edited a docstringAamir Khan2012-06-252-2/+5
* Remove redundant title=app_name variableAamir Khan2012-06-251-5/+0
* populate voteup/votedown for each messageAamir Khan2012-06-253-7/+47
* Display voteup/votedown count for each messageAamir Khan2012-06-251-1/+1
* View refacotring: moved message rendering view to views/message.pyAamir Khan2012-06-253-43/+19
* Index page new lookAamir Khan2012-06-241-12/+15
* Removed unnecessary code : lib/Aamir Khan2012-06-243-380/+0
* Added robots.txtAamir Khan2012-06-241-0/+4
* Moved title = app_name in base.htmlAamir Khan2012-06-244-8/+0
* Template refactoring: Rating now works on threads and message pageAamir Khan2012-06-245-59/+66
* modified voteup/votedown URLAamir Khan2012-06-242-2/+3
* Moved add_tag_form to templates/threads/Aamir Khan2012-06-242-6/+3
* Template refactoring: Fixing id of voteup/votedown linkAamir Khan2012-06-242-9/+8
* Templates refactoring : Added messages/ and threads/ template directoriesAamir Khan2012-06-225-127/+113
* Templates refactoring : added lists/list_nav.htmlAamir Khan2012-06-222-44/+49
* indenting template code using http://jsbeautifier.orgAamir Khan2012-06-201-92/+62
* removing all base_*.html template files. All templates now extends single bas...Aamir Khan2012-06-2010-262/+64
* changing template name to load add_tag_formAamir Khan2012-06-203-3/+5
* renaming simple_form.html to add_tag_form.htmlAamir Khan2012-06-201-4/+2
* Moving AddTagForm to thread.py from pages.pyAamir Khan2012-06-202-9/+9