summaryrefslogtreecommitdiff
path: root/app/utils
AgeCommit message (Collapse)Author
2018-10-08updated some stuff to work on Ubuntu 18.04luxagraf
2018-09-27version 9 of stylesheetluxagraf
2018-09-02added check for image loader.jsluxagraf
2018-09-02changed jrnl featured_image widget to load all, but only preview firstluxagraf
100
2018-09-02changed admin featured image widgetluxagraf
2018-08-28made more images available to insertluxagraf
2018-07-08added some static files to utils appluxagraf
2018-07-07added campsite model, refactored some code to avoid circular imports,luxagraf
reorganized some auxilary functions and fixed broken build JS.
2018-06-04converted jrnl entry to use image for featured imageluxagraf
2018-03-13fixed an ordering bug in sightings APluxagraf
2018-02-06converted to new path url structure and updated pagination to handle it.luxagraf
2018-02-05eliminated console logging from JSluxagraf
2018-02-05abstracted the next prev links into utils so now they work for everyluxagraf
model that implements a get_%S_admin_link method and loads the JS
2018-02-05added static dirsluxagraf
2018-01-31fixed some admin bugs on live serverluxagraf
2017-12-14changed utils to use location checkinsluxagraf
2017-11-09fixed bird admin. maybe.luxagraf
2017-09-28fixed a bug with render_to_responseluxagraf
2017-09-06updated bird and jrnl admins to make maps and photos betterluxagraf
2017-07-16Updated to django autocomplete v3luxagraf
2017-01-04changed function to handle old imageluxagraf
2016-12-13Added video upload tools and insertingluxagraf
2016-11-19bux fixluxagraf
2016-11-19fixed bug in video parserluxagraf
2016-11-18photo parser now creates size if it doesn't exist and picwide withinluxagraf
image clusters gets responsive images
2016-11-14pushed up new image insert scriptluxagraf
2016-11-13fixed some image insert bugs, added image idluxagraf
2016-11-12added some more image layout stylesluxagraf
2016-11-08fixed a bug in image parser to allow captionsluxagraf
2016-11-07fixed css for image clusters and house templateluxagraf
2016-11-02launched new homepage and misc improvementsluxagraf
2016-06-17fixed notes to be like an instagram for the web also tweaked styles forluxagraf
picwide captions and added support for show camera make, model and lens
2016-02-08redid notes to make them self-contained and localluxagraf
2016-01-27created a generic geoadmin class with some sane defaults and eliminatedluxagraf
a non TLS file in admin
2015-12-03switched over to using a single markdown processor from utils everywhereluxagraf
except notes because I'm urlizing notes and I don't want to do that anywhere else.
2015-12-01tweaked the new admin styling, spacing was a bit much for me.luxagraf
2015-11-13rewrote Links to make them more browse/earacble on live site and inluxagraf
admin, also ported to CBVs/new build system and added back some templates for viewing. Deleted tumblr integration.
2015-11-11redo figments to work with CBV, new builder, etc. Also broke out adminluxagraf
textfield widget to utils
2015-11-08Updated books app to use new CBVs and urls, also brought everything upluxagraf
to PEP 8 styles
2015-11-08Ported Bird app to CBV and modern URL structure. Also added base classluxagraf
to utils module to handle my pagination scheme so I can reuse that bit of code