summaryrefslogtreecommitdiff
path: root/app/photos
AgeCommit message (Collapse)Author
2018-01-21updated code to work with django 2.0luxagraf
2017-12-14cleaned up notes, archived old apps, moved checkins to locations appluxagraf
where it should have been from the beginning
2017-11-09changed photo widget to limit number of images to something saneluxagraf
2017-10-14updated comments app and added caption to photo list viewluxagraf
2017-09-29added auto-location to photo uploadsluxagraf
2017-09-29made location list editableluxagraf
2017-09-06updated bird and jrnl admins to make maps and photos betterluxagraf
2017-04-11fixed a few things live on the serverluxagraf
2017-01-04modified readexif to handle images with no exif dataluxagraf
2017-01-04temporary changesluxagraf
2017-01-02changed upload paths to temporarily add images to 2016 foldersluxagraf
2017-01-01fixed picful templateluxagraf
2016-12-19fixed photo admin errorluxagraf
2016-12-14cleaned up some files and added admin for LuxVideosluxagraf
2016-12-13Added video upload tools and insertingluxagraf
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-03bug fixesluxagraf
2016-11-02fixed image size error on formluxagraf
2016-11-01widened site, created new photo layouts and prepped homepage redesignluxagraf
2016-09-26enabled public galleries new styleluxagraf
2016-08-11added a link to Evolution Host as per our free hosting agreementluxagraf
2016-07-12tinkered with syndication, still not thereluxagraf
2016-07-11added facebook token auth stuffluxagraf
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-05-17tweaked colors, created black version of posts and got rid ofluxagraf
unnecessary custom fonts
2016-05-02Added a head tag for facebook and committed some older changes that Iluxagraf
honestly can't even remember at this point.
2016-04-02added basic video uploading capabilities to gallery upload toolluxagraf
2016-03-27fixed photo resizer to work with gallery uploadsluxagraf
2016-03-21added inline image preview to birdsightings changeform and fixed privateluxagraf
gallery pages
2016-03-21tweaked image size and quality settingsluxagraf
2016-03-20Wrote image app to work with other models. Broke galleries badly, needluxagraf
to fix before posting again. Also major admin image move to pull off.
2015-12-29added resizing for portrait images (untested)luxagraf
2015-12-17add a dirty hack to split on qq so as to avoid splitting on whitespace.luxagraf
horrible. but whatever, it works
2015-12-17made the admin thumbnail widget a bit nicerluxagraf
2015-12-17added basic gallery outline with new style field in admin and madeluxagraf
thumbnails for gallery image select field
2015-12-15added map to photos adminluxagraf
2015-12-15added builder function for private galleriesluxagraf
2015-12-15added next prev buttons to image admin for faster editingluxagraf
2015-12-15added map to gallery adminluxagraf
2015-12-15added thumbnail to admin for photosluxagraf
2015-12-15added a thumbnail function for admin imagesluxagraf
2015-12-13added template tags to get get image url and re-wrote gallery templateluxagraf
to use new syntax. also added some migrations.
2015-12-13added resizing function to photo uploads and changed wording on commentsluxagraf
template
2015-12-03added namespace to all urls via the new app_name param in url files asluxagraf
per django 1.10
2015-12-02finished cleaning up all the warnings for depricated features in djangoluxagraf
1.10. I like to be ready yo.
2015-12-02updated url schemes to quiet some django 1.10 warningsluxagraf
2015-11-19Consolidated and expanded the TODO list, which is alas, quite long atluxagraf
the moment
2015-11-06rewrote jrnl builder to be self contained in jrnl and based entirely offluxagraf
url patterns/ views, refactored URLs/views to be class based and fixed a few django warning in URL files
2015-10-27started work on resizing functionsluxagraf