summaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Collapse)Author
2015-12-07added builder to resume sectionluxagraf
2015-12-07added ability to edit resume landing and cv from pages appluxagraf
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-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-12-01tweaked the new admin styling, spacing was a bit much for me.luxagraf
2015-12-01updated site to work with django 1.9's new admin lookluxagraf
2015-11-30made created date editable for changing things that run over to the nextluxagraf
month
2015-11-26added gumroad purchase options to srcluxagraf
2015-11-25added TO PITCH option to collect ideas.luxagraf
2015-11-23added export script to periodically dump jrnl entries to text. because,luxagraf
back ups
2015-11-21added time to payment in income adminluxagraf
2015-11-21updated database to use new time_to_pay in income appluxagraf
2015-11-21added payment_time to Publisher modelluxagraf
2015-11-20added budget totals and prospects to monthly income viewsluxagraf
2015-11-20About halfway through adding income by month section to admin.luxagraf
2015-11-20Merge branch 'master' of https://git.luxagraf.net/luxagrafluxagraf
2015-11-20added word count to gigsluxagraf
2015-11-19added resume to build list in adminluxagraf
2015-11-19Consolidated and expanded the TODO list, which is alas, quite long atluxagraf
the moment
2015-11-18added an invoice date to modelluxagraf
2015-11-17redid resume section and tricked out templates a bitluxagraf
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-16fixed a bug with picture pathluxagraf
2015-11-16fixed a paginate bug in srcluxagraf
2015-11-16fixed book sale pages and css to matchluxagraf
2015-11-16fixed some bugsluxagraf
2015-11-15added payment view to list in admin and another status possibilityluxagraf
2015-11-15changed pub_date datatype on resume pubitemsluxagraf
2015-11-15added resume and income appsluxagraf
2015-11-13fixed bugluxagraf
2015-11-14simplified Link model and got rid of unused attributesluxagraf
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-08ported expense app to CBVs and cleaner url scheme. Added build scriptluxagraf
and new model to track trips because I'm ambitious like that.
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
2015-11-06fixed some bugs in jrnlluxagraf
2015-11-06refactored src to use new build system with CBVsluxagraf
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
2015-11-04cleaned up the code in blog and refactored to PEP 8 and class based viewsluxagraf
2015-11-01finished up rough draft of figments sectionluxagraf
2015-11-01added epub script basics and styled figments archives and detailsluxagraf
2015-10-31added figments app for publishing fictionluxagraf