Kaydet (Commit) 1ba11134 authored tarafından Andras Timar's avatar Andras Timar

bugs.freedesktop.org -> bugs.libreoffice.org

Change-Id: I56c1190c93333636981acf2dd271515170a8a904
üst 62fd1cfb
......@@ -218,7 +218,7 @@ def get_launchpad_bugs(prefix):
f.write(handle.read())
f.close()
freedesktop = 'http://bugs.freedesktop.org/buglist.cgi'
freedesktop = 'http://bugs.libreoffice.org/buglist.cgi'
abisource = 'http://bugzilla.abisource.com/buglist.cgi' #added for abiword
gnome = 'http://bugzilla.gnome.org/buglist.cgi' # added for gnumeric
kde = 'http://bugs.kde.org/buglist.cgi' # added for koffice/calligra
......
......@@ -17,7 +17,7 @@ my %module_dirname = (
my %bugzillas = (
fdo => "https://bugs.freedesktop.org/show_bug.cgi?id=",
fdo => "https://bugs.libreoffice.org/show_bug.cgi?id=",
bnc => "https://bugzilla.novell.com/show_bug.cgi?id=",
rhbz => "https://bugzilla.redhat.com/show_bug.cgi?id=",
i => "https://issues.apache.org/ooo/show_bug.cgi?id=",
......
......@@ -595,7 +595,7 @@ const OSQLParseNode* OSQLParseTreeIterator::getTableNode( OSQLTables& _rTables,
// and using its m_aSelectColumns
// This is necessary in stuff like "SELECT * FROM tbl1 INNER JOIN (SELECT foo, bar FROM tbl2) AS tbl3"
// so that setSelectColumnName() can expand the "*" correctly.
// See e.g. R_UserAndLastSubscription query of https://bugs.freedesktop.org/attachment.cgi?id=71871
// See e.g. R_UserAndLastSubscription query of https://bugs.libreoffice.org/attachment.cgi?id=71871
}
else
{
......
......@@ -296,7 +296,7 @@ private:
}
};
//https://bugs.freedesktop.org/show_bug.cgi?id=55693
//https://bugs.libreoffice.org/show_bug.cgi?id=55693
//Two capitalized letters are not corrected if dash or slash are directly
//before the two letters
void Test::testAutocorrect()
......
......@@ -75,7 +75,7 @@ void TestBreakIterator::testLineBreaking()
i18n::LineBreakUserOptions aUserOptions;
lang::Locale aLocale;
//See https://bugs.freedesktop.org/show_bug.cgi?id=31271
//See https://bugs.libreoffice.org/show_bug.cgi?id=31271
{
OUString aTest("(some text here)");
......@@ -95,7 +95,7 @@ void TestBreakIterator::testLineBreaking()
}
}
//See https://bugs.freedesktop.org/show_bug.cgi?id=49849
//See https://bugs.libreoffice.org/show_bug.cgi?id=49849
{
const sal_Unicode HEBREW1[] = { 0x05DE, 0x05D9, 0x05DC, 0x05D9, 0x5DD };
OUString aWord(HEBREW1, SAL_N_ELEMENTS(HEBREW1));
......@@ -142,7 +142,7 @@ void TestBreakIterator::testLineBreaking()
}
}
//See https://bugs.freedesktop.org/show_bug.cgi?id=49629
//See https://bugs.libreoffice.org/show_bug.cgi?id=49629
void TestBreakIterator::testWordBoundaries()
{
lang::Locale aLocale;
......@@ -236,7 +236,7 @@ void TestBreakIterator::testWordBoundaries()
CPPUNIT_ASSERT(aBounds.startPos == 88 && aBounds.endPos == 92);
}
//See https://bugs.freedesktop.org/show_bug.cgi?id=49629
//See https://bugs.libreoffice.org/show_bug.cgi?id=49629
sal_Unicode aBreakTests[] = { ' ', 1, 2, 3, 4, 5, 6, 7, 0x91, 0x92, 0x200B, 0xE8FF, 0xF8FF };
for (int mode = i18n::WordType::ANY_WORD; mode <= i18n::WordType::WORD_COUNT; ++mode)
{
......@@ -561,7 +561,7 @@ void TestBreakIterator::testWordBoundaries()
}
}
//See https://bugs.freedesktop.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://issues.apache.org/ooo/show_bug.cgi?id=111152
//See https://issues.apache.org/ooo/show_bug.cgi?id=50172
......@@ -752,7 +752,7 @@ void TestBreakIterator::testWeak()
//A test to ensure that certain ranges and codepoints that are categorized as
//asian remain as asian, so that existing docs that depend on this don't silently
//change font for those asian chars.
//See https://bugs.freedesktop.org/show_bug.cgi?id=38095
//See https://bugs.libreoffice.org/show_bug.cgi?id=38095
void TestBreakIterator::testAsian()
{
lang::Locale aLocale;
......@@ -883,7 +883,7 @@ void TestBreakIterator::testNorthernThai()
// dictionaries, 4.6 does not.
//A test to ensure that our khmer word boundary detection is useful
//https://bugs.freedesktop.org/show_bug.cgi?id=52020
//https://bugs.libreoffice.org/show_bug.cgi?id=52020
void TestBreakIterator::testKhmer()
{
lang::Locale aLocale;
......
......@@ -70,7 +70,7 @@ void TestCharacterClassification::testTitleCase()
}
}
//https://bugs.freedesktop.org/show_bug.cgi?id=69641
//https://bugs.libreoffice.org/show_bug.cgi?id=69641
void TestCharacterClassification::testStringType()
{
lang::Locale aLocale;
......
......@@ -424,7 +424,7 @@ PoHeader::PoHeader( const OString& rExtSrc )
m_pGenPo->setExtractCom("extracted from " + rExtSrc);
m_pGenPo->setMsgStr(
OString("Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?"
"product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: ") + lcl_GetTime() +
OString("\nPO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
......
......@@ -177,7 +177,7 @@
<div id="ReportBugsIssues">
<h2 id="reportbugs" xml:lang="en-US">Reporting Bugs &amp; Issues</h2>
<p id="reportbugs1" xml:lang="en-US">Our system for reporting, tracking and solving bugs is currently BugZilla, kindly hosted at <a href="https://bugs.freedesktop.org/">https://bugs.freedesktop.org/</a>. We encourage all users to feel entitled and welcome to report bugs that may arise on your particular platform. Energetic reporting of bugs is one of the most important contributions that the user community can make to the ongoing development and improvement of ${PRODUCTNAME}.</p>
<p id="reportbugs1" xml:lang="en-US">Our system for reporting, tracking and solving bugs is currently BugZilla, kindly hosted at <a href="https://bugs.libreoffice.org/">https://bugs.libreoffice.org/</a>. We encourage all users to feel entitled and welcome to report bugs that may arise on your particular platform. Energetic reporting of bugs is one of the most important contributions that the user community can make to the ongoing development and improvement of ${PRODUCTNAME}.</p>
</div>
<div id="GettingInvolved">
......
......@@ -49,7 +49,7 @@ void sal_detail_initialize(int argc, char ** argv) {
// On OS X when not sandboxed, soffice can restart itself via exec (see
// restartOnMac in desktop/source/app/app.cxx), which leaves all file
// descriptors open, which in turn can have unwanted effects (see
// <https://bugs.freedesktop.org/show_bug.cgi?id=50603> "Unable to update
// <https://bugs.libreoffice.org/show_bug.cgi?id=50603> "Unable to update
// LibreOffice without resetting user profile"). But closing fds in
// restartOnMac before calling exec does not work, as additional threads
// might still be running then, which can still use those fds and cause
......
......@@ -3291,7 +3291,7 @@ public class TextPortionEnumerationTest
assertFalse("gotoEndOfParagraph(): succeeded", bSuccess);
}
/** See https://bugs.freedesktop.org/show_bug.cgi?id=49629
/** See https://bugs.libreoffice.org/show_bug.cgi?id=49629
ensure that gotoEndOfWord does not fail when footnote is at word end*/
@Test public void testXTextCursor() throws Exception
{
......
......@@ -115,7 +115,7 @@ void SwDocTest::testPageDescName()
CPPUNIT_ASSERT_MESSAGE("GetPageDescName results must be unique", aResults.size() == 3);
}
//See https://bugs.freedesktop.org/show_bug.cgi?id=32463
//See https://bugs.libreoffice.org/show_bug.cgi?id=32463
void SwDocTest::testFileNameFields()
{
//Here's a file name with some chars in it that will be %% encoded, when expanding
......@@ -323,8 +323,8 @@ void SwDocTest::testSwScanner()
CPPUNIT_ASSERT_MESSAGE("Has Text Node", pTxtNode);
//See https://bugs.freedesktop.org/show_bug.cgi?id=40449
//See https://bugs.freedesktop.org/show_bug.cgi?id=39365
//See https://bugs.libreoffice.org/show_bug.cgi?id=40449
//See https://bugs.libreoffice.org/show_bug.cgi?id=39365
//Use a temporary OUString as the arg, as that's the trouble behind
//fdo#40449 and fdo#39365
{
......@@ -404,7 +404,7 @@ void SwDocTest::testSwScanner()
}
//See https://issues.apache.org/ooo/show_bug.cgi?id=89042
//See https://bugs.freedesktop.org/show_bug.cgi?id=53399
//See https://bugs.libreoffice.org/show_bug.cgi?id=53399
{
SwDocStat aDocStat;
......@@ -439,7 +439,7 @@ void SwDocTest::testSwScanner()
CPPUNIT_ASSERT_MESSAGE("Should be 5", aDocStat.nWord == 5);
}
//See https://bugs.freedesktop.org/show_bug.cgi?id=49629
//See https://bugs.libreoffice.org/show_bug.cgi?id=49629
{
SwDocStat aDocStat;
......@@ -488,7 +488,7 @@ void SwDocTest::testSwScanner()
aDocStat.Reset();
}
//See https://bugs.freedesktop.org/show_bug.cgi?id=46757
//See https://bugs.libreoffice.org/show_bug.cgi?id=46757
{
SwDocStat aDocStat;
......@@ -550,7 +550,7 @@ void SwDocTest::testSwScanner()
CPPUNIT_ASSERT_EQUAL(aDocStat.nChar, static_cast<sal_uLong>(0));
}
//See https://bugs.freedesktop.org/show_bug.cgi?id=38983
//See https://bugs.libreoffice.org/show_bug.cgi?id=38983
{
SwDocStat aDocStat;
......@@ -661,7 +661,7 @@ void SwDocTest::testSwScanner()
}
}
//See https://bugs.freedesktop.org/show_bug.cgi?id=40599
//See https://bugs.libreoffice.org/show_bug.cgi?id=40599
void SwDocTest::testGraphicAnchorDeletion()
{
CPPUNIT_ASSERT_MESSAGE("Expected initial 0 count", m_pDoc->GetDocStat().nChar == 0);
......
......@@ -3167,7 +3167,7 @@ namespace
// word, something we map to LATIN, so we consider all weaks chars in that range
// to auto-bias to LATIN.
//
// See https://bugs.freedesktop.org/show_bug.cgi?id=34319 for an example
// See https://bugs.libreoffice.org/show_bug.cgi?id=34319 for an example
void SwWW8ImplReader::emulateMSWordAddTextToParagraph(const OUString& rAddString)
{
if (rAddString.isEmpty())
......
......@@ -7,7 +7,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
// FIX fdo#38246 https://bugs.freedesktop.org/show_bug.cgi?id=38246
// FIX fdo#38246 https://bugs.libreoffice.org/show_bug.cgi?id=38246
// Design proposal: https://wiki.documentfoundation.org/Design/Whiteboards/Comments_Ruler_Control
// TODO Alpha blend border when it doesn't fit in window
// TODO Delayed highlight fading when user moves mouse over and out the control
......
......@@ -660,7 +660,7 @@ TeleConference* TeleManager::startGroupSession( TpAccount *pAccount,
static void lcl_ensureLegacyChannel( TpAccount* pAccount, TpContact* pBuddy )
{
/* This is a workaround for a Telepathy bug.
* <https://bugs.freedesktop.org/show_bug.cgi?id=47760>. The first time you
* <https://bugs.libreoffice.org/show_bug.cgi?id=47760>. The first time you
* request a tube to a contact on an account, you actually get two channels
* back: the tube you asked for, along with a legacy Channel.Type.Tubes
* object. This breaks create_and_handle_channel_async(), which expects to
......
......@@ -406,7 +406,7 @@ Sequence< Sequence< PropertyValue > > SvtHistoryOptions_Impl::GetList( EHistoryT
}
catch(const css::uno::Exception& ex)
{
// <https://bugs.freedesktop.org/show_bug.cgi?id=46074>
// <https://bugs.libreoffice.org/show_bug.cgi?id=46074>
// "FILEOPEN: No Recent Documents..." discusses a problem
// with corrupted /org.openoffice.Office/Histories/Histories
// configuration items; to work around that problem, simply
......@@ -536,7 +536,7 @@ void SvtHistoryOptions_Impl::AppendItem( EHistoryType eHistory ,
}
catch (css::container::NoSuchElementException &)
{
// <https://bugs.freedesktop.org/show_bug.cgi?id=46074>
// <https://bugs.libreoffice.org/show_bug.cgi?id=46074>
// "FILEOPEN: No Recent Documents..." discusses a problem
// with corrupted /org.openoffice.Office/Histories/Histories
// configuration items; to work around that problem, simply
......
......@@ -44,4 +44,4 @@ g) there's more actually unused code then what's listed. The idea is that what's
Symbols that are known to be false alarms are listed in: unusedcode.exclude
[1] http://www.skynet.ie/~caolan/Packages/callcatcher.html
[2] https://bugs.freedesktop.org/show_bug.cgi?id=38832
[2] https://bugs.libreoffice.org/show_bug.cgi?id=38832
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment