VOOZH about

URL: http://symphonyextensions.com/extensions/fingerprints/

⇱ Fingerprints — Adds md5 fingerprint-hashes (based on PHP filemtime) of selected files and … — Symphony CMS Extensions


Symphony Extensions

Symphony CMS

Follow @symextensions for updates to the 412 extensions that we track. What is this?

What is symphonyextensions.com?

Symphony Extensions tracks Symphony CMS extensions that are hosted on Github.

How do I submit an extension?

Host your extension on Github and make sure the repository has a good README and an extension.meta.xml file. Then sign in to this site using your GitHub profile where you will see a list of your public repositories. Pick one, and add it to the site. When you make changes, just update the XML file in your repository and we do the rest.

What is an extension.meta.xml file?

It is an XML file that you add to your repository to describe your extension. You can include a name and description, developer contact details, version history, changelog, dependencies and more. Please read the documentation for a full list. You can use the lint tool to check your XML against the schema before submitting your extension to the site.

Who runs this site?

This site is now run by the community @symextensions. The site was created by nickdunn. Contact him at @nickdunn

Found a bug?

Please report it here.

1.00releasedFingerprints

Adds md5 fingerprint-hashes (based on PHP filemtime) of selected files and provides the results in the param-pool.

Clone URLhttps://github.com/swiegmann/fingerprints.git

Add as a submodulegit submodule add https://github.com/swiegmann/fingerprints.git extensions/fingerprints --recursive

Download
.tar.gz, .zip
Links
Github, Issues, Wiki

👁 swiegmann
swiegmann1 extension

Compatibility

2.x.x2.1.x2.2.x2.3.x2.4.x2.5.x2.6.x2.7.02.7.12.7.22.7.32.7.42.7.52.7.62.7.72.7.82.7.92.7.10
NoNo1.00NoNoNoNoNoNoNoNoNoNoNoNoNoNoNo. Soon?
Symphony VersionExtension version
2.7.10No. Soon?
2.7.9No
2.7.8No
2.7.7No
2.7.6No
2.7.5No
2.7.4No
2.7.3No
2.7.2No
2.7.1No
2.7.0No
2.6.xNo
2.5.xNo
2.4.xNo
2.3.xNo
2.2.x1.00
2.1.xNo
2.x.xNo

Readme

Fingerprints

  • Version: 1.00
  • Author: S.Wiegmann
  • Build Date: 2020-07-20
  • Requirements: Symphony 2.2.x

Overview

Adds md5 fingerprint-hashes (based on PHP filemtime) of selected files and provides the results in the param-pool.

Installation

  1. Copy to extensions-folder.
  2. Enable it.

Usage

Add the files in the system preferences field "Fingerprints". It accepts one entry per row.

The syntax is:

ds-nodename1:path/filename1
ds-nodename2:path/filename2

Example:

css:workspace/assets/css/app.css
css-dev:workspace/assets/css/app-dev.css
js:workspace/assets/js/app.js
js-dev:workspace/assets/js/app-dev.js

You can now access the fingerprint-hashes in the param-pool. The result of the above example will be:

<params>
 <fingerprint-css>421b61b1e1c65b1205bee2721bbca6d7</fingerprint-css>
 <fingerprint-css-dev>6112608910dc88bb733369e143e01290</fingerprint-css-dev>
 <fingerprint-js>01c2fabdfba6411a05174b5638a833f6</fingerprint-js>
 <fingerprint-js-dev>6112608910dc88bb733369e143e01290</fingerprint-js-dev>
 ...
</params>

Changelog

  • 1.000 / 2019-07-20 Initial release

Version history

1.0020 July 2020

Requires Symphony 2.2