Difference between revisions of "Main Page"

From GLMWiki
Jump to: navigation, search
(GLM Plugin Update Server)
(GLM Associate)
 
(41 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
== New Production Server Setup ==
 +
* [[New Production Server Setup]]
 +
 +
== Purchase Theme ==
 +
* [[Purchase Avada Theme]]
 +
 
== General Checklists ==
 
== General Checklists ==
 
*<span style="font-size: 1.2em;">[[Web Sales and Deployment Checklists]]</span>
 
*<span style="font-size: 1.2em;">[[Web Sales and Deployment Checklists]]</span>
  
 
* [[Streamsend Reporting and SFP Setup]]
 
* [[Streamsend Reporting and SFP Setup]]
* [[site go live]]
 
 
* [[Site Forms / Emails / Per application]]
 
* [[Site Forms / Emails / Per application]]
 
* [[Network Setups]]
 
* [[Network Setups]]
Line 10: Line 15:
 
* [[Going from PHP 5.3 or 5.4 to 5.5]]
 
* [[Going from PHP 5.3 or 5.4 to 5.5]]
 
* [[Setting up Grunt/SASS on a new site]]
 
* [[Setting up Grunt/SASS on a new site]]
 +
* [[Process for moving repos to Bitbucket Server]]
  
 
== Policies and Proceedures ==
 
== Policies and Proceedures ==
Line 21: Line 27:
 
* [[Forms]]
 
* [[Forms]]
 
* [[GLM Website Standards]]
 
* [[GLM Website Standards]]
 +
* [[GLM License & Update Server]]
 +
 +
* [[Coding Standards]]
  
 
== Services Documentation ==
 
== Services Documentation ==
Line 27: Line 36:
  
 
== Reference Information ==
 
== Reference Information ==
 +
* [[Docker - Wordpress Setup]]
 +
* [[Docker - Testing one plugin]]
 
* [[Procedures for version control and production servers]]
 
* [[Procedures for version control and production servers]]
 
* [[Documentation Links]]
 
* [[Documentation Links]]
Line 37: Line 48:
 
* [[Phing - Setting up applications]]
 
* [[Phing - Setting up applications]]
 
* [[Virtual Machine Setup Development]]
 
* [[Virtual Machine Setup Development]]
 +
* [[Setup PHP_CodeSniffer]]
  
 
* [[sass]]
 
* [[sass]]
Line 55: Line 67:
 
* [[Mailchimp Setup New Client Account]]
 
* [[Mailchimp Setup New Client Account]]
 
* [[mysql create local database]]
 
* [[mysql create local database]]
 +
 +
* [[WP Importer Plugin]] Import old Toolbox Content
 +
* [[Photo Gallery Export]]
 +
 +
* [[PayPal Payments Pro - Gravity Forms]]
 +
 +
* [[Old sites setup SSL]]
 +
 +
Payment Processors
 +
* [[Setup Square Application]]
  
 
== Wordpress ==
 
== Wordpress ==
 
Main checklist  
 
Main checklist  
* [[Breakout Procedure for Ian]]
 
 
* [[Wordpress New Single Site Install Checklist]]
 
* [[Wordpress New Single Site Install Checklist]]
* [[Wordpress Wrapup Checklist]] - For break out
+
* [[Breakout Procedure]]
 +
* [[Breakout Procedure for Ian]]
 +
* [[Wordpress Wrapup Checklist]] - During break out
 
* [[Wordpress Setup Checklist]] - For Wordpress setup after breakout
 
* [[Wordpress Setup Checklist]] - For Wordpress setup after breakout
 +
* [[Checklist for sites that are migrating to wordpress]]
 +
* [[Setting up error pages]]
 +
 +
== Themes ==
 +
* [[Notable and Most Recent Template Parts]]
  
 
== Site Review ==
 
== Site Review ==
Line 89: Line 117:
 
* [[ Wordpress PHP Code Sniffer in Netbeans ]]
 
* [[ Wordpress PHP Code Sniffer in Netbeans ]]
  
 
+
* [[Setup wordpress using wp-cli]]
  
 
* [[Wordpress Questions]]
 
* [[Wordpress Questions]]
Line 95: Line 123:
 
* [[Other CMS Resources]]
 
* [[Other CMS Resources]]
 
* [[Wordpress Security ]]
 
* [[Wordpress Security ]]
 +
* [[Setting SSL for a Wordpress site]]
  
 
* [[Wordpress Claim a Modified Plugin]]
 
* [[Wordpress Claim a Modified Plugin]]
Line 123: Line 152:
 
* [[Members Checklist]]
 
* [[Members Checklist]]
 
* [[Packaging Checklist]]
 
* [[Packaging Checklist]]
 +
* [[Itinerary Checklist]]
 
* [[Events Checklist]]
 
* [[Events Checklist]]
 +
* [[Registrations Checklist]]
 
* [[Social Checklist]]
 
* [[Social Checklist]]
 
* [[Contacts Checklist]]
 
* [[Contacts Checklist]]
 
* [[Leads Checklist]]
 
* [[Leads Checklist]]
* [[GLM Associate and OSS]]
 
 
* [[Dashboard (member only)]]
 
* [[Dashboard (member only)]]
 
* [[search plugin]]
 
* [[search plugin]]
 +
* [[GLM Associate Import from Old Sites]]
 +
* [[Sync Events glm-member-db-events]]
  
 
== Unused, replaced by [[Wordpress New Single Site Install Checklist]], but have to verify nothing of importance remains ==
 
== Unused, replaced by [[Wordpress New Single Site Install Checklist]], but have to verify nothing of importance remains ==
Line 138: Line 170:
  
 
== Plugins ==
 
== Plugins ==
 +
* [[GlmAssociate Plugin Releases]]
 +
 
* [[Purchasing Plugins]]
 
* [[Purchasing Plugins]]
  
Line 145: Line 179:
  
 
* [[NextGEN gallery & videos checklist]]
 
* [[NextGEN gallery & videos checklist]]
 +
 +
* [[Exporting Photos from glm photos gallery]]
  
 
* [[Ninja Forms - Constant Contact]]
 
* [[Ninja Forms - Constant Contact]]
Line 171: Line 207:
  
 
* [[ Slick Carousel ]]
 
* [[ Slick Carousel ]]
 
== GLM Plugin Update Server ==
 
 
''''' ***** THIS PROCEDURE IS PRELIMINARY - NOT WORKING ON MEMBERS DB YET ***** '''''
 
 
URL:  http://www.gaslightmedia.com/update_server/
 
 
Setting up a GLM Associate plugin/add-on to use the update server.
 
 
* If the plugin does not have this code in "defines.php", add it now and update the defined parameters for the current plugin.
 
 
  /*
 
  *  Create a copy of the plugin slug that can be used as a variable prefix used to keep
 
  *  global instances from clashing with instances in other plugins.
 
  */
 
  $vprefix = str_replace('-', '_', GLM_MEMBERS_PLUGIN_SLUG);
 
  define('GLM_MEMBERS_PLUGIN_PREFIX', $vprefix.'_');
 
 
* Add "plugin-update-checker" directory and contents to "lib" directory. You may copy this directory from the glm-members-db plugin.
 
 
* Add "opentools-update-checker" directory and contents to "lib" directory. You may copy this directory from the glm-members-db plugin.
 
 
* Add the following code to the plugin index file. This can be near the bottom of the file or wherever convenient. Update the defined parameters for the current plugin.
 
 
  /*
 
  * Plugin Update Support - uses Gaslight Media update server
 
  */
 
  require GLM_MEMBERS_PLUGIN_LIB_PATH.'/opentools-update-checker/opentools-update-checker.php';
 
  ${GLM_MEMBERS_PLUGIN_PREFIX."updateChecker"} = new OpenToolsPluginUpdateChecker(
 
      <nowiki>GLM_MEMBERS_PLUGIN_UPDATE_SERVER.'/?action=get_metadata&slug='.GLM_MEMBERS_PLUGIN_SLUG,</nowiki>
 
      __FILE__,
 
      GLM_MEMBERS_PLUGIN_SLUG
 
  );
 
  ${GLM_MEMBERS_PLUGIN_PREFIX."updateChecker"}->declareCredentials(array(
 
    'license_key' => __('License Key:')
 
  ));
 
 
* Add plugin ZIP file to GLMPluginFiles directory of Update Server. This is the command to build this zip file direct from the Git repository. Replace "{plugin slug}" with the slug for the current plugin.
 
 
  cd /var/www/server/gaslightmedia.com/web/update_server/GLMPluginFiles
 
  git archive --prefix={plugin slug}/ --format=zip -o {plugin slug}.zip --remote=git@cvs2.gaslightmedia.com:WP-Plugins/{plugin slug}.git HEAD
 
  
 
== Code Snippets ==
 
== Code Snippets ==
Line 224: Line 219:
  
 
* [[ Regular Expression ]]
 
* [[ Regular Expression ]]
 +
 +
* [[ Code Fixes ]]
  
 
== Facebook ==
 
== Facebook ==
Line 251: Line 248:
  
 
== Legacy Code ==
 
== Legacy Code ==
[[Legacy Code]]
+
* [[Legacy Code]]
 +
* [[DS4 backups]]

Latest revision as of 13:30, 13 November 2020

New Production Server Setup

Purchase Theme

General Checklists

Policies and Proceedures

Services Documentation

Reference Information

Payment Processors

Wordpress

Main checklist

Themes

Site Review

Go live checklist

Wordpress help

Helpful links for WordPress Standards

https://make.wordpress.org/core/handbook/best-practices/coding-standards/accessibility-coding-standards/

https://make.wordpress.org/core/handbook/best-practices/coding-standards/html/

https://make.wordpress.org/core/handbook/best-practices/coding-standards/php/

https://make.wordpress.org/core/handbook/testing/automated-testing/phpunit/

https://make.wordpress.org/core/handbook/best-practices/inline-documentation-standards/php/

https://make.wordpress.org/core/handbook/best-practices/inline-documentation-standards/javascript/

https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards

  • Removing unneeded files from a Theme for WordPress Repo

git archive -o example.zip HEAD

GLM Associate

Unused, replaced by Wordpress New Single Site Install Checklist, but have to verify nothing of importance remains

Plugins

Code Snippets

Facebook

Sharing Best Practices for Website & Mobile Apps

FaceBook Sharing Best Practices

Open Graph Object Debugger

Adding Facebook pixel code

Known Errors and Bugs and their Solutions


Categories

Front End Development

company meeting


Legacy Code