Merge lp:~ceejatec/zorba/sf-bug-migrate into lp:zorba

Proposed by Chris Hillery
Status: Merged
Approved by: Matthias Brantner
Approved revision: 10490
Merged at revision: 10493
Proposed branch: lp:~ceejatec/zorba/sf-bug-migrate
Merge into: lp:zorba
Diff against target: 136 lines (+31/-28)
4 files modified
KNOWN_ISSUES.txt (+25/-22)
README.txt (+2/-2)
doc/zorba/build_ubuntu.dox (+2/-2)
doc/zorba/ft_intro.dox (+2/-2)
To merge this branch: bzr merge lp:~ceejatec/zorba/sf-bug-migrate
Reviewer Review Type Date Requested Status
Matthias Brantner Approve
Review via email: mp+78209@code.launchpad.net

Commit message

Change all references to Sourceforge URLs for Zorba to equivalent Launchpad URLs.

Description of the change

Changes all references to Sourceforge URLs for Zorba to equivalent Launchpad URLs.

To post a comment you must log in.
Revision history for this message
Matthias Brantner (matthias-brantner) wrote :

Looks good to me.

review: Approve
Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :
Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :

Validation queue job sf-bug-migrate-2011-10-06T00-04-59.382Z is finished. The final status was:

All tests succeeded!

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'KNOWN_ISSUES.txt'
2--- KNOWN_ISSUES.txt 2011-08-18 17:07:50 +0000
3+++ KNOWN_ISSUES.txt 2011-10-05 08:04:28 +0000
4@@ -9,46 +9,49 @@
5
6 * Floating-point precision problems.
7 For details, see the following bugs:
8- - 2204089 <https://sourceforge.net/tracker2/?func=detail&aid=2204089&group_id=226244&atid=1067586>
9- - 2205034 <https://sourceforge.net/tracker2/?func=detail&aid=2205034&group_id=226244&atid=1067586>
10- - 2210851 <https://sourceforge.net/tracker2/?func=detail&aid=2210851&group_id=226244&atid=1067586>
11+ - 2204089 <https://bugs.launchpad.net/zorba/+bug/sf-2204089>
12+ - 2205034 <https://bugs.launchpad.net/zorba/+bug/sf-2205034>
13+ - 2210851 <https://bugs.launchpad.net/zorba/+bug/sf-2210851>
14
15 * When using the (now default) xs:integer representation of a C++ "long long",
16 the largest xs:unsignedLong values are not handled correctly.
17 For details, see the following bug:
18- - 3323548 <https://sourceforge.net/tracker/?func=detail&aid=3323548&group_id=226244&atid=1067586>
19+ - 3323548 <https://bugs.launchpad.net/zorba/+bug/sf-3323548>
20
21-* Zorba uses ICU for regular expressions that does not support range subtraction.
22- For details, see the following bug:
23- - 3150856 <https://sourceforge.net/tracker/?func=detail&aid=3150856&group_id=226244&atid=1067586>
24+* Zorba uses ICU for regular expressions that does not support range
25+ subtraction. For details, see the following bug:
26+ - 3150856 <https://bugs.launchpad.net/zorba/+bug/sf-3150856>
27
28 * If you link against ICU <= 3.8.1, you can get wrong results when using \s to
29 match a white space character. For details, see following bug:
30- - 3155900 <https://sourceforge.net/tracker/?func=detail&aid=3155900&group_id=226244&atid=1067586>
31+ - 3155900 <https://bugs.launchpad.net/zorba/+bug/sf-3155900>
32
33 * A known bug in Xerces < 3.0, when an .xsd contains an any wildcard with
34 namespace #others and the instance contains an element without a namespace,
35 there should still be an error. See "Definitive XMLSchema" by Priscilla
36 Wamsley, p. 279. This was fixed in Xerses > 3.0.
37 For details, see following bug:
38- - 3137594 <https://sourceforge.net/tracker/index.php?func=detail&aid=3137594&group_id=226244&atid=1067586>
39+ - 3137594 <https://bugs.launchpad.net/zorba/+bug/sf-3137594>
40
41 * XQuery Full-Text is mostly, but not completely, implemented.
42 For details, see following bugs:
43- - 3172383 <https://sourceforge.net/tracker/?func=detail&aid=3172383&group_id=226244&atid=1067586>
44- - 3187470 <https://sourceforge.net/tracker/?func=detail&aid=3187470&group_id=226244&atid=1067586>
45- - 3187462 <https://sourceforge.net/tracker/?func=detail&aid=3187462&group_id=226244&atid=1067586>
46+ - 3172383 <https://bugs.launchpad.net/zorba/+bug/sf-3172383>
47+ - 3187470 <https://bugs.launchpad.net/zorba/+bug/sf-3187470>
48+ - 3187462 <https://bugs.launchpad.net/zorba/+bug/sf-3187462>
49
50 * The serializer currently doesn't implement character maps as specified
51 (http://www.w3.org/TR/xslt-xquery-serialization/#character-maps)
52
53-* In the 2.0 release, setting the CMake variables ZORBA_NO_UNICODE to ON is not supported.
54-
55-* The PHP language binding is not supported on Mac OS X. For details, see the following bug:
56- - https://sourceforge.net/tracker/?func=detail&aid=3371525&group_id=226244&atid=1067586
57-
58-* Generating the XQDoc documentation on Windows using nmake is broken, see the following bug:
59- - https://sourceforge.net/tracker/?func=detail&aid=3393173&group_id=226244&atid=1067586
60-
61-* The Scripting Extension's features break and continue are not implemented if used within
62- a FLWOR Statement.
63+* In the 2.0 release, setting the CMake variables ZORBA_NO_UNICODE to
64+ ON is not supported.
65+
66+* The PHP language binding is not supported on Mac OS X. For details,
67+ see the following bug:
68+ - <https://bugs.launchpad.net/zorba/+bug/sf-3371525>
69+
70+* Generating the XQDoc documentation on Windows using nmake is broken,
71+ see the following bug:
72+ - <https://bugs.launchpad.net/zorba/+bug/sf-3393173>
73+
74+* The Scripting Extension's features break and continue are not
75+ implemented if used within a FLWOR Statement.
76
77=== modified file 'README.txt'
78--- README.txt 2011-07-29 03:26:39 +0000
79+++ README.txt 2011-10-05 08:04:28 +0000
80@@ -23,7 +23,7 @@
81 ---------------
82
83 Bug or error reports should be sent to
84- https://sourceforge.net/tracker/?group_id=226244&atid=1067586
85+ https://bugs.launchpad.net/zorba.
86
87
88 Licensing
89@@ -42,7 +42,7 @@
90
91 o If you have a concrete bug report for Zorba please go to the
92 Zorba's Bug Database and submit your report:
93- https://sourceforge.net/tracker/?group_id=226244&atid=1067586
94+ https://bugs.launchpad.net/zorba.
95
96 o If you want to participate in actively developing Zorba or
97 support Zorba, please write a mail to: zorba-coders@lists.inf.ethz.ch.
98
99=== modified file 'doc/zorba/build_ubuntu.dox'
100--- doc/zorba/build_ubuntu.dox 2011-09-01 03:31:49 +0000
101+++ doc/zorba/build_ubuntu.dox 2011-10-05 08:04:28 +0000
102@@ -9,7 +9,7 @@
103 Install tools
104 \code
105 sudo apt-get update
106-sudo apt-get install subversion build-essential cmake
107+sudo apt-get install subversion bzr build-essential cmake
108 \endcode
109
110 Optional
111@@ -100,7 +100,7 @@
112 \section bu_build_zorba Get and build Zorba
113
114 \code
115-svn co https://zorba.svn.sourceforge.net/svnroot/zorba/trunk/zorba
116+bzr branch lp:zorba
117 cd zorba
118 cmake -Doutdir=../zm -Dallmodules=1 -P modules/DownloadModules.cmake
119 mkdir build
120
121=== modified file 'doc/zorba/ft_intro.dox'
122--- doc/zorba/ft_intro.dox 2011-08-09 02:47:02 +0000
123+++ doc/zorba/ft_intro.dox 2011-10-05 08:04:28 +0000
124@@ -17,10 +17,10 @@
125 The features that are not (completely) implemented are:
126
127 - The <a href="http://www.w3.org/TR/xpath-full-text-10/#ftignoreoption">Ignore Option</a>
128- (bug <a href="https://sourceforge.net/tracker/?func=detail&aid=3187470&group_id=226244&atid=1067586">3187470</a>).
129+ (bug <a href="https://bugs.launchpad.net/zorba/+bug/sf-3187470">3187470</a>).
130 - <a href="http://www.w3.org/TR/xpath-full-text-10/#section-score-variables">Score Variables</a>
131 and <a href="http://www.w3.org/TR/xpath-full-text-10/#section-using-weights">Using Weights Within a Scored FTContainsExpr</a>
132- (bug <a href="https://sourceforge.net/tracker/?func=detail&aid=3187462&group_id=226244&atid=1067586">3187462</a>).
133+ (bug <a href="https://bugs.launchpad.net/zorba/+bug/sf-3187462">3187462</a>).
134
135 */
136 /* vim:set et sw=2 ts=2: */

Subscribers

People subscribed via source and target branches