I no longer mantain this list. There are lots of other very comprehensive JavaScript link lists out there. Please see those, instead (Google "awesome JavaScript" for a start).
This 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
1. Stop CF & Solr | |
2. Update Core | |
3. Update Project Code | |
4. Update DB | |
5. Copy assets from production (securefiles, mediaArchive, www/files, www/images) | |
6. Start CF & Solr | |
7. Update Config, set google calendar login, set payflowpro to test mode, set virtual merchant to test mode & update acct info | |
8. Update app | |
9. Update Solr content type setting for Events and turn off Index on Save. | |
10. Run the www/import/event/fixForDev.cfm script after updating the username/password info at the top of the script |
This 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
on notify_growl(theName, theTitle, theDescription, theImage) | |
tell application "GrowlHelperApp" | |
notify with name theName title theTitle description theDescription application name "iChat" image theImage | |
end tell | |
end notify_growl | |
using terms from application "iChat" | |
This 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
<!--- (project or plugin)\packages\forms\UpdateApp.cfc ---> | |
<cfcomponent displayname="Update App" | |
hint="Provides a granular way to update parts of the application state" | |
extends="farcry.core.packages.forms.UpdateApp" | |
output="false"> | |
<cfproperty ftSeq="101" | |
ftFieldset="ColdFusion" | |
name="cfCache" | |
type="boolean" |