log

age author description
Thu, 16 Jan 2014 10:59:05 -0500 Jordi Gutiérrez Hermoso Remove requirement to be logged in to see comments default tip
Thu, 16 Jan 2014 10:48:27 -0500 Jordi Gutiérrez Hermoso Allow everyone to see snippets, not just registered users
Wed, 21 Aug 2013 14:43:48 -0400 Jordi Gutiérrez Hermoso Merge in Wendy's changes
Tue, 19 Feb 2013 01:53:59 -0500 dellsystem Create BundleVersion when uploading text bundles
Sun, 17 Feb 2013 14:57:39 -0500 dellsystem Add ability to download files
Wed, 21 Aug 2013 03:52:06 +0500 Ahsan Ali Shahid Removed redundant code for ratings field and add a separate template file for ratings field. Now ratings will be handled by Jquery.
Mon, 19 Aug 2013 20:30:19 +0500 Ahsan Ali Shahid Updated snippet's template and views files to fix rating code collision which prevented posting new snippets.
Fri, 19 Jul 2013 22:54:18 +0500 Ahsan Ali Shahid Removed unnecessary whitespaces from the source
Fri, 19 Jul 2013 22:40:25 +0500 Ahsan Ali Shahid Added RatingField import and fixed an html tag in snippet template
Fri, 19 Jul 2013 22:13:14 +0500 Ahsan Ali Shahid modified settings.py file to add django-ratings and south into the installed apps
Fri, 19 Jul 2013 22:11:52 +0500 Ahsan Ali Shahid modified snippets model file to add rating field. This series of updates should be applied carefully and south should be used so that it can add additional fields into the database without resetting the database
Fri, 19 Jul 2013 22:09:29 +0500 Ahsan Ali Shahid Add necessary code to views and forms of snippet for Ratings
Fri, 19 Jul 2013 21:55:04 +0500 Ahsan Ali Shahid Added code for Ratings Module to snippets template file
Fri, 19 Jul 2013 21:51:16 +0500 Ahsan Ali Shahid added Rating view URL for processing
Fri, 19 Jul 2013 21:45:25 +0500 Ahsan Ali Shahid Added South dependancy