Gary Kramlich <grim@reaperworld.com> [Sat, 28 Nov 2009 09:23:10 -0600] rev 65
fixed the indentation on 'default = None' in admin.py
moved the vim mode lines to the end of the python files since vim didn't like them after the license header
Gary Kramlich <grim@reaperworld.com> [Sat, 28 Nov 2009 09:04:33 -0600] rev 64
only allow the "API Reference" search filter if there is atleast one book
Gary Kramlich <grim@reaperworld.com> [Sat, 28 Nov 2009 09:03:10 -0600] rev 63
accidentally used default before it was defined (my current sandbox hits a path where it's always assigned...)
Gary Kramlich <grim@reaperworld.com> [Sat, 28 Nov 2009 08:57:07 -0600] rev 62
license everything!
Gary Kramlich <grim@reaperworld.com> [Sat, 28 Nov 2009 08:40:39 -0600] rev 61
renamed core.py to web_ui.py, class also changed from GtkDocPlugin to GtkDocWebUI
Gary Kramlich <grim@reaperworld.com> [Sat, 28 Nov 2009 08:39:51 -0600] rev 60
allow TRAC_ADMIN's to edit our settings even if the WebUI isn't loaded which gives us our permissions
Gary Kramlich <grim@reaperworld.com> [Sat, 28 Nov 2009 08:36:01 -0600] rev 59
basic searching support. It needs a lot more work, but it's working now...
Gary Kramlich <grim@reaperworld.com> [Sat, 28 Nov 2009 07:19:59 -0600] rev 58
hide the "API Reference" link if no books have been added
only show the context link (for other books) if theres more than 1 book added
Gary Kramlich <grim@reaperworld.com> [Sat, 28 Nov 2009 06:53:30 -0600] rev 57
basically works. Needs lots of error checking and other features
Gary Kramlich <grim@reaperworld.com> [Tue, 10 Nov 2009 20:10:03 -0600] rev 56
This should finally get the permissions showing up...