<?php /** * Perforce Swarm * * @copyright 2013 Perforce Software. All rights reserved * @license Please see LICENSE.txt in top-level folder of this distribution. * @version 2013.1.MAIN-TEST_ONLY/597594 */ // this module just modifies activity and has no views of its own, there is not much to do here // if you wanted users to be able to configure the module, you'd have variables here return array( );
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 8405 | Matt Attaway |
Add Swarm extension to cleanup Commons JSON change descriptions This is a module from our internal hackathon that identifies changes from Commons and cleans up JSON to make the change human legible. Install by copying 'Commons_Cleaner' into the 'modules' directory of your Swarm installation and restarting Apache. |