chore: update repository url

This commit is contained in:
grandeljay 2023-11-24 18:44:24 +01:00
parent 0b87dc3cac
commit 02b976a5d0
4 changed files with 27 additions and 27 deletions

View file

@ -683,7 +683,7 @@ class Page
<div class="ui inverted link list"> <div class="ui inverted link list">
<a class="item" <a class="item"
href="https://github.com/grandeljay/wishthis" href="https://github.com/wishthis/wishthis"
target="_blank" target="_blank"
title="<?= __('GitHub') ?>" title="<?= __('GitHub') ?>"
> >

View file

@ -45,7 +45,7 @@ $page->navigation();
/** TRANSLATORS: %s: discussions */ /** TRANSLATORS: %s: discussions */
__('If you would like to give feedback regarding the roadmap, please refer to the %s on GitHub, or chat on Matrix or Discord.'), __('If you would like to give feedback regarding the roadmap, please refer to the %s on GitHub, or chat on Matrix or Discord.'),
sprintf( sprintf(
'<a href="https://github.com/grandeljay/wishthis/discussions" target="_blank">%s</a>', '<a href="https://github.com/wishthis/wishthis/discussions" target="_blank">%s</a>',
__('discussions') __('discussions')
) )
); );
@ -57,21 +57,21 @@ $page->navigation();
/** TRANSLATORS: Changelog: Roadmap */ /** TRANSLATORS: Changelog: Roadmap */
echo __('Allow customising priority colours'); echo __('Allow customising priority colours');
?> ?>
<a href="https://github.com/grandeljay/wishthis/issues/34" target="_blank">#34</a> <a href="https://github.com/wishthis/wishthis/issues/34" target="_blank">#34</a>
</li> </li>
<li> <li>
<?php <?php
/** TRANSLATORS: Changelog: Roadmap */ /** TRANSLATORS: Changelog: Roadmap */
echo __('Filter by price'); echo __('Filter by price');
?> ?>
<a href="https://github.com/grandeljay/wishthis/issues/43" target="_blank">#43</a> <a href="https://github.com/wishthis/wishthis/issues/43" target="_blank">#43</a>
</li> </li>
<li> <li>
<?php <?php
/** TRANSLATORS: Changelog: Roadmap */ /** TRANSLATORS: Changelog: Roadmap */
echo __('Bookmarklets'); echo __('Bookmarklets');
?> ?>
<a href="https://github.com/grandeljay/wishthis/issues/49" target="_blank">#49</a> <a href="https://github.com/wishthis/wishthis/issues/49" target="_blank">#49</a>
</li> </li>
<li> <li>
<?php <?php
@ -103,7 +103,7 @@ $page->navigation();
/** TRANSLATORS: Changelog: Fixed */ /** TRANSLATORS: Changelog: Fixed */
echo __('Logging into non existent user'); echo __('Logging into non existent user');
?> ?>
<a href="https://github.com/grandeljay/wishthis/issues/184" target="_blank">#184</a> <a href="https://github.com/wishthis/wishthis/issues/184" target="_blank">#184</a>
</li> </li>
</ul> </ul>
</div> </div>
@ -124,21 +124,21 @@ $page->navigation();
/** TRANSLATORS: Changelog: Fixed */ /** TRANSLATORS: Changelog: Fixed */
echo __('Shared wishlist not accessible'); echo __('Shared wishlist not accessible');
?> ?>
<a href="https://github.com/grandeljay/wishthis/issues/179" target="_blank">#179</a> <a href="https://github.com/wishthis/wishthis/issues/179" target="_blank">#179</a>
</li> </li>
<li> <li>
<?php <?php
/** TRANSLATORS: Changelog: Fixed */ /** TRANSLATORS: Changelog: Fixed */
echo __('Accessing wishlist without permission'); echo __('Accessing wishlist without permission');
?> ?>
<a href="https://github.com/grandeljay/wishthis/issues/177" target="_blank">#177</a> <a href="https://github.com/wishthis/wishthis/issues/177" target="_blank">#177</a>
</li> </li>
<li> <li>
<?php <?php
/** TRANSLATORS: Changelog: Fixed */ /** TRANSLATORS: Changelog: Fixed */
echo __('Password reset not working'); echo __('Password reset not working');
?> ?>
<a href="https://github.com/grandeljay/wishthis/issues/175" target="_blank">#175</a> <a href="https://github.com/wishthis/wishthis/issues/175" target="_blank">#175</a>
</li> </li>
</ul> </ul>
</div> </div>
@ -160,21 +160,21 @@ $page->navigation();
/** TRANSLATORS: Changelog: Added */ /** TRANSLATORS: Changelog: Added */
echo __('Configuration flag to disable plausible.io calls'); echo __('Configuration flag to disable plausible.io calls');
?> ?>
<a href="https://github.com/grandeljay/wishthis/issues/64" target="_blank">#64</a> <a href="https://github.com/wishthis/wishthis/issues/64" target="_blank">#64</a>
</li> </li>
<li> <li>
<?php <?php
/** TRANSLATORS: Changelog: Added */ /** TRANSLATORS: Changelog: Added */
echo __('Add account delete option'); echo __('Add account delete option');
?> ?>
<a href="https://github.com/grandeljay/wishthis/issues/69" target="_blank">#69</a> <a href="https://github.com/wishthis/wishthis/issues/69" target="_blank">#69</a>
</li> </li>
<li> <li>
<?php <?php
/** TRANSLATORS: Changelog: Added */ /** TRANSLATORS: Changelog: Added */
echo __('Configuration flag to disable user registrations'); echo __('Configuration flag to disable user registrations');
?> ?>
<a href="https://github.com/grandeljay/wishthis/issues/70" target="_blank">#70</a> <a href="https://github.com/wishthis/wishthis/issues/70" target="_blank">#70</a>
</li> </li>
<li> <li>
<?php <?php
@ -203,35 +203,35 @@ $page->navigation();
/** TRANSLATORS: Changelog: Fixed */ /** TRANSLATORS: Changelog: Fixed */
echo __('Wish price field not being set'); echo __('Wish price field not being set');
?> ?>
<a href="https://github.com/grandeljay/wishthis/issues/107" target="_blank">#107</a> <a href="https://github.com/wishthis/wishthis/issues/107" target="_blank">#107</a>
</li> </li>
<li> <li>
<?php <?php
/** TRANSLATORS: Changelog: Fixed */ /** TRANSLATORS: Changelog: Fixed */
echo __('RewriteRules which caused HTTP 404 errors'); echo __('RewriteRules which caused HTTP 404 errors');
?> ?>
<a href="https://github.com/grandeljay/wishthis/issues/93" target="_blank">#93</a> <a href="https://github.com/wishthis/wishthis/issues/93" target="_blank">#93</a>
</li> </li>
<li> <li>
<?php <?php
/** TRANSLATORS: Changelog: Fixed */ /** TRANSLATORS: Changelog: Fixed */
echo __('Switching to wish "product" tab breaks view'); echo __('Switching to wish "product" tab breaks view');
?> ?>
<a href="https://github.com/grandeljay/wishthis/issues/83" target="_blank">#83</a> <a href="https://github.com/wishthis/wishthis/issues/83" target="_blank">#83</a>
</li> </li>
<li> <li>
<?php <?php
/** TRANSLATORS: Changelog: Fixed */ /** TRANSLATORS: Changelog: Fixed */
echo __('Special characters not being displayed properly'); echo __('Special characters not being displayed properly');
?> ?>
<a href="https://github.com/grandeljay/wishthis/issues/80" target="_blank">#80</a> <a href="https://github.com/wishthis/wishthis/issues/80" target="_blank">#80</a>
</li> </li>
<li> <li>
<?php <?php
/** TRANSLATORS: Changelog: Fixed */ /** TRANSLATORS: Changelog: Fixed */
echo __('A fatal error when the CHANNELS constant is removed from the config'); echo __('A fatal error when the CHANNELS constant is removed from the config');
?> ?>
<a href="https://github.com/grandeljay/wishthis/issues/74" target="_blank">#74</a> <a href="https://github.com/wishthis/wishthis/issues/74" target="_blank">#74</a>
</li> </li>
<li> <li>
<?php <?php
@ -276,7 +276,7 @@ $page->navigation();
/** TRANSLATORS: Changelog: Added */ /** TRANSLATORS: Changelog: Added */
echo __('Option to set currency'); echo __('Option to set currency');
?> ?>
<a href="https://github.com/grandeljay/wishthis/issues/43" target="_blank">#43</a> <a href="https://github.com/wishthis/wishthis/issues/43" target="_blank">#43</a>
</li> </li>
<li> <li>
<?php <?php
@ -331,14 +331,14 @@ $page->navigation();
/** TRANSLATORS: Changelog: Fixed */ /** TRANSLATORS: Changelog: Fixed */
echo __('Temporary fulfilled wish does not become available again after 30 minutes, except when viewing as the owner of the list.'); echo __('Temporary fulfilled wish does not become available again after 30 minutes, except when viewing as the owner of the list.');
?> ?>
<a href="https://github.com/grandeljay/wishthis/issues/71" target="_blank">#71</a> <a href="https://github.com/wishthis/wishthis/issues/71" target="_blank">#71</a>
</li> </li>
<li> <li>
<?php <?php
/** TRANSLATORS: Changelog: Fixed */ /** TRANSLATORS: Changelog: Fixed */
echo __('Fix various wish UI bugs'); echo __('Fix various wish UI bugs');
?> ?>
<a href="https://github.com/grandeljay/wishthis/issues/48" target="_blank">#48</a> <a href="https://github.com/wishthis/wishthis/issues/48" target="_blank">#48</a>
</li> </li>
<li> <li>
<?php <?php
@ -371,7 +371,7 @@ $page->navigation();
/** TRANSLATORS: Changelog: Fixed */ /** TRANSLATORS: Changelog: Fixed */
echo __('Fix fulfilled wishes disappearing for wishlist owner'); echo __('Fix fulfilled wishes disappearing for wishlist owner');
?> ?>
<a href="https://github.com/grandeljay/wishthis/issues/58" target="_blank">#58</a> <a href="https://github.com/wishthis/wishthis/issues/58" target="_blank">#58</a>
</li> </li>
</ul> </ul>
</div> </div>
@ -412,7 +412,7 @@ $page->navigation();
/** TRANSLATORS: Changelog: Improved */ /** TRANSLATORS: Changelog: Improved */
echo __('MJML settings page'); echo __('MJML settings page');
?> ?>
<a href="https://github.com/grandeljay/wishthis/issues/47" target="_blank">#47</a> <a href="https://github.com/wishthis/wishthis/issues/47" target="_blank">#47</a>
</li> </li>
<li> <li>
<?php <?php
@ -447,21 +447,21 @@ $page->navigation();
/** TRANSLATORS: Changelog: Fixed */ /** TRANSLATORS: Changelog: Fixed */
echo __('Label on top of dropdown menu'); echo __('Label on top of dropdown menu');
?> ?>
<a href="https://github.com/grandeljay/wishthis/issues/44" target="_blank">#44</a> <a href="https://github.com/wishthis/wishthis/issues/44" target="_blank">#44</a>
</li> </li>
<li> <li>
<?php <?php
/** TRANSLATORS: Changelog: Fixed */ /** TRANSLATORS: Changelog: Fixed */
echo __('Encoding issue in wish description'); echo __('Encoding issue in wish description');
?> ?>
<a href="https://github.com/grandeljay/wishthis/issues/45" target="_blank">#45</a> <a href="https://github.com/wishthis/wishthis/issues/45" target="_blank">#45</a>
</li> </li>
<li> <li>
<?php <?php
/** TRANSLATORS: Changelog: Fixed */ /** TRANSLATORS: Changelog: Fixed */
echo __('Caching issue with the blog'); echo __('Caching issue with the blog');
?> ?>
<a href="https://github.com/grandeljay/wishthis/issues/46" target="_blank">#46</a> <a href="https://github.com/wishthis/wishthis/issues/46" target="_blank">#46</a>
</li> </li>
<li> <li>
<?php <?php

View file

@ -101,7 +101,7 @@ $user = User::getCurrent();
<p><?= sprintf( <p><?= sprintf(
__('wishthis is free and open source software. With free I don\'t just mean, you don\'t have to pay money to use it, but you are also not paying with your personal information and behaviour. Not only can anybody %sview and verify its code%s, I also encourage you to do so.'), __('wishthis is free and open source software. With free I don\'t just mean, you don\'t have to pay money to use it, but you are also not paying with your personal information and behaviour. Not only can anybody %sview and verify its code%s, I also encourage you to do so.'),
'<a href="https://github.com/grandeljay/wishthis" title="wishthis source code" target="_blank">', '<a href="https://github.com/wishthis/wishthis" title="wishthis source code" target="_blank">',
'</a>' '</a>'
) ?></p> ) ?></p>

View file

@ -307,7 +307,7 @@ $page->navigation();
sprintf( sprintf(
/** TRANSLATORS: %s: source code */ /** TRANSLATORS: %s: source code */
__('Trust is a two way street and wishthis aims to be a transparent, trustworthy product, which is why the wishthis %s is publicly viewable.'), __('Trust is a two way street and wishthis aims to be a transparent, trustworthy product, which is why the wishthis %s is publicly viewable.'),
'<a href="https://github.com/grandeljay/wishthis" target="_blank">' . __('source code') . '</a>' '<a href="https://github.com/wishthis/wishthis" target="_blank">' . __('source code') . '</a>'
) )
?> ?>
</p> </p>