CINXE.COM
Bugs : Open Library
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr"> <head> <base href="https://bugs.launchpad.net/openlibrary/+bugs" /> <meta charset="UTF-8" /> <title>Bugs : Open Library</title> <link rel="apple-touch-icon" sizes="180x180" href="/@@/apple-touch-icon.png?v=2022" /> <link rel="icon" type="image/png" sizes="32x32" href="/@@/favicon-32x32.png?v=2022" /> <link rel="icon" type="image/png" sizes="16x16" href="/@@/favicon-16x16.png?v=2022" /> <link rel="manifest" href="/@@/site.webmanifest?v=2022" /> <link rel="mask-icon" href="/@@/safari-pinned-tab.svg?v=2022" color="#e9531f" /> <link rel="shortcut icon" href="/@@/favicon.ico?v=2022" /> <meta name="msapplication-TileColor" content="#da532c" /> <meta name="msapplication-config" content="/@@/browserconfig.xml?v=2022" /> <meta name="theme-color" content="#ffffff" /> <link rel="alternate" type="application/atom+xml" href="http://feeds.launchpad.net/openlibrary/latest-bugs.atom" title="Latest Bugs for Open Library" /> <link type="text/css" rel="stylesheet" media="screen, print" href="/+icing/rev22ade00ab50b929fac63b8ee7252243aceda294a/combo.css" /> <meta name="description" content="PLEASE NOTE: We are now tracking issues on GITHUB. Please feel free to enter issues or bugs over there. Thank you! https://github.com/internetarchive/openlibrary/issues" /> <meta property="og:description" content="PLEASE NOTE: We are now tracking issues on GITHUB. Please feel free to enter issues or bugs over there. Thank you! https://github.com/internetarchive/openlibrary/issues" /> <meta property="og:title" content="Bugs : Open Library" /> <meta property="og:type" content="website" /> <meta property="og:image" content="/@@/launchpad-og-image.png" /> <meta property="og:url" content="https://bugs.launchpad.net/openlibrary/+bugs" /> <meta property="og:site_name" content="Launchpad" /> <script type="text/javascript"> var LP = { cache: {}, links: {} }; </script> <script type="text/javascript">var cookie_scope = '; Path=/; Secure; Domain=.launchpad.net';</script> <script type="text/javascript" src="/+combo/rev22ade00ab50b929fac63b8ee7252243aceda294a/?yui/yui/yui-min.js&lp/meta.js&yui/loader/loader-min.js"></script> <script type="text/javascript"> var raw = null; if (LP.devmode) { raw = 'raw'; } YUI.GlobalConfig = { combine: true, comboBase: '/+combo/rev22ade00ab50b929fac63b8ee7252243aceda294a/?', root: 'yui/', filter: raw, debug: false, fetchCSS: false, maxURLLength: 2000, groups: { lp: { combine: true, base: '/+combo/rev22ade00ab50b929fac63b8ee7252243aceda294a/?lp/', comboBase: '/+combo/rev22ade00ab50b929fac63b8ee7252243aceda294a/?', root: 'lp/', // comes from including lp/meta.js modules: LP_MODULES, fetchCSS: false } } }</script> <script type="text/javascript"> // we need this to create a single YUI instance all events and code // talks across. All instances of YUI().use should be based off of // LPJS instead. var LPJS = new YUI(); </script> <script id="base-layout-load-scripts" type="text/javascript"> //<![CDATA[ LPJS.use('base', 'node', 'console', 'event', 'oop', 'lp', 'lp.app.foldables','lp.app.sorttable', 'lp.app.inlinehelp', 'lp.app.links', 'lp.bugs.bugtask_index', 'lp.bugs.subscribers', 'lp.app.ellipsis', 'lp.code.branchmergeproposal.diff', 'lp.views.global', function(Y) { Y.on("domready", function () { var global_view = new Y.lp.views.Global(); global_view.render(); Y.lp.app.sorttable.SortTable.init(); Y.lp.app.inlinehelp.init_help(); Y.lp.activate_collapsibles(); Y.lp.app.foldables.activate(); Y.lp.app.links.check_valid_lp_links(); }); Y.on('lp:context:web_link:changed', function(e) { window.location = e.new_value; }); }); //]]> </script> <script id="base-helper-functions" type="text/javascript"> //<![CDATA[ // This code is pulled from lp.js that needs to be available on every // request. Pulling here to get it outside the scope of the YUI block. function setFocusByName(name) { // Focus the first element matching the given name which can be focused. var nodes = document.getElementsByName(name); var i, node; for (i = 0; i < nodes.length; i++) { node = nodes[i]; if (node.focus) { try { // Trying to focus a hidden element throws an error in IE8. if (node.offsetHeight !== 0) { node.focus(); } } catch (e) { LPJS.use('console', function(Y) { Y.log('In setFocusByName(<' + node.tagName + ' type=' + node.type + '>): ' + e); }); } break; } } } function selectWidget(widget_name, event) { if (event && (event.keyCode === 9 || event.keyCode === 13)) { // Avoid firing if user is tabbing through or simply pressing // enter to submit the form. return; } document.getElementById(widget_name).checked = true; } //]]> </script> <script type="text/javascript"> LPJS.use('lp.registry.structural_subscription', function(Y) { Y.on('domready', function() { Y.lp.registry.structural_subscription.setup( {content_box: "#structural-subscription-content-box"}); }); }); </script> <script type="text/javascript"> LPJS.use('lp.bugs.buglisting', function(Y) { Y.on('domready', function() { var view = new Y.lp.bugs.buglisting.TableView({ active_sort_key: LP.cache.order_by, sort_keys: LP.cache.sort_keys }); view.render(); }) }); </script> </head> <body id="document" itemscope="" itemtype="http://schema.org/WebPage" class="tab-bugs main_side public yui3-skin-sam"> <div class="yui-d0"> <div id="locationbar" class="login-logout"> <div id="logincontrol"><a href="https://bugs.launchpad.net/openlibrary/+login">Log in / Register</a></div> </div><!--id="locationbar"--> <div id="watermark" class="watermark-apps-portlet"> <div> <a href="https://launchpad.net/openlibrary"><img alt="" width="64" height="64" src="https://launchpadlibrarian.net/35799906/ol-launchpad.png" /></a> </div> <div class="wide"> <h2 id="watermark-heading"><a href="https://launchpad.net/openlibrary">Open Library</a></h2> </div> <!-- Application Menu --> <ul class="facetmenu"> <li class="overview"><a href="https://launchpad.net/openlibrary">Overview</a></li> <li class="branches"><a href="https://code.launchpad.net/openlibrary">Code</a></li> <li class="bugs active"><span>Bugs</span></li> <li class="specifications"><a href="https://blueprints.launchpad.net/openlibrary">Blueprints</a></li> <li class="translations"><a href="https://translations.launchpad.net/openlibrary">Translations</a></li> <li class="answers"><a href="https://answers.launchpad.net/openlibrary">Answers</a></li> </ul> </div> <div class="yui-t4"> <div id="maincontent" class="yui-main"> <div class="yui-b" dir="ltr"> <div class="context-publication"> <div id="registration" class="registering"> </div> </div> <div id="request-notifications"> </div> <div> <div class="top-portlet"> <div> <div id="bugs-search-form" class="dynamic_bug_listing" action=""> <form method="get" name="search" class="primary search dynamic_bug_listing" action=""> <p> <input class="textType" id="field.searchtext" name="field.searchtext" size="20" type="text" value="" /> <input type="submit" name="search" value="Search" /> <input class="hiddenType" id="field.status" name="field.status:list" type="hidden" value="NEW" /> <input class="hiddenType" id="field.status" name="field.status:list" type="hidden" value="INCOMPLETE_WITH_RESPONSE" /> <input class="hiddenType" id="field.status" name="field.status:list" type="hidden" value="INCOMPLETE_WITHOUT_RESPONSE" /> <input class="hiddenType" id="field.status" name="field.status:list" type="hidden" value="CONFIRMED" /> <input class="hiddenType" id="field.status" name="field.status:list" type="hidden" value="TRIAGED" /> <input class="hiddenType" id="field.status" name="field.status:list" type="hidden" value="INPROGRESS" /> <input class="hiddenType" id="field.status" name="field.status:list" type="hidden" value="FIXCOMMITTED" /> <input class="hiddenType" id="field.assignee" name="field.assignee" type="hidden" value="" /> <input class="hiddenType" id="field.bug_reporter" name="field.bug_reporter" type="hidden" value="" /> <input class="hiddenType" id="field.omit_dupes" name="field.omit_dupes" type="hidden" value="on" /> <input class="hiddenType" id="field.has_patch" name="field.has_patch" type="hidden" value="" /> <input class="hiddenType" id="field.has_no_package" name="field.has_no_package" type="hidden" value="" /> <a href="?advanced=1">Advanced search</a> </p> <div> </div> </form> </div> <div id="bugs-table-listing"> <div class="lesser"><table style="width: 100%;" class="upper-batch-nav"> <tbody> <tr> <td style="white-space: nowrap" class="batch-navigation-index"> <strong>1</strong> → <strong>75</strong> of 294 results </td> <td style="text-align: right; white-space: nowrap" class="batch-navigation-links"> <span class="first inactive">First</span> • <span class="previous inactive">Previous</span> • <a class="next" rel="next" href="https://bugs.launchpad.net/openlibrary/+bugs?memo=75&start=75" id="upper-batch-nav-batchnav-next"><strong>Next</strong></a> • <a class="last" rel="last" href="https://bugs.launchpad.net/openlibrary/+bugs?direction=backwards&start=225" id="upper-batch-nav-batchnav-last">Last</a> </td> </tr> </tbody> </table> </div> <div id="bugs-orderby"></div> <div id="client-listing"><div class="listing"> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceCRITICAL"> Critical </div> <div class="status statusINPROGRESS"> In Progress </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#513532</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/513532" class="bugtitle">Manage potential matches when Adding Books</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Open Library </span> <span class="bug-heat-icons"> <span class="sprite flame">8</span> </span> <span class="bug-related-icons"> <a href="https://launchpad.net/openlibrary/+milestone/general-bucket" alt="milestone general-bucket" title="Linked to milestone general-bucket" class="sprite milestone"></a> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceCRITICAL"> Critical </div> <div class="status statusNEW"> New </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#600018</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/600018" class="bugtitle">Make PostgreSQL replicable on Open Library</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Open Library </span> <span class="bug-heat-icons"> <span class="sprite flame">8</span> </span> <span class="bug-related-icons"> <a href="https://launchpad.net/openlibrary/+milestone/stability-july-28" alt="milestone stability-july-28" title="Linked to milestone stability-july-28" class="sprite milestone"></a> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceHIGH"> High </div> <div class="status statusCONFIRMED"> Confirmed </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#236947</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/236947" class="bugtitle">Release Search API enhancements</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Open Library </span> <span class="bug-heat-icons"> <span class="sprite flame">28</span> </span> <span class="bug-related-icons"> <a href="https://launchpad.net/openlibrary/+milestone/general-bucket" alt="milestone general-bucket" title="Linked to milestone general-bucket" class="sprite milestone"></a> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceHIGH"> High </div> <div class="status statusCONFIRMED"> Confirmed </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#314193</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/314193" class="bugtitle">adding query syntax to check for existance of a value in a field, especially uri field</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Open Library </span> <span class="bug-heat-icons"> <span class="sprite flame">2</span> </span> <span class="bug-related-icons"> <a href="https://launchpad.net/openlibrary/+milestone/bib" alt="milestone bib" title="Linked to milestone bib" class="sprite milestone"></a> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceHIGH"> High </div> <div class="status statusCONFIRMED"> Confirmed </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#352385</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/352385" class="bugtitle">put all OL services under upstart</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Open Library </span> <span class="bug-heat-icons"> <span class="sprite flame">2</span> </span> <span class="bug-related-icons"> <a href="https://launchpad.net/openlibrary/+milestone/stability-july-28" alt="milestone stability-july-28" title="Linked to milestone stability-july-28" class="sprite milestone"></a> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceHIGH"> High </div> <div class="status statusCONFIRMED"> Confirmed </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#395686</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/395686" class="bugtitle">Version missing from versions table</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Open Library </span> <span class="bug-heat-icons"> <span class="sprite flame">16</span> </span> <span class="bug-related-icons"> <a href="https://launchpad.net/openlibrary/+milestone/general-bucket" alt="milestone general-bucket" title="Linked to milestone general-bucket" class="sprite milestone"></a> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceHIGH"> High </div> <div class="status statusCONFIRMED"> Confirmed </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#409568</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/409568" class="bugtitle">Redirect script for parsing different IDs to OL records</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Open Library </span> <span class="bug-heat-icons"> <span class="sprite flame">8</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceHIGH"> High </div> <div class="status statusCONFIRMED"> Confirmed </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#485080</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/485080" class="bugtitle">Admin tools</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Open Library </span> <span class="bug-heat-icons"> <span class="sprite flame">6</span> </span> <span class="bug-related-icons"> <a href="https://launchpad.net/openlibrary/+milestone/general-bucket" alt="milestone general-bucket" title="Linked to milestone general-bucket" class="sprite milestone"></a> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceHIGH"> High </div> <div class="status statusCONFIRMED"> Confirmed </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#515733</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/515733" class="bugtitle">Revert breaks the connection between an Edition and its Work (should retain)</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Open Library </span> <span class="bug-heat-icons"> <span class="sprite flame">10</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceHIGH"> High </div> <div class="status statusCONFIRMED"> Confirmed </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#523320</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/523320" class="bugtitle">Edit button does a revert</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Open Library </span> <span class="bug-heat-icons"> <span class="sprite flame">6</span> </span> <span class="bug-related-icons"> <a href="https://launchpad.net/openlibrary/+milestone/general-bucket" alt="milestone general-bucket" title="Linked to milestone general-bucket" class="sprite milestone"></a> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceHIGH"> High </div> <div class="status statusNEW"> New </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#540866</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/540866" class="bugtitle">strip accent characters in solr index</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Open Library </span> <span class="bug-heat-icons"> <span class="sprite flame">6</span> </span> <span class="bug-related-icons"> <a href="https://launchpad.net/openlibrary/+milestone/general-bucket" alt="milestone general-bucket" title="Linked to milestone general-bucket" class="sprite milestone"></a> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceHIGH"> High </div> <div class="status statusINPROGRESS"> In Progress </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#551354</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/551354" class="bugtitle">Investigate why we only have 400k IA full text works results</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Open Library </span> <span class="bug-heat-icons"> <span class="sprite flame">6</span> </span> <span class="bug-related-icons"> <a href="https://launchpad.net/openlibrary/+milestone/general-bucket" alt="milestone general-bucket" title="Linked to milestone general-bucket" class="sprite milestone"></a> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceHIGH"> High </div> <div class="status statusCONFIRMED"> Confirmed </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#557674</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/557674" class="bugtitle">Multiple authors showing up as author unknown</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Open Library </span> <span class="bug-heat-icons"> <span class="sprite flame">6</span> </span> <span class="bug-related-icons"> <a href="https://launchpad.net/openlibrary/+milestone/general-bucket" alt="milestone general-bucket" title="Linked to milestone general-bucket" class="sprite milestone"></a> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceHIGH"> High </div> <div class="status statusNEW"> New </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#576443</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/576443" class="bugtitle">Optimize Add Book author dropdown</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Open Library </span> <span class="bug-heat-icons"> <span class="sprite flame">6</span> </span> <span class="bug-related-icons"> <a href="https://launchpad.net/openlibrary/+milestone/general-bucket" alt="milestone general-bucket" title="Linked to milestone general-bucket" class="sprite milestone"></a> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceHIGH"> High </div> <div class="status statusNEW"> New </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#583653</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/583653" class="bugtitle">5 identical editions of the same Work from the same source?</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Open Library </span> <span class="bug-heat-icons"> <span class="sprite flame">6</span> </span> <span class="bug-related-icons"> <a href="https://launchpad.net/openlibrary/+milestone/general-bucket" alt="milestone general-bucket" title="Linked to milestone general-bucket" class="sprite milestone"></a> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceHIGH"> High </div> <div class="status statusNEW"> New </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#595367</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/595367" class="bugtitle">daisy encryption check should handle error conditions</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Open Library </span> <span class="bug-heat-icons"> <span class="sprite flame">6</span> </span> <span class="bug-related-icons"> <a href="https://launchpad.net/openlibrary/+milestone/general-bucket" alt="milestone general-bucket" title="Linked to milestone general-bucket" class="sprite milestone"></a> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceHIGH"> High </div> <div class="status statusCONFIRMED"> Confirmed </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#596975</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/596975" class="bugtitle">Add a redirect line to catch certain events</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Open Library </span> <span class="bug-heat-icons"> <span class="sprite flame">6</span> </span> <span class="bug-related-icons"> <a href="https://launchpad.net/openlibrary/+milestone/lending" alt="milestone lending" title="Linked to milestone lending" class="sprite milestone"></a> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceHIGH"> High </div> <div class="status statusCONFIRMED"> Confirmed </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#599446</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/599446" class="bugtitle">Recalculate the eBook total count on subject pages</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Open Library </span> <span class="bug-heat-icons"> <span class="sprite flame">6</span> </span> <span class="bug-related-icons"> <a href="https://launchpad.net/openlibrary/+milestone/general-bucket" alt="milestone general-bucket" title="Linked to milestone general-bucket" class="sprite milestone"></a> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceHIGH"> High </div> <div class="status statusNEW"> New </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#605121</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/605121" class="bugtitle">Import Librivox editions (and updates)</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Open Library </span> <span class="bug-heat-icons"> <span class="sprite flame">6</span> </span> <span class="bug-related-icons"> <a href="https://launchpad.net/openlibrary/+milestone/bib" alt="milestone bib" title="Linked to milestone bib" class="sprite milestone"></a> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceHIGH"> High </div> <div class="status statusCONFIRMED"> Confirmed </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#605127</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/605127" class="bugtitle">Don't add empty authors to works</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Open Library </span> <span class="bug-heat-icons"> <span class="sprite flame">6</span> </span> <span class="bug-related-icons"> <a href="https://launchpad.net/openlibrary/+milestone/general-bucket" alt="milestone general-bucket" title="Linked to milestone general-bucket" class="sprite milestone"></a> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceHIGH"> High </div> <div class="status statusCONFIRMED"> Confirmed </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#611431</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/611431" class="bugtitle">Work description lost when WorkBot replaces work with redirect</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Open Library </span> <span class="bug-heat-icons"> <span class="sprite flame">6</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceHIGH"> High </div> <div class="status statusCONFIRMED"> Confirmed </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#618851</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/618851" class="bugtitle">Author drop down should include alternate names</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Open Library </span> <span class="bug-heat-icons"> <span class="sprite flame">6</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceHIGH"> High </div> <div class="status statusNEW"> New </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#619539</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/619539" class="bugtitle">Work finder might be deleting subject tags</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Open Library </span> <span class="bug-heat-icons"> <span class="sprite flame">6</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceHIGH"> High </div> <div class="status statusNEW"> New </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#619566</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/619566" class="bugtitle">Finish running the work finder and make sure every author has at least 1 work</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Open Library </span> <span class="bug-heat-icons"> <span class="sprite flame">6</span> </span> <span class="bug-related-icons"> <a href="https://launchpad.net/openlibrary/+milestone/general-bucket" alt="milestone general-bucket" title="Linked to milestone general-bucket" class="sprite milestone"></a> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceHIGH"> High </div> <div class="status statusCONFIRMED"> Confirmed </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#655270</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/655270" class="bugtitle">query.json returns redirect when asking for authors</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Open Library </span> <span class="bug-heat-icons"> <span class="sprite flame">6</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceHIGH"> High </div> <div class="status statusCONFIRMED"> Confirmed </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#655895</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/655895" class="bugtitle">fix editions with works marked as redirects</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Open Library </span> <span class="bug-heat-icons"> <span class="sprite flame">6</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceHIGH"> High </div> <div class="status statusCONFIRMED"> Confirmed </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#690785</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/690785" class="bugtitle">Deleting a single edition work should delete the edition AND the work</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Open Library </span> <span class="bug-heat-icons"> <span class="sprite flame">6</span> </span> <span class="bug-related-icons"> <a href="https://launchpad.net/openlibrary/+milestone/general-bucket" alt="milestone general-bucket" title="Linked to milestone general-bucket" class="sprite milestone"></a> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceHIGH"> High </div> <div class="status statusNEW"> New </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#690790</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/690790" class="bugtitle">Record deletions should be hidden from the Around The Library view of recent changes</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Open Library </span> <span class="bug-heat-icons"> <span class="sprite flame">6</span> </span> <span class="bug-related-icons"> <a href="https://launchpad.net/openlibrary/+milestone/general-bucket" alt="milestone general-bucket" title="Linked to milestone general-bucket" class="sprite milestone"></a> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceHIGH"> High </div> <div class="status statusCONFIRMED"> Confirmed </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#704097</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/704097" class="bugtitle">lending: if book is not available to borrow, offer to add it to "my books to borrow" list</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Open Library </span> <span class="bug-heat-icons"> <span class="sprite flame">6</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceHIGH"> High </div> <div class="status statusCONFIRMED"> Confirmed </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#723470</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/723470" class="bugtitle">add authors and works to more archive.org scanned books</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Open Library </span> <span class="bug-heat-icons"> <span class="sprite flame">6</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceMEDIUM"> Medium </div> <div class="status statusCONFIRMED"> Confirmed </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#127793</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/127793" class="bugtitle">Scanned books marked as serials aren't included in Open Library</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Open Library </span> <span class="bug-heat-icons"> <span class="sprite flame">10</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceMEDIUM"> Medium </div> <div class="status statusINPROGRESS"> In Progress </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#128398</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/128398" class="bugtitle">RDF/XML export</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Open Library </span> <span class="bug-heat-icons"> <span class="sprite flame">2</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceMEDIUM"> Medium </div> <div class="status statusCONFIRMED"> Confirmed </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#128399</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/128399" class="bugtitle">Produce Regular Data Dumps - full & incremental</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Open Library </span> <span class="bug-heat-icons"> <span class="sprite flame">22</span> </span> <span class="bug-related-icons"> <a href="https://launchpad.net/openlibrary/+milestone/stability-july-28" alt="milestone stability-july-28" title="Linked to milestone stability-july-28" class="sprite milestone"></a> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceMEDIUM"> Medium </div> <div class="status statusCONFIRMED"> Confirmed </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#128411</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/128411" class="bugtitle">get more publishers</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Open Library </span> <span class="bug-heat-icons"> <span class="sprite flame">2</span> </span> <span class="bug-related-icons"> <a href="https://launchpad.net/openlibrary/+milestone/1.0" alt="milestone 1.0" title="Linked to milestone 1.0" class="sprite milestone"></a> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceMEDIUM"> Medium </div> <div class="status statusCONFIRMED"> Confirmed </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#151151</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/151151" class="bugtitle">MARC import isn't picking up URLs</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Open Library </span> <span class="bug-heat-icons"> <span class="sprite flame">4</span> </span> <span class="bug-related-icons"> <a href="https://launchpad.net/openlibrary/+milestone/1.1" alt="milestone 1.1" title="Linked to milestone 1.1" class="sprite milestone"></a> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceMEDIUM"> Medium </div> <div class="status statusCONFIRMED"> Confirmed </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#152793</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/152793" class="bugtitle">parse amazon data</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Open Library </span> <span class="bug-heat-icons"> <span class="sprite flame">4</span> </span> <span class="bug-related-icons"> <a href="https://launchpad.net/openlibrary/+milestone/1.0" alt="milestone 1.0" title="Linked to milestone 1.0" class="sprite milestone"></a> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceMEDIUM"> Medium </div> <div class="status statusCONFIRMED"> Confirmed </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#174802</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/174802" class="bugtitle">parse publication dates</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Open Library </span> <span class="bug-heat-icons"> <span class="sprite flame">2</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceMEDIUM"> Medium </div> <div class="status statusCONFIRMED"> Confirmed </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#213625</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/213625" class="bugtitle">most titles end with periods</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Open Library </span> <span class="bug-heat-icons"> <span class="sprite flame">2</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceMEDIUM"> Medium </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#220618</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/220618" class="bugtitle">Validate ISBN and other cataloger input</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Open Library </span> <span class="bug-heat-icons"> <span class="sprite flame">4</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceMEDIUM"> Medium </div> <div class="status statusCONFIRMED"> Confirmed </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#262265</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/262265" class="bugtitle">Merge Title Prefix into Title Field</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Open Library </span> <span class="bug-heat-icons"> <span class="sprite flame">10</span> </span> <span class="bug-related-icons"> <a href="https://launchpad.net/openlibrary/+milestone/general-bucket" alt="milestone general-bucket" title="Linked to milestone general-bucket" class="sprite milestone"></a> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceMEDIUM"> Medium </div> <div class="status statusCONFIRMED"> Confirmed </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#280682</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/280682" class="bugtitle">Write API should return errors in JSON</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Open Library </span> <span class="bug-heat-icons"> <span class="sprite flame">2</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceMEDIUM"> Medium </div> <div class="status statusCONFIRMED"> Confirmed </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#286995</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/286995" class="bugtitle">Author splitting</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Open Library </span> <span class="bug-heat-icons"> <span class="sprite flame">4</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceMEDIUM"> Medium </div> <div class="status statusNEW"> New </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#294475</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/294475" class="bugtitle">search ranking: other strategies</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Open Library </span> <span class="bug-heat-icons"> <span class="sprite flame">2</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceMEDIUM"> Medium </div> <div class="status statusCONFIRMED"> Confirmed </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#301709</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/301709" class="bugtitle">URL for accessing a part of file in the petabox</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Open Library </span> <span class="bug-heat-icons"> <span class="sprite flame">2</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceMEDIUM"> Medium </div> <div class="status statusCONFIRMED"> Confirmed </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#302581</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/302581" class="bugtitle">draft a community editing policy</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Open Library </span> <span class="bug-heat-icons"> <span class="sprite flame">2</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceMEDIUM"> Medium </div> <div class="status statusCONFIRMED"> Confirmed </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#314963</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/314963" class="bugtitle">support links to purchase, buy books</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Open Library </span> <span class="bug-heat-icons"> <span class="sprite flame">2</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceMEDIUM"> Medium </div> <div class="status statusCONFIRMED"> Confirmed </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#325854</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/325854" class="bugtitle">adding vernacular fields from marc records</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Open Library </span> <span class="bug-heat-icons"> <span class="sprite flame">6</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceMEDIUM"> Medium </div> <div class="status statusCONFIRMED"> Confirmed </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#338841</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/338841" class="bugtitle">Works should include orginial language</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Open Library </span> <span class="bug-heat-icons"> <span class="sprite flame">2</span> </span> <span class="bug-related-icons"> <a href="https://launchpad.net/openlibrary/+milestone/1.7" alt="milestone 1.7" title="Linked to milestone 1.7" class="sprite milestone"></a> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceMEDIUM"> Medium </div> <div class="status statusCONFIRMED"> Confirmed </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#345270</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/345270" class="bugtitle">Add a book should get book data using ISBN</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Open Library </span> <span class="bug-heat-icons"> <span class="sprite flame">2</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceMEDIUM"> Medium </div> <div class="status statusNEW"> New </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#353653</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/353653" class="bugtitle">Integration with Project Gutenberg</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Open Library </span> <span class="bug-heat-icons"> <span class="sprite flame">2</span> </span> <span class="bug-related-icons"> <a href="https://launchpad.net/openlibrary/+milestone/general-bucket" alt="milestone general-bucket" title="Linked to milestone general-bucket" class="sprite milestone"></a> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceMEDIUM"> Medium </div> <div class="status statusCONFIRMED"> Confirmed </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#357110</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/357110" class="bugtitle">Load covers from Gutenberg books on archive.org</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Open Library </span> <span class="bug-heat-icons"> <span class="sprite flame">2</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceMEDIUM"> Medium </div> <div class="status statusNEW"> New </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#369021</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/369021" class="bugtitle">add nagios test for search update daemon</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Open Library </span> <span class="bug-heat-icons"> <span class="sprite flame">8</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceMEDIUM"> Medium </div> <div class="status statusCONFIRMED"> Confirmed </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#373024</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/373024" class="bugtitle">replicate bibliographic solr</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Open Library </span> <span class="bug-heat-icons"> <span class="sprite flame">6</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceMEDIUM"> Medium </div> <div class="status statusCONFIRMED"> Confirmed </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#379126</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/379126" class="bugtitle">author identification should be conservative</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Open Library </span> <span class="bug-heat-icons"> <span class="sprite flame">8</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceMEDIUM"> Medium </div> <div class="status statusCONFIRMED"> Confirmed </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#379128</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/379128" class="bugtitle">29 unassigned bugs</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Open Library </span> <span class="bug-heat-icons"> <span class="sprite flame">6</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceMEDIUM"> Medium </div> <div class="status statusCONFIRMED"> Confirmed </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#415630</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/415630" class="bugtitle">Merge two identical editions? Slug Worms...</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Open Library </span> <span class="bug-heat-icons"> <span class="sprite flame">8</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceMEDIUM"> Medium </div> <div class="status statusCONFIRMED"> Confirmed </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#416595</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/416595" class="bugtitle">Cover image quality is poor - needs improvement</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Open Library </span> <span class="bug-heat-icons"> <span class="sprite flame">6</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceMEDIUM"> Medium </div> <div class="status statusCONFIRMED"> Confirmed </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#485999</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/485999" class="bugtitle">Validate ISBN</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Open Library </span> <span class="bug-heat-icons"> <span class="sprite flame">6</span> </span> <span class="bug-related-icons"> <a href="https://launchpad.net/openlibrary/+milestone/general-bucket" alt="milestone general-bucket" title="Linked to milestone general-bucket" class="sprite milestone"></a> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceMEDIUM"> Medium </div> <div class="status statusCONFIRMED"> Confirmed </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#487245</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/487245" class="bugtitle">Navigate History</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Open Library </span> <span class="bug-heat-icons"> <span class="sprite flame">6</span> </span> <span class="bug-related-icons"> <a href="https://launchpad.net/openlibrary/+milestone/general-bucket" alt="milestone general-bucket" title="Linked to milestone general-bucket" class="sprite milestone"></a> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceMEDIUM"> Medium </div> <div class="status statusINPROGRESS"> In Progress </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#503497</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/503497" class="bugtitle">Manage Amazon updates</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Open Library </span> <span class="bug-heat-icons"> <span class="sprite flame">8</span> </span> <span class="bug-related-icons"> <a href="https://launchpad.net/openlibrary/+milestone/general-bucket" alt="milestone general-bucket" title="Linked to milestone general-bucket" class="sprite milestone"></a> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceMEDIUM"> Medium </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#504388</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/504388" class="bugtitle">Remove "etc" from subjects</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Open Library </span> <span class="bug-heat-icons"> <span class="sprite flame">6</span> </span> <span class="bug-related-icons"> <a href="https://launchpad.net/openlibrary/+milestone/general-bucket" alt="milestone general-bucket" title="Linked to milestone general-bucket" class="sprite milestone"></a> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceMEDIUM"> Medium </div> <div class="status statusINPROGRESS"> In Progress </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#506710</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/506710" class="bugtitle">Can't delete authors with connected editions</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Open Library </span> <span class="bug-heat-icons"> <span class="sprite flame">14</span> </span> <span class="bug-related-icons"> <a href="https://launchpad.net/openlibrary/+milestone/general-bucket" alt="milestone general-bucket" title="Linked to milestone general-bucket" class="sprite milestone"></a> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceMEDIUM"> Medium </div> <div class="status statusCONFIRMED"> Confirmed </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#508158</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/508158" class="bugtitle">Investigate many-editioned Works with [brackets] in the title</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Open Library </span> <span class="bug-heat-icons"> <span class="sprite flame">6</span> </span> <span class="bug-related-icons"> <a href="https://launchpad.net/openlibrary/+milestone/general-bucket" alt="milestone general-bucket" title="Linked to milestone general-bucket" class="sprite milestone"></a> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceMEDIUM"> Medium </div> <div class="status statusCONFIRMED"> Confirmed </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#513914</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/513914" class="bugtitle">Need confirmation of a Revert</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Open Library </span> <span class="bug-heat-icons"> <span class="sprite flame">6</span> </span> <span class="bug-related-icons"> <a href="https://launchpad.net/openlibrary/+milestone/general-bucket" alt="milestone general-bucket" title="Linked to milestone general-bucket" class="sprite milestone"></a> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceMEDIUM"> Medium </div> <div class="status statusNEW"> New </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#521208</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/521208" class="bugtitle">Unmerged Works - collecting examples/reporting for Edward</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Open Library </span> <span class="bug-heat-icons"> <span class="sprite flame">6</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceMEDIUM"> Medium </div> <div class="status statusCONFIRMED"> Confirmed </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#524117</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/524117" class="bugtitle">Decide how to handle empty 100a field in MARC records</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Open Library </span> <span class="bug-heat-icons"> <span class="sprite flame">6</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceMEDIUM"> Medium </div> <div class="status statusCONFIRMED"> Confirmed </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#528717</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/528717" class="bugtitle">Back button doesn't work after you add a cover</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Open Library </span> <span class="bug-heat-icons"> <span class="sprite flame">6</span> </span> <span class="bug-related-icons"> <a href="https://launchpad.net/openlibrary/+milestone/general-bucket" alt="milestone general-bucket" title="Linked to milestone general-bucket" class="sprite milestone"></a> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceMEDIUM"> Medium </div> <div class="status statusCONFIRMED"> Confirmed </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#538235</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/538235" class="bugtitle">Update RESTful API to allow for changes made externally</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Open Library </span> <span class="bug-heat-icons"> <span class="sprite flame">6</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceMEDIUM"> Medium </div> <div class="status statusCONFIRMED"> Confirmed </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#547142</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/547142" class="bugtitle">Work diff should show author names</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Open Library </span> <span class="bug-heat-icons"> <span class="sprite flame">6</span> </span> <span class="bug-related-icons"> <a href="https://launchpad.net/openlibrary/+milestone/general-bucket" alt="milestone general-bucket" title="Linked to milestone general-bucket" class="sprite milestone"></a> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceMEDIUM"> Medium </div> <div class="status statusCONFIRMED"> Confirmed </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#551324</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/551324" class="bugtitle">Hide "both revisions are identical" from recent changes</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Open Library </span> <span class="bug-heat-icons"> <span class="sprite flame">6</span> </span> <span class="bug-related-icons"> <a href="https://launchpad.net/openlibrary/+milestone/general-bucket" alt="milestone general-bucket" title="Linked to milestone general-bucket" class="sprite milestone"></a> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceMEDIUM"> Medium </div> <div class="status statusCONFIRMED"> Confirmed </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#553657</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/553657" class="bugtitle">Edition edit page should support multiple languages</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Open Library </span> <span class="bug-heat-icons"> <span class="sprite flame">6</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceMEDIUM"> Medium </div> <div class="status statusCONFIRMED"> Confirmed </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#555904</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/555904" class="bugtitle">Automatic work merge on work edit</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Open Library </span> <span class="bug-heat-icons"> <span class="sprite flame">6</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceMEDIUM"> Medium </div> <div class="status statusNEW"> New </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#558846</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/558846" class="bugtitle">Make sure subjects are coming from the database on Work pages</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Open Library </span> <span class="bug-heat-icons"> <span class="sprite flame">6</span> </span> <span class="bug-related-icons"> <a href="https://launchpad.net/openlibrary/+milestone/general-bucket" alt="milestone general-bucket" title="Linked to milestone general-bucket" class="sprite milestone"></a> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceMEDIUM"> Medium </div> <div class="status statusCONFIRMED"> Confirmed </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#562009</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/562009" class="bugtitle">Failed to import german umlaute</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Open Library </span> <span class="bug-heat-icons"> <span class="sprite flame">6</span> </span> <span class="bug-related-icons"> <a href="https://launchpad.net/openlibrary/+milestone/general-bucket" alt="milestone general-bucket" title="Linked to milestone general-bucket" class="sprite milestone"></a> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceMEDIUM"> Medium </div> <div class="status statusCONFIRMED"> Confirmed </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#569223</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/569223" class="bugtitle">Handle C programming language subjects</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Open Library </span> <span class="bug-heat-icons"> <span class="sprite flame">6</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> </div> </div> <script>LP.mustache_listings = "\u003cdiv class=\"listing\"\u003e\n{{#items}}\n \u003cdiv class=\"buglisting-row\"\u003e\n\n \u003cdiv class=\"buglisting-col1\"\u003e\n {{#show_importance}}\n \u003cdiv class=\"importance {{importance_class}}\"\u003e\n {{importance}}\n \u003c/div\u003e\n {{/show_importance}}\n {{#show_status}}\n \u003cdiv class=\"status {{status_class}}\"\u003e\n {{status}}\n \u003c/div\u003e\n {{/show_status}}\n \u003cdiv class=\"buginfo-extra\"\u003e\n {{#show_information_type}}\n \u003cdiv class=\"information_type\"\u003e\n {{information_type}}\n \u003c/div\u003e\n {{/show_information_type}}\n \u003c/div\u003e\n \u003c/div\u003e\n\n \u003cdiv class=\"buglisting-col2\"\u003e\n \u003cdiv class=\"buginfo\"\u003e\n {{#show_id}}\n \u003cspan class=\"bugnumber\"\u003e#{{id}}\u003c/span\u003e\n {{/show_id}}\n \u003ca href=\"{{bug_url}}\" class=\"bugtitle\"\u003e{{title}}\u003c/a\u003e\n \u003c/div\u003e\n \u003cdiv class=\"buginfo-extra\"\u003e\n {{#show_targetname}}\n \u003cspan class=\"{{bugtarget_css}} field\"\u003e\n {{bugtarget}}\n \u003c/span\u003e\n {{/show_targetname}}\n {{#show_milestone_name}}\n \u003cspan class=\"sprite milestone field\"\u003e\n {{#milestone_name}}\n {{milestone_name}}\n {{/milestone_name}}\n {{^milestone_name}}\n No milestone set\n {{/milestone_name}}\n \u003c/span\u003e\n {{/show_milestone_name}}\n {{#show_date_last_updated}}\n \u003cspan class=\"sprite milestone field\"\u003e\n Last updated {{last_updated}}\n \u003c/span\u003e\n {{/show_date_last_updated}}\n {{#show_assignee}}\n \u003cspan class=\"sprite person field\"\u003e\n {{#assignee}}Assignee: {{assignee}}{{/assignee}}\n {{^assignee}}Assignee: None{{/assignee}}\n \u003c/span\u003e\n {{/show_assignee}}\n {{#show_reporter}}\n \u003cspan class=\"sprite person field\"\u003e\n Reporter: {{reporter}}\n \u003c/span\u003e\n {{/show_reporter}}\n {{#show_datecreated}}\n \u003cspan class=\"sprite aging field\"\u003e\n {{age}}\n \u003c/span\u003e\n {{/show_datecreated}}\n {{#show_tag}}\n \u003cspan class=\"field\"\u003eTags:\n {{^has_tags}}None{{/has_tags}}\n {{#tags}}\n \u003ca href=\"{{url}}\" class=\"tag\"\u003e{{tag}}\u003c/a\u003e\u0026#160;\n {{/tags}}\n \u003c/span\u003e\n {{/show_tag}}\n {{#show_heat}}\n \u003cspan class=\"bug-heat-icons\"\u003e\n {{{bug_heat_html}}}\n \u003c/span\u003e\n {{/show_heat}}\n \u003cspan class=\"bug-related-icons\"\u003e\n {{{badges}}}\n \u003c/span\u003e\n \u003c/div\u003e\n \u003c/div\u003e\n\n \u003c/div\u003e\n{{/items}}\n\u003c/div\u003e\n";</script> <div class="lesser"><table style="width: 100%;" class="lower-batch-nav"> <tbody> <tr> <td style="white-space: nowrap" class="batch-navigation-index"> <strong>1</strong> → <strong>75</strong> of 294 results </td> <td style="text-align: right; white-space: nowrap" class="batch-navigation-links"> <span class="first inactive">First</span> • <span class="previous inactive">Previous</span> • <a class="next" rel="next" href="https://bugs.launchpad.net/openlibrary/+bugs?memo=75&start=75" id="lower-batch-nav-batchnav-next"><strong>Next</strong></a> • <a class="last" rel="last" href="https://bugs.launchpad.net/openlibrary/+bugs?direction=backwards&start=225" id="lower-batch-nav-batchnav-last">Last</a> </td> </tr> </tbody> </table> </div> </div> </div> <div class="yui-u"> <div id="structural-subscription-content-box"></div> </div> </div> </div> </div><!-- yui-b --> </div><!-- yui-main --> <div id="side-portlets" class="yui-b side"> <div id="bug-portlets"> <div id="involvement" class="portlet"> <ul class="involvement"> <li class="first"> <a href="+filebug" class="menu-link-filebug sprite bugs"> Report a bug </a> </li> </ul> </div> <div class="portlet"> <ul> </ul> </div> <div class="portlet"> <ul> </ul> <dl id="bug-supervisor"> <dt>Bug supervisor:</dt> <dd> <a href="https://launchpad.net/~george-archive" class="sprite person">George</a> </dd> </dl> </div> <div class="portlet" id="portlet-bugfilters"> <a id="bugtarget-bugfilters-link" href="/openlibrary/+bugtarget-portlet-bugfilters-stats"> </a> <div id="bugfilters-portlet-content"> <ul class="data-list"> <li> <span class="count"></span> <a href="+bugs?search=Search&field.status=New"> New bugs </a> </li> <li> <span class="count"></span> <a href="https://bugs.launchpad.net/openlibrary/+bugs"> Open bugs </a> </li> <li> <span class="count"></span> <a href="+bugs?search=Search&field.status=In+Progress"> In-progress bugs </a> </li> <li> <span class="count"></span> <a href="+bugs?search=Search&field.importance=Critical&field.status=New&field.status=Incomplete&field.status=Confirmed&field.status=Triaged&field.status=In+Progress&field.status=Fix+Committed"> Critical bugs </a> </li> <li> <span class="count"></span> <a href="+bugs?search=Search&field.importance=High&field.status=New&field.status=Incomplete&field.status=Confirmed&field.status=Triaged&field.status=In+Progress&field.status=Fix+Committed"> High importance bugs </a> </li> <li class="breaker"></li> <li class="breaker"></li> <li> <span class="count"></span> <a href="https://bugs.launchpad.net/openlibrary/+bugs?field.status_upstream=resolved_upstream"> Bugs fixed elsewhere </a> </li> <li> <span class="count"></span> <a href="/openlibrary/+patches"> Bugs with patches </a> </li> <li> <span class="count"></span> <a href="https://bugs.launchpad.net/openlibrary/+bugs?field.has_cve=on"> Open CVE bugs </a> <span> - <a href="/openlibrary/+cve"> CVE reports </a> </span> </li> </ul> </div> <script type="text/javascript"> LPJS.use('io-base', 'node', function(Y) { Y.on('domready', function() { var url = Y.one('#bugtarget-bugfilters-link').getAttribute('href'); var handlers = { success: function(transactionid, response, arguments) { Y.one('#bugfilters-portlet-content').set( 'innerHTML', response.responseText); }, failure: function() { Y.one('#bugfilters-portlet-content').set('innerHTML', ''); } }; var request = Y.io(url, {on: handlers}); }); }); </script> </div> <div class="portlet" id="portlet-tags"> <div id="tags-portlet-spinner" class="hidden centered"> <img src="/@@/spinner" /> </div> <a id="tags-content-link" href="/openlibrary/+bugtarget-portlet-tags-content"></a> <script type="text/javascript"> LPJS.use('lp.bugs.bugtask.taglist', function(Y) { Y.on('domready', function() { Y.lp.bugs.bugtask.taglist.setup_taglist(); }); }); </script> <a href="" id="show-more-tags-link" class="js-action hidden">Show more tags…</a> <a href="" id="show-fewer-tags-link" class="js-action hidden">Show fewer tags…</a> <div class="breaker"></div> </div> <div class="portlet" id="portlet-milestone-critical-bugs"> <h2>Milestone-targeted bugs</h2> <ul class="data-list"> <li> <span class="count">4</span> <a href="https://launchpad.net/openlibrary/+milestone/bib">bib</a> </li> <li> <span class="count">4</span> <a href="https://launchpad.net/openlibrary/+milestone/stability-july-28">stability-july-28</a> </li> <li> <span class="count">93</span> <a href="https://launchpad.net/openlibrary/+milestone/general-bucket">general-bucket</a> </li> </ul> </div> </div> </div><!-- yui-b side --> </div><!-- yui-t4 --> <div id="footer" class="footer"> <div class="lp-arcana"> <div class="lp-branding"> <a href="https://launchpad.net/"><img src="/@@/launchpad-footer-logo.svg" alt="Launchpad" width="65" height="18" /></a> • <a href="https://launchpad.net/+tour">Take the tour</a> • <a href="https://help.launchpad.net/">Read the guide</a> <form id="globalsearch" method="get" accept-charset="UTF-8" action="https://launchpad.net/+search"> <input type="search" id="search-text" name="field.text" /> <input type="image" src="/@@/search" style="vertical-align:5%" alt="Search Launchpad" /> </form> </div> </div> <div class="colophon"> © 2004 <a href="http://canonical.com/">Canonical Ltd.</a> • <a href="https://launchpad.net/legal">Terms of use</a> • <a href="https://www.ubuntu.com/legal/dataprivacy">Data privacy</a> • <a href="/feedback">Contact Launchpad Support</a> • <a href="http://blog.launchpad.net/">Blog</a> • <a href="https://canonical.com/careers">Careers</a> • <a href="https://ubuntu.social/@launchpadstatus">System status</a> <span id="lp-version"> • 22ade00 (<a href="https://dev.launchpad.net/">Get the code!</a>) </span> </div> </div> </div><!-- yui-d0--> <script id="json-cache-script">LP.cache = {"related_features": {"bugs.dynamic_bug_listings.pre_fetch": {"is_beta": false, "title": "Listing pre-fetching", "url": "https://bugs.launchpad.net/launchpad/+bug/888756", "value": null}}, "administratedTeams": [], "importances": ["Unknown", "Undecided", "Critical", "High", "Medium", "Low", "Wishlist"], "statuses": ["New", "Incomplete", "Opinion", "Invalid", "Won't Fix", "Expired", "Confirmed", "Triaged", "In Progress", "Fix Committed", "Fix Released", "Does Not Exist", "Unknown"], "information_types": ["Public", "Public Security", "Private Security", "Private", "Proprietary", "Embargoed"], "target_info": {"title": "Open Library", "url": "https://launchpad.net/openlibrary"}, "view_name": "+bugs", "mustache_model": {"items": [{"age": "14 years old", "assignee": "Anand Chitipothu", "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/513532", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e8\u003c/span\u003e", "badges": "\u003ca href=\"https://launchpad.net/openlibrary/+milestone/general-bucket\" alt=\"milestone general-bucket\" title=\"Linked to milestone general-bucket\" class=\"sprite milestone\"\u003e\u003c/a\u003e", "id": 513532, "importance": "Critical", "importance_class": "importanceCRITICAL", "information_type": "Public", "last_updated": "on 2010-10-15", "milestone_name": "Open Library general-bucket", "reporter": "George", "status": "In Progress", "status_class": "statusINPROGRESS", "tags": [], "title": "Manage potential matches when Adding Books", "has_tags": false}, {"age": "14 years old", "assignee": "Jim Shankland", "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/600018", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e8\u003c/span\u003e", "badges": "\u003ca href=\"https://launchpad.net/openlibrary/+milestone/stability-july-28\" alt=\"milestone stability-july-28\" title=\"Linked to milestone stability-july-28\" class=\"sprite milestone\"\u003e\u003c/a\u003e", "id": 600018, "importance": "Critical", "importance_class": "importanceCRITICAL", "information_type": "Public", "last_updated": "on 2010-10-11", "milestone_name": "Open Library stability-july-28", "reporter": "George", "status": "New", "status_class": "statusNEW", "tags": [], "title": "Make PostgreSQL replicable on Open Library", "has_tags": false}, {"age": "16 years old", "assignee": "Edward Betts", "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/236947", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e28\u003c/span\u003e", "badges": "\u003ca href=\"https://launchpad.net/openlibrary/+milestone/general-bucket\" alt=\"milestone general-bucket\" title=\"Linked to milestone general-bucket\" class=\"sprite milestone\"\u003e\u003c/a\u003e", "id": 236947, "importance": "High", "importance_class": "importanceHIGH", "information_type": "Public", "last_updated": "on 2011-03-04", "milestone_name": "Open Library general-bucket", "reporter": "solrize", "status": "Confirmed", "status_class": "statusCONFIRMED", "tags": [], "title": "Release Search API enhancements", "has_tags": false}, {"age": "15 years old", "assignee": "Anand Chitipothu", "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/314193", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e2\u003c/span\u003e", "badges": "\u003ca href=\"https://launchpad.net/openlibrary/+milestone/bib\" alt=\"milestone bib\" title=\"Linked to milestone bib\" class=\"sprite milestone\"\u003e\u003c/a\u003e", "id": 314193, "importance": "High", "importance_class": "importanceHIGH", "information_type": "Public", "last_updated": "on 2010-09-16", "milestone_name": "Open Library bib", "reporter": "Richard Aroksaar", "status": "Confirmed", "status_class": "statusCONFIRMED", "tags": [{"url": "https://bugs.launchpad.net/openlibrary/+bugs/?field.tag=api", "tag": "api"}], "title": "adding query syntax to check for existance of a value in a field, especially uri field", "has_tags": true}, {"age": "15 years old", "assignee": "Edward Betts", "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/352385", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e2\u003c/span\u003e", "badges": "\u003ca href=\"https://launchpad.net/openlibrary/+milestone/stability-july-28\" alt=\"milestone stability-july-28\" title=\"Linked to milestone stability-july-28\" class=\"sprite milestone\"\u003e\u003c/a\u003e", "id": 352385, "importance": "High", "importance_class": "importanceHIGH", "information_type": "Public", "last_updated": "on 2010-07-08", "milestone_name": "Open Library stability-july-28", "reporter": "Anand Chitipothu", "status": "Confirmed", "status_class": "statusCONFIRMED", "tags": [], "title": "put all OL services under upstart", "has_tags": false}, {"age": "15 years old", "assignee": "Anand Chitipothu", "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/395686", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e16\u003c/span\u003e", "badges": "\u003ca href=\"https://launchpad.net/openlibrary/+milestone/general-bucket\" alt=\"milestone general-bucket\" title=\"Linked to milestone general-bucket\" class=\"sprite milestone\"\u003e\u003c/a\u003e", "id": 395686, "importance": "High", "importance_class": "importanceHIGH", "information_type": "Public", "last_updated": "on 2010-08-25", "milestone_name": "Open Library general-bucket", "reporter": "Edward Betts", "status": "Confirmed", "status_class": "statusCONFIRMED", "tags": [], "title": "Version missing from versions table", "has_tags": false}, {"age": "15 years old", "assignee": "Anand Chitipothu", "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/409568", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e8\u003c/span\u003e", "badges": "", "id": 409568, "importance": "High", "importance_class": "importanceHIGH", "information_type": "Public", "last_updated": "on 2010-10-06", "milestone_name": null, "reporter": "George", "status": "Confirmed", "status_class": "statusCONFIRMED", "tags": [], "title": "Redirect script for parsing different IDs to OL records", "has_tags": false}, {"age": "15 years old", "assignee": "Noufal Ibrahim", "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/485080", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "\u003ca href=\"https://launchpad.net/openlibrary/+milestone/general-bucket\" alt=\"milestone general-bucket\" title=\"Linked to milestone general-bucket\" class=\"sprite milestone\"\u003e\u003c/a\u003e", "id": 485080, "importance": "High", "importance_class": "importanceHIGH", "information_type": "Public", "last_updated": "on 2011-01-21", "milestone_name": "Open Library general-bucket", "reporter": "George", "status": "Confirmed", "status_class": "statusCONFIRMED", "tags": [], "title": "Admin tools", "has_tags": false}, {"age": "14 years old", "assignee": "Anand Chitipothu", "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/515733", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e10\u003c/span\u003e", "badges": "", "id": 515733, "importance": "High", "importance_class": "importanceHIGH", "information_type": "Public", "last_updated": "on 2010-08-09", "milestone_name": null, "reporter": "George", "status": "Confirmed", "status_class": "statusCONFIRMED", "tags": [{"url": "https://bugs.launchpad.net/openlibrary/+bugs/?field.tag=works", "tag": "works"}], "title": "Revert breaks the connection between an Edition and its Work (should retain)", "has_tags": true}, {"age": "14 years old", "assignee": "Anand Chitipothu", "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/523320", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "\u003ca href=\"https://launchpad.net/openlibrary/+milestone/general-bucket\" alt=\"milestone general-bucket\" title=\"Linked to milestone general-bucket\" class=\"sprite milestone\"\u003e\u003c/a\u003e", "id": 523320, "importance": "High", "importance_class": "importanceHIGH", "information_type": "Public", "last_updated": "on 2010-07-09", "milestone_name": "Open Library general-bucket", "reporter": "Edward Betts", "status": "Confirmed", "status_class": "statusCONFIRMED", "tags": [], "title": "Edit button does a revert", "has_tags": false}, {"age": "14 years old", "assignee": "Edward Betts", "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/540866", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "\u003ca href=\"https://launchpad.net/openlibrary/+milestone/general-bucket\" alt=\"milestone general-bucket\" title=\"Linked to milestone general-bucket\" class=\"sprite milestone\"\u003e\u003c/a\u003e", "id": 540866, "importance": "High", "importance_class": "importanceHIGH", "information_type": "Public", "last_updated": "on 2010-08-16", "milestone_name": "Open Library general-bucket", "reporter": "Anand Chitipothu", "status": "New", "status_class": "statusNEW", "tags": [], "title": "strip accent characters in solr index", "has_tags": false}, {"age": "14 years old", "assignee": "Edward Betts", "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/551354", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "\u003ca href=\"https://launchpad.net/openlibrary/+milestone/general-bucket\" alt=\"milestone general-bucket\" title=\"Linked to milestone general-bucket\" class=\"sprite milestone\"\u003e\u003c/a\u003e", "id": 551354, "importance": "High", "importance_class": "importanceHIGH", "information_type": "Public", "last_updated": "on 2010-08-09", "milestone_name": "Open Library general-bucket", "reporter": "George", "status": "In Progress", "status_class": "statusINPROGRESS", "tags": [], "title": "Investigate why we only have 400k IA full text works results", "has_tags": false}, {"age": "14 years old", "assignee": "Edward Betts", "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/557674", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "\u003ca href=\"https://launchpad.net/openlibrary/+milestone/general-bucket\" alt=\"milestone general-bucket\" title=\"Linked to milestone general-bucket\" class=\"sprite milestone\"\u003e\u003c/a\u003e", "id": 557674, "importance": "High", "importance_class": "importanceHIGH", "information_type": "Public", "last_updated": "on 2011-02-27", "milestone_name": "Open Library general-bucket", "reporter": "Patrick", "status": "Confirmed", "status_class": "statusCONFIRMED", "tags": [], "title": "Multiple authors showing up as author unknown", "has_tags": false}, {"age": "14 years old", "assignee": "Edward Betts", "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/576443", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "\u003ca href=\"https://launchpad.net/openlibrary/+milestone/general-bucket\" alt=\"milestone general-bucket\" title=\"Linked to milestone general-bucket\" class=\"sprite milestone\"\u003e\u003c/a\u003e", "id": 576443, "importance": "High", "importance_class": "importanceHIGH", "information_type": "Public", "last_updated": "on 2010-08-16", "milestone_name": "Open Library general-bucket", "reporter": "siznax", "status": "New", "status_class": "statusNEW", "tags": [], "title": "Optimize Add Book author dropdown", "has_tags": false}, {"age": "14 years old", "assignee": "Edward Betts", "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/583653", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "\u003ca href=\"https://launchpad.net/openlibrary/+milestone/general-bucket\" alt=\"milestone general-bucket\" title=\"Linked to milestone general-bucket\" class=\"sprite milestone\"\u003e\u003c/a\u003e", "id": 583653, "importance": "High", "importance_class": "importanceHIGH", "information_type": "Public", "last_updated": "on 2010-07-12", "milestone_name": "Open Library general-bucket", "reporter": "George", "status": "New", "status_class": "statusNEW", "tags": [{"url": "https://bugs.launchpad.net/openlibrary/+bugs/?field.tag=workfinder", "tag": "workfinder"}], "title": "5 identical editions of the same Work from the same source?", "has_tags": true}, {"age": "14 years old", "assignee": "Edward Betts", "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/595367", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "\u003ca href=\"https://launchpad.net/openlibrary/+milestone/general-bucket\" alt=\"milestone general-bucket\" title=\"Linked to milestone general-bucket\" class=\"sprite milestone\"\u003e\u003c/a\u003e", "id": 595367, "importance": "High", "importance_class": "importanceHIGH", "information_type": "Public", "last_updated": "on 2011-02-08", "milestone_name": "Open Library general-bucket", "reporter": "Anand Chitipothu", "status": "New", "status_class": "statusNEW", "tags": [], "title": "daisy encryption check should handle error conditions", "has_tags": false}, {"age": "14 years old", "assignee": "Edward Betts", "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/596975", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "\u003ca href=\"https://launchpad.net/openlibrary/+milestone/lending\" alt=\"milestone lending\" title=\"Linked to milestone lending\" class=\"sprite milestone\"\u003e\u003c/a\u003e", "id": 596975, "importance": "High", "importance_class": "importanceHIGH", "information_type": "Public", "last_updated": "on 2010-06-21", "milestone_name": "Open Library lending", "reporter": "George", "status": "Confirmed", "status_class": "statusCONFIRMED", "tags": [], "title": "Add a redirect line to catch certain events", "has_tags": false}, {"age": "14 years old", "assignee": "Edward Betts", "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/599446", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "\u003ca href=\"https://launchpad.net/openlibrary/+milestone/general-bucket\" alt=\"milestone general-bucket\" title=\"Linked to milestone general-bucket\" class=\"sprite milestone\"\u003e\u003c/a\u003e", "id": 599446, "importance": "High", "importance_class": "importanceHIGH", "information_type": "Public", "last_updated": "on 2011-02-03", "milestone_name": "Open Library general-bucket", "reporter": "George", "status": "Confirmed", "status_class": "statusCONFIRMED", "tags": [], "title": "Recalculate the eBook total count on subject pages", "has_tags": false}, {"age": "14 years old", "assignee": "raj", "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/605121", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "\u003ca href=\"https://launchpad.net/openlibrary/+milestone/bib\" alt=\"milestone bib\" title=\"Linked to milestone bib\" class=\"sprite milestone\"\u003e\u003c/a\u003e", "id": 605121, "importance": "High", "importance_class": "importanceHIGH", "information_type": "Public", "last_updated": "on 2010-09-28", "milestone_name": "Open Library bib", "reporter": "George", "status": "New", "status_class": "statusNEW", "tags": [], "title": "Import Librivox editions (and updates)", "has_tags": false}, {"age": "14 years old", "assignee": "Anand Chitipothu", "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/605127", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "\u003ca href=\"https://launchpad.net/openlibrary/+milestone/general-bucket\" alt=\"milestone general-bucket\" title=\"Linked to milestone general-bucket\" class=\"sprite milestone\"\u003e\u003c/a\u003e", "id": 605127, "importance": "High", "importance_class": "importanceHIGH", "information_type": "Public", "last_updated": "on 2010-08-24", "milestone_name": "Open Library general-bucket", "reporter": "George", "status": "Confirmed", "status_class": "statusCONFIRMED", "tags": [], "title": "Don't add empty authors to works", "has_tags": false}, {"age": "14 years old", "assignee": "Edward Betts", "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/611431", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 611431, "importance": "High", "importance_class": "importanceHIGH", "information_type": "Public", "last_updated": "on 2010-08-09", "milestone_name": null, "reporter": "Edward Betts", "status": "Confirmed", "status_class": "statusCONFIRMED", "tags": [{"url": "https://bugs.launchpad.net/openlibrary/+bugs/?field.tag=works", "tag": "works"}], "title": "Work description lost when WorkBot replaces work with redirect", "has_tags": true}, {"age": "14 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/618851", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 618851, "importance": "High", "importance_class": "importanceHIGH", "information_type": "Public", "last_updated": "on 2010-08-16", "milestone_name": null, "reporter": "Edward Betts", "status": "Confirmed", "status_class": "statusCONFIRMED", "tags": [], "title": "Author drop down should include alternate names", "has_tags": false}, {"age": "14 years old", "assignee": "Edward Betts", "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/619539", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 619539, "importance": "High", "importance_class": "importanceHIGH", "information_type": "Public", "last_updated": "on 2010-08-18", "milestone_name": null, "reporter": "Jacob Gest", "status": "New", "status_class": "statusNEW", "tags": [{"url": "https://bugs.launchpad.net/openlibrary/+bugs/?field.tag=mergeauthors", "tag": "mergeauthors"}, {"url": "https://bugs.launchpad.net/openlibrary/+bugs/?field.tag=workfinder", "tag": "workfinder"}], "title": "Work finder might be deleting subject tags", "has_tags": true}, {"age": "14 years old", "assignee": "Edward Betts", "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/619566", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "\u003ca href=\"https://launchpad.net/openlibrary/+milestone/general-bucket\" alt=\"milestone general-bucket\" title=\"Linked to milestone general-bucket\" class=\"sprite milestone\"\u003e\u003c/a\u003e", "id": 619566, "importance": "High", "importance_class": "importanceHIGH", "information_type": "Public", "last_updated": "on 2010-11-16", "milestone_name": "Open Library general-bucket", "reporter": "George", "status": "New", "status_class": "statusNEW", "tags": [], "title": "Finish running the work finder and make sure every author has at least 1 work", "has_tags": false}, {"age": "14 years old", "assignee": "Anand Chitipothu", "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/655270", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 655270, "importance": "High", "importance_class": "importanceHIGH", "information_type": "Public", "last_updated": "on 2011-03-14", "milestone_name": null, "reporter": "Edward Betts", "status": "Confirmed", "status_class": "statusCONFIRMED", "tags": [], "title": "query.json returns redirect when asking for authors", "has_tags": false}, {"age": "14 years old", "assignee": "Anand Chitipothu", "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/655895", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 655895, "importance": "High", "importance_class": "importanceHIGH", "information_type": "Public", "last_updated": "on 2010-10-06", "milestone_name": null, "reporter": "Anand Chitipothu", "status": "Confirmed", "status_class": "statusCONFIRMED", "tags": [], "title": "fix editions with works marked as redirects", "has_tags": false}, {"age": "13 years old", "assignee": "Anand Chitipothu", "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/690785", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "\u003ca href=\"https://launchpad.net/openlibrary/+milestone/general-bucket\" alt=\"milestone general-bucket\" title=\"Linked to milestone general-bucket\" class=\"sprite milestone\"\u003e\u003c/a\u003e", "id": 690785, "importance": "High", "importance_class": "importanceHIGH", "information_type": "Public", "last_updated": "on 2011-02-16", "milestone_name": "Open Library general-bucket", "reporter": "George", "status": "Confirmed", "status_class": "statusCONFIRMED", "tags": [], "title": "Deleting a single edition work should delete the edition AND the work", "has_tags": false}, {"age": "13 years old", "assignee": "Anand Chitipothu", "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/690790", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "\u003ca href=\"https://launchpad.net/openlibrary/+milestone/general-bucket\" alt=\"milestone general-bucket\" title=\"Linked to milestone general-bucket\" class=\"sprite milestone\"\u003e\u003c/a\u003e", "id": 690790, "importance": "High", "importance_class": "importanceHIGH", "information_type": "Public", "last_updated": "on 2010-12-15", "milestone_name": "Open Library general-bucket", "reporter": "George", "status": "New", "status_class": "statusNEW", "tags": [], "title": "Record deletions should be hidden from the Around The Library view of recent changes", "has_tags": false}, {"age": "13 years old", "assignee": "Anand Chitipothu", "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/704097", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 704097, "importance": "High", "importance_class": "importanceHIGH", "information_type": "Public", "last_updated": "on 2011-02-07", "milestone_name": null, "reporter": "mangtronix", "status": "Confirmed", "status_class": "statusCONFIRMED", "tags": [{"url": "https://bugs.launchpad.net/openlibrary/+bugs/?field.tag=lending", "tag": "lending"}, {"url": "https://bugs.launchpad.net/openlibrary/+bugs/?field.tag=lists", "tag": "lists"}], "title": "lending: if book is not available to borrow, offer to add it to \"my books to borrow\" list", "has_tags": true}, {"age": "13 years old", "assignee": "Edward Betts", "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/723470", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 723470, "importance": "High", "importance_class": "importanceHIGH", "information_type": "Public", "last_updated": "on 2011-02-23", "milestone_name": null, "reporter": "Edward Betts", "status": "Confirmed", "status_class": "statusCONFIRMED", "tags": [], "title": "add authors and works to more archive.org scanned books", "has_tags": false}, {"age": "17 years old", "assignee": "Edward Betts", "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/127793", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e10\u003c/span\u003e", "badges": "", "id": 127793, "importance": "Medium", "importance_class": "importanceMEDIUM", "information_type": "Public", "last_updated": "on 2010-08-18", "milestone_name": null, "reporter": "brewster", "status": "Confirmed", "status_class": "statusCONFIRMED", "tags": [], "title": "Scanned books marked as serials aren't included in Open Library", "has_tags": false}, {"age": "17 years old", "assignee": "Karen Coyle", "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/128398", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e2\u003c/span\u003e", "badges": "", "id": 128398, "importance": "Medium", "importance_class": "importanceMEDIUM", "information_type": "Public", "last_updated": "on 2012-06-21", "milestone_name": null, "reporter": "Aaron Swartz", "status": "In Progress", "status_class": "statusINPROGRESS", "tags": [{"url": "https://bugs.launchpad.net/openlibrary/+bugs/?field.tag=rdf", "tag": "rdf"}], "title": "RDF/XML export", "has_tags": true}, {"age": "17 years old", "assignee": "Anand Chitipothu", "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/128399", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e22\u003c/span\u003e", "badges": "\u003ca href=\"https://launchpad.net/openlibrary/+milestone/stability-july-28\" alt=\"milestone stability-july-28\" title=\"Linked to milestone stability-july-28\" class=\"sprite milestone\"\u003e\u003c/a\u003e", "id": 128399, "importance": "Medium", "importance_class": "importanceMEDIUM", "information_type": "Public", "last_updated": "on 2010-07-08", "milestone_name": "Open Library stability-july-28", "reporter": "Aaron Swartz", "status": "Confirmed", "status_class": "statusCONFIRMED", "tags": [], "title": "Produce Regular Data Dumps - full \u0026 incremental", "has_tags": false}, {"age": "17 years old", "assignee": "George", "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/128411", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e2\u003c/span\u003e", "badges": "\u003ca href=\"https://launchpad.net/openlibrary/+milestone/1.0\" alt=\"milestone 1.0\" title=\"Linked to milestone 1.0\" class=\"sprite milestone\"\u003e\u003c/a\u003e", "id": 128411, "importance": "Medium", "importance_class": "importanceMEDIUM", "information_type": "Public", "last_updated": "on 2009-08-19", "milestone_name": "Open Library 1.0", "reporter": "Aaron Swartz", "status": "Confirmed", "status_class": "statusCONFIRMED", "tags": [], "title": "get more publishers", "has_tags": false}, {"age": "17 years old", "assignee": "Edward Betts", "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/151151", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e4\u003c/span\u003e", "badges": "\u003ca href=\"https://launchpad.net/openlibrary/+milestone/1.1\" alt=\"milestone 1.1\" title=\"Linked to milestone 1.1\" class=\"sprite milestone\"\u003e\u003c/a\u003e", "id": 151151, "importance": "Medium", "importance_class": "importanceMEDIUM", "information_type": "Public", "last_updated": "on 2010-07-07", "milestone_name": "Open Library 1.1", "reporter": "Aaron Swartz", "status": "Confirmed", "status_class": "statusCONFIRMED", "tags": [{"url": "https://bugs.launchpad.net/openlibrary/+bugs/?field.tag=marc", "tag": "marc"}], "title": "MARC import isn't picking up URLs", "has_tags": true}, {"age": "17 years old", "assignee": "Edward Betts", "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/152793", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e4\u003c/span\u003e", "badges": "\u003ca href=\"https://launchpad.net/openlibrary/+milestone/1.0\" alt=\"milestone 1.0\" title=\"Linked to milestone 1.0\" class=\"sprite milestone\"\u003e\u003c/a\u003e", "id": 152793, "importance": "Medium", "importance_class": "importanceMEDIUM", "information_type": "Public", "last_updated": "on 2010-01-12", "milestone_name": "Open Library 1.0", "reporter": "Aaron Swartz", "status": "Confirmed", "status_class": "statusCONFIRMED", "tags": [], "title": "parse amazon data", "has_tags": false}, {"age": "16 years old", "assignee": "Edward Betts", "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/174802", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e2\u003c/span\u003e", "badges": "", "id": 174802, "importance": "Medium", "importance_class": "importanceMEDIUM", "information_type": "Public", "last_updated": "on 2008-11-01", "milestone_name": null, "reporter": "Aaron Swartz", "status": "Confirmed", "status_class": "statusCONFIRMED", "tags": [], "title": "parse publication dates", "has_tags": false}, {"age": "16 years old", "assignee": "Edward Betts", "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/213625", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e2\u003c/span\u003e", "badges": "", "id": 213625, "importance": "Medium", "importance_class": "importanceMEDIUM", "information_type": "Public", "last_updated": "on 2010-07-07", "milestone_name": null, "reporter": "Aaron Swartz", "status": "Confirmed", "status_class": "statusCONFIRMED", "tags": [{"url": "https://bugs.launchpad.net/openlibrary/+bugs/?field.tag=marc", "tag": "marc"}], "title": "most titles end with periods", "has_tags": true}, {"age": "16 years old", "assignee": "Anand Chitipothu", "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/220618", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e4\u003c/span\u003e", "badges": "", "id": 220618, "importance": "Medium", "importance_class": "importanceMEDIUM", "information_type": "Public", "last_updated": "on 2010-11-20", "milestone_name": null, "reporter": "Sinath Kim", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [], "title": "Validate ISBN and other cataloger input", "has_tags": false}, {"age": "16 years old", "assignee": "Edward Betts", "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/262265", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e10\u003c/span\u003e", "badges": "\u003ca href=\"https://launchpad.net/openlibrary/+milestone/general-bucket\" alt=\"milestone general-bucket\" title=\"Linked to milestone general-bucket\" class=\"sprite milestone\"\u003e\u003c/a\u003e", "id": 262265, "importance": "Medium", "importance_class": "importanceMEDIUM", "information_type": "Public", "last_updated": "on 2010-12-09", "milestone_name": "Open Library general-bucket", "reporter": "Edward Betts", "status": "Confirmed", "status_class": "statusCONFIRMED", "tags": [{"url": "https://bugs.launchpad.net/openlibrary/+bugs/?field.tag=marc", "tag": "marc"}], "title": "Merge Title Prefix into Title Field", "has_tags": true}, {"age": "16 years old", "assignee": "Anand Chitipothu", "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/280682", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e2\u003c/span\u003e", "badges": "", "id": 280682, "importance": "Medium", "importance_class": "importanceMEDIUM", "information_type": "Public", "last_updated": "on 2010-07-08", "milestone_name": null, "reporter": "Edward Betts", "status": "Confirmed", "status_class": "statusCONFIRMED", "tags": [{"url": "https://bugs.launchpad.net/openlibrary/+bugs/?field.tag=api", "tag": "api"}], "title": "Write API should return errors in JSON", "has_tags": true}, {"age": "16 years old", "assignee": "Edward Betts", "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/286995", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e4\u003c/span\u003e", "badges": "", "id": 286995, "importance": "Medium", "importance_class": "importanceMEDIUM", "information_type": "Public", "last_updated": "on 2010-06-01", "milestone_name": null, "reporter": "Edward Betts", "status": "Confirmed", "status_class": "statusCONFIRMED", "tags": [], "title": "Author splitting", "has_tags": false}, {"age": "16 years old", "assignee": "Edward Betts", "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/294475", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e2\u003c/span\u003e", "badges": "", "id": 294475, "importance": "Medium", "importance_class": "importanceMEDIUM", "information_type": "Public", "last_updated": "on 2010-02-17", "milestone_name": null, "reporter": "raj", "status": "New", "status_class": "statusNEW", "tags": [], "title": "search ranking: other strategies", "has_tags": false}, {"age": "15 years old", "assignee": "raj", "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/301709", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e2\u003c/span\u003e", "badges": "", "id": 301709, "importance": "Medium", "importance_class": "importanceMEDIUM", "information_type": "Public", "last_updated": "on 2009-04-02", "milestone_name": null, "reporter": "Anand Chitipothu", "status": "Confirmed", "status_class": "statusCONFIRMED", "tags": [], "title": "URL for accessing a part of file in the petabox", "has_tags": false}, {"age": "15 years old", "assignee": "George", "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/302581", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e2\u003c/span\u003e", "badges": "", "id": 302581, "importance": "Medium", "importance_class": "importanceMEDIUM", "information_type": "Public", "last_updated": "on 2009-05-21", "milestone_name": null, "reporter": "raj", "status": "Confirmed", "status_class": "statusCONFIRMED", "tags": [], "title": "draft a community editing policy", "has_tags": false}, {"age": "15 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/314963", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e2\u003c/span\u003e", "badges": "", "id": 314963, "importance": "Medium", "importance_class": "importanceMEDIUM", "information_type": "Public", "last_updated": "on 2010-01-08", "milestone_name": null, "reporter": "Aaron Swartz", "status": "Confirmed", "status_class": "statusCONFIRMED", "tags": [], "title": "support links to purchase, buy books", "has_tags": false}, {"age": "15 years old", "assignee": "Edward Betts", "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/325854", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 325854, "importance": "Medium", "importance_class": "importanceMEDIUM", "information_type": "Public", "last_updated": "on 2010-11-30", "milestone_name": null, "reporter": "Karen Coyle", "status": "Confirmed", "status_class": "statusCONFIRMED", "tags": [{"url": "https://bugs.launchpad.net/openlibrary/+bugs/?field.tag=language", "tag": "language"}, {"url": "https://bugs.launchpad.net/openlibrary/+bugs/?field.tag=marc", "tag": "marc"}], "title": "adding vernacular fields from marc records", "has_tags": true}, {"age": "15 years old", "assignee": "Edward Betts", "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/338841", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e2\u003c/span\u003e", "badges": "\u003ca href=\"https://launchpad.net/openlibrary/+milestone/1.7\" alt=\"milestone 1.7\" title=\"Linked to milestone 1.7\" class=\"sprite milestone\"\u003e\u003c/a\u003e", "id": 338841, "importance": "Medium", "importance_class": "importanceMEDIUM", "information_type": "Public", "last_updated": "on 2010-11-30", "milestone_name": "Open Library 1.7", "reporter": "Edward Betts", "status": "Confirmed", "status_class": "statusCONFIRMED", "tags": [{"url": "https://bugs.launchpad.net/openlibrary/+bugs/?field.tag=language", "tag": "language"}, {"url": "https://bugs.launchpad.net/openlibrary/+bugs/?field.tag=works", "tag": "works"}], "title": "Works should include orginial language", "has_tags": true}, {"age": "15 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/345270", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e2\u003c/span\u003e", "badges": "", "id": 345270, "importance": "Medium", "importance_class": "importanceMEDIUM", "information_type": "Public", "last_updated": "on 2009-03-19", "milestone_name": null, "reporter": "Edward Betts", "status": "Confirmed", "status_class": "statusCONFIRMED", "tags": [], "title": "Add a book should get book data using ISBN", "has_tags": false}, {"age": "15 years old", "assignee": "Edward Betts", "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/353653", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e2\u003c/span\u003e", "badges": "\u003ca href=\"https://launchpad.net/openlibrary/+milestone/general-bucket\" alt=\"milestone general-bucket\" title=\"Linked to milestone general-bucket\" class=\"sprite milestone\"\u003e\u003c/a\u003e", "id": 353653, "importance": "Medium", "importance_class": "importanceMEDIUM", "information_type": "Public", "last_updated": "on 2010-10-05", "milestone_name": "Open Library general-bucket", "reporter": "Jeroen Hellingman", "status": "New", "status_class": "statusNEW", "tags": [], "title": "Integration with Project Gutenberg", "has_tags": false}, {"age": "15 years old", "assignee": "Edward Betts", "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/357110", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e2\u003c/span\u003e", "badges": "", "id": 357110, "importance": "Medium", "importance_class": "importanceMEDIUM", "information_type": "Public", "last_updated": "on 2009-11-18", "milestone_name": null, "reporter": "Edward Betts", "status": "Confirmed", "status_class": "statusCONFIRMED", "tags": [], "title": "Load covers from Gutenberg books on archive.org", "has_tags": false}, {"age": "15 years old", "assignee": "Edward Betts", "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/369021", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e8\u003c/span\u003e", "badges": "", "id": 369021, "importance": "Medium", "importance_class": "importanceMEDIUM", "information_type": "Public", "last_updated": "on 2010-02-17", "milestone_name": null, "reporter": "solrize", "status": "New", "status_class": "statusNEW", "tags": [], "title": "add nagios test for search update daemon", "has_tags": false}, {"age": "15 years old", "assignee": "Edward Betts", "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/373024", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 373024, "importance": "Medium", "importance_class": "importanceMEDIUM", "information_type": "Public", "last_updated": "on 2010-07-09", "milestone_name": null, "reporter": "solrize", "status": "Confirmed", "status_class": "statusCONFIRMED", "tags": [{"url": "https://bugs.launchpad.net/openlibrary/+bugs/?field.tag=search", "tag": "search"}], "title": "replicate bibliographic solr", "has_tags": true}, {"age": "15 years old", "assignee": "Edward Betts", "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/379126", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e8\u003c/span\u003e", "badges": "", "id": 379126, "importance": "Medium", "importance_class": "importanceMEDIUM", "information_type": "Public", "last_updated": "on 2010-02-02", "milestone_name": null, "reporter": "Aaron Swartz", "status": "Confirmed", "status_class": "statusCONFIRMED", "tags": [], "title": "author identification should be conservative", "has_tags": false}, {"age": "15 years old", "assignee": "George", "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/379128", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 379128, "importance": "Medium", "importance_class": "importanceMEDIUM", "information_type": "Public", "last_updated": "on 2010-01-09", "milestone_name": null, "reporter": "Aaron Swartz", "status": "Confirmed", "status_class": "statusCONFIRMED", "tags": [], "title": "29 unassigned bugs", "has_tags": false}, {"age": "15 years old", "assignee": "Edward Betts", "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/415630", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e8\u003c/span\u003e", "badges": "", "id": 415630, "importance": "Medium", "importance_class": "importanceMEDIUM", "information_type": "Public", "last_updated": "on 2010-10-19", "milestone_name": null, "reporter": "George", "status": "Confirmed", "status_class": "statusCONFIRMED", "tags": [], "title": "Merge two identical editions? Slug Worms...", "has_tags": false}, {"age": "15 years old", "assignee": "Anand Chitipothu", "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/416595", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 416595, "importance": "Medium", "importance_class": "importanceMEDIUM", "information_type": "Public", "last_updated": "on 2011-02-11", "milestone_name": null, "reporter": "George", "status": "Confirmed", "status_class": "statusCONFIRMED", "tags": [{"url": "https://bugs.launchpad.net/openlibrary/+bugs/?field.tag=covers", "tag": "covers"}], "title": "Cover image quality is poor - needs improvement", "has_tags": true}, {"age": "15 years old", "assignee": "arielb", "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/485999", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "\u003ca href=\"https://launchpad.net/openlibrary/+milestone/general-bucket\" alt=\"milestone general-bucket\" title=\"Linked to milestone general-bucket\" class=\"sprite milestone\"\u003e\u003c/a\u003e", "id": 485999, "importance": "Medium", "importance_class": "importanceMEDIUM", "information_type": "Public", "last_updated": "on 2010-07-01", "milestone_name": "Open Library general-bucket", "reporter": "Edward Betts", "status": "Confirmed", "status_class": "statusCONFIRMED", "tags": [], "title": "Validate ISBN", "has_tags": false}, {"age": "15 years old", "assignee": "Lance Arthur", "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/487245", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "\u003ca href=\"https://launchpad.net/openlibrary/+milestone/general-bucket\" alt=\"milestone general-bucket\" title=\"Linked to milestone general-bucket\" class=\"sprite milestone\"\u003e\u003c/a\u003e", "id": 487245, "importance": "Medium", "importance_class": "importanceMEDIUM", "information_type": "Public", "last_updated": "on 2010-07-12", "milestone_name": "Open Library general-bucket", "reporter": "George", "status": "Confirmed", "status_class": "statusCONFIRMED", "tags": [], "title": "Navigate History", "has_tags": false}, {"age": "14 years old", "assignee": "Edward Betts", "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/503497", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e8\u003c/span\u003e", "badges": "\u003ca href=\"https://launchpad.net/openlibrary/+milestone/general-bucket\" alt=\"milestone general-bucket\" title=\"Linked to milestone general-bucket\" class=\"sprite milestone\"\u003e\u003c/a\u003e", "id": 503497, "importance": "Medium", "importance_class": "importanceMEDIUM", "information_type": "Public", "last_updated": "on 2010-06-04", "milestone_name": "Open Library general-bucket", "reporter": "George", "status": "In Progress", "status_class": "statusINPROGRESS", "tags": [], "title": "Manage Amazon updates", "has_tags": false}, {"age": "14 years old", "assignee": "Edward Betts", "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/504388", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "\u003ca href=\"https://launchpad.net/openlibrary/+milestone/general-bucket\" alt=\"milestone general-bucket\" title=\"Linked to milestone general-bucket\" class=\"sprite milestone\"\u003e\u003c/a\u003e", "id": 504388, "importance": "Medium", "importance_class": "importanceMEDIUM", "information_type": "Public", "last_updated": "on 2010-03-29", "milestone_name": "Open Library general-bucket", "reporter": "George", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [], "title": "Remove \"etc\" from subjects", "has_tags": false}, {"age": "14 years old", "assignee": "Anand Chitipothu", "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/506710", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e14\u003c/span\u003e", "badges": "\u003ca href=\"https://launchpad.net/openlibrary/+milestone/general-bucket\" alt=\"milestone general-bucket\" title=\"Linked to milestone general-bucket\" class=\"sprite milestone\"\u003e\u003c/a\u003e", "id": 506710, "importance": "Medium", "importance_class": "importanceMEDIUM", "information_type": "Public", "last_updated": "on 2011-02-16", "milestone_name": "Open Library general-bucket", "reporter": "George", "status": "In Progress", "status_class": "statusINPROGRESS", "tags": [], "title": "Can't delete authors with connected editions", "has_tags": false}, {"age": "14 years old", "assignee": "Edward Betts", "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/508158", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "\u003ca href=\"https://launchpad.net/openlibrary/+milestone/general-bucket\" alt=\"milestone general-bucket\" title=\"Linked to milestone general-bucket\" class=\"sprite milestone\"\u003e\u003c/a\u003e", "id": 508158, "importance": "Medium", "importance_class": "importanceMEDIUM", "information_type": "Public", "last_updated": "on 2010-08-05", "milestone_name": "Open Library general-bucket", "reporter": "George", "status": "Confirmed", "status_class": "statusCONFIRMED", "tags": [], "title": "Investigate many-editioned Works with [brackets] in the title", "has_tags": false}, {"age": "14 years old", "assignee": "Lance Arthur", "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/513914", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "\u003ca href=\"https://launchpad.net/openlibrary/+milestone/general-bucket\" alt=\"milestone general-bucket\" title=\"Linked to milestone general-bucket\" class=\"sprite milestone\"\u003e\u003c/a\u003e", "id": 513914, "importance": "Medium", "importance_class": "importanceMEDIUM", "information_type": "Public", "last_updated": "on 2010-03-01", "milestone_name": "Open Library general-bucket", "reporter": "George", "status": "Confirmed", "status_class": "statusCONFIRMED", "tags": [], "title": "Need confirmation of a Revert", "has_tags": false}, {"age": "14 years old", "assignee": "Edward Betts", "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/521208", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 521208, "importance": "Medium", "importance_class": "importanceMEDIUM", "information_type": "Public", "last_updated": "on 2010-07-12", "milestone_name": null, "reporter": "George", "status": "New", "status_class": "statusNEW", "tags": [{"url": "https://bugs.launchpad.net/openlibrary/+bugs/?field.tag=workfinder", "tag": "workfinder"}], "title": "Unmerged Works - collecting examples/reporting for Edward", "has_tags": true}, {"age": "14 years old", "assignee": "Edward Betts", "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/524117", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 524117, "importance": "Medium", "importance_class": "importanceMEDIUM", "information_type": "Public", "last_updated": "on 2012-08-22", "milestone_name": null, "reporter": "Edward Betts", "status": "Confirmed", "status_class": "statusCONFIRMED", "tags": [{"url": "https://bugs.launchpad.net/openlibrary/+bugs/?field.tag=marc", "tag": "marc"}], "title": "Decide how to handle empty 100a field in MARC records", "has_tags": true}, {"age": "14 years old", "assignee": "Anand Chitipothu", "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/528717", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "\u003ca href=\"https://launchpad.net/openlibrary/+milestone/general-bucket\" alt=\"milestone general-bucket\" title=\"Linked to milestone general-bucket\" class=\"sprite milestone\"\u003e\u003c/a\u003e", "id": 528717, "importance": "Medium", "importance_class": "importanceMEDIUM", "information_type": "Public", "last_updated": "on 2011-01-21", "milestone_name": "Open Library general-bucket", "reporter": "George", "status": "Confirmed", "status_class": "statusCONFIRMED", "tags": [{"url": "https://bugs.launchpad.net/openlibrary/+bugs/?field.tag=covers", "tag": "covers"}], "title": "Back button doesn't work after you add a cover", "has_tags": true}, {"age": "14 years old", "assignee": "Anand Chitipothu", "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/538235", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 538235, "importance": "Medium", "importance_class": "importanceMEDIUM", "information_type": "Public", "last_updated": "on 2010-11-09", "milestone_name": null, "reporter": "someben", "status": "Confirmed", "status_class": "statusCONFIRMED", "tags": [], "title": "Update RESTful API to allow for changes made externally", "has_tags": false}, {"age": "14 years old", "assignee": "arielb", "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/547142", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "\u003ca href=\"https://launchpad.net/openlibrary/+milestone/general-bucket\" alt=\"milestone general-bucket\" title=\"Linked to milestone general-bucket\" class=\"sprite milestone\"\u003e\u003c/a\u003e", "id": 547142, "importance": "Medium", "importance_class": "importanceMEDIUM", "information_type": "Public", "last_updated": "on 2010-07-01", "milestone_name": "Open Library general-bucket", "reporter": "Edward Betts", "status": "Confirmed", "status_class": "statusCONFIRMED", "tags": [{"url": "https://bugs.launchpad.net/openlibrary/+bugs/?field.tag=diff", "tag": "diff"}], "title": "Work diff should show author names", "has_tags": true}, {"age": "14 years old", "assignee": "Anand Chitipothu", "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/551324", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "\u003ca href=\"https://launchpad.net/openlibrary/+milestone/general-bucket\" alt=\"milestone general-bucket\" title=\"Linked to milestone general-bucket\" class=\"sprite milestone\"\u003e\u003c/a\u003e", "id": 551324, "importance": "Medium", "importance_class": "importanceMEDIUM", "information_type": "Public", "last_updated": "on 2010-08-25", "milestone_name": "Open Library general-bucket", "reporter": "Edward Betts", "status": "Confirmed", "status_class": "statusCONFIRMED", "tags": [{"url": "https://bugs.launchpad.net/openlibrary/+bugs/?field.tag=diff", "tag": "diff"}], "title": "Hide \"both revisions are identical\" from recent changes", "has_tags": true}, {"age": "14 years old", "assignee": "Anand Chitipothu", "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/553657", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 553657, "importance": "Medium", "importance_class": "importanceMEDIUM", "information_type": "Public", "last_updated": "on 2010-11-30", "milestone_name": null, "reporter": "Edward Betts", "status": "Confirmed", "status_class": "statusCONFIRMED", "tags": [{"url": "https://bugs.launchpad.net/openlibrary/+bugs/?field.tag=language", "tag": "language"}], "title": "Edition edit page should support multiple languages", "has_tags": true}, {"age": "14 years old", "assignee": "Edward Betts", "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/555904", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 555904, "importance": "Medium", "importance_class": "importanceMEDIUM", "information_type": "Public", "last_updated": "on 2010-08-09", "milestone_name": null, "reporter": "Edward Betts", "status": "Confirmed", "status_class": "statusCONFIRMED", "tags": [{"url": "https://bugs.launchpad.net/openlibrary/+bugs/?field.tag=workfinder", "tag": "workfinder"}, {"url": "https://bugs.launchpad.net/openlibrary/+bugs/?field.tag=works", "tag": "works"}], "title": "Automatic work merge on work edit", "has_tags": true}, {"age": "14 years old", "assignee": "Anand Chitipothu", "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/558846", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "\u003ca href=\"https://launchpad.net/openlibrary/+milestone/general-bucket\" alt=\"milestone general-bucket\" title=\"Linked to milestone general-bucket\" class=\"sprite milestone\"\u003e\u003c/a\u003e", "id": 558846, "importance": "Medium", "importance_class": "importanceMEDIUM", "information_type": "Public", "last_updated": "on 2010-12-13", "milestone_name": "Open Library general-bucket", "reporter": "George", "status": "New", "status_class": "statusNEW", "tags": [], "title": "Make sure subjects are coming from the database on Work pages", "has_tags": false}, {"age": "14 years old", "assignee": "Edward Betts", "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/562009", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "\u003ca href=\"https://launchpad.net/openlibrary/+milestone/general-bucket\" alt=\"milestone general-bucket\" title=\"Linked to milestone general-bucket\" class=\"sprite milestone\"\u003e\u003c/a\u003e", "id": 562009, "importance": "Medium", "importance_class": "importanceMEDIUM", "information_type": "Public", "last_updated": "on 2010-07-07", "milestone_name": "Open Library general-bucket", "reporter": "Patrick", "status": "Confirmed", "status_class": "statusCONFIRMED", "tags": [{"url": "https://bugs.launchpad.net/openlibrary/+bugs/?field.tag=marc", "tag": "marc"}], "title": "Failed to import german umlaute", "has_tags": true}, {"age": "14 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/569223", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 569223, "importance": "Medium", "importance_class": "importanceMEDIUM", "information_type": "Public", "last_updated": "on 2010-04-23", "milestone_name": null, "reporter": "Edward Betts", "status": "Confirmed", "status_class": "statusCONFIRMED", "tags": [], "title": "Handle C programming language subjects", "has_tags": false}]}, "next": {"memo": "75", "start": 75}, "prev": null, "total": 294, "forwards": true, "last_start": 225, "memo": null, "start": 0, "field_visibility": {"show_datecreated": false, "show_assignee": false, "show_targetname": true, "show_heat": true, "show_id": true, "show_importance": true, "show_information_type": false, "show_date_last_updated": false, "show_milestone_name": false, "show_reporter": false, "show_status": true, "show_tag": false}, "field_visibility_defaults": {"show_datecreated": false, "show_assignee": false, "show_targetname": true, "show_heat": true, "show_id": true, "show_importance": true, "show_information_type": false, "show_date_last_updated": false, "show_milestone_name": false, "show_reporter": false, "show_status": true, "show_tag": false}, "cbl_cookie_name": "anon-buglist-fields", "order_by": "-importance", "sort_keys": [["importance", "Importance", "desc"], ["status", "Status", "asc"], ["information_type", "Information Type", "asc"], ["id", "Number", "desc"], ["title", "Title", "asc"], ["targetname", "Package/Project/Series name", "asc"], ["milestone_name", "Milestone", "asc"], ["date_last_updated", "Date last updated", "desc"], ["assignee", "Assignee", "asc"], ["reporter", "Reporter", "asc"], ["datecreated", "Age", "desc"], ["tag", "Tags", "asc"], ["heat", "Heat", "desc"], ["date_closed", "Date closed", "desc"], ["dateassigned", "Date when the bug task was assigned", "desc"], ["number_of_duplicates", "Number of duplicates", "desc"], ["latest_patch_uploaded", "Date latest patch uploaded", "desc"], ["message_count", "Number of comments", "desc"], ["milestone", "Milestone ID", "desc"], ["task", "Bug task ID", "desc"], ["users_affected_count", "Number of affected users", "desc"]], "context": {"self_link": "https://bugs.launchpad.net/api/devel/openlibrary", "web_link": "https://launchpad.net/openlibrary", "resource_type_link": "https://bugs.launchpad.net/api/devel/#project", "translations_usage": "Unknown", "official_answers": false, "official_blueprints": false, "official_codehosting": false, "official_bugs": true, "information_type": "Public", "active": true, "all_specifications_collection_link": "https://bugs.launchpad.net/api/devel/openlibrary/all_specifications", "valid_specifications_collection_link": "https://bugs.launchpad.net/api/devel/openlibrary/valid_specifications", "bug_reporting_guidelines": null, "bug_reported_acknowledgement": null, "official_bug_tags": ["api", "ariel", "covers", "i18n", "language", "lending", "marc", "rdf", "search", "types", "works"], "recipes_collection_link": "https://bugs.launchpad.net/api/devel/openlibrary/recipes", "webhooks_collection_link": "https://bugs.launchpad.net/api/devel/openlibrary/webhooks", "bug_supervisor_link": "https://bugs.launchpad.net/api/devel/~george-archive", "active_milestones_collection_link": "https://bugs.launchpad.net/api/devel/openlibrary/active_milestones", "all_milestones_collection_link": "https://bugs.launchpad.net/api/devel/openlibrary/all_milestones", "translationgroup_link": null, "translationpermission": "Open", "qualifies_for_free_hosting": true, "reviewer_whiteboard": "tag:launchpad.net:2008:redacted", "is_permitted": "tag:launchpad.net:2008:redacted", "project_reviewed": "tag:launchpad.net:2008:redacted", "license_approved": "tag:launchpad.net:2008:redacted", "private": false, "display_name": "Open Library", "icon_link": "https://bugs.launchpad.net/api/devel/openlibrary/icon", "logo_link": "https://bugs.launchpad.net/api/devel/openlibrary/logo", "name": "openlibrary", "owner_link": "https://bugs.launchpad.net/api/devel/~openlibrary-team", "project_group_link": null, "title": "Open Library", "registrant_link": "https://bugs.launchpad.net/api/devel/~openlibrary-team", "driver_link": null, "summary": "Creating a page on the web for every book.", "description": "PLEASE NOTE: We are now tracking issues on GITHUB. Please feel free to enter issues or bugs over there. Thank you!\n\nhttps://github.com/internetarchive/openlibrary/issues", "date_created": "2007-06-20T16:41:23.007011+00:00", "homepage_url": "http://openlibrary.org/", "wiki_url": "http://en.wikipedia.org/wiki/Open_Library", "screenshots_url": null, "download_url": null, "programming_language": "Python,Java", "sourceforge_project": null, "freshmeat_project": null, "brand_link": "https://bugs.launchpad.net/api/devel/openlibrary/brand", "branch_sharing_policy": "Public", "bug_sharing_policy": "Public", "specification_sharing_policy": "Public", "licenses": ["GNU GPL v3", "Public Domain"], "license_info": null, "bug_tracker_link": null, "series_collection_link": "https://bugs.launchpad.net/api/devel/openlibrary/series", "development_focus_link": "https://bugs.launchpad.net/api/devel/openlibrary/trunk", "releases_collection_link": "https://bugs.launchpad.net/api/devel/openlibrary/releases", "translation_focus_link": null, "commercial_subscription_link": null, "commercial_subscription_is_due": false, "remote_product": null, "vcs": "Bazaar", "http_etag": "\"f5a815b93618c5863bd240633f246bb1bfbdbcf1-65ef3474e8ddbab25d42992ba285921a8bd94aa4\""}};</script> </body> <!-- Facet name: bugs Page type: main_side Has global search: True Has application tabs: True Has side portlets: True At least 31 queries/external actions issued in 0.40 seconds Features: {'profiling.enabled': None, 'bugs.dynamic_bug_listings.pre_fetch': None, 'hard_timeout': '5000', 'app.mainsite_only.canonical_url': None, 'js.yui_version': None, 'app.maintenance_message': None, 'ajax.batch_navigator.enabled': None, 'baselayout.careers_link.disabled': None, 'visible_render_time': None} r22ade00 --> </html>