Commit Graph

121 Commits

Author SHA1 Message Date
Tom McFarlin 0a069fa2e7 logging updates for 2.3.0 2013-05-13 08:51:50 -04:00
Tom McFarlin 268525dbbb fixing some whitespace 2013-05-13 08:45:22 -04:00
Tom McFarlin 2b62a4e20a Moving the activation hook calls outside of the class
Fixes #42
2013-05-13 08:43:08 -04:00
Tom McFarlin 4cd689f925 Merge branch 'master' of https://github.com/tommcfarlin/WordPress-Plugin-Boilerplate
# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
# 
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
2013-05-13 06:39:34 -04:00
Tom McFarlin d7aefa2fd5 changing the comment for the direct access of the plugin files 2013-05-13 06:38:57 -04:00
Tom McFarlin db878be182 removing sub package and version tags 2013-05-13 06:37:48 -04:00
Tom McFarlin aa6341a2ef Rename changelog.md to ChangeLog.md 2013-05-13 07:35:41 -03:00
Tom McFarlin 978bd51cb0 renaming the file to follow the canonical name format 2013-05-13 06:35:03 -04:00
Tom McFarlin 3828cc9863 adding a TODO for replacing the name of the file being required 2013-05-12 14:03:02 -04:00
Tom McFarlin af23b05186 one more fix for tabs on line 25
fixes #44
2013-05-12 10:19:11 -04:00
Tom McFarlin 347b63c876 properly adding tabs and spaces
fixes #44
2013-05-12 10:12:50 -04:00
Tom McFarlin d5d2579594 including a default assets directory and instructions for how to use the bundled banner placeholders for the wordpress plugin repository
fixes #45
2013-05-12 09:55:20 -04:00
Tom McFarlin 68c8d4e3dc finalizing page-level documentation to all php files
Fixes #46
2013-05-12 09:18:27 -04:00
Tom McFarlin a6366a7597 moving the plugin boilerplate into its own class
fixes #34
2013-05-12 08:57:18 -04:00
Tom McFarlin 45f6b3e691 adding docblocks to the views 2013-05-12 08:56:48 -04:00
Tom McFarlin 849c147bd1 generalizing the name, landing, and email address 2013-05-12 08:43:28 -04:00
Tom McFarlin c98aee2d55 updating the docblock and removing inline tabs in favor of spaces
fixes #38
2013-05-12 08:28:30 -04:00
Tom McFarlin 49abd665ef adding the domain path tag to the header of the plugin file
Fixes #40
2013-05-12 08:09:17 -04:00
Tom McFarlin 4551cc1b9f moving the change log into its own file 2013-05-12 08:07:04 -04:00
Tom McFarlin 08c12ba194 adding a note about licensing with the gel and the apache license
fixes #42
2013-05-12 08:06:54 -04:00
Tom McFarlin 828b21ce54 updating licensing to gpl2+ as per https://github.com/tommcfarlin/WordPress-Plugin-Boilerplate/issues/42
related #42
2013-05-12 08:03:14 -04:00
Tom McFarlin e4fe4e964d removing additional full stops
fixes #44
2013-05-11 18:16:47 -04:00
Tom McFarlin 05f2ef9ee4 removing some additional full stops missed in the first pass.
fixes #44
2013-05-11 18:02:03 -04:00
Tom McFarlin 509dd94b50 removing terminating code blocks in the admin view
related #38
2013-05-11 17:52:24 -04:00
Tom McFarlin 83138fb29f removing inline tabs, not localizing permissions.
related #44
fixes #41
2013-05-11 17:51:36 -04:00
Tom McFarlin b1d15663eb adding a text domain to the plugin header
fixes #40
2013-05-11 17:49:28 -04:00
Tom McFarlin 13e2dfc895 adding get text and plural forms to the .pot file
related #40
2013-05-11 17:49:11 -04:00
Tom McFarlin 6ccf4af27d replacing all midline tabs and replacing the with spaces to comply with the coding standards
fixes #44
2013-05-11 17:46:33 -04:00
Tom McFarlin 95150ecfdc Removing tabs and spaces on empty lines
Related #44
2013-05-11 17:43:11 -04:00
Tom McFarlin 9b27bf86af Adding a security check to prevent files from accessing the boilerplate directly
Fixes #43
2013-05-11 17:38:50 -04:00
Tom McFarlin ff44a40287 adding one space to comply with coding conventions 2013-05-11 17:06:34 -04:00
Tom McFarlin a2987b80ca adding license.txt and removing it from the header.
fixes #42
2013-05-11 17:03:07 -04:00
Tom McFarlin 397d01dc79 Updating the `.pot` file as it was resulting in a minor error in one of the translation tools. 2013-05-10 10:43:15 -04:00
Tom McFarlin b1d6b3f2e0 updating the read me with the 2.2.0 change log 2013-05-10 07:47:11 -04:00
Tom McFarlin ae0394724e removing redundant section headers since properties, constructors, and functions 2013-05-10 07:45:32 -04:00
Tom McFarlin 5f8dbab63b changing the access modifiers to `protected` from `private`
Related #36
2013-05-10 07:34:45 -04:00
Tom McFarlin 3be46accea adding braces around the conditional in `uninstall.php` 2013-05-10 07:33:53 -04:00
Tom McFarlin 6f97b9eabd removing redundant access tags
related #35
2013-05-10 07:32:57 -04:00
Tom McFarlin 0672899df0 removing all terminating comment blocks
related #38
2013-05-10 07:31:20 -04:00
Tom McFarlin 62e31a0120 removing the .po file since the .pot catalog can be read by POEdit 2013-05-10 07:25:26 -04:00
Tom McFarlin bb994b859a adding plugin-boilerplate.pot file
Related #38
2013-05-10 07:23:46 -04:00
Tom McFarlin 15097f8b3f renaming the core plugin file to match the name of the plugin 2013-05-10 07:21:31 -04:00
Tom McFarlin 74f8a6afbd updating the read me so that the demo change log is more accurate 2013-05-10 07:20:34 -04:00
Tom McFarlin 7be9a68170 updating the read me with all of the changes in 2.1.0 2013-05-09 22:32:24 -04:00
Tom McFarlin 6927761a88 updating the page-level doc blocks
related #38
2013-05-09 22:20:26 -04:00
Tom McFarlin 4e2a2564a8 changing 'directives' to 'tags' 2013-05-09 22:16:21 -04:00
Tom McFarlin 111c60122d automatically displaying the name of the plugin admin page
related #38
2013-05-09 22:12:52 -04:00
Tom McFarlin d6d3b1aaa6 adding a note about POEdit and the language files
related #38
2013-05-09 22:07:28 -04:00
Tom McFarlin 791920143e updating the php code formatting
related #38
2013-05-09 22:05:29 -04:00
Tom McFarlin 626a161581 adding since tags to each of the docblocks for functions
related #38
2013-05-09 21:39:29 -04:00