]>
git.parisson.com Git - django-google-tools.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Chris Adams [Wed, 2 Dec 2009 22:47:08 +0000 (06:47 +0800)]
Better GA init code
The official version fails if the document's first child is something
like a comment. This tries to attach to <head> and, if that doesn't
exist, falls back to body.
Michael Newman [Sat, 24 Oct 2009 20:14:36 +0000 (04:14 +0800)]
Adding a verbose name plural to make the admin show the proper plural
Chris Adams [Wed, 2 Dec 2009 13:56:24 +0000 (21:56 +0800)]
Switch to Asynchronous Tracking
This avoids a common GA performance hit:
http://googlecode.blogspot.com/2009/12/google-analytics-launches-asynchronous.html
kevin fricovsky [Thu, 6 Aug 2009 01:42:07 +0000 (09:42 +0800)]
removed legacy core reference
kevin fricovsky [Thu, 6 Aug 2009 01:38:57 +0000 (09:38 +0800)]
removed legacy admin reference in model
kevin fricovsky [Sun, 2 Aug 2009 14:35:15 +0000 (22:35 +0800)]
made the project 1.* compliant and fixed a bug with a hardcoded analytics ID, now displays anayltics ID value set in admin properly
Clinton Ecker [Sun, 5 Apr 2009 21:36:26 +0000 (16:36 -0500)]
adding gitignore
Clinton Ecker [Sun, 5 Apr 2009 21:35:38 +0000 (16:35 -0500)]
Updating analytics code to most recent
Clinton Ecker [Sun, 5 Apr 2009 21:28:05 +0000 (16:28 -0500)]
More editing
Clinton Ecker [Sun, 5 Apr 2009 21:27:25 +0000 (16:27 -0500)]
Editing readme
Clinton Ecker [Sun, 5 Apr 2009 21:26:30 +0000 (16:26 -0500)]
Updating the readme and altering the license
Clinton Ecker [Sun, 5 Apr 2009 21:22:39 +0000 (16:22 -0500)]
adding a setup.py
Clinton Ecker [Sun, 5 Apr 2009 21:20:37 +0000 (16:20 -0500)]
moving things around so this app is deployable
Clint Ecker [Thu, 31 Jul 2008 23:13:28 +0000 (23:13 +0000)]
* Removing a print statement and fixing a small bug if you haven't set any site codes yet
Clint Ecker [Tue, 8 Jul 2008 15:02:15 +0000 (15:02 +0000)]
Fixing small errors regarding the optional model
Clint Ecker [Tue, 8 Jul 2008 14:55:26 +0000 (14:55 +0000)]
Adding the LICENSE, USAGE and making the model optional
Clint Ecker [Mon, 7 Jul 2008 19:57:16 +0000 (19:57 +0000)]
If the code is left blank, nothing should be rendered
Clint Ecker [Mon, 7 Jul 2008 19:55:49 +0000 (19:55 +0000)]
Initial commit of the project.