| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-04-20 | Add setup.cfg | Teddy Wing | |
| Following https://hynek.me/articles/sharing-your-labor-of-love-pypi-quick-and-dirty/ In reality I don't even know what this addition is for. But from what I can gather it will help with distribution across Python versions. | |||
| 2014-04-20 | Add an extra style to the example project index page | Teddy Wing | |
| 2014-04-20 | sneak_peek CSS: add descriptive comments | Teddy Wing | |
| 2014-04-20 | Update index HTML in example project | Teddy Wing | |
| * Improve markup * Use slightly better test content | |||
| 2014-04-20 | sneak_peek.py: surround default style with quotes | Teddy Wing | |
| Now that we require quotes around the style argument, add quotes to the default style. | |||
| 2014-04-20 | sneak_peek.py: fix bug `template` not defined | Teddy Wing | |
| Import `TemplateSyntaxError` directly. | |||
| 2014-04-20 | sneak_peek CSS: add .inline-block class | Teddy Wing | |
| For `display: inline-block` positioning. | |||
| 2014-04-20 | sneak_peek.py: change first arg to use quotes | Teddy Wing | |
| Require the template tag argument to be quoted. This allows us to specify multiple CSS class modifiers instead of just one. | |||
| 2014-04-20 | sneak-peek CSS: add .inline modifier class | Teddy Wing | |
| Allow sneak peek to appear inline by adding the `.inline` modifier class. | |||
| 2014-04-20 | Add sneak-peek CSS file to example project base.html | Teddy Wing | |
| 2014-04-20 | .gitignore: add example project static directory | Teddy Wing | |
| 2014-04-20 | example/settings.py: add STATIC_ROOT | Teddy Wing | |
| 2014-04-20 | sneak_peek.py: change sneak-peek class name | Teddy Wing | |
| Use `.django-sneak-peek` now that we've changed the class in the stylesheet so that we can have better namespacing. | |||
| 2014-04-20 | Rename and clean up static files | Teddy Wing | |
| * Remove bad glyphs from CSS file * Change names of CSS and border image files | |||
| 2014-04-20 | Add MANIFEST.in | Teddy Wing | |
| Include static files in package. | |||
| 2014-04-20 | sneak_peek.py: use permission for conditional display | Teddy Wing | |
| Use the permission we just created with our data migration to conditionally display the sneak_peek-ed markup. | |||
| 2014-04-20 | Add migration for sneak_peek permission | Teddy Wing | |
| * Create empty sneak_peek_tag/models.py to appease South * Create South data migration for sneak peek content_type and permission | |||
| 2014-04-20 | Add 'south' to example project settings | Teddy Wing | |
| 2014-04-20 | sneak_peek.py: fix bug getting user | Teddy Wing | |
| * Don't try to get 'request' from context since it isn't available unless 'django.core.context_processors.request' is in the TEMPLATE_CONTEXT_PROCESSORS * Turns out that 'user' is already in context, so get it directly instead of having to go through request | |||
| 2014-04-20 | Enable Django admin in example project | Teddy Wing | |
| 2014-04-20 | gitignore SQLite database | Teddy Wing | |
| 2014-04-20 | Add database settings to example project | Teddy Wing | |
| 2014-04-20 | Add requirements to package setup.py | Teddy Wing | |
| 2014-04-20 | Add South to example project requirements.txt | Teddy Wing | |
| 2014-04-20 | Add sneak_peek to example project template | Teddy Wing | |
| Put in a test sneak_peek template tag on the index page of the example project. | |||
| 2014-04-20 | Add sneak_peek app to example project settings | Teddy Wing | |
| Adds app to example project's INSTALLED_APPS. | |||
| 2014-04-20 | Add sneak-peek to example project requirements.txt | Teddy Wing | |
| 2014-04-20 | Add bare setup.py | Teddy Wing | |
| Just the essentials so that I can install my package. Will fill in the rest of the information later. | |||
| 2014-04-20 | Add sneak_peek app | Teddy Wing | |
| Includes: * Template tag * Static resources | |||
| 2014-04-19 | Get example django project up & running | Teddy Wing | |
| The minimum amount of configuration necessary to get the example Django project to serve a static index page. | |||
| 2014-04-19 | Initial commit. Base example Django project. | Teddy Wing | |
| * Create a new Django 1.4 project in examples/ for testing * Add .gitignore | |||
