#
# ChangeLog for src
#
# Generated by Trac 1.6
# Mar 22, 2025, 3:32:46 AM

Sun, 13 May 2012 11:12:05 GMT rick [10817]
	* src/django_gheat/import_scan_data.sh (modified)

	Only run the heavy lifting is we actually do have new files.

	While ...


Sun, 13 May 2012 10:44:37 GMT rick [10814]
	* src/django_gheat/gheat/management/commands/import_datafile.py (modified)

	Avoid nagging on missing logging handler.


Sun, 06 May 2012 14:35:37 GMT rick [10684]
	* src/django_gheat/gheat/gmerc.py (copied)

	Restored acc. deleted file.


Sun, 29 Apr 2012 19:59:27 GMT rick [10615]
	* src/django_gheat/gheat/__init__.py (modified)
	* src/django_gheat/gheat/base.py (deleted)
	* src/django_gheat/gheat/etc (deleted)
	* src/django_gheat/gheat/gheatsettings.py (deleted)
	* src/django_gheat/gheat/gmerc.py (deleted)
	* src/django_gheat/gheat/managers.py (deleted)
	* src/django_gheat/gheat/opacity.py (deleted)
	* src/django_gheat/gheat/pil_.py (deleted)
	* src/django_gheat/gheat/pygame_.py (deleted)
	* src/django_gheat/gheat/settings.py (deleted)
	* src/django_gheat/gheat/urls.py (modified)
	* src/django_gheat/gheat/views.py (deleted)
	* src/django_gheat/httpd/maps.conf (modified)
	* src/django_gheat/httpd/osmproxy.conf (modified)
	* src/django_gheat/wlheatmap/tile.py (modified)

	Weed out whole bunch of unused code, to avoid huge dependency
	listing.


Fri, 23 Dec 2011 09:16:20 GMT rick [9823]
	* src/django_gheat/fabfile.py (modified)
	* src/django_gheat/gheat/management/commands/import_datafile.py (modified)
	* src/django_gheat/import_scan_data.sh (modified)

	Importer fails if one file files, this makes it more reliable...


Fri, 23 Dec 2011 08:44:34 GMT rick [9821]
	* src/django_gheat/wlheatmap/templates/home.html (modified)

	Make the text somehow a bit more clear...


Fri, 23 Dec 2011 08:38:25 GMT rick [9820]
	* src/django_gheat/wlheatmap/templates/home.html (modified)
	* src/django_gheat/wlheatmap/templates/js/LayerBase.js (modified)

	Have type reflected in other items as well..


Fri, 23 Dec 2011 08:31:50 GMT rick [9819]
	* src/django_gheat/gheat/admin.py (modified)
	* src/django_gheat/gheat/base.py (modified)
	* src/django_gheat/gheat/dataimport/__init__.py (modified)
	* src/django_gheat/gheat/dataimport/kismet.py (modified)
	* src/django_gheat/gheat/management/commands/add_random_points.py (modified)
	* src/django_gheat/gheat/management/commands/import_datafile.py (modified)
	* src/django_gheat/gheat/models.py (modified)
	* src/django_gheat/wlheatmap/filters.py (modified)
	* src/django_gheat/wlheatmap/nodelist.py (modified)
	* src/django_gheat/wlheatmap/static/heatmap_extensions.js (modified)
	* src/django_gheat/wlheatmap/templates/home.html (modified)
	* src/django_gheat/wlheatmap/templates/js/LayerBase.js (modified)

	Correct annoying typo in naming of the acces*s* point.


Fri, 23 Dec 2011 08:28:57 GMT rick [9818]
	* src/django_gheat/gheat/admin.py (modified)
	* src/django_gheat/gheat/dataimport/__init__.py (modified)
	* src/django_gheat/gheat/models.py (modified)

	Type is needed to start playing around with filters based on the ...


Fri, 23 Dec 2011 08:09:30 GMT rick [9817]
	* src/django_gheat/fabfile.py (modified)

	Special account, allowing some automation.


Fri, 23 Dec 2011 07:57:20 GMT rick [9816]
	* src/django_gheat/wlheatmap/static/heatmap_extensions.js (modified)
	* src/django_gheat/wlheatmap/static/style.css (modified)
	* src/django_gheat/wlheatmap/templates/home.html (modified)

	Make the filter look pretty.


Fri, 23 Dec 2011 07:40:11 GMT rick [9815]
	* src/django_gheat/wlheatmap/static/heatmap_extensions.js (modified)
	* src/django_gheat/wlheatmap/templates/home.html (modified)

	Add extra filter to allow display some and all.

	While where fix the ...


Wed, 21 Dec 2011 20:42:40 GMT rick [9813]
	* src/django_gheat/wlheatmap/static/heatmap.js (modified)
	* src/django_gheat/wlheatmap/static/heatmap_extensions.js (modified)

	Permalink custom layers, nice!


Wed, 21 Dec 2011 19:14:56 GMT rick [9811]
	* src/django_gheat/wlheatmap/static/heatmap.js (modified)

	Reflect the filters in the URL.


Wed, 14 Dec 2011 22:24:31 GMT rick [9782]
	* src/django_gheat/wlheatmap/static/heatmap.js (modified)
	* src/django_gheat/wlheatmap/static/heatmap_extensions.js (modified)

	Some tricks to start making permalinks for custom filters to be able ...


Wed, 14 Dec 2011 21:16:40 GMT rick [9781]
	* src/django_gheat/wlheatmap/static/heatmap_extensions.js (modified)

	Allow specifing custom filters from the CLI


Wed, 14 Dec 2011 19:51:43 GMT rick [9780]
	* src/django_gheat/fabfile.py (modified)

	Allow easy deployment of file updates...


Wed, 14 Dec 2011 19:50:53 GMT rick [9779]
	* src/django_gheat/wlheatmap/static/heatmap_extensions.js (modified)
	* src/django_gheat/wlheatmap/static/style.css (modified)
	* src/django_gheat/wlheatmap/templates/home.html (modified)

	Filter should be allowed to be manually set as well, cause I like to ...


Wed, 14 Dec 2011 18:51:55 GMT rick [9778]
	* src/django_gheat/wlheatmap/filters.py (modified)

	Fix the filter to get rid of duplicates


Wed, 14 Dec 2011 16:51:46 GMT rick [9777]
	* src/django_gheat/import_scan_data.sh (modified)

	By making directories the data should be more easy to parse..


Sat, 03 Dec 2011 12:31:32 GMT rick [9750]
	* src/django_gheat/wlheatmap/forms.py (modified)
	* src/django_gheat/wlheatmap/templates/add_file.html (modified)

	Give a hint of which values are available..


Sat, 03 Dec 2011 12:17:28 GMT rick [9749]
	* src/django_gheat/fabfile.py (modified)
	* src/django_gheat/urls.py (modified)
	* src/django_gheat/wlheatmap/forms.py (modified)
	* src/django_gheat/wlheatmap/templates/add_file.html (modified)

	Some awefull quirks to avoid uploading files without authentication.


Sat, 03 Dec 2011 11:11:32 GMT rick [9748]
	* src/django_gheat/settings.py (modified)

	OSM_PROXY_DIR can also be overwritten (if used).


Sat, 03 Dec 2011 11:01:20 GMT rick [9747]
	* src/django_gheat/gheat/admin.py (modified)
	* src/django_gheat/gheat/models.py (modified)

	``is_imported'' is a machine changed fields. Do not allow users to ...


Sat, 03 Dec 2011 10:58:19 GMT rick [9746]
	* src/django_gheat/wlheatmap/__init__.py (modified)
	* src/django_gheat/wlheatmap/forms.py (added)
	* src/django_gheat/wlheatmap/urls.py (modified)

	* Cannot be placed in __init__ as this will causes the CHOICES to ...


Tue, 04 Oct 2011 05:50:42 GMT rick [9690]
	* src/django_gheat/import_scan_data.sh (modified)

	Allow to run in autosync...


Wed, 07 Sep 2011 20:06:09 GMT rick [9674]
	* src/django_gheat/wlheatmap/__init__.py (modified)

	- Yield error on form failure.

	-the set is only done ones, while ...


Tue, 06 Sep 2011 13:53:54 GMT rick [9673]
	* src/django_gheat/import_scan_data.sh (modified)

	Show files beeing fetches for debugging...


Tue, 06 Sep 2011 13:35:36 GMT rick [9672]
	* src/django_gheat/import_scan_data.sh (modified)

	Proper rsync user/key determinitin


Tue, 06 Sep 2011 13:31:25 GMT rick [9671]
	* src/django_gheat/import_scan_data.sh (modified)

	Remove debug line


Tue, 06 Sep 2011 13:29:32 GMT rick [9670]
	* src/django_gheat/import_scan_data.sh (modified)

	Make the BASEROOT make sence...


Tue, 06 Sep 2011 13:21:35 GMT rick [9669]
	* src/django_gheat/gheat/management/commands/import_datafile.py (modified)

	Sometimes I just _want_ to include the file. No questions asked.


Tue, 06 Sep 2011 13:09:58 GMT rick [9668]
	* src/django_gheat/gheat/dataimport/__init__.py (modified)
	* src/django_gheat/gheat/dataimport/kismet.py (modified)

	Harden import such that is survives errors like:
	  - Empty files.
	  ...


Tue, 06 Sep 2011 13:09:02 GMT rick [9667]
	* src/django_gheat/import_scan_data.sh (modified)

	Suport .zip files...


Mon, 05 Sep 2011 18:11:15 GMT rick [9666]
	* src/django_gheat/fabfile.py (added)

	Deploy helper using fabric.


Mon, 05 Sep 2011 18:01:15 GMT rick [9665]
	* src/django_gheat/import_scan_data.sh (modified)

	Fix some imports...


Mon, 05 Sep 2011 17:05:20 GMT rick [9664]
	* src/django_gheat/gheat/dataimport/__init__.py (modified)
	* src/django_gheat/gheat/models.py (modified)

	Fix import of invalid datapoints, causing large ``dots'' in output as ...


Mon, 05 Sep 2011 15:50:22 GMT rick [9663]
	* src/django_gheat/gheat/models.py (modified)

	Cleanup of old cuft.


Mon, 05 Sep 2011 15:47:10 GMT rick [9662]
	* src/django_gheat/wlheatmap/tile.py (modified)

	Example to reduce the fine grain results if needed.


Sun, 04 Sep 2011 18:17:39 GMT rick [9661]
	* src/django_gheat/wlheatmap/__init__.py (modified)

	Example.


Sun, 04 Sep 2011 18:14:03 GMT rick [9660]
	* src/django_gheat/gheat/models.py (modified)
	* src/django_gheat/wlheatmap/__init__.py (modified)
	* src/django_gheat/wlheatmap/templates/add_file.html (added)
	* src/django_gheat/wlheatmap/urls.py (modified)

	Poor mans ``API'' for adding meetbestanden to the database.


Sun, 04 Sep 2011 15:12:07 GMT rick [9659]
	* src/django_gheat/gheat/models.py (modified)

	Make the apperatuur look good by default.


Sun, 04 Sep 2011 13:46:35 GMT rick [9658]
	* src/django_gheat/wlheatmap/__init__.py (modified)
	* src/django_gheat/wlheatmap/urls.py (modified)

	Little trick to import the currenly unimported files.


Sun, 04 Sep 2011 12:58:15 GMT rick [9657]
	* src/django_gheat/INSTALL (added)

	Include some pointers towards  deployment and hacking...


Sun, 04 Sep 2011 12:57:34 GMT rick [9656]
	* src/django_gheat/gheat/management/commands/import_nodes.py (modified)

	Some hosts takes up to 10 seconds to generate all the configs.


Sat, 03 Sep 2011 12:34:39 GMT rick [9655]
	* src/django_gheat/wlheatmap/static/heatmap_extensions.js (modified)

	String is just a normal '#' escaping will only be done if sent as URL ...


Sat, 03 Sep 2011 12:18:27 GMT rick [9654]
	* src/django_gheat/wlheatmap/templates/home.html (modified)

	Add a little  IE disclaimer.


Sat, 03 Sep 2011 12:14:02 GMT rick [9653]
	* src/django_gheat/settings.py (modified)
	* src/django_gheat/wlheatmap/templates/js/LayerBase.js (modified)

	Allow prefixing on domain proto to 'hack' a way making relative URLs ...


Sat, 03 Sep 2011 12:12:34 GMT rick [9652]
	* src/django_gheat/wlheatmap/static/OpenLayers.js (modified)

	Trunk version of OpenLayers.


Sat, 03 Sep 2011 12:03:56 GMT rick [9651]
	* src/django_gheat/wlheatmap/static/heatmap_extensions.js (modified)

	IE8 namespaces (needed for VML layer) are not ready on document ...


Sat, 03 Sep 2011 11:41:19 GMT rick [9650]
	* src/django_gheat/wlheatmap/filters.py (modified)

	No Data, makes the viriable unassinged.wq


Fri, 02 Sep 2011 21:43:57 GMT rick [9649]
	* src/django_gheat/wlheatmap/static/heatmap.js (modified)

	IE does not allow arrays to have comma's as well.


Fri, 02 Sep 2011 21:19:47 GMT rick [9648]
	* src/django_gheat/wlheatmap/static/heatmap.js (modified)
	* src/django_gheat/wlheatmap/static/heatmap_extensions.js (modified)
	* src/django_gheat/wlheatmap/templates/js/LayerBase.js (modified)

	Bunch of comma fixes to make IE happy.


Wed, 31 Aug 2011 16:21:00 GMT rick [9641]
	* src/django_gheat/wlheatmap/static/heatmap.js (modified)
	* src/django_gheat/wlheatmap/static/heatmap_extensions.js (modified)
	* src/django_gheat/wlheatmap/templates/js/LayerBase.js (modified)

	Fix initial IE errors, reported by Martijn.


Tue, 30 Aug 2011 20:36:25 GMT rick [9640]
	* src/django_gheat/gheat/dataimport (added)
	* src/django_gheat/gheat/dataimport/__init__.py (copied)
	* src/django_gheat/gheat/dataimport/droidstumbler.py (moved)
	* src/django_gheat/gheat/dataimport/kismet.py (moved)
	* src/django_gheat/gheat/dataimport/netstumbler.py (moved)
	* src/django_gheat/gheat/management/commands/import_datafile.py (modified)

	Cast the import logic to a special place, cause we are going to need ...


Tue, 30 Aug 2011 20:25:13 GMT rick [9639]
	* src/django_gheat/gheat/management/commands/import_datafile.py (modified)

	Pushing the importer logic into its own function...


Tue, 30 Aug 2011 20:18:09 GMT rick [9638]
	* src/django_gheat/gheat/models.py (modified)

	Files does not has to be unique.


Tue, 30 Aug 2011 20:10:12 GMT rick [9637]
	* src/django_gheat/gheat/admin.py (modified)
	* src/django_gheat/gheat/management/commands/import_datafile.py (modified)
	* src/django_gheat/gheat/models.py (modified)

	Make sure we store the file we process.


Tue, 30 Aug 2011 20:05:40 GMT rick [9636]
	* src/django_gheat/settings.py (modified)

	Remove debug line..., grumle.


Tue, 30 Aug 2011 20:04:17 GMT rick [9635]
	* src/django_gheat/settings.py (modified)

	Why?


Tue, 30 Aug 2011 19:57:40 GMT rick [9634]
	* src/django_gheat/settings.py (modified)

	Before calling it is kind of usefull to import the file first


Tue, 30 Aug 2011 19:38:52 GMT rick [9633]
	* src/django_gheat/gheat/management/commands/import_datafile.py (modified)
	* src/django_gheat/gheat/models.py (modified)
	* src/django_gheat/urls.py (modified)

	Start building framework for direct import of files.


Tue, 30 Aug 2011 19:05:10 GMT rick [9632]
	* src/django_gheat/gheat/management/commands/import_datafile.py (modified)

	Default to now() for the time beeing if we cannot find a proper date ...


Tue, 30 Aug 2011 18:59:40 GMT rick [9631]
	* src/django_gheat/gheat/management/commands/import_datafile.py (modified)

	Error the right set of alternatives.


Tue, 30 Aug 2011 18:59:25 GMT rick [9630]
	* src/django_gheat/import_scan_data.sh (modified)

	Make the import data script more robust.


Tue, 30 Aug 2011 18:45:53 GMT rick [9629]
	* src/django_gheat/gheat/management/commands/droidstumbler.py (modified)
	* src/django_gheat/gheat/management/commands/import_datafile.py (modified)
	* src/django_gheat/gheat/management/commands/kismet.py (modified)
	* src/django_gheat/gheat/management/commands/netstumbler.py (modified)

	Logging OK, but no setting of levels inside modules


Tue, 30 Aug 2011 18:42:43 GMT rick [9628]
	* src/django_gheat/gheat/management/commands/import_datafile.py (modified)

	Merge forgotten functions from import_droidstumbler.py@9618


Tue, 30 Aug 2011 18:34:39 GMT rick [9627]
	* src/django_gheat/gheat/management/commands/import_datafile.py (modified)

	Allow importing multiple times.


Tue, 30 Aug 2011 18:24:00 GMT rick [9626]
	* src/django_gheat/gheat/management/commands/import_datafile.py (modified)

	strip replaces all characters.


Tue, 30 Aug 2011 18:16:08 GMT rick [9625]
	* src/django_gheat/gheat/management/commands/import_datafile.py (modified)

	Clear import dependency.


Tue, 30 Aug 2011 18:14:53 GMT rick [9624]
	* src/django_gheat/gheat/management/commands/dataimport.py (deleted)
	* src/django_gheat/gheat/management/commands/import_netstumbler.py (deleted)

	Forgotten files to be deleted.


Tue, 30 Aug 2011 18:13:57 GMT rick [9623]
	* src/django_gheat/gheat/management/commands/droidstumbler.py (moved)
	* src/django_gheat/gheat/management/commands/import_csv.py (deleted)
	* src/django_gheat/gheat/management/commands/import_datafile.py (copied)
	* src/django_gheat/gheat/management/commands/import_netstumbler.py (modified)
	* src/django_gheat/gheat/management/commands/kismet.py (moved)
	* src/django_gheat/gheat/management/commands/netstumbler.py (modified)
	* src/django_gheat/import_scan_data.sh (modified)

	Merge and migrate all files into common files to get rid of all ...


Tue, 30 Aug 2011 14:14:03 GMT rick [9619]
	* src/django_gheat/gheat/management/commands/import_netstumbler.py (copied)

	Importer method for netstumbler, prepared for merging, al ...


Tue, 30 Aug 2011 14:13:01 GMT rick [9618]
	* src/django_gheat/gheat/management/commands/netstumbler.py (modified)

	Cosmetic fixes.


Tue, 30 Aug 2011 12:35:40 GMT rick [9617]
	* src/django_gheat/wlheatmap/feature.py (modified)

	Make sure to present the right mime-type.


Sun, 28 Aug 2011 21:01:12 GMT rick [9602]
	* src/django_gheat/gheat/management/commands/netstumbler.py (modified)

	Saves a whole bunch of casting on a later stage.


Sun, 28 Aug 2011 20:53:06 GMT rick [9601]
	* src/django_gheat/gheat/management/commands/netstumbler.py (modified)

	Initial import netstumbler file reader..


Sun, 28 Aug 2011 20:38:45 GMT rick [9600]
	* src/django_gheat/gheat/management/commands/netstumbler.py (added)

	Initial netstumbler files.


Sun, 28 Aug 2011 16:02:40 GMT rick [9599]
	* src/django_gheat/wlheatmap/static/heatmap.js (modified)
	* src/django_gheat/wlheatmap/templates/home.html (modified)

	Cleanup calling into proper function.


Sun, 28 Aug 2011 16:02:07 GMT rick [9598]
	* src/django_gheat/gheat/management/commands/import_droidstumbler.py (modified)

	NULL is really database NULL and not string 'NULL';


Sun, 28 Aug 2011 15:34:24 GMT rick [9597]
	* src/django_gheat/gheat/management/commands/import_nodes.py (modified)

	Only quote after all fields has been included.


Sun, 28 Aug 2011 15:08:38 GMT rick [9596]
	* src/django_gheat/wlheatmap/feature.py (modified)
	* src/django_gheat/wlheatmap/filters.py (modified)
	* src/django_gheat/wlheatmap/nodelist.py (modified)
	* src/django_gheat/wlheatmap/static/heatmap.js (modified)
	* src/django_gheat/wlheatmap/templates/js/LayerBase.js (modified)

	-  Fixed the color and the URL locations references, to be more ...


Sun, 28 Aug 2011 14:01:03 GMT rick [9594]
	* src/django_gheat/wlheatmap/feature.py (added)
	* src/django_gheat/wlheatmap/static/heatmap.js (modified)
	* src/django_gheat/wlheatmap/urls.py (modified)

	Nice hack for showing all nodes using geojson.


Sun, 28 Aug 2011 13:34:06 GMT rick [9593]
	* src/django_gheat/gheat/admin.py (modified)
	* src/django_gheat/gheat/management/commands/import_nodes.py (modified)
	* src/django_gheat/gheat/models.py (modified)
	* src/django_gheat/gheat/sql/organization.sql (modified)

	Fix the organization imports


Sun, 28 Aug 2011 13:00:28 GMT rick [9592]
	* src/django_gheat/gheat/admin.py (modified)
	* src/django_gheat/gheat/management/commands/import_droidstumbler.py (modified)
	* src/django_gheat/gheat/management/commands/import_kismet.py (modified)
	* src/django_gheat/gheat/models.py (modified)
	* src/django_gheat/gheat/sql (added)
	* src/django_gheat/gheat/sql/organization.sql (added)
	* src/django_gheat/wlheatmap/filters.py (modified)
	* src/django_gheat/wlheatmap/nodelist.py (modified)
	* src/django_gheat/wlheatmap/templates/js/LayerBase.js (modified)

	Organization needs to be a special Model to make fudgings around with ...


Sun, 28 Aug 2011 12:05:12 GMT rick [9591]
	* src/django_gheat/settings.py (modified)

	Prefix might not be present.


Sun, 28 Aug 2011 12:04:53 GMT rick [9590]
	* src/django_gheat/gheat/admin.py (modified)
	* src/django_gheat/gheat/management/commands/import_nodes.py (added)
	* src/django_gheat/gheat/models.py (modified)

	I like to have nodes in here as well.


Sat, 27 Aug 2011 16:14:19 GMT rick [9587]
	* src/django_gheat/wlheatmap/static/heatmap.js (modified)
	* src/django_gheat/wlheatmap/static/nodes.json (added)

	Example usage of adding the ``actual'' location of the Node as well.


Sat, 27 Aug 2011 16:13:13 GMT rick [9586]
	* src/django_gheat/settings.py (modified)

	Allow overwriting the DJANGO_PREFIX thingy


Sat, 27 Aug 2011 16:12:51 GMT rick [9585]
	* src/django_gheat/gheat/admin.py (modified)

	Better searching...


Sat, 27 Aug 2011 14:48:09 GMT rick [9584]
	* src/django_gheat/wlheatmap/static/heatmap.js (modified)
	* src/django_gheat/wlheatmap/templates/home.html (modified)

	Renaming to make it more understandable for the normal users.


Sat, 27 Aug 2011 14:40:58 GMT rick [9583]
	* src/django_gheat/wlheatmap/static/heatmap.js (modified)
	* src/django_gheat/wlheatmap/static/style.css (modified)
	* src/django_gheat/wlheatmap/templates/home.html (modified)

	Fix style-sheet inheritance, allowing to override and fix location of ...


Sat, 27 Aug 2011 14:28:24 GMT rick [9582]
	* src/django_gheat/wlheatmap/static/theme/default/framedCloud.css (added)
	* src/django_gheat/wlheatmap/static/theme/default/google.css (added)
	* src/django_gheat/wlheatmap/static/theme/default/ie6-style.css (added)
	* src/django_gheat/wlheatmap/static/theme/default/img (added)
	* src/django_gheat/wlheatmap/static/theme/default/img/add_point_off.png (added)
	* src/django_gheat/wlheatmap/static/theme/default/img/add_point_on.png (added)
	* src/django_gheat/wlheatmap/static/theme/default/img/blank.gif (added)
	* src/django_gheat/wlheatmap/static/theme/default/img/close.gif (added)
	* src/django_gheat/wlheatmap/static/theme/default/img/drag-rectangle-off.png (added)
	* src/django_gheat/wlheatmap/static/theme/default/img/drag-rectangle-on.png (added)
	* src/django_gheat/wlheatmap/static/theme/default/img/draw_line_off.png (added)
	* src/django_gheat/wlheatmap/static/theme/default/img/draw_line_on.png (added)
	* src/django_gheat/wlheatmap/static/theme/default/img/draw_point_off.png (added)
	* src/django_gheat/wlheatmap/static/theme/default/img/draw_point_on.png (added)
	* src/django_gheat/wlheatmap/static/theme/default/img/draw_polygon_off.png (added)
	* src/django_gheat/wlheatmap/static/theme/default/img/draw_polygon_on.png (added)
	* src/django_gheat/wlheatmap/static/theme/default/img/editing_tool_bar.png (added)
	* src/django_gheat/wlheatmap/static/theme/default/img/move_feature_off.png (added)
	* src/django_gheat/wlheatmap/static/theme/default/img/move_feature_on.png (added)
	* src/django_gheat/wlheatmap/static/theme/default/img/navigation_history.png (added)
	* src/django_gheat/wlheatmap/static/theme/default/img/overview_replacement.gif (added)
	* src/django_gheat/wlheatmap/static/theme/default/img/pan-panel-NOALPHA.png (added)
	* src/django_gheat/wlheatmap/static/theme/default/img/pan-panel.png (added)
	* src/django_gheat/wlheatmap/static/theme/default/img/pan_off.png (added)
	* src/django_gheat/wlheatmap/static/theme/default/img/pan_on.png (added)
	* src/django_gheat/wlheatmap/static/theme/default/img/panning-hand-off.png (added)
	* src/django_gheat/wlheatmap/static/theme/default/img/panning-hand-on.png (added)
	* src/django_gheat/wlheatmap/static/theme/default/img/remove_point_off.png (added)
	* src/django_gheat/wlheatmap/static/theme/default/img/remove_point_on.png (added)
	* src/django_gheat/wlheatmap/static/theme/default/img/ruler.png (added)
	* src/django_gheat/wlheatmap/static/theme/default/img/save_features_off.png (added)
	* src/django_gheat/wlheatmap/static/theme/default/img/save_features_on.png (added)
	* src/django_gheat/wlheatmap/static/theme/default/img/view_next_off.png (added)
	* src/django_gheat/wlheatmap/static/theme/default/img/view_next_on.png (added)
	* src/django_gheat/wlheatmap/static/theme/default/img/view_previous_off.png (added)
	* src/django_gheat/wlheatmap/static/theme/default/img/view_previous_on.png (added)
	* src/django_gheat/wlheatmap/static/theme/default/img/zoom-panel-NOALPHA.png (added)
	* src/django_gheat/wlheatmap/static/theme/default/img/zoom-panel.png (added)
	* src/django_gheat/wlheatmap/static/theme/default/style.css (modified)

	Include all the development openlayers files


Sat, 27 Aug 2011 12:09:41 GMT rick [9581]
	* src/django_gheat/wlheatmap/static/OpenLayers.js (modified)

	dev layers provide more usefull features to work with.


Fri, 26 Aug 2011 21:01:44 GMT rick [9580]
	* src/django_gheat/wlheatmap/static/style.css (modified)

	A little bit transparent is a very nice flavor to look at :)


Fri, 26 Aug 2011 20:54:24 GMT rick [9579]
	* src/django_gheat/gheat/admin.py (modified)
	* src/django_gheat/gheat/management/commands/import_droidstumbler.py (modified)
	* src/django_gheat/gheat/management/commands/import_kismet.py (modified)
	* src/django_gheat/gheat/models.py (modified)
	* src/django_gheat/wlheatmap/filters.py (modified)
	* src/django_gheat/wlheatmap/nodelist.py (modified)
	* src/django_gheat/wlheatmap/templates/js/LayerBase.js (modified)

	Map a SSID to an organization to play nice with differnt SSIDs.


Fri, 26 Aug 2011 19:34:45 GMT rick [9578]
	* src/django_gheat/wlheatmap/static/heatmap_extensions.js (modified)
	* src/django_gheat/wlheatmap/templates/home.html (modified)

	Allow filtering on signals as well.


Fri, 26 Aug 2011 18:54:01 GMT rick [9577]
	* src/django_gheat/wlheatmap/filters.py (modified)
	* src/django_gheat/wlheatmap/static/heatmap_extensions.js (modified)
	* src/django_gheat/wlheatmap/tile.py (modified)

	Allow selecting ``all'' entries.


Fri, 26 Aug 2011 15:51:53 GMT rick [9576]
	* src/django_gheat/wlheatmap/static/heatmap.js (modified)

	Overmap is usefull for navigation


Fri, 26 Aug 2011 15:45:49 GMT rick [9575]
	* src/django_gheat/wlheatmap/static/heatmap.js (modified)
	* src/django_gheat/wlheatmap/static/heatmap_extensions.js (modified)

	Rename to more logical naming setup.