[bugzilla-gnome-org-extensions] Put Splinter extension in its own directory



commit 609af50903ceffe326aaac39df9c36daa0ebbd05
Author: Krzesimir Nowak <qdlacz gmail com>
Date:   Tue Nov 18 23:14:55 2014 +0100

    Put Splinter extension in its own directory

 Config.pm => Splinter/Config.pm                    |    0
 Extension.pm => Splinter/Extension.pm              |    0
 {lib => Splinter/lib}/Ops.pm                       |    0
 {lib => Splinter/lib}/Params.pm                    |    0
 {lib => Splinter/lib}/Util.pm                      |    0
 {lib => Splinter/lib}/WebService.pm                |    0
 {lib => Splinter/lib}/WebServiceUtil.pm            |    0
 {misc => Splinter/misc}/MAINTAINERS                |    0
 {misc => Splinter/misc}/Makefile                   |    0
 {misc => Splinter/misc}/README                     |    0
 {misc => Splinter/misc}/docs/REVIEW_FORMAT.txt     |    0
 .../misc}/extension/code/bug-format_comment.pl     |    0
 .../misc}/extension/code/config-add_panels.pl      |    0
 .../misc}/extension/code/mailer-before_send.pl     |    0
 .../misc}/extension/code/page-before_template.pl   |    0
 .../misc}/extension/code/webservice.pl             |    0
 {misc => Splinter/misc}/extension/info.pl          |    0
 {misc => Splinter/misc}/flattener-edited.py        |    0
 {misc => Splinter/misc}/flattener.py               |    0
 {misc => Splinter/misc}/js/bug.js                  |    0
 {misc => Splinter/misc}/js/bugFromText.js          |    0
 {misc => Splinter/misc}/js/dialog.js               |    0
 {misc => Splinter/misc}/js/patch.js                |    0
 {misc => Splinter/misc}/js/review.js               |    0
 {misc => Splinter/misc}/js/reviewStorage.js        |    0
 {misc => Splinter/misc}/js/splinter.js             |    0
 {misc => Splinter/misc}/js/testUtils.js            |    0
 {misc => Splinter/misc}/js/utils.js                |    0
 {misc => Splinter/misc}/js/xmlRpc.js               |    0
 {misc => Splinter/misc}/jstest.c                   |    0
 {misc => Splinter/misc}/proxy/README               |    0
 {misc => Splinter/misc}/proxy/config.py.example    |    0
 {misc => Splinter/misc}/proxy/splinter_proxy.py    |    0
 {misc => Splinter/misc}/splinter.doap              |    0
 .../misc}/testbugs/561745/attachments/123143       |    0
 {misc => Splinter/misc}/testbugs/561745/bug.xml    |    0
 .../misc}/testpatches/bzr-multi-file.patch         |    0
 .../testpatches/bzr-single-file-no-newline.patch   |    0
 .../misc}/testpatches/cvs-multi-file.patch         |    0
 .../misc}/testpatches/git-multi-file.patch         |    0
 .../misc}/testpatches/git-one-file.patch           |    0
 .../misc}/testpatches/git-plain-diff.patch         |    0
 .../misc}/testpatches/hg-multi-file.patch          |    0
 .../misc}/testpatches/svn-multi-file.patch         |    0
 {misc => Splinter/misc}/tests/bug.jst              |    0
 {misc => Splinter/misc}/tests/patch.jst            |    0
 {misc => Splinter/misc}/tests/review.jst           |    0
 {misc => Splinter/misc}/tests/testUtils.jst        |    0
 {misc => Splinter/misc}/tests/utils.jst            |    0
 {misc => Splinter/misc}/web/index.html.body        |    0
 {misc => Splinter/misc}/web/index.html.in          |    0
 .../en/default/admin/params/splinter.html.tmpl     |    0
 .../default/hook/attachment/list-action.html.tmpl  |    0
 .../template}/en/default/pages/splinter.html.tmpl  |    0
 .../en/default/pages/splinter/help.html.tmpl       |    0
 {web => Splinter/web}/jquery.min.js                |    0
 {web => Splinter/web}/splinter.css                 |    0
 {web => Splinter/web}/splinter.js                  |    0
 58 files changed, 0 insertions(+), 0 deletions(-)
---
diff --git a/Config.pm b/Splinter/Config.pm
similarity index 100%
rename from Config.pm
rename to Splinter/Config.pm
diff --git a/Extension.pm b/Splinter/Extension.pm
similarity index 100%
rename from Extension.pm
rename to Splinter/Extension.pm
diff --git a/lib/Ops.pm b/Splinter/lib/Ops.pm
similarity index 100%
rename from lib/Ops.pm
rename to Splinter/lib/Ops.pm
diff --git a/lib/Params.pm b/Splinter/lib/Params.pm
similarity index 100%
rename from lib/Params.pm
rename to Splinter/lib/Params.pm
diff --git a/lib/Util.pm b/Splinter/lib/Util.pm
similarity index 100%
rename from lib/Util.pm
rename to Splinter/lib/Util.pm
diff --git a/lib/WebService.pm b/Splinter/lib/WebService.pm
similarity index 100%
rename from lib/WebService.pm
rename to Splinter/lib/WebService.pm
diff --git a/lib/WebServiceUtil.pm b/Splinter/lib/WebServiceUtil.pm
similarity index 100%
rename from lib/WebServiceUtil.pm
rename to Splinter/lib/WebServiceUtil.pm
diff --git a/misc/MAINTAINERS b/Splinter/misc/MAINTAINERS
similarity index 100%
rename from misc/MAINTAINERS
rename to Splinter/misc/MAINTAINERS
diff --git a/misc/Makefile b/Splinter/misc/Makefile
similarity index 100%
rename from misc/Makefile
rename to Splinter/misc/Makefile
diff --git a/misc/README b/Splinter/misc/README
similarity index 100%
rename from misc/README
rename to Splinter/misc/README
diff --git a/misc/docs/REVIEW_FORMAT.txt b/Splinter/misc/docs/REVIEW_FORMAT.txt
similarity index 100%
rename from misc/docs/REVIEW_FORMAT.txt
rename to Splinter/misc/docs/REVIEW_FORMAT.txt
diff --git a/misc/extension/code/bug-format_comment.pl b/Splinter/misc/extension/code/bug-format_comment.pl
similarity index 100%
rename from misc/extension/code/bug-format_comment.pl
rename to Splinter/misc/extension/code/bug-format_comment.pl
diff --git a/misc/extension/code/config-add_panels.pl b/Splinter/misc/extension/code/config-add_panels.pl
similarity index 100%
rename from misc/extension/code/config-add_panels.pl
rename to Splinter/misc/extension/code/config-add_panels.pl
diff --git a/misc/extension/code/mailer-before_send.pl b/Splinter/misc/extension/code/mailer-before_send.pl
similarity index 100%
rename from misc/extension/code/mailer-before_send.pl
rename to Splinter/misc/extension/code/mailer-before_send.pl
diff --git a/misc/extension/code/page-before_template.pl 
b/Splinter/misc/extension/code/page-before_template.pl
similarity index 100%
rename from misc/extension/code/page-before_template.pl
rename to Splinter/misc/extension/code/page-before_template.pl
diff --git a/misc/extension/code/webservice.pl b/Splinter/misc/extension/code/webservice.pl
similarity index 100%
rename from misc/extension/code/webservice.pl
rename to Splinter/misc/extension/code/webservice.pl
diff --git a/misc/extension/info.pl b/Splinter/misc/extension/info.pl
similarity index 100%
rename from misc/extension/info.pl
rename to Splinter/misc/extension/info.pl
diff --git a/misc/flattener-edited.py b/Splinter/misc/flattener-edited.py
similarity index 100%
rename from misc/flattener-edited.py
rename to Splinter/misc/flattener-edited.py
diff --git a/misc/flattener.py b/Splinter/misc/flattener.py
similarity index 100%
rename from misc/flattener.py
rename to Splinter/misc/flattener.py
diff --git a/misc/js/bug.js b/Splinter/misc/js/bug.js
similarity index 100%
rename from misc/js/bug.js
rename to Splinter/misc/js/bug.js
diff --git a/misc/js/bugFromText.js b/Splinter/misc/js/bugFromText.js
similarity index 100%
rename from misc/js/bugFromText.js
rename to Splinter/misc/js/bugFromText.js
diff --git a/misc/js/dialog.js b/Splinter/misc/js/dialog.js
similarity index 100%
rename from misc/js/dialog.js
rename to Splinter/misc/js/dialog.js
diff --git a/misc/js/patch.js b/Splinter/misc/js/patch.js
similarity index 100%
rename from misc/js/patch.js
rename to Splinter/misc/js/patch.js
diff --git a/misc/js/review.js b/Splinter/misc/js/review.js
similarity index 100%
rename from misc/js/review.js
rename to Splinter/misc/js/review.js
diff --git a/misc/js/reviewStorage.js b/Splinter/misc/js/reviewStorage.js
similarity index 100%
rename from misc/js/reviewStorage.js
rename to Splinter/misc/js/reviewStorage.js
diff --git a/misc/js/splinter.js b/Splinter/misc/js/splinter.js
similarity index 100%
rename from misc/js/splinter.js
rename to Splinter/misc/js/splinter.js
diff --git a/misc/js/testUtils.js b/Splinter/misc/js/testUtils.js
similarity index 100%
rename from misc/js/testUtils.js
rename to Splinter/misc/js/testUtils.js
diff --git a/misc/js/utils.js b/Splinter/misc/js/utils.js
similarity index 100%
rename from misc/js/utils.js
rename to Splinter/misc/js/utils.js
diff --git a/misc/js/xmlRpc.js b/Splinter/misc/js/xmlRpc.js
similarity index 100%
rename from misc/js/xmlRpc.js
rename to Splinter/misc/js/xmlRpc.js
diff --git a/misc/jstest.c b/Splinter/misc/jstest.c
similarity index 100%
rename from misc/jstest.c
rename to Splinter/misc/jstest.c
diff --git a/misc/proxy/README b/Splinter/misc/proxy/README
similarity index 100%
rename from misc/proxy/README
rename to Splinter/misc/proxy/README
diff --git a/misc/proxy/config.py.example b/Splinter/misc/proxy/config.py.example
similarity index 100%
rename from misc/proxy/config.py.example
rename to Splinter/misc/proxy/config.py.example
diff --git a/misc/proxy/splinter_proxy.py b/Splinter/misc/proxy/splinter_proxy.py
similarity index 100%
rename from misc/proxy/splinter_proxy.py
rename to Splinter/misc/proxy/splinter_proxy.py
diff --git a/misc/splinter.doap b/Splinter/misc/splinter.doap
similarity index 100%
rename from misc/splinter.doap
rename to Splinter/misc/splinter.doap
diff --git a/misc/testbugs/561745/attachments/123143 b/Splinter/misc/testbugs/561745/attachments/123143
similarity index 100%
rename from misc/testbugs/561745/attachments/123143
rename to Splinter/misc/testbugs/561745/attachments/123143
diff --git a/misc/testbugs/561745/bug.xml b/Splinter/misc/testbugs/561745/bug.xml
similarity index 100%
rename from misc/testbugs/561745/bug.xml
rename to Splinter/misc/testbugs/561745/bug.xml
diff --git a/misc/testpatches/bzr-multi-file.patch b/Splinter/misc/testpatches/bzr-multi-file.patch
similarity index 100%
rename from misc/testpatches/bzr-multi-file.patch
rename to Splinter/misc/testpatches/bzr-multi-file.patch
diff --git a/misc/testpatches/bzr-single-file-no-newline.patch 
b/Splinter/misc/testpatches/bzr-single-file-no-newline.patch
similarity index 100%
rename from misc/testpatches/bzr-single-file-no-newline.patch
rename to Splinter/misc/testpatches/bzr-single-file-no-newline.patch
diff --git a/misc/testpatches/cvs-multi-file.patch b/Splinter/misc/testpatches/cvs-multi-file.patch
similarity index 100%
rename from misc/testpatches/cvs-multi-file.patch
rename to Splinter/misc/testpatches/cvs-multi-file.patch
diff --git a/misc/testpatches/git-multi-file.patch b/Splinter/misc/testpatches/git-multi-file.patch
similarity index 100%
rename from misc/testpatches/git-multi-file.patch
rename to Splinter/misc/testpatches/git-multi-file.patch
diff --git a/misc/testpatches/git-one-file.patch b/Splinter/misc/testpatches/git-one-file.patch
similarity index 100%
rename from misc/testpatches/git-one-file.patch
rename to Splinter/misc/testpatches/git-one-file.patch
diff --git a/misc/testpatches/git-plain-diff.patch b/Splinter/misc/testpatches/git-plain-diff.patch
similarity index 100%
rename from misc/testpatches/git-plain-diff.patch
rename to Splinter/misc/testpatches/git-plain-diff.patch
diff --git a/misc/testpatches/hg-multi-file.patch b/Splinter/misc/testpatches/hg-multi-file.patch
similarity index 100%
rename from misc/testpatches/hg-multi-file.patch
rename to Splinter/misc/testpatches/hg-multi-file.patch
diff --git a/misc/testpatches/svn-multi-file.patch b/Splinter/misc/testpatches/svn-multi-file.patch
similarity index 100%
rename from misc/testpatches/svn-multi-file.patch
rename to Splinter/misc/testpatches/svn-multi-file.patch
diff --git a/misc/tests/bug.jst b/Splinter/misc/tests/bug.jst
similarity index 100%
rename from misc/tests/bug.jst
rename to Splinter/misc/tests/bug.jst
diff --git a/misc/tests/patch.jst b/Splinter/misc/tests/patch.jst
similarity index 100%
rename from misc/tests/patch.jst
rename to Splinter/misc/tests/patch.jst
diff --git a/misc/tests/review.jst b/Splinter/misc/tests/review.jst
similarity index 100%
rename from misc/tests/review.jst
rename to Splinter/misc/tests/review.jst
diff --git a/misc/tests/testUtils.jst b/Splinter/misc/tests/testUtils.jst
similarity index 100%
rename from misc/tests/testUtils.jst
rename to Splinter/misc/tests/testUtils.jst
diff --git a/misc/tests/utils.jst b/Splinter/misc/tests/utils.jst
similarity index 100%
rename from misc/tests/utils.jst
rename to Splinter/misc/tests/utils.jst
diff --git a/misc/web/index.html.body b/Splinter/misc/web/index.html.body
similarity index 100%
rename from misc/web/index.html.body
rename to Splinter/misc/web/index.html.body
diff --git a/misc/web/index.html.in b/Splinter/misc/web/index.html.in
similarity index 100%
rename from misc/web/index.html.in
rename to Splinter/misc/web/index.html.in
diff --git a/template/en/default/admin/params/splinter.html.tmpl 
b/Splinter/template/en/default/admin/params/splinter.html.tmpl
similarity index 100%
rename from template/en/default/admin/params/splinter.html.tmpl
rename to Splinter/template/en/default/admin/params/splinter.html.tmpl
diff --git a/template/en/default/hook/attachment/list-action.html.tmpl 
b/Splinter/template/en/default/hook/attachment/list-action.html.tmpl
similarity index 100%
rename from template/en/default/hook/attachment/list-action.html.tmpl
rename to Splinter/template/en/default/hook/attachment/list-action.html.tmpl
diff --git a/template/en/default/pages/splinter.html.tmpl 
b/Splinter/template/en/default/pages/splinter.html.tmpl
similarity index 100%
rename from template/en/default/pages/splinter.html.tmpl
rename to Splinter/template/en/default/pages/splinter.html.tmpl
diff --git a/template/en/default/pages/splinter/help.html.tmpl 
b/Splinter/template/en/default/pages/splinter/help.html.tmpl
similarity index 100%
rename from template/en/default/pages/splinter/help.html.tmpl
rename to Splinter/template/en/default/pages/splinter/help.html.tmpl
diff --git a/web/jquery.min.js b/Splinter/web/jquery.min.js
similarity index 100%
rename from web/jquery.min.js
rename to Splinter/web/jquery.min.js
diff --git a/web/splinter.css b/Splinter/web/splinter.css
similarity index 100%
rename from web/splinter.css
rename to Splinter/web/splinter.css
diff --git a/web/splinter.js b/Splinter/web/splinter.js
similarity index 100%
rename from web/splinter.js
rename to Splinter/web/splinter.js


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]