summaryrefslogtreecommitdiff
path: root/taskapp
AgeCommit message (Collapse)Author
2010-02-23added utilities for creating notification.anoop
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-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-17started using django-registration default backend, removed browse users ↵anoop
functionality.
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-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
2010-02-04added *.db to hgignore and made database path to pytask.db in settings.pynishanth
2010-02-04added browse users functionality, added user/browse.html, fixed view my ↵anoop
profile template.
2010-02-04changed the view my profile template.anoop
2010-02-04added the functionality to assign a task to one of the claimed users.nishanth
2010-02-04added view profile and edit profile functionalities.anoop
2010-02-04addded link to view claims in 'view task' page .nishanth
2010-02-04implemented "add another mentor" functionality to a task.nishanth
2010-02-04renamed templates/error.html to templates/show_msg.html and made changes ↵nishanth
accordingly in views/user.
2010-02-04added events/task.py and templates/error.html.nishanth
2010-02-04implemented create task view which needed task.py in events. added a method ↵nishanth
show_msg to views/user.py and used it in logoff view.
2010-02-04renamed users.py to user.py and tasks to task in views folder and updated ↵nishanth
urls.py accordingly .
2010-02-04corrected views.user.register method .anoop
2010-02-04imposed a filter on username that it contains only alphabets and numbers.anoop
2010-02-04added views, templates for register, login, logout user.anoop
2010-02-04created forms, views, templates, actions for home_page, browse_task.nishanth
2010-02-04corrected admin.pynishanth
2010-02-04removed views.py and made it a package. added auth_profile to settings.pynishanth
2010-01-24Created taskapp and added data to models.py and edited settings.py to make ↵Nishanth
it usable in admin interface.