Age | Commit message (Expand) | Author |
2013-04-16 | Grab author when loading news item details | Dan McGee |
2012-12-31 | Minor news admin code cleanup | Dan McGee |
2012-12-28 | Move slug creation helper to main/utils | Dan McGee |
2012-12-28 | Populate the todolist slug field and mark non-null | Dan McGee |
2012-12-27 | Fix "RuntimeWarning: DateTimeField received a naive datetime" warnings | Dan McGee |
2012-11-28 | Add safe_mode filter to news admin; preview uses safe mode | Dan McGee |
2012-11-11 | Exclude news.safe_mode on news edit screenrelease_2012-11-11 | Dan McGee |
2012-11-01 | Allow editing news.safe_mode flag via admin screen | Dan McGee |
2012-10-31 | Store 'safe_mode' attribute on news model | Dan McGee |
2012-10-31 | Disable markdown safe mode | Dan McGee |
2012-10-26 | Remove usages of 'django.contrib.markup' | Dan McGee |
2012-10-26 | Cleanup meta model attributes | Dan McGee |
2012-10-26 | Enable safe mode for markdown parsing | Dan McGee |
2012-07-24 | Remove custom utc_now() function, use django.utils.timezone.now() | Dan McGee |
2012-05-02 | Ensure order_by default value is cleared when using distinct() | Dan McGee |
2012-04-27 | Migrate news views to class-based generic views | Dan McGee |
2012-04-20 | Fix ContentType related migrations | Dan McGee |
2012-04-08 | Add migrations for on_delete attributes | Dan McGee |
2012-03-23 | Make all datetime objects fully timezone aware | Dan McGee |
2012-03-23 | Change Django urls.py import | Dan McGee |
2011-10-11 | Pylint suggested and other cleanups | Dan McGee |
2011-04-07 | Utilize Django 1.3 'on_delete' feature on several foreign keys | Dan McGee |
2011-04-07 | Consolidate caching black magic | Dan McGee |
2011-04-07 | Add some migrations to convert database to UTC time | Dan McGee |
2011-04-07 | Use UTC datetime objects everywhere | Dan McGee |
2011-04-07 | Ensure feed GUIDs are unchanging and unique | Dan McGee |
2011-01-14 | Clean up news redirect argument | Dan McGee |
2011-01-10 | Fix old news URLs not redirecting properlyrelease_2011-01-10 | Dan McGee |
2011-01-08 | Remove automatic ID column definitions | Dan McGee |
2010-12-13 | Move news urls into own file | Dan McGee |
2010-10-13 | Connect post_save signals where they will always be triggered | Dan McGee |
2010-09-29 | Fix migration dependencies exposed after moving models | Dan McGee |
2010-09-21 | Auto-populate slug on news item creation | Dan McGee |
2010-09-21 | Update news views to use slug instead of ID | Dan McGee |
2010-09-21 | Add migrations to populate the news slug and make it non-null | Dan McGee |
2010-09-21 | Add news slug field | Dan McGee |
2010-09-20 | Update news permission required stringrelease_2010-09-20 | Dan McGee |
2010-09-15 | Spruce up news admin view | Dan McGee |
2010-09-14 | Add last modified date to news | Dan McGee |
2010-09-08 | Show news in admin | Dan McGee |
2010-09-08 | Paginate the news list viewrelease_2010-09-08 | Dan McGee |
2010-09-08 | Move news model to an appropriate place | Dan McGee |
2010-09-08 | Put news under south control | Dan McGee |
2010-09-03 | Use direct_to_template in all remaining possible places | Dan McGee |
2010-07-06 | Format all news items using markdown | Dan McGee |
2010-07-02 | Defer loading news content when listing news items | Dan McGee |
2010-06-22 | Add 'never_cache' decorator in a bunch of places | Dan McGee |
2010-06-20 | Remove AutoUserMiddleware | Dan McGee |
2010-02-17 | News: make add/edit page form larger | Dan McGee |
2010-02-10 | Remove archweb prefix from all imports | Dan McGee |