[Groonga-commit] groonga/gcs [master] Remove unused client_template directory

Back to archive index

Yoji SHIDARA null+****@clear*****
Fri Oct 26 20:10:06 JST 2012


Yoji SHIDARA	2012-10-26 20:10:06 +0900 (Fri, 26 Oct 2012)

  New Revision: e6a966a99a4eeaa443874e68342c271db869cda6
  https://github.com/groonga/gcs/commit/e6a966a99a4eeaa443874e68342c271db869cda6

  Log:
    Remove unused client_template directory

  Removed files:
    client_templates/request_information.jade
    client_templates/results.jade
  Modified files:
    packages/apt/Makefile
    packages/debian/rules

  Deleted: client_templates/request_information.jade (+0 -3) 100644
===================================================================
--- client_templates/request_information.jade    2012-10-26 12:09:15 +0900 (279b506)
+++ /dev/null
@@ -1,3 +0,0 @@
-p
-  span view raw:
-  a(href=urlForRawRequest, target='_blank')= urlForRawRequest

  Deleted: client_templates/results.jade (+0 -20) 100644
===================================================================
--- client_templates/results.jade    2012-10-26 12:09:15 +0900 (a0d46f5)
+++ /dev/null
@@ -1,20 +0,0 @@
-p#showing
-.pager#pager
-  li.previous
-    a(href="#") ← Previous
-  li.next
-    a(href="#") Next →
-table.table.table-bordered
-  if hits.hit.length > 0
-    each record, index in hits.hit
-      tr.id-row
-        td= hits.start + index + 1
-        td.id-cell(colspan="2")= record.id
-      each value, columnName in record.data
-        tr
-          td
-          td= columnName
-          td= value
-  else
-    tr
-      td No record matched for the query.

  Modified: packages/apt/Makefile (+0 -1)
===================================================================
--- packages/apt/Makefile    2012-10-26 12:09:15 +0900 (657912f)
+++ packages/apt/Makefile    2012-10-26 20:10:06 +0900 (136490a)
@@ -56,7 +56,6 @@ source: ../$(PACKAGE)-$(VERSION).tar.gz
 	cp -a ../../MIT-LICENSE $(PACKAGE)-$(VERSION)
 	cp -a ../../README.md $(PACKAGE)-$(VERSION)
 	cp -a ../../bin/ $(PACKAGE)-$(VERSION)
-	cp -a ../../client_templates/ $(PACKAGE)-$(VERSION)
 	cp -a ../../examples/ $(PACKAGE)-$(VERSION)
 	cp -a ../../lib/ $(PACKAGE)-$(VERSION)
 	cp -a ../../npm-shrinkwrap.json $(PACKAGE)-$(VERSION)

  Modified: packages/debian/rules (+0 -1)
===================================================================
--- packages/debian/rules    2012-10-26 12:09:15 +0900 (66284c0)
+++ packages/debian/rules    2012-10-26 20:10:06 +0900 (925c090)
@@ -15,7 +15,6 @@ override_dh_clean:
 
 INSTALL_PATHS =					\
 	bin/					\
-	client_templates/			\
 	examples/				\
 	lib/					\
 	node_modules/				\
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index