From 98f3cad2b08d7d4736dfe442eab6268cb62eba11 Mon Sep 17 00:00:00 2001 From: gfawcett Date: Thu, 15 Jul 2010 00:53:57 +0000 Subject: [PATCH] rename 'course' files to 'site' git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@908 6d9bc8c9-1ec2-4278-b937-99fde70a366f --- conifer/integration/hooks.py | 2 +- conifer/static/{edit_course.js => edit_site.js} | 0 conifer/static/{edit_course_permissions.js => edit_site_permissions.js} | 0 conifer/syrup/views/{courses.py => sites.py} | 0 conifer/templates/components/{course.xhtml => site.xhtml} | 0 conifer/templates/{edit_course.xhtml => edit_site.xhtml} | 0 .../{edit_course_permissions.xhtml => edit_site_permissions.xhtml} | 0 conifer/templates/feeds/{course_atom.xml => site_atom.xml} | 0 .../templates/feeds/{course_feed_index.xhtml => site_feed_index.xhtml} | 0 conifer/templates/{my_courses.xhtml => my_sites.xhtml} | 0 conifer/templates/{open_courses.xhtml => open_sites.xhtml} | 0 conifer/templates/{course_detail.xhtml => site_detail.xhtml} | 0 conifer/templates/{course_invitation.xhtml => site_invitation.xhtml} | 0 conifer/templates/{course_join.xhtml => site_join.xhtml} | 0 conifer/templates/{courses.xhtml => sites.xhtml} | 0 15 files changed, 1 insertion(+), 1 deletion(-) rename conifer/static/{edit_course.js => edit_site.js} (100%) rename conifer/static/{edit_course_permissions.js => edit_site_permissions.js} (100%) rename conifer/syrup/views/{courses.py => sites.py} (100%) rename conifer/templates/components/{course.xhtml => site.xhtml} (100%) rename conifer/templates/{edit_course.xhtml => edit_site.xhtml} (100%) rename conifer/templates/{edit_course_permissions.xhtml => edit_site_permissions.xhtml} (100%) rename conifer/templates/feeds/{course_atom.xml => site_atom.xml} (100%) rename conifer/templates/feeds/{course_feed_index.xhtml => site_feed_index.xhtml} (100%) rename conifer/templates/{my_courses.xhtml => my_sites.xhtml} (100%) rename conifer/templates/{open_courses.xhtml => open_sites.xhtml} (100%) rename conifer/templates/{course_detail.xhtml => site_detail.xhtml} (100%) rename conifer/templates/{course_invitation.xhtml => site_invitation.xhtml} (100%) rename conifer/templates/{course_join.xhtml => site_join.xhtml} (100%) rename conifer/templates/{courses.xhtml => sites.xhtml} (100%) diff --git a/conifer/integration/hooks.py b/conifer/integration/hooks.py index 81a2405..5444f34 100644 --- a/conifer/integration/hooks.py +++ b/conifer/integration/hooks.py @@ -4,5 +4,5 @@ from conifer.integration._hooksystem import * # Your hooks go here. # @hook -# def can_create_reading_lists(user): +# def can_create_sites(user): # ... diff --git a/conifer/static/edit_course.js b/conifer/static/edit_site.js similarity index 100% rename from conifer/static/edit_course.js rename to conifer/static/edit_site.js diff --git a/conifer/static/edit_course_permissions.js b/conifer/static/edit_site_permissions.js similarity index 100% rename from conifer/static/edit_course_permissions.js rename to conifer/static/edit_site_permissions.js diff --git a/conifer/syrup/views/courses.py b/conifer/syrup/views/sites.py similarity index 100% rename from conifer/syrup/views/courses.py rename to conifer/syrup/views/sites.py diff --git a/conifer/templates/components/course.xhtml b/conifer/templates/components/site.xhtml similarity index 100% rename from conifer/templates/components/course.xhtml rename to conifer/templates/components/site.xhtml diff --git a/conifer/templates/edit_course.xhtml b/conifer/templates/edit_site.xhtml similarity index 100% rename from conifer/templates/edit_course.xhtml rename to conifer/templates/edit_site.xhtml diff --git a/conifer/templates/edit_course_permissions.xhtml b/conifer/templates/edit_site_permissions.xhtml similarity index 100% rename from conifer/templates/edit_course_permissions.xhtml rename to conifer/templates/edit_site_permissions.xhtml diff --git a/conifer/templates/feeds/course_atom.xml b/conifer/templates/feeds/site_atom.xml similarity index 100% rename from conifer/templates/feeds/course_atom.xml rename to conifer/templates/feeds/site_atom.xml diff --git a/conifer/templates/feeds/course_feed_index.xhtml b/conifer/templates/feeds/site_feed_index.xhtml similarity index 100% rename from conifer/templates/feeds/course_feed_index.xhtml rename to conifer/templates/feeds/site_feed_index.xhtml diff --git a/conifer/templates/my_courses.xhtml b/conifer/templates/my_sites.xhtml similarity index 100% rename from conifer/templates/my_courses.xhtml rename to conifer/templates/my_sites.xhtml diff --git a/conifer/templates/open_courses.xhtml b/conifer/templates/open_sites.xhtml similarity index 100% rename from conifer/templates/open_courses.xhtml rename to conifer/templates/open_sites.xhtml diff --git a/conifer/templates/course_detail.xhtml b/conifer/templates/site_detail.xhtml similarity index 100% rename from conifer/templates/course_detail.xhtml rename to conifer/templates/site_detail.xhtml diff --git a/conifer/templates/course_invitation.xhtml b/conifer/templates/site_invitation.xhtml similarity index 100% rename from conifer/templates/course_invitation.xhtml rename to conifer/templates/site_invitation.xhtml diff --git a/conifer/templates/course_join.xhtml b/conifer/templates/site_join.xhtml similarity index 100% rename from conifer/templates/course_join.xhtml rename to conifer/templates/site_join.xhtml diff --git a/conifer/templates/courses.xhtml b/conifer/templates/sites.xhtml similarity index 100% rename from conifer/templates/courses.xhtml rename to conifer/templates/sites.xhtml -- 2.11.0