docs: fix and update links (#1714)
This commit is contained in:
parent
be25dea447
commit
331df277b4
52 changed files with 235 additions and 212 deletions
|
@ -62,7 +62,7 @@ $result = $r1 && $r2;
|
|||
<p>
|
||||
Take a look at the checklist below for possible solutions. If you're tried the suggestions and are
|
||||
still experiencing issues, read the
|
||||
<a href="https://github.com/LibreTime/libretime/releases">release notes</a>,
|
||||
<a href="https://github.com/libretime/libretime/releases">release notes</a>,
|
||||
come <a href="https://discourse.libretime.org/">visit our discourse</a>
|
||||
or, check <a href="http://www.libretime.org/">the website and main docs</a>.
|
||||
</p>
|
||||
|
|
|
@ -43,15 +43,15 @@ define('SUPPORT_ADDRESS', 'https://discourse.libretime.org/');
|
|||
|
||||
define('HELP_URL', 'https://discourse.libretime.org/');
|
||||
define('WHOS_USING_URL', 'https://github.com/orgs/LibreTime/people');
|
||||
define('TERMS_AND_CONDITIONS_URL', 'https://github.com/LibreTime/libretime/blob/main/README.md');
|
||||
define('TERMS_AND_CONDITIONS_URL', 'https://github.com/libretime/libretime/blob/main/README.md');
|
||||
define('PRIVACY_POLICY_URL', 'https://github.com/LibreTime/code-of-conduct/blob/main/CODE_OF_CONDUCT.md');
|
||||
define('USER_MANUAL_URL', 'http://libretime.org/docs');
|
||||
define('ABOUT_AIRTIME_URL', 'http://libretime.org');
|
||||
define('LIBRETIME_CONTRIBUTE_URL', 'https://libretime.org/contribute');
|
||||
define('LIBRETIME_DISCOURSE_URL', 'https://discourse.libretime.org');
|
||||
define('UI_REVAMP_EMBED_URL', 'https://www.youtube.com/embed/nqpNnCKGluY');
|
||||
define('LIBRETIME_WHATS_NEW_URL', 'https://github.com/LibreTime/libretime/releases');
|
||||
define('LIBRETIME_UPDATE_FEED', 'https://github.com/LibreTime/libretime/releases.atom');
|
||||
define('LIBRETIME_WHATS_NEW_URL', 'https://github.com/libretime/libretime/releases');
|
||||
define('LIBRETIME_UPDATE_FEED', 'https://github.com/libretime/libretime/releases.atom');
|
||||
define('LIBRETIME_EMAIL_FROM', 'noreply@libretime.org');
|
||||
|
||||
define('LICENSE_VERSION', 'GNU AGPL v.3');
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
*/
|
||||
$pages = [];
|
||||
// Disable My podcasts
|
||||
// See https://github.com/LibreTime/libretime/issues/1320
|
||||
// See https://github.com/libretime/libretime/issues/1320
|
||||
// $pages[] = array(
|
||||
// 'label' => _('My Podcast'),
|
||||
// 'module' => 'default',
|
||||
|
|
|
@ -118,7 +118,7 @@ class LibraryController extends Zend_Controller_Action
|
|||
$menu['del'] = ['name' => _('Delete'), 'icon' => 'delete', 'url' => $baseUrl . 'library/delete'];
|
||||
$menu['edit'] = ['name' => _('Edit...'), 'icon' => 'edit', 'url' => $baseUrl . "library/edit-file-md/id/{$id}"];
|
||||
// Disable My podcasts
|
||||
// See https://github.com/LibreTime/libretime/issues/1320
|
||||
// See https://github.com/libretime/libretime/issues/1320
|
||||
// $menu["publish"] = array("name"=> _("Publish..."), "url" => $baseUrl."library/publish/id/{$id}");
|
||||
}
|
||||
|
||||
|
|
|
@ -129,7 +129,7 @@ class Rest_MediaController extends Zend_Rest_Controller
|
|||
// we need to specify an explicit adapter since autodetection broke in php 7.2
|
||||
$upload = new Zend_File_Transfer('Http');
|
||||
// this error should not really get hit, letting the user know if it does is nice for debugging
|
||||
// see: https://github.com/LibreTime/libretime/issues/3#issuecomment-281143417
|
||||
// see: https://github.com/libretime/libretime/issues/3#issuecomment-281143417
|
||||
if (!$upload->isValid('file')) {
|
||||
throw new Exception('invalid file uploaded');
|
||||
}
|
||||
|
|
|
@ -594,7 +594,7 @@ class AirtimeUpgrader300alpha6 extends AirtimeUpgrader
|
|||
/**
|
||||
* Class AirtimeUpgrader300alpha7.
|
||||
*
|
||||
* GH-#636 - https://github.com/LibreTime/libretime/pull/636 - Change dynamic smartblock to be default smartblock type
|
||||
* GH-#636 - https://github.com/libretime/libretime/pull/636 - Change dynamic smartblock to be default smartblock type
|
||||
*/
|
||||
class AirtimeUpgrader300alpha7 extends AirtimeUpgrader
|
||||
{
|
||||
|
@ -614,7 +614,7 @@ class AirtimeUpgrader300alpha7 extends AirtimeUpgrader
|
|||
/**
|
||||
* Class AirtimeUpgrader300alpha7-1.
|
||||
*
|
||||
* GH-#659 - https://github.com/LibreTime/libretime/pull/659/ - Add description and title to podcast episodes database table
|
||||
* GH-#659 - https://github.com/libretime/libretime/pull/659/ - Add description and title to podcast episodes database table
|
||||
*/
|
||||
class AirtimeUpgrader300alpha7_1 extends AirtimeUpgrader
|
||||
{
|
||||
|
@ -634,7 +634,7 @@ class AirtimeUpgrader300alpha7_1 extends AirtimeUpgrader
|
|||
/**
|
||||
* Class AirtimeUpgrader300alpha7-2.
|
||||
*
|
||||
* GH-#704 - https://github.com/LibreTime/libretime/pull/704/ - Add criteria group to smartblock table to enable database to store separately
|
||||
* GH-#704 - https://github.com/libretime/libretime/pull/704/ - Add criteria group to smartblock table to enable database to store separately
|
||||
*/
|
||||
class AirtimeUpgrader300alpha7_2 extends AirtimeUpgrader
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue