Update Apache Bugzilla’s URL

Change-Id: I6ef4ae530b7fb4e615100803ae6e3972d9b4545f
This commit is contained in:
Adolfo Jayme Barrientos
2015-05-19 19:48:11 -05:00
parent 2a886adb50
commit d02c15979b
10 changed files with 28 additions and 28 deletions

View File

@@ -328,7 +328,7 @@ rss_bugzillas = {
# NOTE: I am leaving it in the list, commented out, just so someone # NOTE: I am leaving it in the list, commented out, just so someone
# does not add it back immediately .-) # does not add it back immediately .-)
# 'novell': 'https://bugzilla.novell.com/buglist.cgi', # 'novell': 'https://bugzilla.novell.com/buglist.cgi',
'ooo': 'https://issues.apache.org/ooo/buglist.cgi', 'ooo': 'https://bz.apache.org/ooo/buglist.cgi',
'tdf': 'http://bugs.documentfoundation.org/buglist.cgi', 'tdf': 'http://bugs.documentfoundation.org/buglist.cgi',
} }

View File

@@ -20,7 +20,7 @@ my %bugzillas = (
fdo => "https://bugs.libreoffice.org/show_bug.cgi?id=", fdo => "https://bugs.libreoffice.org/show_bug.cgi?id=",
bnc => "https://bugzilla.novell.com/show_bug.cgi?id=", bnc => "https://bugzilla.novell.com/show_bug.cgi?id=",
rhbz => "https://bugzilla.redhat.com/show_bug.cgi?id=", rhbz => "https://bugzilla.redhat.com/show_bug.cgi?id=",
i => "https://issues.apache.org/ooo/show_bug.cgi?id=", i => "https://bz.apache.org/ooo/show_bug.cgi?id=",
fate => "https://features.opensuse.org/", fate => "https://features.opensuse.org/",
); );

2
external/nss/README vendored
View File

@@ -74,7 +74,7 @@ tools if they use system libraries which are linked with the system
sqlite. Therefore we deliver it into lib/sqlite on unix systems. sqlite. Therefore we deliver it into lib/sqlite on unix systems.
See also issue: See also issue:
[https://issues.apache.org/ooo/show_bug.cgi?id=106132] [https://bz.apache.org/ooo/show_bug.cgi?id=106132]
== system NSS on Linux == == system NSS on Linux ==

View File

@@ -113,7 +113,7 @@ void TestBreakIterator::testLineBreaking()
} }
} }
//See https://issues.apache.org/ooo/show_bug.cgi?id=17155 //See https://bz.apache.org/ooo/show_bug.cgi?id=17155
{ {
OUString aTest("foo /bar/baz"); OUString aTest("foo /bar/baz");
@@ -128,7 +128,7 @@ void TestBreakIterator::testLineBreaking()
} }
} }
//See https://issues.apache.org/ooo/show_bug.cgi?id=19716 //See https://bz.apache.org/ooo/show_bug.cgi?id=19716
{ {
OUString aTest("aaa]aaa"); OUString aTest("aaa]aaa");
@@ -153,7 +153,7 @@ void TestBreakIterator::testWordBoundaries()
i18n::Boundary aBounds; i18n::Boundary aBounds;
//See https://issues.apache.org/ooo/show_bug.cgi?id=11993 //See https://bz.apache.org/ooo/show_bug.cgi?id=11993
{ {
OUString aTest("abcd ef ghi??? KLM"); OUString aTest("abcd ef ghi??? KLM");
@@ -184,7 +184,7 @@ void TestBreakIterator::testWordBoundaries()
CPPUNIT_ASSERT(aBounds.startPos == 16 && aBounds.endPos == 19); CPPUNIT_ASSERT(aBounds.startPos == 16 && aBounds.endPos == 19);
} }
//See https://issues.apache.org/ooo/show_bug.cgi?id=21907 //See https://bz.apache.org/ooo/show_bug.cgi?id=21907
{ {
OUString aTest("b a?"); OUString aTest("b a?");
@@ -201,7 +201,7 @@ void TestBreakIterator::testWordBoundaries()
CPPUNIT_ASSERT(m_xBreak->isEndWord(aTest, 3, aLocale, i18n::WordType::ANYWORD_IGNOREWHITESPACES)); CPPUNIT_ASSERT(m_xBreak->isEndWord(aTest, 3, aLocale, i18n::WordType::ANYWORD_IGNOREWHITESPACES));
} }
//See https://issues.apache.org/ooo/show_bug.cgi?id=14904 //See https://bz.apache.org/ooo/show_bug.cgi?id=14904
{ {
const sal_Unicode TEST[] = const sal_Unicode TEST[] =
{ {
@@ -303,7 +303,7 @@ void TestBreakIterator::testWordBoundaries()
} }
} }
//See https://issues.apache.org/ooo/show_bug.cgi?id=13494 //See https://bz.apache.org/ooo/show_bug.cgi?id=13494
{ {
const OUString aBase("xxAAxxBBxxCCxx"); const OUString aBase("xxAAxxBBxxCCxx");
const sal_Unicode aTests[] = const sal_Unicode aTests[] =
@@ -383,7 +383,7 @@ void TestBreakIterator::testWordBoundaries()
} }
} }
//See https://issues.apache.org/ooo/show_bug.cgi?id=13451 //See https://bz.apache.org/ooo/show_bug.cgi?id=13451
{ {
aLocale.Language = "ca"; aLocale.Language = "ca";
aLocale.Country = "ES"; aLocale.Country = "ES";
@@ -404,7 +404,7 @@ void TestBreakIterator::testWordBoundaries()
CPPUNIT_ASSERT(i == SAL_N_ELEMENTS(aExpected)); CPPUNIT_ASSERT(i == SAL_N_ELEMENTS(aExpected));
} }
//See https://issues.apache.org/ooo/show_bug.cgi?id=85411 //See https://bz.apache.org/ooo/show_bug.cgi?id=85411
for (int j = 0; j < 3; ++j) for (int j = 0; j < 3; ++j)
{ {
switch (j) switch (j)
@@ -446,7 +446,7 @@ void TestBreakIterator::testWordBoundaries()
CPPUNIT_ASSERT(i == SAL_N_ELEMENTS(aExpected)); CPPUNIT_ASSERT(i == SAL_N_ELEMENTS(aExpected));
} }
//https://issues.apache.org/ooo/show_bug.cgi?id=21290 //https://bz.apache.org/ooo/show_bug.cgi?id=21290
for (int j = 0; j < 2; ++j) for (int j = 0; j < 2; ++j)
{ {
switch (j) switch (j)
@@ -487,8 +487,8 @@ void TestBreakIterator::testWordBoundaries()
CPPUNIT_ASSERT(i == SAL_N_ELEMENTS(aExpected)); CPPUNIT_ASSERT(i == SAL_N_ELEMENTS(aExpected));
} }
//See https://issues.apache.org/ooo/show_bug.cgi?id=58513 //See https://bz.apache.org/ooo/show_bug.cgi?id=58513
//See https://bugs.freedesktop.org/show_bug.cgi?id=55707 //See https://bugs.libreoffice.org/show_bug.cgi?id=55707
{ {
aLocale.Language = "fi"; aLocale.Language = "fi";
aLocale.Country = "FI"; aLocale.Country = "FI";
@@ -529,7 +529,7 @@ void TestBreakIterator::testWordBoundaries()
} }
} }
//See https://issues.apache.org/ooo/show_bug.cgi?id=107843 //See https://bz.apache.org/ooo/show_bug.cgi?id=107843
{ {
aLocale.Language = "en"; aLocale.Language = "en";
aLocale.Country = "US"; aLocale.Country = "US";
@@ -547,7 +547,7 @@ void TestBreakIterator::testWordBoundaries()
CPPUNIT_ASSERT(aBounds.startPos == 6 && aBounds.endPos == 9); CPPUNIT_ASSERT(aBounds.startPos == 6 && aBounds.endPos == 9);
} }
//See https://issues.apache.org/ooo/show_bug.cgi?id=113785 //See https://bz.apache.org/ooo/show_bug.cgi?id=113785
{ {
aLocale.Language = "en"; aLocale.Language = "en";
aLocale.Country = "US"; aLocale.Country = "US";
@@ -570,9 +570,9 @@ void TestBreakIterator::testWordBoundaries()
} }
//See https://bugs.libreoffice.org/show_bug.cgi?id=40292 //See https://bugs.libreoffice.org/show_bug.cgi?id=40292
//See https://issues.apache.org/ooo/show_bug.cgi?id=80412 //See https://bz.apache.org/ooo/show_bug.cgi?id=80412
//See https://issues.apache.org/ooo/show_bug.cgi?id=111152 //See https://bz.apache.org/ooo/show_bug.cgi?id=111152
//See https://issues.apache.org/ooo/show_bug.cgi?id=50172 //See https://bz.apache.org/ooo/show_bug.cgi?id=50172
void TestBreakIterator::testGraphemeIteration() void TestBreakIterator::testGraphemeIteration()
{ {
lang::Locale aLocale; lang::Locale aLocale;
@@ -834,7 +834,7 @@ void TestBreakIterator::testThai()
aBounds.startPos == 0 && aBounds.endPos == aTest.getLength()); aBounds.startPos == 0 && aBounds.endPos == aTest.getLength());
} }
//See https://issues.apache.org/ooo/show_bug.cgi?id=29548 //See https://bz.apache.org/ooo/show_bug.cgi?id=29548
//make sure forwards and back are consistent //make sure forwards and back are consistent
{ {
const sal_Unicode THAI[] = const sal_Unicode THAI[] =

View File

@@ -39,7 +39,7 @@ private:
//A test to ensure that our Title Case functionality is working //A test to ensure that our Title Case functionality is working
//http://lists.freedesktop.org/archives/libreoffice/2012-June/032767.html //http://lists.freedesktop.org/archives/libreoffice/2012-June/032767.html
//https://issues.apache.org/ooo/show_bug.cgi?id=30863 //https://bz.apache.org/ooo/show_bug.cgi?id=30863
void TestCharacterClassification::testTitleCase() void TestCharacterClassification::testTitleCase()
{ {
lang::Locale aLocale; lang::Locale aLocale;

View File

@@ -129,7 +129,7 @@ bool StgCompObjStream::Load()
//the actual codepage used doesn't seem to be specified/stored //the actual codepage used doesn't seem to be specified/stored
//anywhere :-(. Might as well pick 1252 and be consistent on //anywhere :-(. Might as well pick 1252 and be consistent on
//all platforms and envs //all platforms and envs
//https://issues.apache.org/ooo/attachment.cgi?id=68668 //https://bz.apache.org/ooo/attachment.cgi?id=68668
//for a good edge-case example //for a good edge-case example
aUserName = nStrLen ? OUString( p.get(), nStrLen, RTL_TEXTENCODING_MS_1252 ) : OUString(); aUserName = nStrLen ? OUString( p.get(), nStrLen, RTL_TEXTENCODING_MS_1252 ) : OUString();
nCbFormat = ReadClipboardFormat( *this ); nCbFormat = ReadClipboardFormat( *this );

View File

@@ -401,7 +401,7 @@ void SmParser::NextToken()
// Try to parse a number. This should be independent from the locale // Try to parse a number. This should be independent from the locale
// setting, so temporarily set the language to English. // setting, so temporarily set the language to English.
// See https://issues.apache.org/ooo/show_bug.cgi?id=45779 // See https://bz.apache.org/ooo/show_bug.cgi?id=45779
LanguageTag aOldLoc(aCC.getLanguageTag()); LanguageTag aOldLoc(aCC.getLanguageTag());
aCC.setLanguageTag(LanguageTag(m_aDotLoc)); aCC.setLanguageTag(LanguageTag(m_aDotLoc));
aRes = aCC.parsePredefinedToken(KParseType::ASC_NUMBER, aRes = aCC.parsePredefinedToken(KParseType::ASC_NUMBER,
@@ -1409,8 +1409,8 @@ void SmParser::Term(bool bGroupNumberIdent)
// although e.g. LaTeX or AsciiMath interpret that as "x_2 n". // although e.g. LaTeX or AsciiMath interpret that as "x_2 n".
// The tokenizer skips whitespaces so we need some additional // The tokenizer skips whitespaces so we need some additional
// work to distinguish from "x_2 n". // work to distinguish from "x_2 n".
// See https://issues.apache.org/ooo/show_bug.cgi?id=11752 and // See https://bz.apache.org/ooo/show_bug.cgi?id=11752 and
// https://www.libreoffice.org/bugzilla/show_bug.cgi?id=55853 // https://bugs.libreoffice.org/show_bug.cgi?id=55853
sal_Int32 nBufLen = m_aBufferString.getLength(); sal_Int32 nBufLen = m_aBufferString.getLength();
CharClass aCC(SM_MOD()->GetSysLocale().GetLanguageTag()); CharClass aCC(SM_MOD()->GetSysLocale().GetLanguageTag());
sal_Int32 nTokens = 1; sal_Int32 nTokens = 1;

View File

@@ -445,7 +445,7 @@ void Test::testFdo60915()
} }
} }
// https://issues.apache.org/ooo/show_bug.cgi?id=116701 // https://bz.apache.org/ooo/show_bug.cgi?id=116701
void Test::testI116701() void Test::testI116701()
{ {
LanguageType eLang = LANGUAGE_CHINESE_TRADITIONAL; LanguageType eLang = LANGUAGE_CHINESE_TRADITIONAL;

View File

@@ -639,7 +639,7 @@ void SwDocTest::testSwScanner()
CPPUNIT_ASSERT_MESSAGE("128 characters", aDocStat.nChar == 128); CPPUNIT_ASSERT_MESSAGE("128 characters", aDocStat.nChar == 128);
} }
//See https://issues.apache.org/ooo/show_bug.cgi?id=89042 //See https://bz.apache.org/ooo/show_bug.cgi?id=89042
//See https://bugs.libreoffice.org/show_bug.cgi?id=53399 //See https://bugs.libreoffice.org/show_bug.cgi?id=53399
{ {
SwDocStat aDocStat; SwDocStat aDocStat;

View File

@@ -190,7 +190,7 @@ DECLARE_WW8IMPORT_TEST(testAllGapsWord, "all_gaps_word.doc")
DECLARE_WW8IMPORT_TEST(testI120158, "i120158.doc") DECLARE_WW8IMPORT_TEST(testI120158, "i120158.doc")
{ {
// See https://issues.apache.org/ooo/show_bug.cgi?id=120158 // See https://bz.apache.org/ooo/show_bug.cgi?id=120158
uno::Reference<text::XTextDocument> textDocument(mxComponent, uno::UNO_QUERY); uno::Reference<text::XTextDocument> textDocument(mxComponent, uno::UNO_QUERY);
uno::Reference<container::XEnumerationAccess> paraEnumAccess(textDocument->getText(), uno::UNO_QUERY); uno::Reference<container::XEnumerationAccess> paraEnumAccess(textDocument->getText(), uno::UNO_QUERY);
// list of paragraphs // list of paragraphs