Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • noblogs/noblogs-composer
1 result
Show changes
Commits on Source (11)
......@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "e902c8dd4ce2cc778d1744c457cb01e3",
"content-hash": "f13776cacba0bfc090322845cb86faab",
"packages": [
{
"name": "bjornjohansen/wplang",
......@@ -498,16 +498,16 @@
},
{
"name": "noblogs/ai-mu-plugins",
"version": "0.4.2",
"version": "0.4.3",
"source": {
"type": "git",
"url": "https://git.autistici.org/noblogs/ai-mu-plugins.git",
"reference": "ffcd137d92be698d33e13bafb73ecacce7e634ed"
"reference": "9c6d72647a8bca47df5c80405a704e82e81a3603"
},
"dist": {
"type": "zip",
"url": "https://git.autistici.org/api/v4/projects/452/packages/composer/archives/noblogs/ai-mu-plugins.zip?sha=ffcd137d92be698d33e13bafb73ecacce7e634ed",
"reference": "ffcd137d92be698d33e13bafb73ecacce7e634ed",
"url": "https://git.autistici.org/api/v4/projects/452/packages/composer/archives/noblogs/ai-mu-plugins.zip?sha=9c6d72647a8bca47df5c80405a704e82e81a3603",
"reference": "9c6d72647a8bca47df5c80405a704e82e81a3603",
"shasum": ""
},
"require": {
......
......@@ -56,7 +56,6 @@
"Theme footer": "patches/themes/0071-Patch-theme-inove.patch"
},
"wpackagist-theme/minimalism": {
"Theme footer": "patches/themes/0072-Patch-theme-minimalism.patch",
"Theme footer": "patches/themes/themes-minimalism.patch"
},
"wpackagist-theme/mnml": {
......
......@@ -48,3 +48,6 @@ SecRuleRemoveByID 932120
# US-ASCII malformed encoding (Tomcat), fires on Russian posts
SecRuleRemoveByID 941310
# PostgreSQL connection errors.
SecRuleRemoveByID 951240
From 9f20442cc2561bd07de0f24018c3d3a2594704f1 Mon Sep 17 00:00:00 2001
From: root <root@rivolta.investici.org>
Date: Tue, 7 Dec 2010 14:47:41 +0000
Subject: [PATCH 072/229] Patch theme minimalism
---
wp-content/themes/minimalism/footer.php | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/wp-content/themes/minimalism/footer.php b/wp-content/themes/minimalism/footer.php
index a7f191a7..24ea872d 100644
--- a/wp-content/themes/minimalism/footer.php
+++ b/wp-content/themes/minimalism/footer.php
@@ -4,7 +4,7 @@
<!-- If you'd like to support WordPress, having the "powered by" link somewhere on your blog is the best way; it's our only promotion or advertising. -->
<p>
<?php printf(__('%1$s powered by %2$s', 'minimalism'), get_bloginfo('name'),
- '<a href="http://wordpress.org/">WordPress</a>'); ?> | <a href="http://www.genaehr.com/minimalism/">minimalism</a> by <a href="http://www.genaehr.com/">www.genaehr.com</a>
+ '<a href="http://autistici.org/">R*</a>'); ?> | <a href="http://www.genaehr.com/minimalism/">minimalism</a> by <a href="http://www.genaehr.com/">www.genaehr.com</a>
<br /><?php printf(__('%1$s and %2$s.', 'minimalism'), '<a href="' . get_bloginfo('rss2_url') . '">' . __('Entries (RSS)', 'minimalism') . '</a>', '<a href="' . get_bloginfo('comments_rss2_url') . '">' . __('Comments (RSS)', 'minimalism') . '</a>'); ?>
<!-- <?php printf(__('%d queries. %s seconds.', 'minimalism'), get_num_queries(), timer_stop(0, 3)); ?> -->
</p>
@@ -16,4 +16,3 @@
<?php wp_footer(); ?>
</body>
--
2.17.1