summaryrefslogtreecommitdiff
path: root/app/jrnl/models.py
AgeCommit message (Collapse)Author
2018-08-28handled case where I forget to set featured imageluxagraf
2018-07-07added campsite model, refactored some code to avoid circular imports,luxagraf
reorganized some auxilary functions and fixed broken build JS.
2018-06-06fixed image related errorluxagraf
2018-06-06changed jrnl admin to not show imageluxagraf
2018-06-04converted jrnl entry to use image for featured imageluxagraf
2018-03-16added image parser to srcluxagraf
2018-03-03added book recommendations to jrnlluxagraf
2018-02-09added blank= true to sketches field on jrnlluxagraf
2018-02-08added a manytomany for sketches in jrnlluxagraf
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-01-21updated code to work with django 2.0luxagraf
2017-01-04changed function to handle old imageluxagraf
2017-01-04temporary changesluxagraf
2017-01-02changed upload paths to temporarily add images to 2016 foldersluxagraf
2017-01-01added prev and next links to jrnl change formluxagraf
2017-01-01fixed some random bugsluxagraf
2016-12-13Added video upload tools and insertingluxagraf
2016-11-19added new image dimension to adminluxagraf
2016-11-19more bug fixesluxagraf
2016-11-16got rid of markdown in excerptsluxagraf
2016-11-14pushed up new image insert scriptluxagraf
2016-11-12added some more image layout stylesluxagraf
2016-11-02launched new homepage and misc improvementsluxagraf
2016-11-01widened site, created new photo layouts and prepped homepage redesignluxagraf
2016-10-10started work on light version of homepage and made it possble for me toluxagraf
put links in comments
2016-08-08changed image url on homepage to use cdnluxagraf
2016-07-15mane homepage currator a bit smarter and easier to updateluxagraf
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-23fixed a bug in jrnl model saveluxagraf
2016-05-17fixed a bug in amp builder and added a size hint to image upload onluxagraf
post.
2016-05-17tweaked colors, created black version of posts and got rid ofluxagraf
unnecessary custom fonts
2016-05-14fixed a bug that looked for pk before it was assignedluxagraf
2016-03-23changed hacky method of determining which image parser to use to 167 to ↵luxagraf
match live site ids
2016-03-23added a new image parser to pull in images from the LuxImage model andluxagraf
inline them with size and srcset support
2016-03-09Hid title field on change form since I can pick it up from the entryluxagraf
title
2016-03-09added actual save function to EntryTitleSongluxagraf
2016-03-09added a song title tracker to jrnl app. credit where it's due.luxagraf
2015-11-17added a time contraint to comment approval systemluxagraf
2015-11-17Oh just getting ready for some live testing. because, why not?luxagraf
2015-11-06fixed some bugs in jrnlluxagraf
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-11-04refactored blog app and renamed to jrnlluxagraf