summaryrefslogtreecommitdiff
path: root/app/books
AgeCommit message (Collapse)Author
2021-04-03books: fixed a bug in template and added a conditional for the affiliateluxagraf
disclaimer
2021-01-15Proj: Massive design overhaul to simplify codeluxagraf
Cut out Sass syntax, deleted old CSS rules, changed HTML to use fewer lists and more cascading instead of specific rules. Still requires compiling with sass to strip comments and compress, but would in theory work on its own. Reduced CSS file size by 2/3
2020-12-20hid non-public highlightslxf
2020-12-20added a way to hide highlights and edit inline with booklxf
2020-12-20fixed kindle parserlxf
2020-12-18added image resizing back to bookslxf
2020-12-18finishing books migrationlxf
2020-12-18starting books migrationlxf
2020-12-02ready to get rid of photos model for media modelluxagraf
2020-08-03added all lttr updates to backupluxagraf
2020-04-29adding stuff from live serverGitea
2020-01-27fixed bug in books detail templateluxagraf
2020-01-27abstracted breadcrumbs into seperate templateluxagraf
2019-12-23fixed book hilights to auto add book if not filled inluxagraf
2019-12-23fixed a bug in new book interfaceluxagraf
2019-12-23simplified process of adding a book highlightluxagraf
2019-02-22changed book detail template slightly, added afflinkluxagraf
2019-02-22added essays and books to sitemap, moved books to readluxagraf
2019-02-01redid jrnl to speed things up and use less memoryluxagraf
2018-09-03added server side migrationsluxagraf
2018-07-07added campsite model, refactored some code to avoid circular imports,luxagraf
reorganized some auxilary functions and fixed broken build JS.
2018-07-04fixed a lingering url syntax errorluxagraf
2018-05-05fixed a bug in books buildluxagraf
2018-04-12fixed a bug in building booksluxagraf
2018-03-14Added book to entryluxagraf
2018-03-13fixed book image urls for new uploadsluxagraf
2018-03-13fixed some bugs in books and got it PEP8 compliantluxagraf
2018-03-03added amazon url to books section. probably won't use it though.luxagraf
2018-02-06converted to new path url structure and updated pagination to handle it.luxagraf
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-12-14cleaned up notes, archived old apps, moved checkins to locations appluxagraf
where it should have been from the beginning
2017-09-23pulled in changes on arch serverluxagraf
2017-05-29fixed a bug in book adminluxagraf
2017-05-29added some filters and search to book adminluxagraf
2016-11-01widened site, created new photo layouts and prepped homepage redesignluxagraf
2016-02-08added an is_public field so I can keep some of the scifi and pulp out ofluxagraf
the public performance part of the site should I decided to do that.
2016-02-07added rating to books admin, updated TODOluxagraf
2015-12-31added a page number to admin list view of book highlightsluxagraf
2015-12-29fixed a bug in books models still using old markdownluxagraf
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-03moved books to new build systemluxagraf
2015-12-03added namespace to all urls via the new app_name param in url files asluxagraf
per django 1.10
2015-12-02updated url schemes to quiet some django 1.10 warningsluxagraf
2015-11-08Updated books app to use new CBVs and urls, also brought everything upluxagraf
to PEP 8 styles
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-22did something to books modelsluxagraf
2015-10-15polished up the books section a bitluxagraf
2015-10-01did a lot of work on the books sectionluxagraf
2014-05-23added images to books and imported books from stuff modelluxagraf