<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Wed Feb 07 21:18:30 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>MongoDB Jira</title>
    <link>https://jira.mongodb.org</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>9.7.1</version>
        <build-number>970001</build-number>
        <build-date>13-04-2023</build-date>
    </build-info>


<item>
            <title>[CDRIVER-3597] Replace the taglist extension with includes</title>
                <link>https://jira.mongodb.org/browse/CDRIVER-3597</link>
                <project id="10030" key="CDRIVER">C Driver</project>
                    <description>&lt;p&gt;Our docs currently use he taglist extension, which is an archived / unmaintained project (&lt;a href=&quot;https://github.com/spinus/sphinxcontrib-taglist&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/spinus/sphinxcontrib-taglist&lt;/a&gt;), and was the cause of the warning of &lt;a href=&quot;https://jira.mongodb.org/browse/CDRIVER-3594&quot; title=&quot;Documentation build fails with Sphinx 2.4&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-3594&quot;&gt;&lt;del&gt;CDRIVER-3594&lt;/del&gt;&lt;/a&gt;: &lt;/p&gt;

&lt;p&gt;AFAICT, the taglist extension is only used to generate some of the &quot;See Also&quot;&lt;br/&gt;
links on pages, like this one:&lt;br/&gt;
&lt;a href=&quot;http://mongoc.org/libmongoc/current/mongoc_uri_get_auth_mechanism.html#taglist&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://mongoc.org/libmongoc/current/mongoc_uri_get_auth_mechanism.html#taglist&lt;/a&gt;&lt;br/&gt;
generated from:&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-c-driver/blob/1.16.0/src/libmongoc/doc/mongo&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-c-driver/blob/1.16.0/src/libmongoc/doc/mongo&lt;/a&gt;...&lt;/p&gt;

&lt;p&gt;If that&apos;s all it&apos;s used for, let&apos;s remove it. From some quick searching I&lt;br/&gt;
did not see a quick replacement for taglists. But we could do something simpler.&lt;br/&gt;
Replace the lists of links with an include file:&lt;/p&gt;

&lt;p&gt;```&lt;br/&gt;
  .. taglist:: See Also:&lt;br/&gt;
    :tags: authmechanism&lt;br/&gt;
```&lt;/p&gt;

&lt;p&gt;Becomes:&lt;/p&gt;

&lt;p&gt;```&lt;br/&gt;
  .. include:: includes/seealso/authmechanism.txt&lt;br/&gt;
```&lt;/p&gt;

&lt;p&gt;And that file can just have a plain old list.&lt;/p&gt;</description>
                <environment></environment>
        <key id="1298217">CDRIVER-3597</key>
            <summary>Replace the taglist extension with includes</summary>
                <type id="4" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14710&amp;avatarType=issuetype">Improvement</type>
                                            <priority id="4" iconUrl="https://jira.mongodb.org/images/icons/priorities/minor.svg">Minor - P4</priority>
                        <status id="6" iconUrl="https://jira.mongodb.org/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="13201">Fixed</resolution>
                                        <assignee username="roberto.sanchez@mongodb.com">Roberto Sanchez</assignee>
                                    <reporter username="kevin.albertson@mongodb.com">Kevin Albertson</reporter>
                        <labels>
                    </labels>
                <created>Tue, 31 Mar 2020 14:03:41 +0000</created>
                <updated>Sat, 28 Oct 2023 11:28:49 +0000</updated>
                            <resolved>Wed, 14 Oct 2020 00:10:40 +0000</resolved>
                                                    <fixVersion>1.18.0</fixVersion>
                    <fixVersion>1.17.2</fixVersion>
                    <fixVersion>1.18.0-alpha</fixVersion>
                                    <component>docs</component>
                                        <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="3460058" author="xgen-internal-githook" created="Thu, 22 Oct 2020 20:03:06 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Roberto C. S&#225;nchez&apos;, &apos;email&apos;: &apos;roberto@connexer.com&apos;, &apos;username&apos;: &apos;rcsanchez97&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CDRIVER-3597&quot; title=&quot;Replace the taglist extension with includes&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-3597&quot;&gt;&lt;del&gt;CDRIVER-3597&lt;/del&gt;&lt;/a&gt; replace taglist extension with includes, 2&lt;br/&gt;
Branch: r1.17&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-c-driver/commit/2076feca355bd7fd5718fa83cec13e713d5c4d07&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-c-driver/commit/2076feca355bd7fd5718fa83cec13e713d5c4d07&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="3460056" author="xgen-internal-githook" created="Thu, 22 Oct 2020 20:02:06 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Roberto C. S&#225;nchez&apos;, &apos;email&apos;: &apos;roberto@connexer.com&apos;, &apos;username&apos;: &apos;rcsanchez97&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CDRIVER-3597&quot; title=&quot;Replace the taglist extension with includes&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-3597&quot;&gt;&lt;del&gt;CDRIVER-3597&lt;/del&gt;&lt;/a&gt; replace taglist extension with includes, 2&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-c-driver/commit/34decbfead6122ccba2aa47e8924fbe7d42eb700&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-c-driver/commit/34decbfead6122ccba2aa47e8924fbe7d42eb700&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="3444580" author="xgen-internal-githook" created="Wed, 14 Oct 2020 17:18:19 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Roberto C. S&#225;nchez&apos;, &apos;email&apos;: &apos;roberto@connexer.com&apos;, &apos;username&apos;: &apos;rcsanchez97&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CDRIVER-3597&quot; title=&quot;Replace the taglist extension with includes&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-3597&quot;&gt;&lt;del&gt;CDRIVER-3597&lt;/del&gt;&lt;/a&gt; replace taglist extension with includes&lt;br/&gt;
Branch: r1.17&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-c-driver/commit/af91de7f1f6e4cdbaf5f0dd6ea4312fabb7257be&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-c-driver/commit/af91de7f1f6e4cdbaf5f0dd6ea4312fabb7257be&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="3444177" author="kevin.albertson" created="Wed, 14 Oct 2020 14:54:25 +0000"  >&lt;p&gt;Great, let&apos;s cherry pick onto 1.17 for now and add this to the 1.17.2 fixVersion. We&apos;ll do a 1.17.2 release (should be the first Tuesday of November, per our patch release policy).&lt;/p&gt;</comment>
                            <comment id="3443450" author="roberto.sanchez" created="Wed, 14 Oct 2020 00:21:04 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=kevin.albertson&quot; class=&quot;user-hover&quot; rel=&quot;kevin.albertson&quot;&gt;kevin.albertson&lt;/a&gt; I just confirmed that the fix for this ticket fixes the build failure reported in Debian bug 971201.  If you would like to cherry pick commit &lt;tt&gt;d0d511f40&lt;/tt&gt; onto the &lt;tt&gt;r1.17&lt;/tt&gt; branch and then release 1.17.2, then I can build and upload the corresponding Debian package.&lt;/p&gt;</comment>
                            <comment id="3443434" author="xgen-internal-githook" created="Wed, 14 Oct 2020 00:09:04 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Roberto C. S&#225;nchez&apos;, &apos;email&apos;: &apos;roberto@connexer.com&apos;, &apos;username&apos;: &apos;rcsanchez97&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CDRIVER-3597&quot; title=&quot;Replace the taglist extension with includes&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-3597&quot;&gt;&lt;del&gt;CDRIVER-3597&lt;/del&gt;&lt;/a&gt; replace taglist extension with includes&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-c-driver/commit/d0d511f40038b87d2784058d8c8596f0164c6655&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-c-driver/commit/d0d511f40038b87d2784058d8c8596f0164c6655&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="3413183" author="roberto.sanchez" created="Sun, 27 Sep 2020 21:43:58 +0000"  >&lt;p&gt;c.f. &lt;a href=&quot;https://bugs.debian.org/971201&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://bugs.debian.org/971201&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_15850" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hx05r3:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>9223372036854775807</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            </customfields>
    </item>
</channel>
</rss>