summaryrefslogtreecommitdiff
path: root/app/jrnl
AgeCommit message (Collapse)Author
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-04-11added an entry to homepage recentluxagraf
2016-03-31added support for Facebook Instant Articles to syndication appluxagraf
2016-03-27fixed photo resizer to work with gallery uploadsluxagraf
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
2016-02-18pulled building amp pages to its own button because it takes massiveluxagraf
amounts of memory.
2016-02-07fixed rss feed builderluxagraf
2016-02-04fixed build scriptluxagraf
2016-02-04changed build script for homepage to new formatluxagraf
2015-12-02updated url schemes to quiet some django 1.10 warningsluxagraf
2015-12-01tweaked the new admin styling, spacing was a bit much for me.luxagraf
2015-11-23added export script to periodically dump jrnl entries to text. because,luxagraf
back ups
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-16fixed a bug in build scriptluxagraf
2015-11-16updated build tool to use new jrnl build systemluxagraf
2015-11-11redo figments to work with CBV, new builder, etc. Also broke out adminluxagraf
textfield widget to utils
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
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