log apps/snippet/views.py @ 202:499e5f47f278

age author description
Fri, 19 Jul 2013 22:09:29 +0500 Ahsan Ali Shahid Add necessary code to views and forms of snippet for Ratings
Thu, 20 Jun 2013 17:17:16 +0500 ahsanalishahid Changes: Now guest users cannot see revision history and they also cannot see snippets posted by registered users. To see snippets posted by registered users, one has to login.
Mon, 15 Oct 2012 00:52:00 -0400 dellsystem Bundles! (basic functionality)
Sat, 13 Oct 2012 17:42:22 -0400 dellsystem Fix bug in raw snippet view
Sat, 29 Sep 2012 21:31:17 -0400 dellsystem Hide snippets created by anonymous users
Sat, 22 Sep 2012 12:38:44 -0400 dellsystem Remove multiple 'RE: 's from default reply title
Sat, 22 Sep 2012 12:20:24 -0400 dellsystem Add ability to upload a file to create a snippet
Sat, 22 Sep 2012 12:17:03 -0400 dellsystem Add default title for snippet children (Re: title)
Fri, 31 Aug 2012 02:53:22 -0400 dellsystem Updates to snippet functionality (see details)
Fri, 31 Aug 2012 02:32:30 -0400 dellsystem Reorder imports in some python files
Fri, 24 Aug 2012 23:46:34 -0400 dellsystem Rename context variable in snippets/views.py
Fri, 24 Aug 2012 23:39:42 -0400 dellsystem Change URL for new snippet view
Mon, 07 Feb 2011 11:59:52 -0600 Jordi Gutiérrez Hermoso Show snippets by user in their profile, and show 10 latest snippets on the add snippet page
Mon, 07 Feb 2011 04:43:09 -0600 Jordi Gutiérrez Hermoso Tie snippets to their authors, enable a couple more lexer languages
Sat, 31 Jul 2010 19:17:11 -0500 Jordi Gutiérrez Hermoso Format code for 80 columns, add some js to static/ dir
Sat, 31 Jul 2010 17:11:50 -0500 Jordi Gutiérrez Hermoso More snippet template name changes
Thu, 29 Jul 2010 00:25:30 -0500 Jordi Gutiérrez Hermoso Copy preliminary django-paste code for snippets along with mptt. Works clunkily. Still need to adapt it for Agora.
Fri, 25 Jun 2010 10:03:51 -0500 Jordi Gutiérrez Hermoso Start actual app structure