Madhusudan.C.S <madhusudancs@gmail.com> [Sat, 15 Jan 2011 21:22:56 +0530] rev 419
Capitalize the name Notifications.
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.
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.
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.
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.
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.
Madhusudan.C.S <madhusudancs@gmail.com> [Sat, 15 Jan 2011 04:18:57 +0530] rev 413
Add reset_db script.
Madhusudan.C.S <madhusudancs@gmail.com> [Sat, 15 Jan 2011 04:18:44 +0530] rev 412
Remove the unexisting import.
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.
Madhusudan.C.S <madhusudancs@gmail.com> [Sat, 15 Jan 2011 04:06:30 +0530] rev 410
Fix styling issue in URLConf.
Madhusudan.C.S <madhusudancs@gmail.com> [Sat, 15 Jan 2011 03:59:15 +0530] rev 409
Make adjustment in import styling.
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.
Madhusudan.C.S <madhusudancs@gmail.com> [Sat, 15 Jan 2011 03:58:06 +0530] rev 407
Add name for each URL definition.
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.
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.
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.
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.
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
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.
Puneeth Chaganti <punchagan@gmail.com> [Fri, 14 Jan 2011 22:53:18 +0530] rev 400
base.css: Changed font-family and font-size.
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.
Madhusudan.C.S <madhusudancs@gmail.com> [Fri, 14 Jan 2011 04:18:16 +0530] rev 398
Added south in installed apps.
Madhusudan.C.S <madhusudancs@gmail.com> [Fri, 14 Jan 2011 04:18:03 +0530] rev 397
Adjusted the styling of the urls.py file.
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.
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.
Madhusudan.C.S <madhusudancs@gmail.com> [Fri, 14 Jan 2011 04:04:26 +0530] rev 394
Added STATIC related variables.
Madhusudan.C.S <madhusudancs@gmail.com> [Fri, 14 Jan 2011 02:28:59 +0530] rev 393
.installed.cfg from buildout should not be tracked.
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.
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.
Madhusudan.C.S <madhusudancs@gmail.com> [Fri, 14 Jan 2011 02:10:03 +0530] rev 390
Add psycopg2 package for postgresql support.
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.
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.
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
Nishanth Amuluru <nishanth@fossee.in> [Wed, 12 Jan 2011 00:19:22 +0530] rev 386
fixed a few broken links to templates
Nishanth Amuluru <nishanth@fossee.in> [Tue, 11 Jan 2011 22:43:56 +0530] rev 385
added all the buildout data to hgignore
Nishanth Amuluru <nishanth@fossee.in> [Tue, 11 Jan 2011 22:41:51 +0530] rev 384
removed all the buildout files
Nishanth Amuluru <nishanth@fossee.in> [Tue, 11 Jan 2011 17:40:14 +0530] rev 383
submit report works fine
Nishanth Amuluru <nishanth@fossee.in> [Tue, 11 Jan 2011 16:51:07 +0530] rev 382
view_work is now working
Nishanth Amuluru <nishanth@fossee.in> [Tue, 11 Jan 2011 14:57:16 +0530] rev 381
add reviewer works now
Nishanth Amuluru <nishanth@fossee.in> [Tue, 11 Jan 2011 14:30:25 +0530] rev 380
approval of textbooks works now
Nishanth Amuluru <nishanth@fossee.in> [Tue, 11 Jan 2011 12:36:55 +0530] rev 379
corrected the user view url
Nishanth Amuluru <nishanth@fossee.in> [Tue, 11 Jan 2011 12:30:10 +0530] rev 378
added view_user functionality
Nishanth Amuluru <nishanth@fossee.in> [Tue, 11 Jan 2011 11:56:34 +0530] rev 377
approve text book is meaningful now
Nishanth Amuluru <nishanth@fossee.in> [Tue, 11 Jan 2011 11:51:12 +0530] rev 376
browse tasks works fine now
Nishanth Amuluru <nishanth@fossee.in> [Tue, 11 Jan 2011 11:30:14 +0530] rev 375
added admin files
Nishanth Amuluru <nishanth@fossee.in> [Tue, 11 Jan 2011 01:03:04 +0530] rev 374
task approval is fine now
Nishanth Amuluru <nishanth@fossee.in> [Tue, 11 Jan 2011 00:34:23 +0530] rev 373
edit textbook works fine
Nishanth Amuluru <nishanth@fossee.in> [Tue, 11 Jan 2011 00:23:47 +0530] rev 372
created browse textbooks page
Nishanth Amuluru <nishanth@fossee.in> [Tue, 11 Jan 2011 00:03:57 +0530] rev 371
pointed the link correctly
Nishanth Amuluru <nishanth@fossee.in> [Tue, 11 Jan 2011 00:00:48 +0530] rev 370
view textbook works fine
Nishanth Amuluru <nishanth@fossee.in> [Sun, 09 Jan 2011 20:33:08 +0530] rev 369
added under_construction view and used it
Nishanth Amuluru <nishanth@fossee.in> [Sun, 09 Jan 2011 20:26:11 +0530] rev 368
add textbook works fine
Nishanth Amuluru <nishanth@fossee.in> [Sun, 09 Jan 2011 19:45:42 +0530] rev 367
added unpublished tasks to home_page
Nishanth Amuluru <nishanth@fossee.in> [Sun, 09 Jan 2011 19:35:31 +0530] rev 366
edit task works now
Nishanth Amuluru <nishanth@fossee.in> [Sun, 09 Jan 2011 15:30:06 +0530] rev 365
prettified a few pages
Nishanth Amuluru <nishanth@fossee.in> [Sun, 09 Jan 2011 15:09:13 +0530] rev 364
home_page is now in some shape
Nishanth Amuluru <nishanth@fossee.in> [Sun, 09 Jan 2011 15:01:30 +0530] rev 363
created the home page
Nishanth Amuluru <nishanth@fossee.in> [Sun, 09 Jan 2011 12:01:57 +0530] rev 362
Select user works completely fine
Nishanth Amuluru <nishanth@fossee.in> [Sun, 09 Jan 2011 11:52:30 +0530] rev 361
Added the template
Nishanth Amuluru <nishanth@fossee.in> [Sun, 09 Jan 2011 11:52:19 +0530] rev 360
created the view
Nishanth Amuluru <nishanth@fossee.in> [Sun, 09 Jan 2011 11:52:09 +0530] rev 359
added form to select users
Nishanth Amuluru <nishanth@fossee.in> [Sun, 09 Jan 2011 11:51:48 +0530] rev 358
added the select user url
Nishanth Amuluru <nishanth@fossee.in> [Sun, 09 Jan 2011 11:29:10 +0530] rev 357
now the creator can select users
Nishanth Amuluru <nishanth@fossee.in> [Sun, 09 Jan 2011 11:25:08 +0530] rev 356
claim task works fine now
Nishanth Amuluru <nishanth@fossee.in> [Sun, 09 Jan 2011 11:15:21 +0530] rev 355
added the step of adding user to claimed users
Nishanth Amuluru <nishanth@fossee.in> [Sun, 09 Jan 2011 11:14:07 +0530] rev 354
Added the required template
Nishanth Amuluru <nishanth@fossee.in> [Sun, 09 Jan 2011 11:13:51 +0530] rev 353
created a view for making claim
Nishanth Amuluru <nishanth@fossee.in> [Sun, 09 Jan 2011 11:13:36 +0530] rev 352
created form for making a claim
Nishanth Amuluru <nishanth@fossee.in> [Sun, 09 Jan 2011 10:46:12 +0530] rev 351
updated the name
Nishanth Amuluru <nishanth@fossee.in> [Sun, 09 Jan 2011 08:37:28 +0530] rev 350
view task is now in some shape atleast
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
Nishanth Amuluru <nishanth@fossee.in> [Sun, 09 Jan 2011 00:53:11 +0530] rev 348
commenting does not need a verbose_name
Nishanth Amuluru <nishanth@fossee.in> [Sun, 09 Jan 2011 00:52:35 +0530] rev 347
added a form for commenting on tasks
Nishanth Amuluru <nishanth@fossee.in> [Sun, 09 Jan 2011 00:30:08 +0530] rev 346
renamed all the related_name fields for better readability
Nishanth Amuluru <nishanth@fossee.in> [Sun, 09 Jan 2011 00:11:56 +0530] rev 345
Added task view url
Nishanth Amuluru <nishanth@fossee.in> [Sat, 08 Jan 2011 23:48:24 +0530] rev 344
now deleted tasks are also selected in db query
Nishanth Amuluru <nishanth@fossee.in> [Sat, 08 Jan 2011 23:47:06 +0530] rev 343
Added utils to taskapp
Nishanth Amuluru <nishanth@fossee.in> [Sat, 08 Jan 2011 23:12:01 +0530] rev 342
added null=true for datetime
Nishanth Amuluru <nishanth@fossee.in> [Sat, 08 Jan 2011 23:04:55 +0530] rev 341
added blank=true whereever required
Nishanth Amuluru <nishanth@fossee.in> [Sat, 08 Jan 2011 22:57:30 +0530] rev 340
fixed a few bugs
Nishanth Amuluru <nishanth@fossee.in> [Sat, 08 Jan 2011 22:49:48 +0530] rev 339
used proper import for show_msg
Nishanth Amuluru <nishanth@fossee.in> [Sat, 08 Jan 2011 22:49:03 +0530] rev 338
added view for show_msg
Nishanth Amuluru <nishanth@fossee.in> [Sat, 08 Jan 2011 22:48:44 +0530] rev 337
Added template for show_msg
Nishanth Amuluru <nishanth@fossee.in> [Sat, 08 Jan 2011 22:43:55 +0530] rev 336
created template for create_task
Nishanth Amuluru <nishanth@fossee.in> [Sat, 08 Jan 2011 22:40:35 +0530] rev 335
Added urls to taskapp
Nishanth Amuluru <nishanth@fossee.in> [Sat, 08 Jan 2011 22:40:19 +0530] rev 334
Added task urls to main urls
Nishanth Amuluru <nishanth@fossee.in> [Sat, 08 Jan 2011 22:37:31 +0530] rev 333
created a view for create task
Nishanth Amuluru <nishanth@fossee.in> [Sat, 08 Jan 2011 22:20:41 +0530] rev 332
Added forms for creating and editing a task
Nishanth Amuluru <nishanth@fossee.in> [Sat, 08 Jan 2011 22:05:45 +0530] rev 331
added the most important field. The chapters
Nishanth Amuluru <nishanth@fossee.in> [Sat, 08 Jan 2011 21:57:19 +0530] rev 330
Added textbook model and made a few small changes
Nishanth Amuluru <nishanth@fossee.in> [Sat, 08 Jan 2011 21:39:01 +0530] rev 329
request will not have sent_to. it shows up in everyone's requests if they can respond
Nishanth Amuluru <nishanth@fossee.in> [Sat, 08 Jan 2011 21:38:03 +0530] rev 328
added request pynts model
Nishanth Amuluru <nishanth@fossee.in> [Sat, 08 Jan 2011 21:13:56 +0530] rev 327
Included the missing imports
Nishanth Amuluru <nishanth@fossee.in> [Sat, 08 Jan 2011 21:11:41 +0530] rev 326
eanbled taskapp and registered task model into tagging
Nishanth Amuluru <nishanth@fossee.in> [Sat, 08 Jan 2011 21:09:07 +0530] rev 325
Added uniq_key to report model
Nishanth Amuluru <nishanth@fossee.in> [Sat, 08 Jan 2011 21:08:18 +0530] rev 324
created work report model and reportcomment model
Nishanth Amuluru <nishanth@fossee.in> [Sat, 08 Jan 2011 20:58:17 +0530] rev 323
added claim model
Nishanth Amuluru <nishanth@fossee.in> [Sat, 08 Jan 2011 20:55:34 +0530] rev 322
added comment model
Nishanth Amuluru <nishanth@fossee.in> [Sat, 08 Jan 2011 20:49:35 +0530] rev 321
modified the rolerequest model to suit the design
Nishanth Amuluru <nishanth@fossee.in> [Sat, 08 Jan 2011 20:49:12 +0530] rev 320
finalised the task model
Nishanth Amuluru <nishanth@fossee.in> [Sat, 08 Jan 2011 20:25:05 +0530] rev 319
now the text area is displayed in a more elegant way
Nishanth Amuluru <nishanth@fossee.in> [Sat, 08 Jan 2011 15:13:56 +0530] rev 318
prettified the user registration page
Nishanth Amuluru <nishanth@fossee.in> [Sat, 08 Jan 2011 15:04:41 +0530] rev 317
prettified the registration templates
Nishanth Amuluru <nishanth@fossee.in> [Sat, 08 Jan 2011 14:43:40 +0530] rev 316
renamed it approproately
Nishanth Amuluru <nishanth@fossee.in> [Sat, 08 Jan 2011 14:41:09 +0530] rev 315
fixed 2 bugs
Nishanth Amuluru <nishanth@fossee.in> [Sat, 08 Jan 2011 14:04:08 +0530] rev 314
Added the import to connect the signal
Nishanth Amuluru <nishanth@fossee.in> [Sat, 08 Jan 2011 14:00:14 +0530] rev 313
Created a custom backend
Nishanth Amuluru <nishanth@fossee.in> [Sat, 08 Jan 2011 13:59:59 +0530] rev 312
Created a form for creating profile
Nishanth Amuluru <nishanth@fossee.in> [Sat, 08 Jan 2011 13:54:38 +0530] rev 311
Added clean methods to edit profile form
Nishanth Amuluru <nishanth@fossee.in> [Sat, 08 Jan 2011 12:31:53 +0530] rev 310
removed unwanted manage file
Nishanth Amuluru <nishanth@fossee.in> [Sat, 08 Jan 2011 12:24:21 +0530] rev 309
renamed the db and removed taggind as of now
Nishanth Amuluru <nishanth@fossee.in> [Sat, 08 Jan 2011 12:11:30 +0530] rev 308
corrected the registration templates to suit new design
Nishanth Amuluru <nishanth@fossee.in> [Sat, 08 Jan 2011 11:20:57 +0530] rev 307
Added buildout stuff and made changes accordingly
Nishanth Amuluru <nishanth@fossee.in> [Sat, 08 Jan 2011 02:02:01 +0530] rev 306
prettified the page
Nishanth Amuluru <nishanth@fossee.in> [Sat, 08 Jan 2011 01:54:50 +0530] rev 305
Added link for new_user signup
Nishanth Amuluru <nishanth@fossee.in> [Sat, 08 Jan 2011 01:52:55 +0530] rev 304
Added full_name and prettified the page
Nishanth Amuluru <nishanth@fossee.in> [Sat, 08 Jan 2011 01:52:17 +0530] rev 303
Used the full_name in seed_db
Nishanth Amuluru <nishanth@fossee.in> [Sat, 08 Jan 2011 01:46:33 +0530] rev 302
Added edit_profile link
Nishanth Amuluru <nishanth@fossee.in> [Sat, 08 Jan 2011 01:45:57 +0530] rev 301
fixed a typo
Nishanth Amuluru <nishanth@fossee.in> [Sat, 08 Jan 2011 01:45:34 +0530] rev 300
Used the new field in forms