log

age author description
Tue, 02 Jul 2013 02:01:02 +0500 ahsanalishahid Added necessary css and Javascript code for the comment system
Tue, 02 Jul 2013 01:56:35 +0500 ahsanalishahid Added comments url to handle comments
Tue, 02 Jul 2013 01:54:27 +0500 ahsanalishahid added treecomments app settings in settings.py
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.
Tue, 18 Jun 2013 19:59:40 +0500 ahsanalishahid Changed snippet template so that now anonymous user cannot see revision history. To see revision history you must login.
Sat, 27 Oct 2012 16:26:54 -0400 dellsystem Use ugettext for octave_format help_text (bundle)
Sat, 27 Oct 2012 16:26:11 -0400 dellsystem Added help_text to bundle description field
Sat, 27 Oct 2012 16:25:19 -0400 dellsystem Change order of some fields in bundle upload form
Sat, 27 Oct 2012 16:19:24 -0400 dellsystem Recompile CSS
Sat, 27 Oct 2012 15:58:08 -0400 dellsystem Use DESCRIPTION file for bundles (SCHEMA CHANGE)
Sat, 27 Oct 2012 15:41:58 -0400 dellsystem Catch integrity error when creating bundles
Sat, 27 Oct 2012 15:40:33 -0400 dellsystem Fix submit button text in bundle form
Sun, 21 Oct 2012 00:14:43 -0400 dellsystem Recompile CSS
Sun, 21 Oct 2012 00:12:57 -0400 dellsystem Hide bundle edit link from other users
Sat, 20 Oct 2012 23:43:41 -0400 dellsystem Add whitelist for other text-like mimetypes
Sat, 20 Oct 2012 23:33:00 -0400 dellsystem Show list of bundle versions in reverse order
Sat, 20 Oct 2012 23:28:50 -0400 dellsystem Add versioning to bundles
Sat, 20 Oct 2012 19:24:09 -0400 dellsystem Make Bundle description optional (SCHEMA CHANGE)
Sat, 20 Oct 2012 15:40:29 -0400 dellsystem Show number of views on snippet details page
Sat, 20 Oct 2012 13:07:44 -0400 dellsystem Make 400, 500 error pages work again
Sat, 20 Oct 2012 00:38:23 -0400 dellsystem Add publish date, # views to snippet explore page
Sat, 20 Oct 2012 00:30:17 -0400 dellsystem Make form field labels bold
Sat, 20 Oct 2012 00:29:49 -0400 dellsystem Add help_text to name field for bundles
Sat, 20 Oct 2012 00:20:22 -0400 dellsystem Use correct template for bundle explore page
Sat, 20 Oct 2012 00:19:52 -0400 dellsystem Merge Jordi's changes
Sat, 20 Oct 2012 00:16:38 -0400 dellsystem Fix bug in logging in with incorrect credentials
Wed, 17 Oct 2012 10:33:03 -0400 Jordi Gutiérrez Hermoso Okay, I think I caught all the with statements now...
Wed, 17 Oct 2012 10:30:26 -0400 Jordi Gutiérrez Hermoso Oops, move 'from __future__ import' statement to top of the file
Wed, 17 Oct 2012 10:29:14 -0400 Jordi Gutiérrez Hermoso Add from __future__ import with_statement
Wed, 17 Oct 2012 10:13:11 -0400 Jordi Gutiérrez Hermoso remove distribute from pip-requirements
Mon, 15 Oct 2012 02:43:30 -0400 dellsystem Update compiled CSS
Mon, 15 Oct 2012 02:42:37 -0400 dellsystem Added horizontal scroll to bundle file-browser
Mon, 15 Oct 2012 02:28:11 -0400 dellsystem Add word-wrap: break-word to diffs
Mon, 15 Oct 2012 02:24:01 -0400 dellsystem Fix bug in registration
Mon, 15 Oct 2012 01:51:50 -0400 dellsystem Update compiled CSS
Mon, 15 Oct 2012 01:51:22 -0400 dellsystem Fix line-wrapping and whitespace for snippets
Mon, 15 Oct 2012 01:44:38 -0400 dellsystem Change message shown for 0 bundles (code page)
Mon, 15 Oct 2012 01:43:53 -0400 dellsystem Fix reference to snippet_new view on code page
Mon, 15 Oct 2012 01:33:06 -0400 dellsystem Mention --distribute flag for virtualenv in readme
Mon, 15 Oct 2012 01:06:17 -0400 dellsystem Add python-magic to pip-requirements
Mon, 15 Oct 2012 01:00:39 -0400 dellsystem Fix django-celery version in pip-requirements
Mon, 15 Oct 2012 00:58:54 -0400 dellsystem Show contributions (bundles, snippets) on profile
Mon, 15 Oct 2012 00:52:00 -0400 dellsystem Bundles! (basic functionality)
Mon, 15 Oct 2012 00:27:41 -0400 dellsystem Convert some tabs to spaces in settings.py
Mon, 15 Oct 2012 00:24:16 -0400 dellsystem Move syntax-highlighting JS to static/js/agora.js
Mon, 15 Oct 2012 00:23:04 -0400 dellsystem Clean up snippet view HTML slightly (minor edit)
Mon, 15 Oct 2012 00:22:05 -0400 dellsystem Remove unnecessary HTML in snippet diff view
Sun, 14 Oct 2012 16:24:14 -0400 dellsystem Add top margin to #diff on snippet view page
Sun, 14 Oct 2012 16:12:55 -0400 dellsystem Add horizontal scrollbar to snippet history box
Sat, 13 Oct 2012 17:42:22 -0400 dellsystem Fix bug in raw snippet view
Fri, 12 Oct 2012 22:59:56 -0400 dellsystem Add LESS compilation (toggled in settings)
Fri, 12 Oct 2012 22:34:35 -0400 dellsystem Return false when clicking "Highlight code" link
Fri, 12 Oct 2012 22:13:04 -0400 dellsystem Optimise Javascript for adding line numbers
Sat, 06 Oct 2012 01:03:14 -0400 dellsystem Fix height of login-popup box
Sat, 29 Sep 2012 21:31:17 -0400 dellsystem Hide snippets created by anonymous users
Sat, 29 Sep 2012 18:03:35 -0400 dellsystem Add "highlight code" link, to easily select code
Sat, 29 Sep 2012 18:03:07 -0400 dellsystem Make line numbers work for real
Sat, 29 Sep 2012 14:59:00 -0400 dellsystem Show correct pygments stylesheet in dropdown
Sat, 22 Sep 2012 12:39:37 -0400 dellsystem Perform basic validation on snippet file uploads
Sat, 22 Sep 2012 12:38:44 -0400 dellsystem Remove multiple 'RE: 's from default reply title