Mark Cheret
e8bd3830dc
Merge pull request #130 from markcheret/security_add_snyk
2021-04-22 21:03:53 +02:00
Mark Cheret
8bab805bab
Merge pull request #131 from markcheret/rename-release-archive
...
ci: rename folder during release process
2021-04-20 14:44:39 +02:00
12c642a553
ci: rename folder during release process
2021-04-20 11:35:33 +01:00
Mark Cheret
70fdc9dcbd
doc: add snyk shield
2021-04-20 04:21:37 +02: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
687c07da93
added license info in package
2021-04-20 03:48:16 +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
Mark Cheret
fe48c2b34a
Merge pull request #127 from markcheret/release-tweaks
...
ci: release process tweaks
2021-04-20 00:50:54 +02:00
e9438bc462
fix: (hopefully) fix CI script
2021-04-19 20:05:44 +01:00
3ae70069b3
fix: fix release and build scripts
2021-04-19 20:05:33 +01:00
95787e597c
docs: add changelog
2021-04-19 20:04:29 +01:00
82c5d0f50f
fix: add correct version tag
2021-04-19 20:04:18 +01:00
Mark Cheret
d809d00c23
Merge pull request #114 from markcheret/review-codebase
2021-04-19 13:32:37 +02:00
57d5e40532
Merge branch 'main' into review-codebase
2021-04-19 12:27:24 +01:00
2d4b778377
refactor: re-add Footnotes prefix to Hooks
2021-04-19 12:24:26 +01:00
7adab1cd45
fix: correct ref container class name
2021-04-19 12:19:56 +01:00
58683dd523
refactor: remove MCI prefixes
2021-04-19 12:16:05 +01:00
2f809f4fe9
Revert "refactor: remove Hungarian notation and MCI
prefixes"
...
This reverts commit 1284544556
.
2021-04-19 12:15:17 +01:00
Mark Cheret
f6a6852675
Merge pull request #125 from markcheret/dependabot/composer/marcocesarato/php-conventional-changelog-1.10.2
...
build(deps-dev): bump marcocesarato/php-conventional-changelog from 1.10.1 to 1.10.2
2021-04-19 11:44:21 +02:00
dependabot[bot]
e9334cb733
build(deps-dev): bump marcocesarato/php-conventional-changelog
...
Bumps [marcocesarato/php-conventional-changelog](https://github.com/marcocesarato/php-conventional-changelog ) from 1.10.1 to 1.10.2.
- [Release notes](https://github.com/marcocesarato/php-conventional-changelog/releases )
- [Changelog](https://github.com/marcocesarato/php-conventional-changelog/blob/main/CHANGELOG.md )
- [Commits](https://github.com/marcocesarato/php-conventional-changelog/compare/v1.10.1...v1.10.2 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-04-19 09:33:05 +00:00
Mark Cheret
cf16c8a066
Merge pull request #123 from markcheret/add-code-of-conduct-1
...
docs: add code of conduct
2021-04-18 22:56:15 +02:00
Mark Cheret
ae1b77730a
Merge pull request #122 from markcheret/markcheret-patch-1
...
Update README.md
2021-04-18 22:43:29 +02:00
Mark Cheret
6db94dafba
added sweet shields
2021-04-18 22:29:58 +02:00
Mark Cheret
5eb1b3040a
Create CODE_OF_CONDUCT.md
2021-04-18 22:02:30 +02:00
Mark Cheret
7ba0763c88
Update README.md
2021-04-18 21:58:11 +02:00
Mark Cheret
4dd3345685
docs: update readme and PHPDoc settings ( #120 )
...
* update readme.txt
* Test
* Test
* docs: update documentation
* docs: add package tag
* docs: add PHPDoc config, alter Composer script
Co-authored-by: Rumperuu <me+footnotes@bengoldsworthy.net>
2021-04-18 20:30:42 +01:00
Mark Cheret
226df694a2
Merge pull request #118 from markcheret/fix_103
...
Fix paragraph separation
2021-04-18 00:59:50 +02:00
Mark Cheret
5b02a3dd08
fixing docblock formatting
2021-04-18 00:26:44 +02:00
Mark Cheret
fd9cb2aaa9
Update task.php
...
update docblock
2021-04-18 00:23:19 +02:00
Mark Cheret
dc1ec81ad9
Update task.php
2021-04-18 00:19:23 +02:00
Mark Cheret
3d85de134e
Update task.php
...
attribution
2021-04-17 23:32:43 +02:00
Mark Cheret
242795a2b6
Update task.php
2021-04-17 23:28:05 +02:00
Laurent Zimmerli
36e92bac3d
Fix paragraph split, thanks to @pewgeuges
2021-04-17 22:45:50 +02:00
c0672461b0
build: increase commitizen lengths
2021-04-17 00:00:21 +01:00
1284544556
refactor: remove Hungarian notation and MCI
prefixes
...
I had to use some RegEx-fu for this. Specifically:
```bash
find ./{footnotes.php,includes.php,class/} -type f -name "*.php" -exec sed -i 's/\(p\|l\|a\)_\(str\|bool\|int\|obj\|flo\|arr\)_//g' {} \;
find ./{footnotes.php,includes.php,class/} -type f -name "*.php" -exec sed -i 's/MCI_Footnotes/Footnotes/g' {} \;
find ./{footnotes.php,includes.php,class/} -type f -name "*.php" -exec sed -i 's/C_\(INT\|STR\|FLO\)_//g' {} \;
```
This should have covered all the bases.
In my testing I encountered one error caused by these changes.
In the `add_select_box` function in `/class/dashboard/layout.php`,
there was a function parameter called `$p_arr_options` and a variable
called `$l_str_options`. Removing the Hungarian notation caused an
error as these two variables were both now called `$options`.
This has been fixed, and I like to think that that will have been
the only naming conflict, but I think it is more likely that there
maybe others. Further testing is required before I am happy calling
this release-ready.
Close #34 , progress #36
2021-04-16 23:55:05 +01:00
df7160fad8
build: tweak commands
2021-04-16 23:49:32 +01:00
3af81c01b9
refactor: rename Hooks, update docblocks
2021-04-16 23:17:07 +01:00
Mark Cheret
e06535852b
Merge pull request #106 from markcheret/relocate-plugin
...
refactor: relocate Plugin settings
2021-04-16 23:54:51 +02:00
571b6bf74f
fix: correct plugin settings link
2021-04-16 21:50:24 +01:00
b18e331684
refactor: rename colourpicker eclass
2021-04-16 21:50:02 +01:00
Mark Cheret
524c13c056
docs: remove features.txt
( #110 )
...
has all been added in issues and discussions on GH
2021-04-16 13:05:37 +01:00
d676f6d53f
fix: fix pre-commit hook
2021-04-16 03:12:06 +01:00
f010c175ed
refactor: move Plugin settings under general settings menu
2021-04-16 03:11:24 +01:00
6b42f12716
refactor: delete now-unused files
2021-04-16 03:11:24 +01:00
ae3521d7d9
refactor: delete now-unused files
2021-04-16 03:11:24 +01:00
fd89026326
refactor: remove /class/layout
dir (for now)
...
This dir has been kicking around for a while as a holdover
from the big codebase standardisation. There's no point
keeping the dupe files for now, but I'll come back to this
again later.
2021-04-16 03:11:24 +01:00