You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by bu...@apache.org on 2013/10/10 14:22:35 UTC

svn commit: r882003 [1/7] - in /websites/staging/isis/trunk: cgi-bin/ content/ content/applib-guide/ content/applib-guide/domain-services/ content/applib-guide/how-tos/ content/applib-guide/reference/ content/applib-guide/reference/recognized-annotatio...

Author: buildbot
Date: Thu Oct 10 12:22:30 2013
New Revision: 882003

Log:
Staging update by buildbot for isis

Removed:
    websites/staging/isis/trunk/content/images/screenshots2/~$screenshot-captions.pptx
Modified:
    websites/staging/isis/trunk/cgi-bin/   (props changed)
    websites/staging/isis/trunk/content/   (props changed)
    websites/staging/isis/trunk/content/applib-guide/about.html
    websites/staging/isis/trunk/content/applib-guide/domain-services/about.html
    websites/staging/isis/trunk/content/applib-guide/domain-services/how-to-09-010-How-to-register-domain-services,-repositories-and-factories.html
    websites/staging/isis/trunk/content/applib-guide/domain-services/how-to-09-020-How-to-write-a-typical-domain-service.html
    websites/staging/isis/trunk/content/applib-guide/domain-services/how-to-09-030-How-to-use-a-generic-repository.html
    websites/staging/isis/trunk/content/applib-guide/domain-services/how-to-09-040-How-to-write-a-custom-repository.html
    websites/staging/isis/trunk/content/applib-guide/domain-services/how-to-09-050-How-to-use-Factories.html
    websites/staging/isis/trunk/content/applib-guide/how-tos/about.html
    websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-01-010-How-to-have-a-domain-entity-be-a-POJO.html
    websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-01-020-How-to-have-a-domain-service-be-a-POJO.html
    websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-01-030-How-to-add-a-property-to-a-domain-entity.html
    websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-01-040-How-to-specify-a-title-for-a-domain-entity.html
    websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-01-050-How-to-add-a-collection-to-a-domain-entity.html
    websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-01-060-How-to-add-an-action-to-a-domain-entity-or-service.html
    websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-01-070-How-to-specify-the-icon-for-a-domain-entity.html
    websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-01-080-How-to-specify-the-order-in-which-properties-or-collections-are-displayed.html
    websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-01-090-How-to-specify-the-order-in-which-actions-appear-on-the-menu.html
    websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-01-100-How-to-make-a-property-optional.html
    websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-01-110-How-to-make-an-action-parameter-optional.html
    websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-01-120-How-to-specify-the-size-of-String-properties.html
    websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-01-130-How-to-specify-the-size-of-String-action-parameters.html
    websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-01-140-How-to-specify-names-or-descriptions-for-an-action-parameter.html
    websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-01-150-How-to-inject-services-into-a-domain-entity-or-other-service.html
    websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-01-160-How-to-create-or-delete-objects-within-your-code.html
    websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-02-010-How-to-hide-a-property.html
    websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-02-020-How-to-hide-a-collection.html
    websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-02-030-How-to-hide-an-action.html
    websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-02-040-How-to-specify-that-none-of-an-object's-members-is-visible.html
    websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-02-050-How-to-prevent-a-property-from-being-modified.html
    websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-02-060-How-to-prevent-a-collection-from-being-modified.html
    websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-02-070-How-to-prevent-an-action-from-being-invoked.html
    websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-02-080-How-to-specify-that-none-of-an-object's-members-can-be-modified-or-invoked.html
    websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-02-090-How-to-specify-that-an-object-is-immutable.html
    websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-02-100-How-to-validate-user-input-for-a-property.html
    websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-02-110-How-to-validate-an-object-being-added-or-removed-from-a-collection.html
    websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-02-120-How-to-validate-an-action-parameter-argument.html
    websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-02-130-How-to-validate-declaratively-using-MustSatisfy.html
    websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-03-010-How-to-specify-a-set-of-choices-for-a-property.html
    websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-03-015-How-to-specify-an-autocomplete-for-a-property.html
    websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-03-017-How-to-specify-default-value-of-an-object-property.html
    websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-03-020-How-to-specify-a-set-of-choices-for-an-action-parameter.html
    websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-03-022-How-to-specify-dependent-choices-for-action-parameters.html
    websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-03-025-How-to-specify-an-autocomplete-for-an-action-parameter.html
    websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-03-030-How-to-specify-that-a-class-of-objects-has-a-limited-number-of-instances.html
    websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-03-040-How-to-find-an-entity-(for-an-action-parameter-or-property)-using-auto-complete.html
    websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-03-050-How-to-specify-default-values-for-an-action-parameter.html
    websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-04-000-How-to-derive-properties-and-collections-and-other-side-effects.html
    websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-04-010-How-to-make-a-derived-property.html
    websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-04-020-How-to-make-a-derived-collection.html
    websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-04-030-How-to-inline-the-results-of-a-query-only-repository-action.html
    websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-04-040-How-to-trigger-other-behaviour-when-a-property-is-changed.html
    websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-04-050-How-to-trigger-other-behaviour-when-an-object-is-added-or-removed.html
    websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-04-060-How-to-set-up-and-maintain-bidirectional-relationships.html
    websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-05-010-How-to-specify-a-name-or-description-for-an-object.html
    websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-05-020-How-to-specify-a-name-or-description-for-a-property.html
    websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-05-030-How-to-specify-a-name-or-description-for-a-collection.html
    websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-05-040-How-to-specify-names-or-description-for-an-action.html
    websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-05-050-How-to-specify-the-icon-for-an-individual-objects-state.html
    websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-06-010-How-to-pass-a-messages-and-errors-back-to-the-user.html
    websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-06-020-How-to-deal-with-an-unexpected-error.html
    websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-07-010-How-to-set-up-the-initial-value-of-a-property-programmatically.html
    websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-07-020-How-to-insert-behaviour-into-the-object-life-cycle.html
    websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-07-030-How-to-ensure-object-is-in-valid-state.html
    websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-07-040-How-to-specify-that-an-object-should-not-be-persisted.html
    websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-07-050-How-to-perform-lazy-loading.html
    websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-07-060-How-to-perform-dirty-object-tracking.html
    websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-07-070-How-to-hook-into-the-object-lifecycle-using-callbacks.html
    websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-08-000-How-to-handle-security-concerns.html
    websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-08-010-Hiding,-disabling-or-validating-for-specific-users-or-roles.html
    websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-08-020-How-to-use-Isis-authorization-manager.html
    websites/staging/isis/trunk/content/applib-guide/reference/DomainObjectContainer.html
    websites/staging/isis/trunk/content/applib-guide/reference/Event.html
    websites/staging/isis/trunk/content/applib-guide/reference/Recognized-Methods-and-Prefixes.html
    websites/staging/isis/trunk/content/applib-guide/reference/Security.html
    websites/staging/isis/trunk/content/applib-guide/reference/Utility.html
    websites/staging/isis/trunk/content/applib-guide/reference/about.html
    websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/ActionOrder.html
    websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/ActionSemantics.html
    websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/Aggregated.html
    websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/Audited.html
    websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/AutoComplete.html
    websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/Bounded.html
    websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/Bulk.html
    websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/Debug.html
    websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/Defaulted.html
    websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/DescribedAs.html
    websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/Disabled.html
    websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/Encodable.html
    websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/EqualByContent.html
    websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/Exploration.html
    websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/Facets.html
    websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/FieldOrder.html
    websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/Hidden.html
    websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/Idempotent-deprecated.html
    websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/Ignore-deprecated.html
    websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/Immutable.html
    websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/Mask.html
    websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/MaxLength.html
    websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/MemberGroups.html
    websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/MemberOrder.html
    websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/MultiLine.html
    websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/MustSatisfy.html
    websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/Named.html
    websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/NotContributed.html
    websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/NotInServiceMenu.html
    websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/NotPersistable.html
    websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/NotPersisted.html
    websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/ObjectType.html
    websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/Optional.html
    websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/Paged.html
    websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/Parseable.html
    websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/Plural.html
    websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/Programmatic.html
    websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/Prototype.html
    websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/PublishedAction.html
    websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/PublishedObject.html
    websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/QueryOnly-deprecated.html
    websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/RegEx.html
    websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/Render.html
    websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/Resolve.html
    websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/SortedBy.html
    websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/Title.html
    websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/TypeOf.html
    websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/TypicalLength.html
    websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/Value.html
    websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/ViewModel.html
    websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/about.html
    websites/staging/isis/trunk/content/applib-guide/supporting-features/01-Clock.html
    websites/staging/isis/trunk/content/applib-guide/supporting-features/02-Profiles.html
    websites/staging/isis/trunk/content/applib-guide/supporting-features/03-Fixtures-and-SwitchUser.html
    websites/staging/isis/trunk/content/applib-guide/supporting-features/04-XML-Snapshots.html
    websites/staging/isis/trunk/content/applib-guide/supporting-features/about.html
    websites/staging/isis/trunk/content/applib-guide/value-types/010-Built-in-Value-Types.html
    websites/staging/isis/trunk/content/applib-guide/value-types/020-Custom-Value-Types.html
    websites/staging/isis/trunk/content/applib-guide/value-types/030-Third-party-Value-Types.html
    websites/staging/isis/trunk/content/applib-guide/value-types/about.html
    websites/staging/isis/trunk/content/components/about.html
    websites/staging/isis/trunk/content/components/objectstores/about.html
    websites/staging/isis/trunk/content/components/objectstores/jdo/about.html
    websites/staging/isis/trunk/content/components/objectstores/jdo/auditing-service-jdo.html
    websites/staging/isis/trunk/content/components/objectstores/jdo/datanucleus-and-eclipse.html
    websites/staging/isis/trunk/content/components/objectstores/jdo/datanucleus-and-maven.html
    websites/staging/isis/trunk/content/components/objectstores/jdo/deploying-on-the-google-app-engine.html
    websites/staging/isis/trunk/content/components/objectstores/jdo/eagerly-registering-entities.html
    websites/staging/isis/trunk/content/components/objectstores/jdo/enabling-logging.html
    websites/staging/isis/trunk/content/components/objectstores/jdo/exception-recognizers-jdo.html
    websites/staging/isis/trunk/content/components/objectstores/jdo/isisjdosupport-service.html
    websites/staging/isis/trunk/content/components/objectstores/jdo/lazy-loading.html
    websites/staging/isis/trunk/content/components/objectstores/jdo/managed-1-to-m-relationships.html
    websites/staging/isis/trunk/content/components/objectstores/jdo/mapping-bigdecimals.html
    websites/staging/isis/trunk/content/components/objectstores/jdo/mapping-blobs.html
    websites/staging/isis/trunk/content/components/objectstores/jdo/mapping-joda-dates.html
    websites/staging/isis/trunk/content/components/objectstores/jdo/mapping-mandatory-and-optional-properties.html
    websites/staging/isis/trunk/content/components/objectstores/jdo/persistence_xml.html
    websites/staging/isis/trunk/content/components/objectstores/jdo/publishing-service-jdo.html
    websites/staging/isis/trunk/content/components/objectstores/jdo/release-notes/about.html
    websites/staging/isis/trunk/content/components/objectstores/jdo/release-notes/isis-objectstore-jdo-1.0.0.html
    websites/staging/isis/trunk/content/components/objectstores/jdo/release-notes/isis-objectstore-jdo-1.1.0.html
    websites/staging/isis/trunk/content/components/objectstores/jdo/settings-services-jdo.html
    websites/staging/isis/trunk/content/components/objectstores/jdo/using-jndi-datasource.html
    websites/staging/isis/trunk/content/components/objectstores/nosql/about.html
    websites/staging/isis/trunk/content/components/objectstores/nosql/release-notes/about.html
    websites/staging/isis/trunk/content/components/objectstores/sql/about.html
    websites/staging/isis/trunk/content/components/objectstores/sql/configuring-the-sql-os-objectstore-with-the-quickstart-archetype.html
    websites/staging/isis/trunk/content/components/objectstores/sql/release-notes/about.html
    websites/staging/isis/trunk/content/components/objectstores/xml/about.html
    websites/staging/isis/trunk/content/components/objectstores/xml/release-notes/about.html
    websites/staging/isis/trunk/content/components/profilestores/about.html
    websites/staging/isis/trunk/content/components/profilestores/sql/about.html
    websites/staging/isis/trunk/content/components/profilestores/sql/release-notes/about.html
    websites/staging/isis/trunk/content/components/profilestores/xml/about.html
    websites/staging/isis/trunk/content/components/profilestores/xml/release-notes/about.html
    websites/staging/isis/trunk/content/components/progmodels/about.html
    websites/staging/isis/trunk/content/components/progmodels/groovy/about.html
    websites/staging/isis/trunk/content/components/progmodels/groovy/release-notes/about.html
    websites/staging/isis/trunk/content/components/security/about.html
    websites/staging/isis/trunk/content/components/security/file/about.html
    websites/staging/isis/trunk/content/components/security/file/release-notes/about.html
    websites/staging/isis/trunk/content/components/security/file/release-notes/isis-security-file-1.0.0.html
    websites/staging/isis/trunk/content/components/security/file/release-notes/isis-security-file-1.0.1.html
    websites/staging/isis/trunk/content/components/security/ldap/about.html
    websites/staging/isis/trunk/content/components/security/ldap/release-notes/about.html
    websites/staging/isis/trunk/content/components/security/shiro/about.html
    websites/staging/isis/trunk/content/components/security/shiro/configuring-shiro.html
    websites/staging/isis/trunk/content/components/security/shiro/format-of-permissions.html
    websites/staging/isis/trunk/content/components/security/shiro/release-notes/about.html
    websites/staging/isis/trunk/content/components/security/shiro/release-notes/isis-security-shiro-1.0.0.html
    websites/staging/isis/trunk/content/components/security/shiro/release-notes/isis-security-shiro-1.1.0.html
    websites/staging/isis/trunk/content/components/security/shiro/release-notes/isis-security-shiro-1.1.1.html
    websites/staging/isis/trunk/content/components/security/shiro/shiro-realm-mappings.html
    websites/staging/isis/trunk/content/components/security/shiro/using-ldap.html
    websites/staging/isis/trunk/content/components/security/sql/about.html
    websites/staging/isis/trunk/content/components/security/sql/release-notes/about.html
    websites/staging/isis/trunk/content/components/viewers/about.html
    websites/staging/isis/trunk/content/components/viewers/bdd/about.html
    websites/staging/isis/trunk/content/components/viewers/bdd/release-notes/about.html
    websites/staging/isis/trunk/content/components/viewers/dnd/about.html
    websites/staging/isis/trunk/content/components/viewers/dnd/release-notes/about.html
    websites/staging/isis/trunk/content/components/viewers/html/about.html
    websites/staging/isis/trunk/content/components/viewers/html/release-notes/about.html
    websites/staging/isis/trunk/content/components/viewers/restfulobjects/about.html
    websites/staging/isis/trunk/content/components/viewers/restfulobjects/event-serializer-rospec.html
    websites/staging/isis/trunk/content/components/viewers/restfulobjects/release-notes/about.html
    websites/staging/isis/trunk/content/components/viewers/restfulobjects/release-notes/isis-viewer-restfulobjects-1.0.0.html
    websites/staging/isis/trunk/content/components/viewers/restfulobjects/release-notes/isis-viewer-restfulobjects-2.0.0.html
    websites/staging/isis/trunk/content/components/viewers/scimpi/about.html
    websites/staging/isis/trunk/content/components/viewers/scimpi/release-notes/about.html
    websites/staging/isis/trunk/content/components/viewers/wicket/about.html
    websites/staging/isis/trunk/content/components/viewers/wicket/configuring-the-about-page.html
    websites/staging/isis/trunk/content/components/viewers/wicket/customizing-the-viewer.html
    websites/staging/isis/trunk/content/components/viewers/wicket/release-notes/about.html
    websites/staging/isis/trunk/content/components/viewers/wicket/release-notes/isis-viewer-wicket-1.0.0.html
    websites/staging/isis/trunk/content/components/viewers/wicket/release-notes/isis-viewer-wicket-1.1.0.html
    websites/staging/isis/trunk/content/components/viewers/wicket/release-notes/isis-viewer-wicket-1.2.0.html
    websites/staging/isis/trunk/content/components/viewers/wicket/suppressing-remember-me.html
    websites/staging/isis/trunk/content/components/viewers/wicket/titles-in-tables.html
    websites/staging/isis/trunk/content/contributors/about.html
    websites/staging/isis/trunk/content/contributors/applying-patches.html
    websites/staging/isis/trunk/content/contributors/building-isis.html
    websites/staging/isis/trunk/content/contributors/contributing.html
    websites/staging/isis/trunk/content/contributors/development-environment.html
    websites/staging/isis/trunk/content/contributors/git-cookbook.html
    websites/staging/isis/trunk/content/contributors/git-policy.html
    websites/staging/isis/trunk/content/contributors/key-generation.html
    websites/staging/isis/trunk/content/contributors/recreating-an-archetype.html
    websites/staging/isis/trunk/content/contributors/release-branch-and-tag-names.html
    websites/staging/isis/trunk/content/contributors/release-process-one-pager.html
    websites/staging/isis/trunk/content/contributors/release-process.html
    websites/staging/isis/trunk/content/contributors/snapshot-process.html
    websites/staging/isis/trunk/content/contributors/updating-the-cms-site.html
    websites/staging/isis/trunk/content/contributors/verifying-releases-script.html
    websites/staging/isis/trunk/content/contributors/verifying-releases-using-creadur-tools.html
    websites/staging/isis/trunk/content/contributors/verifying-releases.html
    websites/staging/isis/trunk/content/contributors/versioning-policy.html
    websites/staging/isis/trunk/content/core/about.html
    websites/staging/isis/trunk/content/core/bypass-security.html
    websites/staging/isis/trunk/content/core/bytecode.html
    websites/staging/isis/trunk/content/core/configuration-files.html
    websites/staging/isis/trunk/content/core/deployment-type.html
    websites/staging/isis/trunk/content/core/dynamic-layouts.html
    websites/staging/isis/trunk/content/core/inmemory-objectstore.html
    websites/staging/isis/trunk/content/core/inmemory-profilestore.html
    websites/staging/isis/trunk/content/core/integtestsupport.html
    websites/staging/isis/trunk/content/core/metamodel-finetuning-the-programming-model.html
    websites/staging/isis/trunk/content/core/release-notes/about.html
    websites/staging/isis/trunk/content/core/release-notes/isis-1.0.0.html
    websites/staging/isis/trunk/content/core/release-notes/isis-1.1.0.html
    websites/staging/isis/trunk/content/core/release-notes/isis-1.2.0.html
    websites/staging/isis/trunk/content/core/runtime.html
    websites/staging/isis/trunk/content/core/services/about.html
    websites/staging/isis/trunk/content/core/services/auditing-service.html
    websites/staging/isis/trunk/content/core/services/bookmark-service.html
    websites/staging/isis/trunk/content/core/services/developer-utilities-service.html
    websites/staging/isis/trunk/content/core/services/exception-recognizers.html
    websites/staging/isis/trunk/content/core/services/initializing-services.html
    websites/staging/isis/trunk/content/core/services/publishing-service.html
    websites/staging/isis/trunk/content/core/services/settings-services.html
    websites/staging/isis/trunk/content/core/specsupport-and-integtestsupport.html
    websites/staging/isis/trunk/content/core/unittestsupport.html
    websites/staging/isis/trunk/content/core/webserver.html
    websites/staging/isis/trunk/content/core/wrapper.html
    websites/staging/isis/trunk/content/documentation.html
    websites/staging/isis/trunk/content/download.html
    websites/staging/isis/trunk/content/getting-started/DEFUNCT-demo-app.html
    websites/staging/isis/trunk/content/getting-started/TransportPlanner/about.html
    websites/staging/isis/trunk/content/getting-started/about.html
    websites/staging/isis/trunk/content/getting-started/cheat-sheet.html
    websites/staging/isis/trunk/content/getting-started/editor-templates.html
    websites/staging/isis/trunk/content/getting-started/icons.html
    websites/staging/isis/trunk/content/getting-started/powered-by.html
    websites/staging/isis/trunk/content/getting-started/quickstart-archetype.html
    websites/staging/isis/trunk/content/getting-started/release-notes/about.html
    websites/staging/isis/trunk/content/getting-started/release-notes/quickstart_wrj-archetype-1.0.0.html
    websites/staging/isis/trunk/content/getting-started/release-notes/quickstart_wrj-archetype-1.0.1.html
    websites/staging/isis/trunk/content/getting-started/release-notes/quickstart_wrj-archetype-1.0.2.html
    websites/staging/isis/trunk/content/getting-started/release-notes/quickstart_wrj-archetype-1.0.3.html
    websites/staging/isis/trunk/content/getting-started/screencasts.html
    websites/staging/isis/trunk/content/getting-started/screenshots.html
    websites/staging/isis/trunk/content/index.html
    websites/staging/isis/trunk/content/learning-more/about.html
    websites/staging/isis/trunk/content/learning-more/articles-and-presentations.html
    websites/staging/isis/trunk/content/learning-more/books.html
    websites/staging/isis/trunk/content/learning-more/common-use-cases.html
    websites/staging/isis/trunk/content/learning-more/hexagonal-architecture.html
    websites/staging/isis/trunk/content/learning-more/isis-reference-documentation.html
    websites/staging/isis/trunk/content/learning-more/presentations.html
    websites/staging/isis/trunk/content/learning-more/tutorials.html
    websites/staging/isis/trunk/content/more-thanks.html
    websites/staging/isis/trunk/content/other/about.html
    websites/staging/isis/trunk/content/other/dsl.html
    websites/staging/isis/trunk/content/other/eclipse-plugin.html
    websites/staging/isis/trunk/content/other/maven-plugin.html
    websites/staging/isis/trunk/content/release-matrix.html
    websites/staging/isis/trunk/content/support.html
    websites/staging/isis/trunk/content/third-party/about.html
    websites/staging/isis/trunk/content/third-party/viewers/about.html
    websites/staging/isis/trunk/content/third-party/viewers/dhtmlx/about.html

Propchange: websites/staging/isis/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Oct 10 12:22:30 2013
@@ -1 +1 @@
-1530926
+1530934

Propchange: websites/staging/isis/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Oct 10 12:22:30 2013
@@ -1 +1 @@
-1530926
+1530934

Modified: websites/staging/isis/trunk/content/applib-guide/about.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/about.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/about.html Thu Oct 10 12:22:30 2013
@@ -134,9 +134,10 @@
           border-radius: 3px;
           padding: 1px 3px;
         }
+        
+        
     </style>
-    <!--
-    <DISABLEDscript type="text/javascript">
+    <script type="text/javascript">
       function fbshare () {
           window.open(
                   "http://www.facebook.com/sharer/sharer.php?u="+document.URL,
@@ -155,8 +156,7 @@
                   'Share on Twitter',
                   'width=800,height=526');
       };
-    </DISABLEDscript>
-    -->
+    </script>
 
     <!-- Le fav and touch icons -->
     <link rel="shortcut icon" href="./../images/favicon.ico">
@@ -307,7 +307,7 @@ typing the initial letters of the desire
 
       </div>
 
-        <div id="edit" class="modal hide fade in" style="display: none; ">
+        <div id="edit" class="modal hide fade in" style="xxxdisplay: none; ">
             <div class="modal-header">
                 <a class="close" data-dismiss="modal">x</a>
 
@@ -329,7 +329,9 @@ typing the initial letters of the desire
                 <a href="javascript:void(location.href='https://anonymous:@cms.apache.org/redirect?uri='+escape(location.href))" class="btn">No</a>
             </div>
         </div>
+        <!--
         <script src="./../javascript/bootstrap-modal.js"></script>
+        -->
 
       <footer>
         <p>

Modified: websites/staging/isis/trunk/content/applib-guide/domain-services/about.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/domain-services/about.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/domain-services/about.html Thu Oct 10 12:22:30 2013
@@ -134,9 +134,10 @@
           border-radius: 3px;
           padding: 1px 3px;
         }
+        
+        
     </style>
-    <!--
-    <DISABLEDscript type="text/javascript">
+    <script type="text/javascript">
       function fbshare () {
           window.open(
                   "http://www.facebook.com/sharer/sharer.php?u="+document.URL,
@@ -155,8 +156,7 @@
                   'Share on Twitter',
                   'width=800,height=526');
       };
-    </DISABLEDscript>
-    -->
+    </script>
 
     <!-- Le fav and touch icons -->
     <link rel="shortcut icon" href="./../../images/favicon.ico">
@@ -281,7 +281,7 @@ other.</p>
 
       </div>
 
-        <div id="edit" class="modal hide fade in" style="display: none; ">
+        <div id="edit" class="modal hide fade in" style="xxxdisplay: none; ">
             <div class="modal-header">
                 <a class="close" data-dismiss="modal">x</a>
 
@@ -303,7 +303,9 @@ other.</p>
                 <a href="javascript:void(location.href='https://anonymous:@cms.apache.org/redirect?uri='+escape(location.href))" class="btn">No</a>
             </div>
         </div>
+        <!--
         <script src="./../../javascript/bootstrap-modal.js"></script>
+        -->
 
       <footer>
         <p>

Modified: websites/staging/isis/trunk/content/applib-guide/domain-services/how-to-09-010-How-to-register-domain-services,-repositories-and-factories.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/domain-services/how-to-09-010-How-to-register-domain-services,-repositories-and-factories.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/domain-services/how-to-09-010-How-to-register-domain-services,-repositories-and-factories.html Thu Oct 10 12:22:30 2013
@@ -134,9 +134,10 @@
           border-radius: 3px;
           padding: 1px 3px;
         }
+        
+        
     </style>
-    <!--
-    <DISABLEDscript type="text/javascript">
+    <script type="text/javascript">
       function fbshare () {
           window.open(
                   "http://www.facebook.com/sharer/sharer.php?u="+document.URL,
@@ -155,8 +156,7 @@
                   'Share on Twitter',
                   'width=800,height=526');
       };
-    </DISABLEDscript>
-    -->
+    </script>
 
     <!-- Le fav and touch icons -->
     <link rel="shortcut icon" href="./../../images/favicon.ico">
@@ -267,7 +267,7 @@ isis.services = employee.EmployeeReposit
 
       </div>
 
-        <div id="edit" class="modal hide fade in" style="display: none; ">
+        <div id="edit" class="modal hide fade in" style="xxxdisplay: none; ">
             <div class="modal-header">
                 <a class="close" data-dismiss="modal">x</a>
 
@@ -289,7 +289,9 @@ isis.services = employee.EmployeeReposit
                 <a href="javascript:void(location.href='https://anonymous:@cms.apache.org/redirect?uri='+escape(location.href))" class="btn">No</a>
             </div>
         </div>
+        <!--
         <script src="./../../javascript/bootstrap-modal.js"></script>
+        -->
 
       <footer>
         <p>

Modified: websites/staging/isis/trunk/content/applib-guide/domain-services/how-to-09-020-How-to-write-a-typical-domain-service.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/domain-services/how-to-09-020-How-to-write-a-typical-domain-service.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/domain-services/how-to-09-020-How-to-write-a-typical-domain-service.html Thu Oct 10 12:22:30 2013
@@ -134,9 +134,10 @@
           border-radius: 3px;
           padding: 1px 3px;
         }
+        
+        
     </style>
-    <!--
-    <DISABLEDscript type="text/javascript">
+    <script type="text/javascript">
       function fbshare () {
           window.open(
                   "http://www.facebook.com/sharer/sharer.php?u="+document.URL,
@@ -155,8 +156,7 @@
                   'Share on Twitter',
                   'width=800,height=526');
       };
-    </DISABLEDscript>
-    -->
+    </script>
 
     <!-- Le fav and touch icons -->
     <link rel="shortcut icon" href="./../../images/favicon.ico">
@@ -344,7 +344,7 @@ public interface EmailService {
 
       </div>
 
-        <div id="edit" class="modal hide fade in" style="display: none; ">
+        <div id="edit" class="modal hide fade in" style="xxxdisplay: none; ">
             <div class="modal-header">
                 <a class="close" data-dismiss="modal">x</a>
 
@@ -366,7 +366,9 @@ public interface EmailService {
                 <a href="javascript:void(location.href='https://anonymous:@cms.apache.org/redirect?uri='+escape(location.href))" class="btn">No</a>
             </div>
         </div>
+        <!--
         <script src="./../../javascript/bootstrap-modal.js"></script>
+        -->
 
       <footer>
         <p>

Modified: websites/staging/isis/trunk/content/applib-guide/domain-services/how-to-09-030-How-to-use-a-generic-repository.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/domain-services/how-to-09-030-How-to-use-a-generic-repository.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/domain-services/how-to-09-030-How-to-use-a-generic-repository.html Thu Oct 10 12:22:30 2013
@@ -134,9 +134,10 @@
           border-radius: 3px;
           padding: 1px 3px;
         }
+        
+        
     </style>
-    <!--
-    <DISABLEDscript type="text/javascript">
+    <script type="text/javascript">
       function fbshare () {
           window.open(
                   "http://www.facebook.com/sharer/sharer.php?u="+document.URL,
@@ -155,8 +156,7 @@
                   'Share on Twitter',
                   'width=800,height=526');
       };
-    </DISABLEDscript>
-    -->
+    </script>
 
     <!-- Le fav and touch icons -->
     <link rel="shortcut icon" href="./../../images/favicon.ico">
@@ -276,7 +276,7 @@ repositories will be replaced with regul
 
       </div>
 
-        <div id="edit" class="modal hide fade in" style="display: none; ">
+        <div id="edit" class="modal hide fade in" style="xxxdisplay: none; ">
             <div class="modal-header">
                 <a class="close" data-dismiss="modal">x</a>
 
@@ -298,7 +298,9 @@ repositories will be replaced with regul
                 <a href="javascript:void(location.href='https://anonymous:@cms.apache.org/redirect?uri='+escape(location.href))" class="btn">No</a>
             </div>
         </div>
+        <!--
         <script src="./../../javascript/bootstrap-modal.js"></script>
+        -->
 
       <footer>
         <p>

Modified: websites/staging/isis/trunk/content/applib-guide/domain-services/how-to-09-040-How-to-write-a-custom-repository.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/domain-services/how-to-09-040-How-to-write-a-custom-repository.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/domain-services/how-to-09-040-How-to-write-a-custom-repository.html Thu Oct 10 12:22:30 2013
@@ -134,9 +134,10 @@
           border-radius: 3px;
           padding: 1px 3px;
         }
+        
+        
     </style>
-    <!--
-    <DISABLEDscript type="text/javascript">
+    <script type="text/javascript">
       function fbshare () {
           window.open(
                   "http://www.facebook.com/sharer/sharer.php?u="+document.URL,
@@ -155,8 +156,7 @@
                   'Share on Twitter',
                   'width=800,height=526');
       };
-    </DISABLEDscript>
-    -->
+    </script>
 
     <!-- Le fav and touch icons -->
     <link rel="shortcut icon" href="./../../images/favicon.ico">
@@ -397,7 +397,7 @@ constructing <code>Query</code> instance
 
       </div>
 
-        <div id="edit" class="modal hide fade in" style="display: none; ">
+        <div id="edit" class="modal hide fade in" style="xxxdisplay: none; ">
             <div class="modal-header">
                 <a class="close" data-dismiss="modal">x</a>
 
@@ -419,7 +419,9 @@ constructing <code>Query</code> instance
                 <a href="javascript:void(location.href='https://anonymous:@cms.apache.org/redirect?uri='+escape(location.href))" class="btn">No</a>
             </div>
         </div>
+        <!--
         <script src="./../../javascript/bootstrap-modal.js"></script>
+        -->
 
       <footer>
         <p>

Modified: websites/staging/isis/trunk/content/applib-guide/domain-services/how-to-09-050-How-to-use-Factories.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/domain-services/how-to-09-050-How-to-use-Factories.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/domain-services/how-to-09-050-How-to-use-Factories.html Thu Oct 10 12:22:30 2013
@@ -134,9 +134,10 @@
           border-radius: 3px;
           padding: 1px 3px;
         }
+        
+        
     </style>
-    <!--
-    <DISABLEDscript type="text/javascript">
+    <script type="text/javascript">
       function fbshare () {
           window.open(
                   "http://www.facebook.com/sharer/sharer.php?u="+document.URL,
@@ -155,8 +156,7 @@
                   'Share on Twitter',
                   'width=800,height=526');
       };
-    </DISABLEDscript>
-    -->
+    </script>
 
     <!-- Le fav and touch icons -->
     <link rel="shortcut icon" href="./../../images/favicon.ico">
@@ -274,7 +274,7 @@ the methods available in DomainObjectCon
 
       </div>
 
-        <div id="edit" class="modal hide fade in" style="display: none; ">
+        <div id="edit" class="modal hide fade in" style="xxxdisplay: none; ">
             <div class="modal-header">
                 <a class="close" data-dismiss="modal">x</a>
 
@@ -296,7 +296,9 @@ the methods available in DomainObjectCon
                 <a href="javascript:void(location.href='https://anonymous:@cms.apache.org/redirect?uri='+escape(location.href))" class="btn">No</a>
             </div>
         </div>
+        <!--
         <script src="./../../javascript/bootstrap-modal.js"></script>
+        -->
 
       <footer>
         <p>

Modified: websites/staging/isis/trunk/content/applib-guide/how-tos/about.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/how-tos/about.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/how-tos/about.html Thu Oct 10 12:22:30 2013
@@ -134,9 +134,10 @@
           border-radius: 3px;
           padding: 1px 3px;
         }
+        
+        
     </style>
-    <!--
-    <DISABLEDscript type="text/javascript">
+    <script type="text/javascript">
       function fbshare () {
           window.open(
                   "http://www.facebook.com/sharer/sharer.php?u="+document.URL,
@@ -155,8 +156,7 @@
                   'Share on Twitter',
                   'width=800,height=526');
       };
-    </DISABLEDscript>
-    -->
+    </script>
 
     <!-- Le fav and touch icons -->
     <link rel="shortcut icon" href="./../../images/favicon.ico">
@@ -420,7 +420,7 @@ get visibility into and influence this b
 
       </div>
 
-        <div id="edit" class="modal hide fade in" style="display: none; ">
+        <div id="edit" class="modal hide fade in" style="xxxdisplay: none; ">
             <div class="modal-header">
                 <a class="close" data-dismiss="modal">x</a>
 
@@ -442,7 +442,9 @@ get visibility into and influence this b
                 <a href="javascript:void(location.href='https://anonymous:@cms.apache.org/redirect?uri='+escape(location.href))" class="btn">No</a>
             </div>
         </div>
+        <!--
         <script src="./../../javascript/bootstrap-modal.js"></script>
+        -->
 
       <footer>
         <p>

Modified: websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-01-010-How-to-have-a-domain-entity-be-a-POJO.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-01-010-How-to-have-a-domain-entity-be-a-POJO.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-01-010-How-to-have-a-domain-entity-be-a-POJO.html Thu Oct 10 12:22:30 2013
@@ -134,9 +134,10 @@
           border-radius: 3px;
           padding: 1px 3px;
         }
+        
+        
     </style>
-    <!--
-    <DISABLEDscript type="text/javascript">
+    <script type="text/javascript">
       function fbshare () {
           window.open(
                   "http://www.facebook.com/sharer/sharer.php?u="+document.URL,
@@ -155,8 +156,7 @@
                   'Share on Twitter',
                   'width=800,height=526');
       };
-    </DISABLEDscript>
-    -->
+    </script>
 
     <!-- Le fav and touch icons -->
     <link rel="shortcut icon" href="./../../images/favicon.ico">
@@ -272,7 +272,7 @@ There is further coverage of DomainObjec
 
       </div>
 
-        <div id="edit" class="modal hide fade in" style="display: none; ">
+        <div id="edit" class="modal hide fade in" style="xxxdisplay: none; ">
             <div class="modal-header">
                 <a class="close" data-dismiss="modal">x</a>
 
@@ -294,7 +294,9 @@ There is further coverage of DomainObjec
                 <a href="javascript:void(location.href='https://anonymous:@cms.apache.org/redirect?uri='+escape(location.href))" class="btn">No</a>
             </div>
         </div>
+        <!--
         <script src="./../../javascript/bootstrap-modal.js"></script>
+        -->
 
       <footer>
         <p>

Modified: websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-01-020-How-to-have-a-domain-service-be-a-POJO.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-01-020-How-to-have-a-domain-service-be-a-POJO.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-01-020-How-to-have-a-domain-service-be-a-POJO.html Thu Oct 10 12:22:30 2013
@@ -134,9 +134,10 @@
           border-radius: 3px;
           padding: 1px 3px;
         }
+        
+        
     </style>
-    <!--
-    <DISABLEDscript type="text/javascript">
+    <script type="text/javascript">
       function fbshare () {
           window.open(
                   "http://www.facebook.com/sharer/sharer.php?u="+document.URL,
@@ -155,8 +156,7 @@
                   'Share on Twitter',
                   'width=800,height=526');
       };
-    </DISABLEDscript>
-    -->
+    </script>
 
     <!-- Le fav and touch icons -->
     <link rel="shortcut icon" href="./../../images/favicon.ico">
@@ -278,7 +278,7 @@ as just another type of domain service.<
 
       </div>
 
-        <div id="edit" class="modal hide fade in" style="display: none; ">
+        <div id="edit" class="modal hide fade in" style="xxxdisplay: none; ">
             <div class="modal-header">
                 <a class="close" data-dismiss="modal">x</a>
 
@@ -300,7 +300,9 @@ as just another type of domain service.<
                 <a href="javascript:void(location.href='https://anonymous:@cms.apache.org/redirect?uri='+escape(location.href))" class="btn">No</a>
             </div>
         </div>
+        <!--
         <script src="./../../javascript/bootstrap-modal.js"></script>
+        -->
 
       <footer>
         <p>

Modified: websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-01-030-How-to-add-a-property-to-a-domain-entity.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-01-030-How-to-add-a-property-to-a-domain-entity.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-01-030-How-to-add-a-property-to-a-domain-entity.html Thu Oct 10 12:22:30 2013
@@ -134,9 +134,10 @@
           border-radius: 3px;
           padding: 1px 3px;
         }
+        
+        
     </style>
-    <!--
-    <DISABLEDscript type="text/javascript">
+    <script type="text/javascript">
       function fbshare () {
           window.open(
                   "http://www.facebook.com/sharer/sharer.php?u="+document.URL,
@@ -155,8 +156,7 @@
                   'Share on Twitter',
                   'width=800,height=526');
       };
-    </DISABLEDscript>
-    -->
+    </script>
 
     <!-- Le fav and touch icons -->
     <link rel="shortcut icon" href="./../../images/favicon.ico">
@@ -306,7 +306,7 @@ property and a reference (<code>Organisa
 
       </div>
 
-        <div id="edit" class="modal hide fade in" style="display: none; ">
+        <div id="edit" class="modal hide fade in" style="xxxdisplay: none; ">
             <div class="modal-header">
                 <a class="close" data-dismiss="modal">x</a>
 
@@ -328,7 +328,9 @@ property and a reference (<code>Organisa
                 <a href="javascript:void(location.href='https://anonymous:@cms.apache.org/redirect?uri='+escape(location.href))" class="btn">No</a>
             </div>
         </div>
+        <!--
         <script src="./../../javascript/bootstrap-modal.js"></script>
+        -->
 
       <footer>
         <p>

Modified: websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-01-040-How-to-specify-a-title-for-a-domain-entity.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-01-040-How-to-specify-a-title-for-a-domain-entity.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-01-040-How-to-specify-a-title-for-a-domain-entity.html Thu Oct 10 12:22:30 2013
@@ -134,9 +134,10 @@
           border-radius: 3px;
           padding: 1px 3px;
         }
+        
+        
     </style>
-    <!--
-    <DISABLEDscript type="text/javascript">
+    <script type="text/javascript">
       function fbshare () {
           window.open(
                   "http://www.facebook.com/sharer/sharer.php?u="+document.URL,
@@ -155,8 +156,7 @@
                   'Share on Twitter',
                   'width=800,height=526');
       };
-    </DISABLEDscript>
-    -->
+    </script>
 
     <!-- Le fav and touch icons -->
     <link rel="shortcut icon" href="./../../images/favicon.ico">
@@ -307,7 +307,7 @@ more details.--></p>
 
       </div>
 
-        <div id="edit" class="modal hide fade in" style="display: none; ">
+        <div id="edit" class="modal hide fade in" style="xxxdisplay: none; ">
             <div class="modal-header">
                 <a class="close" data-dismiss="modal">x</a>
 
@@ -329,7 +329,9 @@ more details.--></p>
                 <a href="javascript:void(location.href='https://anonymous:@cms.apache.org/redirect?uri='+escape(location.href))" class="btn">No</a>
             </div>
         </div>
+        <!--
         <script src="./../../javascript/bootstrap-modal.js"></script>
+        -->
 
       <footer>
         <p>

Modified: websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-01-050-How-to-add-a-collection-to-a-domain-entity.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-01-050-How-to-add-a-collection-to-a-domain-entity.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-01-050-How-to-add-a-collection-to-a-domain-entity.html Thu Oct 10 12:22:30 2013
@@ -134,9 +134,10 @@
           border-radius: 3px;
           padding: 1px 3px;
         }
+        
+        
     </style>
-    <!--
-    <DISABLEDscript type="text/javascript">
+    <script type="text/javascript">
       function fbshare () {
           window.open(
                   "http://www.facebook.com/sharer/sharer.php?u="+document.URL,
@@ -155,8 +156,7 @@
                   'Share on Twitter',
                   'width=800,height=526');
       };
-    </DISABLEDscript>
-    -->
+    </script>
 
     <!-- Le fav and touch icons -->
     <link rel="shortcut icon" href="./../../images/favicon.ico">
@@ -319,7 +319,7 @@ public class Department {
 
       </div>
 
-        <div id="edit" class="modal hide fade in" style="display: none; ">
+        <div id="edit" class="modal hide fade in" style="xxxdisplay: none; ">
             <div class="modal-header">
                 <a class="close" data-dismiss="modal">x</a>
 
@@ -341,7 +341,9 @@ public class Department {
                 <a href="javascript:void(location.href='https://anonymous:@cms.apache.org/redirect?uri='+escape(location.href))" class="btn">No</a>
             </div>
         </div>
+        <!--
         <script src="./../../javascript/bootstrap-modal.js"></script>
+        -->
 
       <footer>
         <p>

Modified: websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-01-060-How-to-add-an-action-to-a-domain-entity-or-service.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-01-060-How-to-add-an-action-to-a-domain-entity-or-service.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-01-060-How-to-add-an-action-to-a-domain-entity-or-service.html Thu Oct 10 12:22:30 2013
@@ -134,9 +134,10 @@
           border-radius: 3px;
           padding: 1px 3px;
         }
+        
+        
     </style>
-    <!--
-    <DISABLEDscript type="text/javascript">
+    <script type="text/javascript">
       function fbshare () {
           window.open(
                   "http://www.facebook.com/sharer/sharer.php?u="+document.URL,
@@ -155,8 +156,7 @@
                   'Share on Twitter',
                   'width=800,height=526');
       };
-    </DISABLEDscript>
-    -->
+    </script>
 
     <!-- Le fav and touch icons -->
     <link rel="shortcut icon" href="./../../images/favicon.ico">
@@ -318,7 +318,7 @@ other viewers treat the action as a regu
 
       </div>
 
-        <div id="edit" class="modal hide fade in" style="display: none; ">
+        <div id="edit" class="modal hide fade in" style="xxxdisplay: none; ">
             <div class="modal-header">
                 <a class="close" data-dismiss="modal">x</a>
 
@@ -340,7 +340,9 @@ other viewers treat the action as a regu
                 <a href="javascript:void(location.href='https://anonymous:@cms.apache.org/redirect?uri='+escape(location.href))" class="btn">No</a>
             </div>
         </div>
+        <!--
         <script src="./../../javascript/bootstrap-modal.js"></script>
+        -->
 
       <footer>
         <p>

Modified: websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-01-070-How-to-specify-the-icon-for-a-domain-entity.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-01-070-How-to-specify-the-icon-for-a-domain-entity.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-01-070-How-to-specify-the-icon-for-a-domain-entity.html Thu Oct 10 12:22:30 2013
@@ -134,9 +134,10 @@
           border-radius: 3px;
           padding: 1px 3px;
         }
+        
+        
     </style>
-    <!--
-    <DISABLEDscript type="text/javascript">
+    <script type="text/javascript">
       function fbshare () {
           window.open(
                   "http://www.facebook.com/sharer/sharer.php?u="+document.URL,
@@ -155,8 +156,7 @@
                   'Share on Twitter',
                   'width=800,height=526');
       };
-    </DISABLEDscript>
-    -->
+    </script>
 
     <!-- Le fav and touch icons -->
     <link rel="shortcut icon" href="./../../images/favicon.ico">
@@ -289,7 +289,7 @@ having to duplicate the image file.</p>
 
       </div>
 
-        <div id="edit" class="modal hide fade in" style="display: none; ">
+        <div id="edit" class="modal hide fade in" style="xxxdisplay: none; ">
             <div class="modal-header">
                 <a class="close" data-dismiss="modal">x</a>
 
@@ -311,7 +311,9 @@ having to duplicate the image file.</p>
                 <a href="javascript:void(location.href='https://anonymous:@cms.apache.org/redirect?uri='+escape(location.href))" class="btn">No</a>
             </div>
         </div>
+        <!--
         <script src="./../../javascript/bootstrap-modal.js"></script>
+        -->
 
       <footer>
         <p>

Modified: websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-01-080-How-to-specify-the-order-in-which-properties-or-collections-are-displayed.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-01-080-How-to-specify-the-order-in-which-properties-or-collections-are-displayed.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-01-080-How-to-specify-the-order-in-which-properties-or-collections-are-displayed.html Thu Oct 10 12:22:30 2013
@@ -134,9 +134,10 @@
           border-radius: 3px;
           padding: 1px 3px;
         }
+        
+        
     </style>
-    <!--
-    <DISABLEDscript type="text/javascript">
+    <script type="text/javascript">
       function fbshare () {
           window.open(
                   "http://www.facebook.com/sharer/sharer.php?u="+document.URL,
@@ -155,8 +156,7 @@
                   'Share on Twitter',
                   'width=800,height=526');
       };
-    </DISABLEDscript>
-    -->
+    </script>
 
     <!-- Le fav and touch icons -->
     <link rel="shortcut icon" href="./../../images/favicon.ico">
@@ -277,7 +277,7 @@ order in which the properties and collec
 
       </div>
 
-        <div id="edit" class="modal hide fade in" style="display: none; ">
+        <div id="edit" class="modal hide fade in" style="xxxdisplay: none; ">
             <div class="modal-header">
                 <a class="close" data-dismiss="modal">x</a>
 
@@ -299,7 +299,9 @@ order in which the properties and collec
                 <a href="javascript:void(location.href='https://anonymous:@cms.apache.org/redirect?uri='+escape(location.href))" class="btn">No</a>
             </div>
         </div>
+        <!--
         <script src="./../../javascript/bootstrap-modal.js"></script>
+        -->
 
       <footer>
         <p>

Modified: websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-01-090-How-to-specify-the-order-in-which-actions-appear-on-the-menu.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-01-090-How-to-specify-the-order-in-which-actions-appear-on-the-menu.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-01-090-How-to-specify-the-order-in-which-actions-appear-on-the-menu.html Thu Oct 10 12:22:30 2013
@@ -134,9 +134,10 @@
           border-radius: 3px;
           padding: 1px 3px;
         }
+        
+        
     </style>
-    <!--
-    <DISABLEDscript type="text/javascript">
+    <script type="text/javascript">
       function fbshare () {
           window.open(
                   "http://www.facebook.com/sharer/sharer.php?u="+document.URL,
@@ -155,8 +156,7 @@
                   'Share on Twitter',
                   'width=800,height=526');
       };
-    </DISABLEDscript>
-    -->
+    </script>
 
     <!-- Le fav and touch icons -->
     <link rel="shortcut icon" href="./../../images/favicon.ico">
@@ -276,7 +276,7 @@ order in which the actions should be dis
 
       </div>
 
-        <div id="edit" class="modal hide fade in" style="display: none; ">
+        <div id="edit" class="modal hide fade in" style="xxxdisplay: none; ">
             <div class="modal-header">
                 <a class="close" data-dismiss="modal">x</a>
 
@@ -298,7 +298,9 @@ order in which the actions should be dis
                 <a href="javascript:void(location.href='https://anonymous:@cms.apache.org/redirect?uri='+escape(location.href))" class="btn">No</a>
             </div>
         </div>
+        <!--
         <script src="./../../javascript/bootstrap-modal.js"></script>
+        -->
 
       <footer>
         <p>

Modified: websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-01-100-How-to-make-a-property-optional.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-01-100-How-to-make-a-property-optional.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-01-100-How-to-make-a-property-optional.html Thu Oct 10 12:22:30 2013
@@ -134,9 +134,10 @@
           border-radius: 3px;
           padding: 1px 3px;
         }
+        
+        
     </style>
-    <!--
-    <DISABLEDscript type="text/javascript">
+    <script type="text/javascript">
       function fbshare () {
           window.open(
                   "http://www.facebook.com/sharer/sharer.php?u="+document.URL,
@@ -155,8 +156,7 @@
                   'Share on Twitter',
                   'width=800,height=526');
       };
-    </DISABLEDscript>
-    -->
+    </script>
 
     <!-- Le fav and touch icons -->
     <link rel="shortcut icon" href="./../../images/favicon.ico">
@@ -264,7 +264,7 @@ annotation.</p>
 
       </div>
 
-        <div id="edit" class="modal hide fade in" style="display: none; ">
+        <div id="edit" class="modal hide fade in" style="xxxdisplay: none; ">
             <div class="modal-header">
                 <a class="close" data-dismiss="modal">x</a>
 
@@ -286,7 +286,9 @@ annotation.</p>
                 <a href="javascript:void(location.href='https://anonymous:@cms.apache.org/redirect?uri='+escape(location.href))" class="btn">No</a>
             </div>
         </div>
+        <!--
         <script src="./../../javascript/bootstrap-modal.js"></script>
+        -->
 
       <footer>
         <p>

Modified: websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-01-110-How-to-make-an-action-parameter-optional.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-01-110-How-to-make-an-action-parameter-optional.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-01-110-How-to-make-an-action-parameter-optional.html Thu Oct 10 12:22:30 2013
@@ -134,9 +134,10 @@
           border-radius: 3px;
           padding: 1px 3px;
         }
+        
+        
     </style>
-    <!--
-    <DISABLEDscript type="text/javascript">
+    <script type="text/javascript">
       function fbshare () {
           window.open(
                   "http://www.facebook.com/sharer/sharer.php?u="+document.URL,
@@ -155,8 +156,7 @@
                   'Share on Twitter',
                   'width=800,height=526');
       };
-    </DISABLEDscript>
-    -->
+    </script>
 
     <!-- Le fav and touch icons -->
     <link rel="shortcut icon" href="./../../images/favicon.ico">
@@ -262,7 +262,7 @@ behaviour by marking up one or more of t
 
       </div>
 
-        <div id="edit" class="modal hide fade in" style="display: none; ">
+        <div id="edit" class="modal hide fade in" style="xxxdisplay: none; ">
             <div class="modal-header">
                 <a class="close" data-dismiss="modal">x</a>
 
@@ -284,7 +284,9 @@ behaviour by marking up one or more of t
                 <a href="javascript:void(location.href='https://anonymous:@cms.apache.org/redirect?uri='+escape(location.href))" class="btn">No</a>
             </div>
         </div>
+        <!--
         <script src="./../../javascript/bootstrap-modal.js"></script>
+        -->
 
       <footer>
         <p>

Modified: websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-01-120-How-to-specify-the-size-of-String-properties.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-01-120-How-to-specify-the-size-of-String-properties.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-01-120-How-to-specify-the-size-of-String-properties.html Thu Oct 10 12:22:30 2013
@@ -134,9 +134,10 @@
           border-radius: 3px;
           padding: 1px 3px;
         }
+        
+        
     </style>
-    <!--
-    <DISABLEDscript type="text/javascript">
+    <script type="text/javascript">
       function fbshare () {
           window.open(
                   "http://www.facebook.com/sharer/sharer.php?u="+document.URL,
@@ -155,8 +156,7 @@
                   'Share on Twitter',
                   'width=800,height=526');
       };
-    </DISABLEDscript>
-    -->
+    </script>
 
     <!-- Le fav and touch icons -->
     <link rel="shortcut icon" href="./../../images/favicon.ico">
@@ -286,7 +286,7 @@ than a text field).</li>
 
       </div>
 
-        <div id="edit" class="modal hide fade in" style="display: none; ">
+        <div id="edit" class="modal hide fade in" style="xxxdisplay: none; ">
             <div class="modal-header">
                 <a class="close" data-dismiss="modal">x</a>
 
@@ -308,7 +308,9 @@ than a text field).</li>
                 <a href="javascript:void(location.href='https://anonymous:@cms.apache.org/redirect?uri='+escape(location.href))" class="btn">No</a>
             </div>
         </div>
+        <!--
         <script src="./../../javascript/bootstrap-modal.js"></script>
+        -->
 
       <footer>
         <p>

Modified: websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-01-130-How-to-specify-the-size-of-String-action-parameters.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-01-130-How-to-specify-the-size-of-String-action-parameters.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-01-130-How-to-specify-the-size-of-String-action-parameters.html Thu Oct 10 12:22:30 2013
@@ -134,9 +134,10 @@
           border-radius: 3px;
           padding: 1px 3px;
         }
+        
+        
     </style>
-    <!--
-    <DISABLEDscript type="text/javascript">
+    <script type="text/javascript">
       function fbshare () {
           window.open(
                   "http://www.facebook.com/sharer/sharer.php?u="+document.URL,
@@ -155,8 +156,7 @@
                   'Share on Twitter',
                   'width=800,height=526');
       };
-    </DISABLEDscript>
-    -->
+    </script>
 
     <!-- Le fav and touch icons -->
     <link rel="shortcut icon" href="./../../images/favicon.ico">
@@ -286,7 +286,7 @@ than a text field).</li>
 
       </div>
 
-        <div id="edit" class="modal hide fade in" style="display: none; ">
+        <div id="edit" class="modal hide fade in" style="xxxdisplay: none; ">
             <div class="modal-header">
                 <a class="close" data-dismiss="modal">x</a>
 
@@ -308,7 +308,9 @@ than a text field).</li>
                 <a href="javascript:void(location.href='https://anonymous:@cms.apache.org/redirect?uri='+escape(location.href))" class="btn">No</a>
             </div>
         </div>
+        <!--
         <script src="./../../javascript/bootstrap-modal.js"></script>
+        -->
 
       <footer>
         <p>

Modified: websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-01-140-How-to-specify-names-or-descriptions-for-an-action-parameter.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-01-140-How-to-specify-names-or-descriptions-for-an-action-parameter.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-01-140-How-to-specify-names-or-descriptions-for-an-action-parameter.html Thu Oct 10 12:22:30 2013
@@ -134,9 +134,10 @@
           border-radius: 3px;
           padding: 1px 3px;
         }
+        
+        
     </style>
-    <!--
-    <DISABLEDscript type="text/javascript">
+    <script type="text/javascript">
       function fbshare () {
           window.open(
                   "http://www.facebook.com/sharer/sharer.php?u="+document.URL,
@@ -155,8 +156,7 @@
                   'Share on Twitter',
                   'width=800,height=526');
       };
-    </DISABLEDscript>
-    -->
+    </script>
 
     <!-- Le fav and touch icons -->
     <link rel="shortcut icon" href="./../../images/favicon.ico">
@@ -286,7 +286,7 @@ this available to the user.</p>
 
       </div>
 
-        <div id="edit" class="modal hide fade in" style="display: none; ">
+        <div id="edit" class="modal hide fade in" style="xxxdisplay: none; ">
             <div class="modal-header">
                 <a class="close" data-dismiss="modal">x</a>
 
@@ -308,7 +308,9 @@ this available to the user.</p>
                 <a href="javascript:void(location.href='https://anonymous:@cms.apache.org/redirect?uri='+escape(location.href))" class="btn">No</a>
             </div>
         </div>
+        <!--
         <script src="./../../javascript/bootstrap-modal.js"></script>
+        -->
 
       <footer>
         <p>

Modified: websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-01-150-How-to-inject-services-into-a-domain-entity-or-other-service.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-01-150-How-to-inject-services-into-a-domain-entity-or-other-service.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-01-150-How-to-inject-services-into-a-domain-entity-or-other-service.html Thu Oct 10 12:22:30 2013
@@ -134,9 +134,10 @@
           border-radius: 3px;
           padding: 1px 3px;
         }
+        
+        
     </style>
-    <!--
-    <DISABLEDscript type="text/javascript">
+    <script type="text/javascript">
       function fbshare () {
           window.open(
                   "http://www.facebook.com/sharer/sharer.php?u="+document.URL,
@@ -155,8 +156,7 @@
                   'Share on Twitter',
                   'width=800,height=526');
       };
-    </DISABLEDscript>
-    -->
+    </script>
 
     <!-- Le fav and touch icons -->
     <link rel="shortcut icon" href="./../../images/favicon.ico">
@@ -289,7 +289,7 @@ it can be injected in exactly the same m
 
       </div>
 
-        <div id="edit" class="modal hide fade in" style="display: none; ">
+        <div id="edit" class="modal hide fade in" style="xxxdisplay: none; ">
             <div class="modal-header">
                 <a class="close" data-dismiss="modal">x</a>
 
@@ -311,7 +311,9 @@ it can be injected in exactly the same m
                 <a href="javascript:void(location.href='https://anonymous:@cms.apache.org/redirect?uri='+escape(location.href))" class="btn">No</a>
             </div>
         </div>
+        <!--
         <script src="./../../javascript/bootstrap-modal.js"></script>
+        -->
 
       <footer>
         <p>

Modified: websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-01-160-How-to-create-or-delete-objects-within-your-code.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-01-160-How-to-create-or-delete-objects-within-your-code.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-01-160-How-to-create-or-delete-objects-within-your-code.html Thu Oct 10 12:22:30 2013
@@ -134,9 +134,10 @@
           border-radius: 3px;
           padding: 1px 3px;
         }
+        
+        
     </style>
-    <!--
-    <DISABLEDscript type="text/javascript">
+    <script type="text/javascript">
       function fbshare () {
           window.open(
                   "http://www.facebook.com/sharer/sharer.php?u="+document.URL,
@@ -155,8 +156,7 @@
                   'Share on Twitter',
                   'width=800,height=526');
       };
-    </DISABLEDscript>
-    -->
+    </script>
 
     <!-- Le fav and touch icons -->
     <link rel="shortcut icon" href="./../../images/favicon.ico">
@@ -373,7 +373,7 @@ objects within a service.</p>
 
       </div>
 
-        <div id="edit" class="modal hide fade in" style="display: none; ">
+        <div id="edit" class="modal hide fade in" style="xxxdisplay: none; ">
             <div class="modal-header">
                 <a class="close" data-dismiss="modal">x</a>
 
@@ -395,7 +395,9 @@ objects within a service.</p>
                 <a href="javascript:void(location.href='https://anonymous:@cms.apache.org/redirect?uri='+escape(location.href))" class="btn">No</a>
             </div>
         </div>
+        <!--
         <script src="./../../javascript/bootstrap-modal.js"></script>
+        -->
 
       <footer>
         <p>

Modified: websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-02-010-How-to-hide-a-property.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-02-010-How-to-hide-a-property.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-02-010-How-to-hide-a-property.html Thu Oct 10 12:22:30 2013
@@ -134,9 +134,10 @@
           border-radius: 3px;
           padding: 1px 3px;
         }
+        
+        
     </style>
-    <!--
-    <DISABLEDscript type="text/javascript">
+    <script type="text/javascript">
       function fbshare () {
           window.open(
                   "http://www.facebook.com/sharer/sharer.php?u="+document.URL,
@@ -155,8 +156,7 @@
                   'Share on Twitter',
                   'width=800,height=526');
       };
-    </DISABLEDscript>
-    -->
+    </script>
 
     <!-- Le fav and touch icons -->
     <link rel="shortcut icon" href="./../../images/favicon.ico">
@@ -317,7 +317,7 @@ DomainObjectContainer#getUser() method. 
 
       </div>
 
-        <div id="edit" class="modal hide fade in" style="display: none; ">
+        <div id="edit" class="modal hide fade in" style="xxxdisplay: none; ">
             <div class="modal-header">
                 <a class="close" data-dismiss="modal">x</a>
 
@@ -339,7 +339,9 @@ DomainObjectContainer#getUser() method. 
                 <a href="javascript:void(location.href='https://anonymous:@cms.apache.org/redirect?uri='+escape(location.href))" class="btn">No</a>
             </div>
         </div>
+        <!--
         <script src="./../../javascript/bootstrap-modal.js"></script>
+        -->
 
       <footer>
         <p>

Modified: websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-02-020-How-to-hide-a-collection.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-02-020-How-to-hide-a-collection.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-02-020-How-to-hide-a-collection.html Thu Oct 10 12:22:30 2013
@@ -134,9 +134,10 @@
           border-radius: 3px;
           padding: 1px 3px;
         }
+        
+        
     </style>
-    <!--
-    <DISABLEDscript type="text/javascript">
+    <script type="text/javascript">
       function fbshare () {
           window.open(
                   "http://www.facebook.com/sharer/sharer.php?u="+document.URL,
@@ -155,8 +156,7 @@
                   'Share on Twitter',
                   'width=800,height=526');
       };
-    </DISABLEDscript>
-    -->
+    </script>
 
     <!-- Le fav and touch icons -->
     <link rel="shortcut icon" href="./../../images/favicon.ico">
@@ -311,7 +311,7 @@ discussion.--></p>
 
       </div>
 
-        <div id="edit" class="modal hide fade in" style="display: none; ">
+        <div id="edit" class="modal hide fade in" style="xxxdisplay: none; ">
             <div class="modal-header">
                 <a class="close" data-dismiss="modal">x</a>
 
@@ -333,7 +333,9 @@ discussion.--></p>
                 <a href="javascript:void(location.href='https://anonymous:@cms.apache.org/redirect?uri='+escape(location.href))" class="btn">No</a>
             </div>
         </div>
+        <!--
         <script src="./../../javascript/bootstrap-modal.js"></script>
+        -->
 
       <footer>
         <p>

Modified: websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-02-030-How-to-hide-an-action.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-02-030-How-to-hide-an-action.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-02-030-How-to-hide-an-action.html Thu Oct 10 12:22:30 2013
@@ -134,9 +134,10 @@
           border-radius: 3px;
           padding: 1px 3px;
         }
+        
+        
     </style>
-    <!--
-    <DISABLEDscript type="text/javascript">
+    <script type="text/javascript">
       function fbshare () {
           window.open(
                   "http://www.facebook.com/sharer/sharer.php?u="+document.URL,
@@ -155,8 +156,7 @@
                   'Share on Twitter',
                   'width=800,height=526');
       };
-    </DISABLEDscript>
-    -->
+    </script>
 
     <!-- Le fav and touch icons -->
     <link rel="shortcut icon" href="./../../images/favicon.ico">
@@ -311,7 +311,7 @@ DomainObjectContainer#getUser() method. 
 
       </div>
 
-        <div id="edit" class="modal hide fade in" style="display: none; ">
+        <div id="edit" class="modal hide fade in" style="xxxdisplay: none; ">
             <div class="modal-header">
                 <a class="close" data-dismiss="modal">x</a>
 
@@ -333,7 +333,9 @@ DomainObjectContainer#getUser() method. 
                 <a href="javascript:void(location.href='https://anonymous:@cms.apache.org/redirect?uri='+escape(location.href))" class="btn">No</a>
             </div>
         </div>
+        <!--
         <script src="./../../javascript/bootstrap-modal.js"></script>
+        -->
 
       <footer>
         <p>

Modified: websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-02-040-How-to-specify-that-none-of-an-object's-members-is-visible.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-02-040-How-to-specify-that-none-of-an-object's-members-is-visible.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-02-040-How-to-specify-that-none-of-an-object's-members-is-visible.html Thu Oct 10 12:22:30 2013
@@ -134,9 +134,10 @@
           border-radius: 3px;
           padding: 1px 3px;
         }
+        
+        
     </style>
-    <!--
-    <DISABLEDscript type="text/javascript">
+    <script type="text/javascript">
       function fbshare () {
           window.open(
                   "http://www.facebook.com/sharer/sharer.php?u="+document.URL,
@@ -155,8 +156,7 @@
                   'Share on Twitter',
                   'width=800,height=526');
       };
-    </DISABLEDscript>
-    -->
+    </script>
 
     <!-- Le fav and touch icons -->
     <link rel="shortcut icon" href="./../../images/favicon.ico">
@@ -269,7 +269,7 @@ from the user<!--, similar to ?-->.</p>
 
       </div>
 
-        <div id="edit" class="modal hide fade in" style="display: none; ">
+        <div id="edit" class="modal hide fade in" style="xxxdisplay: none; ">
             <div class="modal-header">
                 <a class="close" data-dismiss="modal">x</a>
 
@@ -291,7 +291,9 @@ from the user<!--, similar to ?-->.</p>
                 <a href="javascript:void(location.href='https://anonymous:@cms.apache.org/redirect?uri='+escape(location.href))" class="btn">No</a>
             </div>
         </div>
+        <!--
         <script src="./../../javascript/bootstrap-modal.js"></script>
+        -->
 
       <footer>
         <p>

Modified: websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-02-050-How-to-prevent-a-property-from-being-modified.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-02-050-How-to-prevent-a-property-from-being-modified.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-02-050-How-to-prevent-a-property-from-being-modified.html Thu Oct 10 12:22:30 2013
@@ -134,9 +134,10 @@
           border-radius: 3px;
           padding: 1px 3px;
         }
+        
+        
     </style>
-    <!--
-    <DISABLEDscript type="text/javascript">
+    <script type="text/javascript">
       function fbshare () {
           window.open(
                   "http://www.facebook.com/sharer/sharer.php?u="+document.URL,
@@ -155,8 +156,7 @@
                   'Share on Twitter',
                   'width=800,height=526');
       };
-    </DISABLEDscript>
-    -->
+    </script>
 
     <!-- Le fav and touch icons -->
     <link rel="shortcut icon" href="./../../images/favicon.ico">
@@ -332,7 +332,7 @@ discussion.-->
 
       </div>
 
-        <div id="edit" class="modal hide fade in" style="display: none; ">
+        <div id="edit" class="modal hide fade in" style="xxxdisplay: none; ">
             <div class="modal-header">
                 <a class="close" data-dismiss="modal">x</a>
 
@@ -354,7 +354,9 @@ discussion.-->
                 <a href="javascript:void(location.href='https://anonymous:@cms.apache.org/redirect?uri='+escape(location.href))" class="btn">No</a>
             </div>
         </div>
+        <!--
         <script src="./../../javascript/bootstrap-modal.js"></script>
+        -->
 
       <footer>
         <p>

Modified: websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-02-060-How-to-prevent-a-collection-from-being-modified.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-02-060-How-to-prevent-a-collection-from-being-modified.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-02-060-How-to-prevent-a-collection-from-being-modified.html Thu Oct 10 12:22:30 2013
@@ -134,9 +134,10 @@
           border-radius: 3px;
           padding: 1px 3px;
         }
+        
+        
     </style>
-    <!--
-    <DISABLEDscript type="text/javascript">
+    <script type="text/javascript">
       function fbshare () {
           window.open(
                   "http://www.facebook.com/sharer/sharer.php?u="+document.URL,
@@ -155,8 +156,7 @@
                   'Share on Twitter',
                   'width=800,height=526');
       };
-    </DISABLEDscript>
-    -->
+    </script>
 
     <!-- Le fav and touch icons -->
     <link rel="shortcut icon" href="./../../images/favicon.ico">
@@ -330,7 +330,7 @@ discussion.--></p>
 
       </div>
 
-        <div id="edit" class="modal hide fade in" style="display: none; ">
+        <div id="edit" class="modal hide fade in" style="xxxdisplay: none; ">
             <div class="modal-header">
                 <a class="close" data-dismiss="modal">x</a>
 
@@ -352,7 +352,9 @@ discussion.--></p>
                 <a href="javascript:void(location.href='https://anonymous:@cms.apache.org/redirect?uri='+escape(location.href))" class="btn">No</a>
             </div>
         </div>
+        <!--
         <script src="./../../javascript/bootstrap-modal.js"></script>
+        -->
 
       <footer>
         <p>

Modified: websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-02-070-How-to-prevent-an-action-from-being-invoked.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-02-070-How-to-prevent-an-action-from-being-invoked.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-02-070-How-to-prevent-an-action-from-being-invoked.html Thu Oct 10 12:22:30 2013
@@ -134,9 +134,10 @@
           border-radius: 3px;
           padding: 1px 3px;
         }
+        
+        
     </style>
-    <!--
-    <DISABLEDscript type="text/javascript">
+    <script type="text/javascript">
       function fbshare () {
           window.open(
                   "http://www.facebook.com/sharer/sharer.php?u="+document.URL,
@@ -155,8 +156,7 @@
                   'Share on Twitter',
                   'width=800,height=526');
       };
-    </DISABLEDscript>
-    -->
+    </script>
 
     <!-- Le fav and touch icons -->
     <link rel="shortcut icon" href="./../../images/favicon.ico">
@@ -321,7 +321,7 @@ DomainObjectContainer#getUser() method. 
 
       </div>
 
-        <div id="edit" class="modal hide fade in" style="display: none; ">
+        <div id="edit" class="modal hide fade in" style="xxxdisplay: none; ">
             <div class="modal-header">
                 <a class="close" data-dismiss="modal">x</a>
 
@@ -343,7 +343,9 @@ DomainObjectContainer#getUser() method. 
                 <a href="javascript:void(location.href='https://anonymous:@cms.apache.org/redirect?uri='+escape(location.href))" class="btn">No</a>
             </div>
         </div>
+        <!--
         <script src="./../../javascript/bootstrap-modal.js"></script>
+        -->
 
       <footer>
         <p>

Modified: websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-02-080-How-to-specify-that-none-of-an-object's-members-can-be-modified-or-invoked.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-02-080-How-to-specify-that-none-of-an-object's-members-can-be-modified-or-invoked.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-02-080-How-to-specify-that-none-of-an-object's-members-can-be-modified-or-invoked.html Thu Oct 10 12:22:30 2013
@@ -134,9 +134,10 @@
           border-radius: 3px;
           padding: 1px 3px;
         }
+        
+        
     </style>
-    <!--
-    <DISABLEDscript type="text/javascript">
+    <script type="text/javascript">
       function fbshare () {
           window.open(
                   "http://www.facebook.com/sharer/sharer.php?u="+document.URL,
@@ -155,8 +156,7 @@
                   'Share on Twitter',
                   'width=800,height=526');
       };
-    </DISABLEDscript>
-    -->
+    </script>
 
     <!-- Le fav and touch icons -->
     <link rel="shortcut icon" href="./../../images/favicon.ico">
@@ -293,7 +293,7 @@ See also ?.
 
       </div>
 
-        <div id="edit" class="modal hide fade in" style="display: none; ">
+        <div id="edit" class="modal hide fade in" style="xxxdisplay: none; ">
             <div class="modal-header">
                 <a class="close" data-dismiss="modal">x</a>
 
@@ -315,7 +315,9 @@ See also ?.
                 <a href="javascript:void(location.href='https://anonymous:@cms.apache.org/redirect?uri='+escape(location.href))" class="btn">No</a>
             </div>
         </div>
+        <!--
         <script src="./../../javascript/bootstrap-modal.js"></script>
+        -->
 
       <footer>
         <p>

Modified: websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-02-090-How-to-specify-that-an-object-is-immutable.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-02-090-How-to-specify-that-an-object-is-immutable.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-02-090-How-to-specify-that-an-object-is-immutable.html Thu Oct 10 12:22:30 2013
@@ -134,9 +134,10 @@
           border-radius: 3px;
           padding: 1px 3px;
         }
+        
+        
     </style>
-    <!--
-    <DISABLEDscript type="text/javascript">
+    <script type="text/javascript">
       function fbshare () {
           window.open(
                   "http://www.facebook.com/sharer/sharer.php?u="+document.URL,
@@ -155,8 +156,7 @@
                   'Share on Twitter',
                   'width=800,height=526');
       };
-    </DISABLEDscript>
-    -->
+    </script>
 
     <!-- Le fav and touch icons -->
     <link rel="shortcut icon" href="./../../images/favicon.ico">
@@ -276,7 +276,7 @@ See also ?.
 
       </div>
 
-        <div id="edit" class="modal hide fade in" style="display: none; ">
+        <div id="edit" class="modal hide fade in" style="xxxdisplay: none; ">
             <div class="modal-header">
                 <a class="close" data-dismiss="modal">x</a>
 
@@ -298,7 +298,9 @@ See also ?.
                 <a href="javascript:void(location.href='https://anonymous:@cms.apache.org/redirect?uri='+escape(location.href))" class="btn">No</a>
             </div>
         </div>
+        <!--
         <script src="./../../javascript/bootstrap-modal.js"></script>
+        -->
 
       <footer>
         <p>