summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Adding thread.py for thread level viewsAamir Khan2012-06-202-3/+45
* changing url for message level votingAamir Khan2012-06-202-3/+4
* Removing mockup.py from views/Aamir Khan2012-06-201-152/+0
* Adding UserProfile ModelAamir Khan2012-06-201-0/+11
* README updatedAamir Khan2012-06-201-8/+9
* Moving views related to message to message.pyAamir Khan2012-06-202-60/+73
* removing debugging print statementsAamir Khan2012-06-201-5/+4
* messageid was getting truncated because of insufficient lengthAamir Khan2012-06-201-1/+1
* user should not be unique in ratings tableAamir Khan2012-06-201-1/+1
* Rating of messagesAamir Khan2012-06-185-5/+84
* temporary user profile pageAamir Khan2012-06-181-0/+3
* Login authentication - browser id fixAamir Khan2012-06-125-1/+25
* Login authenticationAamir Khan2012-06-124-3/+130