Difference between revisions of "Application:thewiki.us"

From PKC
Jump to navigation Jump to search
Line 8: Line 8:
** Note that the <code> composer.local.json </code> does not work unless omposer-merge-plugin[https://www.mediawiki.org/wiki/Composer#Using_composer-merge-plugin] is installed. Therefore we modify the <code> composer.json </code> file and then run <code> composer update && php maintainence/update.php </code>  
** Note that the <code> composer.local.json </code> does not work unless omposer-merge-plugin[https://www.mediawiki.org/wiki/Composer#Using_composer-merge-plugin] is installed. Therefore we modify the <code> composer.json </code> file and then run <code> composer update && php maintainence/update.php </code>  
** Demonstration: [[All_activities#Timeline]]
** Demonstration: [[All_activities#Timeline]]
In order to enable the rendering of calendar and timeline, one need to include the following two lines in <code>LocalSettings.php</code>.
In order to enable the rendering of calendar and timeline, one need to include the following two lines in <code>[[LocalSettings.php]]</code>.
  wfLoadExtension( 'SemanticResultFormats' );
  wfLoadExtension( 'SemanticResultFormats' );
  $srfgFormats = [ 'calendar', 'timeline' ];
  $srfgFormats = [ 'calendar', 'timeline' ];

Revision as of 02:56, 23 August 2021


Special:Version shows the current versions but cannot track the previous modification of the software.

Current Version

  • Extension:Semantic Result format
    • Use this link to install Semantic Result Formats
    • Note that the composer.local.json does not work unless omposer-merge-plugin[1] is installed. Therefore we modify the composer.json file and then run composer update && php maintainence/update.php
    • Demonstration: All_activities#Timeline

In order to enable the rendering of calendar and timeline, one need to include the following two lines in LocalSettings.php.

wfLoadExtension( 'SemanticResultFormats' );
$srfgFormats = [ 'calendar', 'timeline' ];

Requested feature

History

  • Cognitive Process Designer
    • When installing CPD, found that Page Form is not the same version, so reinstalled.


Install a certain version

  • Docker Workflow
  • When a version is snapshot into a docker image, the Current Version section will fill in the version's summarization
  • Each process could be divided into parts and add <Structure level>