CINXE.COM
stability-july-28 : Open Library
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr"> <head> <base href="https://launchpad.net/openlibrary/+milestone/stability-july-28/+index" /> <meta charset="UTF-8" /> <title>stability-july-28 : 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/rev78860d903de6d6d7dd5a0ade63efaca45d3467e2/combo.css" /> <meta property="og:title" content="stability-july-28 : Open Library" /> <meta property="og:type" content="website" /> <meta property="og:image" content="/@@/launchpad-og-image.png" /> <meta property="og:url" content="https://launchpad.net/openlibrary/+milestone/stability-july-28/+index" /> <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/rev78860d903de6d6d7dd5a0ade63efaca45d3467e2/?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/rev78860d903de6d6d7dd5a0ade63efaca45d3467e2/?', root: 'yui/', filter: raw, debug: false, fetchCSS: false, maxURLLength: 2000, groups: { lp: { combine: true, base: '/+combo/rev78860d903de6d6d7dd5a0ade63efaca45d3467e2/?lp/', comboBase: '/+combo/rev78860d903de6d6d7dd5a0ade63efaca45d3467e2/?', 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) { var module = Y.lp.registry.structural_subscription; Y.on('domready', function() { module.setup({content_box: "#structural-subscription-content-box"}); }); }); </script> </head> <body id="document" itemscope="" itemtype="http://schema.org/WebPage" class="tab-overview main_side public yui3-skin-sam"> <div class="yui-d0"> <div id="locationbar" class="login-logout"> <div id="logincontrol"><a href="https://launchpad.net/openlibrary/+milestone/stability-july-28/+login">Log in / Register</a></div> </div><!--id="locationbar"--> <div id="watermark" class="watermark-apps-portlet"> <div> <a href="https://launchpad.net/openlibrary"><img alt="" width="64" height="64" src="https://launchpadlibrarian.net/35799906/ol-launchpad.png" /></a> </div> <div class="wide"> <h2 id="watermark-heading"><a href="https://launchpad.net/openlibrary">Open Library</a></h2> </div> <!-- Application Menu --> <ul class="facetmenu"> <li class="overview active"><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"><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"> <h1>Open Library stability-july-28</h1> <div id="registration" class="registering"> </div> </div> <div id="request-notifications"> </div> <div> <div class="top-portlet"> <div id="description"> <p class="documentDescription"><p>A number of discrete stability related tasks that we will be bundling up into a JULY 28 release.</p></p> </div> </div> <div class="yui-g"> <div class="yui-u first"> <div id="Release-details" class="portlet"> <h2>Milestone information</h2> <div class="two-column-list"> <dl> <dt>Project:</dt> <dd><a href="/openlibrary" class="sprite product">Open Library</a></dd> </dl> <dl> <dt>Series:</dt> <dd><a href="/openlibrary/trunk">trunk</a></dd> </dl> <dl id="version"> <dt>Version:</dt> <dd>stability-july-28</dd> </dl> <dl> <dt>Expected:</dt> <dd><span title="2010-07-28">2010-07-28</span> </dd> </dl> </div> <dl> <dt>Active:</dt> <dd> Yes. Drivers can target bugs and blueprints to this milestone. </dd> </dl> </div> </div> <div class="yui-u"> <div id="milestone-activities" class="portlet"> <h2>Activities</h2> <dl> <dt>Assigned to you:</dt> <dd> No blueprints or bugs assigned to you. </dd> </dl> <dl> <dt>Assignees:</dt> <dd> <span class="pre"><strong>3</strong> <a href="/~anandology" class="sprite person">Anand Chitipothu</a>,</span> <span class="pre"><strong>2</strong> <a href="/~edwardbetts" class="sprite person">Edward Betts</a>,</span> <span class="pre"><strong>1</strong> <a href="/~george-archive" class="sprite person">George</a>,</span> <span class="pre"><strong>1</strong> <a href="/~jim-archive" class="sprite person">Jim Shankland</a>,</span> <span class="pre"><strong>1</strong> <a href="/~noufal" class="sprite person">Noufal Ibrahim</a>,</span> <span class="pre"><strong>2</strong> <a href="/~launchpad-muehlen" class="sprite person">Ralf Muehlen</a>,</span> <span class="pre"><strong>1</strong> <a href="/~samuel-archive" class="sprite person">samuel-archive</a></span> </dd> </dl> <dl> <dt>Blueprints:</dt> <dd> No blueprints are targeted to this milestone. </dd> </dl> <dl> <dt>Bugs:</dt> <dd> <span class="statusNEW"> <strong>1</strong> New, </span> <span class="statusWONTFIX"> <strong>2</strong> Won't Fix, </span> <span class="statusCONFIRMED"> <strong>3</strong> Confirmed, </span> <span class="statusFIXRELEASED"> <strong>5</strong> Fix Released </span> </dd> </dl> </div> </div> </div> <div id="milestone-specs-bugs" class="portlet full-page-width"> <h2> <span id="specification-count">0 blueprints</span> and <span id="bug-count">11 bugs</span> targeted </h2> <table class="listing sortable" id="milestone_bugtasks"> <thead> <tr> <th colspan="4">Bug report</th> <th style="width: 9em;">Importance</th> <th style="width: 14em;">Assignee</th> <th style="width: 10em;">Status</th> </tr> </thead> <tbody> <tr> <td class="icon left"> <span class="sortkey">600018</span> <span><span alt="(critical)" title="Critical importance" class="sprite bug-critical"></span></span> </td> <td class="amount">#600018</td> <td> <a href="https://bugs.launchpad.net/bugs/600018">Make PostgreSQL replicable on Open Library</a> </td> <td style="padding-right: 5px; text-align:right"> <a href="https://launchpad.net/openlibrary/+milestone/stability-july-28" alt="milestone stability-july-28" title="Linked to milestone stability-july-28" class="sprite milestone"></a> </td> <td> <span class="sortkey">2</span> <span class="importanceCRITICAL">Critical</span> </td> <td> <a href="/~jim-archive" class="sprite person">Jim Shankland</a> </td> <td title="on 2010-06-29"> <span class="sortkey">0</span> <span class="statusNEW">New</span> </td> </tr> <tr> <td class="icon left"> <span class="sortkey">600019</span> <span><span alt="(high)" title="High importance" class="sprite bug-high"></span></span> </td> <td class="amount">#600019</td> <td> <a href="https://bugs.launchpad.net/bugs/600019">Port lighttpd/fastcgi to Apache</a> </td> <td style="padding-right: 5px; text-align:right"> <a href="https://launchpad.net/openlibrary/+milestone/stability-july-28" alt="milestone stability-july-28" title="Linked to milestone stability-july-28" class="sprite milestone"></a> </td> <td> <span class="sortkey">3</span> <span class="importanceHIGH">High</span> </td> <td> <a href="/~launchpad-muehlen" class="sprite person">Ralf Muehlen</a> </td> <td title="on 2010-09-16"> <span class="sortkey">4</span> <span class="statusWONTFIX">Won't Fix</span> </td> </tr> <tr> <td class="icon left"> <span class="sortkey">602418</span> <span><span alt="(medium)" title="Medium importance" class="sprite bug-medium"></span></span> </td> <td class="amount">#602418</td> <td> <a href="https://bugs.launchpad.net/bugs/602418">Set up Piwik on 503</a> </td> <td style="padding-right: 5px; text-align:right"> <a href="https://launchpad.net/openlibrary/+milestone/stability-july-28" alt="milestone stability-july-28" title="Linked to milestone stability-july-28" class="sprite milestone"></a> </td> <td> <span class="sortkey">4</span> <span class="importanceMEDIUM">Medium</span> </td> <td> <a href="/~samuel-archive" class="sprite person">samuel-archive</a> </td> <td title="on 2011-04-06"> <span class="sortkey">4</span> <span class="statusWONTFIX">Won't Fix</span> </td> </tr> <tr> <td class="icon left"> <span class="sortkey">352385</span> <span><span alt="(high)" title="High importance" class="sprite bug-high"></span></span> </td> <td class="amount">#352385</td> <td> <a href="https://bugs.launchpad.net/bugs/352385">put all OL services under upstart</a> </td> <td style="padding-right: 5px; text-align:right"> <a href="https://launchpad.net/openlibrary/+milestone/stability-july-28" alt="milestone stability-july-28" title="Linked to milestone stability-july-28" class="sprite milestone"></a> </td> <td> <span class="sortkey">3</span> <span class="importanceHIGH">High</span> </td> <td> <a href="/~edwardbetts" class="sprite person">Edward Betts</a> </td> <td title="on 2009-03-31"> <span class="sortkey">6</span> <span class="statusCONFIRMED">Confirmed</span> </td> </tr> <tr> <td class="icon left"> <span class="sortkey">128399</span> <span><span alt="(medium)" title="Medium importance" class="sprite bug-medium"></span></span> </td> <td class="amount">#128399</td> <td> <a href="https://bugs.launchpad.net/bugs/128399">Produce Regular Data Dumps - full & incremental</a> </td> <td style="padding-right: 5px; text-align:right"> <a href="https://launchpad.net/openlibrary/+milestone/stability-july-28" alt="milestone stability-july-28" title="Linked to milestone stability-july-28" class="sprite milestone"></a> </td> <td> <span class="sortkey">4</span> <span class="importanceMEDIUM">Medium</span> </td> <td> <a href="/~anandology" class="sprite person">Anand Chitipothu</a> </td> <td title="on 2007-07-25"> <span class="sortkey">6</span> <span class="statusCONFIRMED">Confirmed</span> </td> </tr> <tr> <td class="icon left"> <span class="sortkey">600015</span> <span><span alt="(medium)" title="Medium importance" class="sprite bug-medium"></span></span> </td> <td class="amount">#600015</td> <td> <a href="https://bugs.launchpad.net/bugs/600015">Build status.openlibrary.org</a> </td> <td style="padding-right: 5px; text-align:right"> <a href="https://launchpad.net/openlibrary/+milestone/stability-july-28" alt="milestone stability-july-28" title="Linked to milestone stability-july-28" class="sprite milestone"></a> </td> <td> <span class="sortkey">4</span> <span class="importanceMEDIUM">Medium</span> </td> <td> <a href="/~noufal" class="sprite person">Noufal Ibrahim</a> </td> <td title="on 2010-06-29"> <span class="sortkey">6</span> <span class="statusCONFIRMED">Confirmed</span> </td> </tr> <tr> <td class="icon left"> <span class="sortkey">561894</span> <span><span alt="(high)" title="High importance" class="sprite bug-high"></span></span> </td> <td class="amount">#561894</td> <td> <a href="https://bugs.launchpad.net/bugs/561894">Make sure it's possible for Ops to restart fastcgi processes through NAGIOS</a> </td> <td style="padding-right: 5px; text-align:right"> <a href="https://launchpad.net/openlibrary/+milestone/stability-july-28" alt="milestone stability-july-28" title="Linked to milestone stability-july-28" class="sprite milestone"></a> </td> <td> <span class="sortkey">3</span> <span class="importanceHIGH">High</span> </td> <td> <a href="/~launchpad-muehlen" class="sprite person">Ralf Muehlen</a> </td> <td title="on 2010-06-21"> <span class="sortkey">10</span> <span class="statusFIXRELEASED">Fix Released</span> </td> </tr> <tr> <td class="icon left"> <span class="sortkey">584804</span> <span><span alt="(high)" title="High importance" class="sprite bug-high"></span></span> </td> <td class="amount">#584804</td> <td> <a href="https://bugs.launchpad.net/bugs/584804">find a suitable load balancer for fastcgis</a> </td> <td style="padding-right: 5px; text-align:right"> <a href="https://launchpad.net/openlibrary/+milestone/stability-july-28" alt="milestone stability-july-28" title="Linked to milestone stability-july-28" class="sprite milestone"></a> </td> <td> <span class="sortkey">3</span> <span class="importanceHIGH">High</span> </td> <td> <a href="/~anandology" class="sprite person">Anand Chitipothu</a> </td> <td title="on 2011-01-21"> <span class="sortkey">10</span> <span class="statusFIXRELEASED">Fix Released</span> </td> </tr> <tr> <td class="icon left"> <span class="sortkey">591977</span> <span><span alt="(high)" title="High importance" class="sprite bug-high"></span></span> </td> <td class="amount">#591977</td> <td> <a href="https://bugs.launchpad.net/bugs/591977">CSS loading irrational</a> </td> <td style="padding-right: 5px; text-align:right"> <a href="https://launchpad.net/openlibrary/+milestone/stability-july-28" alt="milestone stability-july-28" title="Linked to milestone stability-july-28" class="sprite milestone"></a> </td> <td> <span class="sortkey">3</span> <span class="importanceHIGH">High</span> </td> <td> <a href="/~anandology" class="sprite person">Anand Chitipothu</a> </td> <td title="on 2010-06-24"> <span class="sortkey">10</span> <span class="statusFIXRELEASED">Fix Released</span> </td> </tr> <tr> <td class="icon left"> <span class="sortkey">600017</span> <span><span alt="(high)" title="High importance" class="sprite bug-high"></span></span> </td> <td class="amount">#600017</td> <td> <a href="https://bugs.launchpad.net/bugs/600017">Update the Architecture Map on the Twiki</a> </td> <td style="padding-right: 5px; text-align:right"> <a href="https://launchpad.net/openlibrary/+milestone/stability-july-28" alt="milestone stability-july-28" title="Linked to milestone stability-july-28" class="sprite milestone"></a> </td> <td> <span class="sortkey">3</span> <span class="importanceHIGH">High</span> </td> <td> <a href="/~edwardbetts" class="sprite person">Edward Betts</a> </td> <td title="on 2010-08-16"> <span class="sortkey">10</span> <span class="statusFIXRELEASED">Fix Released</span> </td> </tr> <tr> <td class="icon left"> <span class="sortkey">600020</span> <span><span alt="(high)" title="High importance" class="sprite bug-high"></span></span> </td> <td class="amount">#600020</td> <td> <a href="https://bugs.launchpad.net/bugs/600020">Document all OL machines, create aliases, document services, list developers</a> </td> <td style="padding-right: 5px; text-align:right"> <a href="https://launchpad.net/openlibrary/+milestone/stability-july-28" alt="milestone stability-july-28" title="Linked to milestone stability-july-28" class="sprite milestone"></a> </td> <td> <span class="sortkey">3</span> <span class="importanceHIGH">High</span> </td> <td> <a href="/~george-archive" class="sprite person">George</a> </td> <td title="on 2010-07-01"> <span class="sortkey">10</span> <span class="statusFIXRELEASED">Fix Released</span> </td> </tr> </tbody> </table> </div> <div> <h2>Related milestones and releases</h2> <ul> <li> <a class="sprite info" href="https://launchpad.net/openlibrary/+milestones">View milestones for Open Library</a> </li> <li> <a class="sprite info" href="/openlibrary/trunk">View releases for the Open Library trunk series</a> </li> </ul> </div> <div class="yui-u"> <div id="structural-subscription-content-box"></div> </div> </div> </div><!-- yui-b --> </div><!-- yui-main --> <div id="side-portlets" class="yui-b side"> <div id="privacy" class="portlet public"> <span id="information-type-summary" class="sprite public">This milestone contains <strong id="information-type">Public</strong> information</span> <div id="information-type-description" style="padding-top: 5px">Everyone can see this information. </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"> • 78860d9 (<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": {}, "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 stability-july-28", "url": "https://launchpad.net/openlibrary/+milestone/stability-july-28"}, "context": {"self_link": "https://launchpad.net/api/devel/openlibrary/+milestone/stability-july-28", "web_link": "https://launchpad.net/openlibrary/+milestone/stability-july-28", "resource_type_link": "https://launchpad.net/api/devel/#milestone", "official_bug_tags": ["api", "ariel", "covers", "i18n", "language", "lending", "marc", "rdf", "search", "types", "works"], "name": "stability-july-28", "target_link": "https://launchpad.net/api/devel/openlibrary", "date_targeted": "2010-07-28", "is_active": true, "title": "Open Library stability-july-28", "code_name": null, "summary": "A number of discrete stability related tasks that we will be bundling up into a JULY 28 release.", "series_target_link": "https://launchpad.net/api/devel/openlibrary/trunk", "release_link": null, "http_etag": "\"cdf5fd61ca760e73eee87ab5ed424e3d74b16ff5-96079b73c5a86390cad9f0bff357b3e7e090c9eb\""}};</script> </body> <!-- Facet name: overview Page type: main_side Has global search: True Has application tabs: True Has side portlets: True At least 26 queries/external actions issued in 0.50 seconds Features: {'profiling.enabled': None, 'hard_timeout': '15000', 'app.mainsite_only.canonical_url': None, 'js.yui_version': None, 'app.maintenance_message': None, 'baselayout.careers_link.disabled': None, 'visible_render_time': None} r78860d9 --> </html>