Commit graph

393 commits

Author SHA1 Message Date
pewgeuges 4f666f1300
Docblocks for tooltips class/layout/settings.php
Headings and version for split-off metaboxes docblocks.
Overwrites the todo items.
Thanks for starting the docblocks required by WP coding standards.
2021-02-24 12:26:31 +01:00
pewgeuges 0dfe2ad4d0
Fix translator comments class/layout/settings.php
Titlecase “Translators:”.
Add semicolons.
2021-02-24 12:11:32 +01:00
pewgeuges 4cd3d5e255
Fix&dispatch docblock h. class/layout/settings.php
Fix 2 function docblock headings by dispatching them from the originally single metabox function docblock.
Also add version tags to the 2 metaboxes split off @since 2.2.0.
* Displays all options for the footnotes start and end tag short codes. (Initially called “Footnotes styling”.)
* Displays all options for the footnotes numbering. (Newly individualized.)
* Displays all options for the scrolling behavior. (Totally new as scroll offset and duration were initially hard-coded in the template.)
(This is part of WP coding standard compliance.)
2021-02-24 11:49:08 +01:00
Ben Goldsworthy b339fd949f Add @package tag to header 2021-02-24 08:51:24 +00:00
pewgeuges d64e75eac9
Fix line comments in class/layout/init.php 2021-02-23 23:45:01 +01:00
pewgeuges ceb112d7ff
Delete committer tag in footnotes.php 2021-02-23 23:05:05 +01:00
pewgeuges f1e40bb3e4
Update header footnotes.php
Fix header docblock as discussed in https://github.com/markcheret/footnotes/pull/38#discussion_r581415367
2021-02-23 23:01:48 +01:00
pewgeuges cb43a1f6be
Restore compiler keyword in class/language.php 2021-02-23 21:14:45 +01:00
pewgeuges 1c2afab4b3
Change variable names conventional class/init.php
Name variables in an intuitive manner according to coding conventions.
2021-02-23 20:56:06 +01:00
pewgeuges b44071e8d6
Update readme.txt item reflected in class.init.php
Update: Libraries: Load jQuery UI from WordPress, thanks to @check2020de issue report.
Under 2.0.4.
2021-02-23 20:33:14 +01:00
pewgeuges 63803e147b
Merge docblock restore attributions class/init.php
Merge deleted docblock attributions in remaining docblock.
2021-02-23 20:13:38 +01:00
Ben Goldsworthy b5dc136ffe Replace escape output functions 2021-02-23 18:13:52 +00:00
Ben Goldsworthy 526b5d096f Minor whitespace, commenting tweaks 2021-02-23 17:59:52 +00:00
Ben Goldsworthy 87f2ed4f5c Disable missing nonce errors/warnings for now 2021-02-23 17:59:12 +00:00
Ben Goldsworthy 494a116a62 Clarify double-wildcard instructions 2021-02-23 17:58:26 +00:00
Ben Goldsworthy fa8fb3f207 Remove output escaping functions 2021-02-23 17:45:33 +00:00
Ben Goldsworthy 716b213fb8 Replace incorrect option sanitisation function 2021-02-23 17:44:27 +00:00
Ben Goldsworthy 5411e4b279 Replace wp_remote_get() with PHPCS disable. 2021-02-23 17:17:14 +00:00
Ben Goldsworthy a7b4d965d7 Commit composer lockfile 2021-02-23 17:16:15 +00:00
Ben Goldsworthy 078781b000 Explictly pass false argument to wp_enqueue_script().
Not doing so will result in a `WordPress.WP.EnqueuedResourceParameters.NotInFooter` warning from PHPCS.
2021-02-23 17:15:58 +00:00
Ben Goldsworthy df6bd2c282 Update layout files 2021-02-23 16:48:53 +00:00
Ben Goldsworthy 8ff0d9ee86 Rename dashboard/ to layout/. 2021-02-23 16:48:21 +00:00
Ben Goldsworthy adb2ccbc32 Add temp file 2021-02-23 16:47:39 +00:00
Ben Goldsworthy 4736f19b36 Rename dashboard files 2021-02-23 16:45:57 +00:00
Ben Goldsworthy 9a8e7c0851 Update codebase to be WP Coding Standard-compliant.
This is a squashed copy of `wp-coding-standard--rebase` to try and fix the line-ending
diff issue we're having.
2021-02-23 16:44:18 +00:00
Mark Cheret 828ed818f1
Merge pull request #37 from markcheret/fix-line-endings
Append line endings
2021-02-23 17:04:41 +01:00
Ben Goldsworthy 9ee72568ef Append line endings 2021-02-23 16:00:59 +00:00
Ben Goldsworthy 40d5702d27
Merge pull request #28 from markcheret/footnotes-emphasis
Emphasise plugin name, add contributing guidelines
2021-02-21 13:56:27 +00:00
Ben Goldsworthy 9d8efe1a41 Fix indentation 2021-02-21 13:55:22 +00:00
Ben Goldsworthy b11f3bdc2e Alter formatting, add contribution information 2021-02-21 13:53:51 +00:00
Ben Goldsworthy ed627acb86
Merge pull request #27 from markcheret/markcheret-patch-2
Update README.md
2021-02-21 13:07:16 +00:00
Ben Goldsworthy 2509beb61f
Merge pull request #26 from markcheret/markcheret-patch-4
Update readme.txt
2021-02-21 13:06:38 +00:00
Ben Goldsworthy 8cf3baeeae
Merge pull request #25 from markcheret/markcheret-patch-3
Update README.md
2021-02-21 13:04:26 +00:00
Mark Cheret b00d47b757
Update README.md 2021-02-21 13:58:08 +01:00
Mark Cheret 0f1440d772
Update CONTRIBUTING.md 2021-02-21 13:54:54 +01:00
Mark Cheret 6e5215fdda
Update readme.txt
update minor language. How do we keep the readme's in sync?
2021-02-21 13:44:24 +01:00
Mark Cheret c0b0b8ff7f
Update README.md 2021-02-21 13:42:58 +01:00
Mark Cheret 0d6f5934aa
Update README.md
moved image due to repo change
2021-02-21 13:41:13 +01:00
Mark Cheret 381f5e356b
Merge pull request #4 from markcheret/security-policy
Create SECURITY.md
2021-02-21 13:29:47 +01:00
Mark Cheret 7aee45db1e
Merge pull request #14 from markcheret/add-license
Create LICENSE
2021-02-21 13:28:27 +01:00
Mark Cheret 5c8b53d919
Merge pull request #3 from markcheret/generate-documentation
Generate documentation
2021-02-21 13:27:16 +01:00
Mark Cheret 6587f55767
Merge pull request #1 from markcheret/contributing-guidelines
Create CONTRIBUTING.md
2021-02-21 13:22:19 +01:00
Mark Cheret c8cd54f80c
Merge pull request #2 from markcheret/github-readme
Create README.md
2021-02-21 13:21:16 +01:00
Ben Goldsworthy a1aebed7f4 Add more PHPCS tips 2021-02-21 11:20:11 +00:00
Ben Goldsworthy 9c9c9721f7 Add linting instructions and header image 2021-02-21 11:08:04 +00:00
Ben Goldsworthy 4363f68d43 Add footnotes header image 2021-02-21 11:07:48 +00:00
Ben Goldsworthy c9f9213a56
Create LICENSE 2021-02-21 07:52:09 +00:00
Ben Goldsworthy 22282f9df1 Add getting started instructions to README 2021-02-20 20:55:46 +00:00
Ben Goldsworthy e6237612ca
Create SECURITY.md 2021-02-20 20:09:46 +00:00
Ben Goldsworthy 81acfacfda Add .phpdoc/ to gitignore 2021-02-20 19:56:10 +00:00