CINXE.COM
Bugs : Open Library
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr"> <head> <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 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/+bugs/+login?direction=backwards&start=225">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"><a href="https://bugs.launchpad.net/openlibrary">Bugs</a></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>226</strong> → <strong>294</strong> of 294 results </td> <td style="text-align: right; white-space: nowrap" class="batch-navigation-links"> <a class="first" rel="first" href="https://bugs.launchpad.net/openlibrary/+bugs?" id="upper-batch-nav-batchnav-first">First</a> • <a class="previous" rel="previous" href="https://bugs.launchpad.net/openlibrary/+bugs?direction=backwards&memo=225&start=150" id="upper-batch-nav-batchnav-previous">Previous</a> • <span class="next inactive"><strong>Next</strong></span> • <span class="last inactive">Last</span> </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 importanceUNDECIDED"> Undecided </div> <div class="status statusFIXCOMMITTED"> Fix Committed </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#378774</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/378774" class="bugtitle">FR: Report Stats for OpenLibrary </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 importanceUNDECIDED"> Undecided </div> <div class="status statusFIXCOMMITTED"> Fix Committed </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#380697</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/380697" class="bugtitle">Make the "Webby Book" prototype interactive using javascript</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 importanceUNDECIDED"> Undecided </div> <div class="status statusNEW"> New </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#385289</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/385289" class="bugtitle">Add Delicious to OL?</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 importanceUNDECIDED"> Undecided </div> <div class="status statusNEW"> New </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#389684</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/389684" class="bugtitle">MARC record specs for export to libraries</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 importanceUNDECIDED"> Undecided </div> <div class="status statusNEW"> New </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#391444</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/391444" class="bugtitle">missing amazon link for a book</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 importanceUNDECIDED"> Undecided </div> <div class="status statusFIXCOMMITTED"> Fix Committed </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#401905</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/401905" class="bugtitle">data_thing_id_revision_idx should be a unique key</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 importanceUNDECIDED"> Undecided </div> <div class="status statusNEW"> New </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#405243</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/405243" class="bugtitle">API call to retrieve all scanned books without 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"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceUNDECIDED"> Undecided </div> <div class="status statusNEW"> New </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#415178</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/415178" class="bugtitle">need API hook for marcxml format</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 importanceUNDECIDED"> Undecided </div> <div class="status statusNEW"> New </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#423523</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/423523" class="bugtitle">non-numeric death date</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 importanceUNDECIDED"> Undecided </div> <div class="status statusNEW"> New </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#423995</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/423995" class="bugtitle">Link to a translator page</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 importanceUNDECIDED"> Undecided </div> <div class="status statusCONFIRMED"> Confirmed </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#485590</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/485590" class="bugtitle">'options' missing from /type/property</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 importanceUNDECIDED"> Undecided </div> <div class="status statusNEW"> New </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#510789</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/510789" class="bugtitle">Add $p to MARC title subfields to import</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 importanceUNDECIDED"> Undecided </div> <div class="status statusNEW"> New </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#516218</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/516218" class="bugtitle">excerpts are missing from /type/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"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceUNDECIDED"> Undecided </div> <div class="status statusNEW"> New </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#516225</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/516225" class="bugtitle">Need a way to link to revisions without big revert button</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 importanceUNDECIDED"> Undecided </div> <div class="status statusNEW"> New </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#517876</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/517876" class="bugtitle">Add 'first_publish_date' to covers carousel</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 importanceUNDECIDED"> Undecided </div> <div class="status statusNEW"> New </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#519492</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/519492" class="bugtitle">Multiple authors showing up as unknown author</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 importanceUNDECIDED"> Undecided </div> <div class="status statusNEW"> New </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#526777</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/526777" class="bugtitle">First sentence should get attached at Work level (under Add Excerpts tab)</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 importanceUNDECIDED"> Undecided </div> <div class="status statusNEW"> New </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#527506</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/527506" class="bugtitle">Adding new Role to new Edition</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 importanceUNDECIDED"> Undecided </div> <div class="status statusCONFIRMED"> Confirmed </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#546401</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/546401" class="bugtitle">Add a book - author field no author suggestions</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 importanceUNDECIDED"> Undecided </div> <div class="status statusNEW"> New </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#553558</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/553558" class="bugtitle">Odd API behavior / apparently random order</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 importanceUNDECIDED"> Undecided </div> <div class="status statusNEW"> New </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#559460</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/559460" class="bugtitle">3 dupe editions, all from the Library of Congress</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 importanceUNDECIDED"> Undecided </div> <div class="status statusNEW"> New </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#562584</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/562584" class="bugtitle">List of ISBNs / Goodreads IDs that aren't found 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">6</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceUNDECIDED"> Undecided </div> <div class="status statusFIXCOMMITTED"> Fix Committed </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#565439</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/565439" class="bugtitle">UI - Going back to Open Library after reading a scanned book</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 importanceUNDECIDED"> Undecided </div> <div class="status statusNEW"> New </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#577647</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/577647" class="bugtitle">added features to user page and authors page</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 importanceUNDECIDED"> Undecided </div> <div class="status statusNEW"> New </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#585635</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/585635" class="bugtitle">Open Library - How to handle multi-volume and compilation 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"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceUNDECIDED"> Undecided </div> <div class="status statusNEW"> New </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#589933</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/589933" class="bugtitle">small font for code text in Safari/OSX</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 importanceUNDECIDED"> Undecided </div> <div class="status statusNEW"> New </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#595705</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/595705" class="bugtitle">track successful "transactions" on openlibrary.org</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 importanceUNDECIDED"> Undecided </div> <div class="status statusNEW"> New </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#596093</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/596093" class="bugtitle">merge private data store with main triple store</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 importanceUNDECIDED"> Undecided </div> <div class="status statusNEW"> New </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#596976</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/596976" class="bugtitle">IE7 Syntax error in function Template</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 importanceUNDECIDED"> Undecided </div> <div class="status statusNEW"> New </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#599154</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/599154" class="bugtitle">Lending: User name is case-sensitive for log in.</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 importanceUNDECIDED"> Undecided </div> <div class="status statusNEW"> New </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#602358</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/602358" class="bugtitle">Saving work/author web links often ignored</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 importanceUNDECIDED"> Undecided </div> <div class="status statusCONFIRMED"> Confirmed </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#603351</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/603351" class="bugtitle">Invalid MARC XML 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">6</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceUNDECIDED"> Undecided </div> <div class="status statusNEW"> New </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#603814</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/603814" class="bugtitle">Edition edit page should check Internet Archive identifier is valid.</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 importanceUNDECIDED"> Undecided </div> <div class="status statusNEW"> New </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#607332</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/607332" class="bugtitle">Can't delete a work without a 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"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceUNDECIDED"> Undecided </div> <div class="status statusCONFIRMED"> Confirmed </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#615599</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/615599" class="bugtitle">Don't include plain text link for books without plain text</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 importanceUNDECIDED"> Undecided </div> <div class="status statusCONFIRMED"> Confirmed </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#616117</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/616117" class="bugtitle">Provide data dump with just publicly accessible scans</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 importanceUNDECIDED"> Undecided </div> <div class="status statusNEW"> New </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#616495</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/616495" class="bugtitle">Deleting a work with editions gives template error</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 importanceUNDECIDED"> Undecided </div> <div class="status statusNEW"> New </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#617600</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/617600" class="bugtitle">Provide a link to Add Book even if we find potential matches</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 importanceUNDECIDED"> Undecided </div> <div class="status statusNEW"> New </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#620168</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/620168" class="bugtitle">Pride and prejudice contains other 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"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceUNDECIDED"> Undecided </div> <div class="status statusNEW"> New </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#623499</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/623499" class="bugtitle">"First Sentence" not editable</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 importanceUNDECIDED"> Undecided </div> <div class="status statusCONFIRMED"> Confirmed </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#657123</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/657123" class="bugtitle">BiB: api URLs don't work on Mobile Safari</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 importanceUNDECIDED"> Undecided </div> <div class="status statusNEW"> New </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#665385</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/665385" class="bugtitle">javascript error with ie in "edit author"</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 importanceUNDECIDED"> Undecided </div> <div class="status statusNEW"> New </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#666757</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/666757" class="bugtitle">Need roles for contributors</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 importanceUNDECIDED"> Undecided </div> <div class="status statusINPROGRESS"> In Progress </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#671924</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/671924" class="bugtitle">Do RDF URIs have a trailing slash or not?</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Open Library </span> <span class="bug-heat-icons"> <span class="sprite flame">12</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceUNDECIDED"> Undecided </div> <div class="status statusNEW"> New </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#689809</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/689809" class="bugtitle">Books not importing correctly or opening to wrong book</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 importanceUNDECIDED"> Undecided </div> <div class="status statusNEW"> New </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#689931</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/689931" class="bugtitle">lending documentation</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 importanceUNDECIDED"> Undecided </div> <div class="status statusNEW"> New </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#696924</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/696924" class="bugtitle">loans: stats for loaned 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 importanceUNDECIDED"> Undecided </div> <div class="status statusCONFIRMED"> Confirmed </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#697832</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/697832" class="bugtitle">dev: connection error during dev instance install</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 importanceUNDECIDED"> Undecided </div> <div class="status statusNEW"> New </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#698200</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/698200" class="bugtitle">Adding tag (subject?) to book that does not exist yet causes request to fail and does not create the /subjects/<tag> entity</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 importanceUNDECIDED"> Undecided </div> <div class="status statusCONFIRMED"> Confirmed </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#702077</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/702077" class="bugtitle">cache fetched item meta.xml from 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">6</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceUNDECIDED"> Undecided </div> <div class="status statusNEW"> New </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#703664</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/703664" class="bugtitle">edition and work rdf changes needed</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 importanceUNDECIDED"> Undecided </div> <div class="status statusNEW"> New </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#704159</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/704159" class="bugtitle">author displaying as contributor</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 importanceUNDECIDED"> Undecided </div> <div class="status statusFIXCOMMITTED"> Fix Committed </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#704600</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/704600" class="bugtitle">loans: add link to download ADE on loan download error page</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 importanceUNDECIDED"> Undecided </div> <div class="status statusNEW"> New </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#707534</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/707534" class="bugtitle">Lists: Administrator edits not showing up in "Last Updated" detail</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 importanceUNDECIDED"> Undecided </div> <div class="status statusCONFIRMED"> Confirmed </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#709404</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/709404" class="bugtitle">copy machine_comment into source_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 importanceUNDECIDED"> Undecided </div> <div class="status statusNEW"> New </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#709415</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/709415" class="bugtitle">dev: lighttpd not installed</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 importanceUNDECIDED"> Undecided </div> <div class="status statusNEW"> New </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#709545</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/709545" class="bugtitle">javascript error on /borrow page</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 importanceUNDECIDED"> Undecided </div> <div class="status statusNEW"> New </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#709772</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/709772" class="bugtitle">ebooks=true parameter does nothing in Subjects API</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 importanceUNDECIDED"> Undecided </div> <div class="status statusNEW"> New </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#712017</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/712017" class="bugtitle">error installing in ubuntu 10.0.4</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 importanceUNDECIDED"> Undecided </div> <div class="status statusNEW"> New </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#720263</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/720263" class="bugtitle">search: can't find terms in this book</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 importanceUNDECIDED"> Undecided </div> <div class="status statusCONFIRMED"> Confirmed </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#721603</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/721603" class="bugtitle">export list as JSON crash</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 importanceUNDECIDED"> Undecided </div> <div class="status statusCONFIRMED"> Confirmed </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#739532</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/739532" class="bugtitle">signup: If username and email match existing users only warns about email is used.</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 importanceUNDECIDED"> Undecided </div> <div class="status statusNEW"> New </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#794485</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/794485" class="bugtitle">Duplicate ISBNs should not be allowed</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 importanceUNDECIDED"> Undecided </div> <div class="status statusNEW"> New </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#1014956</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/1014956" class="bugtitle">Allow multiple "series" entries for a book</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 importanceUNDECIDED"> Undecided </div> <div class="status statusNEW"> New </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#1020006</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/1020006" class="bugtitle">Unicode: transcoding errors for \u0361 </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 importanceUNDECIDED"> Undecided </div> <div class="status statusNEW"> New </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#1033649</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/1033649" class="bugtitle">Pattern with thousands of really bad 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"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceUNDECIDED"> Undecided </div> <div class="status statusNEW"> New </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#1079349</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/1079349" class="bugtitle">Wrong READ icon on ebook</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 importanceUNDECIDED"> Undecided </div> <div class="status statusNEW"> New </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#1155138</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/1155138" class="bugtitle">Incorrect link to data</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 importanceUNDECIDED"> Undecided </div> <div class="status statusNEW"> New </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#1737559</span> <a href="https://bugs.launchpad.net/openlibrary/+bug/1737559" class="bugtitle">callback is called twice and causes syntax error</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>226</strong> → <strong>294</strong> of 294 results </td> <td style="text-align: right; white-space: nowrap" class="batch-navigation-links"> <a class="first" rel="first" href="https://bugs.launchpad.net/openlibrary/+bugs?" id="lower-batch-nav-batchnav-first">First</a> • <a class="previous" rel="previous" href="https://bugs.launchpad.net/openlibrary/+bugs?direction=backwards&memo=225&start=150" id="lower-batch-nav-batchnav-previous">Previous</a> • <span class="next inactive"><strong>Next</strong></span> • <span class="last inactive">Last</span> </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": "15 years old", "assignee": "Anand Chitipothu", "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/378774", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 378774, "importance": "Undecided", "importance_class": "importanceUNDECIDED", "information_type": "Public", "last_updated": "on 2011-04-06", "milestone_name": null, "reporter": "Matt Work", "status": "Fix Committed", "status_class": "statusFIXCOMMITTED", "tags": [{"url": "https://bugs.launchpad.net/openlibrary/+bugs/?field.tag=feature", "tag": "feature"}], "title": "FR: Report Stats for OpenLibrary ", "has_tags": true}, {"age": "15 years old", "assignee": "Ventrella", "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/380697", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 380697, "importance": "Undecided", "importance_class": "importanceUNDECIDED", "information_type": "Public", "last_updated": "on 2009-05-29", "milestone_name": null, "reporter": "Ventrella", "status": "Fix Committed", "status_class": "statusFIXCOMMITTED", "tags": [], "title": "Make the \"Webby Book\" prototype interactive using javascript", "has_tags": false}, {"age": "15 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/385289", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 385289, "importance": "Undecided", "importance_class": "importanceUNDECIDED", "information_type": "Public", "last_updated": "on 2009-06-09", "milestone_name": null, "reporter": "Karen Coyle", "status": "New", "status_class": "statusNEW", "tags": [], "title": "Add Delicious to OL?", "has_tags": false}, {"age": "15 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/389684", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 389684, "importance": "Undecided", "importance_class": "importanceUNDECIDED", "information_type": "Public", "last_updated": "on 2009-06-19", "milestone_name": null, "reporter": "Karen Coyle", "status": "New", "status_class": "statusNEW", "tags": [], "title": "MARC record specs for export to libraries", "has_tags": false}, {"age": "15 years old", "assignee": "Edward Betts", "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/391444", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 391444, "importance": "Undecided", "importance_class": "importanceUNDECIDED", "information_type": "Public", "last_updated": "on 2010-10-20", "milestone_name": null, "reporter": "danh", "status": "New", "status_class": "statusNEW", "tags": [], "title": "missing amazon link for a book", "has_tags": false}, {"age": "15 years old", "assignee": "Anand Chitipothu", "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/401905", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e4\u003c/span\u003e", "badges": "", "id": 401905, "importance": "Undecided", "importance_class": "importanceUNDECIDED", "information_type": "Public", "last_updated": "on 2009-11-17", "milestone_name": null, "reporter": "David Strauss", "status": "Fix Committed", "status_class": "statusFIXCOMMITTED", "tags": [], "title": "data_thing_id_revision_idx should be a unique key", "has_tags": false}, {"age": "15 years old", "assignee": "Anand Chitipothu", "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/405243", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 405243, "importance": "Undecided", "importance_class": "importanceUNDECIDED", "information_type": "Public", "last_updated": "on 2010-07-08", "milestone_name": null, "reporter": "Edward Betts", "status": "New", "status_class": "statusNEW", "tags": [{"url": "https://bugs.launchpad.net/openlibrary/+bugs/?field.tag=api", "tag": "api"}, {"url": "https://bugs.launchpad.net/openlibrary/+bugs/?field.tag=covers", "tag": "covers"}], "title": "API call to retrieve all scanned books without a cover", "has_tags": true}, {"age": "15 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/415178", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 415178, "importance": "Undecided", "importance_class": "importanceUNDECIDED", "information_type": "Public", "last_updated": "on 2010-01-09", "milestone_name": null, "reporter": "Karen Coyle", "status": "New", "status_class": "statusNEW", "tags": [], "title": "need API hook for marcxml format", "has_tags": false}, {"age": "15 years old", "assignee": "Edward Betts", "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/423523", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 423523, "importance": "Undecided", "importance_class": "importanceUNDECIDED", "information_type": "Public", "last_updated": "on 2010-08-16", "milestone_name": null, "reporter": "solrize", "status": "New", "status_class": "statusNEW", "tags": [], "title": "non-numeric death date", "has_tags": false}, {"age": "15 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/423995", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 423995, "importance": "Undecided", "importance_class": "importanceUNDECIDED", "information_type": "Public", "last_updated": "on 2009-09-08", "milestone_name": null, "reporter": "Yann Forget", "status": "New", "status_class": "statusNEW", "tags": [], "title": "Link to a translator page", "has_tags": false}, {"age": "15 years old", "assignee": "Anand Chitipothu", "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/485590", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 485590, "importance": "Undecided", "importance_class": "importanceUNDECIDED", "information_type": "Public", "last_updated": "on 2010-07-09", "milestone_name": null, "reporter": "Edward Betts", "status": "Confirmed", "status_class": "statusCONFIRMED", "tags": [{"url": "https://bugs.launchpad.net/openlibrary/+bugs/?field.tag=types", "tag": "types"}], "title": "'options' missing from /type/property", "has_tags": true}, {"age": "14 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/510789", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 510789, "importance": "Undecided", "importance_class": "importanceUNDECIDED", "information_type": "Public", "last_updated": "on 2010-07-07", "milestone_name": null, "reporter": "Karen Coyle", "status": "New", "status_class": "statusNEW", "tags": [{"url": "https://bugs.launchpad.net/openlibrary/+bugs/?field.tag=marc", "tag": "marc"}], "title": "Add $p to MARC title subfields to import", "has_tags": true}, {"age": "14 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/516218", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 516218, "importance": "Undecided", "importance_class": "importanceUNDECIDED", "information_type": "Public", "last_updated": "on 2010-02-02", "milestone_name": null, "reporter": "Edward Betts", "status": "New", "status_class": "statusNEW", "tags": [], "title": "excerpts are missing from /type/work", "has_tags": false}, {"age": "14 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/516225", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 516225, "importance": "Undecided", "importance_class": "importanceUNDECIDED", "information_type": "Public", "last_updated": "on 2010-02-03", "milestone_name": null, "reporter": "Edward Betts", "status": "New", "status_class": "statusNEW", "tags": [], "title": "Need a way to link to revisions without big revert button", "has_tags": false}, {"age": "14 years old", "assignee": "Anand Chitipothu", "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/517876", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 517876, "importance": "Undecided", "importance_class": "importanceUNDECIDED", "information_type": "Public", "last_updated": "on 2010-08-13", "milestone_name": null, "reporter": "Lance Arthur", "status": "New", "status_class": "statusNEW", "tags": [], "title": "Add 'first_publish_date' to covers carousel", "has_tags": false}, {"age": "14 years old", "assignee": "Anand Chitipothu", "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/519492", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 519492, "importance": "Undecided", "importance_class": "importanceUNDECIDED", "information_type": "Public", "last_updated": "on 2010-03-30", "milestone_name": null, "reporter": "Winnie", "status": "New", "status_class": "statusNEW", "tags": [], "title": "Multiple authors showing up as unknown author", "has_tags": false}, {"age": "14 years old", "assignee": "Anand Chitipothu", "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/526777", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 526777, "importance": "Undecided", "importance_class": "importanceUNDECIDED", "information_type": "Public", "last_updated": "on 2010-08-09", "milestone_name": null, "reporter": "George", "status": "New", "status_class": "statusNEW", "tags": [{"url": "https://bugs.launchpad.net/openlibrary/+bugs/?field.tag=works", "tag": "works"}], "title": "First sentence should get attached at Work level (under Add Excerpts tab)", "has_tags": true}, {"age": "14 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/527506", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 527506, "importance": "Undecided", "importance_class": "importanceUNDECIDED", "information_type": "Public", "last_updated": "on 2010-02-25", "milestone_name": null, "reporter": "Lance Arthur", "status": "New", "status_class": "statusNEW", "tags": [], "title": "Adding new Role to new Edition", "has_tags": false}, {"age": "14 years old", "assignee": "Anand Chitipothu", "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/546401", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 546401, "importance": "Undecided", "importance_class": "importanceUNDECIDED", "information_type": "Public", "last_updated": "on 2010-07-01", "milestone_name": null, "reporter": "Winnie", "status": "Confirmed", "status_class": "statusCONFIRMED", "tags": [], "title": "Add a book - author field no author suggestions", "has_tags": false}, {"age": "14 years old", "assignee": "Anand Chitipothu", "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/553558", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 553558, "importance": "Undecided", "importance_class": "importanceUNDECIDED", "information_type": "Public", "last_updated": "on 2010-07-08", "milestone_name": null, "reporter": "bradymatthews", "status": "New", "status_class": "statusNEW", "tags": [{"url": "https://bugs.launchpad.net/openlibrary/+bugs/?field.tag=api", "tag": "api"}], "title": "Odd API behavior / apparently random order", "has_tags": true}, {"age": "14 years old", "assignee": "Edward Betts", "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/559460", "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": 559460, "importance": "Undecided", "importance_class": "importanceUNDECIDED", "information_type": "Public", "last_updated": "on 2010-04-09", "milestone_name": "Open Library general-bucket", "reporter": "George", "status": "New", "status_class": "statusNEW", "tags": [], "title": "3 dupe editions, all from the Library of Congress", "has_tags": false}, {"age": "14 years old", "assignee": "George", "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/562584", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 562584, "importance": "Undecided", "importance_class": "importanceUNDECIDED", "information_type": "Public", "last_updated": "on 2010-04-13", "milestone_name": null, "reporter": "someben", "status": "New", "status_class": "statusNEW", "tags": [], "title": "List of ISBNs / Goodreads IDs that aren't found in Open Library", "has_tags": false}, {"age": "14 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/565439", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 565439, "importance": "Undecided", "importance_class": "importanceUNDECIDED", "information_type": "Public", "last_updated": "on 2010-10-21", "milestone_name": null, "reporter": "Dan Perkel", "status": "Fix Committed", "status_class": "statusFIXCOMMITTED", "tags": [{"url": "https://bugs.launchpad.net/openlibrary/+bugs/?field.tag=ui", "tag": "ui"}], "title": "UI - Going back to Open Library after reading a scanned book", "has_tags": true}, {"age": "14 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/577647", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 577647, "importance": "Undecided", "importance_class": "importanceUNDECIDED", "information_type": "Public", "last_updated": "on 2010-05-09", "milestone_name": null, "reporter": "brewster", "status": "New", "status_class": "statusNEW", "tags": [], "title": "added features to user page and authors page", "has_tags": false}, {"age": "14 years old", "assignee": "Openlibrary-team", "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/585635", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 585635, "importance": "Undecided", "importance_class": "importanceUNDECIDED", "information_type": "Public", "last_updated": "on 2010-06-03", "milestone_name": null, "reporter": "Jeff Kaplan", "status": "New", "status_class": "statusNEW", "tags": [], "title": "Open Library - How to handle multi-volume and compilation works?", "has_tags": false}, {"age": "14 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/589933", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 589933, "importance": "Undecided", "importance_class": "importanceUNDECIDED", "information_type": "Public", "last_updated": "on 2010-06-04", "milestone_name": null, "reporter": "mangtronix", "status": "New", "status_class": "statusNEW", "tags": [], "title": "small font for code text in Safari/OSX", "has_tags": false}, {"age": "14 years old", "assignee": "George", "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/595705", "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": 595705, "importance": "Undecided", "importance_class": "importanceUNDECIDED", "information_type": "Public", "last_updated": "on 2010-08-23", "milestone_name": "Open Library general-bucket", "reporter": "alexisrossi", "status": "New", "status_class": "statusNEW", "tags": [], "title": "track successful \"transactions\" on openlibrary.org", "has_tags": false}, {"age": "14 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/596093", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 596093, "importance": "Undecided", "importance_class": "importanceUNDECIDED", "information_type": "Public", "last_updated": "on 2010-06-18", "milestone_name": null, "reporter": "mangtronix", "status": "New", "status_class": "statusNEW", "tags": [], "title": "merge private data store with main triple store", "has_tags": false}, {"age": "14 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/596976", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 596976, "importance": "Undecided", "importance_class": "importanceUNDECIDED", "information_type": "Public", "last_updated": "on 2010-06-21", "milestone_name": null, "reporter": "Lance Arthur", "status": "New", "status_class": "statusNEW", "tags": [], "title": "IE7 Syntax error in function Template", "has_tags": false}, {"age": "14 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/599154", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 599154, "importance": "Undecided", "importance_class": "importanceUNDECIDED", "information_type": "Public", "last_updated": "on 2010-06-27", "milestone_name": null, "reporter": "Megan Amaral", "status": "New", "status_class": "statusNEW", "tags": [], "title": "Lending: User name is case-sensitive for log in.", "has_tags": false}, {"age": "14 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/602358", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 602358, "importance": "Undecided", "importance_class": "importanceUNDECIDED", "information_type": "Public", "last_updated": "on 2010-10-11", "milestone_name": null, "reporter": "Lance Arthur", "status": "New", "status_class": "statusNEW", "tags": [], "title": "Saving work/author web links often ignored", "has_tags": false}, {"age": "14 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/603351", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 603351, "importance": "Undecided", "importance_class": "importanceUNDECIDED", "information_type": "Public", "last_updated": "on 2010-07-27", "milestone_name": null, "reporter": "Edward Betts", "status": "Confirmed", "status_class": "statusCONFIRMED", "tags": [], "title": "Invalid MARC XML on archive.org", "has_tags": false}, {"age": "14 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/603814", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 603814, "importance": "Undecided", "importance_class": "importanceUNDECIDED", "information_type": "Public", "last_updated": "on 2010-07-09", "milestone_name": null, "reporter": "Edward Betts", "status": "New", "status_class": "statusNEW", "tags": [], "title": "Edition edit page should check Internet Archive identifier is valid.", "has_tags": false}, {"age": "14 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/607332", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 607332, "importance": "Undecided", "importance_class": "importanceUNDECIDED", "information_type": "Public", "last_updated": "on 2010-07-19", "milestone_name": null, "reporter": "Edward Betts", "status": "New", "status_class": "statusNEW", "tags": [], "title": "Can't delete a work without a title", "has_tags": false}, {"age": "14 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/615599", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 615599, "importance": "Undecided", "importance_class": "importanceUNDECIDED", "information_type": "Public", "last_updated": "on 2010-08-09", "milestone_name": null, "reporter": "Edward Betts", "status": "Confirmed", "status_class": "statusCONFIRMED", "tags": [], "title": "Don't include plain text link for books without plain text", "has_tags": false}, {"age": "14 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/616117", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 616117, "importance": "Undecided", "importance_class": "importanceUNDECIDED", "information_type": "Public", "last_updated": "on 2010-11-16", "milestone_name": null, "reporter": "Edward Betts", "status": "Confirmed", "status_class": "statusCONFIRMED", "tags": [], "title": "Provide data dump with just publicly accessible scans", "has_tags": false}, {"age": "14 years old", "assignee": "Anand Chitipothu", "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/616495", "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": 616495, "importance": "Undecided", "importance_class": "importanceUNDECIDED", "information_type": "Public", "last_updated": "on 2010-08-11", "milestone_name": "Open Library general-bucket", "reporter": "George", "status": "New", "status_class": "statusNEW", "tags": [], "title": "Deleting a work with editions gives template error", "has_tags": false}, {"age": "14 years old", "assignee": "Anand Chitipothu", "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/617600", "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": 617600, "importance": "Undecided", "importance_class": "importanceUNDECIDED", "information_type": "Public", "last_updated": "on 2010-08-13", "milestone_name": "Open Library general-bucket", "reporter": "George", "status": "New", "status_class": "statusNEW", "tags": [], "title": "Provide a link to Add Book even if we find potential matches", "has_tags": false}, {"age": "14 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/620168", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 620168, "importance": "Undecided", "importance_class": "importanceUNDECIDED", "information_type": "Public", "last_updated": "on 2010-08-18", "milestone_name": null, "reporter": "Edward Betts", "status": "New", "status_class": "statusNEW", "tags": [], "title": "Pride and prejudice contains other works", "has_tags": false}, {"age": "14 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/623499", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 623499, "importance": "Undecided", "importance_class": "importanceUNDECIDED", "information_type": "Public", "last_updated": "on 2010-08-24", "milestone_name": null, "reporter": "Patrick", "status": "New", "status_class": "statusNEW", "tags": [], "title": "\"First Sentence\" not editable", "has_tags": false}, {"age": "14 years old", "assignee": "George", "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/657123", "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": 657123, "importance": "Undecided", "importance_class": "importanceUNDECIDED", "information_type": "Public", "last_updated": "on 2010-10-08", "milestone_name": "Open Library bib", "reporter": "mangtronix", "status": "Confirmed", "status_class": "statusCONFIRMED", "tags": [], "title": "BiB: api URLs don't work on Mobile Safari", "has_tags": false}, {"age": "14 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/665385", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 665385, "importance": "Undecided", "importance_class": "importanceUNDECIDED", "information_type": "Public", "last_updated": "on 2010-10-22", "milestone_name": null, "reporter": "Erwin Jurschitza", "status": "New", "status_class": "statusNEW", "tags": [{"url": "https://bugs.launchpad.net/openlibrary/+bugs/?field.tag=gui-failure", "tag": "gui-failure"}, {"url": "https://bugs.launchpad.net/openlibrary/+bugs/?field.tag=ie", "tag": "ie"}, {"url": "https://bugs.launchpad.net/openlibrary/+bugs/?field.tag=javascript", "tag": "javascript"}], "title": "javascript error with ie in \"edit author\"", "has_tags": true}, {"age": "14 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/666757", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 666757, "importance": "Undecided", "importance_class": "importanceUNDECIDED", "information_type": "Public", "last_updated": "on 2010-10-26", "milestone_name": null, "reporter": "Karen Coyle", "status": "New", "status_class": "statusNEW", "tags": [], "title": "Need roles for contributors", "has_tags": false}, {"age": "14 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/671924", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e12\u003c/span\u003e", "badges": "", "id": 671924, "importance": "Undecided", "importance_class": "importanceUNDECIDED", "information_type": "Public", "last_updated": "on 2012-01-17", "milestone_name": null, "reporter": "Erik Hetzner", "status": "In Progress", "status_class": "statusINPROGRESS", "tags": [{"url": "https://bugs.launchpad.net/openlibrary/+bugs/?field.tag=rdf", "tag": "rdf"}], "title": "Do RDF URIs have a trailing slash or not?", "has_tags": true}, {"age": "13 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/689809", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 689809, "importance": "Undecided", "importance_class": "importanceUNDECIDED", "information_type": "Public", "last_updated": "on 2010-12-30", "milestone_name": null, "reporter": "Xephyr Inkpen", "status": "New", "status_class": "statusNEW", "tags": [], "title": "Books not importing correctly or opening to wrong book", "has_tags": false}, {"age": "13 years old", "assignee": "raj", "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/689931", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 689931, "importance": "Undecided", "importance_class": "importanceUNDECIDED", "information_type": "Public", "last_updated": "on 2010-12-13", "milestone_name": null, "reporter": "raj", "status": "New", "status_class": "statusNEW", "tags": [], "title": "lending documentation", "has_tags": false}, {"age": "13 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/696924", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 696924, "importance": "Undecided", "importance_class": "importanceUNDECIDED", "information_type": "Public", "last_updated": "on 2011-01-18", "milestone_name": null, "reporter": "mangtronix", "status": "New", "status_class": "statusNEW", "tags": [{"url": "https://bugs.launchpad.net/openlibrary/+bugs/?field.tag=lending", "tag": "lending"}, {"url": "https://bugs.launchpad.net/openlibrary/+bugs/?field.tag=stats", "tag": "stats"}], "title": "loans: stats for loaned books", "has_tags": true}, {"age": "13 years old", "assignee": "Anand Chitipothu", "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/697832", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 697832, "importance": "Undecided", "importance_class": "importanceUNDECIDED", "information_type": "Public", "last_updated": "on 2011-01-05", "milestone_name": null, "reporter": "mangtronix", "status": "Confirmed", "status_class": "statusCONFIRMED", "tags": [], "title": "dev: connection error during dev instance install", "has_tags": false}, {"age": "13 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/698200", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 698200, "importance": "Undecided", "importance_class": "importanceUNDECIDED", "information_type": "Public", "last_updated": "on 2011-01-06", "milestone_name": null, "reporter": "David Park", "status": "New", "status_class": "statusNEW", "tags": [{"url": "https://bugs.launchpad.net/openlibrary/+bugs/?field.tag=addbook", "tag": "addbook"}, {"url": "https://bugs.launchpad.net/openlibrary/+bugs/?field.tag=editwork", "tag": "editwork"}, {"url": "https://bugs.launchpad.net/openlibrary/+bugs/?field.tag=search", "tag": "search"}, {"url": "https://bugs.launchpad.net/openlibrary/+bugs/?field.tag=subjects", "tag": "subjects"}, {"url": "https://bugs.launchpad.net/openlibrary/+bugs/?field.tag=tags", "tag": "tags"}], "title": "Adding tag (subject?) to book that does not exist yet causes request to fail and does not create the /subjects/\u003ctag\u003e entity", "has_tags": true}, {"age": "13 years old", "assignee": "Edward Betts", "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/702077", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 702077, "importance": "Undecided", "importance_class": "importanceUNDECIDED", "information_type": "Public", "last_updated": "on 2011-01-28", "milestone_name": null, "reporter": "raj", "status": "Confirmed", "status_class": "statusCONFIRMED", "tags": [{"url": "https://bugs.launchpad.net/openlibrary/+bugs/?field.tag=lending", "tag": "lending"}], "title": "cache fetched item meta.xml from archive.org", "has_tags": true}, {"age": "13 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/703664", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e10\u003c/span\u003e", "badges": "", "id": 703664, "importance": "Undecided", "importance_class": "importanceUNDECIDED", "information_type": "Public", "last_updated": "on 2012-01-05", "milestone_name": null, "reporter": "Karen Coyle", "status": "New", "status_class": "statusNEW", "tags": [{"url": "https://bugs.launchpad.net/openlibrary/+bugs/?field.tag=rdf", "tag": "rdf"}], "title": "edition and work rdf changes needed", "has_tags": true}, {"age": "13 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/704159", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 704159, "importance": "Undecided", "importance_class": "importanceUNDECIDED", "information_type": "Public", "last_updated": "on 2011-01-17", "milestone_name": null, "reporter": "Karen Coyle", "status": "New", "status_class": "statusNEW", "tags": [], "title": "author displaying as contributor", "has_tags": false}, {"age": "13 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/704600", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 704600, "importance": "Undecided", "importance_class": "importanceUNDECIDED", "information_type": "Public", "last_updated": "on 2011-01-18", "milestone_name": null, "reporter": "mangtronix", "status": "Fix Committed", "status_class": "statusFIXCOMMITTED", "tags": [{"url": "https://bugs.launchpad.net/openlibrary/+bugs/?field.tag=lending", "tag": "lending"}], "title": "loans: add link to download ADE on loan download error page", "has_tags": true}, {"age": "13 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/707534", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 707534, "importance": "Undecided", "importance_class": "importanceUNDECIDED", "information_type": "Public", "last_updated": "on 2023-08-04", "milestone_name": null, "reporter": "George", "status": "New", "status_class": "statusNEW", "tags": [], "title": "Lists: Administrator edits not showing up in \"Last Updated\" detail", "has_tags": false}, {"age": "13 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/709404", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 709404, "importance": "Undecided", "importance_class": "importanceUNDECIDED", "information_type": "Public", "last_updated": "on 2011-01-28", "milestone_name": null, "reporter": "Edward Betts", "status": "Confirmed", "status_class": "statusCONFIRMED", "tags": [], "title": "copy machine_comment into source_records", "has_tags": false}, {"age": "13 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/709415", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 709415, "importance": "Undecided", "importance_class": "importanceUNDECIDED", "information_type": "Public", "last_updated": "on 2011-01-28", "milestone_name": null, "reporter": "mangtronix", "status": "New", "status_class": "statusNEW", "tags": [], "title": "dev: lighttpd not installed", "has_tags": false}, {"age": "13 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/709545", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 709545, "importance": "Undecided", "importance_class": "importanceUNDECIDED", "information_type": "Public", "last_updated": "on 2011-01-28", "milestone_name": null, "reporter": "mangtronix", "status": "New", "status_class": "statusNEW", "tags": [], "title": "javascript error on /borrow page", "has_tags": false}, {"age": "13 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/709772", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 709772, "importance": "Undecided", "importance_class": "importanceUNDECIDED", "information_type": "Public", "last_updated": "on 2011-01-29", "milestone_name": null, "reporter": "Eoghan \u00d3 Carrag\u00e1in", "status": "New", "status_class": "statusNEW", "tags": [], "title": "ebooks=true parameter does nothing in Subjects API", "has_tags": false}, {"age": "13 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/712017", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 712017, "importance": "Undecided", "importance_class": "importanceUNDECIDED", "information_type": "Public", "last_updated": "on 2011-02-02", "milestone_name": null, "reporter": "a", "status": "New", "status_class": "statusNEW", "tags": [], "title": "error installing in ubuntu 10.0.4", "has_tags": false}, {"age": "13 years old", "assignee": "Edward Betts", "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/720263", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 720263, "importance": "Undecided", "importance_class": "importanceUNDECIDED", "information_type": "Public", "last_updated": "on 2011-02-16", "milestone_name": null, "reporter": "mangtronix", "status": "New", "status_class": "statusNEW", "tags": [], "title": "search: can't find terms in this book", "has_tags": false}, {"age": "13 years old", "assignee": "Anand Chitipothu", "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/721603", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 721603, "importance": "Undecided", "importance_class": "importanceUNDECIDED", "information_type": "Public", "last_updated": "on 2011-03-14", "milestone_name": null, "reporter": "Edward Betts", "status": "Confirmed", "status_class": "statusCONFIRMED", "tags": [], "title": "export list as JSON crash", "has_tags": false}, {"age": "13 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/739532", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 739532, "importance": "Undecided", "importance_class": "importanceUNDECIDED", "information_type": "Public", "last_updated": "on 2011-03-21", "milestone_name": null, "reporter": "Edward Betts", "status": "Confirmed", "status_class": "statusCONFIRMED", "tags": [], "title": "signup: If username and email match existing users only warns about email is used.", "has_tags": false}, {"age": "13 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/794485", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 794485, "importance": "Undecided", "importance_class": "importanceUNDECIDED", "information_type": "Public", "last_updated": "on 2013-03-06", "milestone_name": null, "reporter": "Graeme Pietersz", "status": "New", "status_class": "statusNEW", "tags": [{"url": "https://bugs.launchpad.net/openlibrary/+bugs/?field.tag=dupe", "tag": "dupe"}, {"url": "https://bugs.launchpad.net/openlibrary/+bugs/?field.tag=duplicate", "tag": "duplicate"}, {"url": "https://bugs.launchpad.net/openlibrary/+bugs/?field.tag=identifier", "tag": "identifier"}, {"url": "https://bugs.launchpad.net/openlibrary/+bugs/?field.tag=isbn", "tag": "isbn"}], "title": "Duplicate ISBNs should not be allowed", "has_tags": true}, {"age": "12 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/1014956", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 1014956, "importance": "Undecided", "importance_class": "importanceUNDECIDED", "information_type": "Public", "last_updated": "on 2012-06-19", "milestone_name": null, "reporter": "Alan Millar", "status": "New", "status_class": "statusNEW", "tags": [], "title": "Allow multiple \"series\" entries for a book", "has_tags": false}, {"age": "12 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/1020006", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 1020006, "importance": "Undecided", "importance_class": "importanceUNDECIDED", "information_type": "Public", "last_updated": "on 2012-07-04", "milestone_name": null, "reporter": "Denis Moyogo Jacquerye", "status": "New", "status_class": "statusNEW", "tags": [], "title": "Unicode: transcoding errors for \\u0361 ", "has_tags": false}, {"age": "12 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/1033649", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 1033649, "importance": "Undecided", "importance_class": "importanceUNDECIDED", "information_type": "Public", "last_updated": "on 2012-08-06", "milestone_name": null, "reporter": "Mike Maehr", "status": "New", "status_class": "statusNEW", "tags": [], "title": "Pattern with thousands of really bad author names ", "has_tags": false}, {"age": "12 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/1079349", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 1079349, "importance": "Undecided", "importance_class": "importanceUNDECIDED", "information_type": "Public", "last_updated": "on 2012-11-15", "milestone_name": null, "reporter": "Bob Johnson", "status": "New", "status_class": "statusNEW", "tags": [], "title": "Wrong READ icon on ebook", "has_tags": false}, {"age": "11 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/1155138", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 1155138, "importance": "Undecided", "importance_class": "importanceUNDECIDED", "information_type": "Public", "last_updated": "on 2013-03-14", "milestone_name": null, "reporter": "John Mester", "status": "New", "status_class": "statusNEW", "tags": [], "title": "Incorrect link to data", "has_tags": false}, {"age": "6 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/openlibrary/+bug/1737559", "bugtarget": "Open Library", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 1737559, "importance": "Undecided", "importance_class": "importanceUNDECIDED", "information_type": "Public", "last_updated": "on 2017-12-12", "milestone_name": null, "reporter": "conor sheehan", "status": "New", "status_class": "statusNEW", "tags": [{"url": "https://bugs.launchpad.net/openlibrary/+bugs/?field.tag=api", "tag": "api"}], "title": "callback is called twice and causes syntax error", "has_tags": true}]}, "next": null, "prev": {"memo": "225", "start": 150}, "total": 294, "forwards": false, "last_start": 225, "memo": "", "start": 225, "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.43 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>