|
From: <var...@us...> - 2020-12-18 15:29:10
|
Revision: 10184
http://sourceforge.net/p/phpwiki/code/10184
Author: vargenau
Date: 2020-12-18 15:29:04 +0000 (Fri, 18 Dec 2020)
Log Message:
-----------
http://grazr.com is dead
Modified Paths:
--------------
trunk/lib/plugin/RecentChanges.php
Removed Paths:
-------------
trunk/themes/default/buttons/grazr-it.png
trunk/themes/default/buttons/grazr.png
Modified: trunk/lib/plugin/RecentChanges.php
===================================================================
--- trunk/lib/plugin/RecentChanges.php 2020-12-16 17:00:49 UTC (rev 10183)
+++ trunk/lib/plugin/RecentChanges.php 2020-12-18 15:29:04 UTC (rev 10184)
@@ -296,28 +296,6 @@
return DEBUG ? $this->format_icon("rdf", $args) : '';
}
- function rdfs_icon($args = array())
- {
- return DEBUG ? $this->format_icon("rdfs", $args) : '';
- }
-
- function owl_icon($args = array())
- {
- return DEBUG ? $this->format_icon("owl", $args) : '';
- }
-
- function grazr_icon($args = array())
- {
- global $request, $WikiTheme;
- if (is_localhost()) return '';
- if (SERVER_PROTOCOL == "https") return '';
- $our_url = WikiURL($request->getArg('pagename'),
- array_merge(array('action' => $this->action, 'format' => 'rss2'), $args),
- true);
- $rss_url = 'http://grazr.com/gzpanel.html?' . $our_url;
- return $WikiTheme->makeButton("grazr", $rss_url, 'rssicon');
- }
-
function pre_description()
{
extract($this->_args);
@@ -421,9 +399,6 @@
$this->rss2_icon(),
$this->atom_icon(),
$this->rdf_icon(),
- /*$this->rdfs_icon(),
- $this->owl_icon(),*/
- $this->grazr_icon(),
$this->sidebar_link());
}
@@ -585,7 +560,6 @@
$this->rss2_icon($author_args),
$this->atom_icon($author_args),
$this->rdf_icon($author_args),
- $this->grazr_icon($author_args));
}
function format($changes)
Deleted: trunk/themes/default/buttons/grazr-it.png
===================================================================
(Binary files differ)
Deleted: trunk/themes/default/buttons/grazr.png
===================================================================
(Binary files differ)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|