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
Wed, 17 Jul 2013 22:45:18 +0500 Ahsan Ali Shahid Added django-ratings dependency in pip-file
Thu, 04 Jul 2013 20:32:54 +0500 Ahsan Ali Shahid Fixed redirection issue . User was redirected to a greeting page before. Now user will be redirected to the same page on which the user commented.
Thu, 04 Jul 2013 15:45:50 +0500 Ahsan Ali Shahid Removed extrawhitespaces and moved comments template files to templates folder
Tue, 02 Jul 2013 02:09:21 +0500 ahsanalishahid added code for the integration of comment system into bundles and snippets.
Tue, 02 Jul 2013 02:04:09 +0500 ahsanalishahid Added comment template files and customized comments app files
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
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)
Sat, 22 Sep 2012 12:12:13 -0400 dellsystem Add text-wrapping for snippet diffs
Sat, 22 Sep 2012 11:18:23 -0400 dellsystem Add back ability to edit account settings
Sat, 22 Sep 2012 11:12:30 -0400 dellsystem Add LOGIN_URL to settings
Sat, 22 Sep 2012 11:11:46 -0400 dellsystem Convert free_license index URL into a named URL
Sat, 22 Sep 2012 11:10:08 -0400 dellsystem Add link to code page from Browse code icon/text
Sat, 22 Sep 2012 11:09:13 -0400 dellsystem Remove extra newline at end of urls.py
Fri, 14 Sep 2012 23:48:21 -0400 dellsystem Remove broken reference to jQuery in snippet_new
Fri, 14 Sep 2012 22:49:34 -0400 dellsystem Merge in changes from jordi's repo
Fri, 14 Sep 2012 22:23:09 -0400 dellsystem Add emacs pygments style
Fri, 14 Sep 2012 22:18:49 -0400 dellsystem Use IDs instead of classes for the header icons
Fri, 14 Sep 2012 22:14:04 -0400 dellsystem Remove extra closing </div> tag
Fri, 14 Sep 2012 21:54:56 -0400 dellsystem Rename <option> attr for pygments style select
Fri, 14 Sep 2012 21:50:24 -0400 dellsystem Add type attribute to script tags on home page
Fri, 14 Sep 2012 21:48:43 -0400 dellsystem Add (empty) alt attributes for images on homepage
Fri, 14 Sep 2012 21:46:48 -0400 dellsystem Make <img> for logo image self-closing
Thu, 13 Sep 2012 14:09:31 -0400 Jordi Gutiérrez Hermoso Merge back again
Thu, 13 Sep 2012 14:07:44 -0400 Jordi Gutiérrez Hermoso Link to snippets from main page
Thu, 13 Sep 2012 13:59:45 -0400 Jordi Gutiérrez Hermoso Merge back diff lexer
Thu, 13 Sep 2012 13:55:25 -0400 Jordi Gutiérrez Hermoso Add diffs to snippet lexeres
Wed, 12 Sep 2012 14:08:47 -0400 dellsystem Fix typo in .disable-select LESS mixin
Wed, 12 Sep 2012 13:48:07 -0400 dellsystem Prevent selection of line numbers in snippet view
Tue, 11 Sep 2012 21:09:04 -0400 dellsystem Add back basic user info to profile page
Tue, 11 Sep 2012 21:07:58 -0400 dellsystem Add .git to .hgignore
Tue, 11 Sep 2012 20:50:06 -0400 dellsystem Remove unnecessary import from snippet models.py
Tue, 11 Sep 2012 20:23:51 -0400 dellsystem Add login popup box
Tue, 11 Sep 2012 18:06:01 -0400 dellsystem Update "code" page
Tue, 11 Sep 2012 17:59:27 -0400 dellsystem Adjust <p> padding
Tue, 11 Sep 2012 17:42:32 -0400 dellsystem Add line-number alignment for snippet display
Fri, 31 Aug 2012 03:10:56 -0400 dellsystem Upgrade Django version requirement to 1.3
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, 31 Aug 2012 02:29:59 -0400 dellsystem Add a get_title() method to the Snippet model
Fri, 31 Aug 2012 02:28:57 -0400 dellsystem Move choices for lexer field from SnippetForm to Snippet
Fri, 31 Aug 2012 02:26:22 -0400 dellsystem Fix extra whitespace issues in Python file
Fri, 31 Aug 2012 02:24:30 -0400 dellsystem Change URL mapping from user/ to users/ for profile app
Fri, 31 Aug 2012 02:01:52 -0400 dellsystem Increase header size in snippet_diff template
Fri, 31 Aug 2012 02:01:02 -0400 dellsystem Replace some filler text with lorem ipsum
Fri, 31 Aug 2012 01:56:22 -0400 dellsystem Remove trailing whitespace in a file
Fri, 31 Aug 2012 01:54:54 -0400 dellsystem Change link for snippet in breadcrumbs to snippet_new
Fri, 31 Aug 2012 01:51:33 -0400 dellsystem Switch snippet_new and snippet_explore views
Fri, 31 Aug 2012 01:50:39 -0400 dellsystem Add some blank lines where relevant
Fri, 24 Aug 2012 23:48:14 -0400 dellsystem Remove inheriting from whitebox.djhtml for template files
Fri, 24 Aug 2012 23:47:25 -0400 dellsystem Add prototype for code page layout
Fri, 24 Aug 2012 23:46:34 -0400 dellsystem Rename context variable in snippets/views.py
Fri, 24 Aug 2012 23:45:48 -0400 dellsystem Update styling of snippets page
Fri, 24 Aug 2012 23:42:18 -0400 dellsystem Fix the colouring of the snippet icon
Fri, 24 Aug 2012 23:39:42 -0400 dellsystem Change URL for new snippet view
Fri, 24 Aug 2012 17:24:02 -0400 dellsystem Fix template inheritance in index.djhtml
Fri, 24 Aug 2012 17:22:27 -0400 dellsystem Fix header-icon positioning in Firefox/Opera
Fri, 24 Aug 2012 17:13:38 -0400 dellsystem Add fabfile.py to .hgignore
Fri, 24 Aug 2012 17:12:44 -0400 dellsystem Remove deleted files
Fri, 24 Aug 2012 17:09:07 -0400 dellsystem Start integration of new design
Fri, 24 Aug 2012 16:37:22 -0400 dellsystem Tailor editprofile view to work only for the logged-in user
Fri, 24 Aug 2012 16:32:17 -0400 dellsystem Use named URLs and the url function where applicable
Fri, 17 Aug 2012 16:47:31 -0400 dellsystem Added django-openid-auth as a dependency
Tue, 07 Aug 2012 12:55:28 -0400 Jordi Gutiérrez Hermoso .txt is not an informative filename extension
Tue, 07 Aug 2012 00:54:50 -0400 dellsystem Add pip requirements file
Tue, 07 Aug 2012 00:51:42 -0400 dellsystem settings.py: Fix another whitespace issue
Tue, 07 Aug 2012 00:40:57 -0400 dellsystem settings.py: Fix small whitespace issues
Tue, 07 Aug 2012 00:34:46 -0400 dellsystem settings.py: Fix Django compatibility issue with TEMPLATE_CONTEXT_PROCESSORS
Thu, 19 Jul 2012 09:36:02 -0400 Jordi Gutiérrez Hermoso Add an explanation to the title
Wed, 18 Jul 2012 12:51:10 -0700 Jordi Gutiérrez Hermoso Add exec permissions to manage.py
Mon, 19 Mar 2012 18:19:51 -0400 Jordi Gutiérrez Hermoso Merge in William's patch
Mon, 19 Mar 2012 22:06:39 +0000 William Stevenson Added django-threadedcomments to required external libraries in README
Mon, 19 Mar 2012 17:51:05 -0400 Jordi Gutiérrez Hermoso Update the current Agora source hosting
Fri, 02 Mar 2012 00:41:58 +0100 rettaw added ignore rule for .swo files
Fri, 02 Mar 2012 00:39:22 +0100 rettaw Just trying to sort thing out
Fri, 02 Mar 2012 00:26:35 +0100 rettaw Added some masks to the ignore, leaves out things not implemented properly yet.
Thu, 06 Oct 2011 23:40:01 +0200 Rettaw Added some urls for the bundle links, and a template
Mon, 25 Jul 2011 15:55:20 -0500 Jordi Gutiérrez Hermoso Add a desperate cry for help
Sat, 04 Jun 2011 19:17:46 -0500 Jordi Gutiérrez Hermoso Remove some old Lorem ipsum
Wed, 11 May 2011 12:37:21 -0500 Jordi Gutiérrez Hermoso Increase code size in <pre>
Sat, 30 Apr 2011 01:09:02 -0500 Jordi Gutiérrez Hermoso Import sys in settings.py
Mon, 14 Feb 2011 07:20:55 -0600 Jordi Gutiérrez Hermoso Fix authorlink in recent snippets
Sun, 13 Feb 2011 23:13:36 -0600 Jordi Gutiérrez Hermoso Add missing activation_complete.html registration template
Mon, 07 Feb 2011 13:17:51 -0600 Jordi Gutiérrez Hermoso Update TODO in README with the work that's been done
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
Mon, 07 Feb 2011 04:37:46 -0600 Jordi Gutiérrez Hermoso Add some styling to the snippet UI
Mon, 07 Feb 2011 04:37:08 -0600 Jordi Gutiérrez Hermoso Fundamental fixes in snippet templates
Tue, 18 Jan 2011 23:04:05 -0600 Jordi Gutiérrez Hermoso Mention in README that pygments is also a required external lib
Sun, 07 Nov 2010 12:13:53 -0600 Jordi Gutiérrez Hermoso Fix typo
Sun, 07 Nov 2010 12:08:38 -0600 Jordi Gutiérrez Hermoso Fix small bug when showing snippets in user's profile
Mon, 02 Aug 2010 23:44:23 -0500 Jordi Gutiérrez Hermoso Implement/fix js for snippets and make whiteboxes all same width
Sat, 31 Jul 2010 23:16:23 -0500 Jordi Gutiérrez Hermoso Fix display of js code and copy-pastability of displayed code
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
Sat, 31 Jul 2010 16:58:08 -0500 Jordi Gutiérrez Hermoso Rename .html snippets to .djhtml
Thu, 29 Jul 2010 12:04:51 -0500 Jordi Gutiérrez Hermoso Add license information
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.
Thu, 08 Jul 2010 20:27:23 -0500 Jordi Gutiérrez Hermoso Fix a URL
Thu, 08 Jul 2010 21:34:53 +0200 Fotios Kasolis small license fix
Wed, 07 Jul 2010 16:20:57 -0500 Jordi Gutiérrez Hermoso Add the text of the WTFPL to the free_license fixtures
Wed, 07 Jul 2010 15:49:53 -0500 Jordi Gutiérrez Hermoso Add some license fixtures for testing
Wed, 07 Jul 2010 15:35:56 -0500 Jordi Gutiérrez Hermoso Do license framework (need to create an SQL fixture for them)
Wed, 07 Jul 2010 09:23:03 -0500 Jordi Gutiérrez Hermoso Shuffle URLs around, make them more consistent
Mon, 05 Jul 2010 00:31:20 -0500 Jordi Gutiérrez Hermoso Implement editing user profiles and fix bugs related to the login/logout buttons. Implement 403 exception
Fri, 02 Jul 2010 02:18:22 -0500 Jordi Gutiérrez Hermoso Move the configurable parts of settings.py into a conf file
Thu, 01 Jul 2010 20:14:16 -0500 Jordi Gutiérrez Hermoso Several fixes. See detailed commit message.
Thu, 01 Jul 2010 15:00:23 -0500 Jordi Gutiérrez Hermoso Move login/logout buttons to navigation bar, remove cargo-cult CSS
Wed, 30 Jun 2010 15:48:08 -0500 Jordi Gutiérrez Hermoso CSS hack to make the footer stick to the bottom
Wed, 30 Jun 2010 11:19:32 -0500 Jordi Gutiérrez Hermoso Register more apps in the admin site, write an actual template for the user profile page
Wed, 30 Jun 2010 00:04:34 -0500 Jordi Gutiérrez Hermoso Implement initial profiles, cleanup models, change Free_license to FreeLicense
Tue, 29 Jun 2010 14:58:36 -0500 Jordi Gutiérrez Hermoso Fix a few silly typos
Mon, 28 Jun 2010 22:36:53 -0500 Jordi Gutiérrez Hermoso Clean up templates
Mon, 28 Jun 2010 22:02:07 -0500 Jordi Gutiérrez Hermoso Fix typo in URL
Mon, 28 Jun 2010 09:42:57 -0500 Jordi Gutiérrez Hermoso Update settings-example.py
Mon, 28 Jun 2010 03:00:01 -0500 Jordi Gutiérrez Hermoso Many fixes. See detailed description.
Sun, 27 Jun 2010 21:56:57 -0500 Jordi Gutiérrez Hermoso Implement initial user registration and authentication. Still way buggy.
Sun, 27 Jun 2010 16:21:58 +0200 Fotios Kasolis Small details fix
Sun, 27 Jun 2010 15:00:17 +0200 Fotios Kasolis Clear logo change
Sun, 27 Jun 2010 14:48:27 +0200 Fotios Kasolis Several link, font, style, color, logo changes
Sat, 26 Jun 2010 19:18:12 -0500 Jordi Gutiérrez Hermoso Add a README
Sat, 26 Jun 2010 19:02:32 -0500 Jordi Gutiérrez Hermoso Remove the welcome message, add missing template
Sat, 26 Jun 2010 18:57:46 -0500 Jordi Gutiérrez Hermoso Implement rounded boxes and titles for holding content
Sat, 26 Jun 2010 17:37:27 -0500 Jordi Gutiérrez Hermoso Restore Fotios's fonts
Sat, 26 Jun 2010 17:33:09 -0500 Jordi Gutiérrez Hermoso Use new simpler Agora logo
Sun, 27 Jun 2010 00:21:12 +0200 Fotios Kasolis Changed some fonts
Sat, 26 Jun 2010 16:27:46 -0500 Jordi Gutiérrez Hermoso Add a grey agora in the main background, move title to the left, increase footer size, change main section background colour to match agora logo
Sat, 26 Jun 2010 14:32:12 -0500 Jordi Gutiérrez Hermoso Fix some CSS errors, put a gradient in the header
Sat, 26 Jun 2010 13:02:11 -0500 Jordi Gutiérrez Hermoso Rename media/ dir to static/, update the settings-example.py file
Sat, 26 Jun 2010 12:57:17 -0500 Jordi Gutiérrez Hermoso Correct silly typo
Sat, 26 Jun 2010 12:53:42 -0500 Jordi Gutiérrez Hermoso Begin implementing Fotios' design
Sat, 26 Jun 2010 02:19:08 -0500 Jordi Gutiérrez Hermoso Fix some bugs on how static data was served during debug
Sat, 26 Jun 2010 02:04:53 -0500 Jordi Gutiérrez Hermoso Decouple bundle urlconfs; improve the skeleton layout to more than a few bones
Fri, 25 Jun 2010 18:32:15 -0500 Jordi Gutiérrez Hermoso Elaborate on stub bundle template
Fri, 25 Jun 2010 14:20:15 -0500 Jordi Gutiérrez Hermoso Add sample settings.py
Fri, 25 Jun 2010 14:04:30 -0500 Jordi Gutiérrez Hermoso Define stub template and admin site
Fri, 25 Jun 2010 11:33:21 -0500 Jordi Gutiérrez Hermoso Define models
Fri, 25 Jun 2010 10:03:51 -0500 Jordi Gutiérrez Hermoso Start actual app structure
Thu, 24 Jun 2010 08:59:14 -0500 Jordi Gutiérrez Hermoso Implement basic mippets, stub templates
Wed, 16 Jun 2010 23:18:41 -0500 Jordi Gutiérrez Hermoso Initial Agora Octave commit