Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/zorba-documentation-merge-proposal into lp:zorba

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


-- 
https://code.launchpad.net/~zorba-coders/zorba/zorba-documentation-merge-proposal/+merge/186036
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/new-website-merge-proposal into lp:~zorba-coders/zorba/new-website

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


-- 
https://code.launchpad.net/~zorba-coders/zorba/new-website-merge-proposal/+merge/183089
Your team Zorba Coders is subscribed to branch 
lp:~zorba-coders/zorba/new-website.

-- 
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/xqdoc_fixes_archive into lp:zorba/archive-module

2013-09-26 Thread Sorin Marian Nasoi
Sorin Marian Nasoi has proposed merging 
lp:~zorba-coders/zorba/xqdoc_fixes_archive into lp:zorba/archive-module.

Commit message:
XQDoc fixes.

Requested reviews:
  Sorin Marian Nasoi (sorin.marian.nasoi)

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/xqdoc_fixes_archive/+merge/187902
-- 
https://code.launchpad.net/~zorba-coders/zorba/xqdoc_fixes_archive/+merge/187902
Your team Zorba Coders is subscribed to branch lp:zorba/archive-module.
=== modified file 'src/archive_module.xq'
--- src/archive_module.xq	2013-08-09 09:37:05 +
+++ src/archive_module.xq	2013-09-26 20:27:03 +
@@ -32,7 +32,7 @@
  : @author Luis Rodgriguez, Juan Zacarias, and Matthias Brantner
  :
  : @library a href=http://code.google.com/p/libarchive/;libarchive/a
- : @project Zorba/Archive
+ : @project Zorba/Archive/Archive
  :)
 module namespace a = http://zorba.io/modules/archive;;
  

-- 
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/xqdoc_fixes_data_cleaning into lp:zorba/data-cleaning-module

2013-09-26 Thread Sorin Marian Nasoi
Sorin Marian Nasoi has proposed merging 
lp:~zorba-coders/zorba/xqdoc_fixes_data_cleaning into 
lp:zorba/data-cleaning-module.

Commit message:
XQDoc fixes.

Requested reviews:
  Sorin Marian Nasoi (sorin.marian.nasoi)

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/xqdoc_fixes_data_cleaning/+merge/187904
-- 
https://code.launchpad.net/~zorba-coders/zorba/xqdoc_fixes_data_cleaning/+merge/187904
Your team Zorba Coders is subscribed to branch lp:zorba/data-cleaning-module.
=== modified file 'src/character-based-string-similarity.xq'
--- src/character-based-string-similarity.xq	2013-08-09 09:37:05 +
+++ src/character-based-string-similarity.xq	2013-09-26 20:27:53 +
@@ -40,9 +40,9 @@
  : of edits needed to transform one string into the other, with the allowable edit operations 
  : being insertion, deletion, or substitution of a single character./p
  : p/
- : pExample usage : codeedit-distance(FLWOR, FLOWER)/code/p
+ : pExample usage : pre class=ace-static ace-mode=xqueryedit-distance(FLWOR, FLOWER)/pre/p
  : p/
- : pThe function invocation in the example above returns : code2/code/p
+ : pThe function invocation in the example above returns : pre class=ace-static ace-mode=xquery2/pre/p
  :
  : @param $s1 The first string.
  : @param $s2 The second string.
@@ -67,9 +67,9 @@
  : the Jaro-Winkler value is, the more similar the strings are. The coefficient is 
  : normalized such that 0 equates to no similarity and 1 is an exact match./p
  : p/
- : pExample usage : codejaro(FLWOR Found., FLWOR Foundation)/code/p
+ : pExample usage : pre class=ace-static ace-mode=xqueryjaro(FLWOR Found., FLWOR Foundation)/pre/p
  : p/
- : pThe function invocation in the example above returns : code0.5853174603174603/code/p
+ : pThe function invocation in the example above returns : pre class=ace-static ace-mode=xquery0.5853174603174603/pre/p
  :
  : @param $s1 The first string.
  : @param $s2 The second string.
@@ -98,9 +98,9 @@
  : pThis similarity coefficient corresponds to an extension of the Jaro similarity coefficient that weights or
  : penalizes strings based on their similarity at the beginning of the string, up to a given prefix size./p
  : p/
- : pExample usage : codejaro-winkler(DWAYNE, DUANE, 4, 0.1 )/code/p
+ : pExample usage : pre class=ace-static ace-mode=xqueryjaro-winkler(DWAYNE, DUANE, 4, 0.1 )/pre/p
  : p/
- : pThe function invocation in the example above returns : code0.8578/code/p
+ : pThe function invocation in the example above returns : pre class=ace-static ace-mode=xquery0.8578/pre/p
  :
  : @param $s1 The first string.
  : @param $s2 The second string.
@@ -123,9 +123,9 @@
  : variable cost adjustment to the cost of a gap (i.e., an insertion or deletion) in the 
  : distance metric./p
  : p/
- : pExample usage : codeneedleman-wunsch(KAK, KQRK, 1, 1)/code/p
+ : pExample usage : pre class=ace-static ace-mode=xqueryneedleman-wunsch(KAK, KQRK, 1, 1)/pre/p
  : p/
- : pThe function invocation in the example above returns : code0/code/p
+ : pThe function invocation in the example above returns : pre class=ace-static ace-mode=xquery0/pre/p
  :
  : @param $s1 The first string.
  : @param $s2 The second string.
@@ -148,9 +148,9 @@
 (:~
  : pReturns the Smith-Waterman distance between two strings./p
  : p/
- : pExample usage : codesmith-waterman(ACACACTA, AGCACACA, 2, 1)/code/p
+ : pExample usage : pre class=ace-static ace-mode=xquerysmith-waterman(ACACACTA, AGCACACA, 2, 1)/pre/p
  : p/
- : pThe function invocation in the example above returns : code12/code/p
+ : pThe function invocation in the example above returns : pre class=ace-static ace-mode=xquery12/pre/p
  :
  : @param $s1 The first string.
  : @param $s2 The second string.

=== modified file 'src/consolidation.xq'
--- src/consolidation.xq	2013-08-09 09:37:05 +
+++ src/consolidation.xq	2013-09-26 20:27:53 +
@@ -41,9 +41,9 @@
  : pIf more then one answer is possible, returns the first node according to the order of the input sequence./p
  : p/
  : 
- : pExample usage : codemost-frequent( ( a, a, b) )/code/p
+ : pExample usage : pre class=ace-static ace-mode=xquerymost-frequent( ( a, a, b) )/pre/p
  : p/
- : pThe function invocation in the example above returns : code(a)/code/p
+ : pThe function invocation in the example above returns : pre class=ace-static ace-mode=xquery(a)/pre/p
  :
  : @param $s A sequence of nodes.
  : @return The most frequent node in the input sequence.
@@ -58,9 +58,9 @@
  : pIf more then one answer is possible, return the first node according to the order of the input sequence./p
  : p/
  : 
- : pExample usage : codeleast-frequent( ( a, a, b) )/code/p
+ : pExample usage : pre class=ace-static ace-mode=xqueryleast-frequent( ( a, a, b) )/pre/p
  : p/
- : pThe function invocation in the example above returns : code(b)/code/p
+ : pThe function invocation in the example above returns : pre class=ace-static ace-mode=xquery(b)/pre/p
  :
  : @param $s A sequence of nodes

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

2013-09-26 Thread Sorin Marian Nasoi
Sorin Marian Nasoi has proposed merging 
lp:~zorba-coders/zorba/xqdoc_fixes_geoproj into lp:zorba/geoproj-module.

Commit message:
XQDoc fixes.

Requested reviews:
  Sorin Marian Nasoi (sorin.marian.nasoi)

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/xqdoc_fixes_geoproj/+merge/187905
-- 
https://code.launchpad.net/~zorba-coders/zorba/xqdoc_fixes_geoproj/+merge/187905
Your team Zorba Coders is subscribed to branch lp:zorba/geoproj-module.
=== modified file 'src/geoproj.xq'
--- src/geoproj.xq	2013-08-09 09:37:05 +
+++ src/geoproj.xq	2013-09-26 20:28:45 +
@@ -48,7 +48,7 @@
  : pThe projection formulas are taken from lib_proj library and implemented in XQuery./p 
  :
  : @author Daniel Turcanu
- : @project Zorba/Geo Projection
+ : @project Zorba/Geo Projection/Geo Projection
  :)
 module namespace geoproj = http://zorba.io/modules/geoproj;;
 

-- 
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/xqdoc_fixes_system into lp:zorba/system-module

2013-09-26 Thread Sorin Marian Nasoi
Sorin Marian Nasoi has proposed merging 
lp:~zorba-coders/zorba/xqdoc_fixes_system into lp:zorba/system-module.

Commit message:
XQDoc fixes.

Requested reviews:
  Sorin Marian Nasoi (sorin.marian.nasoi)

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/xqdoc_fixes_system/+merge/187907
-- 
https://code.launchpad.net/~zorba-coders/zorba/xqdoc_fixes_system/+merge/187907
Your team Zorba Coders is subscribed to branch lp:zorba/system-module.
=== modified file 'src/system.xq'
--- src/system.xq	2013-08-09 09:37:05 +
+++ src/system.xq	2013-09-26 20:30:24 +
@@ -22,7 +22,7 @@
  : To avoid conflicts between environment variables and properties defined by Zorba,
  : all environment variables are prefixed with ienv./i.p/
  : For instance, the following query: p/
- : pre class=ace-static
+ : pre class=ace-static ace-mode=xquery
  : import module namespace system = http://www.zorba-xquery.com/modules/system;;
  : 
  : for $prop in system:properties()
@@ -31,7 +31,7 @@
  : /pre
  : p/
  : Will output:
- : pre class=ace-static
+ : pre class=ace-static ace-mode=xquery
  : env.TERM_PROGRAM: Apple_Terminal
  : ...
  : /pre

-- 
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/xqdoc_fixes_archive into lp:zorba/archive-module

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


-- 
https://code.launchpad.net/~zorba-coders/zorba/xqdoc_fixes_archive/+merge/187902
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/xqdoc_fixes_util_jvm into lp:zorba/util-jvm-module

2013-09-26 Thread Sorin Marian Nasoi
Sorin Marian Nasoi has proposed merging 
lp:~zorba-coders/zorba/xqdoc_fixes_util_jvm into lp:zorba/util-jvm-module.

Commit message:
XQDoc fixes.

Requested reviews:
  Sorin Marian Nasoi (sorin.marian.nasoi)

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/xqdoc_fixes_util_jvm/+merge/187908
-- 
https://code.launchpad.net/~zorba-coders/zorba/xqdoc_fixes_util_jvm/+merge/187908
Your team Zorba Coders is subscribed to branch lp:zorba/util-jvm-module.
=== modified file 'src/util-jvm.xq'
--- src/util-jvm.xq	2013-08-09 09:37:05 +
+++ src/util-jvm.xq	2013-09-26 20:31:05 +
@@ -31,7 +31,7 @@
  :
  : @author Cezar Andrei
  : @library a href=http://www.oracle.com/technetwork/java/javase/downloads/index.html;JDK - Java Development Kit/a
- : @project Zorba/JVM Utility
+ : @project Zorba/JVM Utility/JVM Utility
  :)
 module namespace util-jvm = http://www.zorba-xquery.com/modules/util-jvm;;
 

-- 
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/xqdoc_fixes_geoproj into lp:zorba/geoproj-module

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


-- 
https://code.launchpad.net/~zorba-coders/zorba/xqdoc_fixes_geoproj/+merge/187905
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/xqdoc_fixes_data_cleaning into lp:zorba/data-cleaning-module

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


-- 
https://code.launchpad.net/~zorba-coders/zorba/xqdoc_fixes_data_cleaning/+merge/187904
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/xqdoc_fixes_system into lp:zorba/system-module

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


-- 
https://code.launchpad.net/~zorba-coders/zorba/xqdoc_fixes_system/+merge/187907
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/xqdoc_fixes_read_pdf into lp:zorba/read-pdf-module

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


-- 
https://code.launchpad.net/~zorba-coders/zorba/xqdoc_fixes_read_pdf/+merge/187906
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


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

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


-- 
https://code.launchpad.net/~zorba-coders/zorba/xqdoc_fixes_util_jvm/+merge/187908
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


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

2013-09-11 Thread Sorin Marian Nasoi
Sorin Marian Nasoi has proposed merging 
lp:~zorba-coders/zorba/fix_warning_cmake into lp:zorba.

Commit message:
fixed CMake warning (was spotted in CMake 2.8.1)

Requested reviews:
  Chris Hillery (ceejatec)
  Sorin Marian Nasoi (sorin.marian.nasoi)

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/fix_warning_cmake/+merge/185050
-- 
https://code.launchpad.net/~zorba-coders/zorba/fix_warning_cmake/+merge/185050
Your team Zorba Coders is subscribed to branch lp:zorba.
=== modified file 'modules/CMakeLists.txt'
--- modules/CMakeLists.txt	2013-09-02 20:43:22 +
+++ modules/CMakeLists.txt	2013-09-11 13:31:34 +
@@ -24,7 +24,6 @@
 ADD_SUBDIRECTORY(http-client)
 ADD_SUBDIRECTORY(json)
 ADD_SUBDIRECTORY(structured-items)
-ADD_SUBDIRECTORY(item)
 
 
 # Add external module projects - any subdirectories of a directory

-- 
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/fix_warning_cmake into lp:zorba

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


-- 
https://code.launchpad.net/~zorba-coders/zorba/fix_warning_cmake/+merge/185050
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/add-item-module into lp:zorba

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


-- 
https://code.launchpad.net/~zorba-coders/zorba/add-item-module/+merge/185135
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/add-item-module into lp:zorba

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


-- 
https://code.launchpad.net/~zorba-coders/zorba/add-item-module/+merge/185194
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/add-item-module into lp:zorba

2013-09-11 Thread Sorin Marian Nasoi
Sorin Marian Nasoi has proposed merging lp:~zorba-coders/zorba/add-item-module 
into lp:zorba.

Commit message:
Add CMakeLists and trivial test for item module.

Requested reviews:
  Sorin Marian Nasoi (sorin.marian.nasoi)
  Chris Hillery (ceejatec)

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/add-item-module/+merge/185194
-- 
https://code.launchpad.net/~zorba-coders/zorba/add-item-module/+merge/185194
Your team Zorba Coders is subscribed to branch lp:zorba.
=== added file 'modules/item/CMakeLists.txt'
--- modules/item/CMakeLists.txt	1970-01-01 00:00:00 +
+++ modules/item/CMakeLists.txt	2013-09-12 04:14:43 +
@@ -0,0 +1,16 @@
+# Copyright 2006-2013 The FLWOR Foundation.
+# 
+# Licensed under the Apache License, Version 2.0 (the License);
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+# 
+# http://www.apache.org/licenses/LICENSE-2.0
+# 
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an AS IS BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+DECLARE_ZORBA_MODULE(FILE item.xq VERSION 1.0
+  URI http://zorba.io/modules/item;)

=== added file 'test/rbkt/ExpQueryResults/zorba/misc/item-size.xml.res'
--- test/rbkt/ExpQueryResults/zorba/misc/item-size.xml.res	1970-01-01 00:00:00 +
+++ test/rbkt/ExpQueryResults/zorba/misc/item-size.xml.res	2013-09-12 04:14:43 +
@@ -0,0 +1,1 @@
+true

=== added file 'test/rbkt/Queries/zorba/misc/item-size.xq'
--- test/rbkt/Queries/zorba/misc/item-size.xq	1970-01-01 00:00:00 +
+++ test/rbkt/Queries/zorba/misc/item-size.xq	2013-09-12 04:14:43 +
@@ -0,0 +1,7 @@
+(: We can't test the exact output of item:size() as it is platform-dependent.
+   However we can at least check that we can call it without error. :)
+
+import module namespace item = http://zorba.io/modules/item;;
+
+item:size(1) gt 1
+

-- 
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/new-website-merge-proposal into lp:~zorba-coders/zorba/new-website

2013-08-30 Thread Sorin Marian Nasoi
The proposal to merge lp:~zorba-coders/zorba/new-website-merge-proposal into 
lp:~zorba-coders/zorba/new-website has been updated.

Commit Message changed to:

fixes for the complete automation of the generation of the Zorba website

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/new-website-merge-proposal/+merge/183089
-- 
https://code.launchpad.net/~zorba-coders/zorba/new-website-merge-proposal/+merge/183089
Your team Zorba Coders is subscribed to branch 
lp:~zorba-coders/zorba/new-website.

-- 
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/fix_bug_1214288 into lp:zorba

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


-- 
https://code.launchpad.net/~zorba-coders/zorba/fix_bug_1214288/+merge/181739
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/website_integration into lp:zorba

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


-- 
https://code.launchpad.net/~zorba-coders/zorba/website_integration/+merge/181200
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/website_integration into lp:zorba

2013-08-20 Thread Sorin Marian Nasoi
The proposal to merge lp:~zorba-coders/zorba/website_integration into lp:zorba 
has been updated.

Commit Message changed to:

- integrate the documentation changes done for 2.9 release into trunk
- remove the Doxygen HTML transformation (leave only Doxygen XML generation)

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/website_integration/+merge/181200
-- 
https://code.launchpad.net/~zorba-coders/zorba/website_integration/+merge/181200
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/update3.0_zorba-query-module into lp:zorba

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


-- 
https://code.launchpad.net/~zorba-coders/zorba/update3.0_zorba-query-module/+merge/179756
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/fix_bug_1124374 into lp:zorba

2013-08-14 Thread Sorin Marian Nasoi
 Looks good. However, there is one minor thing which seems to be an existing
 bug but only now becomes important. The uri attribute of the annotation
 namespace element is empty:
 
 xqdoc:custom tag=namespaces
 xqdoc:namespace prefix=an uri= isSchema=false/

1) please give me more information in order to reproduce this SEPARATE BUG:

Here is the test/rbktExpQueryResults/zorbaxqdoc/annotations.xml.res:

xqdoc:custom tag=namespaces
xqdoc:namespace prefix=annotations 
uri=http://www.zorba-xquery.com/modules/xqdoc/annotations; isSchema=false/
xqdoc:namespace prefix=restxq 
uri=http://www.zorba-xquery.com/modules/xqdoc/test; isSchema=false/
/xqdoc:custom

2) please provide this information in a SEPARATE BUG and approve this merge
-- 
https://code.launchpad.net/~zorba-coders/zorba/fix_bug_1124374/+merge/174398
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/fix_bug_1124374 into lp:zorba

2013-08-12 Thread Sorin Marian Nasoi
 - I don't think the prefix and the namespace for an annotation are needed. One
 should be good enough because the namespaces are listed at the beginning of
 the document.
Done in r11559.

 - Rename localname to just name
Done in r11559.

 - Would it be possible to keep the numeric type (i.e. xs:integer, xs:decimal,
 or xs:double)
Done in r11559.

 - It looks like the string literal ''no message delivered'' is missing the
 second ' at the beginning and the end in the annotation. Am I missing 
 something?
Yes, I think you are missing the fact that the actual function annotation is:

declare %restxq:form-param(message,{$message}, 'no message delivered', 5) 
function annotations:function()

and NOT:
declare %restxq:form-param(message,{$message}, ''no message delivered'', 
5) function annotations:function()


In the annotations.xq test-case the module is given as text and that is why 
there is an escaping of the ' : does this makes sense?
-- 
https://code.launchpad.net/~zorba-coders/zorba/fix_bug_1124374/+merge/174398
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/partial_fix_bug_1167641 into lp:zorba

2013-08-12 Thread Sorin Marian Nasoi
Sorin Marian Nasoi has proposed merging 
lp:~zorba-coders/zorba/partial_fix_bug_1167641 into lp:zorba.

Commit message:
Re-added changes that were wrongfully reverted in r11402.1.5.

Requested reviews:
  Sorin Marian Nasoi (sorin.marian.nasoi)
Related bugs:
  Bug #1167641 in Zorba: Can not expand NS prefix to URI for decimal-format #2
  https://bugs.launchpad.net/zorba/+bug/1167641

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/partial_fix_bug_1167641/+merge/179741
-- 
https://code.launchpad.net/~zorba-coders/zorba/partial_fix_bug_1167641/+merge/179741
Your team Zorba Coders is subscribed to branch lp:zorba.
=== modified file 'test/fots_driver/environment.xq'
--- test/fots_driver/environment.xq	2013-08-09 08:27:30 +
+++ test/fots_driver/environment.xq	2013-08-12 16:14:43 +
@@ -181,10 +181,12 @@
  : to a test-case query.
  :
  : @param $decimal-formats decimal formats.
+ : @param $namespaces the declared environment namespaces.
  : @return the decimal formats declarations.
  :)
 declare function env:decl-decimal-formats(
-  $decimal-formats as element(fots:decimal-format)*
+  $decimal-formats as element(fots:decimal-format)*,
+  $namespaces  as element(fots:namespace)*
 ) as xs:string*
 {
   if (empty($decimal-formats))
@@ -194,9 +196,10 @@
 let $default := if ($tmp/@name)
 then ()
 else default
-let $name := if ($tmp/@name)
- then data($tmp/@name)
- else ()
+let $name := xs:string($tmp/@name)
+let $eqName := fn:resolve-QName(xs:string($tmp/@name), $tmp)
+let $prefix := fn:prefix-from-QName($eqName)
+let $namespace := $namespaces/following-sibling::*[@uri=fn:namespace-uri-from-QName($eqName)]
 return
   string-join
   (
@@ -204,7 +207,9 @@
 declare,
 $default,
 decimal-format,
-$name,
+if(exists($prefix) and empty($namespace))
+then concat(%Q{, namespace-uri-from-QName($eqName), }, local-name-from-QName($eqName))
+else $name,
 env:set-properties($tmp),
 ;
   ),

=== modified file 'test/fots_driver/fots-driver.xq'
--- test/fots_driver/fots-driver.xq	2013-08-09 08:27:30 +
+++ test/fots_driver/fots-driver.xq	2013-08-12 16:14:43 +
@@ -875,7 +875,9 @@
 env:decl-namespaces($env, $envCase, $test),
 
 env:decl-decimal-formats(($env/fots:decimal-format,
-  $envCase/fots:decimal-format)),
+  $envCase/fots:decimal-format),
+ ($env/fots:namespace,
+  $envCase/fots:namespace)),
 
 env:add-var-decl($env, $envCase, $envBaseURI, $testSetURI),
 

-- 
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/partial_fix_bug_1167641 into lp:zorba

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


-- 
https://code.launchpad.net/~zorba-coders/zorba/partial_fix_bug_1167641/+merge/179741
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


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


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

2013-08-09 Thread Sorin Marian Nasoi
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-jdbc into lp:zorba/jdbc-module

2013-08-09 Thread Sorin Marian Nasoi
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


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

2013-08-09 Thread Sorin Marian Nasoi
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-process into lp:zorba/process-module

2013-08-09 Thread Sorin Marian Nasoi
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


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

2013-08-09 Thread Sorin Marian Nasoi
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


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

2013-08-09 Thread Sorin Marian Nasoi
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-stack into lp:zorba/stack-module

2013-08-09 Thread Sorin Marian Nasoi
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-util-jvm into lp:zorba/util-jvm-module

2013-08-09 Thread Sorin Marian Nasoi
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 Sorin Marian Nasoi
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-archive into lp:zorba/archive-module

2013-08-09 Thread Sorin Marian Nasoi
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


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

2013-08-09 Thread Sorin Marian Nasoi
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-security into lp:zorba/security-module

2013-08-09 Thread Sorin Marian Nasoi
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-system into lp:zorba/system-module

2013-08-09 Thread Sorin Marian Nasoi
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-sqlite into lp:zorba/sqlite-module

2013-08-09 Thread Sorin Marian Nasoi
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/bump_QT_snapshot_August_8th into lp:zorba

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


-- 
https://code.launchpad.net/~zorba-coders/zorba/bump_QT_snapshot_August_8th/+merge/178571
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/bump_QT_snapshot_jul_24 into lp:zorba

2013-07-24 Thread Sorin Marian Nasoi
Sorin Marian Nasoi has proposed merging 
lp:~zorba-coders/zorba/bump_QT_snapshot_jul_24 into lp:zorba.

Commit message:
bump QT snapshot

Requested reviews:
  Sorin Marian Nasoi (sorin.marian.nasoi)

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/bump_QT_snapshot_jul_24/+merge/176658
-- 
https://code.launchpad.net/~zorba-coders/zorba/bump_QT_snapshot_jul_24/+merge/176658
Your team Zorba Coders is subscribed to branch lp:zorba.
=== modified file 'test/fots/CMakeLists.txt'
--- test/fots/CMakeLists.txt	2013-07-12 08:45:22 +
+++ test/fots/CMakeLists.txt	2013-07-24 11:18:35 +
@@ -186,6 +186,7 @@
 EXPECTED_FOTS_FAILURE (fn-unparsed-text-lines fn-unparsed-text-lines-054 1123835)
 EXPECTED_FOTS_FAILURE (math-acos math-acos-003 1188109)
 EXPECTED_FOTS_FAILURE (misc-CombinedErrorCodes XQST0093a 1188116)
+EXPECTED_FOTS_FAILURE (misc-CombinedErrorCodes XQST0085 1204471)
 EXPECTED_FOTS_FAILURE (misc-HigherOrderFunctions xqhof11 1188329)
 EXPECTED_FOTS_FAILURE (misc-HigherOrderFunctions xqhof12 1188299)
 EXPECTED_FOTS_FAILURE (misc-Serialization K2-Serialization-1 1188122)

=== modified file 'test/fots/ImportFOTS.cmake'
--- test/fots/ImportFOTS.cmake	2013-07-10 18:19:32 +
+++ test/fots/ImportFOTS.cmake	2013-07-24 11:18:35 +
@@ -23,8 +23,8 @@
 #this is the official QT 1.0 release from 21st June 2013
 #SET (FOTS_ARCHIVE QT3_1_0.tgz)
 
-#this is the QT CVS trunk version as from 10th July 2013
-SET (FOTS_ARCHIVE QT_100713.tgz)
+#this is the QT CVS trunk version as from 24th July 2013
+SET (FOTS_ARCHIVE QT_240713.tgz)
 
 # Change this to modify which elements in FOTS driver results are output
 # as CDATA

-- 
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/bump_QT_snapshot_jul_24 into lp:zorba

2013-07-24 Thread Sorin Marian Nasoi
Review: Approve


-- 
https://code.launchpad.net/~zorba-coders/zorba/bump_QT_snapshot_jul_24/+merge/176658
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/fix_notRun_test-cases into lp:zorba

2013-07-19 Thread Sorin Marian Nasoi
Sorin Marian Nasoi has proposed merging 
lp:~zorba-coders/zorba/fix_notRun_test-cases into lp:zorba.

Commit message:
- test-cases that are not run because they use an environment that requires 
setting of a COLLATION or COLLECTION are marked 'n/a' instead of 'notRun'.
For more details please see W3C bug #22423.

Requested reviews:
  Sorin Marian Nasoi (sorin.marian.nasoi)

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/fix_notRun_test-cases/+merge/175734
-- 
https://code.launchpad.net/~zorba-coders/zorba/fix_notRun_test-cases/+merge/175734
Your team Zorba Coders is subscribed to branch lp:zorba.
=== modified file 'test/fots_driver/feedback.xq'
--- test/fots_driver/feedback.xq	2013-06-06 12:04:21 +
+++ test/fots_driver/feedback.xq	2013-07-19 06:03:29 +
@@ -246,7 +246,7 @@
   $dependencyError  as xs:string
 ) as element(fots:test-case)
 {
-  fots:test-case name={data($case/@name)}
+  fots:test-case name={$case/@name}
   result=n/a
   comment={$dependencyError}/
 };

=== modified file 'test/fots_driver/fots-driver.xq'
--- test/fots_driver/fots-driver.xq	2013-06-11 17:26:40 +
+++ test/fots_driver/fots-driver.xq	2013-07-19 06:03:29 +
@@ -928,7 +928,7 @@
   is not done. That is why we first run the test case.
  :)
 else if (exists($prerequisitesError)) then
-  feedback:not-run($case, $prerequisitesError)
+  feedback:not-applicable($case, $prerequisitesError)
 else if ($expFailureTC/@finalStatus = disputed) then
   feedback:disputed($case,
 concat(For details please see https://www.w3.org/Bugs/Public/show_bug.cgi?id=;,

-- 
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/fix_notRun_test-cases into lp:zorba

2013-07-19 Thread Sorin Marian Nasoi
Review: Approve


-- 
https://code.launchpad.net/~zorba-coders/zorba/fix_notRun_test-cases/+merge/175734
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/fix_bug_1124374 into lp:zorba

2013-07-17 Thread Sorin Marian Nasoi
 Could you please add a test for literals? I couldn't find one.
Done: please see rev. 11557.
-- 
https://code.launchpad.net/~zorba-coders/zorba/fix_bug_1124374/+merge/174398
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/corrected_project_TAG_HTML_module into lp:zorba

2013-07-12 Thread Sorin Marian Nasoi
Sorin Marian Nasoi has proposed merging 
lp:~zorba-coders/zorba/corrected_project_TAG_HTML_module into lp:zorba.

Commit message:
- corrected @project TAG

Requested reviews:
  Sorin Marian Nasoi (sorin.marian.nasoi)

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/corrected_project_TAG_HTML_module/+merge/174346
-- 
https://code.launchpad.net/~zorba-coders/zorba/corrected_project_TAG_HTML_module/+merge/174346
Your team Zorba Coders is subscribed to branch lp:zorba.
=== added file 'CMakeLists.txt'
--- CMakeLists.txt	1970-01-01 00:00:00 +
+++ CMakeLists.txt	2013-07-12 07:41:39 +
@@ -0,0 +1,38 @@
+# Copyright 2006-2010 The FLWOR Foundation.
+# 
+# Licensed under the Apache License, Version 2.0 (the License);
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+# 
+# http://www.apache.org/licenses/LICENSE-2.0
+# 
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an AS IS BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
+
+PROJECT (zorba_html_module)
+ENABLE_TESTING ()
+INCLUDE (CTest)
+
+IF (WIN32)
+  # On Windows we use proxy modules that try to guess first the location
+  # of the required third party libraries. This will search in order in:
+  # 1. the path pointed by ZORBA_THIRD_PARTY_REQUIREMENTS
+  # 2. the Program Files directory available on the users computer
+  # 3. the PATH environment variable
+  # The logic is implemented by the macros in the ProxyFindModule.cmake module.
+  LIST (APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake_modules/Windows)
+ENDIF (WIN32)
+LIST (APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake_modules)
+
+FIND_PACKAGE (Zorba REQUIRED HINTS ${ZORBA_BUILD_DIR})
+MESSAGE(STATUS Zorba_USE_FILE ${Zorba_USE_FILE})
+INCLUDE (${Zorba_USE_FILE})
+
+ADD_SUBDIRECTORY(src)
+
+DONE_DECLARING_ZORBA_URIS()

=== renamed file 'CMakeLists.txt' = 'CMakeLists.txt.moved'
=== added directory 'cmake_modules'
=== renamed directory 'cmake_modules' = 'cmake_modules.moved'
=== added file 'cmake_modules/FindLibTidy.cmake'
--- cmake_modules/FindLibTidy.cmake	1970-01-01 00:00:00 +
+++ cmake_modules/FindLibTidy.cmake	2013-07-12 07:41:39 +
@@ -0,0 +1,60 @@
+# Copyright 2006-2008 The FLWOR Foundation.
+# 
+# Licensed under the Apache License, Version 2.0 (the License);
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+# 
+# http://www.apache.org/licenses/LICENSE-2.0
+# 
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an AS IS BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+# - Try to find the HTML Tidy lib
+#
+#  LIBTIDY_FOUND- true if LIBTIDY was found
+#  LIBTIDY_INCLUDE_DIRS - Directory to include to get LIBTIDY headers
+# Note: always include LIBTIDY headers as e.g.,
+# tidy/tidy.h
+#  LIBTIDY_LIBRARIES- Libraries to link against for the LIBTIDY
+#
+
+
+IF (LIBTIDY_INCLUDE_DIR)
+  SET(LibTidy_FIND_QUIETLY TRUE)
+ENDIF (LIBTIDY_INCLUDE_DIR)
+
+# Look for the header file.
+FIND_PATH(LIBTIDY_INCLUDE_DIR tidy.h PATH_SUFFIXES tidy)
+MARK_AS_ADVANCED(LIBTIDY_INCLUDE_DIR)
+
+# Look for the library.
+# FIND_LIBRARY(LIBTIDY_LIBRARY NAMES tidy PATHS ${LIBTIDY_LIBRARIES})
+FIND_LIBRARY(LIBTIDY_LIBRARY NAMES tidy)
+MARK_AS_ADVANCED(LIBTIDY_LIBRARY)
+
+# INCLUDE(FindPackageHandleStandardArgs)
+# only available in cmake  2.6
+# FIND_PACKAGE_HANDLE_STANDARD_ARGS(LIBTIDY DEFAULT_MSG LIBTIDY_INCLUDE_DIR LIBTIDY_LIBRARY)
+#IF (LIBTIDY_FOUND)
+#  SET(LIBTIDY_LIBRARIES ${LIBTIDY_LIBRARY})
+#  SET(LIBTIDY_INCLUDE_DIRS ${LIBTIDY_INCLUDE_DIR})
+#ELSE (LIBTIDY_FOUND)
+#  SET(LIBTIDY_LIBRARIES)
+#  SET(LIBTIDY_INCLUDE_DIRS)
+#ENDIF (LIBTIDY_FOUND)
+IF (LIBTIDY_INCLUDE_DIR AND LIBTIDY_LIBRARY)
+  SET(LIBTIDY_FOUND 1)
+  SET(LIBTIDY_LIBRARIES ${LIBTIDY_LIBRARY})
+  SET(LIBTIDY_INCLUDE_DIRS ${LIBTIDY_INCLUDE_DIR})
+  IF(NOT LibTidy_FIND_QUIETLY)
+MESSAGE(STATUS Found libtidy library  :  ${LIBTIDY_LIBRARY})
+MESSAGE(STATUS Found libtidy include path :  ${LIBTIDY_INCLUDE_DIR})
+  ENDIF(NOT LibTidy_FIND_QUIETLY)
+ELSE (LIBTIDY_INCLUDE_DIR AND LIBTIDY_LIBRARY)
+  SET(LIBTIDY_FOUND 0)
+  SET(LIBTIDY_LIBRARIES)
+  SET(LIBTIDY_INCLUDE_DIRS)
+ENDIF (LIBTIDY_INCLUDE_DIR AND LIBTIDY_LIBRARY)

=== added directory 'cmake_modules/Windows'
=== added file 'cmake_modules/Windows/FindJansson.cmake'
--- cmake_modules/Windows/FindJansson.cmake	1970-01-01 00:00:00 +
+++ cmake_modules/Windows/FindJansson.cmake	2013-07-12 07:41:39 +
@@ -0,0 +1,30

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

2013-07-12 Thread Sorin Marian Nasoi
Review: Approve


-- 
https://code.launchpad.net/~zorba-coders/zorba/fix_examples_XQDoc/+merge/170878
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/corrected_project_TAG_HTML_module into lp:zorba/html-module

2013-07-12 Thread Sorin Marian Nasoi
Sorin Marian Nasoi has proposed merging 
lp:~zorba-coders/zorba/corrected_project_TAG_HTML_module into 
lp:zorba/html-module.

Commit message:
- updated project TAG

Requested reviews:
  Sorin Marian Nasoi (sorin.marian.nasoi)

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/corrected_project_TAG_HTML_module/+merge/174348
-- 
https://code.launchpad.net/~zorba-coders/zorba/corrected_project_TAG_HTML_module/+merge/174348
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/fix_bug_1187813 into lp:zorba

2013-07-12 Thread Sorin Marian Nasoi
Sorin Marian Nasoi has proposed merging lp:~zorba-coders/zorba/fix_bug_1187813 
into lp:zorba.

Commit message:
- since ICU does not support FULLY-NORMALIZED normalization form Zorba does 
not support it either: updated the Zorba Manifest to reflect this.

Requested reviews:
  Sorin Marian Nasoi (sorin.marian.nasoi)
Related bugs:
  Bug #1187813 in Zorba: FULLY-NORMALIZED normalization form not supported
  https://bugs.launchpad.net/zorba/+bug/1187813

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/fix_bug_1187813/+merge/174359
-- 
https://code.launchpad.net/~zorba-coders/zorba/fix_bug_1187813/+merge/174359
Your team Zorba Coders is subscribed to branch lp:zorba.
=== modified file 'test/fots/CMakeLists.txt'
--- test/fots/CMakeLists.txt	2013-07-12 09:26:45 +
+++ test/fots/CMakeLists.txt	2013-07-12 08:24:30 +
@@ -157,8 +157,6 @@
 EXPECTED_FOTS_FAILURE (fn-matches cbcl-matches-038 1131304)
 EXPECTED_FOTS_FAILURE (fn-normalize-space fn-normalize-space-23 1187802)
 EXPECTED_FOTS_FAILURE (fn-normalize-space fn-normalize-space-25 1187802)
-EXPECTED_FOTS_FAILURE (fn-normalize-unicode cbcl-fn-normalize-unicode-001 1187813)
-EXPECTED_FOTS_FAILURE (fn-normalize-unicode cbcl-fn-normalize-unicode-006 1187813)
 EXPECTED_FOTS_FAILURE (fn-parse-xml parse-xml-010 1189927)
 EXPECTED_FOTS_FAILURE (fn-parse-xml parse-xml-011 1188260)
 EXPECTED_FOTS_FAILURE (fn-parse-xml-fragment parse-xml-fragment-016 1188269)

=== modified file 'test/fots_driver/FOTSZorbaManifest.xml'
--- test/fots_driver/FOTSZorbaManifest.xml	2013-07-10 18:19:32 +
+++ test/fots_driver/FOTSZorbaManifest.xml	2013-07-12 08:24:30 +
@@ -59,7 +59,7 @@
   dependency type=format-integer-sequence value=ﯴ satisfied=false/
 
   dependency type=default-language value=en satisfied=true/
-  dependency type=unicode-normalization-form value=FULLY-NORMALIZED satisfied=true/
+  dependency type=unicode-normalization-form value=FULLY-NORMALIZED satisfied=false/
   dependency type=unicode-normalization-form value=NFD satisfied=true/
   dependency type=unicode-normalization-form value=NFKC satisfied=true/
   dependency type=unicode-normalization-form value=NFKD satisfied=true/

=== modified file 'test/fots_driver/reporting/XQ10/FOTSZorbaManifest.xml'
--- test/fots_driver/reporting/XQ10/FOTSZorbaManifest.xml	2013-07-10 18:19:32 +
+++ test/fots_driver/reporting/XQ10/FOTSZorbaManifest.xml	2013-07-12 08:24:30 +
@@ -64,7 +64,7 @@
   dependency type=format-integer-sequence value=ﯴ satisfied=false/
 
   dependency type=default-language value=en satisfied=true/
-  dependency type=unicode-normalization-form value=FULLY-NORMALIZED satisfied=true/
+  dependency type=unicode-normalization-form value=FULLY-NORMALIZED satisfied=false/
   dependency type=unicode-normalization-form value=NFD satisfied=true/
   dependency type=unicode-normalization-form value=NFKC satisfied=true/
   dependency type=unicode-normalization-form value=NFKD satisfied=true/

=== modified file 'test/fots_driver/reporting/XQ30/FOTSZorbaManifest.xml'
--- test/fots_driver/reporting/XQ30/FOTSZorbaManifest.xml	2013-07-10 18:19:32 +
+++ test/fots_driver/reporting/XQ30/FOTSZorbaManifest.xml	2013-07-12 08:24:30 +
@@ -64,7 +64,7 @@
   dependency type=format-integer-sequence value=ﯴ satisfied=false/
 
   dependency type=default-language value=en satisfied=true/
-  dependency type=unicode-normalization-form value=FULLY-NORMALIZED satisfied=true/
+  dependency type=unicode-normalization-form value=FULLY-NORMALIZED satisfied=false/
   dependency type=unicode-normalization-form value=NFD satisfied=true/
   dependency type=unicode-normalization-form value=NFKC satisfied=true/
   dependency type=unicode-normalization-form value=NFKD satisfied=true/

-- 
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/fix_bug_1124374 into lp:zorba

2013-07-12 Thread Sorin Marian Nasoi
Sorin Marian Nasoi has proposed merging lp:~zorba-coders/zorba/fix_bug_1124374 
into lp:zorba.

Commit message:
- fix for lp:1124374; Updated XQDoc schema.

Requested reviews:
  Sorin Marian Nasoi (sorin.marian.nasoi)
Related bugs:
  Bug #1124374 in Zorba: impossible to extract annotation literals with xqdoc
  https://bugs.launchpad.net/zorba/+bug/1124374

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/fix_bug_1124374/+merge/174398
-- 
https://code.launchpad.net/~zorba-coders/zorba/fix_bug_1124374/+merge/174398
Your team Zorba Coders is subscribed to branch lp:zorba.
=== modified file 'modules/com/zorba-xquery/www/modules/xqdoc.xsd'
--- modules/com/zorba-xquery/www/modules/xqdoc.xsd	2013-02-07 17:24:36 +
+++ modules/com/zorba-xquery/www/modules/xqdoc.xsd	2013-07-12 12:38:34 +
@@ -140,16 +140,23 @@
 /xsd:sequence
   /xsd:complexType
 
+  xsd:complexType name=literal
+xsd:attribute name=type type=xsd:string use=required/
+xsd:attribute name=value type=xsd:string use=required/
+  /xsd:complexType
+  
   xsd:complexType name=annotation
- xsd:attribute name=prefix type=xsd:string use=optional/
- xsd:attribute name=namespace type=xsd:string use=optional/
- xsd:attribute name=localname type=xsd:string use=optional/
- xsd:attribute name=value type=xsd:string use=optional/
+xsd:sequence
+  xsd:element name=literal type=literal minOccurs=0 maxOccurs=unbounded/
+/xsd:sequence
+xsd:attribute name=prefix type=xsd:string use=optional/
+xsd:attribute name=namespace type=xsd:string use=optional/
+xsd:attribute name=localname type=xsd:string use=optional/
   /xsd:complexType
 
   xsd:complexType name=annotations
 xsd:sequence
-  xsd:element name=annotation type=annotation minOccurs=1 maxOccurs=unbounded/  
+  xsd:element name=annotation type=annotation minOccurs=1 maxOccurs=unbounded/
 /xsd:sequence
   /xsd:complexType
 
@@ -203,6 +210,7 @@
 xsd:element name=uri type=uri/
 xsd:element name=type type=type minOccurs=0/
 xsd:element name=comment type=comment minOccurs=0/
+xsd:element name=annotations type=annotations minOccurs=0/
 xsd:choice minOccurs=0 maxOccurs=unbounded
   xsd:element name=invoked type=invoked minOccurs=0 maxOccurs=unbounded/
   xsd:element name=ref-variable type=invoked minOccurs=0 maxOccurs=unbounded/

=== modified file 'src/compiler/parsetree/parsenode_print_xqdoc_visitor.cpp'
--- src/compiler/parsetree/parsenode_print_xqdoc_visitor.cpp	2013-07-01 18:59:06 +
+++ src/compiler/parsetree/parsenode_print_xqdoc_visitor.cpp	2013-07-12 12:38:34 +
@@ -137,8 +137,8 @@
 void print_annotations(AnnotationListParsenode* aAnn, store::Item_t aParent)
 {
   if (aAnn) {
-store::Item_t lTypeName, lAnnotationsQName, lAnnotationQName;
-store::Item_t lAnnotationsElem, lAnnotationElem;
+store::Item_t lTypeName, lAnnotationsQName, lAnnotationQName, lLiteralQName;
+store::Item_t lAnnotationsElem, lAnnotationElem, lLiteralElem;
 
 theFactory-createQName(lAnnotationsQName, theXQDocNS, theXQDocPrefix, annotations);
 lTypeName = GENV_TYPESYSTEM.XS_UNTYPED_QNAME;
@@ -159,40 +159,12 @@
   store::Item_t lAnnAttr;
   lTypeName = GENV_TYPESYSTEM.XS_UNTYPED_QNAME;
 
-  AnnotationLiteralListParsenode* lLits = lAnn-get_literals().getp();
-
-  std::ostringstream lAttrValue;
-  if (lLits)
-  {
-for (size_t j = 0; j  lLits-size(); ++j)
-{
-  if (j  0)
-lAttrValue   ;
-
-  exprnode* lLit = (*lLits)[j].getp();
-  StringLiteral* l = dynamic_castStringLiteral*(lLit);
-  if (l)
-  {
-lAttrValue  l-get_strval();
-  }
-  else
-  {
-NumericLiteral* n = dynamic_castNumericLiteral*(lLit);
-assert(n);
-lAttrValue  n-toString();
-  }
-}
-  }
-  zstring lTmp( lAttrValue.str() );
-  store::Item_t lAttrValueItem;
-  theFactory-createString(lAttrValueItem, lTmp);
-
   store::Item_t lAttrPrefixItem, lAttrNamespaceItem, lAttrLocalnameItem;
 
   zstring lPrefix = lAnn-get_qname()-get_prefix();
   theFactory-createString(lAttrPrefixItem, lPrefix);
 
-  lTmp = lAnn-get_qname()-get_prefix();
+  zstring lTmp = lAnn-get_qname()-get_prefix();
   lTmp = theNamespaceMap[lTmp];
   theFactory-createString(lAttrNamespaceItem, lTmp);
 
@@ -205,8 +177,6 @@
   theFactory-createQName(lNamespaceQName, , , namespace);
   store::Item_t lLocalnameQName;
   theFactory-createQName(lLocalnameQName, , , localname);
-  store::Item_t lValueQName;
-  theFactory-createQName(lValueQName, , , value);
 
   lTypeName = GENV_TYPESYSTEM.XS_UNTYPED_QNAME;
   theFactory-createAttributeNode(
@@ -223,10 +193,61 @@
 lLocalnameQName, lAnnotationElem, lLocalnameQName,
 lTypeName, lAttrLocalnameItem);
 
-  lTypeName

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

2013-07-12 Thread Sorin Marian Nasoi
Review: Approve


-- 
https://code.launchpad.net/~zorba-coders/zorba/fix_bug_1124374/+merge/174398
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/bump_QT_snapshot into lp:zorba

2013-07-11 Thread Sorin Marian Nasoi
Sorin Marian Nasoi has proposed merging lp:~zorba-coders/zorba/bump_QT_snapshot 
into lp:zorba.

Commit message:
- bumped QT test-suite version

Requested reviews:
  Sorin Marian Nasoi (sorin.marian.nasoi)

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/bump_QT_snapshot/+merge/174341
-- 
https://code.launchpad.net/~zorba-coders/zorba/bump_QT_snapshot/+merge/174341
Your team Zorba Coders is subscribed to branch lp:zorba.
=== modified file 'test/fots/ImportFOTS.cmake'
--- test/fots/ImportFOTS.cmake	2013-06-13 22:10:18 +
+++ test/fots/ImportFOTS.cmake	2013-07-12 05:44:32 +
@@ -19,7 +19,12 @@
 
 
 # Change this to publish updated FOTS archives
-SET (FOTS_ARCHIVE FOTS_130613.tgz)
+
+#this is the official QT 1.0 release from 21st June 2013
+#SET (FOTS_ARCHIVE QT3_1_0.tgz)
+
+#this is the QT CVS trunk version as from 10th July 2013
+SET (FOTS_ARCHIVE QT_100713.tgz)
 
 # Change this to modify which elements in FOTS driver results are output
 # as CDATA

=== modified file 'test/fots_driver/FOTSZorbaManifest.xml'
--- test/fots_driver/FOTSZorbaManifest.xml	2013-06-05 12:51:21 +
+++ test/fots_driver/FOTSZorbaManifest.xml	2013-07-12 05:44:32 +
@@ -10,6 +10,7 @@
   dependency type=feature value=schemaValidation satisfied=true/
   dependency type=feature value=staticTyping satisfied=false/
   dependency type=feature value=infoset-dtd satisfied=true/
+  dependency type=feature value=typedData satisfied=true/
 
   !-- This dependency marks a XPath 1.0 test-case --
   dependency type=feature value=xpath-1.0-compatibility satisfied=false/
@@ -31,6 +32,7 @@
   dependency type=spec value=XQ10 XP20 satisfied=true/
   dependency type=spec value=XQ10+ satisfied=true/
   dependency type=spec value=XQ10+ XP20+ satisfied=true/
+  dependency type=spec value=XP20+ XQ10+ satisfied=true/
   dependency type=spec value=XQ10+ XP30+ satisfied=true/
   dependency type=spec value=XQ30 satisfied=true/
   dependency type=spec value=XQ30 XP30 satisfied=true/

=== modified file 'test/fots_driver/reporting/XQ10/FOTSZorbaManifest.xml'
--- test/fots_driver/reporting/XQ10/FOTSZorbaManifest.xml	2013-06-05 12:51:21 +
+++ test/fots_driver/reporting/XQ10/FOTSZorbaManifest.xml	2013-07-12 05:44:32 +
@@ -10,6 +10,7 @@
   dependency type=feature value=schemaValidation satisfied=true/
   dependency type=feature value=staticTyping satisfied=false/
   dependency type=feature value=infoset-dtd satisfied=true/
+  dependency type=feature value=typedData satisfied=true/
 
   !-- This dependency marks a XPath 1.0 test-case --
   dependency type=feature value=xpath-1.0-compatibility satisfied=false/
@@ -33,6 +34,7 @@
   dependency type=spec value=XQ10+ satisfied=true/
   dependency type=spec value=XQ10+ XP20+ satisfied=true/
   dependency type=spec value=XQ10+ XP30+ satisfied=true/
+  dependency type=spec value=XP20+ XQ10+ satisfied=true/
   
   !-- We do not run test-cases compatible with XQuery 3.0 meaning XQ30 and XQ30+ --
   dependency type=spec value=XP30+ XQ30+ satisfied=false/  

=== modified file 'test/fots_driver/reporting/XQ30/FOTSZorbaManifest.xml'
--- test/fots_driver/reporting/XQ30/FOTSZorbaManifest.xml	2013-06-05 12:51:21 +
+++ test/fots_driver/reporting/XQ30/FOTSZorbaManifest.xml	2013-07-12 05:44:32 +
@@ -10,6 +10,7 @@
   dependency type=feature value=schemaValidation satisfied=true/
   dependency type=feature value=staticTyping satisfied=false/
   dependency type=feature value=infoset-dtd satisfied=true/
+  dependency type=feature value=typedData satisfied=true/
 
   !-- This dependency marks a XPath 1.0 test-case --
   dependency type=feature value=xpath-1.0-compatibility satisfied=false/
@@ -34,6 +35,7 @@
   dependency type=spec value=XQ10+ satisfied=true/
   dependency type=spec value=XQ10+ XP20+ satisfied=true/
   dependency type=spec value=XQ10+ XP30+ satisfied=true/
+  dependency type=spec value=XP20+ XQ10+ satisfied=true/
 
   dependency type=spec value=XP30+ XQ30+ satisfied=true/  
   dependency type=spec value=XQ30 satisfied=true/

-- 
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/new_tags_security into lp:zorba/security-module

2013-06-21 Thread Sorin Marian Nasoi
Sorin Marian Nasoi has proposed merging 
lp:~zorba-coders/zorba/new_tags_security into lp:zorba/security-module.

Commit message:
- updated project TAG

Requested reviews:
  Chris Hillery (ceejatec)
  Sorin Marian Nasoi (sorin.marian.nasoi)

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/new_tags_security/+merge/170758
-- 
https://code.launchpad.net/~zorba-coders/zorba/new_tags_security/+merge/170758
Your team Zorba Coders is subscribed to branch lp:zorba/security-module.
=== modified file 'src/hash.xq'
--- src/hash.xq	2012-07-20 16:13:37 +
+++ src/hash.xq	2013-06-21 08:33:51 +
@@ -22,7 +22,7 @@
  : strings or binary. The result is the base64 encoded value of the hash.
  :
  : @author Gabriel Petrovay, Markus Pilman, Matthias Brantner
- : @project cryptography
+ : @project Zorba/Cryptography/hash
  :)
 module namespace hash = http://www.zorba-xquery.com/modules/cryptography/hash;;
 

=== modified file 'src/hmac.xq'
--- src/hmac.xq	2012-07-27 03:31:52 +
+++ src/hmac.xq	2013-06-21 08:33:51 +
@@ -25,7 +25,7 @@
  : the authenticity of a message.
  :
  : @author William Candillon, Matthias Brantner
- : @project cryptography
+ : @project Zorba/Cryptography/HMAC
  :
  :)
 module namespace hmac = http://www.zorba-xquery.com/modules/cryptography/hmac;;

-- 
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/new_tags_security into lp:zorba/security-module

2013-06-21 Thread Sorin Marian Nasoi
Review: Approve


-- 
https://code.launchpad.net/~zorba-coders/zorba/new_tags_security/+merge/170758
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/new_xqdoc_sorin into lp:zorba

2013-06-21 Thread Sorin Marian Nasoi
Review: Approve


-- 
https://code.launchpad.net/~zorba-coders/zorba/new_xqdoc_sorin/+merge/169654
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/new_xqdoc_sorin into lp:zorba

2013-06-21 Thread Sorin Marian Nasoi
The proposal to merge lp:~zorba-coders/zorba/new_xqdoc_sorin into lp:zorba has 
been updated.

Status: Needs review = Approved

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/new_xqdoc_sorin/+merge/169654
-- 
https://code.launchpad.net/~zorba-coders/zorba/new_xqdoc_sorin/+merge/169654
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/fix_ace into lp:zorba

2013-06-21 Thread Sorin Marian Nasoi
Sorin Marian Nasoi has proposed merging lp:~zorba-coders/zorba/fix_ace into 
lp:zorba.

Commit message:
- removed ACE folder from the list of folders in the installed documentation

Requested reviews:
  Ghislain Fourny (gislenius)
  Sorin Marian Nasoi (sorin.marian.nasoi)

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/fix_ace/+merge/170855
-- 
https://code.launchpad.net/~zorba-coders/zorba/fix_ace/+merge/170855
Your team Zorba Coders is subscribed to branch lp:zorba.
=== modified file 'doc/zorba/xqdoc/CMakeLists.txt'
--- doc/zorba/xqdoc/CMakeLists.txt	2013-06-15 16:20:18 +
+++ doc/zorba/xqdoc/CMakeLists.txt	2013-06-21 15:37:33 +
@@ -31,11 +31,6 @@
 COMPONENT doc
 PATTERN *.svn EXCLUDE
 )
-INSTALL(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/ace
-DESTINATION share/zorba-${ZORBA_MAJOR_NUMBER}.${ZORBA_MINOR_NUMBER}.${ZORBA_PATCH_NUMBER}/xqdoc/requisites  
-COMPONENT doc
-PATTERN *.svn EXCLUDE
-)
 INSTALL(FILES src/xqdoc-html.xq
   src/xqdoc-html.xqy
   template.xml

-- 
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/fix_ace into lp:zorba

2013-06-21 Thread Sorin Marian Nasoi
Review: Approve


-- 
https://code.launchpad.net/~zorba-coders/zorba/fix_ace/+merge/170855
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/fix_ace into lp:zorba

2013-06-21 Thread Sorin Marian Nasoi
The proposal to merge lp:~zorba-coders/zorba/fix_ace into lp:zorba has been 
updated.

Status: Needs review = Approved

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/fix_ace/+merge/170855
-- 
https://code.launchpad.net/~zorba-coders/zorba/fix_ace/+merge/170855
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/correct_LP_bug_number into lp:zorba

2013-06-19 Thread Sorin Marian Nasoi
Sorin Marian Nasoi has proposed merging 
lp:~zorba-coders/zorba/correct_LP_bug_number into lp:zorba.

Commit message:
corrected LP bug number

Requested reviews:
  Chris Hillery (ceejatec)
  Sorin Marian Nasoi (sorin.marian.nasoi)

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/correct_LP_bug_number/+merge/170309
-- 
https://code.launchpad.net/~zorba-coders/zorba/correct_LP_bug_number/+merge/170309
Your team Zorba Coders is subscribed to branch lp:zorba.
=== modified file 'test/fots/CMakeLists.txt'
--- test/fots/CMakeLists.txt	2013-06-19 10:55:37 +
+++ test/fots/CMakeLists.txt	2013-06-19 12:12:37 +
@@ -276,7 +276,7 @@
 EXPECTED_FOTS_FAILURE (prod-ModuleImport module-URIs-12 1160015)
 EXPECTED_FOTS_FAILURE (prod-ModuleImport module-URIs-17 1160015)
 EXPECTED_FOTS_FAILURE (prod-ModuleImport module-URIs-18 1160015)
-EXPECTED_FOTS_FAILURE (prod-NamedFunctionRef function-literal-062 1182910)
+EXPECTED_FOTS_FAILURE (prod-NamedFunctionRef function-literal-062 1187685)
 EXPECTED_FOTS_FAILURE (prod-OptionDecl.serialization Serialization-003 1188159)
 EXPECTED_FOTS_FAILURE (prod-OrderByClause orderBy40 1172258)
 EXPECTED_FOTS_FAILURE (prod-OrderByClause orderBy41 1172258)

-- 
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/correct_LP_bug_number into lp:zorba

2013-06-19 Thread Sorin Marian Nasoi
Review: Approve


-- 
https://code.launchpad.net/~zorba-coders/zorba/correct_LP_bug_number/+merge/170309
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/project_tag_queue into lp:zorba/queue-module

2013-06-17 Thread Sorin Marian Nasoi
 Still don't like Data Store.
It's not a matter of like, IMHO: please take a look on:
http://www.zorba-xquery.com/html/modules
Click on Zorba in the left menu.

I do not know who's decision was to name it like that, I just want to make sure 
the project TAG reflects this.

Later on if needed we can make necessary updates.
-- 
https://code.launchpad.net/~zorba-coders/zorba/project_tag_queue/+merge/169634
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/project_tag_process into lp:zorba/process-module

2013-06-17 Thread Sorin Marian Nasoi
 Is Input Output right? Is there a System or similar group?
Again please take a look on 
http://www.zorba-xquery.com/html/modules
-- 
https://code.launchpad.net/~zorba-coders/zorba/project_tag_process/+merge/169635
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


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

2013-06-17 Thread Sorin Marian Nasoi
 Were there any graphviz test cases here?
The module itself was the last thing needed to ge removed from image branch 
after Graphviz was moved to a separate module branch.
-- 
https://code.launchpad.net/~zorba-coders/zorba/project_tag_image/+merge/169640
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


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

2013-06-17 Thread Sorin Marian Nasoi
The proposal to merge lp:~zorba-coders/zorba/project_tag_image into 
lp:zorba/image-module has been updated.

Commit Message changed to:

- updated project TAG
- removed graphviz module file that if a left over from the time Graphviz moved 
to a separate module branch

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/project_tag_image/+merge/169640
-- 
https://code.launchpad.net/~zorba-coders/zorba/project_tag_image/+merge/169640
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


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

2013-06-17 Thread Sorin Marian Nasoi
The proposal to merge lp:~zorba-coders/zorba/project_tag_jdbc into 
lp:zorba/jdbc-module has been updated.

Status: Needs review = Approved

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/project_tag_jdbc/+merge/169638
-- 
https://code.launchpad.net/~zorba-coders/zorba/project_tag_jdbc/+merge/169638
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/project_tag_system into lp:zorba/system-module

2013-06-17 Thread Sorin Marian Nasoi
The proposal to merge lp:~zorba-coders/zorba/project_tag_system into 
lp:zorba/system-module has been updated.

Status: Needs review = Approved

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/project_tag_system/+merge/169630
-- 
https://code.launchpad.net/~zorba-coders/zorba/project_tag_system/+merge/169630
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


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

2013-06-15 Thread Sorin Marian Nasoi
Sorin Marian Nasoi has proposed merging 
lp:~zorba-coders/zorba/project_tag_util-jvm into lp:zorba/util-jvm-module.

Commit message:
- updated project TAG

Requested reviews:
  Sorin Marian Nasoi (sorin.marian.nasoi)

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/project_tag_util-jvm/+merge/169629
-- 
https://code.launchpad.net/~zorba-coders/zorba/project_tag_util-jvm/+merge/169629
Your team Zorba Coders is subscribed to branch lp:zorba/util-jvm-module.
=== modified file 'src/util-jvm.xq'
--- src/util-jvm.xq	2012-04-18 09:14:37 +
+++ src/util-jvm.xq	2013-06-15 16:53:29 +
@@ -31,7 +31,7 @@
  :
  : @author Cezar Andrei
  : @library a href=http://www.oracle.com/technetwork/java/javase/downloads/index.html;JDK - Java Development Kit/a
- : @project utils/util jvm
+ : @project Zorba/JVM Utility
  :)
 module namespace util-jvm = http://www.zorba-xquery.com/modules/util-jvm;;
 

-- 
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/project_tag_system into lp:zorba/system-module

2013-06-15 Thread Sorin Marian Nasoi
Sorin Marian Nasoi has proposed merging 
lp:~zorba-coders/zorba/project_tag_system into lp:zorba/system-module.

Commit message:
- updated project TAG

Requested reviews:
  Sorin Marian Nasoi (sorin.marian.nasoi)

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/project_tag_system/+merge/169630
-- 
https://code.launchpad.net/~zorba-coders/zorba/project_tag_system/+merge/169630
Your team Zorba Coders is subscribed to branch lp:zorba/system-module.
=== modified file 'src/com/zorba-xquery/www/modules/system.xq'
--- src/com/zorba-xquery/www/modules/system.xq	2012-09-27 16:57:24 +
+++ src/com/zorba-xquery/www/modules/system.xq	2013-06-15 16:54:27 +
@@ -41,7 +41,7 @@
  : with the key env.PATH.
  :
  : @author Markus Pilman
- : @project Zorba/IO/System
+ : @project Zorba/Input Output/System
  :)
 module namespace system = 'http://www.zorba-xquery.com/modules/system';
 

-- 
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/project_tag_stack into lp:zorba/stack-module

2013-06-15 Thread Sorin Marian Nasoi
Sorin Marian Nasoi has proposed merging 
lp:~zorba-coders/zorba/project_tag_stack into lp:zorba/stack-module.

Commit message:
- updated project TAG

Requested reviews:
  Sorin Marian Nasoi (sorin.marian.nasoi)

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/project_tag_stack/+merge/169631
-- 
https://code.launchpad.net/~zorba-coders/zorba/project_tag_stack/+merge/169631
Your team Zorba Coders is subscribed to branch lp:zorba/stack-module.
=== modified file 'src/stack.xq'
--- src/stack.xq	2012-04-30 15:28:04 +
+++ src/stack.xq	2013-06-15 16:55:31 +
@@ -20,7 +20,7 @@
  : Implementation of stack for node items, using dynamic collections.br /
  :
  : @author Daniel Turcanu, Sorin Nasoi
- : @project store/data structures
+ : @project Zorba/Data Store/Data Structures/Stack
  :)
 module namespace stack = http://www.zorba-xquery.com/modules/store/data-structures/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/project_tag_sqlite into lp:zorba/sqlite-module

2013-06-15 Thread Sorin Marian Nasoi
Sorin Marian Nasoi has proposed merging 
lp:~zorba-coders/zorba/project_tag_sqlite into lp:zorba/sqlite-module.

Commit message:
- updated project TAG

Requested reviews:
  Sorin Marian Nasoi (sorin.marian.nasoi)

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/project_tag_sqlite/+merge/169632
-- 
https://code.launchpad.net/~zorba-coders/zorba/project_tag_sqlite/+merge/169632
Your team Zorba Coders is subscribed to branch lp:zorba/sqlite-module.
=== modified file 'src/sqlite_module.xq'
--- src/sqlite_module.xq	2013-01-25 22:50:45 +
+++ src/sqlite_module.xq	2013-06-15 16:56:29 +
@@ -21,8 +21,8 @@
  : from SQLite databases./p
  :
  : @author Luis Rodgriguez
- :
  : @library a href=http://www.sqlite.org/;SQLite/a
+ : @project DB Drivers/SQLite
  :)
  
 module namespace s = http://www.zorba-xquery.com/modules/sqlite;;

-- 
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/project_tag_read-pdf into lp:zorba/read-pdf-module

2013-06-15 Thread Sorin Marian Nasoi
Sorin Marian Nasoi has proposed merging 
lp:~zorba-coders/zorba/project_tag_read-pdf into lp:zorba/read-pdf-module.

Commit message:
- updated project TAG

Requested reviews:
  Sorin Marian Nasoi (sorin.marian.nasoi)

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/project_tag_read-pdf/+merge/169633
-- 
https://code.launchpad.net/~zorba-coders/zorba/project_tag_read-pdf/+merge/169633
Your team Zorba Coders is subscribed to branch lp:zorba/read-pdf-module.
=== modified file 'src/read-pdf.xq'
--- src/read-pdf.xq	2012-09-27 16:22:50 +
+++ src/read-pdf.xq	2013-06-15 16:58:28 +
@@ -34,7 +34,7 @@
  : @author Cezar Andrei
  : @see http://pdfbox.apache.org/
  : @library a href=http://www.oracle.com/technetwork/java/javase/downloads/index.html;JDK - Java Development Kit/a
- : @project data processing/data converters
+ : @project Zorba/Data Processing/PDF Reader
  : @library a href=http://pdfbox.apache.org/;Apache PDFBox/a
  :)
 module namespace read-pdf = http://www.zorba-xquery.com/modules/read-pdf;;

-- 
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/project_tag_queue into lp:zorba/queue-module

2013-06-15 Thread Sorin Marian Nasoi
Sorin Marian Nasoi has proposed merging 
lp:~zorba-coders/zorba/project_tag_queue into lp:zorba/queue-module.

Commit message:
- updated project TAG

Requested reviews:
  Sorin Marian Nasoi (sorin.marian.nasoi)

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/project_tag_queue/+merge/169634
-- 
https://code.launchpad.net/~zorba-coders/zorba/project_tag_queue/+merge/169634
Your team Zorba Coders is subscribed to branch lp:zorba/queue-module.
=== modified file 'src/queue.xq'
--- src/queue.xq	2012-04-30 15:29:26 +
+++ src/queue.xq	2013-06-15 17:00:35 +
@@ -20,7 +20,7 @@
  : Implementation of queue for node items, using dynamic collections.br /
  :
  : @author Daniel Turcanu, Sorin Nasoi
- : @project store/data structures
+ : @project Zorba/Data Store/Data Structures/Queue
  :)
 module namespace queue = http://www.zorba-xquery.com/modules/store/data-structures/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/project_tag_process into lp:zorba/process-module

2013-06-15 Thread Sorin Marian Nasoi
Sorin Marian Nasoi has proposed merging 
lp:~zorba-coders/zorba/project_tag_process into lp:zorba/process-module.

Commit message:
- updated project TAG

Requested reviews:
  Sorin Marian Nasoi (sorin.marian.nasoi)

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/project_tag_process/+merge/169635
-- 
https://code.launchpad.net/~zorba-coders/zorba/project_tag_process/+merge/169635
Your team Zorba Coders is subscribed to branch lp:zorba/process-module.
=== modified file 'src/process-1.xq'
--- src/process-1.xq	2013-06-12 22:35:06 +
+++ src/process-1.xq	2013-06-15 17:02:24 +
@@ -38,7 +38,7 @@
  : /p
  :
  : @author Cezar Andrei
- : @project Zorba/IO/Process
+ : @project Zorba/Input Output/Process
  :
  :)
 module namespace process = http://www.zorba-xquery.com/modules/process;;

=== modified file 'src/process-2.xq'
--- src/process-2.xq	2013-06-12 22:35:06 +
+++ src/process-2.xq	2013-06-15 17:02:24 +
@@ -56,7 +56,7 @@
  : /p
  :
  : @author Cezar Andrei, Nicolae Brinza
- : @project Zorba/IO/Process
+ : @project Zorba/Input Output/Process
  :)
 module namespace p = http://zorba.io/modules/process;;
 

-- 
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/project_tag_oracle-nosql-db into lp:zorba/oracle-nosql-db-module

2013-06-15 Thread Sorin Marian Nasoi
Sorin Marian Nasoi has proposed merging 
lp:~zorba-coders/zorba/project_tag_oracle-nosql-db into 
lp:zorba/oracle-nosql-db-module.

Commit message:
- updated project TAG

Requested reviews:
  Sorin Marian Nasoi (sorin.marian.nasoi)

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/project_tag_oracle-nosql-db/+merge/169636
-- 
https://code.launchpad.net/~zorba-coders/zorba/project_tag_oracle-nosql-db/+merge/169636
Your team Zorba Coders is subscribed to branch lp:zorba/oracle-nosql-db-module.
=== modified file 'src/nosqldb.xq'
--- src/nosqldb.xq	2013-01-09 23:07:35 +
+++ src/nosqldb.xq	2013-06-15 17:02:25 +
@@ -33,6 +33,7 @@
  : path ( usually located in C:\Program Files\Java\jre6\bin\client.
  :
  : @author Cezar Andrei
+ : @project DB Drivers/ORACLE NoSQL
  :)
 module namespace nosql = http://www.zorba-xquery.com/modules/oracle-nosqldb;;
 

-- 
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/project_tag_util-jvm into lp:zorba/util-jvm-module

2013-06-15 Thread Sorin Marian Nasoi
Review: Approve


-- 
https://code.launchpad.net/~zorba-coders/zorba/project_tag_util-jvm/+merge/169629
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


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

2013-06-15 Thread Sorin Marian Nasoi
Sorin Marian Nasoi has proposed merging 
lp:~zorba-coders/zorba/project_tag_oauth into lp:zorba/oauth-module.

Commit message:
- updated project TAG

Requested reviews:
  Sorin Marian Nasoi (sorin.marian.nasoi)

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/project_tag_oauth/+merge/169637
-- 
https://code.launchpad.net/~zorba-coders/zorba/project_tag_oauth/+merge/169637
Your team Zorba Coders is subscribed to branch 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-06-06 09:21:33 +
+++ src/com/zorba-xquery/www/modules/oauth/client.xq	2013-06-15 17:03:27 +
@@ -25,7 +25,7 @@
  : @author Stephanie Russell
  : @author a href=mailto:william.candil...@28msec.comWilliam Candillon/a
  : @see a href=http://oauth.net/; target=_blankOAuth Website/a
- : @project OAuth
+ : @project Zorba/OAuth/Client
  :
  :)
 module namespace oauth = http://www.zorba-xquery.com/modules/oauth/client;;

=== modified file 'src/com/zorba-xquery/www/modules/oauth/error.xq'
--- src/com/zorba-xquery/www/modules/oauth/error.xq	2012-04-24 20:49:17 +
+++ src/com/zorba-xquery/www/modules/oauth/error.xq	2013-06-15 17:03:27 +
@@ -20,7 +20,7 @@
  : Module that defines the errors raised in Oauth modules.
  :
  : @author Stephanie Russell
- : @project OAuth
+ : @project Zorba/OAuth/Errors
  :
  :)
 module namespace  oerr = http://www.zorba-xquery.com/modules/oauth/error;;

-- 
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/project_tag_jdbc into lp:zorba/jdbc-module

2013-06-15 Thread Sorin Marian Nasoi
Sorin Marian Nasoi has proposed merging lp:~zorba-coders/zorba/project_tag_jdbc 
into lp:zorba/jdbc-module.

Commit message:
- updated project TAG

Requested reviews:
  Sorin Marian Nasoi (sorin.marian.nasoi)

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/project_tag_jdbc/+merge/169638
-- 
https://code.launchpad.net/~zorba-coders/zorba/project_tag_jdbc/+merge/169638
Your team Zorba Coders is subscribed to branch lp:zorba/jdbc-module.
=== modified file 'src/jdbc.xq'
--- src/jdbc.xq	2013-06-11 21:44:04 +
+++ src/jdbc.xq	2013-06-15 17:04:24 +
@@ -21,7 +21,7 @@
  : using jvm-util module to handle Java interaction.
  :
  : @author Rodolfo Ochoa
- : @project other data sources/jdbc module
+ : @project DB Drivers/JDBC
  :)
 
 module namespace jdbc = http://www.zorba-xquery.com/modules/jdbc;;

-- 
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/project_tag_queue into lp:zorba/queue-module

2013-06-15 Thread Sorin Marian Nasoi
Review: Approve


-- 
https://code.launchpad.net/~zorba-coders/zorba/project_tag_queue/+merge/169634
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/project_tag_stack into lp:zorba/stack-module

2013-06-15 Thread Sorin Marian Nasoi
Review: Approve


-- 
https://code.launchpad.net/~zorba-coders/zorba/project_tag_stack/+merge/169631
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/project_tag_system into lp:zorba/system-module

2013-06-15 Thread Sorin Marian Nasoi
Review: Approve


-- 
https://code.launchpad.net/~zorba-coders/zorba/project_tag_system/+merge/169630
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/project_tag_sqlite into lp:zorba/sqlite-module

2013-06-15 Thread Sorin Marian Nasoi
Review: Approve


-- 
https://code.launchpad.net/~zorba-coders/zorba/project_tag_sqlite/+merge/169632
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/project_tag_read-pdf into lp:zorba/read-pdf-module

2013-06-15 Thread Sorin Marian Nasoi
Review: Approve


-- 
https://code.launchpad.net/~zorba-coders/zorba/project_tag_read-pdf/+merge/169633
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


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

2013-06-15 Thread Sorin Marian Nasoi
Review: Approve


-- 
https://code.launchpad.net/~zorba-coders/zorba/project_tag_oracle-nosql-db/+merge/169636
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/project_tag_oauth into lp:zorba/oauth-module

2013-06-15 Thread Sorin Marian Nasoi
Review: Approve


-- 
https://code.launchpad.net/~zorba-coders/zorba/project_tag_oauth/+merge/169637
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


  1   2   3   4   5   6   7   8   9   10   >