Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
ai-mu-plugins
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Noblogs
ai-mu-plugins
Commits
e959e9d0
Commit
e959e9d0
authored
3 years ago
by
lucha
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of git.autistici.org:lucha/ai-mu-plugins
parents
d3c5fcb7
52441dfe
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
.gitlab-ci.yml
+1
-0
1 addition, 0 deletions
.gitlab-ci.yml
README.md
+1
-0
1 addition, 0 deletions
README.md
blog_defaults.php
+1471
-0
1471 additions, 0 deletions
blog_defaults.php
composer.json
+1
-1
1 addition, 1 deletion
composer.json
composer.lock
+14
-3
14 additions, 3 deletions
composer.lock
with
1488 additions
and
4 deletions
.gitlab-ci.yml
0 → 100644
+
1
−
0
View file @
e959e9d0
include
:
"
https://git.autistici.org/noblogs/composer-publish/raw/master/common.yml"
\ No newline at end of file
This diff is collapsed.
Click to expand it.
README.md
+
1
−
0
View file @
e959e9d0
...
...
@@ -12,5 +12,6 @@ Different must-use plugins for Wordpress we use on noblogs.org
-
mixcloud.com
*
```send-smtp-email.php```
: sends mail via SMTP server instead than using PHP
```mail()```
*
```remove-password-change-notification.php```
: do not send emails to Admins when users change passwords
*
```blog_defaults.php```
: copy of
[
wpmu-new-blog-defaults
](
https://github.com/WPPlugins/wpmu-new-blog-defaults
)
, an abandoned plugin we still use
Ideally, these should each be individually packaged and put in an indepedent repo. In practice we won’t bother for the time being.
This diff is collapsed.
Click to expand it.
blog_defaults.php
0 → 100644
+
1471
−
0
View file @
e959e9d0
This diff is collapsed.
Click to expand it.
composer.json
+
1
−
1
View file @
e959e9d0
{
"name"
:
"
lucha
/ai-mu-plugins"
,
"name"
:
"
noblogs
/ai-mu-plugins"
,
"description"
:
"must-use plugins for Noblogs"
,
"type"
:
"wordpress-muplugin"
,
"require"
:
{
...
...
This diff is collapsed.
Click to expand it.
composer.lock
+
14
−
3
View file @
e959e9d0
{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#
composer-lock-the-lock-file
",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#
installing-dependencies
",
"This file is @generated automatically"
],
"content-hash": "
be90d443cbd9fa78958fde2b3f4adae3
",
"content-hash": "
cc18b81ed8f5f17caa40edd74b135870
",
"packages": [
{
"name": "composer/installers",
...
...
@@ -131,6 +131,16 @@
"zend",
"zikula"
],
"funding": [
{
"url": "https://packagist.com",
"type": "custom"
},
{
"url": "https://tidelift.com/funding/github/packagist/composer/composer",
"type": "tidelift"
}
],
"time": "2020-04-07T06:57:05+00:00"
}
],
...
...
@@ -141,5 +151,6 @@
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": []
"platform-dev": [],
"plugin-api-version": "1.1.0"
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment