]> git.mxchange.org Git - friendica.git/commitdiff
Update references to the friendica/friendica stable branch
authorHypolite Petovan <hypolite@mrpetovan.com>
Mon, 15 Jun 2020 17:47:23 +0000 (13:47 -0400)
committerHypolite Petovan <hypolite@mrpetovan.com>
Tue, 30 Jun 2020 19:25:16 +0000 (15:25 -0400)
20 files changed:
doc/BBCode.md
doc/Github.md
doc/Install.md
doc/Message-Flow.md
doc/Update.md
doc/de/BBCode.md
doc/de/Install.md
doc/de/Message-Flow.md
doc/themes.md
doc/translations.md
mod/dfrn_confirm.php
mod/dfrn_notify.php
mod/dfrn_request.php
mods/.drone.yml
src/Core/Installer.php
src/Module/Admin/Site.php
src/Module/Admin/Summary.php
src/Module/BaseAdmin.php
src/Worker/CheckVersion.php
view/theme/frio/README.md

index 08c43636f88ccd1ce66cc37f7ae8f94b26e8a83e..47e45b7aca8a6c7dbc76b02b6d9e26e301c62e72 100644 (file)
@@ -65,17 +65,17 @@ table.bbcodes > * > tr > th {
   <td><a href="http://friendi.ca" target="external-link">Friendica</a></td>
 </tr>
 <tr>
-  <td>[img]https://raw.githubusercontent.com/friendica/friendica/master/images/friendica-32.jpg[/img]</td>
-  <td><img src="https://raw.githubusercontent.com/friendica/friendica/master/images/friendica-32.jpg" alt="Immagine/foto"></td>
+  <td>[img]https://raw.githubusercontent.com/friendica/friendica/stable/images/friendica-32.jpg[/img]</td>
+  <td><img src="https://raw.githubusercontent.com/friendica/friendica/stable/images/friendica-32.jpg" alt="Immagine/foto"></td>
 </tr>
 <tr>
-  <td>[img=https://raw.githubusercontent.com/friendica/friendica/master/images/friendica-32.jpg]The Friendica Logo[/img]</td>
-  <td><img src="https://raw.githubusercontent.com/friendica/friendica/master/images/friendica-32.jpg" alt="The Friendica Logo"></td>
+  <td>[img=https://raw.githubusercontent.com/friendica/friendica/stable/images/friendica-32.jpg]The Friendica Logo[/img]</td>
+  <td><img src="https://raw.githubusercontent.com/friendica/friendica/stable/images/friendica-32.jpg" alt="The Friendica Logo"></td>
 </tr>
 <tr>
-  <td>[img=64x32]https://raw.githubusercontent.com/friendica/friendica/master/images/friendica-32.jpg[/img]<br>
+  <td>[img=64x32]https://raw.githubusercontent.com/friendica/friendica/stable/images/friendica-32.jpg[/img]<br>
 <br>Note: provided height is simply discarded.</td>
-  <td><img src="https://raw.githubusercontent.com/friendica/friendica/master/images/friendica-32.jpg" style="width: 64px;"></td>
+  <td><img src="https://raw.githubusercontent.com/friendica/friendica/stable/images/friendica-32.jpg" style="width: 64px;"></td>
 </tr>
 <tr>
   <td>[size=xx-small]small text[/size]</td>
index ca467e525440d542717ea31712d2885dd5c40ff2..5fbc3788ee9695ac245f0978f5bbac31cb26748a 100644 (file)
@@ -22,7 +22,7 @@ Our Git Branches
 
 There are two relevant branches in the main repo on GitHub:
 
-1. master: This branch contains stable releases only.
+1. stable: This branch contains stable releases only.
 2. develop: This branch contains the latest code.
 This is what you want to work with.
 
@@ -43,7 +43,7 @@ Release branches
 A release branch is created when the develop branch contains all features it should have.
 A release branch is used for a few things.
 
-1. It allows last-minute bug fixing before the release goes to master branch.
+1. It allows last-minute bug fixing before the release goes to stable branch.
 2. It allows meta-data changes (README, CHANGELOG, etc.) for version bumps and documentation changes.
 3. It makes sure the develop branch can receive new features that are **not** part of this release.
 
index d0daa5f115c3b4b5850df4d46a7bed5552b5f326..3f2071401c3817ce0528812e10810b337ecccdd8 100644 (file)
@@ -72,7 +72,7 @@ This makes the software much easier to update.
 
 The Linux commands to clone the repository into a directory "mywebsite" would be
 
-    git clone https://github.com/friendica/friendica.git -b master mywebsite
+    git clone https://github.com/friendica/friendica.git -b stable mywebsite
     cd mywebsite
     bin/composer.phar install --no-dev
 
index 9692ae88cb1049b8c164e57d1e579f5ef6761242..69a10b2324236b54d7a13e29cc6c0f926dec6ba2 100644 (file)
@@ -4,7 +4,7 @@ Friendica Message Flow
 This page documents some of the details of how messages get from one person to another in the Friendica network.
 There are multiple paths, using multiple protocols and message formats.
 
-Those attempting to understand these message flows should become familiar with (at the minimum) the [DFRN protocol document](https://github.com/friendica/friendica/blob/master/spec/dfrn2.pdf) and the message passing elements of the OStatus stack (salmon and Pubsubhubbub).
+Those attempting to understand these message flows should become familiar with (at the minimum) the [DFRN protocol document](https://github.com/friendica/friendica/blob/stable/spec/dfrn2.pdf) and the message passing elements of the OStatus stack (salmon and Pubsubhubbub).
 
 Most message passing involves the file include/items.php, which has functions for several feed-related import/export activities. 
 
index 7f8a0fcae5bbf76051f1b446f1dc415ae6030e3d..c4fe16186380c011d539b895e51baed3d93a2422 100644 (file)
@@ -36,11 +36,11 @@ The addon tree has to be updated separately like so:
     git pull
 
 For both repositories:
-The default branch to use is the ``master`` branch, which is the stable version of Friendica.
+The default branch to use is the ``stable`` branch, which is the stable version of Friendica.
 It is updated about four times a year on a fixed schedule.
 
 If you want to use and test bleeding edge code please checkout the ``develop`` branch.
-The new features and fixes will be merged from ``develop`` into ``master`` after a release candidate period before each release.
+The new features and fixes will be merged from ``develop`` into ``stable`` after a release candidate period before each release.
 
 Warning: The ``develop`` branch is unstable, and breaks on average once a month for at most 24 hours until a patch is submitted and merged.
 Be sure to pull frequently if you choose the ``develop`` branch.
index 1db798427bc778c61db0b1550c536344001959ee..5786e227558aec527387dd4f34d71d1898b918fe 100644 (file)
@@ -65,17 +65,17 @@ table.bbcodes > * > tr > th {
   <td><a href="http://friendi.ca" target="external-link">Friendica</a></td>
 </tr>
 <tr>
-  <td>[img]https://raw.githubusercontent.com/friendica/friendica/master/images/friendica-32.jpg[/img]</td>
-  <td><img src="https://raw.githubusercontent.com/friendica/friendica/master/images/friendica-32.jpg" alt="Immagine/foto"></td>
+  <td>[img]https://raw.githubusercontent.com/friendica/friendica/stable/images/friendica-32.jpg[/img]</td>
+  <td><img src="https://raw.githubusercontent.com/friendica/friendica/stable/images/friendica-32.jpg" alt="Immagine/foto"></td>
 </tr>
 <tr>
-  <td>[img=https://raw.githubusercontent.com/friendica/friendica/master/images/friendica-32.jpg]Das Friendica Logo[/img]</td>
-  <td><img src="https://raw.githubusercontent.com/friendica/friendica/master/images/friendica-32.jpg" alt="Das Friendica Logo"></td>
+  <td>[img=https://raw.githubusercontent.com/friendica/friendica/stable/images/friendica-32.jpg]Das Friendica Logo[/img]</td>
+  <td><img src="https://raw.githubusercontent.com/friendica/friendica/stable/images/friendica-32.jpg" alt="Das Friendica Logo"></td>
 </tr>
 <tr>
-  <td>[img=64x32]https://raw.githubusercontent.com/friendica/friendica/master/images/friendica-32.jpg[/img]<br>
+  <td>[img=64x32]https://raw.githubusercontent.com/friendica/friendica/stable/images/friendica-32.jpg[/img]<br>
 <br>Note: provided height is simply discarded.</td>
-  <td><img src="https://raw.githubusercontent.com/friendica/friendica/master/images/friendica-32.jpg" style="width: 64px;"></td>
+  <td><img src="https://raw.githubusercontent.com/friendica/friendica/stable/images/friendica-32.jpg" style="width: 64px;"></td>
 </tr>
 <tr>
   <td>[size=xx-small]kleiner Text[/size]</td>
index 8225993e4255c761c1ad9f46a61a9980e5f9715e..03dd21798cd8db085e61faa1ee11464fd5982691 100644 (file)
@@ -55,7 +55,7 @@ Wenn du die Möglichkeit hierzu hast, empfehlen wir dir "git" zu nutzen, um die
 Das macht die Aktualisierung wesentlich einfacher.
 Der Linux-Code, mit dem man die Dateien direkt in ein Verzeichnis wie "meinewebseite" kopiert, ist
 
-    git clone https://github.com/friendica/friendica.git -b master mywebsite
+    git clone https://github.com/friendica/friendica.git -b stable mywebsite
     cd mywebsite
     bin/composer.phar install
 
index 8ef8704d13b6573fecb26d31efeb428eebbcb54a..0a78d6917366bf2ac4a63923a27efdf6ccc99cea 100644 (file)
@@ -6,7 +6,7 @@ Friendica Nachrichtenfluss
 Diese Seite soll einige Infos darüber dokumentieren, wie Nachrichten innerhalb von Friendica von einer Person zur anderen übertragen werden. 
 Es gibt verschiedene Pfade, die verschiedene Protokolle und Nachrichtenformate nutzen. 
 
-Diejenigen, die den Nachrichtenfluss genauer verstehen wollen, sollten sich mindestens mit dem DFRN-Protokoll ([Dokument mit den DFRN Spezifikationen](https://github.com/friendica/friendica/blob/master/spec/dfrn2.pdf)) und den Elementen zur Nachrichtenverarbeitung des OStatus Stack informieren (salmon und Pubsubhubbub).
+Diejenigen, die den Nachrichtenfluss genauer verstehen wollen, sollten sich mindestens mit dem DFRN-Protokoll ([Dokument mit den DFRN Spezifikationen](https://github.com/friendica/friendica/blob/stable/spec/dfrn2.pdf)) und den Elementen zur Nachrichtenverarbeitung des OStatus Stack informieren (salmon und Pubsubhubbub).
 
 Der Großteil der Nachrichtenverarbeitung nutzt die Datei include/items.php, welche Funktionen für verschiedene Feed-bezogene Import-/Exportaktivitäten liefert.
 
index 94dc47da11f10ca58981198319ef962567918399..b7bb2e226208113c4b290507599ee3ccca855a2f 100644 (file)
@@ -3,7 +3,7 @@
 * [Home](help)
 
 To change the look of friendica you have to touch the themes.
-The current default theme is [Vier](https://github.com/friendica/friendica/tree/master/view/theme/vier) but there are numerous others.
+The current default theme is [Vier](https://github.com/friendica/friendica/tree/stable/view/theme/vier) but there are numerous others.
 Have a look at [friendica-themes.com](http://friendica-themes.com) for an overview of the existing themes.
 In case none of them suits your needs, there are several ways to change a theme.
 
index a29b0d63bb1fe183ff104f3454f1fac7e7a9c0f0..23ac4a62d75282504d9bc823275e66db30b3ec58 100644 (file)
@@ -8,7 +8,7 @@ Friendica translations
 The Friendica translation process is based on `gettext` PO files.
 
 Basic worflow:
-1. `xgettext` is used to collect translation strings across the project in the master PO file located in `view/lang/C/messages.po`.
+1. `xgettext` is used to collect translation strings across the project in the authoritative PO file located in `view/lang/C/messages.po`.
 2. This file makes translations strings available at [the Transifex Friendica page](https://www.transifex.com/Friendica/friendica/dashboard/).
 3. The translation itself is done at Transifex by volunteers.
 4. The resulting PO files by languages are manually updated in `view/lang/<language>/messages.po`.
index cf6bd4a78abfce28e9b67dda75a598170296656d..8b87bae5d3ad86b571dcd3f42298533dfb413df3 100644 (file)
@@ -27,9 +27,9 @@
  *   2. We may be the target or other side of the conversation to scenario 1, and will
  *      interact with that process on our own user's behalf.
  *
- *  @see PDF with dfrn specs: https://github.com/friendica/friendica/blob/master/spec/dfrn2.pdf
+ *  @see PDF with dfrn specs: https://github.com/friendica/friendica/blob/stable/spec/dfrn2.pdf
  *    You also find a graphic which describes the confirmation process at
- *    https://github.com/friendica/friendica/blob/master/spec/dfrn2_contact_confirmation.png
+ *    https://github.com/friendica/friendica/blob/stable/spec/dfrn2_contact_confirmation.png
  */
 
 use Friendica\App;
index 2e1f51a11c056344c20041035165554fe2875086..8b14fe49ba88a521ac24e3b371c10246469c7823 100644 (file)
@@ -19,7 +19,7 @@
  *
  * The dfrn notify endpoint
  *
- * @see PDF with dfrn specs: https://github.com/friendica/friendica/blob/master/spec/dfrn2.pdf
+ * @see PDF with dfrn specs: https://github.com/friendica/friendica/blob/stable/spec/dfrn2.pdf
  */
 
 use Friendica\App;
index 06c81a084e1600f7e1b563fa5432810a1ef00f75..f5716e8ff5b3719b5883e37f41bc64ce4db09c82 100644 (file)
@@ -19,9 +19,9 @@
  *
  *Handles communication associated with the issuance of friend requests.
  *
- * @see PDF with dfrn specs: https://github.com/friendica/friendica/blob/master/spec/dfrn2.pdf
+ * @see PDF with dfrn specs: https://github.com/friendica/friendica/blob/stable/spec/dfrn2.pdf
  *    You also find a graphic which describes the confirmation process at
- *    https://github.com/friendica/friendica/blob/master/spec/dfrn2_contact_request.png
+ *    https://github.com/friendica/friendica/blob/stable/spec/dfrn2_contact_request.png
  */
 
 use Friendica\App;
index 21754ef06cffa26cace0894c8cee17913d68ad84..696bbfa8035917ce0131530da2465127a2e6e6a8 100644 (file)
@@ -36,7 +36,7 @@ volumes:
 
 trigger:
   branch:
-#    - master
+#    - stable
     - develop
 #    - "*-rc"
 #  event:
@@ -79,7 +79,7 @@ volumes:
 
 trigger:
   branch:
-#    - master
+#    - stable
     - develop
 #    - "*-rc"
 #  event:
@@ -122,7 +122,7 @@ volumes:
 
 trigger:
   branch:
-#    - master
+#    - stable
     - develop
 #    - "*-rc"
 #  event:
@@ -169,7 +169,7 @@ volumes:
 
 trigger:
   branch:
-#    - master
+#    - stable
     - develop
 #    - "*-rc"
 #  event:
@@ -211,7 +211,7 @@ volumes:
 
 trigger:
   branch:
-#    - master
+#    - stable
     - develop
 #    - "*-rc"
 #  event:
@@ -253,7 +253,7 @@ volumes:
 
 trigger:
   branch:
-#    - master
+#    - stable
     - develop
 #    - "*-rc"
 #  event:
@@ -282,7 +282,7 @@ services:
 
 trigger:
   branch:
-#    - master
+#    - stable
     - develop
 #    - "*-rc"
 #  event:
@@ -306,7 +306,7 @@ services:
 
 trigger:
   branch:
-#    - master
+#    - stable
     - develop
 #    - "*-rc"
 #  event:
@@ -330,7 +330,7 @@ services:
 
 trigger:
   branch:
-#    - master
+#    - stable
     - develop
 #    - "*-rc"
 #  event:
@@ -360,7 +360,7 @@ services:
 
 trigger:
   branch:
-#    - master
+#    - stable
     - develop
 #    - "*-rc"
 #  event:
@@ -384,7 +384,7 @@ services:
 
 trigger:
   branch:
-#    - master
+#    - stable
     - develop
 #    - "*-rc"
 #  event:
@@ -408,7 +408,7 @@ services:
 
 trigger:
   branch:
-#    - master
+#    - stable
     - develop
 #    - "*-rc"
 #  event:
@@ -439,7 +439,7 @@ services:
 
 trigger:
   branch:
-#    - master
+#    - stable
     - develop
 #    - "*-rc"
 #  event:
@@ -463,7 +463,7 @@ services:
 
 trigger:
   branch:
-#    - master
+#    - stable
     - develop
 #    - "*-rc"
 #  event:
@@ -487,7 +487,7 @@ services:
 
 trigger:
   branch:
-#    - master
+#    - stable
     - develop
 #    - "*-rc"
 #  event:
index 31cdb26b9d5ef557eeaed5d5aa994269089e518e..37b51d2ed953a68a56e391e5ed4242737ab962a3 100644 (file)
@@ -259,7 +259,7 @@ class Installer
                $help = "";
                if (!$passed) {
                        $help .= DI::l10n()->t('Could not find a command line version of PHP in the web server PATH.') . EOL;
-                       $help .= DI::l10n()->t("If you don't have a command line version of PHP installed on your server, you will not be able to run the background processing. See <a href='https://github.com/friendica/friendica/blob/master/doc/Install.md#set-up-the-worker'>'Setup the worker'</a>") . EOL;
+                       $help .= DI::l10n()->t("If you don't have a command line version of PHP installed on your server, you will not be able to run the background processing. See <a href='https://github.com/friendica/friendica/blob/stable/doc/Install.md#set-up-the-worker'>'Setup the worker'</a>") . EOL;
                        $help .= EOL . EOL;
                        $tpl = Renderer::getMarkupTemplate('field_input.tpl');
                        /// @todo Separate backend Installer class and presentation layer/view
index 3592ed837a8a3dadef3931c9232905f5cdf3e974..2e16cc657ebe43807ee9998302a23c7484d4e80d 100644 (file)
@@ -548,7 +548,7 @@ class Site extends BaseAdmin
 
                $check_git_version_choices = [
                        'none' => DI::l10n()->t('Don\'t check'),
-                       'master' => DI::l10n()->t('check the stable version'),
+                       'stable' => DI::l10n()->t('check the stable version'),
                        'develop' => DI::l10n()->t('check the development version')
                ];
 
index 4c94b6e26ac11beb11e99e75b9275b9996675b28..c19b7f7f87f7ff1e004ca09c6841775abf12228a 100644 (file)
@@ -75,8 +75,8 @@ class Summary extends BaseAdmin
                        }
                }
 
-               // Check if github.com/friendica/master/VERSION is higher then
-               // the local version of Friendica. Check is opt-in, source may be master or devel branch
+               // Check if github.com/friendica/stable/VERSION is higher then
+               // the local version of Friendica. Check is opt-in, source may be stable or develop branch
                if (DI::config()->get('system', 'check_new_version_url', 'none') != 'none') {
                        $gitversion = DI::config()->get('system', 'git_friendica_version');
                        if (version_compare(FRIENDICA_VERSION, $gitversion) < 0) {
index 300aeb45b4302c8b6b473d9c920e4d236236ee14..a7b38a50330bac94c2505927ff4f167b68d5eb76 100644 (file)
@@ -76,7 +76,7 @@ abstract class BaseAdmin extends BaseModule
                }
 
                if (!empty($_SESSION['submanage'])) {
-                       throw new ForbiddenException(DI::l10n()->t('Submanaged account can\'t access the administation pages. Please log back in as the master account.'));
+                       throw new ForbiddenException(DI::l10n()->t('Submanaged account can\'t access the administation pages. Please log back in as the main account.'));
                }
 
                // Header stuff
index ae23b40c02f05363b61dac832574ab701cae1b34..9572342c3ececf8fbbc4c006421c3bb4902b0fd8 100644 (file)
@@ -30,7 +30,7 @@ use Friendica\Util\Network;
  * Check the git repository VERSION file and save the version to the DB
  *
  * Checking the upstream version is optional (opt-in) and can be done to either
- * the master or the develop branch in the repository.
+ * the stable or the develop branch in the repository.
  */
 class CheckVersion
 {
@@ -42,7 +42,8 @@ class CheckVersion
 
                switch ($checkurl) {
                        case 'master':
-                               $checked_url = 'https://raw.githubusercontent.com/friendica/friendica/master/VERSION';
+                       case 'stable':
+                               $checked_url = 'https://raw.githubusercontent.com/friendica/friendica/stable/VERSION';
                                break;
                        case 'develop':
                                $checked_url = 'https://raw.githubusercontent.com/friendica/friendica/develop/VERSION';
index 0100baa1d56a581ba718bd9330a1c4a4a9cfae3d..b326bf7839d4fd3d50680efece46f2840cd665fe 100644 (file)
@@ -29,23 +29,23 @@ Don't blame me too much for ugly code and hacks. Fix it ;-)
 
 #### Screenshots
 **Default**
-![Default - Stream](https://git.friendi.ca/friendica/friendica/raw/branch/master/view/theme/frio/img/screenshots/screenshot.png)
+![Default - Stream](https://git.friendi.ca/friendica/friendica/raw/branch/stable/view/theme/frio/img/screenshots/screenshot.png)
 
 **Modals**
-![Modals](https://git.friendi.ca/friendica/friendica/raw/branch/master/view/theme/frio/img/screenshots/screenshot-jot-modal.png)
+![Modals](https://git.friendi.ca/friendica/friendica/raw/branch/stable/view/theme/frio/img/screenshots/screenshot-jot-modal.png)
 
 **Theme - Settings**
-![Theme - Settings](https://git.friendi.ca/friendica/friendica/raw/branch/master/view/theme/frio/img/screenshots/screenshot-settings.png)
+![Theme - Settings](https://git.friendi.ca/friendica/friendica/raw/branch/stable/view/theme/frio/img/screenshots/screenshot-settings.png)
 
 **Red scheme**
-![Red scheme](https://git.friendi.ca/friendica/friendica/raw/branch/master/view/theme/frio/img/screenshots/screenshot-scheme-red.png)
+![Red scheme](https://git.friendi.ca/friendica/friendica/raw/branch/stable/view/theme/frio/img/screenshots/screenshot-scheme-red.png)
 
 **Love Music scheme**
-![Love Music scheme](https://git.friendi.ca/friendica/friendica/raw/branch/master/view/theme/frio/img/screenshots/screenshot-scheme-love-music.png)
+![Love Music scheme](https://git.friendi.ca/friendica/friendica/raw/branch/stable/view/theme/frio/img/screenshots/screenshot-scheme-love-music.png)
 
 **frio on mobile**
 
-![frio on mobile](https://git.friendi.ca/friendica/friendica/raw/branch/master/view/theme/frio/img/screenshots/screenshot-mobile.png)
+![frio on mobile](https://git.friendi.ca/friendica/friendica/raw/branch/stable/view/theme/frio/img/screenshots/screenshot-mobile.png)
 
 #### Credits:
 HumHub - Social Network Kit - <https://github.com/humhub/humhub>