esm-web

log

age author description
Wed Jul 20 21:35:01 2011 -0700 Ed Marshall Better error message for delicious command, tidier output for twit.multiapp tip
Wed Jul 20 18:22:49 2011 -0700 Ed Marshall Bunch of improvements to delicious command line tool.multiapp
Wed Jul 20 13:30:58 2011 -0700 Ed Marshall Sync with head.multiapp
Tue Jul 19 16:20:02 2011 -0700 Ed Marshall Update to more recent settings.py format for dev example, nuke admin_tools references.default
Mon Jul 18 10:47:20 2011 -0700 Ed Marshall Update manage.py to what the current version of Django generates.
Mon Jul 11 01:33:20 2011 -0500 Ed Marshall Switch to self.stdout.write for output in commands, and add updating to del.icio.us retrieval.multiapp
Mon Jul 11 01:29:26 2011 -0500 Ed Marshall Update to Django 1.3 settings.py format.multiapp
Fri Apr 01 00:14:08 2011 -0500 Ed Marshall Mr. Marshall, what you've just committed is one of the most insanelymultiapp
Wed Dec 29 13:54:30 2010 -0600 Ed Marshall Add "AllPages", a fake page that lists all wiki pages.
Wed Dec 29 13:41:54 2010 -0600 Ed Marshall Provide a link back to the main page of the wiki in the template.
Wed Dec 29 13:39:26 2010 -0600 Ed Marshall As of Django 1.0, we use form.cleaned_data, not form.clean_data. http://django-project.blogspot.com/2008/12/cleandata-and-cleaneddata.html
Wed Dec 29 13:32:28 2010 -0600 Ed Marshall Move markdown.py back to root of project, so mdx_wikilink.py gets picked up properly. Also, edit all uses of render_to_request() to include a request context so templates can see authentication information (among other things).
Fri Dec 17 16:54:58 2010 -0600 Ed Marshall Merge with head.
Fri Dec 17 16:54:16 2010 -0600 Ed Marshall We don't care about the database directory.
Fri Dec 17 16:53:42 2010 -0600 Ed Marshall Huge reorg, plus a bunch of related (and unrelated) changes. Bad developer, no cookie.
Fri Dec 17 15:44:14 2010 -0600 Ed Marshall Templates extend main base.html, so updated to use those conventions.
Fri Dec 17 13:45:21 2010 -0600 Ed Marshall Ignore settings.py.
Fri Dec 17 13:44:42 2010 -0600 Ed Marshall Add search index for blog entries.
Fri Dec 17 13:38:26 2010 -0600 Ed Marshall Add admin-tools, Haystack, weight app.
Fri Dec 17 13:32:12 2010 -0600 Ed Marshall Get rid of "import as M", add __unicode__ for admin display.
Fri Dec 17 13:31:22 2010 -0600 Ed Marshall Get rid of align, use style instead. (HTML5)
Fri Dec 17 13:30:36 2010 -0600 Ed Marshall Fix rendering bug in syntax highlighting.
Fri Dec 17 13:29:38 2010 -0600 Ed Marshall Make it possible to edit wiki pages in the admin.
Fri Dec 17 13:29:01 2010 -0600 Ed Marshall Make weight data display in the admin in a useful manner.
Fri Dec 17 13:28:12 2010 -0600 Ed Marshall Convert to HTML5, along with a few minor content fixes.
Thu Jul 08 21:53:21 2010 -0500 Ed Marshall Convert from XHTML 1.0 Strict to HTML5.
Thu Jul 08 21:33:04 2010 -0500 Ed Marshall Make URL more HTML-friendly. Thanks, validator.nu!
Thu Jul 08 21:32:43 2010 -0500 Ed Marshall Fix an off-by-seven bug in syntax highlighting. Thanks, validator.nu!
Thu Jul 08 12:01:48 2010 -0500 Ed Marshall Mugshot has been dead for a long time.
Mon Jul 05 21:59:36 2010 -0500 Ed Marshall Added redmine installation.
Mon Jul 05 00:01:07 2010 -0500 Ed Marshall Make weight display a litte more sane in the admin.
Fri Jun 18 13:53:04 2010 -0500 Ed Marshall Add OpenID provider.
Sun Jun 13 22:25:41 2010 -0500 Ed Marshall Trac is really getting on my nerves. Begone!
Sun Jun 13 22:22:59 2010 -0500 Edward S. Marshall Add a standard .hgignore; nobody likes .pyc files anyway.
Sun Jun 13 21:46:13 2010 -0500 Edward S. Marshall Witness what happens when you go multiple years without committing your changes to your version control system of choice: you make a big commit like this, reflecting current reality, without actually being able to describe coherently what the hell you did for the last two years. Bad developer, no cookie. :P
Sun Jun 13 21:27:34 2010 -0500 Edward S. Marshall Seems rather odd to have a license file that references Django, no? Let's just use the MIT license for simplicity, since it's just me developing this anyway.
Fri Feb 13 15:12:27 2009 +0000 esm Fix a small typo.
Fri Jan 23 19:36:50 2009 +0000 esm Mark a few database-provided items as HTML-safe.
Fri Sep 26 01:52:20 2008 +0000 esm Too many changes to list, but essentially: port to Django 1.0.
Tue Sep 09 14:09:08 2008 +0000 esm Quick change to tag_view to handle tags that don't exist. (Doh!)
Mon Apr 28 21:39:10 2008 +0000 esm * mdx_wikilink.py, wiki/views.py, wiki/templatetags, wiki/templates/*: Instead
Mon Apr 28 17:05:38 2008 +0000 esm * urls.py: Reorganize for clarity and correctness.
Mon Apr 28 16:45:04 2008 +0000 esm * esm/urls.py: Add support for the new wiki and a login page.
Mon Apr 28 16:42:54 2008 +0000 esm * wsgi.py, templates/500.html: Added.
Fri Apr 25 21:07:22 2008 +0000 esm * templatetags/subtitles.py (SubtitleObject.render): Handle the case where
Fri Mar 21 21:07:17 2008 +0000 esm * Lots of changes: Added django.contrib.redirects, did a bunch of page load
Mon Mar 10 16:59:43 2008 +0000 esm * templates/404.html: Added.
Mon Mar 10 16:41:18 2008 +0000 esm * models.py (Entry.Meta): Add ordering.
Mon Mar 10 01:23:12 2008 +0000 esm * LICENSE: Added, borrowed from Django itself.
Mon Mar 10 00:33:46 2008 +0000 esm * urls.py (extra_context): Not using it? Get rid of it.
Sun Mar 09 16:32:57 2008 +0000 esm * settings.py: Stop bugging me about this, I know the production version is
Sun Mar 09 16:29:31 2008 +0000 esm * settings.py: Adjusted to reflect the live configuration.
Sun Mar 09 16:26:36 2008 +0000 esm * Again, more changes than I have the inclination to document in detail.
Sun Mar 09 15:40:15 2008 +0000 esm * views.py (calenddar_view, tag_view): Fix straggling esm.weblog reference.
Sat Mar 08 04:25:06 2008 +0000 esm * Too many changes to list. Eliminated unnecessary weblog directory, merged
Fri Mar 07 18:06:05 2008 +0000 esm * urls.py (sitemaps), weblog/sitemap.py (HomepageSitemap, Homepage): Add
Fri Mar 07 17:40:35 2008 +0000 esm * templates/weblog/template.html: Updated to new version of Google Analytics
Fri Mar 07 16:21:31 2008 +0000 esm * weblog/views.py (calendar_view), urls.py (urlpatterns),
Wed Mar 05 20:20:38 2008 +0000 esm * settings.py (TEMPLATE_DIRS): Whoops, that's why my template changes weren't
Wed Mar 05 19:51:57 2008 +0000 esm * weblog/sitemap.py (WeblogSitemap.items), weblog/models.py (Entry.is_draft):