The Great Cleanup
authorgfawcett <gfawcett@6d9bc8c9-1ec2-4278-b937-99fde70a366f>
Thu, 15 Jul 2010 00:55:37 +0000 (00:55 +0000)
committergfawcett <gfawcett@6d9bc8c9-1ec2-4278-b937-99fde70a366f>
Thu, 15 Jul 2010 00:55:37 +0000 (00:55 +0000)
commitf4e4f13f9e0ed46a54391f4f9c073289d335cb3d
tree3f6c8d5f1c73466e449b4c08deb666e45d51a768
parentd5f83dc5dd7e82e6d3e88d37860d52183a6b8480
The Great Cleanup

I've made some radical cuts and reorganizations to the source.  Most
functions are still working.

git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@919 6d9bc8c9-1ec2-4278-b937-99fde70a366f
60 files changed:
.gitignore
conifer/BRANCH-TODO.org [deleted file]
conifer/custom/README [deleted file]
conifer/custom/__init__.py [deleted file]
conifer/custom/auth_evergreen.py [deleted file]
conifer/custom/auth_evergreen_support.py [deleted file]
conifer/doc/grahams-init-fixture.json [new file with mode: 0644]
conifer/genshi_namespace.py [deleted file]
conifer/genshi_support.py [deleted file]
conifer/grahams-init-fixture.json [deleted file]
conifer/integration/_hooksystem.py [deleted file]
conifer/integration/auth_evergreen/__init__.py [new file with mode: 0644]
conifer/integration/auth_evergreen/django.py [new file with mode: 0644]
conifer/integration/auth_evergreen/eg_xmlrpc.py [new file with mode: 0644]
conifer/integration/hooks.py [deleted file]
conifer/integration/uwindsor.py [new file with mode: 0644]
conifer/integration/uwindsor_campus_info.py [new file with mode: 0644]
conifer/libsystems/evergreen/fm_IDL.xml
conifer/libsystems/evergreen/item_status.py
conifer/libsystems/evergreen/support.py
conifer/libsystems/z3950/marcxml.py
conifer/libsystems/z3950/pyz3950_search.py
conifer/middleware/__init__.py [deleted file]
conifer/middleware/genshi_locals.py [deleted file]
conifer/plumbing/__init__.py [new file with mode: 0644]
conifer/plumbing/genshi_support.py [new file with mode: 0644]
conifer/plumbing/hooksystem.py [new file with mode: 0644]
conifer/settings.py
conifer/static/main.css
conifer/syrup/admin.py
conifer/syrup/fuzzy_match.py [deleted file]
conifer/syrup/integration.py
conifer/syrup/models.py
conifer/syrup/urls.py
conifer/syrup/user_lookup.py [deleted file]
conifer/syrup/views/__init__.py
conifer/syrup/views/_common.py
conifer/syrup/views/_generics.py [new file with mode: 0644]
conifer/syrup/views/admin.py
conifer/syrup/views/auth.py [new file with mode: 0644]
conifer/syrup/views/feeds.py
conifer/syrup/views/generics.py [deleted file]
conifer/syrup/views/genshi_namespace.py [new file with mode: 0644]
conifer/syrup/views/items.py
conifer/syrup/views/search.py
conifer/syrup/views/sites.py
conifer/templates/auth/login.xhtml
conifer/templates/browse_index.xhtml
conifer/templates/components/site.xhtml
conifer/templates/edit_site.xhtml
conifer/templates/feeds/site_atom.xml
conifer/templates/item/item_add_cat_search.xhtml
conifer/templates/master.xhtml
conifer/templates/search_results.xhtml
conifer/templates/site_detail.xhtml
conifer/templates/tabbar.xhtml
conifer/templates/tabbar_anonymous.xhtml
conifer/templates/zsearch.xhtml
conifer/urls.py
rfc_sql/reserves.sql [deleted file]