forked from mapasculturais/mapasculturais
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Atualiza plugins para versões mais recentes
- Loading branch information
Showing
5 changed files
with
20 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Submodule AdminLoginAsUser
updated
3 files
+20 −6 | Plugin.php | |
+9 −0 | assets/css/admin-login-as-user.css | |
+3 −1 | layouts/parts/admin-login-as-user--link.php |
Submodule MultipleLocalAuth
updated
9 files
Submodule SpamDetector
updated
18 files
+6 −0 | .gitignore | |
+33 −0 | Controller.php | |
+116 −64 | Plugin.php | |
+10 −1 | README.md | |
+1 −0 | assets-src/sass/1-settings/_s-variables.scss | |
+13 −0 | assets-src/sass/2-atoms/_a-mixins.scss | |
+55 −0 | assets-src/sass/4-components/_c-spam-add-config.scss | |
+16 −0 | assets-src/sass/plugin-SpamDetector.scss | |
+13 −0 | components/spam-add-config/init.php | |
+81 −0 | components/spam-add-config/script.js | |
+52 −0 | components/spam-add-config/template.php | |
+8 −0 | components/spam-add-config/texts.php | |
+2 −3 | components/spam-warning/script.js | |
+22 −6 | components/spam-warning/template.php | |
+48 −0 | files/terms-config.txt | |
+18 −0 | layouts/parts/configuration-menu.php | |
+3 −0 | mix-manifest.json | |
+17 −0 | package.json |