| 3 years | jmoiron | added quick & dirty status for loaddata posts, added the on-save in-db caching of rendered posts |
| 3 years | jmoiron | modified markdown parsing to always pre-strip my custom pygments codeblocks as they cause trouble with the parser; tested on all 320~ish of my entries and seems to work |
| 3 years | jmoiron | changed loaddata & dumpdata to automatically set django_settings_module if it isn't set |
| 3 years | Jason Moiron | remove a bunch of commented out functions i no longer need to consult, add some stub code for title changing |
| 3 years | Jason Moiron | restore clicking on groups to edit |
| 3 years | Jason Moiron | fix selected=True for group in from_model populated Task forms |
| 3 years | Jason Moiron | priority switching implementation done (now changes color in task list) |
| 3 years | Jason Moiron | bring todo form display in line with front-end semantic fixes, starting form submission(!) |
| 3 years | Jason Moiron | fix comment links |
| 3 years | Jason Moiron | redo public facing group code to match public task code |
| 3 years | Jason Moiron | cleanups to the todo list public facing display & code |
| 3 years | Jason Moiron | fix a bug in urls.py extra patterns |
| 3 years | Jason Moiron | improvements to data dump & load routines |
| 3 years | Jason Moiron | todo fixes |
| 3 years | Jason Moiron | adding lots of stuff that was never added |
| 3 years | Jason Moiron | loading tasks & groups is working |
| 3 years | Jason Moiron | renaming group_create & task_create |
| 3 years | Jason Moiron | dding group_create/task_create, fixing some view code |
| 3 years | Jason Moiron | tons of todo & javascript work, moving to jquery 1.3 |
| 3 years | Jason Moiron | tons of changes, getting todo app ported up to 1.0 |
| 3 years | Jason Moiron | adding linkpost application |
| 3 years | Jason Moiron | fixes some bugs |
| 3 years | Jason Moiron | some dumpdata & loaddata updates, urls migrated to common urls, smart urls modified slightly to enhance features, fix 'all' |
| 3 years | Jason Moiron | initial loaddata script |
| 3 years | Jason Moiron | marging stable w/ unstable |
| 3 years | Jason Moiron | updated dumpdata script |
| 3 years | Jason Moiron | tagging index & detail sorta hooked up now |
| 3 years | Jason Moiron | moving tag index, fixing some more blog templates |
| 3 years | Jason Moiron | year/etc navigation is working now |
| 3 years | Jason Moiron | /blog/ is now sorta working. |
| 3 years | Jason Moiron | use manager on blog view |
| 3 years | Jason Moiron | fix missing id in anchor that prevented the popup from working right |
| 3 years | Jason Moiron | fix typo that was killing my style |
| 3 years | Jason Moiron | fix some imports, inline that style that needs admin_media_prefix |
| 3 years | Jason Moiron | moved TaggedObjectInline to tagging/admin |
| 3 years | Jason Moiron | added jquery based "Add more tags" button |
| 3 years | Jason Moiron | blog admin modifications, adding comments |
| 3 years | Jason Moiron | url reversing now works for tags, cleaning up blog models & logic |
| 3 years | Jason Moiron | python manage.py etc now works (removed all incompatibilities); still a lot of stuff to do |
| 3 years | Jason Moiron | tagging is about done, remove helptext, rejigger blog models |
| 3 years | Jason Moiron | moving some things around |
| 3 years | Jason Moiron | some migrations from logic to models, remove stale, shitty comments |
| 3 years | Jason Moiron | weird _next_year renaming bug |
| 3 years | Jason Moiron | never 'import settings' |
| 3 years | Jason Moiron | marged new HEAD |
| 3 years | Jason Moiron | fix the redirect issue w/ render404 and some settings/localsettings issues |
| 3 years | Jason Moiron | adding striptags, which is called elsewhere |
| 3 years | Jason Moiron | readding settings |
| 3 years | Jason Moiron | remove settings from the archive, some css changes |
| 3 years | Jason Moiron | set tag debug info hidden behind settings |
| 3 years | Jason Moiron | needed RequestContext in templates, added some convenience decorators |
| 3 years | Jason Moiron | adding robots.txt |
| 3 years | Jason Moiron | use png favicon |
| 3 years | Jason Moiron | new favicon, url redirects for new favicon |
| 3 years | Jason Moiron | major organizational revamp of blog application |
| 3 years | Jason Moiron | migrate to using custom view for blog base to avoid caching |
| 3 years | Jason Moiron | add some more utilities |
| 3 years | Jason Moiron | quick fix for markdown failure on utf-8 strings |
| 3 years | Jason Moiron | ignore local_settings so it doesn't end up in the repos |
| 3 years | Jason Moiron | initial checkin; totally revamped organization |