Tue, 18 Jan 2011 21:55:13 +0530 Add support to werkzeug and the most sought after django command extensions app.
Madhusudan.C.S <madhusudancs@gmail.com> [Tue, 18 Jan 2011 21:55:13 +0530] rev 465
Add support to werkzeug and the most sought after django command extensions app.
Tue, 18 Jan 2011 17:34:57 +0530 Redirect successful login to profile page if logged in from activation complete.
Madhusudan.C.S <madhusudancs@gmail.com> [Tue, 18 Jan 2011 17:34:57 +0530] rev 464
Redirect successful login to profile page if logged in from activation complete.
Tue, 18 Jan 2011 17:34:29 +0530 Make changes to the code style so that it is consistent across the code base.
Madhusudan.C.S <madhusudancs@gmail.com> [Tue, 18 Jan 2011 17:34:29 +0530] rev 463
Make changes to the code style so that it is consistent across the code base.
Tue, 18 Jan 2011 15:36:07 +0530 Fix the site template variable used in the email for registrants.
Madhusudan.C.S <madhusudancs@gmail.com> [Tue, 18 Jan 2011 15:36:07 +0530] rev 462
Fix the site template variable used in the email for registrants.
Tue, 18 Jan 2011 14:54:24 +0530 This file was mistakenly deleted in the previous version. Reverting the delete.
Madhusudan.C.S <madhusudancs@gmail.com> [Tue, 18 Jan 2011 14:54:24 +0530] rev 461
This file was mistakenly deleted in the previous version. Reverting the delete.
Tue, 18 Jan 2011 14:47:26 +0530 Use the defined templatetag on profile registration form too.
Madhusudan.C.S <madhusudancs@gmail.com> [Tue, 18 Jan 2011 14:47:26 +0530] rev 460
Use the defined templatetag on profile registration form too.
Tue, 18 Jan 2011 14:37:54 +0530 Add tooltip support for form fields using qtip.
Madhusudan.C.S <madhusudancs@gmail.com> [Tue, 18 Jan 2011 14:37:54 +0530] rev 459
Add tooltip support for form fields using qtip.
Tue, 18 Jan 2011 14:37:30 +0530 Add the error message to login template.
Madhusudan.C.S <madhusudancs@gmail.com> [Tue, 18 Jan 2011 14:37:30 +0530] rev 458
Add the error message to login template.
Tue, 18 Jan 2011 14:37:06 +0530 Handle all cases of login.
Madhusudan.C.S <madhusudancs@gmail.com> [Tue, 18 Jan 2011 14:37:06 +0530] rev 457
Handle all cases of login. Firstly refactor the code to move all the post login mechanisms to a function of its own. Then add support to redirect the user if the login was attempted from logout page. Finally if the post response we got contains html, it is not a valid JSON, which means the login failed. In this case catch the exception and show the login error.
Tue, 18 Jan 2011 14:34:26 +0530 CSS Properties to render login form error.
Madhusudan.C.S <madhusudancs@gmail.com> [Tue, 18 Jan 2011 14:34:26 +0530] rev 456
CSS Properties to render login form error.
Tue, 18 Jan 2011 14:33:54 +0530 Redirect the login to home page if the login is made from logout page.
Madhusudan.C.S <madhusudancs@gmail.com> [Tue, 18 Jan 2011 14:33:54 +0530] rev 455
Redirect the login to home page if the login is made from logout page.
Tue, 18 Jan 2011 01:47:55 +0530 Move LOGIN_REDIRECT_URL to local settings since it differs based on URLs on the local settings.
Madhusudan.C.S <madhusudancs@gmail.com> [Tue, 18 Jan 2011 01:47:55 +0530] rev 454
Move LOGIN_REDIRECT_URL to local settings since it differs based on URLs on the local settings.
Tue, 18 Jan 2011 01:20:07 +0530 A new view for processing post login to give the right html to replace for user action right sidebar.
Madhusudan.C.S <madhusudancs@gmail.com> [Tue, 18 Jan 2011 01:20:07 +0530] rev 453
A new view for processing post login to give the right html to replace for user action right sidebar.
Tue, 18 Jan 2011 01:19:41 +0530 Replace all usage of context with RequestContext and use the imports in right form.
Madhusudan.C.S <madhusudancs@gmail.com> [Tue, 18 Jan 2011 01:19:41 +0530] rev 452
Replace all usage of context with RequestContext and use the imports in right form.
Tue, 18 Jan 2011 01:10:40 +0530 Replace all occurences of context with RequestContext in taskapp views.
Madhusudan.C.S <madhusudancs@gmail.com> [Tue, 18 Jan 2011 01:10:40 +0530] rev 451
Replace all occurences of context with RequestContext in taskapp views.
Tue, 18 Jan 2011 01:08:32 +0530 Add the necessary Javascript to implement in place login functionality.
Madhusudan.C.S <madhusudancs@gmail.com> [Tue, 18 Jan 2011 01:08:32 +0530] rev 450
Add the necessary Javascript to implement in place login functionality.
Tue, 18 Jan 2011 01:08:01 +0530 Move the user login template code to its own template file, so it can be reused.
Madhusudan.C.S <madhusudancs@gmail.com> [Tue, 18 Jan 2011 01:08:01 +0530] rev 449
Move the user login template code to its own template file, so it can be reused.
Tue, 18 Jan 2011 01:06:21 +0530 Add the source to Javascript required to login users.
Madhusudan.C.S <madhusudancs@gmail.com> [Tue, 18 Jan 2011 01:06:21 +0530] rev 448
Add the source to Javascript required to login users.
Tue, 18 Jan 2011 01:05:42 +0530 Replaces all occurences of context with RequestContext.
Madhusudan.C.S <madhusudancs@gmail.com> [Tue, 18 Jan 2011 01:05:42 +0530] rev 447
Replaces all occurences of context with RequestContext.
Mon, 17 Jan 2011 05:34:59 +0530 Add login properties to right menu.
Madhusudan.C.S <madhusudancs@gmail.com> [Mon, 17 Jan 2011 05:34:59 +0530] rev 446
Add login properties to right menu.
Mon, 17 Jan 2011 05:34:48 +0530 Add CSS properties for login form.
Madhusudan.C.S <madhusudancs@gmail.com> [Mon, 17 Jan 2011 05:34:48 +0530] rev 445
Add CSS properties for login form.
Mon, 17 Jan 2011 05:34:26 +0530 Fix style issue in the profile model.
Madhusudan.C.S <madhusudancs@gmail.com> [Mon, 17 Jan 2011 05:34:26 +0530] rev 444
Fix style issue in the profile model.
Mon, 17 Jan 2011 05:33:59 +0530 Use the correct choices variable for the role and status.
Madhusudan.C.S <madhusudancs@gmail.com> [Mon, 17 Jan 2011 05:33:59 +0530] rev 443
Use the correct choices variable for the role and status.
Mon, 17 Jan 2011 05:33:27 +0530 Use the right name for the profile role's values.
Madhusudan.C.S <madhusudancs@gmail.com> [Mon, 17 Jan 2011 05:33:27 +0530] rev 442
Use the right name for the profile role's values.
Mon, 17 Jan 2011 05:32:59 +0530 Update the reset db script to seed profile also.
Madhusudan.C.S <madhusudancs@gmail.com> [Mon, 17 Jan 2011 05:32:59 +0530] rev 441
Update the reset db script to seed profile also.
Mon, 17 Jan 2011 04:37:07 +0530 Use the right form of names to be stored in the database.
Madhusudan.C.S <madhusudancs@gmail.com> [Mon, 17 Jan 2011 04:37:07 +0530] rev 440
Use the right form of names to be stored in the database.
Mon, 17 Jan 2011 04:06:21 +0530 Add support for right side menu.
Madhusudan.C.S <madhusudancs@gmail.com> [Mon, 17 Jan 2011 04:06:21 +0530] rev 439
Add support for right side menu.
Mon, 17 Jan 2011 04:06:06 +0530 Use the right names for the roles and all other choices.
Madhusudan.C.S <madhusudancs@gmail.com> [Mon, 17 Jan 2011 04:06:06 +0530] rev 438
Use the right names for the roles and all other choices.
Mon, 17 Jan 2011 02:58:27 +0530 Add label to the comment form field.
Madhusudan.C.S <madhusudancs@gmail.com> [Mon, 17 Jan 2011 02:58:27 +0530] rev 437
Add label to the comment form field.
Mon, 17 Jan 2011 02:55:30 +0530 Add bottom margin to the main header.
Madhusudan.C.S <madhusudancs@gmail.com> [Mon, 17 Jan 2011 02:55:30 +0530] rev 436
Add bottom margin to the main header.
Mon, 17 Jan 2011 02:53:11 +0530 Use the new forms tags and fix the styling.
Madhusudan.C.S <madhusudancs@gmail.com> [Mon, 17 Jan 2011 02:53:11 +0530] rev 435
Use the new forms tags and fix the styling.
Mon, 17 Jan 2011 02:52:42 +0530 Add a lot of CSS changes, I can't even remember how many and what are they.
Madhusudan.C.S <madhusudancs@gmail.com> [Mon, 17 Jan 2011 02:52:42 +0530] rev 434
Add a lot of CSS changes, I can't even remember how many and what are they. Interestingly added CSS3 support for the first time. Welcome to the awesome dashing top bar.
Mon, 17 Jan 2011 02:51:55 +0530 Restructure the entire base template and move the left sidebar to another subtemplate.
Madhusudan.C.S <madhusudancs@gmail.com> [Mon, 17 Jan 2011 02:51:55 +0530] rev 433
Restructure the entire base template and move the left sidebar to another subtemplate.
Mon, 17 Jan 2011 02:50:58 +0530 Add two new buttons for approval.
Madhusudan.C.S <madhusudancs@gmail.com> [Mon, 17 Jan 2011 02:50:58 +0530] rev 432
Add two new buttons for approval.
Sun, 16 Jan 2011 23:17:13 +0530 Huh, please don't tell me I will have to refactor so much code again.
Madhusudan.C.S <madhusudancs@gmail.com> [Sun, 16 Jan 2011 23:17:13 +0530] rev 431
Huh, please don't tell me I will have to refactor so much code again.
Sun, 16 Jan 2011 23:16:21 +0530 Use reverse function instead of hard coded URL.
Madhusudan.C.S <madhusudancs@gmail.com> [Sun, 16 Jan 2011 23:16:21 +0530] rev 430
Use reverse function instead of hard coded URL. Had missed my eyes in the last run.
Sun, 16 Jan 2011 20:56:58 +0530 Replace create template with edit template.
Madhusudan.C.S <madhusudancs@gmail.com> [Sun, 16 Jan 2011 20:56:58 +0530] rev 429
Replace create template with edit template.
Sun, 16 Jan 2011 20:55:31 +0530 Remove the redundant function for suggesting tags and added the required import.
Madhusudan.C.S <madhusudancs@gmail.com> [Sun, 16 Jan 2011 20:55:31 +0530] rev 428
Remove the redundant function for suggesting tags and added the required import.
Sun, 16 Jan 2011 20:54:42 +0530 Move all the content from create form to edit form for tasks.
Madhusudan.C.S <madhusudancs@gmail.com> [Sun, 16 Jan 2011 20:54:42 +0530] rev 427
Move all the content from create form to edit form for tasks.
Sun, 16 Jan 2011 20:47:43 +0530 Remove redundant templates.
Madhusudan.C.S <madhusudancs@gmail.com> [Sun, 16 Jan 2011 20:47:43 +0530] rev 426
Remove redundant templates.
Sun, 16 Jan 2011 17:04:13 +0530 Restructured create form to use templatetags and use Javascript for autcomplete.
Madhusudan.C.S <madhusudancs@gmail.com> [Sun, 16 Jan 2011 17:04:13 +0530] rev 425
Restructured create form to use templatetags and use Javascript for autcomplete.
Sun, 16 Jan 2011 17:02:02 +0530 Add templatetags for form handling.
Madhusudan.C.S <madhusudancs@gmail.com> [Sun, 16 Jan 2011 17:02:02 +0530] rev 424
Add templatetags for form handling.
Sun, 16 Jan 2011 17:00:37 +0530 Add JQuery and JQuery UI files to the collection.
Madhusudan.C.S <madhusudancs@gmail.com> [Sun, 16 Jan 2011 17:00:37 +0530] rev 423
Add JQuery and JQuery UI files to the collection.
Sat, 15 Jan 2011 21:24:06 +0530 Change imports to be more readable.
Madhusudan.C.S <madhusudancs@gmail.com> [Sat, 15 Jan 2011 21:24:06 +0530] rev 422
Change imports to be more readable.
Sat, 15 Jan 2011 21:23:47 +0530 Change the name of the addreviewer url mapper.
Madhusudan.C.S <madhusudancs@gmail.com> [Sat, 15 Jan 2011 21:23:47 +0530] rev 421
Change the name of the addreviewer url mapper.
Sat, 15 Jan 2011 21:23:18 +0530 Use django shortcut for raising 404s.
Madhusudan.C.S <madhusudancs@gmail.com> [Sat, 15 Jan 2011 21:23:18 +0530] rev 420
Use django shortcut for raising 404s.
Sat, 15 Jan 2011 21:22:56 +0530 Capitalize the name Notifications.
Madhusudan.C.S <madhusudancs@gmail.com> [Sat, 15 Jan 2011 21:22:56 +0530] rev 419
Capitalize the name Notifications.
Sat, 15 Jan 2011 21:22:35 +0530 Add a new view method for specific users profile view.
Madhusudan.C.S <madhusudancs@gmail.com> [Sat, 15 Jan 2011 21:22:35 +0530] rev 418
Add a new view method for specific users profile view.
Sat, 15 Jan 2011 21:21:49 +0530 Manipulate all the templates to use {% url %} templatetag instead of hard coded URLs.
Madhusudan.C.S <madhusudancs@gmail.com> [Sat, 15 Jan 2011 21:21:49 +0530] rev 417
Manipulate all the templates to use {% url %} templatetag instead of hard coded URLs.
Sat, 15 Jan 2011 21:21:19 +0530 Remove initial south migrations also during reset of the database.
Madhusudan.C.S <madhusudancs@gmail.com> [Sat, 15 Jan 2011 21:21:19 +0530] rev 416
Remove initial south migrations also during reset of the database.
Sat, 15 Jan 2011 21:20:35 +0530 Modify the home page URL mapper to be consistent with other mappers.
Madhusudan.C.S <madhusudancs@gmail.com> [Sat, 15 Jan 2011 21:20:35 +0530] rev 415
Modify the home page URL mapper to be consistent with other mappers.
Sat, 15 Jan 2011 21:20:01 +0530 Removed this file since the utilities are no more used.
Madhusudan.C.S <madhusudancs@gmail.com> [Sat, 15 Jan 2011 21:20:01 +0530] rev 414
Removed this file since the utilities are no more used.
Sat, 15 Jan 2011 04:18:57 +0530 Add reset_db script.
Madhusudan.C.S <madhusudancs@gmail.com> [Sat, 15 Jan 2011 04:18:57 +0530] rev 413
Add reset_db script.
Sat, 15 Jan 2011 04:18:44 +0530 Remove the unexisting import.
Madhusudan.C.S <madhusudancs@gmail.com> [Sat, 15 Jan 2011 04:18:44 +0530] rev 412
Remove the unexisting import.
Sat, 15 Jan 2011 04:06:45 +0530 Used reverse URL matching instead of hard coded URLs.
Madhusudan.C.S <madhusudancs@gmail.com> [Sat, 15 Jan 2011 04:06:45 +0530] rev 411
Used reverse URL matching instead of hard coded URLs.
Sat, 15 Jan 2011 04:06:30 +0530 Fix styling issue in URLConf.
Madhusudan.C.S <madhusudancs@gmail.com> [Sat, 15 Jan 2011 04:06:30 +0530] rev 410
Fix styling issue in URLConf.
Sat, 15 Jan 2011 03:59:15 +0530 Make adjustment in import styling.
Madhusudan.C.S <madhusudancs@gmail.com> [Sat, 15 Jan 2011 03:59:15 +0530] rev 409
Make adjustment in import styling.
Sat, 15 Jan 2011 03:59:00 +0530 Make changes to the import styles, ids used and use reverse function for URL generation instead of hard coded URLs.
Madhusudan.C.S <madhusudancs@gmail.com> [Sat, 15 Jan 2011 03:59:00 +0530] rev 408
Make changes to the import styles, ids used and use reverse function for URL generation instead of hard coded URLs.
Sat, 15 Jan 2011 03:58:06 +0530 Add name for each URL definition.
Madhusudan.C.S <madhusudancs@gmail.com> [Sat, 15 Jan 2011 03:58:06 +0530] rev 407
Add name for each URL definition.
Sat, 15 Jan 2011 03:57:25 +0530 Removed utils file whose only function is not required anymore.
Madhusudan.C.S <madhusudancs@gmail.com> [Sat, 15 Jan 2011 03:57:25 +0530] rev 406
Removed utils file whose only function is not required anymore.
Sat, 15 Jan 2011 01:19:48 +0530 Add a fixture to maintain the Sites framework data settings.
Madhusudan.C.S <madhusudancs@gmail.com> [Sat, 15 Jan 2011 01:19:48 +0530] rev 405
Add a fixture to maintain the Sites framework data settings.
Sat, 15 Jan 2011 01:16:17 +0530 Change the admin media prefix to suit the server settings.
Madhusudan.C.S <madhusudancs@gmail.com> [Sat, 15 Jan 2011 01:16:17 +0530] rev 404
Change the admin media prefix to suit the server settings.
Sat, 15 Jan 2011 00:41:50 +0530 Remove uniqkey field from every model.
Madhusudan.C.S <madhusudancs@gmail.com> [Sat, 15 Jan 2011 00:41:50 +0530] rev 403
Remove uniqkey field from every model. This field is redundant data. Every Django database model has a built-in id which is unique for that database entity. So this field becomes redundant. In addition this field is not even a primary key. So I am not sure what it is trying to achieve. It is also agains the schema design principles. Normalization level 2 is lost by having redundant data. The way uniqkey is generated using random is also awkward.
Sat, 15 Jan 2011 00:37:46 +0530 Add pytask as prefix to admin media and move SITE_ID to local settings
Madhusudan.C.S <madhusudancs@gmail.com> [Sat, 15 Jan 2011 00:37:46 +0530] rev 402
Add pytask as prefix to admin media and move SITE_ID to local settings
Fri, 14 Jan 2011 05:29:44 +0530 Replace URL definition with the standard way of defining URLs.
Madhusudan.C.S <madhusudancs@gmail.com> [Fri, 14 Jan 2011 05:29:44 +0530] rev 401
Replace URL definition with the standard way of defining URLs.
Fri, 14 Jan 2011 22:53:18 +0530 base.css: Changed font-family and font-size.
Puneeth Chaganti <punchagan@gmail.com> [Fri, 14 Jan 2011 22:53:18 +0530] rev 400
base.css: Changed font-family and font-size.
Fri, 14 Jan 2011 04:25:03 +0530 Adding south's migrate directory to non-trackable directories list. This should be run on every instance separately.
Madhusudan.C.S <madhusudancs@gmail.com> [Fri, 14 Jan 2011 04:25:03 +0530] rev 399
Adding south's migrate directory to non-trackable directories list. This should be run on every instance separately.
Fri, 14 Jan 2011 04:18:16 +0530 Added south in installed apps.
Madhusudan.C.S <madhusudancs@gmail.com> [Fri, 14 Jan 2011 04:18:16 +0530] rev 398
Added south in installed apps.
Fri, 14 Jan 2011 04:18:03 +0530 Adjusted the styling of the urls.py file.
Madhusudan.C.S <madhusudancs@gmail.com> [Fri, 14 Jan 2011 04:18:03 +0530] rev 397
Adjusted the styling of the urls.py file.
Fri, 14 Jan 2011 04:05:24 +0530 Add a DEVELOPMENT settings for URL mapping for static and media files.
Madhusudan.C.S <madhusudancs@gmail.com> [Fri, 14 Jan 2011 04:05:24 +0530] rev 396
Add a DEVELOPMENT settings for URL mapping for static and media files.
Fri, 14 Jan 2011 04:05:05 +0530 Fixed the path to use /pytask as the prefix.
Madhusudan.C.S <madhusudancs@gmail.com> [Fri, 14 Jan 2011 04:05:05 +0530] rev 395
Fixed the path to use /pytask as the prefix.
Fri, 14 Jan 2011 04:04:26 +0530 Added STATIC related variables.
Madhusudan.C.S <madhusudancs@gmail.com> [Fri, 14 Jan 2011 04:04:26 +0530] rev 394
Added STATIC related variables.
Fri, 14 Jan 2011 02:28:59 +0530 .installed.cfg from buildout should not be tracked.
Madhusudan.C.S <madhusudancs@gmail.com> [Fri, 14 Jan 2011 02:28:59 +0530] rev 393
.installed.cfg from buildout should not be tracked.
Fri, 14 Jan 2011 02:28:42 +0530 Reorganized settings file to use the current filesystem path than hard coded paths.
Madhusudan.C.S <madhusudancs@gmail.com> [Fri, 14 Jan 2011 02:28:42 +0530] rev 392
Reorganized settings file to use the current filesystem path than hard coded paths.
Fri, 14 Jan 2011 02:10:53 +0530 Move local settings specific stuff out of settings.py to local.py.
Madhusudan.C.S <madhusudancs@gmail.com> [Fri, 14 Jan 2011 02:10:53 +0530] rev 391
Move local settings specific stuff out of settings.py to local.py. Due to security reasons local.py is not tracked by revision control system.
Fri, 14 Jan 2011 02:10:03 +0530 Add psycopg2 package for postgresql support.
Madhusudan.C.S <madhusudancs@gmail.com> [Fri, 14 Jan 2011 02:10:03 +0530] rev 390
Add psycopg2 package for postgresql support.
Fri, 14 Jan 2011 01:43:35 +0530 Updated the hgignore file to ignore all the unnecessary files.
Madhusudan.C.S <madhusudancs@gmail.com> [Fri, 14 Jan 2011 01:43:35 +0530] rev 389
Updated the hgignore file to ignore all the unnecessary files.
Fri, 14 Jan 2011 01:04:10 +0530 This branch is of no use too. Marking it as dead. madhu
Madhusudan.C.S <madhusudancs@gmail.com> [Fri, 14 Jan 2011 01:04:10 +0530] rev 388
This branch is of no use too. Marking it as dead.
Wed, 12 Jan 2011 00:22:27 +0530 fixed a bug where guest users were not able to view the page correctly
Nishanth Amuluru <nishanth@fossee.in> [Wed, 12 Jan 2011 00:22:27 +0530] rev 387
fixed a bug where guest users were not able to view the page correctly
Wed, 12 Jan 2011 00:19:22 +0530 fixed a few broken links to templates
Nishanth Amuluru <nishanth@fossee.in> [Wed, 12 Jan 2011 00:19:22 +0530] rev 386
fixed a few broken links to templates
Tue, 11 Jan 2011 22:43:56 +0530 added all the buildout data to hgignore
Nishanth Amuluru <nishanth@fossee.in> [Tue, 11 Jan 2011 22:43:56 +0530] rev 385
added all the buildout data to hgignore
Tue, 11 Jan 2011 22:41:51 +0530 removed all the buildout files
Nishanth Amuluru <nishanth@fossee.in> [Tue, 11 Jan 2011 22:41:51 +0530] rev 384
removed all the buildout files
Tue, 11 Jan 2011 17:40:14 +0530 submit report works fine
Nishanth Amuluru <nishanth@fossee.in> [Tue, 11 Jan 2011 17:40:14 +0530] rev 383
submit report works fine
Tue, 11 Jan 2011 16:51:07 +0530 view_work is now working
Nishanth Amuluru <nishanth@fossee.in> [Tue, 11 Jan 2011 16:51:07 +0530] rev 382
view_work is now working
Tue, 11 Jan 2011 14:57:16 +0530 add reviewer works now
Nishanth Amuluru <nishanth@fossee.in> [Tue, 11 Jan 2011 14:57:16 +0530] rev 381
add reviewer works now
Tue, 11 Jan 2011 14:30:25 +0530 approval of textbooks works now
Nishanth Amuluru <nishanth@fossee.in> [Tue, 11 Jan 2011 14:30:25 +0530] rev 380
approval of textbooks works now
Tue, 11 Jan 2011 12:36:55 +0530 corrected the user view url
Nishanth Amuluru <nishanth@fossee.in> [Tue, 11 Jan 2011 12:36:55 +0530] rev 379
corrected the user view url
Tue, 11 Jan 2011 12:30:10 +0530 added view_user functionality
Nishanth Amuluru <nishanth@fossee.in> [Tue, 11 Jan 2011 12:30:10 +0530] rev 378
added view_user functionality
Tue, 11 Jan 2011 11:56:34 +0530 approve text book is meaningful now
Nishanth Amuluru <nishanth@fossee.in> [Tue, 11 Jan 2011 11:56:34 +0530] rev 377
approve text book is meaningful now
Tue, 11 Jan 2011 11:51:12 +0530 browse tasks works fine now
Nishanth Amuluru <nishanth@fossee.in> [Tue, 11 Jan 2011 11:51:12 +0530] rev 376
browse tasks works fine now
Tue, 11 Jan 2011 11:30:14 +0530 added admin files
Nishanth Amuluru <nishanth@fossee.in> [Tue, 11 Jan 2011 11:30:14 +0530] rev 375
added admin files
Tue, 11 Jan 2011 01:03:04 +0530 task approval is fine now
Nishanth Amuluru <nishanth@fossee.in> [Tue, 11 Jan 2011 01:03:04 +0530] rev 374
task approval is fine now
Tue, 11 Jan 2011 00:34:23 +0530 edit textbook works fine
Nishanth Amuluru <nishanth@fossee.in> [Tue, 11 Jan 2011 00:34:23 +0530] rev 373
edit textbook works fine
Tue, 11 Jan 2011 00:23:47 +0530 created browse textbooks page
Nishanth Amuluru <nishanth@fossee.in> [Tue, 11 Jan 2011 00:23:47 +0530] rev 372
created browse textbooks page
Tue, 11 Jan 2011 00:03:57 +0530 pointed the link correctly
Nishanth Amuluru <nishanth@fossee.in> [Tue, 11 Jan 2011 00:03:57 +0530] rev 371
pointed the link correctly
Tue, 11 Jan 2011 00:00:48 +0530 view textbook works fine
Nishanth Amuluru <nishanth@fossee.in> [Tue, 11 Jan 2011 00:00:48 +0530] rev 370
view textbook works fine
Sun, 09 Jan 2011 20:33:08 +0530 added under_construction view and used it
Nishanth Amuluru <nishanth@fossee.in> [Sun, 09 Jan 2011 20:33:08 +0530] rev 369
added under_construction view and used it
Sun, 09 Jan 2011 20:26:11 +0530 add textbook works fine
Nishanth Amuluru <nishanth@fossee.in> [Sun, 09 Jan 2011 20:26:11 +0530] rev 368
add textbook works fine
Sun, 09 Jan 2011 19:45:42 +0530 added unpublished tasks to home_page
Nishanth Amuluru <nishanth@fossee.in> [Sun, 09 Jan 2011 19:45:42 +0530] rev 367
added unpublished tasks to home_page
Sun, 09 Jan 2011 19:35:31 +0530 edit task works now
Nishanth Amuluru <nishanth@fossee.in> [Sun, 09 Jan 2011 19:35:31 +0530] rev 366
edit task works now
Sun, 09 Jan 2011 15:30:06 +0530 prettified a few pages
Nishanth Amuluru <nishanth@fossee.in> [Sun, 09 Jan 2011 15:30:06 +0530] rev 365
prettified a few pages
Sun, 09 Jan 2011 15:09:13 +0530 home_page is now in some shape
Nishanth Amuluru <nishanth@fossee.in> [Sun, 09 Jan 2011 15:09:13 +0530] rev 364
home_page is now in some shape
Sun, 09 Jan 2011 15:01:30 +0530 created the home page
Nishanth Amuluru <nishanth@fossee.in> [Sun, 09 Jan 2011 15:01:30 +0530] rev 363
created the home page
Sun, 09 Jan 2011 12:01:57 +0530 Select user works completely fine
Nishanth Amuluru <nishanth@fossee.in> [Sun, 09 Jan 2011 12:01:57 +0530] rev 362
Select user works completely fine
Sun, 09 Jan 2011 11:52:30 +0530 Added the template
Nishanth Amuluru <nishanth@fossee.in> [Sun, 09 Jan 2011 11:52:30 +0530] rev 361
Added the template
Sun, 09 Jan 2011 11:52:19 +0530 created the view
Nishanth Amuluru <nishanth@fossee.in> [Sun, 09 Jan 2011 11:52:19 +0530] rev 360
created the view
Sun, 09 Jan 2011 11:52:09 +0530 added form to select users
Nishanth Amuluru <nishanth@fossee.in> [Sun, 09 Jan 2011 11:52:09 +0530] rev 359
added form to select users
Sun, 09 Jan 2011 11:51:48 +0530 added the select user url
Nishanth Amuluru <nishanth@fossee.in> [Sun, 09 Jan 2011 11:51:48 +0530] rev 358
added the select user url
Sun, 09 Jan 2011 11:29:10 +0530 now the creator can select users
Nishanth Amuluru <nishanth@fossee.in> [Sun, 09 Jan 2011 11:29:10 +0530] rev 357
now the creator can select users
Sun, 09 Jan 2011 11:25:08 +0530 claim task works fine now
Nishanth Amuluru <nishanth@fossee.in> [Sun, 09 Jan 2011 11:25:08 +0530] rev 356
claim task works fine now
Sun, 09 Jan 2011 11:15:21 +0530 added the step of adding user to claimed users
Nishanth Amuluru <nishanth@fossee.in> [Sun, 09 Jan 2011 11:15:21 +0530] rev 355
added the step of adding user to claimed users
Sun, 09 Jan 2011 11:14:07 +0530 Added the required template
Nishanth Amuluru <nishanth@fossee.in> [Sun, 09 Jan 2011 11:14:07 +0530] rev 354
Added the required template
Sun, 09 Jan 2011 11:13:51 +0530 created a view for making claim
Nishanth Amuluru <nishanth@fossee.in> [Sun, 09 Jan 2011 11:13:51 +0530] rev 353
created a view for making claim
Sun, 09 Jan 2011 11:13:36 +0530 created form for making a claim
Nishanth Amuluru <nishanth@fossee.in> [Sun, 09 Jan 2011 11:13:36 +0530] rev 352
created form for making a claim
Sun, 09 Jan 2011 10:46:12 +0530 updated the name
Nishanth Amuluru <nishanth@fossee.in> [Sun, 09 Jan 2011 10:46:12 +0530] rev 351
updated the name
Sun, 09 Jan 2011 08:37:28 +0530 view task is now in some shape atleast
Nishanth Amuluru <nishanth@fossee.in> [Sun, 09 Jan 2011 08:37:28 +0530] rev 350
view task is now in some shape atleast
Sun, 09 Jan 2011 00:53:51 +0530 commenting on a task works as of now and there is a lot to do with view task
Nishanth Amuluru <nishanth@fossee.in> [Sun, 09 Jan 2011 00:53:51 +0530] rev 349
commenting on a task works as of now and there is a lot to do with view task
Sun, 09 Jan 2011 00:53:11 +0530 commenting does not need a verbose_name
Nishanth Amuluru <nishanth@fossee.in> [Sun, 09 Jan 2011 00:53:11 +0530] rev 348
commenting does not need a verbose_name
Sun, 09 Jan 2011 00:52:35 +0530 added a form for commenting on tasks
Nishanth Amuluru <nishanth@fossee.in> [Sun, 09 Jan 2011 00:52:35 +0530] rev 347
added a form for commenting on tasks
Sun, 09 Jan 2011 00:30:08 +0530 renamed all the related_name fields for better readability
Nishanth Amuluru <nishanth@fossee.in> [Sun, 09 Jan 2011 00:30:08 +0530] rev 346
renamed all the related_name fields for better readability
(0) -120 tip