Thu, 15 Jul 2010 01:47:43 +0530 Changed the content to match SciPy.in 2010 initial plans. Commented out most part.
Madhusudan.C.S <madhusudancs@gmail.com> [Thu, 15 Jul 2010 01:47:43 +0530] rev 105
Changed the content to match SciPy.in 2010 initial plans. Commented out most part.
Thu, 15 Jul 2010 00:50:38 +0530 Renamed Base Model with scope and propogated it to other models.
Madhusudan.C.S <madhusudancs@gmail.com> [Thu, 15 Jul 2010 00:50:38 +0530] rev 104
Renamed Base Model with scope and propogated it to other models.
Thu, 15 Jul 2010 00:50:16 +0530 Altered buildout configuration files to have MySQL-Python only on production.
Madhusudan.C.S <madhusudancs@gmail.com> [Thu, 15 Jul 2010 00:50:16 +0530] rev 103
Altered buildout configuration files to have MySQL-Python only on production.
Wed, 14 Jul 2010 19:34:34 +0530 Removed blog templates.
Madhusudan.C.S <madhusudancs@gmail.com> [Wed, 14 Jul 2010 19:34:34 +0530] rev 102
Removed blog templates.
Wed, 14 Jul 2010 19:34:12 +0530 Added base app from which all other apps inherit and made corresponding changes in other apps.
Madhusudan.C.S <madhusudancs@gmail.com> [Wed, 14 Jul 2010 19:34:12 +0530] rev 101
Added base app from which all other apps inherit and made corresponding changes in other apps.
Wed, 14 Jul 2010 19:17:31 +0530 Added back the deleted images. Had accidentally removed required images also.
Madhusudan.C.S <madhusudancs@gmail.com> [Wed, 14 Jul 2010 19:17:31 +0530] rev 100
Added back the deleted images. Had accidentally removed required images also.
Wed, 14 Jul 2010 19:12:44 +0530 Removed unwanted images and added FOSSEE logo. Changed right side menu.
Madhusudan.C.S <madhusudancs@gmail.com> [Wed, 14 Jul 2010 19:12:44 +0530] rev 99
Removed unwanted images and added FOSSEE logo. Changed right side menu.
Wed, 14 Jul 2010 03:14:06 +0530 Changed json import to accommodate for Python 2.5.
Madhusudan.C.S <madhusudancs@gmail.com> [Wed, 14 Jul 2010 03:14:06 +0530] rev 98
Changed json import to accommodate for Python 2.5.
Wed, 14 Jul 2010 00:07:09 +0530 Changed the heading line for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com> [Wed, 14 Jul 2010 00:07:09 +0530] rev 97
Changed the heading line for SciPy.in.
Tue, 13 Jul 2010 23:40:34 +0530 Removed unwanted files and made more changes to make SciPyCon a clean app.
Madhusudan.C.S <madhusudancs@gmail.com> [Tue, 13 Jul 2010 23:40:34 +0530] rev 96
Removed unwanted files and made more changes to make SciPyCon a clean app.
Tue, 13 Jul 2010 19:57:37 +0530 Removed the context processor for Sponspors.
Madhusudan.C.S <madhusudancs@gmail.com> [Tue, 13 Jul 2010 19:57:37 +0530] rev 95
Removed the context processor for Sponspors.
Tue, 13 Jul 2010 17:59:47 +0530 Moved the files to new Django app named scipycon and modified settings.
Madhusudan.C.S <madhusudancs@gmail.com> [Tue, 13 Jul 2010 17:59:47 +0530] rev 94
Moved the files to new Django app named scipycon and modified settings.
Thu, 01 Apr 2010 11:59:35 +0530 Add admin interface and views for proceedings. Booklet is also setup to generate paper.
Madhusudan.C.S <madhusudancs@gmail.com> [Thu, 01 Apr 2010 11:59:35 +0530] rev 93
Add admin interface and views for proceedings. Booklet is also setup to generate paper.
Thu, 14 Jan 2010 21:07:03 +0530 Added submission template to the repository.
Madhusudan.C.S <madhusudancs@gmail.com> [Thu, 14 Jan 2010 21:07:03 +0530] rev 92
Added submission template to the repository.
Thu, 14 Jan 2010 21:06:43 +0530 Added dynamic form jquery plugin to the repository.
Madhusudan.C.S <madhusudancs@gmail.com> [Thu, 14 Jan 2010 21:06:43 +0530] rev 91
Added dynamic form jquery plugin to the repository.
Thu, 14 Jan 2010 21:05:52 +0530 Added UserProfile import which was missing to Proceedings views.
Madhusudan.C.S <madhusudancs@gmail.com> [Thu, 14 Jan 2010 21:05:52 +0530] rev 90
Added UserProfile import which was missing to Proceedings views.
Thu, 14 Jan 2010 21:05:06 +0530 Added URL mappers for proceedings to urls.py.
Madhusudan.C.S <madhusudancs@gmail.com> [Thu, 14 Jan 2010 21:05:06 +0530] rev 89
Added URL mappers for proceedings to urls.py.
Thu, 14 Jan 2010 19:20:14 +0530 Added migrations files for proceedings app.
Madhusudan.C.S <madhusudancs@gmail.com> [Thu, 14 Jan 2010 19:20:14 +0530] rev 88
Added migrations files for proceedings app.
Thu, 14 Jan 2010 19:19:34 +0530 Added two models, Paper and Attachments.
Madhusudan.C.S <madhusudancs@gmail.com> [Thu, 14 Jan 2010 19:19:34 +0530] rev 87
Added two models, Paper and Attachments.
Thu, 14 Jan 2010 19:19:12 +0530 Combined 2 authors fields in forms to a single author field. This will be taken care by jQuery on the UI side.
Madhusudan.C.S <madhusudancs@gmail.com> [Thu, 14 Jan 2010 19:19:12 +0530] rev 86
Combined 2 authors fields in forms to a single author field. This will be taken care by jQuery on the UI side.
Thu, 14 Jan 2010 19:18:08 +0530 Changed the URL mapper for loading static content in debug mode. Appended static/.
Madhusudan.C.S <madhusudancs@gmail.com> [Thu, 14 Jan 2010 19:18:08 +0530] rev 85
Changed the URL mapper for loading static content in debug mode. Appended static/.
Thu, 14 Jan 2010 15:54:34 +0530 Added the initial proceedings app files and enabled them in both production and development settings.
Madhusudan.C.S <madhusudancs@gmail.com> [Thu, 14 Jan 2010 15:54:34 +0530] rev 84
Added the initial proceedings app files and enabled them in both production and development settings.
Mon, 28 Dec 2009 23:37:32 +0530 Fixed a merge conflict with RSS feeds line commenting.
Madhusudan.C.S <madhusudancs@gmail.com> [Mon, 28 Dec 2009 23:37:32 +0530] rev 83
Fixed a merge conflict with RSS feeds line commenting.
Mon, 28 Dec 2009 23:25:47 +0530 Proceedings details mail.
Madhusudan.C.S <madhusudancs@gmail.com> [Mon, 28 Dec 2009 23:25:47 +0530] rev 82
Proceedings details mail.
Wed, 16 Dec 2009 23:25:46 +0530 Commented RSS feeds.
Madhusudan.C.S <madhusudancs@gmail.com> [Wed, 16 Dec 2009 23:25:46 +0530] rev 81
Commented RSS feeds.
Wed, 16 Dec 2009 23:42:56 +0530 Commented out RSS feed again.
hg@fossee.in [Wed, 16 Dec 2009 23:42:56 +0530] rev 80
Commented out RSS feed again.
Wed, 16 Dec 2009 22:58:13 +0530 Added /static to speakers images.
Madhusudan.C.S <madhusudancs@gmail.com> [Wed, 16 Dec 2009 22:58:13 +0530] rev 79
Added /static to speakers images.
Wed, 16 Dec 2009 22:27:22 +0530 All changes freeze along with Apache static file serving.
hg@fossee.in [Wed, 16 Dec 2009 22:27:22 +0530] rev 78
All changes freeze along with Apache static file serving.
Mon, 14 Dec 2009 01:34:46 +0530 Removed sprint and tutorial schedule from conference schedule.
Madhusudan.C.S <madhusudancs@gmail.com> [Mon, 14 Dec 2009 01:34:46 +0530] rev 77
Removed sprint and tutorial schedule from conference schedule.
Mon, 14 Dec 2009 01:32:05 +0530 Added tutorial schedule.
Madhusudan.C.S <madhusudancs@gmail.com> [Mon, 14 Dec 2009 01:32:05 +0530] rev 76
Added tutorial schedule.
(0) -100 -50 -30 +30 +50 +100 +300 tip