Mercurial
Mercurial
>
pytask
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
+120
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.
now admin can accept a request for assigning credits.
2010-02-25, by nishanth
assign_credits event now creates a proper request object .
2010-02-25, by nishanth
merged
2010-02-25, by anoop
changed the homepage view as well as index.html.
2010-02-25, by anoop
added events addCredits and assignCredits and modified assign_credits view accordingly.
2010-02-25, by nishanth
added the event completeTask.
2010-02-25, by nishanth
added capability to remove an assigned user.
2010-02-25, by nishanth
finished assign_credits view. hav to integrate it with requests now.
2010-02-25, by nishanth
added the capability to remove subtasks/dependencies .
2010-02-25, by nishanth
modified the name of assign_task_form to choice form since all it does is return a form with choices and made change accordingly.
2010-02-25, by nishanth
our task model does not meet out needs. so modified it and added a model called map. made the changes in views accordingly.phew!!!. this one took the hell out of me :( .
2010-02-25, by nishanth
added the capability of adding subtasks/dependencies .
2010-02-25, by nishanth
merged.
2010-02-24, by anoop
updated create_request utility.
2010-02-24, by anoop
modified requests to match the new model.
2010-02-24, by nishanth
changed request model.
2010-02-24, by anoop
merged.
2010-02-24, by nishanth
added accept_assign_credits request
2010-02-24, by nishanth
changed the method reply_to_request to accept request object instead of request id.
2010-02-24, by anoop
added pynts in create_request utility.
2010-02-24, by anoop
added attribute pynts to request model.
2010-02-24, by anoop
merged.
2010-02-24, by anoop
added utilities reply_to_request, mark_notification_read, delete_notification and made change to create_request utility.
2010-02-24, by anoop
by mistake i added a link to remove mentor. that option does not exist. so removed that
2010-02-24, by nishanth
fixed a bug in add_claim view in views/task .
2010-02-24, by nishanth
modified the assign task view to suit the new design
2010-02-24, by nishanth
fixed a bug.
2010-02-24, by nishanth
commited.
2010-02-24, by nishanth
modified claim_task view to suit the new design
2010-02-24, by nishanth
made change to the request model and corresponding create_request utility.
2010-02-24, by anoop
removed unwanted links.
2010-02-24, by nishanth
added user context variable in view_profile and edit_profile.
2010-02-24, by nishanth
deleted unwanted code in user.py, added css for testing in base.html.
2010-02-24, by anoop
merged
2010-02-24, by nishanth
modified view task template and view to suit new design.
2010-02-24, by nishanth
added photograph to be shown in my profile page.
2010-02-24, by anoop
updated view task in views to suit the new design .
2010-02-24, by nishanth
added events in task.py for adding subtask and dependencies
2010-02-24, by nishanth
added capability of serving static files .
2010-02-23, by nishanth
added custom image storage for profile photo.
2010-02-23, by nishanth
enabled photo uploading for user profile.
2010-02-23, by anoop
made changes to models.
2010-02-23, by anoop
changed request model, added create_request utility.
2010-02-23, by anoop
added utilities for creating notification.
2010-02-23, by anoop
added message while logging off and removed back button from templates/base.html.
2010-02-23, by anoop
added a utility called getTask in task events and made changes in task views accordingly
2010-02-23, by nishanth
added the events addSubTask and addDep.
2010-02-23, by nishanth
updated publishtask event .
2010-02-23, by nishanth
fixed a bug in models.py .
2010-02-23, by nishanth
added request and notification models.
2010-02-22, by nishanth
made changes in addtaskform to suit tagging.
2010-02-22, by nishanth
fixed a bug in models.
2010-02-22, by anoop
installed tagging into the app.
2010-02-22, by anoop
user should enter unique email address, changed login_redirect_url.
2010-02-22, by anoop
removed unwanted file in templates for browsing users.
2010-02-19, by anoop
added forgot password in template.
2010-02-19, by anoop
fixed creation of user profile at registration time, added custom registration form so as to include dob and gender.
2010-02-18, by anoop
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)
+120
tip