4.16.05.00 - Apigee Developer Services Portal Release Notes

You're viewing Apigee Edge documentation.
Go to the Apigee X documentation.
info

On Tuesday, May 31, 2016, we released a version of Apigee Edge Developer Services Portal for Private Cloud.

New location for documentation

In previous releases, you accessed the installation instructions as a PDF file from the Apigee ftp site.

In this release, the PDF is available online at Version 4.16.05.

Bugs fixed

The following bugs are fixed in this release.

Issue ID Description
DEVSOL-2137 Customize developer portal to filter API products by environment or other attribute
For custom modules implementing hook_apiproduct_list_alter(), the environments and attributes elements of each API Product are now properly populated, so customers can now perform custom API Product filtering based on these criteria.
DEVSOL-2133 Update Features (security update), Redis modules
The Features module has been updated to address a security issue. The Redis module has been updated so that it no longer has to be patched to run on PHP 5.3.
DEVSOL-2132 Disabling/uninstalling Monetization leaves system in unusable state
When disabling and uninstalling the DevConnect Monetization module, proper cleanup now occurs so that the system is not left in an unstable state.
DEVSOL-2121

Update contrib modules/themes
The following contrib modules/themes were updated:

  • Commerce (security patch)
  • Display Suite
  • Metatag
  • Node Export
  • Rubik

Note: Display Suite, Node Export, and Rubik are deprecated components of the Apigee Dev Portal profile.

DEVSOL-2119 Sanitize API product name in Apigee Responsive theme
API product display names are now properly sanitized before being output to the "My Apps" page in the Apigee Responsive theme.
DEVSOL-2117 Remove all explicit references to non-generic font-families from devconnect module CSS
SmartDocs module stylesheets no longer explicitly set named font-family on method pages, enabling subthemes to more easily make SmartDocs method pages look like the rest of the site.
DEVSOL-2115 Remove !important CSS rules from all module styles
CSS stylesheets for Apigee custom modules no longer have !important rules declared (except for certain administrative pages). This enables more fluid styling when using custom (or third-party) themes.
DEVSOL-2110 Update contrib modules/themes
The following contrib modules and themes were updated to latest stable upstream release:
  • Adminimal theme
  • Entity
  • Features
  • Menu Attributes
  • Services
  • XAutoLoad
DEVSOL-2104 Problem in Media module managed by Apigee needs patch
The Media module no longer replaces certain spans or images with the text 'false'.
DEVSOL-2100 SmartDocs: decodeURIComponent() fails for certain responses in model.js
For certain SmartDocs method pages, non-UTF-8 content returned from API calls was not parsed correctly by JavaScript, resulting in the "Waiting" message at the top of the page never going away. This issue has been fixed.
DEVSOL-2090 RMove core Devconnect/SmartDocs functionality from themes to modules
Dev Portal module functionality is now exposed to themes other than Apigee Devconnect and Apigee Responsive. While SmartDocs technically works in non-Bootstrap based themes such as Drupal's default theme Bartik, the user interface is less than desirable. Use of Bootstrap-derived themes is recommended for sites making use of SmartDocs.
DEVSOL-2089 apigee_company_apps has reference to undefined function devconnect_developer_apps_write_to_cache
The apigee_company module has been updated to remove references to cache-related functions that are no longer defined in the devconnect_developer_apps module.
DEVSOL-2087 Enable Developer Analytics module by default during new portal provisioning
Newly-provisioned portals will have developer app analytics enabled by default.
DEVSOL-2060 On app listing page, the Dev portal says "These are your apps" even when no apps are provisioned
When using the Apigee Responsive theme or a related subtheme, if the developer has no apps, the message on the developer-app listing page has been changed to reflect this status, from "These are your apps!" to "Looks like you don't have any apps."
DEVSOL-2026 Analytics Timepicker not working properly
The JavaScript date/time picker for developer app analytics was changed to a different implementation to fix broken functionality.
DEVSOL-1972 Apps are displayed in a random order on the list apps page
On the developer-apps listing page, apps are now listed in alphabetical order.
DEVSOL-1968 Upgrade Bootstrap theme
The Bootstrap theme was updated to latest stable version.