Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-882320-functx into lp:zorba

2013-08-09 Thread Chris Hillery
Review: Approve


-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-882320-functx/+merge/179346
Your team Zorba Coders is subscribed to branch lp:zorba.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-882320-functx into lp:zorba

2013-08-09 Thread Chris Hillery
Sorin, when we initially did this change over a year ago, you made a few 
changes to the XQDoc generation because of it. I think that is no longer 
necessary, but could you review this change and make sure?
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-882320-functx/+merge/179346
Your team Zorba Coders is subscribed to branch lp:zorba.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-882320-functx into lp:zorba

2013-08-09 Thread Chris Hillery
Chris Hillery has proposed merging lp:~zorba-coders/zorba/bug-882320-functx 
into lp:zorba.

Commit message:
Remove trailing / from FunctX module namespace URI.

Requested reviews:
  Sorin Marian Nasoi (sorin.marian.nasoi)
  Chris Hillery (ceejatec)
Related bugs:
  Bug #882320 in Zorba: functx namespace is wrong, it should not end with 
slash '/'
  https://bugs.launchpad.net/zorba/+bug/882320

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/bug-882320-functx/+merge/179346


-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-882320-functx/+merge/179346
Your team Zorba Coders is subscribed to branch lp:zorba.
=== modified file 'doc/code/headers_svg/zorba_headers_dependencies.xqi'
--- doc/code/headers_svg/zorba_headers_dependencies.xqi	2013-02-07 17:24:36 +
+++ doc/code/headers_svg/zorba_headers_dependencies.xqi	2013-08-09 07:44:32 +
@@ -22,7 +22,7 @@
 import module namespace file = http://expath.org/ns/file;;
 import module namespace dot = http://www.zorba-xquery.com/modules/image/graphviz;;
 import module namespace html = http://www.zorba-xquery.com/modules/converters/html;;
-import module namespace functx = http://www.functx.com/;;
+import module namespace functx = http://www.functx.com;;
 
 declare namespace an = http://www.zorba-xquery.com/annotations;;
 

=== modified file 'doc/zorba/xqdoc/src/zorba_module_dependencies.xqy'
--- doc/zorba/xqdoc/src/zorba_module_dependencies.xqy	2013-06-15 20:57:44 +
+++ doc/zorba/xqdoc/src/zorba_module_dependencies.xqy	2013-08-09 07:44:32 +
@@ -24,7 +24,7 @@
 declare namespace zm = http://www.zorba-xquery.com/manifest;;
 
 import module namespace file= http://expath.org/ns/file;;
-import module namespace functx  = http://www.functx.com/;;
+import module namespace functx  = http://www.functx.com;;
 
 import module namespace dot   = http://www.zorba-xquery.com/modules/image/graphviz;;
 import module namespace xqd   = http://www.zorba-xquery.com/modules/xqdoc;;

=== modified file 'modules/com/zorba-xquery/www/modules/xqdoc/batch.xq'
--- modules/com/zorba-xquery/www/modules/xqdoc/batch.xq	2013-08-06 14:15:41 +
+++ modules/com/zorba-xquery/www/modules/xqdoc/batch.xq	2013-08-09 07:44:32 +
@@ -26,7 +26,7 @@
  :)
 module namespace batch = http://www.zorba-xquery.com/modules/xqdoc/batch;;
 
-import module namespace functx = http://www.functx.com/;;
+import module namespace functx = http://www.functx.com;;
 
 import module namespace file = http://expath.org/ns/file;;
 

=== modified file 'modules/functx/CMakeLists.txt'
--- modules/functx/CMakeLists.txt	2013-02-07 17:24:36 +
+++ modules/functx/CMakeLists.txt	2013-08-09 07:44:32 +
@@ -12,4 +12,4 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-DECLARE_ZORBA_MODULE(FILE functx.xq URI http://www.functx.com/;)
+DECLARE_ZORBA_MODULE(FILE functx.xq URI http://www.functx.com;)

=== modified file 'modules/functx/functx.xq'
--- modules/functx/functx.xq	2013-06-15 20:57:44 +
+++ modules/functx/functx.xq	2013-08-09 07:44:32 +
@@ -27,7 +27,7 @@
  : @see http://www.xqueryfunctions.com
  : @project FunctX
  :) 
-module namespace  functx = http://www.functx.com/; ;
+module namespace  functx = http://www.functx.com; ;
 
 (:~
  : Adds attributes to XML elements 

=== modified file 'scripts/sanity_checks/conformance_xqftts.xqi'
--- scripts/sanity_checks/conformance_xqftts.xqi	2013-02-07 17:24:36 +
+++ scripts/sanity_checks/conformance_xqftts.xqi	2013-08-09 07:44:32 +
@@ -19,7 +19,7 @@
 module namespace conf  = http://www.zorba-xquery.com/modules/conformance;;
 
 import module namespace file = http://expath.org/ns/file;;
-import module namespace functx = http://www.functx.com/;;
+import module namespace functx = http://www.functx.com;;
 
 import module namespace dml = http://www.zorba-xquery.com/modules/store/static/collections/dml;;
 import module namespace ddl = http://www.zorba-xquery.com/modules/store/static/collections/ddl;;

=== modified file 'scripts/sanity_checks/conformance_xqts.xqi'
--- scripts/sanity_checks/conformance_xqts.xqi	2013-02-07 17:24:36 +
+++ scripts/sanity_checks/conformance_xqts.xqi	2013-08-09 07:44:32 +
@@ -19,7 +19,7 @@
 module namespace conf  = http://www.zorba-xquery.com/modules/conformance;;
 
 import module namespace file = http://expath.org/ns/file;;
-import module namespace functx = http://www.functx.com/;;
+import module namespace functx = http://www.functx.com;;
 
 import module namespace dml = http://www.zorba-xquery.com/modules/store/static/collections/dml;;
 import module namespace ddl = http://www.zorba-xquery.com/modules/store/static/collections/ddl;;

=== modified file 'scripts/sanity_checks/conformance_xquts.xqi'
--- scripts/sanity_checks/conformance_xquts.xqi	2013-02-07 17:24:36 +
+++ scripts/sanity_checks/conformance_xquts.xqi	2013-08-09 07:44:32 +
@@ -19,7 +19,7 @@
 module namespace conf  = 

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-1210410 into lp:zorba

2013-08-09 Thread Chris Hillery
The proposal to merge lp:~zorba-coders/zorba/bug-1210410 into lp:zorba has been 
updated.

Commit Message changed to:

Change most non-module Zorba namespace URIs from www.zorba-xquery.com to 
zorba.io.

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410/+merge/179358
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410/+merge/179358
Your team Zorba Coders is requested to review the proposed merge of 
lp:~zorba-coders/zorba/bug-1210410 into lp:zorba.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-1210410-data-cleaning into lp:zorba/data-cleaning-module

2013-08-09 Thread Chris Hillery
Chris Hillery has proposed merging 
lp:~zorba-coders/zorba/bug-1210410-data-cleaning into 
lp:zorba/data-cleaning-module.

Commit message:
Updated options and annotations URIs to zorba.io.

Requested reviews:
  Zorba Coders (zorba-coders)

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-data-cleaning/+merge/179367


-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-data-cleaning/+merge/179367
Your team Zorba Coders is requested to review the proposed merge of 
lp:~zorba-coders/zorba/bug-1210410-data-cleaning into 
lp:zorba/data-cleaning-module.
=== modified file 'src/character-based-string-similarity.xq'
--- src/character-based-string-similarity.xq	2013-07-10 00:49:34 +
+++ src/character-based-string-similarity.xq	2013-08-09 09:45:59 +
@@ -30,7 +30,7 @@
 
 module namespace simc = http://zorba.io/modules/data-cleaning/character-based-string-similarity;;
 
-declare namespace ver = http://www.zorba-xquery.com/options/versioning;;
+declare namespace ver = http://zorba.io/options/versioning;;
 declare option ver:module-version 2.0;
 
 (:~

=== modified file 'src/consolidation.xq'
--- src/consolidation.xq	2013-06-19 22:16:29 +
+++ src/consolidation.xq	2013-08-09 09:45:59 +
@@ -33,7 +33,7 @@
 import module namespace set = http://zorba.io/modules/data-cleaning/set-similarity;;
 import module namespace simc = http://zorba.io/modules/data-cleaning/character-based-string-similarity;;
 
-declare namespace ver = http://www.zorba-xquery.com/options/versioning;;
+declare namespace ver = http://zorba.io/options/versioning;;
 declare option ver:module-version 2.0;
 
 (:~

=== modified file 'src/conversion.xq'
--- src/conversion.xq	2013-06-19 22:36:52 +
+++ src/conversion.xq	2013-08-09 09:45:59 +
@@ -29,7 +29,7 @@
 module namespace conversion = http://zorba.io/modules/data-cleaning/conversion;;
 
 declare namespace exref = http://www.ecb.int/vocabulary/2002-08-01/eurofxref;;
-declare namespace an = http://www.zorba-xquery.com/annotations;;
+declare namespace an = http://zorba.io/annotations;;
 
 import schema namespace wp = 'http://api.whitepages.com/schema/';
 
@@ -37,7 +37,7 @@
 
 import module namespace reflection = http://www.zorba-xquery.com/modules/reflection;;
 
-declare namespace ver = http://www.zorba-xquery.com/options/versioning;;
+declare namespace ver = http://zorba.io/options/versioning;;
 declare option ver:module-version 2.0;
 
 (:~ pThe key to be used when accessing the White Pages Web service/p :)

=== modified file 'src/hybrid-string-similarity.xq'
--- src/hybrid-string-similarity.xq	2013-06-19 22:16:29 +
+++ src/hybrid-string-similarity.xq	2013-08-09 09:45:59 +
@@ -39,7 +39,7 @@
 import module namespace simc = http://zorba.io/modules/data-cleaning/character-based-string-similarity;;
 import module namespace simp = http://zorba.io/modules/data-cleaning/phonetic-string-similarity;;
 
-declare namespace ver = http://www.zorba-xquery.com/options/versioning;;
+declare namespace ver = http://zorba.io/options/versioning;;
 declare option ver:module-version 2.0;
 
 (:~

=== modified file 'src/normalization.xq'
--- src/normalization.xq	2013-07-10 00:49:34 +
+++ src/normalization.xq	2013-08-09 09:45:59 +
@@ -31,8 +31,8 @@
 
 import module namespace http = http://www.zorba-xquery.com/modules/http-client;;
 
-declare namespace an = http://www.zorba-xquery.com/annotations;;
-declare namespace ver = http://www.zorba-xquery.com/options/versioning;;
+declare namespace an = http://zorba.io/annotations;;
+declare namespace ver = http://zorba.io/options/versioning;;
 declare option ver:module-version 2.0;
 
 (:~

=== modified file 'src/phonetic-string-similarity.xq'
--- src/phonetic-string-similarity.xq	2013-06-19 22:16:29 +
+++ src/phonetic-string-similarity.xq	2013-08-09 09:45:59 +
@@ -30,7 +30,7 @@
 
 module namespace simp = http://zorba.io/modules/data-cleaning/phonetic-string-similarity;;
 
-declare namespace ver = http://www.zorba-xquery.com/options/versioning;;
+declare namespace ver = http://zorba.io/options/versioning;;
 declare option ver:module-version 2.0;
 
 (:~

=== modified file 'src/set-similarity.xq'
--- src/set-similarity.xq	2013-06-19 22:16:29 +
+++ src/set-similarity.xq	2013-08-09 09:45:59 +
@@ -30,7 +30,7 @@
 
 module namespace set = http://zorba.io/modules/data-cleaning/set-similarity;;
 
-declare namespace ver = http://www.zorba-xquery.com/options/versioning;;
+declare namespace ver = http://zorba.io/options/versioning;;
 declare option ver:module-version 2.0;
 
 (:~

=== modified file 'src/token-based-string-similarity.xq'
--- src/token-based-string-similarity.xq	2013-06-19 22:16:29 +
+++ src/token-based-string-similarity.xq	2013-08-09 09:45:59 +
@@ -41,7 +41,7 @@
 
 import module namespace set  = http://zorba.io/modules/data-cleaning/set-similarity;;
 
-declare namespace ver = http://www.zorba-xquery.com/options/versioning;;
+declare namespace ver = http://zorba.io/options/versioning;;
 

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-1210410-couchbase into lp:zorba/couchbase-module

2013-08-09 Thread Chris Hillery
Chris Hillery has proposed merging lp:~zorba-coders/zorba/bug-1210410-couchbase 
into lp:zorba/couchbase-module.

Commit message:
Updated options and annotations URIs to zorba.io.

Requested reviews:
  Zorba Coders (zorba-coders)

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-couchbase/+merge/179365


-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-couchbase/+merge/179365
Your team Zorba Coders is requested to review the proposed merge of 
lp:~zorba-coders/zorba/bug-1210410-couchbase into lp:zorba/couchbase-module.
=== modified file 'src/couchbase.xq'
--- src/couchbase.xq	2013-06-15 19:31:44 +
+++ src/couchbase.xq	2013-08-09 09:45:35 +
@@ -34,9 +34,9 @@
 module namespace cb = http://www.zorba-xquery.com/modules/couchbase;;
 
 declare namespace jn = http://jsoniq.org/functions;;
-declare namespace an = http://www.zorba-xquery.com/annotations;;
+declare namespace an = http://zorba.io/annotations;;
 
-declare namespace ver = http://www.zorba-xquery.com/options/versioning;;
+declare namespace ver = http://zorba.io/options/versioning;;
 declare option ver:module-version 1.0;
 
 (:~

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-1210410-data-formatting into lp:zorba/data-formatting-module

2013-08-09 Thread Chris Hillery
Chris Hillery has proposed merging 
lp:~zorba-coders/zorba/bug-1210410-data-formatting into 
lp:zorba/data-formatting-module.

Commit message:
Updated options and annotations URIs to zorba.io.

Requested reviews:
  Zorba Coders (zorba-coders)

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-data-formatting/+merge/179368


-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-data-formatting/+merge/179368
Your team Zorba Coders is requested to review the proposed merge of 
lp:~zorba-coders/zorba/bug-1210410-data-formatting into 
lp:zorba/data-formatting-module.
=== modified file 'src/com/zorba-xquery/www/modules/xsl-fo.xq'
--- src/com/zorba-xquery/www/modules/xsl-fo.xq	2012-09-28 12:56:08 +
+++ src/com/zorba-xquery/www/modules/xsl-fo.xq	2013-08-09 09:46:20 +
@@ -63,7 +63,7 @@
 
 declare namespace err = http://www.w3.org/2005/xqt-errors;;
 
-declare namespace ver = http://www.zorba-xquery.com/options/versioning;;
+declare namespace ver = http://zorba.io/options/versioning;;
 declare option ver:module-version 1.0;
 
 (:~

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-1210410-excel into lp:zorba/excel-module

2013-08-09 Thread Chris Hillery
Chris Hillery has proposed merging lp:~zorba-coders/zorba/bug-1210410-excel 
into lp:zorba/excel-module.

Commit message:
Updated options and annotations URIs to zorba.io.

Requested reviews:
  Zorba Coders (zorba-coders)

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-excel/+merge/179371


-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-excel/+merge/179371
Your team Zorba Coders is requested to review the proposed merge of 
lp:~zorba-coders/zorba/bug-1210410-excel into lp:zorba/excel-module.
=== modified file 'src/com/zorba-xquery/www/modules/excel/datetime.xq'
--- src/com/zorba-xquery/www/modules/excel/datetime.xq	2012-09-28 14:05:00 +
+++ src/com/zorba-xquery/www/modules/excel/datetime.xq	2013-08-09 09:46:39 +
@@ -36,7 +36,7 @@
  :)
 import module namespace excel-text = http://www.zorba-xquery.com/modules/excel/text;;
 
-declare namespace ver = http://www.zorba-xquery.com/options/versioning;;
+declare namespace ver = http://zorba.io/options/versioning;;
 declare option ver:module-version 1.0;
 
 (:~

=== modified file 'src/com/zorba-xquery/www/modules/excel/engineering.xq'
--- src/com/zorba-xquery/www/modules/excel/engineering.xq	2012-09-28 14:05:00 +
+++ src/com/zorba-xquery/www/modules/excel/engineering.xq	2013-08-09 09:46:39 +
@@ -41,7 +41,7 @@
  :)
 import module namespace excel-math=http://www.zorba-xquery.com/modules/excel/math;;
 
-declare namespace ver = http://www.zorba-xquery.com/options/versioning;;
+declare namespace ver = http://zorba.io/options/versioning;;
 declare option ver:module-version 1.0;
 
 (:~

=== modified file 'src/com/zorba-xquery/www/modules/excel/information.xq'
--- src/com/zorba-xquery/www/modules/excel/information.xq	2012-09-28 14:05:00 +
+++ src/com/zorba-xquery/www/modules/excel/information.xq	2013-08-09 09:46:39 +
@@ -36,7 +36,7 @@
  :)
 import module namespace excel-math = http://www.zorba-xquery.com/modules/excel/math;;
 
-declare namespace ver = http://www.zorba-xquery.com/options/versioning;;
+declare namespace ver = http://zorba.io/options/versioning;;
 declare option ver:module-version 1.0;
 
 

=== modified file 'src/com/zorba-xquery/www/modules/excel/logical.xq'
--- src/com/zorba-xquery/www/modules/excel/logical.xq	2012-09-28 14:05:00 +
+++ src/com/zorba-xquery/www/modules/excel/logical.xq	2013-08-09 09:46:39 +
@@ -33,7 +33,7 @@
 
 declare namespace excel-err = http://www.zorba-xquery.com/modules/excel/errors;;
 
-declare namespace ver = http://www.zorba-xquery.com/options/versioning;;
+declare namespace ver = http://zorba.io/options/versioning;;
 declare option ver:module-version 1.0;
 
 (:~

=== modified file 'src/com/zorba-xquery/www/modules/excel/lookup.xq'
--- src/com/zorba-xquery/www/modules/excel/lookup.xq	2012-09-28 14:05:00 +
+++ src/com/zorba-xquery/www/modules/excel/lookup.xq	2013-08-09 09:46:39 +
@@ -34,7 +34,7 @@
  :)
 import module namespace excel-math=http://www.zorba-xquery.com/modules/excel/math;;
 
-declare namespace ver = http://www.zorba-xquery.com/options/versioning;;
+declare namespace ver = http://zorba.io/options/versioning;;
 declare option ver:module-version 1.0;
 
 (:~

=== modified file 'src/com/zorba-xquery/www/modules/excel/math-sumproduct.xq'
--- src/com/zorba-xquery/www/modules/excel/math-sumproduct.xq	2012-09-28 14:05:00 +
+++ src/com/zorba-xquery/www/modules/excel/math-sumproduct.xq	2013-08-09 09:46:39 +
@@ -38,7 +38,7 @@
 
 declare namespace excel-err = http://www.zorba-xquery.com/modules/excel/errors;;
 
-declare namespace ver = http://www.zorba-xquery.com/options/versioning;;
+declare namespace ver = http://zorba.io/options/versioning;;
 declare option ver:module-version 1.0;
 
 

=== modified file 'src/com/zorba-xquery/www/modules/excel/math.xq'
--- src/com/zorba-xquery/www/modules/excel/math.xq	2012-09-28 14:05:00 +
+++ src/com/zorba-xquery/www/modules/excel/math.xq	2013-08-09 09:46:39 +
@@ -31,7 +31,7 @@
 
 declare namespace excel-err = http://www.zorba-xquery.com/modules/excel/errors;;
 
-declare namespace ver = http://www.zorba-xquery.com/options/versioning;;
+declare namespace ver = http://zorba.io/options/versioning;;
 declare option ver:module-version 1.0;
 
 (:~

=== modified file 'src/com/zorba-xquery/www/modules/excel/statistical-zorba.xq'
--- src/com/zorba-xquery/www/modules/excel/statistical-zorba.xq	2012-09-28 14:05:00 +
+++ src/com/zorba-xquery/www/modules/excel/statistical-zorba.xq	2013-08-09 09:46:39 +
@@ -40,7 +40,7 @@
 :)
 declare namespace math=http://www.w3.org/2005/xpath-functions/math;;
 
-declare namespace ver = http://www.zorba-xquery.com/options/versioning;;
+declare namespace ver = http://zorba.io/options/versioning;;
 declare option ver:module-version 1.0;
 
 

=== modified file 'src/com/zorba-xquery/www/modules/excel/statistical.xq'
--- src/com/zorba-xquery/www/modules/excel/statistical.xq	2012-09-28 14:05:00 +
+++ src/com/zorba-xquery/www/modules/excel/statistical.xq	2013-08-09 

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-1210410-geo into lp:zorba/geo-module

2013-08-09 Thread Chris Hillery
Chris Hillery has proposed merging lp:~zorba-coders/zorba/bug-1210410-geo into 
lp:zorba/geo-module.

Commit message:
Updated options and annotations URIs to zorba.io.

Requested reviews:
  Zorba Coders (zorba-coders)

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-geo/+merge/179372


-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-geo/+merge/179372
Your team Zorba Coders is requested to review the proposed merge of 
lp:~zorba-coders/zorba/bug-1210410-geo into lp:zorba/geo-module.
=== modified file 'src/geo.xq'
--- src/geo.xq	2013-07-10 00:47:06 +
+++ src/geo.xq	2013-08-09 09:46:48 +
@@ -159,7 +159,7 @@
  :)
 declare namespace geo-err=http://expath.org/ns/error;;
 
-declare namespace ver = http://www.zorba-xquery.com/options/versioning;;
+declare namespace ver = http://zorba.io/options/versioning;;
 declare option ver:module-version 1.0;
 
 

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-1210410-email into lp:zorba/email-module

2013-08-09 Thread Chris Hillery
Chris Hillery has proposed merging lp:~zorba-coders/zorba/bug-1210410-email 
into lp:zorba/email-module.

Commit message:
Updated options and annotations URIs to zorba.io.

Requested reviews:
  Zorba Coders (zorba-coders)

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-email/+merge/179370


-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-email/+merge/179370
Your team Zorba Coders is requested to review the proposed merge of 
lp:~zorba-coders/zorba/bug-1210410-email into lp:zorba/email-module.
=== modified file 'src/com/zorba-xquery/www/modules/email/imap.xq'
--- src/com/zorba-xquery/www/modules/email/imap.xq	2013-06-15 19:34:23 +
+++ src/com/zorba-xquery/www/modules/email/imap.xq	2013-08-09 09:46:31 +
@@ -46,9 +46,9 @@
 
 import schema namespace email = 'http://www.zorba-xquery.com/modules/email';
 
-declare namespace an = http://www.zorba-xquery.com/annotations;;
+declare namespace an = http://zorba.io/annotations;;
 
-declare namespace ver = http://www.zorba-xquery.com/options/versioning;;
+declare namespace ver = http://zorba.io/options/versioning;;
 declare option ver:module-version 1.0;
 
 (:~

=== modified file 'src/com/zorba-xquery/www/modules/email/smtp.xq'
--- src/com/zorba-xquery/www/modules/email/smtp.xq	2013-06-15 19:34:23 +
+++ src/com/zorba-xquery/www/modules/email/smtp.xq	2013-08-09 09:46:31 +
@@ -35,9 +35,9 @@
 
 import schema namespace email = 'http://www.zorba-xquery.com/modules/email';
 
-declare namespace an = http://www.zorba-xquery.com/annotations;;
+declare namespace an = http://zorba.io/annotations;;
 
-declare namespace ver = http://www.zorba-xquery.com/options/versioning;;
+declare namespace ver = http://zorba.io/options/versioning;;
 declare option ver:module-version 1.0;
 
 (:~

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-1210410-geoproj into lp:zorba/geoproj-module

2013-08-09 Thread Chris Hillery
Chris Hillery has proposed merging lp:~zorba-coders/zorba/bug-1210410-geoproj 
into lp:zorba/geoproj-module.

Commit message:
Updated options and annotations URIs to zorba.io.

Requested reviews:
  Zorba Coders (zorba-coders)

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-geoproj/+merge/179373


-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-geoproj/+merge/179373
Your team Zorba Coders is requested to review the proposed merge of 
lp:~zorba-coders/zorba/bug-1210410-geoproj into lp:zorba/geoproj-module.
=== modified file 'src/geoproj.xq'
--- src/geoproj.xq	2013-06-19 19:39:44 +
+++ src/geoproj.xq	2013-08-09 09:47:08 +
@@ -72,7 +72,7 @@
 
 declare namespace gml=http://www.opengis.net/gml;;
 
-declare namespace ver = http://www.zorba-xquery.com/options/versioning;;
+declare namespace ver = http://zorba.io/options/versioning;;
 declare option ver:module-version 1.0;
 
 (:~

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-1210410-image into lp:zorba/image-module

2013-08-09 Thread Chris Hillery
Chris Hillery has proposed merging lp:~zorba-coders/zorba/bug-1210410-image 
into lp:zorba/image-module.

Commit message:
Updated options and annotations URIs to zorba.io.

Requested reviews:
  Zorba Coders (zorba-coders)

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-image/+merge/179377


-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-image/+merge/179377
Your team Zorba Coders is requested to review the proposed merge of 
lp:~zorba-coders/zorba/bug-1210410-image into lp:zorba/image-module.
=== modified file 'src/com/zorba-xquery/www/modules/image/animation.xq'
--- src/com/zorba-xquery/www/modules/image/animation.xq	2013-06-15 19:41:03 +
+++ src/com/zorba-xquery/www/modules/image/animation.xq	2013-08-09 09:47:46 +
@@ -26,7 +26,7 @@
 module namespace anim = 'http://www.zorba-xquery.com/modules/image/animation';
 
 declare namespace ierr = http://www.zorba-xquery.com/modules/image/error;;
-declare namespace ver = http://www.zorba-xquery.com/options/versioning;;
+declare namespace ver = http://zorba.io/options/versioning;;
 declare option ver:module-version 1.0;
 
 (:~

=== modified file 'src/com/zorba-xquery/www/modules/image/basic.xq'
--- src/com/zorba-xquery/www/modules/image/basic.xq	2013-06-15 19:41:03 +
+++ src/com/zorba-xquery/www/modules/image/basic.xq	2013-08-09 09:47:46 +
@@ -49,7 +49,7 @@
 
 declare namespace err = http://www.w3.org/2005/xqt-errors;;
 declare namespace ierr = http://www.zorba-xquery.com/modules/image/error;;
-declare namespace ver = http://www.zorba-xquery.com/options/versioning;;
+declare namespace ver = http://zorba.io/options/versioning;;
 declare namespace svg = http://www.w3.org/2000/svg;;
 declare option ver:module-version 2.0;
 

=== modified file 'src/com/zorba-xquery/www/modules/image/manipulation.xq'
--- src/com/zorba-xquery/www/modules/image/manipulation.xq	2013-06-15 19:41:03 +
+++ src/com/zorba-xquery/www/modules/image/manipulation.xq	2013-08-09 09:47:46 +
@@ -50,7 +50,7 @@
 
 declare namespace err = http://www.w3.org/2005/xqt-errors;;
 declare namespace ierr = http://www.zorba-xquery.com/modules/image/error;;
-declare namespace ver = http://www.zorba-xquery.com/options/versioning;;
+declare namespace ver = http://zorba.io/options/versioning;;
 declare option ver:module-version 1.0;
 
 (:~

=== modified file 'src/com/zorba-xquery/www/modules/image/paint.xq'
--- src/com/zorba-xquery/www/modules/image/paint.xq	2013-06-15 19:41:03 +
+++ src/com/zorba-xquery/www/modules/image/paint.xq	2013-08-09 09:47:46 +
@@ -42,7 +42,7 @@
 
 declare namespace err = http://www.w3.org/2005/xqt-errors;;
 declare namespace ierr = http://www.zorba-xquery.com/modules/image/error;;
-declare namespace ver = http://www.zorba-xquery.com/options/versioning;;
+declare namespace ver = http://zorba.io/options/versioning;;
 declare option ver:module-version 1.0;
 
 

=== modified file 'test/Queries/image/animation.xq'
--- test/Queries/image/animation.xq	2012-04-11 09:50:23 +
+++ test/Queries/image/animation.xq	2013-08-09 09:47:46 +
@@ -8,7 +8,7 @@
 import module namespace ani = 'http://www.zorba-xquery.com/modules/image/animation';
 import schema namespace image = 'http://www.zorba-xquery.com/modules/image/image';
 
-declare namespace an = http://www.zorba-xquery.com/annotations;;
+declare namespace an = http://zorba.io/annotations;;
 
 declare variable $local:image-dir := fn:concat(file:dir-name(fn:static-base-uri()), /images/);
 

=== modified file 'test/Queries/image/basic.xq'
--- test/Queries/image/basic.xq	2012-04-11 09:50:23 +
+++ test/Queries/image/basic.xq	2013-08-09 09:47:46 +
@@ -6,7 +6,7 @@
 import module namespace basic = 'http://www.zorba-xquery.com/modules/image/basic';
 import module namespace file = 'http://expath.org/ns/file';
 
-declare namespace an = http://www.zorba-xquery.com/annotations;;
+declare namespace an = http://zorba.io/annotations;;
 
 declare variable $local:image-dir := fn:concat(file:dir-name(fn:static-base-uri()), /images/);
 

=== modified file 'test/Queries/image/manipulation_1.xq'
--- test/Queries/image/manipulation_1.xq	2012-04-11 09:50:23 +
+++ test/Queries/image/manipulation_1.xq	2013-08-09 09:47:46 +
@@ -8,7 +8,7 @@
 import module namespace man = 'http://www.zorba-xquery.com/modules/image/manipulation';
 import schema namespace image = 'http://www.zorba-xquery.com/modules/image/image';
 
-declare namespace an = http://www.zorba-xquery.com/annotations;;
+declare namespace an = http://zorba.io/annotations;;
 
 declare variable $local:image-dir := fn:concat(file:dir-name(fn:static-base-uri()), /images/);
 

=== modified file 'test/Queries/image/manipulation_2.xq'
--- test/Queries/image/manipulation_2.xq	2012-04-11 09:50:23 +
+++ test/Queries/image/manipulation_2.xq	2013-08-09 09:47:46 +
@@ -8,7 +8,7 @@
 import module namespace man = 'http://www.zorba-xquery.com/modules/image/manipulation';
 import schema namespace image = 

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-1210410-info-extraction into lp:zorba/info-extraction-module

2013-08-09 Thread Chris Hillery
Chris Hillery has proposed merging 
lp:~zorba-coders/zorba/bug-1210410-info-extraction into 
lp:zorba/info-extraction-module.

Commit message:
Updated options and annotations URIs to zorba.io.

Requested reviews:
  Zorba Coders (zorba-coders)

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-info-extraction/+merge/179378


-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-info-extraction/+merge/179378
Your team Zorba Coders is requested to review the proposed merge of 
lp:~zorba-coders/zorba/bug-1210410-info-extraction into 
lp:zorba/info-extraction-module.
=== modified file 'src/info-extraction-module.xq'
--- src/info-extraction-module.xq	2013-07-10 15:28:19 +
+++ src/info-extraction-module.xq	2013-08-09 09:47:55 +
@@ -26,7 +26,7 @@
 
 module namespace ex = http://zorba.io/modules/info-extraction;;
 
-declare namespace ann = http://www.zorba-xquery.com/annotations;;
+declare namespace ann = http://zorba.io/annotations;;
 
 declare namespace yahoo = urn:yahoo:cap;
 

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-1210410-languages into lp:zorba/languages-module

2013-08-09 Thread Chris Hillery
Chris Hillery has proposed merging lp:~zorba-coders/zorba/bug-1210410-languages 
into lp:zorba/languages-module.

Commit message:
Updated options and annotations URIs to zorba.io.

Requested reviews:
  Zorba Coders (zorba-coders)

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-languages/+merge/179380


-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-languages/+merge/179380
Your team Zorba Coders is requested to review the proposed merge of 
lp:~zorba-coders/zorba/bug-1210410-languages into lp:zorba/languages-module.
=== modified file 'src/com/zorba-xquery/www/modules/languages/xslt.xq'
--- src/com/zorba-xquery/www/modules/languages/xslt.xq	2012-09-28 13:42:37 +
+++ src/com/zorba-xquery/www/modules/languages/xslt.xq	2013-08-09 09:48:16 +
@@ -86,7 +86,7 @@
  :)
 module namespace xslt = http://www.zorba-xquery.com/modules/languages/xslt;;
 
-declare namespace ver = http://www.zorba-xquery.com/options/versioning;;
+declare namespace ver = http://zorba.io/options/versioning;;
 declare option ver:module-version 1.0;
 
 (:~

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-1210410-http-client into lp:zorba/http-client-module

2013-08-09 Thread Chris Hillery
Chris Hillery has proposed merging 
lp:~zorba-coders/zorba/bug-1210410-http-client into lp:zorba/http-client-module.

Commit message:
Updated options and annotations URIs to zorba.io.

Requested reviews:
  Zorba Coders (zorba-coders)

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-http-client/+merge/179376


-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-http-client/+merge/179376
Your team Zorba Coders is requested to review the proposed merge of 
lp:~zorba-coders/zorba/bug-1210410-http-client into lp:zorba/http-client-module.
=== modified file 'src/http-client.xq'
--- src/http-client.xq	2013-07-26 20:52:49 +
+++ src/http-client.xq	2013-08-09 09:47:36 +
@@ -113,9 +113,9 @@
 
 import schema namespace https = http://expath.org/ns/http-client;;
 
-declare namespace an = http://www.zorba-xquery.com/annotations;;
+declare namespace an = http://zorba.io/annotations;;
 
-declare namespace ver = http://www.zorba-xquery.com/options/versioning;;
+declare namespace ver = http://zorba.io/options/versioning;;
 declare option ver:module-version 1.0;
 
 (:~

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-1210410-jdbc into lp:zorba/jdbc-module

2013-08-09 Thread Chris Hillery
Chris Hillery has proposed merging lp:~zorba-coders/zorba/bug-1210410-jdbc into 
lp:zorba/jdbc-module.

Commit message:
Updated options and annotations URIs to zorba.io.

Requested reviews:
  Zorba Coders (zorba-coders)

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-jdbc/+merge/179379


-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-jdbc/+merge/179379
Your team Zorba Coders is requested to review the proposed merge of 
lp:~zorba-coders/zorba/bug-1210410-jdbc into lp:zorba/jdbc-module.
=== modified file 'src/jdbc.xq'
--- src/jdbc.xq	2013-06-15 19:43:06 +
+++ src/jdbc.xq	2013-08-09 09:48:04 +
@@ -27,8 +27,8 @@
 module namespace jdbc = http://www.zorba-xquery.com/modules/jdbc;;
 
 declare namespace err = http://www.w3.org/2005/xqt-errors;;
-declare namespace ver = http://www.zorba-xquery.com/options/versioning;;
-declare namespace an = http://www.zorba-xquery.com/annotations;;
+declare namespace ver = http://zorba.io/options/versioning;;
+declare namespace an = http://zorba.io/annotations;;
 declare option ver:module-version 1.0;
 
 (:~

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-1210410-process into lp:zorba/process-module

2013-08-09 Thread Chris Hillery
Chris Hillery has proposed merging lp:~zorba-coders/zorba/bug-1210410-process 
into lp:zorba/process-module.

Commit message:
Updated options and annotations URIs to zorba.io.

Requested reviews:
  Zorba Coders (zorba-coders)

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-process/+merge/179383


-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-process/+merge/179383
Your team Zorba Coders is requested to review the proposed merge of 
lp:~zorba-coders/zorba/bug-1210410-process into lp:zorba/process-module.
=== modified file 'src/process-1.xq'
--- src/process-1.xq	2013-06-15 19:46:05 +
+++ src/process-1.xq	2013-08-09 09:48:43 +
@@ -43,9 +43,9 @@
  :)
 module namespace process = http://www.zorba-xquery.com/modules/process;;
 
-declare namespace an = http://www.zorba-xquery.com/annotations;;
+declare namespace an = http://zorba.io/annotations;;
 
-declare namespace ver = http://www.zorba-xquery.com/options/versioning;;
+declare namespace ver = http://zorba.io/options/versioning;;
 declare option ver:module-version 1.0;
 
 (:~

=== modified file 'src/process-2.xq'
--- src/process-2.xq	2013-06-27 15:08:43 +
+++ src/process-2.xq	2013-08-09 09:48:43 +
@@ -60,9 +60,9 @@
  :)
 module namespace p = http://zorba.io/modules/process;;
 
-declare namespace an = http://www.zorba-xquery.com/annotations;;
+declare namespace an = http://zorba.io/annotations;;
 
-declare namespace ver = http://www.zorba-xquery.com/options/versioning;;
+declare namespace ver = http://zorba.io/options/versioning;;
 declare option ver:module-version 1.0;
 
 

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-1210410-queue into lp:zorba/queue-module

2013-08-09 Thread Chris Hillery
Chris Hillery has proposed merging lp:~zorba-coders/zorba/bug-1210410-queue 
into lp:zorba/queue-module.

Commit message:
Updated options and annotations URIs to zorba.io.

Requested reviews:
  Zorba Coders (zorba-coders)

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-queue/+merge/179384


-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-queue/+merge/179384
Your team Zorba Coders is requested to review the proposed merge of 
lp:~zorba-coders/zorba/bug-1210410-queue into lp:zorba/queue-module.
=== modified file 'src/queue.xq'
--- src/queue.xq	2013-07-17 00:28:09 +
+++ src/queue.xq	2013-08-09 09:48:53 +
@@ -30,8 +30,8 @@
 import module namespace collections-ddl = http://www.zorba-xquery.com/modules/store/dynamic/collections/ddl;;
 import module namespace collections-dml = http://www.zorba-xquery.com/modules/store/dynamic/collections/dml;;
 
-declare namespace ann = http://www.zorba-xquery.com/annotations;;
-declare namespace ver = http://www.zorba-xquery.com/options/versioning;;
+declare namespace ann = http://zorba.io/annotations;;
+declare namespace ver = http://zorba.io/options/versioning;;
 declare option ver:module-version 1.0;
 
 declare %private variable $queue:ERR-NS as xs:string := http://zorba.io/modules/queue;;

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-1210410-schema-tools into lp:zorba/schema-tools-module

2013-08-09 Thread Chris Hillery
Chris Hillery has proposed merging 
lp:~zorba-coders/zorba/bug-1210410-schema-tools into 
lp:zorba/schema-tools-module.

Commit message:
Updated options and annotations URIs to zorba.io.

Requested reviews:
  Zorba Coders (zorba-coders)

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-schema-tools/+merge/179386


-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-schema-tools/+merge/179386
Your team Zorba Coders is requested to review the proposed merge of 
lp:~zorba-coders/zorba/bug-1210410-schema-tools into 
lp:zorba/schema-tools-module.
=== modified file 'src/schema-tools.xq'
--- src/schema-tools.xq	2012-09-28 12:17:25 +
+++ src/schema-tools.xq	2013-08-09 09:49:13 +
@@ -46,7 +46,7 @@
 
 declare namespace err = http://www.w3.org/2005/xqt-errors;;
 
-declare namespace ver = http://www.zorba-xquery.com/options/versioning;;
+declare namespace ver = http://zorba.io/options/versioning;;
 declare option ver:module-version 1.0;
 
 

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-1210410-read-pdf into lp:zorba/read-pdf-module

2013-08-09 Thread Chris Hillery
Chris Hillery has proposed merging lp:~zorba-coders/zorba/bug-1210410-read-pdf 
into lp:zorba/read-pdf-module.

Commit message:
Updated options and annotations URIs to zorba.io.

Requested reviews:
  Zorba Coders (zorba-coders)

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-read-pdf/+merge/179385


-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-read-pdf/+merge/179385
Your team Zorba Coders is requested to review the proposed merge of 
lp:~zorba-coders/zorba/bug-1210410-read-pdf into lp:zorba/read-pdf-module.
=== modified file 'src/read-pdf.xq'
--- src/read-pdf.xq	2013-06-15 19:47:21 +
+++ src/read-pdf.xq	2013-08-09 09:49:05 +
@@ -50,7 +50,7 @@
 
 declare namespace err = http://www.w3.org/2005/xqt-errors;;
 
-declare namespace ver = http://www.zorba-xquery.com/options/versioning;;
+declare namespace ver = http://zorba.io/options/versioning;;
 declare option ver:module-version 1.0;
 
 

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-1210410-oracle-nosql-db into lp:zorba/oracle-nosql-db-module

2013-08-09 Thread Chris Hillery
Chris Hillery has proposed merging 
lp:~zorba-coders/zorba/bug-1210410-oracle-nosql-db into 
lp:zorba/oracle-nosql-db-module.

Commit message:
Updated options and annotations URIs to zorba.io.

Requested reviews:
  Zorba Coders (zorba-coders)

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-oracle-nosql-db/+merge/179382


-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-oracle-nosql-db/+merge/179382
Your team Zorba Coders is requested to review the proposed merge of 
lp:~zorba-coders/zorba/bug-1210410-oracle-nosql-db into 
lp:zorba/oracle-nosql-db-module.
=== modified file 'src/nosqldb.xq'
--- src/nosqldb.xq	2013-07-24 17:07:23 +
+++ src/nosqldb.xq	2013-08-09 09:48:35 +
@@ -46,8 +46,8 @@
 import module namespace base64 = http://zorba.io/modules/base64;;
 
 declare namespace jn = http://jsoniq.org/functions;;
-declare namespace an = http://www.zorba-xquery.com/annotations;;
-declare namespace ver = http://www.zorba-xquery.com/options/versioning;;
+declare namespace an = http://zorba.io/annotations;;
+declare namespace ver = http://zorba.io/options/versioning;;
 
 declare option ver:module-version 1.0;
 

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-1210410-stack into lp:zorba/stack-module

2013-08-09 Thread Chris Hillery
Chris Hillery has proposed merging lp:~zorba-coders/zorba/bug-1210410-stack 
into lp:zorba/stack-module.

Commit message:
Updated options and annotations URIs to zorba.io.

Requested reviews:
  Zorba Coders (zorba-coders)

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-stack/+merge/179389


-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-stack/+merge/179389
Your team Zorba Coders is requested to review the proposed merge of 
lp:~zorba-coders/zorba/bug-1210410-stack into lp:zorba/stack-module.
=== modified file 'src/stack.xq'
--- src/stack.xq	2013-07-17 06:20:08 +
+++ src/stack.xq	2013-08-09 09:49:42 +
@@ -30,8 +30,8 @@
 import module namespace collections-ddl = http://www.zorba-xquery.com/modules/store/dynamic/collections/ddl;;
 import module namespace collections-dml = http://www.zorba-xquery.com/modules/store/dynamic/collections/dml;;
 
-declare namespace ann = http://www.zorba-xquery.com/annotations;;
-declare namespace ver = http://www.zorba-xquery.com/options/versioning;;
+declare namespace ann = http://zorba.io/annotations;;
+declare namespace ver = http://zorba.io/options/versioning;;
 declare option ver:module-version 1.0;
 
 declare %private variable $stack:errNS as xs:string := http://zorba.io/modules/stack;;

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-1210410-util-jvm into lp:zorba/util-jvm-module

2013-08-09 Thread Chris Hillery
Chris Hillery has proposed merging lp:~zorba-coders/zorba/bug-1210410-util-jvm 
into lp:zorba/util-jvm-module.

Commit message:
Updated options and annotations URIs to zorba.io.

Requested reviews:
  Zorba Coders (zorba-coders)

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-util-jvm/+merge/179391


-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-util-jvm/+merge/179391
Your team Zorba Coders is requested to review the proposed merge of 
lp:~zorba-coders/zorba/bug-1210410-util-jvm into lp:zorba/util-jvm-module.
=== modified file 'src/util-jvm.xq'
--- src/util-jvm.xq	2013-06-15 19:50:28 +
+++ src/util-jvm.xq	2013-08-09 09:50:03 +
@@ -35,6 +35,6 @@
  :)
 module namespace util-jvm = http://www.zorba-xquery.com/modules/util-jvm;;
 
-declare namespace ver = http://www.zorba-xquery.com/options/versioning;;
+declare namespace ver = http://zorba.io/options/versioning;;
 declare option ver:module-version 1.0;
 

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-1210410-oauth into lp:zorba/oauth-module

2013-08-09 Thread Chris Hillery
Chris Hillery has proposed merging lp:~zorba-coders/zorba/bug-1210410-oauth 
into lp:zorba/oauth-module.

Commit message:
Updated options and annotations URIs to zorba.io.

Requested reviews:
  Zorba Coders (zorba-coders)

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-oauth/+merge/179381


-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-oauth/+merge/179381
Your team Zorba Coders is requested to review the proposed merge of 
lp:~zorba-coders/zorba/bug-1210410-oauth into lp:zorba/oauth-module.
=== modified file 'src/com/zorba-xquery/www/modules/oauth/client.xq'
--- src/com/zorba-xquery/www/modules/oauth/client.xq	2013-07-17 15:46:41 +
+++ src/com/zorba-xquery/www/modules/oauth/client.xq	2013-08-09 09:48:26 +
@@ -45,9 +45,9 @@
 import schema namespace sp = http://www.zorba-xquery.com/schemas/oauth/service-provider;;
 import schema namespace p = http://www.zorba-xquery.com/schemas/oauth/parameters;;
 
-declare namespace an = http://www.zorba-xquery.com/annotations;;
-declare namespace ver = http://www.zorba-xquery.com/options/versioning;;
-declare namespace op = http://www.zorba-xquery.com/options/features;;
+declare namespace an = http://zorba.io/annotations;;
+declare namespace ver = http://zorba.io/options/versioning;;
+declare namespace op = http://zorba.io/options/features;;
 declare namespace f = http://www.zorba-xquery.com/features;;
 
 declare option op:disable f:trace;

=== modified file 'src/com/zorba-xquery/www/modules/oauth/error.xq'
--- src/com/zorba-xquery/www/modules/oauth/error.xq	2013-06-15 19:43:50 +
+++ src/com/zorba-xquery/www/modules/oauth/error.xq	2013-08-09 09:48:26 +
@@ -25,7 +25,7 @@
  :)
 module namespace  oerr = http://www.zorba-xquery.com/modules/oauth/error;;
 
-declare namespace ver = http://www.zorba-xquery.com/options/versioning;;
+declare namespace ver = http://zorba.io/options/versioning;;
 declare option ver:module-version 1.0;
 
 (:~

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-1210410-system into lp:zorba/system-module

2013-08-09 Thread Chris Hillery
Chris Hillery has proposed merging lp:~zorba-coders/zorba/bug-1210410-system 
into lp:zorba/system-module.

Commit message:
Updated options and annotations URIs to zorba.io.

Requested reviews:
  Zorba Coders (zorba-coders)

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-system/+merge/179390


-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-system/+merge/179390
Your team Zorba Coders is requested to review the proposed merge of 
lp:~zorba-coders/zorba/bug-1210410-system into lp:zorba/system-module.
=== modified file 'src/system.xq'
--- src/system.xq	2013-08-08 20:52:06 +
+++ src/system.xq	2013-08-09 09:49:53 +
@@ -43,9 +43,9 @@
  :)
 module namespace system = http://zorba.io/modules/system;;
 
-declare namespace an = http://www.zorba-xquery.com/annotations;;
+declare namespace an = http://zorba.io/annotations;;
 
-declare namespace ver = http://www.zorba-xquery.com/options/versioning;;
+declare namespace ver = http://zorba.io/options/versioning;;
 declare option ver:module-version 1.0;
 
 (:~

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-1210410-archive into lp:zorba/archive-module

2013-08-09 Thread Chris Hillery
The proposal to merge lp:~zorba-coders/zorba/bug-1210410-archive into 
lp:zorba/archive-module has been updated.

Commit Message changed to:

Updated options and annotations URIs to zorba.io.

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-archive/+merge/179394
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-archive/+merge/179394
Your team Zorba Coders is requested to review the proposed merge of 
lp:~zorba-coders/zorba/bug-1210410-archive into lp:zorba/archive-module.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-1210410-security into lp:zorba/security-module

2013-08-09 Thread Chris Hillery
Chris Hillery has proposed merging lp:~zorba-coders/zorba/bug-1210410-security 
into lp:zorba/security-module.

Commit message:
Updated options and annotations URIs to zorba.io.

Requested reviews:
  Zorba Coders (zorba-coders)

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-security/+merge/179387


-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-security/+merge/179387
Your team Zorba Coders is requested to review the proposed merge of 
lp:~zorba-coders/zorba/bug-1210410-security into lp:zorba/security-module.
=== modified file 'src/hash.xq'
--- src/hash.xq	2013-06-21 11:37:09 +
+++ src/hash.xq	2013-08-09 09:49:23 +
@@ -26,7 +26,7 @@
  :)
 module namespace hash = http://www.zorba-xquery.com/modules/cryptography/hash;;
 
-declare namespace ver = http://www.zorba-xquery.com/options/versioning;;
+declare namespace ver = http://zorba.io/options/versioning;;
 declare option ver:module-version 2.0;
 
 (:~

=== modified file 'src/hmac.xq'
--- src/hmac.xq	2013-06-15 19:48:08 +
+++ src/hmac.xq	2013-08-09 09:49:23 +
@@ -30,7 +30,7 @@
  :)
 module namespace hmac = http://www.zorba-xquery.com/modules/cryptography/hmac;;
 
-declare namespace ver = http://www.zorba-xquery.com/options/versioning;;
+declare namespace ver = http://zorba.io/options/versioning;;
 declare option ver:module-version 2.0;
 
 (:~

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-1210410-sqlite into lp:zorba/sqlite-module

2013-08-09 Thread Chris Hillery
Chris Hillery has proposed merging lp:~zorba-coders/zorba/bug-1210410-sqlite 
into lp:zorba/sqlite-module.

Commit message:
Updated options and annotations URIs to zorba.io.

Requested reviews:
  Zorba Coders (zorba-coders)

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-sqlite/+merge/179388


-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-sqlite/+merge/179388
Your team Zorba Coders is requested to review the proposed merge of 
lp:~zorba-coders/zorba/bug-1210410-sqlite into lp:zorba/sqlite-module.
=== modified file 'src/sqlite_module.xq'
--- src/sqlite_module.xq	2013-07-30 00:38:13 +
+++ src/sqlite_module.xq	2013-08-09 09:49:33 +
@@ -26,8 +26,8 @@
  :)
  
 module namespace s = http://zorba.io/modules/sqlite;;
-declare namespace an = http://www.zorba-xquery.com/annotations;;
-declare namespace ver = http://www.zorba-xquery.com/options/versioning;;
+declare namespace an = http://zorba.io/annotations;;
+declare namespace ver = http://zorba.io/options/versioning;;
 declare option ver:module-version 1.0;
 
 (:~

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-1210410-archive into lp:zorba/archive-module

2013-08-09 Thread Chris Hillery
Chris Hillery has proposed merging lp:~zorba-coders/zorba/bug-1210410-archive 
into lp:zorba/archive-module.

Commit message:
Updated options and annotations URIs to zorba.io.

Requested reviews:
  Zorba Coders (zorba-coders)

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-archive/+merge/179394
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-archive/+merge/179394
Your team Zorba Coders is requested to review the proposed merge of 
lp:~zorba-coders/zorba/bug-1210410-archive into lp:zorba/archive-module.
=== modified file 'src/archive_module.xq'
--- src/archive_module.xq	2013-07-25 21:36:20 +
+++ src/archive_module.xq	2013-08-09 09:52:35 +
@@ -36,7 +36,7 @@
  :)
 module namespace a = http://zorba.io/modules/archive;;
  
-declare namespace ver = http://www.zorba-xquery.com/options/versioning;;
+declare namespace ver = http://zorba.io/options/versioning;;
 declare option ver:module-version 1.0;
   
 (:~

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-1210410-couchbase into lp:zorba/couchbase-module

2013-08-09 Thread Chris Hillery
Review: Approve


-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-couchbase/+merge/179365
Your team Zorba Coders is subscribed to branch lp:zorba/couchbase-module.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-1210410-data-cleaning into lp:zorba/data-cleaning-module

2013-08-09 Thread Chris Hillery
Review: Approve


-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-data-cleaning/+merge/179367
Your team Zorba Coders is subscribed to branch lp:zorba/data-cleaning-module.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-1210410-data-formatting into lp:zorba/data-formatting-module

2013-08-09 Thread Chris Hillery
Review: Approve


-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-data-formatting/+merge/179368
Your team Zorba Coders is subscribed to branch lp:zorba/data-formatting-module.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-1210410-csv into lp:zorba/data-converters-module

2013-08-09 Thread Chris Hillery
Review: Approve


-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-csv/+merge/179366
Your team Zorba Coders is subscribed to branch lp:zorba/data-converters-module.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-1210410-geoproj into lp:zorba/geoproj-module

2013-08-09 Thread Chris Hillery
Review: Approve


-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-geoproj/+merge/179373
Your team Zorba Coders is subscribed to branch lp:zorba/geoproj-module.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-1210410-oauth into lp:zorba/oauth-module

2013-08-09 Thread Chris Hillery
Review: Approve


-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-oauth/+merge/179381
Your team Zorba Coders is subscribed to branch lp:zorba/oauth-module.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-1210410-http-client into lp:zorba/http-client-module

2013-08-09 Thread Chris Hillery
Review: Approve


-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-http-client/+merge/179376
Your team Zorba Coders is subscribed to branch lp:zorba/http-client-module.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-1210410-excel into lp:zorba/excel-module

2013-08-09 Thread Chris Hillery
Review: Approve


-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-excel/+merge/179371
Your team Zorba Coders is subscribed to branch lp:zorba/excel-module.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-1210410-geo into lp:zorba/geo-module

2013-08-09 Thread Chris Hillery
Review: Approve


-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-geo/+merge/179372
Your team Zorba Coders is subscribed to branch lp:zorba/geo-module.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-1210410-graphviz into lp:zorba/image-module

2013-08-09 Thread Chris Hillery
Review: Approve


-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-graphviz/+merge/179374
Your team Zorba Coders is subscribed to branch lp:zorba/image-module.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-1210410-jdbc into lp:zorba/jdbc-module

2013-08-09 Thread Chris Hillery
Review: Approve


-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-jdbc/+merge/179379
Your team Zorba Coders is subscribed to branch lp:zorba/jdbc-module.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-1210410 into lp:zorba

2013-08-09 Thread Chris Hillery
The proposal to merge lp:~zorba-coders/zorba/bug-1210410 into lp:zorba has been 
updated.

Description changed to:

https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-couchbase/+merge/179365
 
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-csv/+merge/179366
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-data-cleaning/+merge/179367
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-data-formatting/+merge/179368
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-email/+merge/179370
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-excel/+merge/179371
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-geo/+merge/179372
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-geoproj/+merge/179373


For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410/+merge/179358
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410/+merge/179358
Your team Zorba Coders is requested to review the proposed merge of 
lp:~zorba-coders/zorba/bug-1210410 into lp:zorba.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-1210410-email into lp:zorba/email-module

2013-08-09 Thread Chris Hillery
Review: Approve


-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-email/+merge/179370
Your team Zorba Coders is subscribed to branch lp:zorba/email-module.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-1210410-image into lp:zorba/image-module

2013-08-09 Thread Chris Hillery
Review: Approve


-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-image/+merge/179377
Your team Zorba Coders is subscribed to branch lp:zorba/image-module.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-1210410-html into lp:zorba/data-converters-module

2013-08-09 Thread Chris Hillery
Review: Approve


-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-html/+merge/179375
Your team Zorba Coders is subscribed to branch lp:zorba/data-converters-module.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-1210410-languages into lp:zorba/languages-module

2013-08-09 Thread Chris Hillery
Review: Approve


-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-languages/+merge/179380
Your team Zorba Coders is subscribed to branch lp:zorba/languages-module.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-1210410-info-extraction into lp:zorba/info-extraction-module

2013-08-09 Thread Chris Hillery
Review: Approve


-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-info-extraction/+merge/179378
Your team Zorba Coders is subscribed to branch lp:zorba/info-extraction-module.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-1210410-util-jvm into lp:zorba/util-jvm-module

2013-08-09 Thread Chris Hillery
Review: Approve


-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-util-jvm/+merge/179391
Your team Zorba Coders is subscribed to branch lp:zorba/util-jvm-module.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-1210410 into lp:zorba

2013-08-09 Thread Chris Hillery
Review: Approve


-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410/+merge/179358
Your team Zorba Coders is subscribed to branch lp:zorba.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-1210410-system into lp:zorba/system-module

2013-08-09 Thread Chris Hillery
Review: Approve


-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-system/+merge/179390
Your team Zorba Coders is subscribed to branch lp:zorba/system-module.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-1210410-stack into lp:zorba/stack-module

2013-08-09 Thread Chris Hillery
Review: Approve


-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-stack/+merge/179389
Your team Zorba Coders is subscribed to branch lp:zorba/stack-module.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-1210410-oracle-nosql-db into lp:zorba/oracle-nosql-db-module

2013-08-09 Thread Chris Hillery
Review: Approve


-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-oracle-nosql-db/+merge/179382
Your team Zorba Coders is subscribed to branch lp:zorba/oracle-nosql-db-module.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-1210410-sqlite into lp:zorba/sqlite-module

2013-08-09 Thread Chris Hillery
Review: Approve


-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-sqlite/+merge/179388
Your team Zorba Coders is subscribed to branch lp:zorba/sqlite-module.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-1210410-security into lp:zorba/security-module

2013-08-09 Thread Chris Hillery
Review: Approve


-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-security/+merge/179387
Your team Zorba Coders is subscribed to branch lp:zorba/security-module.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-1210410-read-pdf into lp:zorba/read-pdf-module

2013-08-09 Thread Chris Hillery
Review: Approve


-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-read-pdf/+merge/179385
Your team Zorba Coders is subscribed to branch lp:zorba/read-pdf-module.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-1210410 into lp:zorba

2013-08-09 Thread Chris Hillery
The proposal to merge lp:~zorba-coders/zorba/bug-1210410 into lp:zorba has been 
updated.

Description changed to:

https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-couchbase/+merge/179365
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-csv/+merge/179366
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-data-cleaning/+merge/179367
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-data-formatting/+merge/179368
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-email/+merge/179370
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-excel/+merge/179371
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-geo/+merge/179372
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-geoproj/+merge/179373
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-graphviz/+merge/179374
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-html/+merge/179375
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-http-client/+merge/179376
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-image/+merge/179377
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-info-extraction/+merge/179378
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-jdbc/+merge/179379
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-languages/+merge/179380
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-oauth/+merge/179381
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-oracle-nosql-db/+merge/179382
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-process/+merge/179383
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-queue/+merge/179384
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-read-pdf/+merge/179385
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-schema-tools/+merge/179386
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-security/+merge/179387
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-sqlite/+merge/179388
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-stack/+merge/179389
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-system/+merge/179390
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-util-jvm/+merge/179391
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-archive/+merge/179394


For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410/+merge/179358
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410/+merge/179358
Your team Zorba Coders is requested to review the proposed merge of 
lp:~zorba-coders/zorba/bug-1210410 into lp:zorba.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-1210410 into lp:zorba

2013-08-09 Thread Chris Hillery
The proposal to merge lp:~zorba-coders/zorba/bug-1210410 into lp:zorba has been 
updated.

Description changed to:

https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-couchbase/+merge/179365
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-csv/+merge/179366
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-data-cleaning/+merge/179367
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-data-formatting/+merge/179368
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-email/+merge/179370
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-excel/+merge/179371
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-geo/+merge/179372
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-geoproj/+merge/179373
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-graphviz/+merge/179374
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-html/+merge/179375
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-http-client/+merge/179376
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-image/+merge/179377
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-info-extraction/+merge/179378
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-jdbc/+merge/179379
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-languages/+merge/179380
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-oauth/+merge/179381
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-oracle-nosql-db/+merge/179382


For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410/+merge/179358
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410/+merge/179358
Your team Zorba Coders is requested to review the proposed merge of 
lp:~zorba-coders/zorba/bug-1210410 into lp:zorba.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-1210410-queue into lp:zorba/queue-module

2013-08-09 Thread Chris Hillery
Review: Approve


-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-queue/+merge/179384
Your team Zorba Coders is subscribed to branch lp:zorba/queue-module.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-1210410-schema-tools into lp:zorba/schema-tools-module

2013-08-09 Thread Chris Hillery
Review: Approve


-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-schema-tools/+merge/179386
Your team Zorba Coders is subscribed to branch lp:zorba/schema-tools-module.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-1210410-process into lp:zorba/process-module

2013-08-09 Thread Chris Hillery
Review: Approve


-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-process/+merge/179383
Your team Zorba Coders is subscribed to branch lp:zorba/process-module.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-1210410 into lp:zorba

2013-08-09 Thread Zorba Build Bot
Validation queue starting for the following merge proposals:
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410/+merge/179358
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-couchbase/+merge/179365
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-csv/+merge/179366
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-data-cleaning/+merge/179367
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-data-formatting/+merge/179368
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-email/+merge/179370
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-excel/+merge/179371
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-geo/+merge/179372
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-geoproj/+merge/179373
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-graphviz/+merge/179374
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-html/+merge/179375
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-http-client/+merge/179376
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-image/+merge/179377
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-info-extraction/+merge/179378
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-jdbc/+merge/179379
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-languages/+merge/179380
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-oauth/+merge/179381
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-oracle-nosql-db/+merge/179382
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-process/+merge/179383
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-queue/+merge/179384
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-read-pdf/+merge/179385
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-schema-tools/+merge/179386
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-security/+merge/179387
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-sqlite/+merge/179388
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-stack/+merge/179389
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-system/+merge/179390
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-util-jvm/+merge/179391
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-archive/+merge/179394

Progress dashboard at http://jenkins.lambda.nu/view/ValidationQueue
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410/+merge/179358
Your team Zorba Coders is subscribed to branch lp:zorba.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-1210410 into lp:zorba

2013-08-09 Thread Zorba Build Bot
Validation queue result for 
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410/+merge/179358

Stage ZorbaVQ failed.

Check console output at http://jenkins.lambda.nu/job/ZorbaVQ/257/console to 
view the results.
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410/+merge/179358
Your team Zorba Coders is subscribed to branch lp:zorba.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-1210410-archive into lp:zorba/archive-module

2013-08-09 Thread Chris Hillery
Review: Approve


-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-archive/+merge/179394
Your team Zorba Coders is subscribed to branch lp:zorba/archive-module.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-1210410 into lp:zorba

2013-08-09 Thread Chris Hillery
The proposal to merge lp:~zorba-coders/zorba/bug-1210410 into lp:zorba has been 
updated.

Description changed to:

https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-couchbase/+merge/179365
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-csv/+merge/179405
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-data-cleaning/+merge/179367
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-data-formatting/+merge/179368
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-email/+merge/179370
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-excel/+merge/179371
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-geo/+merge/179372
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-geoproj/+merge/179373
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-graphviz/+merge/179374
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-html/+merge/179375
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-http-client/+merge/179376
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-image/+merge/179377
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-info-extraction/+merge/179378
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-jdbc/+merge/179379
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-languages/+merge/179380
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-oauth/+merge/179381
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-oracle-nosql-db/+merge/179382
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-process/+merge/179383
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-queue/+merge/179384
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-read-pdf/+merge/179385
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-schema-tools/+merge/179386
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-security/+merge/179387
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-sqlite/+merge/179388
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-stack/+merge/179389
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-system/+merge/179390
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-util-jvm/+merge/179391
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-archive/+merge/179394

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410/+merge/179358
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410/+merge/179358
Your team Zorba Coders is subscribed to branch lp:zorba.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-1210410-csv into lp:zorba/csv-module

2013-08-09 Thread Chris Hillery
Chris Hillery has proposed merging lp:~zorba-coders/zorba/bug-1210410-csv into 
lp:zorba/csv-module.

Commit message:
Updated options and annotations URIs to zorba.io.

Requested reviews:
  Chris Hillery (ceejatec)

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-csv/+merge/179405
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-csv/+merge/179405
Your team Zorba Coders is subscribed to branch lp:zorba/csv-module.
=== modified file 'src/csv.xq'
--- src/csv.xq	2013-06-15 19:33:17 +
+++ src/csv.xq	2013-08-09 10:11:25 +
@@ -35,7 +35,7 @@
   :)
 import schema namespace csv-options = http://www.zorba-xquery.com/modules/converters/csv-options;;
 
-declare namespace ver = http://www.zorba-xquery.com/options/versioning;;
+declare namespace ver = http://zorba.io/options/versioning;;
 declare option ver:module-version 1.0;
 
 (:~

=== modified file 'test/Queries/converters/base64/binaryReadWrite.xq'
--- test/Queries/converters/base64/binaryReadWrite.xq	2013-07-17 07:06:44 +
+++ test/Queries/converters/base64/binaryReadWrite.xq	2013-08-09 10:11:25 +
@@ -5,7 +5,7 @@
 
 import schema namespace output = http://www.w3.org/2010/xslt-xquery-serialization;;
 
-declare namespace an = http://www.zorba-xquery.com/annotations;;
+declare namespace an = http://zorba.io/annotations;;
 
 declare variable $inFile as xs:string := fn:concat(file:dir-name(fn:static-base-uri()), /../image/images/bird.gif);
 declare variable $testDir as xs:string := fn:concat(file:dir-name(fn:static-base-uri()),/tmpBinaryReadWrite);

=== modified file 'test/Queries/converters/base64/common.xqlib'
--- test/Queries/converters/base64/common.xqlib	2013-08-06 14:36:42 +
+++ test/Queries/converters/base64/common.xqlib	2013-08-09 10:11:25 +
@@ -4,7 +4,7 @@
 
 import schema namespace output = http://www.w3.org/2010/xslt-xquery-serialization;;
 
-declare namespace an = http://www.zorba-xquery.com/annotations;;
+declare namespace an = http://zorba.io/annotations;;
 
 declare function commons:error($messages as xs:string*) as xs:string* {
   

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-1210410-html into lp:zorba/html-module

2013-08-09 Thread Chris Hillery
Review: Approve


-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-html/+merge/179406
Your team Zorba Coders is subscribed to branch lp:zorba/html-module.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-1210410 into lp:zorba

2013-08-09 Thread Chris Hillery
The proposal to merge lp:~zorba-coders/zorba/bug-1210410 into lp:zorba has been 
updated.

Description changed to:

https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-couchbase/+merge/179365
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-csv/+merge/179405
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-data-cleaning/+merge/179367
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-data-formatting/+merge/179368
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-email/+merge/179370
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-excel/+merge/179371
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-geo/+merge/179372
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-geoproj/+merge/179373
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-graphviz/+merge/179374
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-html/+merge/179406
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-http-client/+merge/179376
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-image/+merge/179377
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-info-extraction/+merge/179378
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-jdbc/+merge/179379
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-languages/+merge/179380
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-oauth/+merge/179381
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-oracle-nosql-db/+merge/179382
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-process/+merge/179383
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-queue/+merge/179384
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-read-pdf/+merge/179385
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-schema-tools/+merge/179386
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-security/+merge/179387
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-sqlite/+merge/179388
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-stack/+merge/179389
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-system/+merge/179390
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-util-jvm/+merge/179391
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-archive/+merge/179394

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410/+merge/179358
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410/+merge/179358
Your team Zorba Coders is subscribed to branch lp:zorba.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-1210410 into lp:zorba

2013-08-09 Thread Zorba Build Bot
Validation queue starting for the following merge proposals:
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410/+merge/179358
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-couchbase/+merge/179365
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-csv/+merge/179405
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-data-cleaning/+merge/179367
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-data-formatting/+merge/179368
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-email/+merge/179370
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-excel/+merge/179371
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-geo/+merge/179372
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-geoproj/+merge/179373
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-graphviz/+merge/179374
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-html/+merge/179406
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-http-client/+merge/179376
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-image/+merge/179377
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-info-extraction/+merge/179378
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-jdbc/+merge/179379
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-languages/+merge/179380
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-oauth/+merge/179381
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-oracle-nosql-db/+merge/179382
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-process/+merge/179383
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-queue/+merge/179384
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-read-pdf/+merge/179385
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-schema-tools/+merge/179386
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-security/+merge/179387
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-sqlite/+merge/179388
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-stack/+merge/179389
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-system/+merge/179390
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-util-jvm/+merge/179391
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-archive/+merge/179394

Progress dashboard at http://jenkins.lambda.nu/view/ValidationQueue
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410/+merge/179358
Your team Zorba Coders is subscribed to branch lp:zorba.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-1210410-html into lp:zorba/html-module

2013-08-09 Thread Chris Hillery
Chris Hillery has proposed merging lp:~zorba-coders/zorba/bug-1210410-html into 
lp:zorba/html-module.

Commit message:
Updated options and annotations URIs to zorba.io.

Requested reviews:
  Chris Hillery (ceejatec)

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-html/+merge/179406
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-html/+merge/179406
Your team Zorba Coders is subscribed to branch lp:zorba/html-module.
=== modified file 'src/html.xq'
--- src/html.xq	2013-06-15 19:38:58 +
+++ src/html.xq	2013-08-09 10:12:44 +
@@ -40,7 +40,7 @@
 
 declare namespace err = http://ww.w3.org/2005/xqt-errors;;
 
-declare namespace ver = http://www.zorba-xquery.com/options/versioning;;
+declare namespace ver = http://zorba.io/options/versioning;;
 declare option ver:module-version 1.0;
 
 (:~

=== modified file 'test/Queries/link_crawler2.xq2'
--- test/Queries/link_crawler2.xq2	2013-08-07 15:49:39 +
+++ test/Queries/link_crawler2.xq2	2013-08-09 10:12:44 +
@@ -21,7 +21,7 @@
 import schema namespace opt = http://zorba.io/modules/xml-options;;
 import module namespace file = http://expath.org/ns/file;;
 
-declare namespace an = http://www.zorba-xquery.com/annotations;;
+declare namespace an = http://zorba.io/annotations;;
 declare namespace xhtml=http://www.w3.org/1999/xhtml;;
 declare namespace output=http://www.w3.org/2010/xslt-xquery-serialization;;
 declare namespace err=http://www.w3.org/2005/xqt-errors;;

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-1210410-graphviz into lp:zorba/graphviz-module

2013-08-09 Thread Chris Hillery
Review: Approve


-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-graphviz/+merge/179407
Your team Zorba Coders is subscribed to branch lp:zorba/graphviz-module.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-1210410 into lp:zorba

2013-08-09 Thread Chris Hillery
The proposal to merge lp:~zorba-coders/zorba/bug-1210410 into lp:zorba has been 
updated.

Description changed to:

https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-couchbase/+merge/179365
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-csv/+merge/179405
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-data-cleaning/+merge/179367
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-data-formatting/+merge/179368
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-email/+merge/179370
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-excel/+merge/179371
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-geo/+merge/179372
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-geoproj/+merge/179373
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-graphviz/+merge/179407
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-html/+merge/179406
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-http-client/+merge/179376
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-image/+merge/179377
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-info-extraction/+merge/179378
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-jdbc/+merge/179379
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-languages/+merge/179380
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-oauth/+merge/179381
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-oracle-nosql-db/+merge/179382
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-process/+merge/179383
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-queue/+merge/179384
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-read-pdf/+merge/179385
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-schema-tools/+merge/179386
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-security/+merge/179387
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-sqlite/+merge/179388
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-stack/+merge/179389
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-system/+merge/179390
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-util-jvm/+merge/179391
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-archive/+merge/179394

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410/+merge/179358
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410/+merge/179358
Your team Zorba Coders is subscribed to branch lp:zorba.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-1210410-graphviz into lp:zorba/graphviz-module

2013-08-09 Thread Chris Hillery
Chris Hillery has proposed merging lp:~zorba-coders/zorba/bug-1210410-graphviz 
into lp:zorba/graphviz-module.

Commit message:
Updated options and annotations URIs to zorba.io.

Requested reviews:
  Chris Hillery (ceejatec)

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-graphviz/+merge/179407
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-graphviz/+merge/179407
Your team Zorba Coders is subscribed to branch lp:zorba/graphviz-module.
=== modified file 'src/com/zorba-xquery/www/modules/image/graphviz.xq'
--- src/com/zorba-xquery/www/modules/image/graphviz.xq	2013-06-15 19:38:14 +
+++ src/com/zorba-xquery/www/modules/image/graphviz.xq	2013-08-09 10:16:59 +
@@ -44,7 +44,7 @@
  :)
 module namespace gr = http://www.zorba-xquery.com/modules/image/graphviz;;
 
-declare namespace ver = http://www.zorba-xquery.com/options/versioning;;
+declare namespace ver = http://zorba.io/options/versioning;;
 declare option ver:module-version 1.0;
 
 (:~

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-1210410 into lp:zorba

2013-08-09 Thread Zorba Build Bot
Validation queue result for 
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410/+merge/179358

Stage ZorbaVQ failed.

Check console output at http://jenkins.lambda.nu/job/ZorbaVQ/258/console to 
view the results.
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410/+merge/179358
Your team Zorba Coders is subscribed to branch lp:zorba.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-1210410 into lp:zorba

2013-08-09 Thread Zorba Build Bot
Validation queue starting for the following merge proposals:
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410/+merge/179358
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-couchbase/+merge/179365
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-csv/+merge/179405
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-data-cleaning/+merge/179367
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-data-formatting/+merge/179368
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-email/+merge/179370
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-excel/+merge/179371
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-geo/+merge/179372
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-geoproj/+merge/179373
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-graphviz/+merge/179407
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-html/+merge/179406
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-http-client/+merge/179376
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-image/+merge/179377
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-info-extraction/+merge/179378
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-jdbc/+merge/179379
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-languages/+merge/179380
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-oauth/+merge/179381
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-oracle-nosql-db/+merge/179382
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-process/+merge/179383
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-queue/+merge/179384
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-read-pdf/+merge/179385
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-schema-tools/+merge/179386
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-security/+merge/179387
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-sqlite/+merge/179388
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-stack/+merge/179389
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-system/+merge/179390
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-util-jvm/+merge/179391
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-archive/+merge/179394

Progress dashboard at http://jenkins.lambda.nu/view/ValidationQueue
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410/+merge/179358
Your team Zorba Coders is subscribed to branch lp:zorba.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-1210410-csv into lp:zorba/csv-module

2013-08-09 Thread Chris Hillery
Review: Approve


-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-csv/+merge/179405
Your team Zorba Coders is subscribed to branch lp:zorba/csv-module.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/markos-scratch into lp:zorba

2013-08-09 Thread Markos Zaharioudakis
Review: Approve


-- 
https://code.launchpad.net/~zorba-coders/zorba/markos-scratch/+merge/179411
Your team Zorba Coders is subscribed to branch lp:zorba.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~zorba-coders/zorba/markos-scratch into lp:zorba

2013-08-09 Thread Markos Zaharioudakis
Markos Zaharioudakis has proposed merging lp:~zorba-coders/zorba/markos-scratch 
into lp:zorba.

Commit message:
don't do unnecessary implicit iteration for jsoniq navigation

Requested reviews:
  Markos Zaharioudakis (markos-za)

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/markos-scratch/+merge/179411

don't do unnecessary implicit iteration for jsoniq navigation
-- 
https://code.launchpad.net/~zorba-coders/zorba/markos-scratch/+merge/179411
Your team Zorba Coders is subscribed to branch lp:zorba.
=== modified file 'modules/org/jsoniq/www/functions.xq'
--- modules/org/jsoniq/www/functions.xq	2013-06-19 14:19:40 +
+++ modules/org/jsoniq/www/functions.xq	2013-08-09 10:32:03 +
@@ -197,18 +197,6 @@
 
 
 (:~
- : Returns the value of a JSON Pair with a given name within a given JSON object.
- : If no such pair exists in the object, returns the empty sequence.
- :
- : @param $o A JSON Object.
- : @param $name The name of the pair whose value is to be retrieved
- : @return the value of specified pair within the given object, or the empty sequence.
- :)
-(: obsolete - use $o($name) instead :)
-declare function jn:value($o as item(), $name as item()?) as item()? external;
-
-
-(:~
  : Creates an object from the specified pairs of another given object. 
  : Specifically, for each name in $names, if the object $o has a pair with
  : that name, then a copy of that pair is included in the new object.
@@ -231,18 +219,6 @@
 
 
 (:~
- : Returns the member of an Array at the specified position (starting from 1).
- : If the position is out of bounds of the array, returns the empty sequence.
- :
- : @param $a A JSON Array.
- : @param $p The position in the array.
- : @return The member at the specified position, or empty sequence.
- :)
-(: obsolete - use $a($p) or $a[[$p]] instead :)
-declare function jn:member($a as item(), $p as item()?) as item()? external;
-
-
-(:~
  : Returns the items belonging to the arrays found inside a given sequence
  : of items. The items are returned in an implementation-defined order.
  :

=== modified file 'src/compiler/rewriter/rules/flwor_rules.cpp'
--- src/compiler/rewriter/rules/flwor_rules.cpp	2013-06-14 04:50:39 +
+++ src/compiler/rewriter/rules/flwor_rules.cpp	2013-08-09 10:32:03 +
@@ -462,7 +462,8 @@
   // since one value is still returned, count variables are changed to 1
   subst_vars(rCtx,
  static_castcount_clause*(clause)-get_var(),
- rCtx.theEM-create_const_expr(sctx, udf, loc, numeric_constsxs_integer::one()),
+ rCtx.theEM-create_const_expr(sctx, udf, loc,
+   numeric_constsxs_integer::one()),
  2);
 
   theFlwor-remove_clause(0);
@@ -537,7 +538,21 @@
   if (is_trivial_expr(varDomExpr))
   {
 numRefs = 2;
-return isSafeVar;
+
+if (isSafeVar)
+{
+  return true;
+}
+else
+{
+  expr* retExpr = theFlwor-get_return_expr();
+  xqtref_t type = retExpr-get_return_type_with_empty_input(var);
+
+  return TypeOps::is_equal(theFlwor-get_type_manager(),
+   *type,
+   *GENV_TYPESYSTEM.EMPTY_TYPE,
+   retExpr-get_loc());
+}
   }
 
   // If set to true, then it is unsafe to fold, but we may still be able to

=== modified file 'src/compiler/translator/translator.cpp'
--- src/compiler/translator/translator.cpp	2013-08-02 18:29:44 +
+++ src/compiler/translator/translator.cpp	2013-08-09 10:32:03 +
@@ -10843,7 +10843,7 @@
 args[1] = selectorExpr;
 
 expr* accessorExpr =
-generate_fn_body(BUILTIN_FUNC(FN_JSONIQ_MEMBER_2), args, loc);
+generate_fn_body(BUILTIN_FUNC(OP_ZORBA_ARRAY_MEMBER_2), args, loc);
 
 assert(accessorExpr-get_expr_kind() == fo_expr_kind);
 
@@ -10889,7 +10889,7 @@
   {
 fo_expr* pointExpr = 
 CREATE(fo)(sourceExpr-get_sctx(), theUDF, sourceExpr-get_loc(),
-   BUILTIN_FUNC(FN_JSONIQ_MEMBER_2),
+   BUILTIN_FUNC(OP_ZORBA_ARRAY_MEMBER_2),
arrayExpr,
predExpr);
 
@@ -11072,27 +11072,42 @@
 
   assert(selectExpr  objectExpr);
 
-  flwor_expr* flworExpr = wrap_expr_in_flwor(objectExpr, false);
-
-  for_clause* fc = static_castfor_clause*(flworExpr-get_clause(0));
-
-  expr* flworVarExpr = CREATE(wrapper)(theRootSctx, theUDF, loc, fc-get_var());
-
-  expr* accessorExpr;
-
-  std::vectorexpr* args(2);
-  args[0] = flworVarExpr;
-  args[1] = selectExpr;
-
-  accessorExpr = generate_fn_body(BUILTIN_FUNC(FN_JSONIQ_VALUE_2), args, loc);
-
-  assert(accessorExpr-get_expr_kind() == fo_expr_kind);
-
-  flworExpr-set_return_expr(accessorExpr);
-
-  pop_scope();
-
-  push_nodestack(flworExpr);
+  xqtref_t domainType = objectExpr-get_return_type();
+
+  if (domainType-max_card()  1)
+  {
+flwor_expr* flworExpr = 

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/markos-scratch into lp:zorba

2013-08-09 Thread Zorba Build Bot
Validation queue starting for the following merge proposals:
https://code.launchpad.net/~zorba-coders/zorba/markos-scratch/+merge/179411

Progress dashboard at http://jenkins.lambda.nu/view/ValidationQueue
-- 
https://code.launchpad.net/~zorba-coders/zorba/markos-scratch/+merge/179411
Your team Zorba Coders is subscribed to branch lp:zorba.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-1210410 into lp:zorba

2013-08-09 Thread Zorba Build Bot
Validation queue result for 
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410/+merge/179358

Stage TestZorbaUbuntu failed.
2 tests failed (8401 total tests run).

Check test results at 
http://jenkins.lambda.nu/job/TestZorbaUbuntu/194/testReport/ to view the 
results.
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410/+merge/179358
Your team Zorba Coders is subscribed to branch lp:zorba.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-882320-functx into lp:zorba

2013-08-09 Thread Zorba Build Bot
Validation queue starting for the following merge proposals:
https://code.launchpad.net/~zorba-coders/zorba/bug-882320-functx/+merge/179346

Progress dashboard at http://jenkins.lambda.nu/view/ValidationQueue
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-882320-functx/+merge/179346
Your team Zorba Coders is subscribed to branch lp:zorba.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~zorba-coders/zorba/markos-scratch into lp:zorba

2013-08-09 Thread Zorba Build Bot
Validation queue result for 
https://code.launchpad.net/~zorba-coders/zorba/markos-scratch/+merge/179411

Stage TestZorbaUbuntu failed.
1 tests failed (8403 total tests run).

Check test results at 
http://jenkins.lambda.nu/job/TestZorbaUbuntu/195/testReport/ to view the 
results.
-- 
https://code.launchpad.net/~zorba-coders/zorba/markos-scratch/+merge/179411
Your team Zorba Coders is subscribed to branch lp:zorba.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-882320-functx into lp:zorba

2013-08-09 Thread Zorba Build Bot
Validation queue result for 
https://code.launchpad.net/~zorba-coders/zorba/bug-882320-functx/+merge/179346

Stage TestZorbaUbuntu failed.
1 tests failed (8402 total tests run).

Check test results at 
http://jenkins.lambda.nu/job/TestZorbaUbuntu/196/testReport/ to view the 
results.
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-882320-functx/+merge/179346
Your team Zorba Coders is subscribed to branch lp:zorba.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-1210410 into lp:zorba

2013-08-09 Thread Chris Hillery
The proposal to merge lp:~zorba-coders/zorba/bug-1210410 into lp:zorba has been 
updated.

Commit Message changed to:

Change most non-module Zorba namespace URIs from www.zorba-xquery.com to 
zorba.io. Also replace functx module URI with correct version (no trailing 
slash).

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410/+merge/179358
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410/+merge/179358
Your team Zorba Coders is subscribed to branch lp:zorba.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-1210410 into lp:zorba

2013-08-09 Thread Zorba Build Bot
Validation queue starting for the following merge proposals:
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410/+merge/179358
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-couchbase/+merge/179365
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-csv/+merge/179405
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-data-cleaning/+merge/179367
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-data-formatting/+merge/179368
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-email/+merge/179370
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-excel/+merge/179371
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-geo/+merge/179372
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-geoproj/+merge/179373
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-graphviz/+merge/179407
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-html/+merge/179406
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-http-client/+merge/179376
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-image/+merge/179377
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-info-extraction/+merge/179378
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-jdbc/+merge/179379
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-languages/+merge/179380
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-oauth/+merge/179381
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-oracle-nosql-db/+merge/179382
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-process/+merge/179383
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-queue/+merge/179384
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-read-pdf/+merge/179385
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-schema-tools/+merge/179386
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-security/+merge/179387
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-sqlite/+merge/179388
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-stack/+merge/179389
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-system/+merge/179390
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-util-jvm/+merge/179391
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-archive/+merge/179394

Progress dashboard at http://jenkins.lambda.nu/view/ValidationQueue
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410/+merge/179358
Your team Zorba Coders is subscribed to branch lp:zorba.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-1210410 into lp:zorba

2013-08-09 Thread Zorba Build Bot
Voting criteria failed for the following merge proposals:

https://code.launchpad.net/~zorba-coders/zorba/bug-1210410/+merge/179358 :
Votes: {'Approve': 1}

https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-couchbase/+merge/179365
 :
Votes: {'Approve': 1}

https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-csv/+merge/179405 :
Votes: {'Approve': 1}

https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-data-cleaning/+merge/179367
 :
Votes: {'Approve': 1}

https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-data-formatting/+merge/179368
 :
Votes: {'Approve': 1}

https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-email/+merge/179370 :
Votes: {'Approve': 1}

https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-excel/+merge/179371 :
Votes: {'Approve': 1}

https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-geo/+merge/179372 :
Votes: {'Approve': 1}

https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-geoproj/+merge/179373
 :
Votes: {'Approve': 1}

https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-graphviz/+merge/179407
 :
Votes: {'Approve': 1}

https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-html/+merge/179406 :
Votes: {'Approve': 1}

https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-http-client/+merge/179376
 :
Votes: {'Approve': 1}

https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-image/+merge/179377 :
Votes: {'Approve': 1}

https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-info-extraction/+merge/179378
 :
Votes: {'Approve': 1}

https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-jdbc/+merge/179379 :
Votes: {'Approve': 1}

https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-languages/+merge/179380
 :
Votes: {'Approve': 1}

https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-oauth/+merge/179381 :
Votes: {'Approve': 1}

https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-oracle-nosql-db/+merge/179382
 :
Votes: {'Approve': 1}

https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-process/+merge/179383
 :
Votes: {'Approve': 1}

https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-queue/+merge/179384 :
Votes: {'Approve': 1}

https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-read-pdf/+merge/179385
 :
Votes: {'Approve': 1}

https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-schema-tools/+merge/179386
 :
Votes: {'Approve': 1}

https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-security/+merge/179387
 :
Votes: {'Approve': 1}

https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-sqlite/+merge/179388 
:
Votes: {'Approve': 1}

https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-stack/+merge/179389 :
Votes: {'Approve': 1}

https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-system/+merge/179390 
:
Votes: {'Approve': 1}

https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-util-jvm/+merge/179391
 :
Votes: {'Approve': 1}

https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-archive/+merge/179394
 :
Votes: {'Approve': 1}
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410/+merge/179358
Your team Zorba Coders is subscribed to branch lp:zorba.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-1210410 into lp:zorba

2013-08-09 Thread Zorba Build Bot
Validation queue result for 
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410/+merge/179358

Stage CommitZorba failed.

Check console output at http://jenkins.lambda.nu/job/CommitZorba/113/console to 
view the results.
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410/+merge/179358
Your team Zorba Coders is subscribed to branch lp:zorba.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-1210410-couchbase into lp:zorba/couchbase-module

2013-08-09 Thread Sorin Marian Nasoi
Review: Approve


-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-couchbase/+merge/179365
Your team Zorba Coders is subscribed to branch lp:zorba/couchbase-module.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-1210410-couchbase into lp:zorba/couchbase-module

2013-08-09 Thread Zorba Build Bot
Validation queue starting for the following merge proposals:
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-couchbase/+merge/179365

Progress dashboard at http://jenkins.lambda.nu/view/ValidationQueue
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-couchbase/+merge/179365
Your team Zorba Coders is subscribed to branch lp:zorba/couchbase-module.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-1210410-csv into lp:zorba/csv-module

2013-08-09 Thread Zorba Build Bot
Validation queue starting for the following merge proposals:
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-csv/+merge/179405

Progress dashboard at http://jenkins.lambda.nu/view/ValidationQueue
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-csv/+merge/179405
Your team Zorba Coders is subscribed to branch lp:zorba/csv-module.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-1210410-csv into lp:zorba/csv-module

2013-08-09 Thread Sorin Marian Nasoi
Review: Approve


-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-csv/+merge/179405
Your team Zorba Coders is subscribed to branch lp:zorba/csv-module.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-1210410-data-cleaning into lp:zorba/data-cleaning-module

2013-08-09 Thread Sorin Marian Nasoi
Review: Approve


-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-data-cleaning/+merge/179367
Your team Zorba Coders is subscribed to branch lp:zorba/data-cleaning-module.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-1210410-data-formatting into lp:zorba/data-formatting-module

2013-08-09 Thread Sorin Marian Nasoi
Review: Approve


-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-data-formatting/+merge/179368
Your team Zorba Coders is subscribed to branch lp:zorba/data-formatting-module.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-1210410-email into lp:zorba/email-module

2013-08-09 Thread Sorin Marian Nasoi
Review: Approve


-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-email/+merge/179370
Your team Zorba Coders is subscribed to branch lp:zorba/email-module.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-1210410-excel into lp:zorba/excel-module

2013-08-09 Thread Sorin Marian Nasoi
Review: Approve


-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-excel/+merge/179371
Your team Zorba Coders is subscribed to branch lp:zorba/excel-module.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-1210410-geoproj into lp:zorba/geoproj-module

2013-08-09 Thread Sorin Marian Nasoi
Review: Approve


-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-geoproj/+merge/179373
Your team Zorba Coders is subscribed to branch lp:zorba/geoproj-module.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-1210410-geo into lp:zorba/geo-module

2013-08-09 Thread Sorin Marian Nasoi
Review: Approve


-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-geo/+merge/179372
Your team Zorba Coders is subscribed to branch lp:zorba/geo-module.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-1210410-graphviz into lp:zorba/graphviz-module

2013-08-09 Thread Sorin Marian Nasoi
Review: Approve


-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-graphviz/+merge/179407
Your team Zorba Coders is subscribed to branch lp:zorba/graphviz-module.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-1210410-html into lp:zorba/html-module

2013-08-09 Thread Sorin Marian Nasoi
Review: Approve


-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-html/+merge/179406
Your team Zorba Coders is subscribed to branch lp:zorba/html-module.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-1210410-http-client into lp:zorba/http-client-module

2013-08-09 Thread Sorin Marian Nasoi
Review: Approve


-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-http-client/+merge/179376
Your team Zorba Coders is subscribed to branch lp:zorba/http-client-module.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-1210410-info-extraction into lp:zorba/info-extraction-module

2013-08-09 Thread Sorin Marian Nasoi
Review: Approve


-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-info-extraction/+merge/179378
Your team Zorba Coders is subscribed to branch lp:zorba/info-extraction-module.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-1210410-image into lp:zorba/image-module

2013-08-09 Thread Sorin Marian Nasoi
Review: Approve


-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-image/+merge/179377
Your team Zorba Coders is subscribed to branch lp:zorba/image-module.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


  1   2   >