]> git.parisson.com Git - django-google-tools.git/log
django-google-tools.git
15 years agoFixed failing noarg code name test.
J. Cliff Dyer [Thu, 3 Dec 2009 17:42:57 +0000 (12:42 -0500)]
Fixed failing noarg code name test.

15 years agoAdded unittests. Still need to test django site integration
J. Cliff Dyer [Thu, 3 Dec 2009 17:03:57 +0000 (12:03 -0500)]
Added unittests.  Still need to test django site integration

15 years agoRecent commit broke parsing of zero arg syntax. (i.e. {% analytics %} and {% analyt...
J. Cliff Dyer [Thu, 3 Dec 2009 16:21:25 +0000 (11:21 -0500)]
Recent commit broke parsing of zero arg syntax.   (i.e. {% analytics %} and {% analytics_async %}).

15 years agoBumped version number to 0.2
J. Cliff Dyer [Wed, 2 Dec 2009 22:19:44 +0000 (17:19 -0500)]
Bumped version number to 0.2

15 years agoMake new asynchronous google analytics optional.
J. Cliff Dyer [Wed, 2 Dec 2009 22:07:09 +0000 (17:07 -0500)]
Make new asynchronous google analytics optional.

The Asynchronous tracking snippet is not exactly a drop it replacement for the old
synchronous tracking snippet.  It is intended to go at a different place in the template,
and it doesn't work with some documents (see README.mdown for details).  Therefore, it
makes sense for it to be rendered using a different template tag.  It could have been an
option passed to the template tag, but template tags should be simple to use, and simple
to parse.

15 years agoSwitch to Asynchronous Tracking
Chris Adams [Wed, 2 Dec 2009 13:56:24 +0000 (08:56 -0500)]
Switch to Asynchronous Tracking

This avoids a common GA performance hit:

http://googlecode.blogspot.com/2009/12/google-analytics-launches-asynchronous.html

15 years agoremoved legacy core reference
kevin fricovsky [Thu, 6 Aug 2009 01:42:07 +0000 (21:42 -0400)]
removed legacy core reference

15 years agoremoved legacy admin reference in model
kevin fricovsky [Thu, 6 Aug 2009 01:38:57 +0000 (21:38 -0400)]
removed legacy admin reference in model

15 years agomade the project 1.* compliant and fixed a bug with a hardcoded analytics ID, now...
kevin fricovsky [Sun, 2 Aug 2009 14:35:15 +0000 (10:35 -0400)]
made the project 1.* compliant and fixed a bug with a hardcoded analytics ID, now displays anayltics ID value set in admin properly

16 years agoadding gitignore
Clinton Ecker [Sun, 5 Apr 2009 21:36:26 +0000 (16:36 -0500)]
adding gitignore

16 years agoUpdating analytics code to most recent
Clinton Ecker [Sun, 5 Apr 2009 21:35:38 +0000 (16:35 -0500)]
Updating analytics code to most recent

16 years agoMore editing
Clinton Ecker [Sun, 5 Apr 2009 21:28:05 +0000 (16:28 -0500)]
More editing

16 years agoEditing readme
Clinton Ecker [Sun, 5 Apr 2009 21:27:25 +0000 (16:27 -0500)]
Editing readme

16 years agoUpdating the readme and altering the license
Clinton Ecker [Sun, 5 Apr 2009 21:26:30 +0000 (16:26 -0500)]
Updating the readme and altering the license

16 years agoadding a setup.py
Clinton Ecker [Sun, 5 Apr 2009 21:22:39 +0000 (16:22 -0500)]
adding a setup.py

16 years agomoving things around so this app is deployable
Clinton Ecker [Sun, 5 Apr 2009 21:20:37 +0000 (16:20 -0500)]
moving things around so this app is deployable

16 years ago* Removing a print statement and fixing a small bug if you haven't set any site codes yet
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

16 years agoFixing small errors regarding the optional model
Clint Ecker [Tue, 8 Jul 2008 15:02:15 +0000 (15:02 +0000)]
Fixing small errors regarding the optional model

16 years agoAdding the LICENSE, USAGE and making the model optional
Clint Ecker [Tue, 8 Jul 2008 14:55:26 +0000 (14:55 +0000)]
Adding the LICENSE, USAGE and making the model optional

16 years agoIf the code is left blank, nothing should be rendered
Clint Ecker [Mon, 7 Jul 2008 19:57:16 +0000 (19:57 +0000)]
If the code is left blank, nothing should be rendered

16 years agoInitial commit of the project.
Clint Ecker [Mon, 7 Jul 2008 19:55:49 +0000 (19:55 +0000)]
Initial commit of the project.