summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-02-24merged.anoop
2010-02-24added utilities reply_to_request, mark_notification_read, ↵anoop
delete_notification and made change to create_request utility.
2010-02-24by mistake i added a link to remove mentor. that option does not exist. so ↵nishanth
removed that
2010-02-24fixed a bug in add_claim view in views/task .nishanth
2010-02-24modified the assign task view to suit the new designnishanth
2010-02-24fixed a bug.nishanth
2010-02-24commited.nishanth
2010-02-24modified claim_task view to suit the new designnishanth
2010-02-24made change to the request model and corresponding create_request utility.anoop
2010-02-24removed unwanted links.nishanth
2010-02-24added user context variable in view_profile and edit_profile.nishanth
2010-02-24deleted unwanted code in user.py, added css for testing in base.html.anoop
2010-02-24mergednishanth
2010-02-24modified view task template and view to suit new design.nishanth
2010-02-24added photograph to be shown in my profile page.anoop
2010-02-24updated view task in views to suit the new design .nishanth
2010-02-24added events in task.py for adding subtask and dependenciesnishanth
2010-02-23added capability of serving static files .nishanth
2010-02-23added custom image storage for profile photo.nishanth
2010-02-23enabled photo uploading for user profile.anoop
2010-02-23made changes to models.anoop
2010-02-23changed request model, added create_request utility.anoop
2010-02-23added utilities for creating notification.anoop
2010-02-23added message while logging off and removed back button from ↵anoop
templates/base.html.
2010-02-23added a utility called getTask in task events and made changes in task views ↵nishanth
accordingly
2010-02-23added the events addSubTask and addDep.nishanth
2010-02-23updated publishtask event .nishanth
2010-02-23fixed a bug in models.py .nishanth
2010-02-22added request and notification models.nishanth
2010-02-22made changes in addtaskform to suit tagging.nishanth
2010-02-22fixed a bug in models.anoop
2010-02-22installed tagging into the app.anoop
2010-02-22user should enter unique email address, changed login_redirect_url.anoop
2010-02-19removed unwanted file in templates for browsing users.anoop
2010-02-19added forgot password in template.anoop
2010-02-18fixed creation of user profile at registration time, added custom ↵anoop
registration form so as to include dob and gender.
2010-02-17added template registration/activate.html required by django-registration.anoop
2010-02-17started using django-registration default backend, removed browse users ↵anoop
functionality.
2010-02-17deleted unwanted files/templates to start using django-registration(contd..).anoop
2010-02-17deleted unwanted code to start using django-registration.anoop
2010-02-15Only logged in users can view user profile.anoop
2010-02-12added help_text and verbose_name to models where required and removed import ↵nishanth
of seed_db from urls.py
2010-02-12removed seed_db from utils and added it as a command for manage.py and ↵nishanth
removed url corresponding to seed_db .
2010-02-05made urls.py look better and added an empty method edit_task to taskViews .nishanth
2010-02-05added edit task url to urls.py and removed add_task url .nishanth
2010-02-05fixed a bug in views/task/add_mentor method .nishanth
2010-02-05fixed a bug in templates/task/claim.html which required modification of ↵nishanth
views/task.py; also changed the no.of char limit on task title .
2010-02-05added seed_db in utils that seeds database with random users and tasks .nishanth
2010-02-05modified createUser method in events/user.py .nishanth
2010-02-05fixed a bug in createSuUser method in events/user.py .nishanth