summaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Collapse)Author
2014-05-23added openlayers assets to local, apparently that's the way you do it,luxagraf
as per: https://github.com/openlayers/openlayers/issues/1025
2014-05-23switched to local file for OpenLayers.js so Chromium won't complainluxagraf
about http files over https
2014-05-23minor refactor to adoipt pep8 and pyflakes coding styles and clean upluxagraf
some cruft that's been hangin round for years
2014-05-23Refactored code to use PEP8/Pyflake coding styles and cleaned up cruft aluxagraf
bit
2014-05-21additional fixes to run under python 3.2lxf
2014-05-13Remaned the bookhighlight model to be singlar and imported all the jsonluxagraf
data I have
2014-05-13Created the book and bookhighlights models, along with a quick and dirtyluxagraf
parsers to dump a json feed of Kindle clippings into the database
2014-05-09modified birds app to use Locations.location, eliminated birdinglocation and ↵luxagraf
added point field to bird sighting model
2014-05-08added birding app for real this timeluxagraf
2014-05-08moved taggit to virtualenv and cleaned up lib appluxagraf
2014-05-08added birding app, fixed a few python-related bugs throughout the code base.luxagraf
2014-04-30removed sketchy half finished stuffluxagraf
2014-05-01added stuff appluxagraf
2014-05-01added books appluxagraf
2014-05-01fixed Flickr issues and photo template settingsluxagraf
2013-09-13fixed some bugs related to larger images and new flickr scriptsluxagraf
2013-09-12converted photo scrapers to use flickr_api and generated x2 higher res ↵luxagraf
images for retina screens
2013-09-10migrated to gunicorn, fixed elements broken in move to digital ocean and ↵luxagraf
rebuilt the link gathering script
2013-09-04added favicon and tweaked a few templatesluxagraf
2013-08-29misc bug fixesluxagraf
2013-05-26fixed bug regarding location data in template codeluxagraf
2013-05-24changed backend code to validate location using only the point and prompt if ↵luxagraf
no location exists
2013-05-24fixed a bug in the image path of BlogImagesluxagraf
2013-05-15reversion done, data migrated, new model structure headed live...luxagraf
2013-05-15temporarily reverted entry model to earlier version so I can do the database ↵luxagraf
migration somewhat more sanely
2013-05-15fixed image thumbnails, expanded body text entry field, switched map to OSM ↵luxagraf
and added the ability to associate asides with an entry -- still need to add javascript to dynamically create asides.
2013-05-02added a function to build writing by regionluxagraf
2013-05-02reverted writing view to a function because class-based view was conflicting ↵luxagraf
with my build script
2013-04-24moved rss feed and got rid of Feedburnerluxagraf
2013-04-24updated for django 1.5, removed grappelli dependencyluxagraf
2013-04-23fixed bug in details viewsluxagraf
2013-04-23fixed bug in details viewsluxagraf
2013-04-23fixed bug in guidesluxagraf
2013-04-23swtiched from google maps api to OSM with leafletluxagraf
2012-12-12started building code blogluxagraf
2012-11-23tweaked template for baby videos pageluxagraf
2012-11-23cut and pasted in changes from master on server to avoid merge conflictluxagraf
2012-11-23cut and pasted in changes from master on server to avoid merge conflictluxagraf
2012-11-22tweaked Pages template loader to allow for custom templates based on the ↵luxagraf
%s.html %(slug) model.
2012-10-21fixed homepageluxagraf
2012-10-21fixed bug with settings import in photos. Good lesson in why your excepts ↵luxagraf
need to be specific
2012-10-22bugfix for writing by regionluxagraf
2012-10-21fixed two bugs, gif projs now get built and the archive list views for ↵luxagraf
writing and photos check to see if the request is from the django client and adjust MEDIA_URL accordingly
2012-10-21fixed a bug in the RSS feed builder and hid the guides linkluxagraf
2012-10-15set up remove server and fixed a couple bugsluxagraf
2012-10-14added functions to build homepage and pub a new postluxagraf
2012-10-14renamed build to builder and delted extraneous files in builder and blog appluxagraf
2012-10-14added project app to handle any animated gifs I might create :-)luxagraf
2012-10-14converted publishing system to have buttons int the admin and reworked the ↵luxagraf
config system
2012-09-22cleared out some more old, unused cruft in libluxagraf