dcramer (David Cramer)

Name
David Cramer
Email
Website/Blog
http://www.davidcramer.net/
Company
iBegin
Location
Nebraska
Member Since
Sep 07, 2008 (about 1 year)

Following 1 githubber and watching 26 repositories view all →

Public Repositories (19)

  • django-admin-histograms

    A library for simple histograms in Django's and it's admin.

    legend

    Forked from alex/django-admin-histograms Fri Nov 13 13:41:05 -0800 2009

    Last updated Mon Nov 23 11:21:18 -0800 2009

  • django-db-log

    Enables easy logging of exceptions and other information to your database

    legend

    Last updated Mon Nov 23 10:56:33 -0800 2009

  • django-sphinx

    A transparent layer for full-text search using Sphinx and Django

    legend

    Last updated Mon Nov 23 10:36:40 -0800 2009

  • coffin

    Jinja2 adapter for Django

    legend

    Forked from cdleary/coffin Mon Sep 07 10:12:37 -0700 2009

    Last updated Mon Nov 23 10:23:07 -0800 2009

  • django-paypal

    A pluggable Django application for integrating PayPal Payments Standard or Payments Pro

    legend

    Forked from johnboxall/django-paypal Thu Aug 20 13:57:35 -0700 2009

    Last updated Fri Oct 30 15:45:22 -0700 2009

  • django-ratings

    Pluggable rating fields in Django.

    legend

    Last updated Tue Oct 27 15:33:04 -0700 2009

  • djangospot

    DjangoSpot.com Source

    legend

    Last updated Wed Sep 30 19:36:39 -0700 2009

  • pastethat

    A Django Pastebin (Pastethat.com)

    legend

    Last updated Wed Sep 23 20:27:01 -0700 2009

  • django-idmapper

    An identify mapper for the Django ORM

    legend

    Last updated Mon Sep 14 18:11:31 -0700 2009

  • django-notices

    A message notification system for Django

    legend

    Last updated Mon Sep 14 18:11:27 -0700 2009

  • php-database

    A simple database library for MySQL and PGSQL.

    legend

    Last updated Thu Sep 10 12:08:54 -0700 2009

  • php-httplib

    A port of Python's httplib in PHP

    legend

    Last updated Thu Sep 10 12:03:39 -0700 2009

  • django-orm-cache

    A caching layer for Django

    legend

    Last updated Thu Sep 10 11:54:23 -0700 2009

  • feedreader

    An RSS/Atom feed parsing layer for lxml.objectify in Python

    legend

    Last updated Mon Sep 07 10:22:55 -0700 2009

  • py-wikimarkup

    A MediaWiki-to-HTML parser for Python.

    legend

    Last updated Fri Sep 04 19:56:51 -0700 2009

  • django-debug-toolbar

    A debug/profiling overlay for Django

    legend

    Forked from robhudson/django-debug-toolbar Sun Sep 07 23:56:40 -0700 2008

    Last updated Thu Sep 03 13:43:32 -0700 2009

  • jinja1-djangosupport

    Jinja 1 with updated Django Support

    legend

    Last updated Fri Feb 27 00:07:34 -0800 2009

  • django-compositepks

    Composite Primary Keys fork

    legend

    Forked from django/django Sun Nov 16 15:34:10 -0800 2008

    Last updated Mon Feb 09 15:46:27 -0800 2009

  • ghostplusplus-nibbits

    Modified version of GHost++ used on Nibbits

    legend

    Last updated Mon Jan 26 17:48:19 -0800 2009

Public Activity feed

dcramer pushed to master at dcramer/django-admin-histograms Mon Nov 23 11:21:19 -0800 2009
HEAD is 0a3aded8d2e4f6419bc8d6878645c6db1b47620a
  • David Cramer committed 0a3aded8:
    fix for division by 0
dcramer pushed to master at dcramer/django-admin-histograms Mon Nov 23 11:02:11 -0800 2009
HEAD is 5d5e4c83214a52a83dbe85a3ed45e4f691ac042d

14 commits »

dcramer pushed to master at dcramer/django-db-log Mon Nov 23 10:56:33 -0800 2009
HEAD is db6ef571bf5e7ff2e9d3b48d252f15dbcd5ae2f6
  • David Cramer committed db6ef571:
    change assertion to only be evaluated at runtime
dcramer closed issue 2 on dcramer/django-sphinx Mon Nov 23 10:36:41 -0800 2009
it generates wrong sql
dcramer pushed to master at dcramer/django-sphinx Mon Nov 23 10:36:40 -0800 2009
HEAD is 3f9a65ff8cb0b876272db7c67049a92f862bac40
  • David Cramer committed 3f9a65ff:
    #2 bad sql generated (missing newline escape)
dcramer pushed to master at dcramer/django-sphinx Mon Nov 23 10:35:16 -0800 2009
HEAD is ef832932909a6cd9cfaed884195f01016b67d5e0
  • David Cramer committed ef832932:
    #3 fix deprecated import
dcramer closed issue 3 on dcramer/django-sphinx Mon Nov 23 10:35:15 -0800 2009
`djangosphinx.manager` is deprecated
dcramer closed issue 4 on dcramer/django-sphinx Mon Nov 23 10:34:32 -0800 2009
charset_type = utf-8
dcramer pushed to master at dcramer/django-sphinx Mon Nov 23 10:34:26 -0800 2009
HEAD is 40424861f3f6f720be7f4abb805965ada43d3ad1
  • David Cramer committed 40424861:
    #4 Change charset to utf-8
dcramer closed issue 1 on dcramer/coffin Mon Nov 23 10:25:35 -0800 2009
Porting various contrib views
dcramer pushed to master at dcramer/coffin Mon Nov 23 10:23:08 -0800 2009
HEAD is b8f173bc857b088bbda710b80f8303d69392ee7a
  • David Cramer committed b8f173bc:
    Removed need_env signal completely as any (former) viable use-cases are no longer applicable
dcramer pushed to master at dcramer/coffin Mon Nov 23 10:22:14 -0800 2009
HEAD is 0ed2a63f0535372977116150f8528438bb5cd911
  • Brian McDonnell committed 0ed2a63f:
    Modified WithExtension to improve alias scoping for both nested 'with' statements and 'with' statements that include other templates.
dcramer pushed to master at dcramer/django-db-log Mon Nov 16 11:00:12 -0800 2009
HEAD is 186c5909f77ae2de58edf2a76a06da9bbb2a76ef
  • David Cramer committed 186c5909:
    Pop class_name out of unique index as it creates an index which is too long for utf8 charsets
dcramer pushed to master at dcramer/django-admin-histograms Fri Nov 13 15:50:17 -0800 2009
HEAD is 1fa1d9423496edacd8ab5957d3853a47ab16b3a6
  • David Cramer committed 1fa1d942:
    *Should be subtracting two dates and then computing the days
dcramer pushed to master at dcramer/django-admin-histograms Fri Nov 13 15:49:14 -0800 2009
HEAD is e15e5e718cd7c8f40aef856646100e0f07fb34b0
  • David Cramer committed e15e5e71:
    Shoudl be timeelta now int
dcramer pushed to master at dcramer/django-admin-histograms Fri Nov 13 15:48:08 -0800 2009
HEAD is 98ab908ed5e71a0967b43673e3bca29ee6df62fa
  • David Cramer committed 98ab908e:
    Support coffin
dcramer pushed to master at dcramer/django-admin-histograms Fri Nov 13 15:42:16 -0800 2009
HEAD is 3078f0da2251ed4d260b9e7bc623d826f2973ff3
  • David Cramer committed 3078f0da:
    Support for days argument
dcramer pushed to master at dcramer/django-admin-histograms Fri Nov 13 15:25:20 -0800 2009
HEAD is 89d68c1a3ef7a4e93867777fe64a6c4ceff37c57
  • David Cramer committed 89d68c1a:
    class for subheading
dcramer pushed to master at dcramer/django-admin-histograms Fri Nov 13 15:19:18 -0800 2009
HEAD is e3e1d6e9a464be33f73990d68f90c8c8e33a1b32
  • David Cramer committed e3e1d6e9:
    Added options for day_labels and # of months
dcramer pushed to master at dcramer/django-admin-histograms Fri Nov 13 15:09:19 -0800 2009
HEAD is 8d6e217f3f6aee6895091e39355dec4f99d07b02

3 commits »

dcramer pushed to master at dcramer/django-db-log Fri Nov 13 14:57:54 -0800 2009
HEAD is 28d3aee1fd920659162b16d049614c0d81cbee2b
  • David Cramer committed 28d3aee1:
    There is now a data field in Error. Some fixes for failing unit tests (including fix from @walen).
dcramer pushed to master at dcramer/django-admin-histograms Fri Nov 13 14:38:52 -0800 2009
HEAD is 0c87cf799a387288867b0d9a03350a43fae4aa22
  • David Cramer committed 0c87cf79:
    update docs
dcramer pushed to master at dcramer/django-admin-histograms Fri Nov 13 14:33:22 -0800 2009
HEAD is 6dc8b3e47de27d021b2b06d99319a3aedca3b90b
  • David Cramer committed 6dc8b3e4:
    Minor doc update (needs more obviously)
dcramer pushed to master at dcramer/django-admin-histograms Fri Nov 13 14:32:12 -0800 2009
HEAD is a855b0fb8dff38541d841411072f1d27df7bf364

7 commits »

dcramer pushed to master at dcramer/django-admin-histograms Fri Nov 13 14:06:40 -0800 2009
HEAD is 8f21dd42f9e93244874526c72502ce73a969b7b2
  • David Cramer committed 8f21dd42:
    Moved some logic into template tag 'histogram_for' which should exist both as a Django templatetag and a Coffin (Jinja2) global object.
dcramer pushed to master at dcramer/django-admin-histograms Fri Nov 13 13:59:53 -0800 2009
HEAD is 55815e119d1467e3f8195b2a98b5b8b9cf2fdd39
  • David Cramer committed 55815e11:
    I fail at git. Missing templates :)
dcramer pushed to master at dcramer/django-admin-histograms Fri Nov 13 13:57:43 -0800 2009
HEAD is 447ed29b1b9975ce91a25f526f27aaa94648be0b
  • David Cramer committed 447ed29b:
    histogram_field needs included in the initialization for this method
dcramer pushed to master at dcramer/django-admin-histograms Fri Nov 13 13:56:55 -0800 2009
HEAD is 519bb853977f0ff9d60908fcd43f6bb12418ffd7
  • David Cramer committed 519bb853:
    Move histogram generation into generic Histogram class. Rendering is now handled by the class allowing generation outside of an admin panel.
dcramer forked alex/django-admin-histograms Fri Nov 13 13:41:06 -0800 2009
Forked repository is at dcramer/django-admin-histograms
dcramer pushed to master at dcramer/django-db-log Tue Nov 10 09:34:44 -0800 2009
HEAD is 6d872c57dca0a879494e1a51ae5d3acf71353b38
  • David Cramer committed 6d872c57:
    formatting cleanup
dcramer pushed to master at dcramer/django-db-log Tue Nov 10 09:26:53 -0800 2009
HEAD is 81077a820bb29cd7a6068410803451df6eb327d5
  • David Cramer committed 81077a82:
    Several fixes for nullable fields. Added logging handler which will automatically enable via DBLOG_WITH_LOGGING. no longer has a type argument.
dcramer pushed to master at dcramer/django-db-log Tue Nov 10 08:18:02 -0800 2009
HEAD is e79b02b8d2a39c21e84098d2b9156c122dcc652c
  • David Cramer committed e79b02b8:
    call global onc onnection
dcramer pushed to master at dcramer/django-db-log Tue Nov 10 08:16:11 -0800 2009
HEAD is 01a9f907e01224757c89133d17cb58fc4a3d5d49
  • David Cramer committed 01a9f907:
    only attempt to close the connection if its open
dcramer pushed to master at dcramer/django-db-log Tue Nov 10 08:15:39 -0800 2009
HEAD is e55e3a7ce01afac5ade4d36effeb29ef17b27f4c
  • David Cramer committed e55e3a7c:
    fix for defaults
dcramer pushed to master at dcramer/django-db-log Tue Nov 10 08:15:31 -0800 2009
HEAD is cb96ecc263c22f5ba7ac0ed4fcadf5d43afd1e73

2 commits »