Attention: the list was moved to
https://github.com/dypsilon/frontend-dev-bookmarks
This page is not maintained anymore, please update your bookmarks.
Attention: the list was moved to
https://github.com/dypsilon/frontend-dev-bookmarks
This page is not maintained anymore, please update your bookmarks.
| <?php | |
| /** | |
| * @file | |
| * Default theme implementation for entities. | |
| * | |
| * Available variables: | |
| * - $content: An array of comment items. Use render($content) to print them all, or | |
| * print a subset such as render($content['field_example']). Use | |
| * hide($content['field_example']) to temporarily suppress the printing of a |
| # To have a second HipChat on Mac OS X | |
| # Run this in your terminal: | |
| cp -a /Applications/HipChat.app/ /Applications/HipChat2.app ; sed -i -e 's/HipChat\</HipChat2</' /Applications/HipChat2.app/Contents/Info.plist ; open /Applications/HipChat2.app ; open /Applications/Utilities/Keychain\ Access.app/ | |
| # Sign in, then search for "Hockey" in the KeyChain app that I opened for you. Open each | |
| # found entry, click its Access Control tab, and choose "Allow all applications.." & Save |