@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Trigger: Add Sound "Coin"

Summary:
One preview is better than a thousand of words:

{F270656}

This Sound is probably universally recognized thanks to
videogames like Super Mario® or other popular platforms; but
this specific Coin Sound is not proprietary: it's released
with a Free as in Freedom of Speach license: Creative Commons 0.

As if that were not enough, this Coin sound, instead of
potentially creating frustration like many others - it positively
stimulates part of the human cerebral cortex involved in making
humans more addicted to Phorge. To be precise, this Coin sound is
particularly suitable to be associated with Trigger actions
such as:

- Mark as Resolved
- Move on to the next Milestone
- etc.

But the only limitation here, as usual in Phorge, is
your imagination.

Insert a Coin and have fun with Phorge.

Complete sound credits:

https://freesound.org/people/Jocabundus/sounds/678385/

2023, Jocabundus, Creative Commons Zero (public domain dedication)

This change also introduces a Credits page in Diviner to mentions this
kind of things. Future contributions in that page are encouraged.

Insert a Coin. Play again with Phorge.

Ref T15178
Ref T15248

Test Plan:
- Create a Project with a Workboard
- Create a Column
- Column > Gear > New Trigger...
- Action > Play Sound > "Coin"
- Create a Task on the Backlog column, and drop it on your new Column
- Turn on audio, have fun!

Reviewers: O1 Blessed Committers, Cigaryno, avivey, aklapper

Reviewed By: O1 Blessed Committers, Cigaryno, avivey, aklapper

Subscribers: avivey, aklapper, chris, speck, tobiaswiese, Matthew, Cigaryno

Maniphest Tasks: T15178, T15248

Differential Revision: https://we.phorge.it/D25079

+8
+1
resources/celerity/map.php
··· 20 20 'maniphest.pkg.js' => 'c9308721', 21 21 'rsrc/audio/basic/alert.mp3' => '17889334', 22 22 'rsrc/audio/basic/bing.mp3' => 'a817a0c3', 23 + 'rsrc/audio/basic/coin.mp3' => '44ef365f', 23 24 'rsrc/audio/basic/pock.mp3' => '0fa843d0', 24 25 'rsrc/audio/basic/tap.mp3' => '02d16994', 25 26 'rsrc/audio/basic/ting.mp3' => 'a6b6540e',
+4
src/applications/project/trigger/PhabricatorProjectTriggerPlaySoundRule.php
··· 99 99 'name' => pht('Bing'), 100 100 'uri' => celerity_get_resource_uri('/rsrc/audio/basic/bing.mp3'), 101 101 ), 102 + 'coin' => array( 103 + 'name' => pht('Coin'), 104 + 'uri' => celerity_get_resource_uri('/rsrc/audio/basic/coin.mp3'), 105 + ), 102 106 'glass' => array( 103 107 'name' => pht('Glass'), 104 108 'uri' => celerity_get_resource_uri('/rsrc/audio/basic/ting.mp3'),
+3
webroot/rsrc/audio/basic/coin.license.txt
··· 1 + https://freesound.org/people/Jocabundus/sounds/678385/ 2 + 3 + 2023, Jocabundus, Creative Commons Zero (public domain dedication)
webroot/rsrc/audio/basic/coin.mp3

This is a binary file and will not be displayed.