Fri, 16 Apr 2010 17:11:47 +0530 added line break in view event
nishanth [Fri, 16 Apr 2010 17:11:47 +0530] rev 83
added line break in view event
Fri, 16 Apr 2010 17:09:13 +0530 changed feedback url in view event template.
nishanth [Fri, 16 Apr 2010 17:09:13 +0530] rev 82
changed feedback url in view event template.
Fri, 16 Apr 2010 17:06:08 +0530 changed url in reg events.
nishanth [Fri, 16 Apr 2010 17:06:08 +0530] rev 81
changed url in reg events.
Fri, 16 Apr 2010 17:04:41 +0530 changed url in few other locations.
nishanth [Fri, 16 Apr 2010 17:04:41 +0530] rev 80
changed url in few other locations.
Fri, 16 Apr 2010 16:49:20 +0530 updated main urls.py
nishanth [Fri, 16 Apr 2010 16:49:20 +0530] rev 79
updated main urls.py
Fri, 16 Apr 2010 16:46:05 +0530 changed the urls to map to new url configuration.
nishanth [Fri, 16 Apr 2010 16:46:05 +0530] rev 78
changed the urls to map to new url configuration.
Fri, 16 Apr 2010 16:45:11 +0530 changed the urls to map to new url configuration.
nishanth [Fri, 16 Apr 2010 16:45:11 +0530] rev 77
changed the urls to map to new url configuration.
Fri, 16 Apr 2010 16:39:56 +0530 changed the redirect path to new home page everywhere.
nishanth [Fri, 16 Apr 2010 16:39:56 +0530] rev 76
changed the redirect path to new home page everywhere.
Fri, 16 Apr 2010 16:37:28 +0530 changed the urls to /workshop/registration/.. from /reg/.. in all the templates
nishanth [Fri, 16 Apr 2010 16:37:28 +0530] rev 75
changed the urls to /workshop/registration/.. from /reg/.. in all the templates
Fri, 16 Apr 2010 16:29:00 +0530 changed the urls to map to /workshop/registration instead of /reg .
nishanth [Fri, 16 Apr 2010 16:29:00 +0530] rev 74
changed the urls to map to /workshop/registration instead of /reg .
Fri, 16 Apr 2010 16:02:16 +0530 fixed a typo
nishanth [Fri, 16 Apr 2010 16:02:16 +0530] rev 73
fixed a typo
Fri, 16 Apr 2010 15:14:24 +0530 added wsgi script.
nishanth [Fri, 16 Apr 2010 15:14:24 +0530] rev 72
added wsgi script.
Fri, 16 Apr 2010 15:09:23 +0530 revert back to the previous font sizes.
nishanth [Fri, 16 Apr 2010 15:09:23 +0530] rev 71
revert back to the previous font sizes.
Fri, 16 Apr 2010 15:07:17 +0530 changed font size for table in list events.
nishanth [Fri, 16 Apr 2010 15:07:17 +0530] rev 70
changed font size for table in list events.
Fri, 16 Apr 2010 14:57:55 +0530 changed the alignment in list events and font size in base.
nishanth [Fri, 16 Apr 2010 14:57:55 +0530] rev 69
changed the alignment in list events and font size in base.
Fri, 16 Apr 2010 14:47:42 +0530 removed extra linebreaks in view event template.
nishanth [Fri, 16 Apr 2010 14:47:42 +0530] rev 68
removed extra linebreaks in view event template.
Fri, 16 Apr 2010 14:21:00 +0530 modified import in seed_db.
nishanth [Fri, 16 Apr 2010 14:21:00 +0530] rev 67
modified import in seed_db.
Fri, 16 Apr 2010 14:17:29 +0530 updated seed_db.
nishanth [Fri, 16 Apr 2010 14:17:29 +0530] rev 66
updated seed_db.
Fri, 16 Apr 2010 14:13:52 +0530 updated settings to suit fossee server conf.
nishanth [Fri, 16 Apr 2010 14:13:52 +0530] rev 65
updated settings to suit fossee server conf.
Fri, 16 Apr 2010 11:25:19 +0530 renamed import .
nishanth [Fri, 16 Apr 2010 11:25:19 +0530] rev 64
renamed import .
Fri, 16 Apr 2010 11:23:39 +0530 renamed a few more imports .
nishanth [Fri, 16 Apr 2010 11:23:39 +0530] rev 63
renamed a few more imports .
Fri, 16 Apr 2010 11:14:31 +0530 renamed the project to ws_app and modified imports accordingly .
nishanth [Fri, 16 Apr 2010 11:14:31 +0530] rev 62
renamed the project to ws_app and modified imports accordingly .
Fri, 16 Apr 2010 00:05:42 +0530 removed duplicate templates .
nishanth [Fri, 16 Apr 2010 00:05:42 +0530] rev 61
removed duplicate templates .
Thu, 15 Apr 2010 23:40:14 +0530 added feedback.html on main repo .
nishanth [Thu, 15 Apr 2010 23:40:14 +0530] rev 60
added feedback.html on main repo .
Thu, 15 Apr 2010 22:59:45 +0530 added venue in list events template .
nishanth [Thu, 15 Apr 2010 22:59:45 +0530] rev 59
added venue in list events template .
Thu, 15 Apr 2010 19:53:52 +0530 implemented send activation. have to test it and do the same for change password.
nishanth [Thu, 15 Apr 2010 19:53:52 +0530] rev 58
implemented send activation. have to test it and do the same for change password.
Thu, 15 Apr 2010 19:19:08 +0530 updated view_event page .
nishanth [Thu, 15 Apr 2010 19:19:08 +0530] rev 57
updated view_event page .
Thu, 15 Apr 2010 19:00:23 +0530 removed the field feedback_submitted_by from event model and added the code to create feedlog record when a new feedback is taken.
nishanth [Thu, 15 Apr 2010 19:00:23 +0530] rev 56
removed the field feedback_submitted_by from event model and added the code to create feedlog record when a new feedback is taken.
Thu, 15 Apr 2010 18:57:55 +0530 added a model in feedback for logging users who have already submitted feedback and made changes in corresponding views .
nishanth [Thu, 15 Apr 2010 18:57:55 +0530] rev 55
added a model in feedback for logging users who have already submitted feedback and made changes in corresponding views .
Thu, 15 Apr 2010 18:27:38 +0530 added is_active filter in list_feedbacks view.
nishanth [Thu, 15 Apr 2010 18:27:38 +0530] rev 54
added is_active filter in list_feedbacks view.
(0) -50 -30 tip