#
# ChangeLog for /
#
# Generated by Trac 1.6
# Mar 14, 2025, 3:55:39 PM

Thu, 11 Sep 2008 22:00:16 GMT RIck van der Zwet [6257]
	* exodus/models.py (modified)
	* exodus/templates/dhcpd.conf (modified)
	* exodus/templates/node-detail.html (modified)
	* exodus/templates/rc-node-local.txt (modified)
	* exodus/templates/resolv.conf (modified)
	* exodus/templatetags/network.py (modified)
	* exodus/views.py (modified)
	* exodus/wllogic.py (modified)

	Got basic interface version working and seems to work well on all ...


Thu, 11 Sep 2008 10:50:55 GMT RIck van der Zwet [6256]
	* Makefile (modified)
	* README (modified)
	* exodus/admin.py (modified)
	* exodus/models.py (modified)
	* exodus/urls.py (modified)
	* exodus/views.py (modified)
	* exodus/wllogic.py (modified)

	Link and LinkPool is not working due the complexity and not logic ...


Thu, 11 Sep 2008 10:31:52 GMT RIck van der Zwet [6255]
	* Makefile (added)

	Quick and dirty to run/sync and debug


Tue, 09 Sep 2008 08:55:14 GMT RIck van der Zwet [6254]
	* exodus/admin.py (modified)
	* exodus/templates/addinterlink.html (modified)
	* exodus/templates/addnic.html (modified)
	* exodus/templates/exodus-template.html (modified)
	* exodus/templates/node-detail.html (modified)
	* exodus/templatetags/network.py (modified)
	* exodus/urls.py (modified)
	* exodus/views.py (modified)

	First attempt to sanitize the code to match the new models.py


Mon, 08 Sep 2008 23:28:41 GMT roland [6253]
	* doc/discussion-08-09-2008.txt (modified)
	* exodus/models.py (modified)
	* exodus/sql/mode.sql (deleted)
	* exodus/sql/nictype.sql (deleted)
	* exodus/sql/polar.sql (deleted)
	* exodus/sql/status.sql (deleted)

	Reworked database model.
	According to discussion-08-09-2008.txt


Mon, 08 Sep 2008 22:27:16 GMT RIck van der Zwet [6252]
	* doc/discussion-08-09-2008.txt (added)

	Discussion/Meeting outcome


Thu, 04 Sep 2008 11:49:00 GMT RIck van der Zwet [6246]
	* exodus/templates/dhcpd.conf (modified)

	Completed dhcpd.conf file


Thu, 04 Sep 2008 11:32:51 GMT RIck van der Zwet [6245]
	* exodus/wllogic.py (modified)

	Made the broadcast address calcuation a bit more efficient


Thu, 04 Sep 2008 10:37:42 GMT RIck van der Zwet [6244]
	* exodus/templates/dhcpd.conf (modified)
	* exodus/templatetags (added)
	* exodus/templatetags/__init__.py (added)
	* exodus/templatetags/network.py (added)
	* exodus/wllogic.py (modified)

	* Extended wllogic with some network/broadcast logic
	* Used ...


Thu, 04 Sep 2008 08:58:33 GMT RIck van der Zwet [6243]
	* doc/examples (added)
	* doc/examples/README (added)
	* doc/examples/dhcpd.conf (added)
	* doc/examples/named.conf (added)
	* doc/examples/rc.node.local (added)
	* doc/examples/resolv.conf (added)
	* doc/examples/wleiden.conf (added)

	Sample genesis file and generated configs to be able to work offline ...


Wed, 03 Sep 2008 15:11:38 GMT roland [6242]
	* TODO (modified)
	* exodus/templates/dhcpd.conf (modified)
	* exodus/templates/named.conf (modified)
	* exodus/templates/rc-local.txt (modified)
	* exodus/templates/rc-node-local.txt (modified)
	* exodus/templates/resolv.conf (modified)
	* exodus/views.py (modified)

	added comment about omni check.
	used {% now %} in template, no need ...


Wed, 03 Sep 2008 09:28:35 GMT RIck van der Zwet [6241]
	* exodus/templates/resolv.conf (modified)

	Working resolv.conf file


Wed, 03 Sep 2008 08:29:05 GMT RIck van der Zwet [6240]
	* doc/exodusmodels.pdf (added)

	Also added pdf version to avoid the new of graphviz installed to view ...


Wed, 03 Sep 2008 08:23:06 GMT RIck van der Zwet [6239]
	* exodus/templates/addinterlink.html (modified)
	* exodus/views.py (modified)

	Rewrote addinterlink to allow better error handling and be more
	readable


Tue, 02 Sep 2008 23:03:46 GMT RIck van der Zwet [6238]
	* TODO (modified)
	* exodus/templates/exodus-template.html (modified)
	* exodus/templates/node-list.html (modified)
	* exodus/urls.py (modified)

	Removed absolute URL calls and converted them to relative ones


Tue, 02 Sep 2008 22:18:06 GMT RIck van der Zwet [6237]
	* exodus/templates/resolv.conf (copied)
	* exodus/views.py (modified)

	Created template resolv.conf


Tue, 02 Sep 2008 22:17:52 GMT RIck van der Zwet [6236]
	* README (modified)

	Trunk uses different command line syntax


Tue, 02 Sep 2008 22:10:49 GMT RIck van der Zwet [6235]
	* README (modified)
	* sampleserver/settings.py (modified)

	Installing django extentions the 'official' way as they are currently ...


Tue, 26 Aug 2008 10:03:19 GMT roland [6234]
	* TODO (modified)
	* exodus/admin.py (added)
	* exodus/models.py (modified)

	The new django admin, is in a seperate file, admin.py, according to ...


Sat, 23 Aug 2008 22:58:47 GMT roland [6233]
	* TODO (modified)
	* exodus/templates/node-detail.html (modified)

	Template detail-node shows interlinks correctly.
	Also added an <a ...


Sat, 23 Aug 2008 21:37:11 GMT roland [6232]
	* TODO (modified)
	* exodus/models.py (modified)

	add def __str__ return for interlink


Sat, 23 Aug 2008 12:44:18 GMT roland [6231]
	* TODO (modified)
	* exodus/views.py (modified)
	* exodus/wllogic.py (modified)

	added basic addinterlink functionality


Fri, 22 Aug 2008 22:40:57 GMT roland [6230]
	* TODO (modified)
	* exodus/views.py (modified)

	updated TODO file
	And I'm working on addinterlink, moved original to ...


Fri, 22 Aug 2008 20:54:14 GMT roland [6229]
	* doc/README (modified)
	* exodus/wllogic.py (modified)

	Fixed add nic error:
	return "%s-%s.%s.%s" % (desc, nic.iface, ...


Thu, 21 Aug 2008 15:53:43 GMT roland [6228]
	* exodus/static/.exodus.css.swp (deleted)

	removed vim swp file


Tue, 19 Aug 2008 18:11:13 GMT roland [6219]
	* sampleserver/settings.py (modified)

	made DJANGOROOT in settings.py platform safe by using os.path.join


Tue, 19 Aug 2008 17:57:36 GMT roland [6218]
	* sampleserver/settings.py (moved)

	moved settings.py.tmpl to settings.py


Tue, 19 Aug 2008 17:57:00 GMT roland [6217]
	* README (modified)
	* exodus/templates/node-list.html (modified)

	wrong ci directory last-commit


Tue, 19 Aug 2008 17:56:27 GMT roland [6216]
	* sampleserver/settings.py.tmpl (modified)

	Changed DJANGOROOT in settings.py to:
	os.path.dirname(__file__) + ...


Sun, 17 Aug 2008 22:00:13 GMT roland [6215]
	* TODO (modified)
	* exodus/sql/dnsserver.sql (modified)
	* exodus/sql/network.sql (modified)
	* exodus/templates/named.conf (added)
	* exodus/urls.py (modified)
	* exodus/views.py (modified)

	Added named.conf template, and added wzoeterwoude.net to domains, to ...


Sun, 17 Aug 2008 13:28:21 GMT roland [6214]
	* doc/exodusmodels.dot (modified)

	new graphizfile


Sun, 17 Aug 2008 12:28:23 GMT roland [6213]
	* exodus/views.py (modified)

	fixed typo: retunr to return


Sat, 16 Aug 2008 08:03:45 GMT roland [6212]
	* exodus/models.py (modified)
	* exodus/sql/dnsserver.sql (added)
	* exodus/urls.py (modified)

	Added intitial values of DnsServer and added a databrowse option ...


Sat, 16 Aug 2008 01:58:20 GMT roland [6211]
	* TODO (modified)
	* exodus/models.py (modified)
	* exodus/static/blue_sep.png (added)
	* exodus/static/exodus.css (modified)
	* exodus/views.py (modified)

	template, model and other updates


Sat, 16 Aug 2008 01:54:46 GMT RIck van der Zwet [6210]
	* exodus/sql/mode.sql (modified)
	* exodus/templates/node-detail.html (modified)
	* exodus/views.py (modified)
	* exodus/wllogic.py (modified)

	Final commit for this morning, made sure node-detail is displaying ...


Sat, 16 Aug 2008 01:20:27 GMT RIck van der Zwet [6209]
	* exodus/models.py (modified)

	Set location to be GPS coordinates


Sat, 16 Aug 2008 01:08:53 GMT RIck van der Zwet [6208]
	* exodus/models.py (modified)
	* exodus/templates/node-detail.html (modified)

	Initial attempt to view all node details


Sat, 16 Aug 2008 00:12:42 GMT roland [6207]
	* doc/exodusmodels.dot (modified)

	new graphviz model document


Sat, 16 Aug 2008 00:06:41 GMT RIck van der Zwet [6206]
	* exodus/models.py (modified)
	* exodus/templates/addinterlink.html (modified)
	* exodus/templates/addnic.html (modified)
	* exodus/templates/addomni.html (modified)
	* exodus/templates/exodus-template.html (modified)
	* exodus/views.py (modified)

	Made all add working


Fri, 15 Aug 2008 22:28:40 GMT RIck van der Zwet [6205]
	* exodus/templates/addlocation.html (modified)
	* exodus/views.py (modified)

	Converted addlocation to new trunk standard


Fri, 15 Aug 2008 22:20:46 GMT RIck van der Zwet [6204]
	* exodus/models.py (modified)
	* exodus/templates/addnode.html (modified)
	* exodus/views.py (modified)

	Moved to trunk of django new form formatting, hints: ...


Fri, 15 Aug 2008 20:54:37 GMT roland [6203]
	* exodus/models.py (modified)

	fixed the djangoadmin site


Fri, 15 Aug 2008 20:27:51 GMT roland [6202]
	* TODO (modified)
	* doc/README (added)
	* exodus/models.py (modified)
	* sampleserver/urls.py (modified)

	changed some admin stuff in urls.py and models.py


Fri, 15 Aug 2008 19:51:05 GMT roland [6201]
	* sampleserver/settings.py.tmpl (modified)
	* sampleserver/urls.py (modified)

	fixed urls.py for trunkwq


Fri, 15 Aug 2008 19:28:23 GMT roland [6200]
	* doc/INSTALLdjangotrunk (added)

	added install djangotrunk with exodus


Fri, 15 Aug 2008 19:22:19 GMT roland [6199]
	* exodus/models.py (modified)

	changed maxlength to max_length in models.py


Fri, 15 Aug 2008 19:15:41 GMT roland [6198]
	* exodus/views.py (modified)

	added a readme for creating a graphviz file


Fri, 15 Aug 2008 12:29:04 GMT roland [6197]
	* doc/exodusmodels.dot (added)

	added a graphviz file of the exodus database layout


Thu, 14 Aug 2008 22:03:44 GMT RIck van der Zwet [6196]
	* README (modified)
	* doc (moved)
	* doc/exodus_mysql (modified)
	* doc/todo.txt (modified)

	* Moved olddocumentation to doc and wrote explainary of files what ...


Thu, 14 Aug 2008 21:57:05 GMT RIck van der Zwet [6195]
	* TODO (modified)

	Already implemented using database layout 'unique' and template ...


Thu, 14 Aug 2008 21:55:31 GMT roland [6194]
	* TODO (modified)
	* olddocumentation (added)
	* olddocumentation/exodus_mysql (added)
	* olddocumentation/todo.txt (added)

	added old documentation


Thu, 14 Aug 2008 21:54:57 GMT RIck van der Zwet [6193]
	* TODO (modified)

	Added few TODO entries


Thu, 14 Aug 2008 21:48:49 GMT RIck van der Zwet [6192]
	* exodus/templates/dhcpd.conf (copied)
	* exodus/templates/node-list.html (modified)
	* exodus/urls.py (modified)
	* exodus/views.py (modified)

	* Fixed linking to various config files
	* Initial dhcpd file attempt


Thu, 14 Aug 2008 20:37:52 GMT RIck van der Zwet [6191]
	* TODO (modified)
	* exodus/models.py (modified)
	* exodus/sql/network.sql (added)
	* exodus/templates/addnode.html (modified)
	* exodus/wllogic.py (modified)

	Not able to add a node was caused due the fact ssid generation, which ...


Thu, 14 Aug 2008 19:46:57 GMT roland [6190]
	* TODO (modified)
	* exodus/sql/linktype.sql (added)
	* exodus/sql/mode.sql (added)
	* exodus/sql/nictype.sql (modified)
	* exodus/sql/status.sql (modified)
	* exodus/views.py (modified)

	Added sql imports and todos


Thu, 14 Aug 2008 13:35:00 GMT roland [6189]
	* exodus/sql/antenna.sql (added)
	* exodus/sql/nictype.sql (added)
	* exodus/sql/polar.sql (added)

	added sql files to populate a database after syncdb for exodus


Tue, 12 Aug 2008 23:52:05 GMT RIck van der Zwet [6188]
	* exodus/templates/node-list.html (modified)
	* exodus/urls.py (modified)
	* exodus/views.py (modified)

	First attempt on using both nodename and nodeid as input variable


Tue, 12 Aug 2008 22:33:45 GMT roland [6187]
	* exodus/urls.py (modified)
	* exodus/views.py (modified)

	fixed a template path bug


Tue, 12 Aug 2008 22:26:58 GMT roland [6186]
	* exodus/urls.py (modified)

	urls meegecommit


Tue, 12 Aug 2008 22:26:22 GMT roland [6185]
	* exodus/templates/node-list.html (added)

	changed node_list to node-list


Tue, 12 Aug 2008 22:01:08 GMT RIck van der Zwet [6184]
	* exodus/sql (added)
	* exodus/sql/status.sql (added)

	Make sure to pre-fill the status fieds by default


Tue, 12 Aug 2008 21:18:51 GMT RIck van der Zwet [6183]
	* README (modified)
	* exodus/static (moved)
	* exodus/templates (moved)
	* exodus/templates/README (copied)
	* exodus/templates/addinterlink.html (copied)
	* exodus/templates/addlocation.html (copied)
	* exodus/templates/addnic.html (copied)
	* exodus/templates/addnode.html (copied)
	* exodus/templates/addomni.html (copied)
	* exodus/templates/bottom.html (copied)
	* templates/exodus (deleted)
	* exodus/templates/head.html (copied)
	* exodus/templates/index.html (copied)
	* exodus/templates/node-detail.html (copied)
	* exodus/templates/rc-local.txt (copied)
	* exodus/templates/rc-node-local.txt (copied)
	* exodus/templates/test.html (copied)
	* exodus/urls.py (modified)
	* exodus/views.py (modified)
	* sampleserver (moved)
	* sampleserver/settings.py.tmpl (modified)

	Move of static/templates  into the package itself


Tue, 12 Aug 2008 20:11:24 GMT RIck van der Zwet [6182]
	* templates/admin (deleted)
	* templates/exodus/node_list.html (deleted)

	Deleted not used files


Tue, 12 Aug 2008 20:01:34 GMT RIck van der Zwet [6181]
	* exodus/urls.py (modified)
	* exodus/views.py (modified)
	* exodus/wllogic.py (modified)
	* templates/404.html (modified)
	* templates/500.html (modified)
	* templates/admin/base-site.html (moved)
	* templates/exodus-template.html (moved)
	* templates/exodus/addinterlink.html (modified)
	* templates/exodus/addlocation.html (modified)
	* templates/exodus/addnic.html (modified)
	* templates/exodus/addnode.html (modified)
	* templates/exodus/addomni.html (modified)
	* templates/exodus/head.html (modified)
	* templates/exodus/index-old.html (deleted)
	* templates/exodus/index.html (modified)
	* templates/exodus/node-detail.html (moved)
	* templates/exodus/rc-local.txt (moved)
	* templates/exodus/rc-node-local.txt (moved)

	Converted the _ to -


Tue, 12 Aug 2008 19:00:15 GMT RIck van der Zwet [6180]
	* README (modified)
	* django-conf (moved)
	* conf/exodus (deleted)
	* django-conf/settings.py.tmpl (modified)
	* django-conf/urls.py (modified)
	* exodus (copied)

	Differ from exodus and django config


Tue, 12 Aug 2008 18:44:38 GMT RIck van der Zwet [6179]
	* conf (moved)
	* conf/exodus/urls.py (modified)
	* conf/exodus/views.py (modified)
	* conf/exodus/wllogic.py (modified)
	* conf/urls.py (modified)
	* static (moved)
	* static/exodus.css (modified)
	* templates/exodus/head.html (modified)
	* templates/exodus_template.html (modified)

	Configuration and code are glued into each other. First attempt to ...


Tue, 12 Aug 2008 16:05:47 GMT roland [6178]
	* README (modified)
	* django/settings.py (deleted)
	* django/settings.py.tmpl (added)

	changed readme and added settings.tmpl


Tue, 12 Aug 2008 15:56:46 GMT RIck van der Zwet [6177]
	* templates/.exodus_template.html.swp (deleted)

	Deleted stale .swp file, accentally commited


Tue, 12 Aug 2008 15:50:16 GMT RIck van der Zwet [6176]
	* README (modified)
	* django (moved)
	* django/exodus (copied)
	* django_exodus/exodus_01 (deleted)
	* django/settings.py (modified)
	* django/urls.py (modified)
	* media (moved)
	* templates (moved)
	* templates/exodus (copied)
	* django_templates/exodus_01 (deleted)
	* templates/exodus_template.html (modified)

	Restructured directory layout to match more logical structure as ...


Tue, 12 Aug 2008 15:11:31 GMT roland [6175]
	* README (modified)
	* django_exodus/settings.py (modified)

	added readme information for django


Tue, 12 Aug 2008 14:55:50 GMT RIck van der Zwet [6174]
	* TODO (added)

	Initial TODO list as discused at occ2008


Tue, 12 Aug 2008 14:51:14 GMT roland [6173]
	* / (added)

	move of old exodues code