diff options
| author | lsces <lester@lsces.co.uk> | 2026-04-06 15:22:31 +0100 |
|---|---|---|
| committer | lsces <lester@lsces.co.uk> | 2026-04-06 15:22:31 +0100 |
| commit | 1abcf18a376a1d5debb2350dbf79ea61fb368014 (patch) | |
| tree | 9c440bdcd3f1e4cd90e97a128256aa991611c23b | |
| parent | df1fdc5fc2f777b8d9b54107fa0ab4555a630698 (diff) | |
| download | liberty-1abcf18a376a1d5debb2350dbf79ea61fb368014.tar.gz liberty-1abcf18a376a1d5debb2350dbf79ea61fb368014.tar.bz2 liberty-1abcf18a376a1d5debb2350dbf79ea61fb368014.zip | |
Tidying links to bitweaver.org to avoid redirect from http
| -rwxr-xr-x | includes/classes/LibertyComment.php | 2 | ||||
| -rwxr-xr-x | plugins/data.object.php | 2 | ||||
| -rwxr-xr-x | plugins/filter.htmlpurifier.php | 2 | ||||
| -rwxr-xr-x | templates/admin_plugins.tpl | 2 | ||||
| -rwxr-xr-x | templates/edit_help_inc.tpl | 2 | ||||
| -rwxr-xr-x[-rw-r--r--] | templates/mime/audio/admin.tpl | 2 | ||||
| -rwxr-xr-x[-rw-r--r--] | templates/mime/video/admin.tpl | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/includes/classes/LibertyComment.php b/includes/classes/LibertyComment.php index c07f75e..c0d7060 100755 --- a/includes/classes/LibertyComment.php +++ b/includes/classes/LibertyComment.php @@ -34,7 +34,7 @@ class LibertyComment extends LibertyMime { 'handler_class' => 'LibertyComment', 'handler_package' => 'liberty', 'handler_file' => 'LibertyComment.php', - 'maintainer_url' => 'http://www.bitweaver.org', + 'maintainer_url' => 'https://www.bitweaver.org', ] ); $this->mCommentId = (int)$pCommentId; $this->mContentId = (int)$pContentId; diff --git a/plugins/data.object.php b/plugins/data.object.php index 3650f53..642314a 100755 --- a/plugins/data.object.php +++ b/plugins/data.object.php @@ -145,7 +145,7 @@ function data_object_help() { .'</table>' . KernelTools::tra("Example: ") . "{OBJECT type=flash src=../liberty/icons/Mind-Reader.swf}<br />" - . KernelTools::tra("Example: ") . "{OBJECT type=flash src=http://www.bitweaver.org/liberty/icons/Mind-Reader.swf width='100%' height='600' quality='high'}<br />" + . KernelTools::tra("Example: ") . "{OBJECT type=flash src=https://www.bitweaver.org/liberty/icons/Mind-Reader.swf width='100%' height='600' quality='high'}<br />" . KernelTools::tra('Both of these examples display "The Flash Mind Reader" by Andy Naughton. The first example is on your site and is not very large. The second example is located on the bitweaver.org site and takes the width of the center column with an appropriate height.'); return $help; } diff --git a/plugins/filter.htmlpurifier.php b/plugins/filter.htmlpurifier.php index 73febeb..bfbfaa6 100755 --- a/plugins/filter.htmlpurifier.php +++ b/plugins/filter.htmlpurifier.php @@ -62,7 +62,7 @@ function htmlpure_filter( &$pString, &$pFilterHash, $pObject ) { $config = htmlpure_getDefaultConfig( $htmlp_version, $pObject ); - // As suggested here: http://www.bitweaver.org/forums/index.php?t=8554 + // As suggested here: https://www.bitweaver.org/forums/index.php?t=8554 $gHtmlPurifier = new \HTMLPurifier($config); // how plugins are registered changed in v3.1 diff --git a/templates/admin_plugins.tpl b/templates/admin_plugins.tpl index eb84555..372c314 100755 --- a/templates/admin_plugins.tpl +++ b/templates/admin_plugins.tpl @@ -27,7 +27,7 @@ <dt> <div class="pull-right actionicon"> {if !empty( $plugin.help_page )} - {jspopup href="http://www.bitweaver.org/wiki/`$plugin.help_page`" ibiticon="icons/dialog-information" title=$plugin.help_page class="external"} + {jspopup href="https://www.bitweaver.org/wiki/`$plugin.help_page`" ibiticon="icons/dialog-information" title=$plugin.help_page class="external"} {/if} {if !empty( $plugin.plugin_settings_url )} <a href="{$plugin.plugin_settings_url}">{booticon iname="fa-pen-to-square" iexplain="Plugin Settings"}</a> diff --git a/templates/edit_help_inc.tpl b/templates/edit_help_inc.tpl index fb61224..0364c99 100755 --- a/templates/edit_help_inc.tpl +++ b/templates/edit_help_inc.tpl @@ -4,7 +4,7 @@ <h4>{tr}Syntax and input format help{/tr}</h4> {foreach from=$formatplugins item=p} <h5>{if !empty($p.format_help)}<a href="#{$p.plugin_guid}">{/if}{$p.edit_label} Help{if !empty($p.format_help)}</a>{/if}</h5> - {$p.description} {if $p.help_page}{tr}To view syntax help, please visit {jspopup href="http://www.bitweaver.org/wiki/index.php?page=`$p.help_page`" title=$p.help_page class=external}.{/tr}{/if} + {$p.description} {if $p.help_page}{tr}To view syntax help, please visit {jspopup href="https://www.bitweaver.org/wiki/index.php?page=`$p.help_page`" title=$p.help_page class=external}.{/tr}{/if} {/foreach} {foreach from=$formatplugins item=p} diff --git a/templates/mime/audio/admin.tpl b/templates/mime/audio/admin.tpl index 4d903c2..d97ab6d 100644..100755 --- a/templates/mime/audio/admin.tpl +++ b/templates/mime/audio/admin.tpl @@ -7,7 +7,7 @@ <div class="body"> {form legend="Flashvideo specific settings"} <p class="formhelp"> - You can find some information relating to this plugin on the <a class="external" href="http://www.bitweaver.org/wiki/LibertyMime+Flv+Plugin">LibertyMime Flv Plugin page</a> at bitweaver.org. + You can find some information relating to this plugin on the <a class="external" href="https://www.bitweaver.org/wiki/LibertyMime+Flv+Plugin">LibertyMime Flv Plugin page</a> at bitweaver.org. </p> {if !$gLibertySystem->isPluginActive( 'mimeaudio' )} diff --git a/templates/mime/video/admin.tpl b/templates/mime/video/admin.tpl index 4a1f04d..1300a5a 100644..100755 --- a/templates/mime/video/admin.tpl +++ b/templates/mime/video/admin.tpl @@ -7,7 +7,7 @@ <div class="body"> {form legend="Flashvideo specific settings"} <p class="formhelp"> - You can find some information relating to this plugin on the <a class="external" href="http://www.bitweaver.org/wiki/LibertyMime+Flv+Plugin">LibertyMime Flv Plugin page</a> at bitweaver.org. + You can find some information relating to this plugin on the <a class="external" href="https://www.bitweaver.org/wiki/LibertyMime+Flv+Plugin">LibertyMime Flv Plugin page</a> at bitweaver.org. </p> {if $ffmpeg_extension} |
