From 6142bf4e7fa3b467203d90739bc08af9a68118bc Mon Sep 17 00:00:00 2001 From: Ben Klang Date: Sat, 9 Jan 2010 22:53:40 -0500 Subject: [PATCH] Operator: Move files into proper application directory --- COPYING => operator/COPYING | 0 README => operator/README | 0 {config => operator/config}/.cvsignore | 0 {config => operator/config}/conf.xml | 0 {config => operator/config}/prefs.php.dist | 0 {docs => operator/docs}/CHANGES | 0 {docs => operator/docs}/CREDITS | 0 {docs => operator/docs}/INSTALL | 0 {docs => operator/docs}/RELEASE_NOTES | 0 {docs => operator/docs}/TODO | 0 graphgen.php => operator/graphgen.php | 0 index.php => operator/index.php | 0 {lib => operator/lib}/Driver.php | 0 {lib => operator/lib}/Driver/asterisksql.php | 0 {lib => operator/lib}/Form/SearchCDR.php | 0 {lib => operator/lib}/Operator.php | 0 {lib => operator/lib}/api.php | 0 {lib => operator/lib}/base.php | 0 {lib => operator/lib}/version.php | 0 {locale => operator/locale}/en_US/help.xml | 0 {po => operator/po}/.cvsignore | 0 {po => operator/po}/README | 0 search.php => operator/search.php | 0 {templates => operator/templates}/common-header.inc | 0 {templates => operator/templates}/menu.inc | 0 {templates => operator/templates}/search/footer.inc | 0 {templates => operator/templates}/search/header.inc | 0 {templates => operator/templates}/search/row.inc | 0 {themes => operator/themes}/graphics/graphs.png | Bin {themes => operator/themes}/graphics/operator.png | Bin {themes => operator/themes}/screen.css | 0 {themes => operator/themes}/silver/graphics/graphs.png | Bin {themes => operator/themes}/silver/graphics/operator.png | Bin {themes => operator/themes}/silver/themed_graphics | 0 viewgraph.php => operator/viewgraph.php | 0 35 files changed, 0 insertions(+), 0 deletions(-) rename COPYING => operator/COPYING (100%) rename README => operator/README (100%) rename {config => operator/config}/.cvsignore (100%) rename {config => operator/config}/conf.xml (100%) rename {config => operator/config}/prefs.php.dist (100%) rename {docs => operator/docs}/CHANGES (100%) rename {docs => operator/docs}/CREDITS (100%) rename {docs => operator/docs}/INSTALL (100%) rename {docs => operator/docs}/RELEASE_NOTES (100%) rename {docs => operator/docs}/TODO (100%) rename graphgen.php => operator/graphgen.php (100%) rename index.php => operator/index.php (100%) rename {lib => operator/lib}/Driver.php (100%) rename {lib => operator/lib}/Driver/asterisksql.php (100%) rename {lib => operator/lib}/Form/SearchCDR.php (100%) rename {lib => operator/lib}/Operator.php (100%) rename {lib => operator/lib}/api.php (100%) rename {lib => operator/lib}/base.php (100%) rename {lib => operator/lib}/version.php (100%) rename {locale => operator/locale}/en_US/help.xml (100%) rename {po => operator/po}/.cvsignore (100%) rename {po => operator/po}/README (100%) rename search.php => operator/search.php (100%) rename {templates => operator/templates}/common-header.inc (100%) rename {templates => operator/templates}/menu.inc (100%) rename {templates => operator/templates}/search/footer.inc (100%) rename {templates => operator/templates}/search/header.inc (100%) rename {templates => operator/templates}/search/row.inc (100%) rename {themes => operator/themes}/graphics/graphs.png (100%) rename {themes => operator/themes}/graphics/operator.png (100%) rename {themes => operator/themes}/screen.css (100%) rename {themes => operator/themes}/silver/graphics/graphs.png (100%) rename {themes => operator/themes}/silver/graphics/operator.png (100%) rename {themes => operator/themes}/silver/themed_graphics (100%) rename viewgraph.php => operator/viewgraph.php (100%) diff --git a/COPYING b/operator/COPYING similarity index 100% rename from COPYING rename to operator/COPYING diff --git a/README b/operator/README similarity index 100% rename from README rename to operator/README diff --git a/config/.cvsignore b/operator/config/.cvsignore similarity index 100% rename from config/.cvsignore rename to operator/config/.cvsignore diff --git a/config/conf.xml b/operator/config/conf.xml similarity index 100% rename from config/conf.xml rename to operator/config/conf.xml diff --git a/config/prefs.php.dist b/operator/config/prefs.php.dist similarity index 100% rename from config/prefs.php.dist rename to operator/config/prefs.php.dist diff --git a/docs/CHANGES b/operator/docs/CHANGES similarity index 100% rename from docs/CHANGES rename to operator/docs/CHANGES diff --git a/docs/CREDITS b/operator/docs/CREDITS similarity index 100% rename from docs/CREDITS rename to operator/docs/CREDITS diff --git a/docs/INSTALL b/operator/docs/INSTALL similarity index 100% rename from docs/INSTALL rename to operator/docs/INSTALL diff --git a/docs/RELEASE_NOTES b/operator/docs/RELEASE_NOTES similarity index 100% rename from docs/RELEASE_NOTES rename to operator/docs/RELEASE_NOTES diff --git a/docs/TODO b/operator/docs/TODO similarity index 100% rename from docs/TODO rename to operator/docs/TODO diff --git a/graphgen.php b/operator/graphgen.php similarity index 100% rename from graphgen.php rename to operator/graphgen.php diff --git a/index.php b/operator/index.php similarity index 100% rename from index.php rename to operator/index.php diff --git a/lib/Driver.php b/operator/lib/Driver.php similarity index 100% rename from lib/Driver.php rename to operator/lib/Driver.php diff --git a/lib/Driver/asterisksql.php b/operator/lib/Driver/asterisksql.php similarity index 100% rename from lib/Driver/asterisksql.php rename to operator/lib/Driver/asterisksql.php diff --git a/lib/Form/SearchCDR.php b/operator/lib/Form/SearchCDR.php similarity index 100% rename from lib/Form/SearchCDR.php rename to operator/lib/Form/SearchCDR.php diff --git a/lib/Operator.php b/operator/lib/Operator.php similarity index 100% rename from lib/Operator.php rename to operator/lib/Operator.php diff --git a/lib/api.php b/operator/lib/api.php similarity index 100% rename from lib/api.php rename to operator/lib/api.php diff --git a/lib/base.php b/operator/lib/base.php similarity index 100% rename from lib/base.php rename to operator/lib/base.php diff --git a/lib/version.php b/operator/lib/version.php similarity index 100% rename from lib/version.php rename to operator/lib/version.php diff --git a/locale/en_US/help.xml b/operator/locale/en_US/help.xml similarity index 100% rename from locale/en_US/help.xml rename to operator/locale/en_US/help.xml diff --git a/po/.cvsignore b/operator/po/.cvsignore similarity index 100% rename from po/.cvsignore rename to operator/po/.cvsignore diff --git a/po/README b/operator/po/README similarity index 100% rename from po/README rename to operator/po/README diff --git a/search.php b/operator/search.php similarity index 100% rename from search.php rename to operator/search.php diff --git a/templates/common-header.inc b/operator/templates/common-header.inc similarity index 100% rename from templates/common-header.inc rename to operator/templates/common-header.inc diff --git a/templates/menu.inc b/operator/templates/menu.inc similarity index 100% rename from templates/menu.inc rename to operator/templates/menu.inc diff --git a/templates/search/footer.inc b/operator/templates/search/footer.inc similarity index 100% rename from templates/search/footer.inc rename to operator/templates/search/footer.inc diff --git a/templates/search/header.inc b/operator/templates/search/header.inc similarity index 100% rename from templates/search/header.inc rename to operator/templates/search/header.inc diff --git a/templates/search/row.inc b/operator/templates/search/row.inc similarity index 100% rename from templates/search/row.inc rename to operator/templates/search/row.inc diff --git a/themes/graphics/graphs.png b/operator/themes/graphics/graphs.png similarity index 100% rename from themes/graphics/graphs.png rename to operator/themes/graphics/graphs.png diff --git a/themes/graphics/operator.png b/operator/themes/graphics/operator.png similarity index 100% rename from themes/graphics/operator.png rename to operator/themes/graphics/operator.png diff --git a/themes/screen.css b/operator/themes/screen.css similarity index 100% rename from themes/screen.css rename to operator/themes/screen.css diff --git a/themes/silver/graphics/graphs.png b/operator/themes/silver/graphics/graphs.png similarity index 100% rename from themes/silver/graphics/graphs.png rename to operator/themes/silver/graphics/graphs.png diff --git a/themes/silver/graphics/operator.png b/operator/themes/silver/graphics/operator.png similarity index 100% rename from themes/silver/graphics/operator.png rename to operator/themes/silver/graphics/operator.png diff --git a/themes/silver/themed_graphics b/operator/themes/silver/themed_graphics similarity index 100% rename from themes/silver/themed_graphics rename to operator/themes/silver/themed_graphics diff --git a/viewgraph.php b/operator/viewgraph.php similarity index 100% rename from viewgraph.php rename to operator/viewgraph.php -- 2.11.0