First steps with emoncms by ildemartinez · Pull Request #1 · emoncms/emoncms
Spanish translations (must configure in sources path in the catalog properties in po editor to ../../.. so translations are relative only to the module to which it belongs) Index.php controls if settings exist (maybe process_settings.php should exists as emoncms3)
TrystanLea pushed a commit that referenced this pull request
Jun 15, 2015Change array initialisation to be compatible with PHP pre-5.4
TrystanLea pushed a commit that referenced this pull request
Aug 28, 2015
Robm1
mentioned this pull request
vkylamba pushed a commit to vkylamba/emoncms that referenced this pull request
Mar 17, 2017TrystanLea pushed a commit that referenced this pull request
Sep 19, 2018Issue #1012 identified an issue with the command to retrieve the current branch in that it did not always get the right branch. The git branch command retrieved all branches not just the current one. 2 solutions were identified git branch --contains HEAD and git rev-parse --abbrev-ref HEAD. I have chosen the former.
This was referenced
Jan 14, 2022This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters