Commit Graph

37 Commits

Author SHA1 Message Date
Mark Cheret af3082aabd
docs: add donation link to GitHub repo 2021-05-06 12:16:38 +02:00
Mark Cheret 4fcd349252
update snyk scan frequency (#166) 2021-05-02 06:39:17 +01:00
Mark Cheret f2e535b8d8
update snyk action to update vulnerabilities on GH 2021-05-01 09:23:20 +02:00
Ben Goldsworthy 4af8849eec
ci: improve linting, GitHub Actions workflows (#149)
* release: release 2.7.2

* fix: urgent 2.7.3 release to fix fatal error

* chore: remove un-needed setup script

* ci: remove steps from pre-push command

* chore: remove un-needed PHP-Commitizen config

* chore: put image files in correct folders

* chore: move GitHub image into `.github/` dir

* fix: classic editor button

* fix: call correct jQuery Tools file in dev env

* docs: replace license with Markdown version

* ci: clean up PHP linting commands

If anyone has noticed me playing musical filepaths with these commands
for a while, it's because I kept getting inconsistent results from the
use of double-globs (i.e., `**`). However, I've finally figured out
that this is because Composer is running these scripts in its own shell,
so the double-glob that works when I run the command manually in my
Terminal doesn't work when Composer runs it in its.

* chore: lint PHP files

* build: update JS linting standards

* chore: lint JS file

* build: add node-sass

* build: add additional stylelint rules

* chore: lint stylesheets with new rulesets

* refactor: move ESLint settings to `package.json`

* chore: move Prettier config to `package.json`

It is not yet possible to move `.prettierignore` to `package.json` too,
but this appears to be on the horizon; see [this Issue][prettier-issue].

[prettier-issue]: https://github.com/prettier/prettier/issues/3460

* fix: move WPML config into Plugin folder

* chore: move Stylelint config into `package.json`

* chore: remove unused `.distignore`

It can always be re-added at a later date if it becomes useful.

* chore: format file

* build: add HTML linting

* fix: add image alt tag

* ci: clean up GitHub Actions workflows

* fix: fix workflow

* fix: fix indentation

* ci: add YAML validation

* chore: make valid

* ci: add YAML validation

* chore: lint code

* ci: change dep install back to original

* chore: lint license
2021-04-26 17:17:44 +01:00
Ben Goldsworthy ac819034e5
release: release 2.7.3 (#144)
* release: release 2.7.2

* fix: urgent 2.7.3 release to fix fatal error

* chore: remove un-needed setup script

* ci: remove steps from pre-push command

* chore: remove un-needed PHP-Commitizen config

* chore: put image files in correct folders

* chore: move GitHub image into `.github/` dir
2021-04-25 21:26:41 +01:00
Ben Goldsworthy 6a1117be15
ci: improve release process, clean up and re-org repo, add automated minification (#143)
* ci: update scripts

* release 2.7.1

* remove tracked stylesheets

* docs: revert stable tag to 2.7.0

* chore: move Plugin source into own dir

* docs: delete info texts

These can now be found in the [project wiki][wiki].

[wiki]: https://github.com/markcheret/footnotes/wiki

* docs: tweak contributing guide

* ci: reflect new directory structure

* chore: update gitignore

* chore: reflect new dir structure

* docs: update documentation

* build(linting): add Husky hooks, Markdown linting, lint all MD files

* fix pre-push command

* fix pre-push command

* build: add stylesheet, JS minification

* ci: add linting steps

* ci: comment out CSS linting step (that's going to be a whole *thing*)

* ci: minify all JS files

* ci: call correct JS file

* chore: lint

* ci: fix PHP linting commands

* chore: increment version constant string

* ci: concat AMP stylesheets

* ci: improve build scripts

* chore: add assets dir
2021-04-25 09:28:02 +01:00
Mark Cheret e8bd3830dc
Merge pull request #130 from markcheret/security_add_snyk 2021-04-22 21:03:53 +02:00
Ben Goldsworthy 12c642a553 ci: rename folder during release process 2021-04-20 11:35:33 +01:00
Mark Cheret b5af559ff4
activate specific push action 2021-04-20 04:07:08 +02:00
Mark Cheret 6cb765cb5a
updated settings on snyk.io 2021-04-20 04:05:00 +02:00
Mark Cheret a5b86ec20c
update snyk.ymk 2021-04-20 03:59:19 +02:00
Mark Cheret ec462f1a7b
update snyk.yml 2021-04-20 03:36:29 +02:00
Mark Cheret f0503cceaf
updated snyk workflow 2021-04-20 03:30:57 +02:00
Mark Cheret 1e5d0b171f
security: add snyk 2021-04-20 03:28:19 +02:00
Ben Goldsworthy e9438bc462 fix: (hopefully) fix CI script 2021-04-19 20:05:44 +01:00
Ben Goldsworthy fb179f1a95 fix: pass JS linter 2021-04-15 15:23:43 +01:00
Ben Goldsworthy fc0da5ec11 fix: remove JS formatting command 2021-04-15 15:17:38 +01:00
Ben Goldsworthy 7152579fd8 ci: separate linting commands, disable CSS for now 2021-04-15 05:06:36 +01:00
Ben Goldsworthy 2c9e14a45a ci: add formatting command 2021-04-15 03:21:38 +01:00
Ben Goldsworthy a646a481db ci: update PHP command to lint everything 2021-04-15 03:06:46 +01:00
Ben Goldsworthy 833097ea24 feat: re-add caching command, add linting command 2021-04-14 23:40:30 +01:00
Ben Goldsworthy 6891f58f2c fix: ignore PHP version 2021-04-14 23:38:13 +01:00
Ben Goldsworthy feb9995bc8 test: comment out caching 2021-04-14 23:35:13 +01:00
Ben Goldsworthy e17167f7fe fix: add `--with-all-dependencies` flag 2021-04-14 23:27:32 +01:00
Mark Cheret 7128ef4282
Update php.yml
#73 #70
2021-04-14 23:36:21 +02:00
Mark Cheret 1d365353e1
Merge pull request #66 from markcheret/dependabot
Create dependabot.yml
2021-04-04 22:31:02 +02:00
Mark Cheret 4595b4a886
Create php.yml 2021-04-04 22:29:01 +02:00
Mark Cheret a2aaf88000
Merge pull request #69 from markcheret/security-checker-action
Security checker action
2021-04-04 22:28:21 +02:00
Mark Cheret 245c9e03ec
Merge pull request #67 from markcheret/ossar-analysis
Create ossar-analysis.yml
2021-04-04 22:24:00 +02:00
Mark Cheret cf6aec1ba9
Delete symfonycorp.yml 2021-04-04 22:23:35 +02:00
Mark Cheret c8ac17f5f6
Update symfonycorp.yml 2021-04-04 22:21:48 +02:00
Mark Cheret 23872225df
Update symfonycorp.yml 2021-04-04 22:21:02 +02:00
Mark Cheret 27daa5f9fc
Create symfonycorp.yml 2021-04-04 22:18:48 +02:00
Mark Cheret b198b33b52
Create ossar-analysis.yml 2021-04-04 22:12:18 +02:00
Mark Cheret c9050a5a12
Create dependabot.yml 2021-04-04 22:05:58 +02:00
Ben Goldsworthy e8d6dbe13d
Automatically generate new releases (#59)
* Adapt after the 2.5.9d1 accident.

* Corrections to changelog.

* Also added @‌revision and @‌timestamp PHPDOC tags
@‌revision and @‌timestamp used for SVN refs.

Full enumeration of added custom PHPDOC tags:
@‌accountable, @‌bib, @‌biblio, @‌callback, @‌commit, @‌committer, @‌contributor, @‌courtesy, @‌date, @‌datetime, @‌lastmodified, @‌modified, @‌publisher, @‌reporter, @‌revision, @‌timestamp, @‌user.Some tags like @‌reporter and @‌contributor are more used than others.

* Readme header upgrade.

* Create deploy-to-wordpress.org.yml

* Add distignore

* Comment out `build` command, replace npm with composer

* Remove placeholder comments

* Add build commands

* Fix typo

* Fix version number bug

* Make zip without top-level directory

* Append tag name to plugin zip

* Clean up a bit

* Rename workflow config

* Fix upload paths

* Append tag name to artifact

* Fix paths

* Revert path fix

* Try again

* Add wplm-config.xml to buildfiles

* Fix indentation

* Rename development/csscat.sh to css/csscat.sh

* Rename development/customized-documentation-schema.txt to customized-documentation-schema.txt

* Rename development/customized-template-stack.txt to customized-template-stack.txt

* Version number related fixes before pull request.

* Move csscat script to tools dir

* Rename csscat

* Refactor script

* Update customized-documentation-schema.txt

* Replace empty lines in help output

* Escape empty lines.

* Delete 3 items from `.distignore`
As mentioned, CONTRIBUTING.md and README.md should be included in distributions.

- As an invitation to the Community.
- As a tangible proof of goodwill after the 2.5.9d1 accident.

Also SECURITY.md so Footnotes users see that we’re concerned, and
can reach out without transiting via GitHub.

* Include CONTRIBUTING.md README.md SECURITY.md

* Update sync w/ 5.7 tested.

* Update

* Update composerfiles

Co-authored-by: pewgeuges <73141620+pewgeuges@users.noreply.github.com>
2021-03-12 17:53:49 +00:00
Ben Goldsworthy ebbecdbf78 Update issue templates 2021-02-20 18:47:11 +00:00