Mercurial
Mercurial
>
pytask
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
+60
+100
+300
tip
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
The revision graph only works with JavaScript-enabled browsers.
added template registration/activate.html required by django-registration.
2010-02-17, by anoop
started using django-registration default backend, removed browse users functionality.
2010-02-17, by anoop
deleted unwanted files/templates to start using django-registration(contd..).
2010-02-17, by anoop
deleted unwanted code to start using django-registration.
2010-02-17, by anoop
Only logged in users can view user profile.
2010-02-15, by anoop
added help_text and verbose_name to models where required and removed import of seed_db from urls.py
2010-02-12, by nishanth
removed seed_db from utils and added it as a command for manage.py and removed url corresponding to seed_db .
2010-02-12, by nishanth
made urls.py look better and added an empty method edit_task to taskViews .
2010-02-05, by nishanth
added edit task url to urls.py and removed add_task url .
2010-02-05, by nishanth
fixed a bug in views/task/add_mentor method .
2010-02-05, by nishanth
fixed a bug in templates/task/claim.html which required modification of views/task.py; also changed the no.of char limit on task title .
2010-02-05, by nishanth
added seed_db in utils that seeds database with random users and tasks .
2010-02-05, by nishanth
modified createUser method in events/user.py .
2010-02-05, by nishanth
fixed a bug in createSuUser method in events/user.py .
2010-02-05, by nishanth
added *.db to hgignore and made database path to pytask.db in settings.py
2010-02-04, by nishanth
added browse users functionality, added user/browse.html, fixed view my profile template.
2010-02-04, by anoop
changed the view my profile template.
2010-02-04, by anoop
resolved merging conflicts in urls.py .
2010-02-04, by nishanth
added the functionality to assign a task to one of the claimed users.
2010-02-04, by nishanth
added files edit_profile.html and my_profile.html.
2010-02-04, by anoop
added view profile and edit profile functionalities.
2010-02-04, by anoop
addded link to view claims in 'view task' page .
2010-02-04, by nishanth
implemented "add another mentor" functionality to a task.
2010-02-04, by nishanth
renamed templates/error.html to templates/show_msg.html and made changes accordingly in views/user.
2010-02-04, by nishanth
added events/task.py and templates/error.html.
2010-02-04, by nishanth
implemented create task view which needed task.py in events. added a method show_msg to views/user.py and used it in logoff view.
2010-02-04, by nishanth
renamed users.py to user.py and tasks to task in views folder and updated urls.py accordingly .
2010-02-04, by nishanth
corrected a bug in task/view.html .
2010-02-04, by nishanth
corrected views.user.register method .
2010-02-04, by anoop
imposed a filter on username that it contains only alphabets and numbers.
2010-02-04, by anoop
added views, templates for register, login, logout user.
2010-02-04, by anoop
created forms, views, templates, actions for home_page, browse_task.
2010-02-04, by nishanth
corrected admin.py
2010-02-04, by nishanth
removed views.py and made it a package. added auth_profile to settings.py
2010-02-04, by nishanth
removed views.py from taskapp and created a package views. added auth_profile setting to settings.py
2010-02-04, by nishanth
Added setup.py file and moved urls.py.
madhu
2010-01-24, by Madhusudan.C.S
Made changes to the buildout config files removing unwanted packages.
2010-01-24, by Madhusudan.C.S
Reorganized the directory structure. Removed unwanted .pyc files.
2010-01-24, by Madhusudan.C.S
Added initial buildout configuration files.
2010-01-24, by Madhusudan.C.S
Removed unwanted byte compiled .pyc files and added .hgignore.
2010-01-24, by Madhusudan.C.S
database filename changed to ../pytaskDb.
2010-01-24, by anoop
changed the database name in settings to pytaskDb.
2010-01-24, by Nishanth
Created taskapp and added data to models.py and edited settings.py to make it usable in admin interface.
2010-01-24, by Nishanth
Initial commit that has bare minimum django project files.
2010-01-24, by Nishanth
less
more
|
(0)
+60
+100
+300
tip