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

Commit graph

  • af23b05186 one more fix for tabs on line 25 Tom McFarlin 2013-05-12 10:19:11 -0400
  • 347b63c876 properly adding tabs and spaces Tom McFarlin 2013-05-12 10:12:50 -0400
  • d5d2579594 including a default assets directory and instructions for how to use the bundled banner placeholders for the wordpress plugin repository Tom McFarlin 2013-05-12 09:55:20 -0400
  • 68c8d4e3dc finalizing page-level documentation to all php files Tom McFarlin 2013-05-12 09:18:27 -0400
  • a6366a7597 moving the plugin boilerplate into its own class Tom McFarlin 2013-05-12 08:57:18 -0400
  • 45f6b3e691 adding docblocks to the views Tom McFarlin 2013-05-12 08:56:48 -0400
  • 849c147bd1 generalizing the name, landing, and email address Tom McFarlin 2013-05-12 08:43:28 -0400
  • c98aee2d55 updating the docblock and removing inline tabs in favor of spaces Tom McFarlin 2013-05-12 08:28:30 -0400
  • 49abd665ef adding the domain path tag to the header of the plugin file Tom McFarlin 2013-05-12 08:09:17 -0400
  • 4551cc1b9f moving the change log into its own file Tom McFarlin 2013-05-12 08:07:04 -0400
  • 08c12ba194 adding a note about licensing with the gel and the apache license Tom McFarlin 2013-05-12 08:06:54 -0400
  • 828b21ce54 updating licensing to gpl2+ as per https://github.com/tommcfarlin/WordPress-Plugin-Boilerplate/issues/42 Tom McFarlin 2013-05-12 08:03:14 -0400
  • e4fe4e964d removing additional full stops Tom McFarlin 2013-05-11 18:16:47 -0400
  • 05f2ef9ee4 removing some additional full stops missed in the first pass. Tom McFarlin 2013-05-11 18:02:03 -0400
  • 509dd94b50 removing terminating code blocks in the admin view Tom McFarlin 2013-05-11 17:52:24 -0400
  • 83138fb29f removing inline tabs, not localizing permissions. Tom McFarlin 2013-05-11 17:51:36 -0400
  • b1d15663eb adding a text domain to the plugin header Tom McFarlin 2013-05-11 17:49:28 -0400
  • 13e2dfc895 adding get text and plural forms to the .pot file Tom McFarlin 2013-05-11 17:49:11 -0400
  • 6ccf4af27d replacing all midline tabs and replacing the with spaces to comply with the coding standards Tom McFarlin 2013-05-11 17:46:33 -0400
  • 95150ecfdc Removing tabs and spaces on empty lines Tom McFarlin 2013-05-11 17:43:11 -0400
  • 9b27bf86af Adding a security check to prevent files from accessing the boilerplate directly Tom McFarlin 2013-05-11 17:38:50 -0400
  • ff44a40287 adding one space to comply with coding conventions Tom McFarlin 2013-05-11 17:06:34 -0400
  • a2987b80ca adding license.txt and removing it from the header. Tom McFarlin 2013-05-11 17:03:07 -0400
  • 397d01dc79 Updating the .pot file as it was resulting in a minor error in one of the translation tools. 2.2.1 Tom McFarlin 2013-05-10 10:43:15 -0400
  • b1d6b3f2e0 updating the read me with the 2.2.0 change log 2.2.0 Tom McFarlin 2013-05-10 07:47:11 -0400
  • ae0394724e removing redundant section headers since properties, constructors, and functions Tom McFarlin 2013-05-10 07:45:32 -0400
  • 5f8dbab63b changing the access modifiers to protected from private Tom McFarlin 2013-05-10 07:34:45 -0400
  • 3be46accea adding braces around the conditional in uninstall.php Tom McFarlin 2013-05-10 07:33:53 -0400
  • 6f97b9eabd removing redundant access tags Tom McFarlin 2013-05-10 07:32:57 -0400
  • 0672899df0 removing all terminating comment blocks Tom McFarlin 2013-05-10 07:31:20 -0400
  • 62e31a0120 removing the .po file since the .pot catalog can be read by POEdit Tom McFarlin 2013-05-10 07:25:26 -0400
  • bb994b859a adding plugin-boilerplate.pot file Tom McFarlin 2013-05-10 07:23:46 -0400
  • 15097f8b3f renaming the core plugin file to match the name of the plugin Tom McFarlin 2013-05-10 07:21:31 -0400
  • 74f8a6afbd updating the read me so that the demo change log is more accurate Tom McFarlin 2013-05-10 07:20:34 -0400
  • 7be9a68170 updating the read me with all of the changes in 2.1.0 2.1.0 Tom McFarlin 2013-05-09 22:32:24 -0400
  • 6927761a88 updating the page-level doc blocks Tom McFarlin 2013-05-09 22:20:26 -0400
  • 4e2a2564a8 changing 'directives' to 'tags' Tom McFarlin 2013-05-09 22:16:21 -0400
  • 111c60122d automatically displaying the name of the plugin admin page Tom McFarlin 2013-05-09 22:12:52 -0400
  • d6d3b1aaa6 adding a note about POEdit and the language files Tom McFarlin 2013-05-09 22:07:28 -0400
  • 791920143e updating the php code formatting Tom McFarlin 2013-05-09 22:05:29 -0400
  • 626a161581 adding since tags to each of the docblocks for functions Tom McFarlin 2013-05-09 21:39:29 -0400
  • cd1f367899 adding class property docblocks Tom McFarlin 2013-05-09 21:37:03 -0400
  • e2dafd3473 Revert "adding class property docblocks" Tom McFarlin 2013-05-09 21:36:44 -0400
  • dd20abf02a adding class property docblocks Tom McFarlin 2013-05-09 21:36:32 -0400
  • 0fd7ce4344 updating versioning in the plugin and in the read me to use the x.y.z format (rather than the x.y format) Tom McFarlin 2013-05-09 21:31:41 -0400
  • 996f999c55 updating certain functions to all be verbs to better describe their action Tom McFarlin 2013-05-09 21:25:55 -0400
  • 0d8277d858 refactoring the ternary operator in the constructor to make the code more readable and to remove the potential for an orphaned object Tom McFarlin 2013-05-09 21:19:16 -0400
  • 8afcf2547f Updating the year of the release of 2.0 2.0.1 Tom McFarlin 2013-05-07 23:07:48 -0400
  • d48f2e4370 Update README.md Tom McFarlin 2013-05-08 00:05:57 -0300
  • 369d0240ce updating some of the grammar 2.0.0 Tom McFarlin 2013-05-07 22:46:52 -0400
  • a088518b74 removing whitespace at the end of the file Tom McFarlin 2013-05-07 22:43:26 -0400
  • 481c480330 updating the read me file for 2.0 Tom McFarlin 2013-05-07 22:42:48 -0400
  • 1a616eeb65 improving documentation Tom McFarlin 2013-05-07 22:42:30 -0400
  • cc42c4a554 disable the admin menu by default Tom McFarlin 2013-05-07 22:12:40 -0400
  • b4992eaf65 initializing instance to null, initializing the plugin_screen_slug to null, updating coding conventions, improving comments, updating conditionals, Tom McFarlin 2013-05-07 22:11:51 -0400
  • 0b2021b273 removing the open/close files and combining them into a single admin view Tom McFarlin 2013-05-07 22:10:48 -0400
  • 91a84225a6 combining both the admin_open and admin_close into a single file. localizing the text. Tom McFarlin 2013-05-07 22:10:34 -0400
  • 3abd8e1ad7 removing whitespace at the bottom of the file Tom McFarlin 2013-05-07 17:02:46 -0400
  • 9fa17a8507 updating a code comment Tom McFarlin 2013-05-07 17:02:04 -0400
  • e76927f94b removing whitespace between exit and the parens Tom McFarlin 2013-05-07 17:01:36 -0400
  • 3618f5dfad added access modifiers Tom McFarlin 2013-05-07 17:01:12 -0400
  • 6d141e700f implemented the singleton pattern Tom McFarlin 2013-05-07 17:00:38 -0400
  • 11af5e0d11 Merge pull request #27 from mikkelbreum/master Tom McFarlin 2013-05-07 13:55:19 -0700
  • 8920d21b76 Merge pull request #24 from Japh/master Tom McFarlin 2013-05-07 13:54:59 -0700
  • 43e69da2e4 Merged upstream changes, maintained separation of uninstall functionality Japh 2013-04-18 12:26:36 +1000
  • 3d85de0c95 Restricted scripts and styles to load only on plugin settings page if it is enabled. Mikkel Breum 2013-04-07 23:14:44 +0200
  • fd69c019ec Added Plugin Settings page (commented out) Mikkel Breum 2013-04-07 23:05:13 +0200
  • 403ef654ea Removed the need to customize url for wp_enqueue_style and wp_enqueue_scripts Mikkel Breum 2013-04-07 22:56:08 +0200
  • 68da31e4be correct action hook for register_admin_styles Mikkel Breum 2013-04-07 22:05:15 +0200
  • 5d70b7e79e Merge pull request #25 from tbwiii/master Tom McFarlin 2013-04-02 04:52:56 -0700
  • a96bf127ac listed jQuery as a dependency for both JavaScripts Ted Waller 2013-04-02 07:14:56 -0400
  • 816e16c59f Moved uninstall placeholder from hook to uninstall.php Japh 2013-03-05 16:24:35 +1100
  • 4f1cd0cbbf Merge pull request #21 from leewillis77/master Tom McFarlin 2013-01-31 05:09:00 -0800
  • df80c7e5eb A better way of loading language files Lee Willis 2013-01-30 20:11:12 +0000
  • 7660b7601c Merge pull request #20 from wesbos/patch-1 Tom McFarlin 2013-01-16 19:04:02 -0800
  • 696df14fc8 Changed to 2013 Wes Bos 2013-01-16 21:43:54 -0500
  • a4c70806b3 Update README.md Tom McFarlin 2012-11-29 21:46:13 -0500
  • e4bbd52ae0 * Moving the boilerplate to its own directory * Adding an improved README * Removing unused features of the boilerplate * Officially tagging as 1.0 Tom McFarlin 2012-11-29 21:45:09 -0500
  • 47edae47e6 Merge pull request #17 from innerbot/master Tom McFarlin 2012-11-12 05:05:37 -0800
  • d9b406b8dd Added an uninstall hook Greg Johnson 2012-11-11 01:48:16 -0600
  • f522cbd0e2 Merge pull request #16 from pippinsplugins/master Tom McFarlin 2012-11-08 16:59:32 -0800
  • 36609340a7 Set bew PluginName() to a global variable Pippin Williamson 2012-11-05 21:07:44 -0600
  • 696d133f36 Moved load_plugin_textdomain() Pippin Williamson 2012-11-05 21:07:10 -0600
  • a74004d26c * removing ampersands from php compatibility * removing the translated mo file * removing calls to wp_register_script and wp_register_style Tom McFarlin 2012-11-02 18:27:32 -0400
  • 81b7be5b72 Update README.txt Tom McFarlin 2012-08-29 13:55:17 -0300
  • 92259517db Updating the JavaScript for better practices and refining one of the hooks for the plugin boilerplate Tom McFarlin 2012-08-17 14:06:06 -0400
  • 5297deede7 Merge pull request #13 from bradp/master Tom McFarlin 2012-08-15 06:17:26 -0700
  • d247aa5473 Update plugin.php Brad Parbs 2012-08-13 22:05:20 -0500
  • 745e59c30f Merge branch 'master' of https://github.com/tommcfarlin/WordPress-Plugin-Boilerplate Tom McFarlin 2012-07-13 22:14:38 -0400
  • e9932327de Minor whitespace change Tom McFarlin 2012-07-13 22:14:34 -0400
  • aa6f5f2d38 Merge pull request #11 from manovotny/fixes Tom McFarlin 2012-06-11 07:59:10 -0700
  • 16665e40f3 Fixes enqueue script and style issues. Michael Novotny 2012-06-11 09:55:14 -0500
  • abf0b19e33 Merge pull request #10 from Bonnevoy/master Tom McFarlin 2012-06-04 06:03:47 -0700
  • e589a132da Fix typos of css and js filenames. ewoutkleinsmann 2012-06-01 18:23:48 +0300
  • bc87288bc0 Removing the helper functions and using actions to enqueue and register stylesheets and JavaScript files. Tom McFarlin 2012-05-07 22:33:29 -0400
  • d62ab3343e Removing constants, updating documentation for activation/deactivation function, adding TODO's Tom McFarlin 2012-04-09 21:41:17 -0400
  • 0957a12af4 Merge pull request #7 from tylerdigital/master Tom McFarlin 2012-04-03 18:31:10 -0700
  • 88fccec638 Add activation/deactivation hooks Nathan Tyler 2012-04-03 16:57:05 -0700
  • a1ec8ed84b Updating javaScript, bringing the plugin's source code up to WordPress' coding conventions, and removing constants. Tom McFarlin 2012-03-05 22:33:04 -0500
  • fb6c7b2c66 Merge pull request #6 from cudazi/patch-1 Tom McFarlin 2012-01-19 15:33:52 -0800