Age | Commit message (Expand) | Author |
2010-02-24 | updated view task in views to suit the new design . | nishanth |
2010-02-24 | added events in task.py for adding subtask and dependencies | nishanth |
2010-02-23 | added custom image storage for profile photo. | nishanth |
2010-02-23 | enabled photo uploading for user profile. | anoop |
2010-02-23 | made changes to models. | anoop |
2010-02-23 | changed request model, added create_request utility. | anoop |
2010-02-23 | added utilities for creating notification. | anoop |
2010-02-23 | added a utility called getTask in task events and made changes in task views ... | nishanth |
2010-02-23 | added the events addSubTask and addDep. | nishanth |
2010-02-23 | updated publishtask event . | nishanth |
2010-02-23 | fixed a bug in models.py . | nishanth |
2010-02-22 | added request and notification models. | nishanth |
2010-02-22 | made changes in addtaskform to suit tagging. | nishanth |
2010-02-22 | fixed a bug in models. | anoop |
2010-02-22 | installed tagging into the app. | anoop |
2010-02-22 | user should enter unique email address, changed login_redirect_url. | anoop |
2010-02-19 | added forgot password in template. | anoop |
2010-02-18 | fixed creation of user profile at registration time, added custom registratio... | anoop |
2010-02-17 | started using django-registration default backend, removed browse users funct... | anoop |
2010-02-17 | deleted unwanted code to start using django-registration. | anoop |
2010-02-15 | Only logged in users can view user profile. | anoop |
2010-02-12 | added help_text and verbose_name to models where required and removed import ... | nishanth |
2010-02-12 | removed seed_db from utils and added it as a command for manage.py and remove... | nishanth |
2010-02-05 | made urls.py look better and added an empty method edit_task to taskViews . | nishanth |
2010-02-05 | fixed a bug in views/task/add_mentor method . | nishanth |
2010-02-05 | fixed a bug in templates/task/claim.html which required modification of views... | nishanth |
2010-02-05 | added seed_db in utils that seeds database with random users and tasks . | nishanth |
2010-02-05 | modified createUser method in events/user.py . | nishanth |
2010-02-05 | fixed a bug in createSuUser method in events/user.py . | nishanth |
2010-02-04 | added *.db to hgignore and made database path to pytask.db in settings.py | nishanth |
2010-02-04 | added browse users functionality, added user/browse.html, fixed view my profi... | anoop |
2010-02-04 | changed the view my profile template. | anoop |
2010-02-04 | added the functionality to assign a task to one of the claimed users. | nishanth |
2010-02-04 | added view profile and edit profile functionalities. | anoop |
2010-02-04 | addded link to view claims in 'view task' page . | nishanth |
2010-02-04 | implemented "add another mentor" functionality to a task. | nishanth |
2010-02-04 | renamed templates/error.html to templates/show_msg.html and made changes acco... | nishanth |
2010-02-04 | added events/task.py and templates/error.html. | nishanth |
2010-02-04 | implemented create task view which needed task.py in events. added a method s... | nishanth |
2010-02-04 | renamed users.py to user.py and tasks to task in views folder and updated url... | nishanth |
2010-02-04 | corrected views.user.register method . | anoop |
2010-02-04 | imposed a filter on username that it contains only alphabets and numbers. | anoop |
2010-02-04 | added views, templates for register, login, logout user. | anoop |
2010-02-04 | created forms, views, templates, actions for home_page, browse_task. | nishanth |
2010-02-04 | corrected admin.py | nishanth |
2010-02-04 | removed views.py and made it a package. added auth_profile to settings.py | nishanth |
2010-01-24 | Created taskapp and added data to models.py and edited settings.py to make it... | Nishanth |