Author: jablko
Date: Fri Oct 29 13:36:35 2010
New Revision: 8672
Log:
Code standard, drop consecutive blank links
Modified:
trunk/apps/qubit/modules/i18n/templates/listUserInterfaceTranslationSuccess.php
trunk/apps/qubit/modules/object/config/import/dc.yml
trunk/apps/qubit/modules/object/config/import/ead.yml
trunk/apps/qubit/modules/object/config/import/mets.yml
trunk/apps/qubit/modules/object/config/import/mods.yml
trunk/apps/qubit/modules/object/config/import/oai_dc_record.yml
trunk/apps/qubit/modules/search/actions/descriptionUpdatesAction.class.php
trunk/apps/qubit/modules/settings/templates/listSuccess.php
trunk/css/graphic.css
trunk/js/aclDialog.js
trunk/js/multiRow.js
trunk/lib/QubitCultureFallback.class.php
trunk/lib/QubitOai.class.php
trunk/lib/model/QubitActor.php
trunk/lib/model/QubitDigitalObject.php
trunk/lib/model/QubitInformationObject.php
trunk/lib/model/QubitObject.php
trunk/lib/model/QubitTerm.php
trunk/plugins/sfAlouettePlugin/COPYRIGHT
trunk/plugins/sfClassicPlugin/css/main.css
trunk/plugins/sfColumbiaPlugin/COPYRIGHT
trunk/plugins/sfEacPlugin/modules/sfEacPlugin/templates/indexSuccess.xml.php
Modified:
trunk/apps/qubit/modules/i18n/templates/listUserInterfaceTranslationSuccess.php
==============================================================================
---
trunk/apps/qubit/modules/i18n/templates/listUserInterfaceTranslationSuccess.php
Fri Oct 29 13:29:18 2010 (r8671)
+++
trunk/apps/qubit/modules/i18n/templates/listUserInterfaceTranslationSuccess.php
Fri Oct 29 13:36:35 2010 (r8672)
@@ -2,7 +2,6 @@
<div class="translationList">
-
<div class="tableHeader" style="margin-bottom: 10px;"><?php echo __('%1%
module', array('%1%' =>
sfConfig::get('app_ui_label_informationobject')))?></div>
<ul>
<li><?php echo link_to(__('Create (ISAD)'), array('module' =>
'informationobject', 'action' => 'add', 'informationobject_template' =>
'isad')) ?></li>
Modified: trunk/apps/qubit/modules/object/config/import/dc.yml
==============================================================================
--- trunk/apps/qubit/modules/object/config/import/dc.yml Fri Oct 29
13:29:18 2010 (r8671)
+++ trunk/apps/qubit/modules/object/config/import/dc.yml Fri Oct 29
13:36:35 2010 (r8672)
@@ -14,7 +14,6 @@
# Qubit Toolkit; if not, write to the Free Software Foundation, Inc., 51
# Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-
# Dublin Core (dc) IMPORT FILTER MAPPINGS
#
# @package qubit
Modified: trunk/apps/qubit/modules/object/config/import/ead.yml
==============================================================================
--- trunk/apps/qubit/modules/object/config/import/ead.yml Fri Oct 29
13:29:18 2010 (r8671)
+++ trunk/apps/qubit/modules/object/config/import/ead.yml Fri Oct 29
13:36:35 2010 (r8672)
@@ -14,7 +14,6 @@
# Qubit Toolkit; if not, write to the Free Software Foundation, Inc., 51
# Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-
# EAD XML (2002) IMPORT FILTER MAPPINGS
#
# @package qubit
Modified: trunk/apps/qubit/modules/object/config/import/mets.yml
==============================================================================
--- trunk/apps/qubit/modules/object/config/import/mets.yml Fri Oct 29
13:29:18 2010 (r8671)
+++ trunk/apps/qubit/modules/object/config/import/mets.yml Fri Oct 29
13:36:35 2010 (r8672)
@@ -14,7 +14,6 @@
# Qubit Toolkit; if not, write to the Free Software Foundation, Inc., 51
# Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-
# METS/Dublin Core XML IMPORT FILTER MAPPINGS
#
# @package qubit
Modified: trunk/apps/qubit/modules/object/config/import/mods.yml
==============================================================================
--- trunk/apps/qubit/modules/object/config/import/mods.yml Fri Oct 29
13:29:18 2010 (r8671)
+++ trunk/apps/qubit/modules/object/config/import/mods.yml Fri Oct 29
13:36:35 2010 (r8672)
@@ -14,7 +14,6 @@
# Qubit Toolkit; if not, write to the Free Software Foundation, Inc., 51
# Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-
# MODS XML IMPORT FILTER MAPPINGS
#
# @package qubit
Modified: trunk/apps/qubit/modules/object/config/import/oai_dc_record.yml
==============================================================================
--- trunk/apps/qubit/modules/object/config/import/oai_dc_record.yml Fri Oct
29 13:29:18 2010 (r8671)
+++ trunk/apps/qubit/modules/object/config/import/oai_dc_record.yml Fri Oct
29 13:36:35 2010 (r8672)
@@ -14,7 +14,6 @@
# Qubit Toolkit; if not, write to the Free Software Foundation, Inc., 51
# Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-
# OAI Record IMPORT FILTER MAPPINGS
#
# @package qubit
Modified:
trunk/apps/qubit/modules/search/actions/descriptionUpdatesAction.class.php
==============================================================================
--- trunk/apps/qubit/modules/search/actions/descriptionUpdatesAction.class.php
Fri Oct 29 13:29:18 2010 (r8671)
+++ trunk/apps/qubit/modules/search/actions/descriptionUpdatesAction.class.php
Fri Oct 29 13:36:35 2010 (r8672)
@@ -231,7 +231,6 @@
}
}
-
// Add sort criteria
switch($this->sort)
{
Modified: trunk/apps/qubit/modules/settings/templates/listSuccess.php
==============================================================================
--- trunk/apps/qubit/modules/settings/templates/listSuccess.php Fri Oct 29
13:29:18 2010 (r8671)
+++ trunk/apps/qubit/modules/settings/templates/listSuccess.php Fri Oct 29
13:36:35 2010 (r8672)
@@ -120,7 +120,6 @@
</form>
</fieldset>
-
<!-- Default template form -->
<fieldset class="collapsible collapsed">
<legend><?php echo __('Default template') ?></legend>
@@ -189,7 +188,6 @@
</form>
</fieldset>
-
<!-- I18n Languages Form -->
<fieldset class="collapsible collapsed">
<legend><?php echo __('I18n languages') ?></legend>
Modified: trunk/css/graphic.css
==============================================================================
--- trunk/css/graphic.css Fri Oct 29 13:29:18 2010 (r8671)
+++ trunk/css/graphic.css Fri Oct 29 13:36:35 2010 (r8672)
@@ -6,7 +6,6 @@
- form.css, which is used to structure and style forms
- layout.css, which is used to structure and style the physical page layout */
-
/*********************************************************
GENERAL TEXT STYLING
**********************************************************/
@@ -106,7 +105,6 @@
float: right;
}
-
div.multiFileUploadItem {
border: 1px solid #bbb;
padding: 2px;
Modified: trunk/js/aclDialog.js
==============================================================================
--- trunk/js/aclDialog.js Fri Oct 29 13:29:18 2010 (r8671)
+++ trunk/js/aclDialog.js Fri Oct 29 13:36:35 2010 (r8672)
@@ -97,7 +97,6 @@
$('#'+dialogId).find('input:visible').get(0).focus();
}, this, true);
-
// Wrap YUI dialog show method
this.show = function()
{
Modified: trunk/js/multiRow.js
==============================================================================
--- trunk/js/multiRow.js Fri Oct 29 13:29:18 2010 (r8671)
+++ trunk/js/multiRow.js Fri Oct 29 13:36:35 2010 (r8672)
@@ -48,7 +48,6 @@
$(this).children().hide();
});
-
table.children('tbody')
// Append the row to body
Modified: trunk/lib/QubitCultureFallback.class.php
==============================================================================
--- trunk/lib/QubitCultureFallback.class.php Fri Oct 29 13:29:18 2010
(r8671)
+++ trunk/lib/QubitCultureFallback.class.php Fri Oct 29 13:36:35 2010
(r8672)
@@ -45,7 +45,6 @@
return $criteria;
}
-
/**
* Build SQL 'case' statement to get the most relevant value for $column
*
@@ -60,7 +59,6 @@
return $fallbackCaseStmt;
}
-
/**
* Add fallback query criteria to $criteria
*
Modified: trunk/lib/QubitOai.class.php
==============================================================================
--- trunk/lib/QubitOai.class.php Fri Oct 29 13:29:18 2010 (r8671)
+++ trunk/lib/QubitOai.class.php Fri Oct 29 13:36:35 2010 (r8672)
@@ -17,7 +17,6 @@
* along with Qubit Toolkit. If not, see <http://www.gnu.org/licenses/>.
*/
-
/**
* Shared functions for OAI-PMH module
*
Modified: trunk/lib/model/QubitActor.php
==============================================================================
--- trunk/lib/model/QubitActor.php Fri Oct 29 13:29:18 2010 (r8671)
+++ trunk/lib/model/QubitActor.php Fri Oct 29 13:36:35 2010 (r8672)
@@ -404,7 +404,6 @@
return $this->SubjectHitCount;
}
-
//many-to-many Term Relations
public function setTermRelation($termId, $relationNote = null)
{
Modified: trunk/lib/model/QubitDigitalObject.php
==============================================================================
--- trunk/lib/model/QubitDigitalObject.php Fri Oct 29 13:29:18 2010
(r8671)
+++ trunk/lib/model/QubitDigitalObject.php Fri Oct 29 13:36:35 2010
(r8672)
@@ -493,7 +493,6 @@
return $this;
}
-
/**
* Populate a digital object from a resource pointed to by a URI
* This is for, eg. importing encoded digital objects from XML
@@ -1183,7 +1182,6 @@
return $val;
}
-
/*
* -----------------------------------------------------------------------
* IMAGE MANIPULATION METHODS
Modified: trunk/lib/model/QubitInformationObject.php
==============================================================================
--- trunk/lib/model/QubitInformationObject.php Fri Oct 29 13:29:18 2010
(r8671)
+++ trunk/lib/model/QubitInformationObject.php Fri Oct 29 13:36:35 2010
(r8672)
@@ -956,7 +956,6 @@
}
}
-
/****************
Import methods
*****************/
@@ -1449,7 +1448,6 @@
return QubitInformationObject::get($criteria)->offsetGet(0,
array('defaultValue' => null));
}
-
/**
* Get Oai identifier
* @param
Modified: trunk/lib/model/QubitObject.php
==============================================================================
--- trunk/lib/model/QubitObject.php Fri Oct 29 13:29:18 2010 (r8671)
+++ trunk/lib/model/QubitObject.php Fri Oct 29 13:36:35 2010 (r8672)
@@ -325,7 +325,6 @@
return QubitNote::get($criteria);
}
-
/********************
Other names
*********************/
Modified: trunk/lib/model/QubitTerm.php
==============================================================================
--- trunk/lib/model/QubitTerm.php Fri Oct 29 13:29:18 2010 (r8671)
+++ trunk/lib/model/QubitTerm.php Fri Oct 29 13:36:35 2010 (r8672)
@@ -390,7 +390,6 @@
return QubitTaxonomy::getTermsById(QubitTaxonomy::PHYSICAL_OBJECT_TYPE_ID,
$options);
}
-
/**
* Return a list of all Relation Type terms
*
@@ -402,7 +401,6 @@
return QubitTaxonomy::getTermsById(QubitTaxonomy::RELATION_TYPE_ID,
$options);
}
-
/**
* Return a list of all Physical object container types
*
@@ -414,7 +412,6 @@
return $containerTerm->getDescendants();
}
-
/**
* Get a list of child terms of $parentTermId. Prefix $indentStr * depth of
child
* relative to parent
@@ -454,7 +451,6 @@
return $tree;
}
-
protected $CountryHitCount = null;
protected $LanguageHitCount = null;
protected $SubjectHitCount = null;
Modified: trunk/plugins/sfAlouettePlugin/COPYRIGHT
==============================================================================
--- trunk/plugins/sfAlouettePlugin/COPYRIGHT Fri Oct 29 13:29:18 2010
(r8671)
+++ trunk/plugins/sfAlouettePlugin/COPYRIGHT Fri Oct 29 13:36:35 2010
(r8672)
@@ -1,7 +1,6 @@
COPYRIGHT
=========
-
sfAlouettePlugin
----------------
sfAlouettePlugin is a theme for use with the Qubit Toolkit application
Modified: trunk/plugins/sfClassicPlugin/css/main.css
==============================================================================
--- trunk/plugins/sfClassicPlugin/css/main.css Fri Oct 29 13:29:18 2010
(r8671)
+++ trunk/plugins/sfClassicPlugin/css/main.css Fri Oct 29 13:36:35 2010
(r8672)
@@ -274,7 +274,6 @@
width: auto;
}
-
/* Hyperlinked headings, repository contact information is one example of
* hyperlinked field heading */
Modified: trunk/plugins/sfColumbiaPlugin/COPYRIGHT
==============================================================================
--- trunk/plugins/sfColumbiaPlugin/COPYRIGHT Fri Oct 29 13:29:18 2010
(r8671)
+++ trunk/plugins/sfColumbiaPlugin/COPYRIGHT Fri Oct 29 13:36:35 2010
(r8672)
@@ -1,7 +1,6 @@
COPYRIGHT
=========
-
sfColumbiaPlugin
----------------
sfColumbiaPlugin is a theme for use with the Qubit Toolkit application
@@ -10,5 +9,4 @@
Copyright: 2009 Peter Van Garderen <[email protected]>
License: GPL version 2 or any later version - see LICENSE file
-
Site header image of Columbia Street, New Westminster, Canada (circa 1903) is
used with permission from New Westminster Museum and Archives (NWMA-IHP0331)
Modified:
trunk/plugins/sfEacPlugin/modules/sfEacPlugin/templates/indexSuccess.xml.php
==============================================================================
---
trunk/plugins/sfEacPlugin/modules/sfEacPlugin/templates/indexSuccess.xml.php
Fri Oct 29 13:29:18 2010 (r8671)
+++
trunk/plugins/sfEacPlugin/modules/sfEacPlugin/templates/indexSuccess.xml.php
Fri Oct 29 13:36:35 2010 (r8672)
@@ -150,7 +150,6 @@
<term><?php echo esc_specialchars($resource->functions) ?></term>
-
</occupation>
<mandate>
--
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.