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

2012-10-03 Thread William Candillon
Review: Approve


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


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

2012-10-03 Thread noreply
The proposal to merge lp:~zorba-coders/zorba/excel-doc into 
lp:zorba/excel-module has been updated.

Status: Needs review = Merged

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

2012-10-02 Thread Sorin Marian Nasoi
Review: Approve


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


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

2012-09-28 Thread William Candillon
William Candillon has proposed merging lp:~zorba-coders/zorba/excel-doc into 
lp:zorba/excel-module.

Commit message:
Minor documentation improvement.

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

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/excel-doc/+merge/126975

Minor documentation improvement.
-- 
https://code.launchpad.net/~zorba-coders/zorba/excel-doc/+merge/126975
Your team Zorba Coders is subscribed to branch lp:zorba/excel-module.
=== modified file 'src/com/zorba-xquery/www/modules/excel/datetime.xq'
--- src/com/zorba-xquery/www/modules/excel/datetime.xq	2011-08-18 02:56:56 +
+++ src/com/zorba-xquery/www/modules/excel/datetime.xq	2012-09-28 14:08:22 +
@@ -23,9 +23,8 @@
  : @see a href=http://office.microsoft.com/en-us/excel/CH062528231033.aspx;
  : target=_blankExcel Documentation: Datetime Functions/a
  :
- : @spec XQuery Specification: January 2007
  : @author Sorin Nasoi
- : @project excel
+ : @project Zorba/Excel/Datetime
  :
  :)
 module namespace  excel-datetime = http://www.zorba-xquery.com/modules/excel/datetime; ;

=== modified file 'src/com/zorba-xquery/www/modules/excel/engineering.xq'
--- src/com/zorba-xquery/www/modules/excel/engineering.xq	2011-08-18 02:56:56 +
+++ src/com/zorba-xquery/www/modules/excel/engineering.xq	2012-09-28 14:08:22 +
@@ -25,7 +25,7 @@
  : @see a href=http://office.microsoft.com/en-us/excel/CH062528241033.aspx;
  : target=_blankExcel Documentation: Engineering Functions/a
  :
- : @project excel
+ : @project Zorba/Excel/Engineering
  :)
 module namespace  excel-engineering = http://www.zorba-xquery.com/modules/excel/engineering; ;
 

=== modified file 'src/com/zorba-xquery/www/modules/excel/information.xq'
--- src/com/zorba-xquery/www/modules/excel/information.xq	2011-08-18 02:56:56 +
+++ src/com/zorba-xquery/www/modules/excel/information.xq	2012-09-28 14:08:22 +
@@ -25,7 +25,7 @@
  : @see a href=http://office.microsoft.com/en-us/excel/CH062528261033.aspx;
  : target=_blankExcel Documentation: Information Functions/a
  :
- : @project excel
+ : @project Zorba/Excel/Information
  :)
 module namespace  excel-information = http://www.zorba-xquery.com/modules/excel/information; ;
 

=== modified file 'src/com/zorba-xquery/www/modules/excel/logical.xq'
--- src/com/zorba-xquery/www/modules/excel/logical.xq	2011-08-18 02:56:56 +
+++ src/com/zorba-xquery/www/modules/excel/logical.xq	2012-09-28 14:08:22 +
@@ -24,7 +24,7 @@
  :
  : @see a href=http://office.microsoft.com/en-us/excel/CH062528271033.aspx;
  : target=_blankExcel Documentation: Logical Functions/a
- : @project excel
+ : @project Zorba/Excel/Logical
  :
  :)
 (:  for False,Not and True use fn:false(), fn:not(), fn:true() :)

=== modified file 'src/com/zorba-xquery/www/modules/excel/lookup.xq'
--- src/com/zorba-xquery/www/modules/excel/lookup.xq	2011-08-18 02:56:56 +
+++ src/com/zorba-xquery/www/modules/excel/lookup.xq	2012-09-28 14:08:22 +
@@ -22,9 +22,8 @@
  : @see a href=http://office.microsoft.com/en-us/excel/CH062528281033.aspx;
  : target=_blankExcel 2003 Documentation: Lookup Functions/a
  :
- : @spec XQuery Specification: January 2007
  : @author Daniel Turcanu
- : @project excel
+ : @project Zorba/Excel/Lookup
  :
  :)
 module namespace  excel = http://www.zorba-xquery.com/modules/excel/lookup; ;

=== modified file 'src/com/zorba-xquery/www/modules/excel/math-sumproduct.xq'
--- src/com/zorba-xquery/www/modules/excel/math-sumproduct.xq	2011-08-18 02:56:56 +
+++ src/com/zorba-xquery/www/modules/excel/math-sumproduct.xq	2012-09-28 14:08:22 +
@@ -25,9 +25,8 @@
  : @see a href=http://office.microsoft.com/en-us/excel/HP052092931033.aspx;
  : target=_blankExcel 2003 Documentation: Math-sumproduct Functions/a
  :
- : @spec XQuery Specification: January 2007
  : @author Daniel Turcanu
- : @project excel
+ : @project Zorba/Excel/Math Sumproduct
  :
  :)
 module namespace  excel = http://www.zorba-xquery.com/modules/excel/math-sumproduct;;

=== modified file 'src/com/zorba-xquery/www/modules/excel/math.xq'
--- src/com/zorba-xquery/www/modules/excel/math.xq	2011-08-18 02:56:56 +
+++ src/com/zorba-xquery/www/modules/excel/math.xq	2012-09-28 14:08:22 +
@@ -23,9 +23,8 @@
  : @see a href=http://office.microsoft.com/en-us/excel/CH062528291033.aspx;
  : target=_blankExcel 2003 Documentation: Math Functions/a
  :
- : @spec XQuery Specification: January 2007
  : @author Daniel Turcanu
- : @project excel
+ : @project Zorba/Excel/Math
  :
  :)
 module namespace  excel = http://www.zorba-xquery.com/modules/excel/math; ;

=== modified file 'src/com/zorba-xquery/www/modules/excel/statistical-zorba.xq'
--- src/com/zorba-xquery/www/modules/excel/statistical-zorba.xq	2011-08-18 02:56:56 +
+++ src/com/zorba-xquery/www/modules/excel/statistical-zorba.xq	2012-09-28 14:08:22 +
@@ -23,7 +23,7 @@
  : 
  : @Author Daniel Turcanu
  : @See  http://office.microsoft.com/en-us/excel/CH062528311033.aspx
- 

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

2012-09-28 Thread William Candillon
The proposal to merge lp:~zorba-coders/zorba/excel-doc into 
lp:zorba/excel-module has been updated.

Commit Message changed to:

Minor documentation improvement.

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