Author: jablko
Date: Wed Oct 27 19:01:01 2010
New Revision: 8590
Log:
Replace class="inline" with "form thead th" selector
Modified:
trunk/apps/qubit/modules/digitalobject/templates/editSuccess.php
trunk/apps/qubit/modules/informationobject/templates/_childLevels.php
trunk/apps/qubit/modules/informationobject/templates/_relatedEvents.php
trunk/apps/qubit/modules/informationobject/templates/editPhysicalObjectsSuccess.php
trunk/apps/qubit/modules/user/templates/editInformationObjectAclSuccess.php
trunk/apps/qubit/modules/user/templates/indexActorAclSuccess.php
trunk/apps/qubit/modules/user/templates/indexInformationObjectAclSuccess.php
trunk/apps/qubit/modules/user/templates/indexTermAclSuccess.php
trunk/css/graphic.css
trunk/plugins/qbAclPlugin/modules/aclGroup/templates/_aclTable.php
trunk/plugins/qbAclPlugin/modules/aclGroup/templates/_addActorDialog.php
trunk/plugins/qbAclPlugin/modules/aclGroup/templates/_termAclForm.php
trunk/plugins/qbAclPlugin/modules/aclGroup/templates/editInformationObjectAclSuccess.php
trunk/plugins/qbAclPlugin/modules/aclGroup/templates/indexActorAclSuccess.php
trunk/plugins/qbAclPlugin/modules/aclGroup/templates/indexInformationObjectAclSuccess.php
trunk/plugins/qbAclPlugin/modules/aclGroup/templates/indexTermAclSuccess.php
trunk/plugins/sfClassicPlugin/css/main.css
trunk/plugins/sfDcPlugin/modules/sfDcPlugin/templates/editSuccess.php
trunk/plugins/sfIsaarPlugin/modules/sfIsaarPlugin/templates/_event.php
trunk/plugins/sfIsaarPlugin/modules/sfIsaarPlugin/templates/_relatedAuthorityRecord.php
trunk/plugins/sfIsadPlugin/modules/sfIsadPlugin/templates/_event.php
trunk/plugins/sfIsadPlugin/modules/sfIsadPlugin/templates/editSuccess.php
trunk/plugins/sfIsdfPlugin/modules/sfIsdfPlugin/templates/_relatedAuthorityRecord.php
trunk/plugins/sfIsdfPlugin/modules/sfIsdfPlugin/templates/_relatedFunction.php
trunk/plugins/sfIsdfPlugin/modules/sfIsdfPlugin/templates/_relatedResource.php
trunk/plugins/sfIsdiahPlugin/modules/sfIsdiahPlugin/templates/editSuccess.php
trunk/plugins/sfModsPlugin/modules/sfModsPlugin/templates/editSuccess.php
trunk/plugins/sfRadPlugin/modules/sfRadPlugin/templates/editSuccess.php
Modified: trunk/apps/qubit/modules/digitalobject/templates/editSuccess.php
==============================================================================
--- trunk/apps/qubit/modules/digitalobject/templates/editSuccess.php Wed Oct
27 18:23:04 2010 (r8589)
+++ trunk/apps/qubit/modules/digitalobject/templates/editSuccess.php Wed Oct
27 19:01:01 2010 (r8590)
@@ -39,7 +39,7 @@
<?php echo get_component('digitalobject', 'editRepresentation',
array('digitalObject' => $digitalObject, 'representation' => $representation))
?>
<?php else: ?>
<div class="form-item">
- <table class="inline">
+ <table>
<tr>
<th>
<?php echo __('Add a new %1% representation', array('%1%' =>
QubitTerm::getById($usageId))) ?>
Modified: trunk/apps/qubit/modules/informationobject/templates/_childLevels.php
==============================================================================
--- trunk/apps/qubit/modules/informationobject/templates/_childLevels.php
Wed Oct 27 18:23:04 2010 (r8589)
+++ trunk/apps/qubit/modules/informationobject/templates/_childLevels.php
Wed Oct 27 19:01:01 2010 (r8590)
@@ -2,7 +2,7 @@
<h3><?php echo __('Add new child levels') ?></h3>
- <table class="inline multiRow">
+ <table class="multiRow">
<thead>
<tr>
<th style="width: 20%">
Modified:
trunk/apps/qubit/modules/informationobject/templates/_relatedEvents.php
==============================================================================
--- trunk/apps/qubit/modules/informationobject/templates/_relatedEvents.php
Wed Oct 27 18:23:04 2010 (r8589)
+++ trunk/apps/qubit/modules/informationobject/templates/_relatedEvents.php
Wed Oct 27 19:01:01 2010 (r8590)
@@ -1,6 +1,6 @@
<?php $sf_response->addJavaScript('multiDelete') ?>
-<table class="inline" id="relatedEvents">
+<table id="relatedEvents">
<thead>
<tr>
<th style="width: 35%">
Modified:
trunk/apps/qubit/modules/informationobject/templates/editPhysicalObjectsSuccess.php
==============================================================================
---
trunk/apps/qubit/modules/informationobject/templates/editPhysicalObjectsSuccess.php
Wed Oct 27 18:23:04 2010 (r8589)
+++
trunk/apps/qubit/modules/informationobject/templates/editPhysicalObjectsSuccess.php
Wed Oct 27 19:01:01 2010 (r8590)
@@ -9,7 +9,7 @@
<?php echo $form->renderHiddenFields() ?>
<?php if (0 < count($relations)): ?>
- <table class="inline" style="width: 98%;">
+ <table style="width: 98%;">
<thead>
<tr>
<th colspan="2" style="width: 90%;">
Modified:
trunk/apps/qubit/modules/user/templates/editInformationObjectAclSuccess.php
==============================================================================
--- trunk/apps/qubit/modules/user/templates/editInformationObjectAclSuccess.php
Wed Oct 27 18:23:04 2010 (r8589)
+++ trunk/apps/qubit/modules/user/templates/editInformationObjectAclSuccess.php
Wed Oct 27 19:01:01 2010 (r8590)
@@ -34,7 +34,7 @@
// Build dialog for adding new table
$tableTemplate = '<div class="form-item">';
- $tableTemplate .= '<table id="acl_{objectId}" class="inline">';
+ $tableTemplate .= '<table id="acl_{objectId}">';
$tableTemplate .= '<caption/>';
$tableTemplate .= '<thead>';
$tableTemplate .= '<tr>';
Modified: trunk/apps/qubit/modules/user/templates/indexActorAclSuccess.php
==============================================================================
--- trunk/apps/qubit/modules/user/templates/indexActorAclSuccess.php Wed Oct
27 18:23:04 2010 (r8589)
+++ trunk/apps/qubit/modules/user/templates/indexActorAclSuccess.php Wed Oct
27 19:01:01 2010 (r8590)
@@ -10,7 +10,7 @@
<div class="section">
<?php if (0 < count($acl)): ?>
- <table id="userPermissions" class="inline sticky-enabled">
+ <table id="userPermissions" class="sticky-enabled">
<thead>
<tr>
<th colspan="2"> </th>
Modified:
trunk/apps/qubit/modules/user/templates/indexInformationObjectAclSuccess.php
==============================================================================
---
trunk/apps/qubit/modules/user/templates/indexInformationObjectAclSuccess.php
Wed Oct 27 18:23:04 2010 (r8589)
+++
trunk/apps/qubit/modules/user/templates/indexInformationObjectAclSuccess.php
Wed Oct 27 19:01:01 2010 (r8590)
@@ -10,7 +10,7 @@
<div class="section">
<?php if (0 < count($acl)): ?>
- <table id="userPermissions" class="inline sticky-enabled">
+ <table id="userPermissions" class="sticky-enabled">
<thead>
<tr>
<th colspan="2"> </th>
Modified: trunk/apps/qubit/modules/user/templates/indexTermAclSuccess.php
==============================================================================
--- trunk/apps/qubit/modules/user/templates/indexTermAclSuccess.php Wed Oct
27 18:23:04 2010 (r8589)
+++ trunk/apps/qubit/modules/user/templates/indexTermAclSuccess.php Wed Oct
27 19:01:01 2010 (r8590)
@@ -10,7 +10,7 @@
<div class="section">
<?php if (0 < count($acl)): ?>
- <table id="userPermissions" class="inline sticky-enabled">
+ <table id="userPermissions" class="sticky-enabled">
<thead>
<tr>
<th colspan="2"> </th>
Modified: trunk/css/graphic.css
==============================================================================
--- trunk/css/graphic.css Wed Oct 27 18:23:04 2010 (r8589)
+++ trunk/css/graphic.css Wed Oct 27 19:01:01 2010 (r8590)
@@ -44,52 +44,6 @@
}
/*********************************************************
- INLINE TABLES
-**********************************************************/
-table.inline {
- width: 100%;
- border: 0;
- margin: 0;
-}
-
-table.inline caption {
- font-weight: bold;
- margin: 0;
- padding: 0;
- text-align: left;
-}
-
-table.inline th {
- border: none;
- background-color: #cccccc;
- color: #ffffff;
- font: bold 10px verdana, lucida, sans-serif;
- font-weight: bold;
- text-align: left;
- width: 15%;
-}
-
-table.inline th label
-{
- color: #ffffff;
-}
-
-table.inline thead tr {
- vertical-align: bottom;
-}
-
-table.inline tr {
- vertical-align: top;
- border: none;
-}
-
-table.inline td {
- border: none;
- border-top: 1px solid #cccccc;
- text-align: left;
-}
-
-/*********************************************************
NOTE SPAN
**********************************************************/
span.note {
Modified: trunk/plugins/qbAclPlugin/modules/aclGroup/templates/_aclTable.php
==============================================================================
--- trunk/plugins/qbAclPlugin/modules/aclGroup/templates/_aclTable.php Wed Oct
27 18:23:04 2010 (r8589)
+++ trunk/plugins/qbAclPlugin/modules/aclGroup/templates/_aclTable.php Wed Oct
27 19:01:01 2010 (r8590)
@@ -1,4 +1,4 @@
-<table class="inline" id="<?php echo 'acl_'.url_for(array($object, 'module' =>
$module)) ?>" class="inline">
+<table id="<?php echo 'acl_'.url_for(array($object, 'module' => $module)) ?>">
<?php if ($object->id != constant(get_class($object).'::ROOT_ID')): ?>
<caption><?php echo render_title($object) ?></caption>
<?php else: ?>
Modified:
trunk/plugins/qbAclPlugin/modules/aclGroup/templates/_addActorDialog.php
==============================================================================
--- trunk/plugins/qbAclPlugin/modules/aclGroup/templates/_addActorDialog.php
Wed Oct 27 18:23:04 2010 (r8589)
+++ trunk/plugins/qbAclPlugin/modules/aclGroup/templates/_addActorDialog.php
Wed Oct 27 19:01:01 2010 (r8590)
@@ -21,7 +21,7 @@
$tableTemplate = <<<EOL
<div class="form-item">
-<table id="acl_{objectId}" class="inline">
+<table id="acl_{objectId}">
<caption/>
<thead>
<tr>
Modified: trunk/plugins/qbAclPlugin/modules/aclGroup/templates/_termAclForm.php
==============================================================================
--- trunk/plugins/qbAclPlugin/modules/aclGroup/templates/_termAclForm.php
Wed Oct 27 18:23:04 2010 (r8589)
+++ trunk/plugins/qbAclPlugin/modules/aclGroup/templates/_termAclForm.php
Wed Oct 27 19:01:01 2010 (r8590)
@@ -11,7 +11,7 @@
<legend><?php echo __('Permissions for all %1%', array('%1%' =>
sfConfig::get('app_ui_label_term'))) ?></legend>
<div class="form-item">
- <table class="inline" id="allTerms" class="inline">
+ <table id="allTerms">
<caption><em><?php echo __('All %1%', array('%1%' =>
sfConfig::get('app_ui_label_term'))) ?></em></caption>
<thead>
@@ -51,7 +51,7 @@
<?php if (0 < count($taxonomyPermissions)): ?>
<?php foreach ($taxonomyPermissions as $taxonomyId => $actions): ?>
<div class="form-item">
- <table class="inline" id="taxonomyAcl_<?php echo $taxonomyId ?>"
class="inline">
+ <table id="taxonomyAcl_<?php echo $taxonomyId ?>">
<caption><?php echo render_title(QubitTaxonomy::getById($taxonomyId))
?></caption>
<thead>
@@ -89,7 +89,7 @@
<?php
// Build dialog for adding new table
$tableTemplate = '<div class="form-item">';
-$tableTemplate .= '<table id="taxonomyAcl_{objectId}" class="inline">';
+$tableTemplate .= '<table id="taxonomyAcl_{objectId}">';
$tableTemplate .= '<caption/>';
$tableTemplate .= '<thead>';
$tableTemplate .= '<tr>';
Modified:
trunk/plugins/qbAclPlugin/modules/aclGroup/templates/editInformationObjectAclSuccess.php
==============================================================================
---
trunk/plugins/qbAclPlugin/modules/aclGroup/templates/editInformationObjectAclSuccess.php
Wed Oct 27 18:23:04 2010 (r8589)
+++
trunk/plugins/qbAclPlugin/modules/aclGroup/templates/editInformationObjectAclSuccess.php
Wed Oct 27 19:01:01 2010 (r8590)
@@ -30,7 +30,7 @@
<?php
// Build dialog for adding new table
$tableTemplate = '<div class="form-item">';
-$tableTemplate .= '<table id="acl_{objectId}" class="inline">';
+$tableTemplate .= '<table id="acl_{objectId}">';
$tableTemplate .= '<caption/>';
$tableTemplate .= '<thead>';
$tableTemplate .= '<tr>';
Modified:
trunk/plugins/qbAclPlugin/modules/aclGroup/templates/indexActorAclSuccess.php
==============================================================================
---
trunk/plugins/qbAclPlugin/modules/aclGroup/templates/indexActorAclSuccess.php
Wed Oct 27 18:23:04 2010 (r8589)
+++
trunk/plugins/qbAclPlugin/modules/aclGroup/templates/indexActorAclSuccess.php
Wed Oct 27 19:01:01 2010 (r8590)
@@ -6,7 +6,7 @@
<div class="section">
<?php if (0 < count($acl)): ?>
- <table id="userPermissions" class="inline">
+ <table id="userPermissions">
<thead>
<tr>
<th colspan="2"> </th>
Modified:
trunk/plugins/qbAclPlugin/modules/aclGroup/templates/indexInformationObjectAclSuccess.php
==============================================================================
---
trunk/plugins/qbAclPlugin/modules/aclGroup/templates/indexInformationObjectAclSuccess.php
Wed Oct 27 18:23:04 2010 (r8589)
+++
trunk/plugins/qbAclPlugin/modules/aclGroup/templates/indexInformationObjectAclSuccess.php
Wed Oct 27 19:01:01 2010 (r8590)
@@ -6,7 +6,7 @@
<div class="section">
<?php if (0 < count($acl)): ?>
- <table id="groupPermissions" class="inline sticky-enabled">
+ <table id="groupPermissions" class="sticky-enabled">
<thead>
<tr>
<th colspan="2"> </th>
Modified:
trunk/plugins/qbAclPlugin/modules/aclGroup/templates/indexTermAclSuccess.php
==============================================================================
---
trunk/plugins/qbAclPlugin/modules/aclGroup/templates/indexTermAclSuccess.php
Wed Oct 27 18:23:04 2010 (r8589)
+++
trunk/plugins/qbAclPlugin/modules/aclGroup/templates/indexTermAclSuccess.php
Wed Oct 27 19:01:01 2010 (r8590)
@@ -6,7 +6,7 @@
<div class="section">
<?php if (0 < count($acl)): ?>
- <table id="groupPermissions" class="inline sticky-enabled">
+ <table id="groupPermissions" class="sticky-enabled">
<thead>
<tr>
<th colspan="2"> </th>
Modified: trunk/plugins/sfClassicPlugin/css/main.css
==============================================================================
--- trunk/plugins/sfClassicPlugin/css/main.css Wed Oct 27 18:23:04 2010
(r8589)
+++ trunk/plugins/sfClassicPlugin/css/main.css Wed Oct 27 19:01:01 2010
(r8590)
@@ -11,6 +11,16 @@
font-weight: bold;
}
+form thead th
+{
+ /* Reset thead th */
+
+ background: transparent;
+ border: 0;
+ border-bottom: 2px solid #d3e7f4;
+ color: #494949;
+}
+
form .field
{
/* Reset .field */
Modified: trunk/plugins/sfDcPlugin/modules/sfDcPlugin/templates/editSuccess.php
==============================================================================
--- trunk/plugins/sfDcPlugin/modules/sfDcPlugin/templates/editSuccess.php
Wed Oct 27 18:23:04 2010 (r8589)
+++ trunk/plugins/sfDcPlugin/modules/sfDcPlugin/templates/editSuccess.php
Wed Oct 27 19:01:01 2010 (r8590)
@@ -63,7 +63,7 @@
<h3><?php echo __('Child levels (if describing a collection)') ?></h3>
- <table class="inline multiRow">
+ <table class="multiRow">
<thead>
<tr>
<th style="width: 20%">
Modified: trunk/plugins/sfIsaarPlugin/modules/sfIsaarPlugin/templates/_event.php
==============================================================================
--- trunk/plugins/sfIsaarPlugin/modules/sfIsaarPlugin/templates/_event.php
Wed Oct 27 18:23:04 2010 (r8589)
+++ trunk/plugins/sfIsaarPlugin/modules/sfIsaarPlugin/templates/_event.php
Wed Oct 27 19:01:01 2010 (r8590)
@@ -10,7 +10,7 @@
<div class="section">
- <table class="inline" id="relatedEvents">
+ <table id="relatedEvents">
<caption>
<?php echo __('Related resources') ?>
</caption><thead>
Modified:
trunk/plugins/sfIsaarPlugin/modules/sfIsaarPlugin/templates/_relatedAuthorityRecord.php
==============================================================================
---
trunk/plugins/sfIsaarPlugin/modules/sfIsaarPlugin/templates/_relatedAuthorityRecord.php
Wed Oct 27 18:23:04 2010 (r8589)
+++
trunk/plugins/sfIsaarPlugin/modules/sfIsaarPlugin/templates/_relatedAuthorityRecord.php
Wed Oct 27 19:01:01 2010 (r8590)
@@ -10,7 +10,7 @@
<div class="section">
- <table class="inline" id="relatedEntities">
+ <table id="relatedEntities">
<caption>
<?php echo __('Related corporate bodies, persons or families') ?>
</caption><thead>
Modified: trunk/plugins/sfIsadPlugin/modules/sfIsadPlugin/templates/_event.php
==============================================================================
--- trunk/plugins/sfIsadPlugin/modules/sfIsadPlugin/templates/_event.php
Wed Oct 27 18:23:04 2010 (r8589)
+++ trunk/plugins/sfIsadPlugin/modules/sfIsadPlugin/templates/_event.php
Wed Oct 27 19:01:01 2010 (r8590)
@@ -5,7 +5,7 @@
<h3><?php echo __('Date(s)') ?> <span class="form-required" title="<?php
echo __('This is a mandatory element.') ?>">*</span></h3>
- <table class="inline">
+ <table>
<thead>
<tr>
<th style="width: 25%">
Modified:
trunk/plugins/sfIsadPlugin/modules/sfIsadPlugin/templates/editSuccess.php
==============================================================================
--- trunk/plugins/sfIsadPlugin/modules/sfIsadPlugin/templates/editSuccess.php
Wed Oct 27 18:23:04 2010 (r8589)
+++ trunk/plugins/sfIsadPlugin/modules/sfIsadPlugin/templates/editSuccess.php
Wed Oct 27 19:01:01 2010 (r8590)
@@ -150,7 +150,7 @@
<div class="form-item">
- <table class="inline">
+ <table>
<thead>
<tr>
<th style="width: 90%">
@@ -200,7 +200,7 @@
<div class="form-item">
- <table class="inline">
+ <table>
<thead>
<tr>
<th style="width: 90%">
Modified:
trunk/plugins/sfIsdfPlugin/modules/sfIsdfPlugin/templates/_relatedAuthorityRecord.php
==============================================================================
---
trunk/plugins/sfIsdfPlugin/modules/sfIsdfPlugin/templates/_relatedAuthorityRecord.php
Wed Oct 27 18:23:04 2010 (r8589)
+++
trunk/plugins/sfIsdfPlugin/modules/sfIsdfPlugin/templates/_relatedAuthorityRecord.php
Wed Oct 27 19:01:01 2010 (r8590)
@@ -10,7 +10,7 @@
<div class="section">
- <table class="inline" id="relatedEntityDisplay">
+ <table id="relatedEntityDisplay">
<caption>
<?php echo __('Related authority records') ?>
</caption><thead>
Modified:
trunk/plugins/sfIsdfPlugin/modules/sfIsdfPlugin/templates/_relatedFunction.php
==============================================================================
---
trunk/plugins/sfIsdfPlugin/modules/sfIsdfPlugin/templates/_relatedFunction.php
Wed Oct 27 18:23:04 2010 (r8589)
+++
trunk/plugins/sfIsdfPlugin/modules/sfIsdfPlugin/templates/_relatedFunction.php
Wed Oct 27 19:01:01 2010 (r8590)
@@ -10,7 +10,7 @@
<div class="section">
- <table class="inline" id="relatedFunctions">
+ <table id="relatedFunctions">
<caption>
<?php echo __('Related functions') ?>
</caption><thead>
Modified:
trunk/plugins/sfIsdfPlugin/modules/sfIsdfPlugin/templates/_relatedResource.php
==============================================================================
---
trunk/plugins/sfIsdfPlugin/modules/sfIsdfPlugin/templates/_relatedResource.php
Wed Oct 27 18:23:04 2010 (r8589)
+++
trunk/plugins/sfIsdfPlugin/modules/sfIsdfPlugin/templates/_relatedResource.php
Wed Oct 27 19:01:01 2010 (r8590)
@@ -10,7 +10,7 @@
<div class="section">
- <table class="inline" id="relatedResourceDisplay">
+ <table id="relatedResourceDisplay">
<caption>
<?php echo __('Related resources') ?>
</caption><thead>
Modified:
trunk/plugins/sfIsdiahPlugin/modules/sfIsdiahPlugin/templates/editSuccess.php
==============================================================================
---
trunk/plugins/sfIsdiahPlugin/modules/sfIsdiahPlugin/templates/editSuccess.php
Wed Oct 27 18:23:04 2010 (r8589)
+++
trunk/plugins/sfIsdiahPlugin/modules/sfIsdiahPlugin/templates/editSuccess.php
Wed Oct 27 19:01:01 2010 (r8590)
@@ -51,7 +51,7 @@
<?php foreach ($resource->contactInformations as $item): ?>
- <table class="inline">
+ <table>
<tr>
<th style="margin-top: 5px; border-top: 2px solid #999999; width:
90%">
<?php echo $item->getContactType(array('cultureFallback' =>
true)) ?><?php if ($item->getPrimaryContact()): ?> (<?php echo __('Primary
contact') ?>)<?php endif; ?>
@@ -67,7 +67,7 @@
<?php endforeach; ?>
- <table class="inline">
+ <table>
<tr>
<th colspan="4" style="margin-top: 5px; border-top: 2px solid
#999999; width: 95%">
<?php echo __('Add new contact information') ?>
Modified:
trunk/plugins/sfModsPlugin/modules/sfModsPlugin/templates/editSuccess.php
==============================================================================
--- trunk/plugins/sfModsPlugin/modules/sfModsPlugin/templates/editSuccess.php
Wed Oct 27 18:23:04 2010 (r8589)
+++ trunk/plugins/sfModsPlugin/modules/sfModsPlugin/templates/editSuccess.php
Wed Oct 27 19:01:01 2010 (r8590)
@@ -50,7 +50,7 @@
<h3><?php echo __('Add new child levels (if describing a collection)')
?></h3>
- <table class="inline multiRow">
+ <table class="multiRow">
<thead>
<tr>
<th style="width: 20%">
Modified:
trunk/plugins/sfRadPlugin/modules/sfRadPlugin/templates/editSuccess.php
==============================================================================
--- trunk/plugins/sfRadPlugin/modules/sfRadPlugin/templates/editSuccess.php
Wed Oct 27 18:23:04 2010 (r8589)
+++ trunk/plugins/sfRadPlugin/modules/sfRadPlugin/templates/editSuccess.php
Wed Oct 27 19:01:01 2010 (r8590)
@@ -47,7 +47,7 @@
<h3><?php echo __('Title notes') ?></h3>
- <table class="inline">
+ <table>
<thead>
<tr>
@@ -298,7 +298,7 @@
<h3><?php echo __('Other notes') ?></h3>
- <table class="inline">
+ <table>
<thead>
<tr>
<th style="width: 65%">
--
You received this message because you are subscribed to the Google Groups
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/qubit-commits?hl=en.