Commit Graph

510 Commits

Author SHA1 Message Date
Tom McFarlin e503be7e38 changing the working name and URL of the plugin so not to conflict with another file in the repository.
changing the ways in which the plugin loader, plugin components, and plugin works
2014-05-05 00:16:52 -04:00
Tom McFarlin 6e46a1f439 removing the individual loaders in order to consolidate them into a single, shared loader 2014-05-05 00:16:13 -04:00
Tom McFarlin 24c1cca493 updating the read me and change log to reflect the latest changes of the plugin 2014-05-03 15:29:17 -04:00
Tom McFarlin 8c0b11ca1b adding a @TODO tag for localization class 2014-05-03 15:28:23 -04:00
Tom McFarlin c83aa5434d updating the docblocks 2014-05-03 15:28:04 -04:00
Tom McFarlin ee79eb4582 adding type hinting to the run function's arguments 2014-05-03 15:27:38 -04:00
Tom McFarlin 0abff96cfc removing whitespace 2014-05-03 15:27:15 -04:00
Tom McFarlin 8cfee0e67a updating the docblocks and actually registering the demo scripts and styles 2014-05-03 15:27:01 -04:00
Tom McFarlin b3451b717f instantiating and loading the dashboard-specific and public-facing areas of the plugin
also updating the docblocks to explain what each hooked function is doing
2014-05-03 15:26:22 -04:00
Tom McFarlin 91273f37d4 updating the docblocks 2014-05-03 15:07:38 -04:00
Tom McFarlin 135920036b updating the docblocks with clearer descriptions as to what each tag and line should contain. 2014-05-03 15:07:24 -04:00
Tom McFarlin 4114ad703e updating the docblocks 2014-05-03 15:07:05 -04:00
Tom McFarlin 821e24a9ea updating the docblocks 2014-05-03 15:06:57 -04:00
Tom McFarlin af315d7145 adding whitespace and additional instructions 2014-05-03 15:06:50 -04:00
Tom McFarlin c10b371d67 updating the docblocks and adding whitespace to the end of the file 2014-05-03 15:06:38 -04:00
Tom McFarlin 4f2719b2eb updating the docblocks 2014-05-03 15:06:13 -04:00
Tom McFarlin f6917437fc Merge pull request #181 from BlueTeck/patch-1
gramar mistake
2014-05-02 10:00:59 -04:00
Timo 9555d7bd46 grammar mistake 2014-05-02 15:58:45 +02:00
Tom McFarlin 96018e57b0 updating the change log to reflect notes on the version of the boilerplate 2014-05-01 23:44:12 -04:00
Tom McFarlin ecb940ed22 defining a constant for use throughout the boilerplate 2014-05-01 23:43:32 -04:00
Tom McFarlin a9e071aef8 removing the original example functions and replacing them with functions that use existing boilerplate files 2014-05-01 23:43:07 -04:00
Tom McFarlin 40fd22a297 adding hooks to include the styles and scripts for the dashboard 2014-05-01 23:42:46 -04:00
Tom McFarlin 92e4693a8f updating the last updated date and what the final tag name will be 2014-05-01 23:27:41 -04:00
Tom McFarlin d5446ad5c1 updating the date in the core README 2014-05-01 23:26:55 -04:00
Tom McFarlin 793797ae71 removing all of the @TODO references
as per GaryJones notes, "You can't have tags come before the short / long description, otherwise the descriptions end up as part of a multiline tag."

removing these @TODO's until the team decides whether or not to replace them with something clearer, or to discuss it to the documentation
2014-05-01 23:26:16 -04:00
Tom McFarlin 6271822cb1 adding simple public-facing code comments 2014-04-30 22:56:27 -04:00
Tom McFarlin 98b6bf3f65 adding simple code comments for the public-facing code comments 2014-04-30 22:56:17 -04:00
Tom McFarlin fc2b3109dd defining the loader functionality to be used via dependency injection 2014-04-30 22:56:05 -04:00
Tom McFarlin a5864a9d96 adding whitespace 2014-04-30 22:55:42 -04:00
Tom McFarlin 0896f0836c defining the core shared plugin name
this file is used to be shared between the dashboard and public-facing functionality. it's hooks should be defined in the specific loader
2014-04-30 22:55:34 -04:00
Tom McFarlin c05ae57e91 defining the basic code comments for the dashboard-specific 2014-04-30 22:55:06 -04:00
Tom McFarlin 4b7dde5553 defining the basic code comments and the public facing partial 2014-04-30 22:54:48 -04:00
Tom McFarlin a392f3f9db updating the documentation for the core public plugin file
updating the documentation for the core admin plugin file with docblocks and example functions for how they should be used and their relationship to the public loader
2014-04-30 22:54:25 -04:00
Tom McFarlin 71ff4b6ec7 updating the documentation
updating the documentation for the core admin plugin file with docblocks and example functions for how they should be used and their relationship to the admin loader
2014-04-30 22:54:00 -04:00
Tom McFarlin 4504d3a4fd adding example documentation
adding example documentation and code for how to user the admin loader via dependency injection
2014-04-30 22:53:22 -04:00
Tom McFarlin fbf09acbdb spacing out the code in the docblock 2014-04-30 22:34:39 -04:00
Tom McFarlin a4fc32fa59 providing a first pass at the docblocks for the admin loader
eventually, this class will be responsible for defining all of the hooks for the admin-facing side of the plugin
2014-04-30 22:34:19 -04:00
Tom McFarlin 284dc26054 adding basic comments to the admin stylesheets
this may eventually be removed and placed into the boilerplate's documentation on the official website, but until that exists, it will remain here.
2014-04-30 22:33:30 -04:00
Tom McFarlin deadcc668b adding basic documentation for the admin javascript file
this may eventually be removed and placed into the boilerplate's documentation on the official website, but until that exists, it will remain here.
2014-04-30 22:33:06 -04:00
Tom McFarlin 5666bb7ddc Completing the first round of docblocks for the activation / deactivation classes 2014-04-30 22:32:27 -04:00
Tom McFarlin b7d17e4122 updating the docblocks for proper use of `TODO` and `@TODO` 2014-04-30 22:06:19 -04:00
Tom McFarlin b8132f4b9d removing unnecessary closing parens.
Signed-off-by: Tom McFarlin <tom@tommcfarlin.com>
2014-04-26 17:42:21 -04:00
Tom McFarlin 9f71476166 updating the docblocks to the match the wpcs
http://make.wordpress.org/core/handbook/inline-documentation-standards/php-documentation-standards/
Signed-off-by: Tom McFarlin <tom@tommcfarlin.com>
2014-04-25 19:00:08 -04:00
Tom McFarlin 026515da85 adding docblocks consistent with the wpcs for the files in `includes`
http://make.wordpress.org/core/handbook/inline-documentation-standards/php-documentation-standards/
Signed-off-by: Tom McFarlin <tom@tommcfarlin.com>
2014-04-25 18:58:07 -04:00
Tom McFarlin 2cf4ba8223 adding a trailing whitespace to all of our defined files
this helps with cleaner diffs. It's also on one of the PSRs, and it's one of the WPCS rules. (ht @garyjones for the reminder)

Signed-off-by: Tom McFarlin <tom@tommcfarlin.com>
2014-04-25 18:39:31 -04:00
Tom McFarlin 72690b6771 introducing the empty loader files
this are the files that will be used to define the actions and filters for their respective area of the plugin

Signed-off-by: Tom McFarlin <tom@tommcfarlin.com>
2014-04-25 18:35:52 -04:00
Tom McFarlin 5ab1805db8 removing '@TODO' in favor of 'TODO'
WordPress doesn't like '@TODO' and doesn't honor it when displaying it in the dashboard

Signed-off-by: Tom McFarlin <tom@tommcfarlin.com>
2014-04-25 18:21:25 -04:00
Tom McFarlin 25337b6477 Merge pull request #179 from nextgenthemes/patch-1
Support PHP 5.2.x by dropping __DIR__
2014-04-15 10:46:27 -04:00
nextgenthemes b744549d3b Support PHP 5.2.x by dropping dir __DIR__
As per https://github.com/nextgenthemes/advanced-responsive-video-embedder/issues/7 I was informed that this would make my plugin work with PHP 5.2.x. I personally have not tested this code yet but I assume @andrejpavlovic did so I thought if this is the only thing that makes the Boilerplate require PHP 5.3 this might be a good change since WordPress itself only requires PHP 5.2.4.
2014-04-15 14:07:41 +02:00
Tom McFarlin e91be4101d updating the code comments as per the handbook
Signed-off-by: Tom McFarlin <tom@tommcfarlin.com>
2014-04-11 10:36:57 -04:00