[Libreoffice-commits] core.git: bin/get-bugzilla-attachments-by-mimetype bin/lo-commit-stat connectivity/source editeng/qa i18npool/qa l10ntools/source readlicense_oo/docs sal/osl sw/qa sw/source tubes/source unotools/source unusedcode.README

Andras Timar andras.timar at collabora.com
Sat Nov 16 23:33:33 PST 2013


 bin/get-bugzilla-attachments-by-mimetype             |    2 +-
 bin/lo-commit-stat                                   |    2 +-
 connectivity/source/parse/sqliterator.cxx            |    2 +-
 editeng/qa/unit/core-test.cxx                        |    2 +-
 i18npool/qa/cppunit/test_breakiterator.cxx           |   14 +++++++-------
 i18npool/qa/cppunit/test_characterclassification.cxx |    2 +-
 l10ntools/source/po.cxx                              |    2 +-
 readlicense_oo/docs/readme.xrm                       |    2 +-
 sal/osl/unx/salinit.cxx                              |    2 +-
 sw/qa/complex/writer/TextPortionEnumerationTest.java |    2 +-
 sw/qa/core/uwriter.cxx                               |   16 ++++++++--------
 sw/source/filter/ww8/ww8par.cxx                      |    2 +-
 sw/source/ui/misc/swruler.cxx                        |    2 +-
 tubes/source/manager.cxx                             |    2 +-
 unotools/source/config/historyoptions.cxx            |    4 ++--
 unusedcode.README                                    |    2 +-
 16 files changed, 30 insertions(+), 30 deletions(-)

New commits:
commit 1ba111343eadfc9da58e229d0bc19222819229fd
Author: Andras Timar <andras.timar at collabora.com>
Date:   Sun Nov 17 08:33:01 2013 +0100

    bugs.freedesktop.org -> bugs.libreoffice.org
    
    Change-Id: I56c1190c93333636981acf2dd271515170a8a904

diff --git a/bin/get-bugzilla-attachments-by-mimetype b/bin/get-bugzilla-attachments-by-mimetype
index a45281d..f0a6e9c 100755
--- a/bin/get-bugzilla-attachments-by-mimetype
+++ b/bin/get-bugzilla-attachments-by-mimetype
@@ -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
diff --git a/bin/lo-commit-stat b/bin/lo-commit-stat
index fadca4e..a372eea 100755
--- a/bin/lo-commit-stat
+++ b/bin/lo-commit-stat
@@ -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=",
diff --git a/connectivity/source/parse/sqliterator.cxx b/connectivity/source/parse/sqliterator.cxx
index a2f9cc4..e388676 100644
--- a/connectivity/source/parse/sqliterator.cxx
+++ b/connectivity/source/parse/sqliterator.cxx
@@ -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
                 {
diff --git a/editeng/qa/unit/core-test.cxx b/editeng/qa/unit/core-test.cxx
index d0437f4..053e647 100644
--- a/editeng/qa/unit/core-test.cxx
+++ b/editeng/qa/unit/core-test.cxx
@@ -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()
diff --git a/i18npool/qa/cppunit/test_breakiterator.cxx b/i18npool/qa/cppunit/test_breakiterator.cxx
index a81475b..56b105c 100644
--- a/i18npool/qa/cppunit/test_breakiterator.cxx
+++ b/i18npool/qa/cppunit/test_breakiterator.cxx
@@ -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;
diff --git a/i18npool/qa/cppunit/test_characterclassification.cxx b/i18npool/qa/cppunit/test_characterclassification.cxx
index 10e77f5..f3f7342 100644
--- a/i18npool/qa/cppunit/test_characterclassification.cxx
+++ b/i18npool/qa/cppunit/test_characterclassification.cxx
@@ -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;
diff --git a/l10ntools/source/po.cxx b/l10ntools/source/po.cxx
index c7f92d8..fd60509 100644
--- a/l10ntools/source/po.cxx
+++ b/l10ntools/source/po.cxx
@@ -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"
diff --git a/readlicense_oo/docs/readme.xrm b/readlicense_oo/docs/readme.xrm
index e6c1f39..e240d3c 100755
--- a/readlicense_oo/docs/readme.xrm
+++ b/readlicense_oo/docs/readme.xrm
@@ -177,7 +177,7 @@
 
 		<div id="ReportBugsIssues">
 			<h2 id="reportbugs" xml:lang="en-US">Reporting Bugs & 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">
diff --git a/sal/osl/unx/salinit.cxx b/sal/osl/unx/salinit.cxx
index d612dbd..07c0955 100644
--- a/sal/osl/unx/salinit.cxx
+++ b/sal/osl/unx/salinit.cxx
@@ -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
diff --git a/sw/qa/complex/writer/TextPortionEnumerationTest.java b/sw/qa/complex/writer/TextPortionEnumerationTest.java
index 40985ea..37becf1 100644
--- a/sw/qa/complex/writer/TextPortionEnumerationTest.java
+++ b/sw/qa/complex/writer/TextPortionEnumerationTest.java
@@ -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
     {
diff --git a/sw/qa/core/uwriter.cxx b/sw/qa/core/uwriter.cxx
index c17ae9a..3a7a8d4 100644
--- a/sw/qa/core/uwriter.cxx
+++ b/sw/qa/core/uwriter.cxx
@@ -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);
diff --git a/sw/source/filter/ww8/ww8par.cxx b/sw/source/filter/ww8/ww8par.cxx
index 50290c9..66b6886 100644
--- a/sw/source/filter/ww8/ww8par.cxx
+++ b/sw/source/filter/ww8/ww8par.cxx
@@ -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())
diff --git a/sw/source/ui/misc/swruler.cxx b/sw/source/ui/misc/swruler.cxx
index b076dc8..914231b 100644
--- a/sw/source/ui/misc/swruler.cxx
+++ b/sw/source/ui/misc/swruler.cxx
@@ -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
diff --git a/tubes/source/manager.cxx b/tubes/source/manager.cxx
index 7d4ee5a..28cac9c 100644
--- a/tubes/source/manager.cxx
+++ b/tubes/source/manager.cxx
@@ -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
diff --git a/unotools/source/config/historyoptions.cxx b/unotools/source/config/historyoptions.cxx
index def2ed4..404b409 100644
--- a/unotools/source/config/historyoptions.cxx
+++ b/unotools/source/config/historyoptions.cxx
@@ -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
diff --git a/unusedcode.README b/unusedcode.README
index a5ffd87..e957238 100644
--- a/unusedcode.README
+++ b/unusedcode.README
@@ -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


More information about the Libreoffice-commits mailing list