1
0
Fork 0
mirror of https://github.com/inretio/WordPress-Plugin-Boilerplate synced 2024-05-02 19:33:16 +03:00

Commit graph

  • f3133d8cb5 Improving docblocks Tom McFarlin 2014-08-01 16:47:08 -0400
  • 6d6f6399f7 Removing a duplicate line of code Tom McFarlin 2014-08-01 16:44:57 -0400
  • bfb7e6fb58 Merge pull request #197 from grappler/plugin-header Tom McFarlin 2014-07-30 16:15:43 -0400
  • 9b5afad159 Merge pull request #198 from grappler/uninstall-header Tom McFarlin 2014-07-30 16:14:59 -0400
  • 0eb25eefba Merge pull request #200 from grappler/duplicate-doc Tom McFarlin 2014-07-30 16:14:36 -0400
  • 3067be69b5 Remove duplicate documentation Ulrich Pogson 2014-07-30 21:59:15 +0200
  • 67dc6fb7a2 Update uninstall header for consistency Ulrich Pogson 2014-07-30 21:55:26 +0200
  • 836d85d1c8 Move text domain lower down Ulrich Pogson 2014-07-30 21:52:41 +0200
  • efa4d08df3 Updating code comments for require and function Tom McFarlin 2014-07-30 15:23:18 -0400
  • 57205587af Making the file headers more conssitent Tom McFarlin 2014-07-30 15:16:32 -0400
  • 43ee54a0ee Adding documentation to two missing functions Tom McFarlin 2014-07-30 15:03:33 -0400
  • 918ee9e5f9 Removing public @access tags Tom McFarlin 2014-07-30 15:00:57 -0400
  • 4d9f666e0f Merge pull request #196 from grappler/remove-spaces Tom McFarlin 2014-07-30 14:57:11 -0400
  • 8ee0c49bd7 Fixes #195 Tom McFarlin 2014-07-30 14:56:37 -0400
  • ec29ebc95b Renaming the plugin slug to the plugin name Tom McFarlin 2014-07-30 13:58:41 -0400
  • 48e0a373dd Remove spaces before code Ulrich Pogson 2014-07-30 16:04:18 +0200
  • 81b3c8bd6d Updating the arguments passed to the classes Tom McFarlin 2014-07-29 17:10:31 -0400
  • 0f4aaa9693 Updating the docblocks for this function Tom McFarlin 2014-07-29 17:10:09 -0400
  • 370c439bb2 Adding the plugin slug to the constructor args Tom McFarlin 2014-07-29 17:09:55 -0400
  • 560e5959a5 Documenting classes Tom McFarlin 2014-07-29 16:56:18 -0400
  • f09ca373d8 Removing the trailingslash from the URL Tom McFarlin 2014-07-29 16:55:10 -0400
  • b706dc3291 Updating code comments Tom McFarlin 2014-07-29 16:03:09 -0400
  • 2af01cf653 Updating the code comments Tom McFarlin 2014-07-29 15:56:12 -0400
  • 2a66ff4d50 finalizing docblocks Tom McFarlin 2014-07-29 15:48:33 -0400
  • 3154e38822 updating the 'last updated' date Tom McFarlin 2014-07-07 16:59:02 -0400
  • 3ae56a6460 adding a comma that was preventing a syntax problem Tom McFarlin 2014-07-07 16:56:54 -0400
  • a3cce1d965 updating 'last updated' dates Tom McFarlin 2014-06-26 16:46:14 -0400
  • 23235f94d7 completing the initial round of PHP documentation as per the WPCS Tom McFarlin 2014-06-26 16:19:57 -0400
  • 9f5ffbf597 adding a priority argument to the loader (defaulting to 10 as per wordpress codex) Tom McFarlin 2014-06-26 15:43:18 -0400
  • 547319a8b6 Merge pull request #187 from defries/master 3.0.0-beta-1 Tom McFarlin 2014-06-10 10:48:59 -0400
  • ddc916762b Added grunt-wp-i18n solution for i18n-ing the plugin Remkus de Vries 2014-06-10 14:25:26 +0200
  • 5efc89dc3b Merge pull request #186 from grappler/activate-deactivate Tom McFarlin 2014-05-31 22:05:10 -0400
  • e75e6e2c57 Move restore_current_blog in the correct position Ulrich Pogson 2014-06-01 00:06:29 +0200
  • 7d71114f81 updating the change log to reflect the latest tag 2.6.2 Tom McFarlin 2014-05-09 09:36:06 -0400
  • 2c29f1ca04 moving $wpdb outside of the conditional so both cases work Tom McFarlin 2014-05-09 09:35:11 -0400
  • b7caa3e958 updating last updated dates Tom McFarlin 2014-05-08 23:35:44 -0400
  • f89752180f adding TODO docblocks Tom McFarlin 2014-05-08 23:34:38 -0400
  • bb3c56b0c2 adding TODO code docblocks Tom McFarlin 2014-05-08 23:34:29 -0400
  • f332130569 moving all bootstrap code into this file, adding some getters for dependencies Tom McFarlin 2014-05-08 23:34:16 -0400
  • e29a775e76 completely refactoring the main plugin file Tom McFarlin 2014-05-08 23:33:47 -0400
  • 9a23715ba7 de-subclassing this class and defining a domain attribute provided by setter injection Tom McFarlin 2014-05-08 18:10:22 -0400
  • 0d63ec21e5 adding getters for the protected properties Tom McFarlin 2014-05-08 18:10:04 -0400
  • 0fdaeaa67c fixing a small type, documentation the imports, changing the way in which the plugin is instantiated Tom McFarlin 2014-05-08 18:09:50 -0400
  • cc6df31722 de-subclassing the file, adding a version attribute, setting it in the constructor Tom McFarlin 2014-05-08 18:09:10 -0400
  • 00c5f7d733 adding a public getter for the plugin slug so that external classes can reference it Tom McFarlin 2014-05-08 16:50:23 -0400
  • 71f40d5e7a updating the calls to the plugin loader so that they appropriately call add_action and add_filter Tom McFarlin 2014-05-06 09:54:13 -0400
  • d5bb1de8fb adding a collection for hooks and filters to distinguish between the hooks being added Tom McFarlin 2014-05-06 09:53:16 -0400
  • 7e64091fd4 updating the foreach loop from a previous version of the loop Tom McFarlin 2014-05-05 00:28:02 -0400
  • 5265d1f0ae introducing the single, shared loader class Tom McFarlin 2014-05-05 00:18:13 -0400
  • b5549d5f9c defining a base class from which all other components can inherit Tom McFarlin 2014-05-05 00:18:04 -0400
  • d29ebf7dc8 extending the new plugin name base class and implementing localization Tom McFarlin 2014-05-05 00:17:23 -0400
  • f6a587372a extending the new plugin name base class Tom McFarlin 2014-05-05 00:17:13 -0400
  • e503be7e38 changing the working name and URL of the plugin so not to conflict with another file in the repository. Tom McFarlin 2014-05-05 00:16:52 -0400
  • 6e46a1f439 removing the individual loaders in order to consolidate them into a single, shared loader Tom McFarlin 2014-05-05 00:16:13 -0400
  • 24c1cca493 updating the read me and change log to reflect the latest changes of the plugin Tom McFarlin 2014-05-03 15:29:17 -0400
  • 8c0b11ca1b adding a @TODO tag for localization class Tom McFarlin 2014-05-03 15:28:23 -0400
  • c83aa5434d updating the docblocks Tom McFarlin 2014-05-03 15:28:04 -0400
  • ee79eb4582 adding type hinting to the run function's arguments Tom McFarlin 2014-05-03 15:27:38 -0400
  • 0abff96cfc removing whitespace Tom McFarlin 2014-05-03 15:27:15 -0400
  • 8cfee0e67a updating the docblocks and actually registering the demo scripts and styles Tom McFarlin 2014-05-03 15:27:01 -0400
  • b3451b717f instantiating and loading the dashboard-specific and public-facing areas of the plugin Tom McFarlin 2014-05-03 15:26:22 -0400
  • 91273f37d4 updating the docblocks Tom McFarlin 2014-05-03 15:07:38 -0400
  • 135920036b updating the docblocks with clearer descriptions as to what each tag and line should contain. Tom McFarlin 2014-05-03 15:07:24 -0400
  • 4114ad703e updating the docblocks Tom McFarlin 2014-05-03 15:07:05 -0400
  • 821e24a9ea updating the docblocks Tom McFarlin 2014-05-03 15:06:57 -0400
  • af315d7145 adding whitespace and additional instructions Tom McFarlin 2014-05-03 15:06:50 -0400
  • c10b371d67 updating the docblocks and adding whitespace to the end of the file Tom McFarlin 2014-05-03 15:06:38 -0400
  • 4f2719b2eb updating the docblocks Tom McFarlin 2014-05-03 15:06:13 -0400
  • f6917437fc Merge pull request #181 from BlueTeck/patch-1 Tom McFarlin 2014-05-02 10:00:59 -0400
  • 9555d7bd46 grammar mistake Timo 2014-05-02 15:58:45 +0200
  • 96018e57b0 updating the change log to reflect notes on the version of the boilerplate Tom McFarlin 2014-05-01 23:44:12 -0400
  • ecb940ed22 defining a constant for use throughout the boilerplate Tom McFarlin 2014-05-01 23:43:32 -0400
  • a9e071aef8 removing the original example functions and replacing them with functions that use existing boilerplate files Tom McFarlin 2014-05-01 23:43:07 -0400
  • 40fd22a297 adding hooks to include the styles and scripts for the dashboard Tom McFarlin 2014-05-01 23:42:46 -0400
  • 92e4693a8f updating the last updated date and what the final tag name will be Tom McFarlin 2014-05-01 23:27:41 -0400
  • d5446ad5c1 updating the date in the core README Tom McFarlin 2014-05-01 23:26:55 -0400
  • 793797ae71 removing all of the @TODO references Tom McFarlin 2014-05-01 23:26:16 -0400
  • 6271822cb1 adding simple public-facing code comments Tom McFarlin 2014-04-30 22:56:27 -0400
  • 98b6bf3f65 adding simple code comments for the public-facing code comments Tom McFarlin 2014-04-30 22:56:17 -0400
  • fc2b3109dd defining the loader functionality to be used via dependency injection Tom McFarlin 2014-04-30 22:56:05 -0400
  • a5864a9d96 adding whitespace Tom McFarlin 2014-04-30 22:55:42 -0400
  • 0896f0836c defining the core shared plugin name Tom McFarlin 2014-04-30 22:55:34 -0400
  • c05ae57e91 defining the basic code comments for the dashboard-specific Tom McFarlin 2014-04-30 22:55:06 -0400
  • 4b7dde5553 defining the basic code comments and the public facing partial Tom McFarlin 2014-04-30 22:54:48 -0400
  • a392f3f9db updating the documentation for the core public plugin file Tom McFarlin 2014-04-30 22:54:25 -0400
  • 71ff4b6ec7 updating the documentation Tom McFarlin 2014-04-30 22:54:00 -0400
  • 4504d3a4fd adding example documentation Tom McFarlin 2014-04-30 22:53:22 -0400
  • fbf09acbdb spacing out the code in the docblock Tom McFarlin 2014-04-30 22:34:39 -0400
  • a4fc32fa59 providing a first pass at the docblocks for the admin loader Tom McFarlin 2014-04-30 22:34:19 -0400
  • 284dc26054 adding basic comments to the admin stylesheets Tom McFarlin 2014-04-30 22:33:30 -0400
  • deadcc668b adding basic documentation for the admin javascript file Tom McFarlin 2014-04-30 22:33:06 -0400
  • 5666bb7ddc Completing the first round of docblocks for the activation / deactivation classes Tom McFarlin 2014-04-30 22:32:27 -0400
  • b7d17e4122 updating the docblocks for proper use of TODO and @TODO Tom McFarlin 2014-04-30 22:06:19 -0400
  • b8132f4b9d removing unnecessary closing parens. Tom McFarlin 2014-04-26 17:42:21 -0400
  • 9f71476166 updating the docblocks to the match the wpcs Tom McFarlin 2014-04-25 19:00:08 -0400
  • 026515da85 adding docblocks consistent with the wpcs for the files in includes Tom McFarlin 2014-04-25 18:58:07 -0400
  • 2cf4ba8223 adding a trailing whitespace to all of our defined files Tom McFarlin 2014-04-25 18:39:31 -0400
  • 72690b6771 introducing the empty loader files Tom McFarlin 2014-04-25 18:35:52 -0400
  • 5ab1805db8 removing '@TODO' in favor of 'TODO' Tom McFarlin 2014-04-25 18:21:25 -0400
  • 25337b6477 Merge pull request #179 from nextgenthemes/patch-1 Tom McFarlin 2014-04-15 10:46:27 -0400