Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/ci-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- id: gen
uses: galette/.github/actions/matrix-generator@main
with:
all-jobs: ${{ github.event_name != 'pull_request' && github.repository == 'galette-community/galette-helloasso' && (github.event_name == 'workflow_dispatch' || github.ref == 'refs/heads/master' || github.ref == 'refs/heads/develop' || startsWith(github.ref, 'refs/tags')) }}
all-jobs: ${{ github.event_name != 'pull_request' && github.repository == 'galette-plugins/galette-helloasso' && (github.event_name == 'workflow_dispatch' || github.ref == 'refs/heads/master' || github.ref == 'refs/heads/develop' || startsWith(github.ref, 'refs/tags')) }}

setup-lint-matrix:
runs-on: ubuntu-latest
Expand All @@ -37,7 +37,7 @@ jobs:
uses: galette/.github/actions/matrix-generator@main
with:
target: lint
all-jobs: ${{ github.event_name != 'pull_request' && github.repository == 'galette-community/galette-helloasso' && (github.event_name == 'workflow_dispatch' || github.ref == 'refs/heads/master' || github.ref == 'refs/heads/develop' || startsWith(github.ref, 'refs/tags')) }}
all-jobs: ${{ github.event_name != 'pull_request' && github.repository == 'galette-plugins/galette-helloasso' && (github.event_name == 'workflow_dispatch' || github.ref == 'refs/heads/master' || github.ref == 'refs/heads/develop' || startsWith(github.ref, 'refs/tags')) }}

lint:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
cd galette-core
./bin/console galette:headers:check \
--project-name="Galette Helloasso plugin" \
--project-url="https://galette-community.github.io/plugin-helloasso" \
--project-url="https://galette-plugins.github.io/plugin-helloasso" \
--start-year="2025" \
--directory="galette/plugins/plugin-helloasso"

Expand Down Expand Up @@ -152,7 +152,7 @@ jobs:
--health-timeout=5s
--health-retries=10

name: PHP ${{ matrix.php-version }} ${{ matrix.db-image }} ${{ (matrix.always == false && (github.event_name == 'pull_request' || github.repository != 'galette-community/plugin-helloasso' || !(github.event_name == 'workflow_dispatch' || github.ref == 'refs/heads/master' || github.ref == 'refs/heads/develop' || startsWith(github.ref, 'refs/tags')))) && ' (skipped)' || matrix.coverage == 'xdebug' && ' (with coverage)' || ''}}
name: PHP ${{ matrix.php-version }} ${{ matrix.db-image }} ${{ (matrix.always == false && (github.event_name == 'pull_request' || github.repository != 'galette-plugins/plugin-helloasso' || !(github.event_name == 'workflow_dispatch' || github.ref == 'refs/heads/master' || github.ref == 'refs/heads/develop' || startsWith(github.ref, 'refs/tags')))) && ' (skipped)' || matrix.coverage == 'xdebug' && ' (with coverage)' || ''}}

steps:
- name: PHP
Expand Down
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Galette HelloAsso plugin

[![GitHub license](https://img.shields.io/github/license/galette-community/plugin-helloasso)](https://github.com/galette-community/plugin-helloasso/blob/master/COPYING)
[![GitHub license](https://img.shields.io/github/license/galette-plugins/plugin-helloasso)](https://github.com/galette-plugins/plugin-helloasso/blob/master/COPYING)

## Français

Expand All @@ -9,14 +9,14 @@

Un plugin [Galette](https://galette.eu) pour gérer les paiements de cotisations et de dons via [HelloAsso](https://www.helloasso.com/).

* [site web](https://galette-community.github.io/plugin-helloasso)
* [bogues et fonctionnalités](https://github.com/galette-community/plugin-helloasso/issues)
* [documentation](https://galette-community.github.io/plugin-helloasso/documentation.html)
* [site web](https://galette-plugins.github.io/plugin-helloasso)
* [bogues et fonctionnalités](https://github.com/galette-plugins/plugin-helloasso/issues)
* [documentation](https://galette-plugins.github.io/plugin-helloasso/documentation.html)

Pour utiliser le plugin HelloAsso pour Galette, vous aurez besoin d'une version adéquate de Galette, ainsi que du plugin lui même :

* télécharger la dernière version stable depuis la [page du plugin HelloAsso pour Galette](https://github.com/galette-community/plugin-helloasso/releases)
* utiliser [le code source du plugin HelloAsso pour Galette depuis le dépôt](https://github.com/galette-community/plugin-helloasso), cette solution requiert quelques compétences techniques
* télécharger la dernière version stable depuis la [page du plugin HelloAsso pour Galette](https://github.com/galette-plugins/plugin-helloasso/releases)
* utiliser [le code source du plugin HelloAsso pour Galette depuis le dépôt](https://github.com/galette-plugins/plugin-helloasso), cette solution requiert quelques compétences techniques

## English

Expand All @@ -25,11 +25,11 @@ Pour utiliser le plugin HelloAsso pour Galette, vous aurez besoin d'une version

A [Galette](https://galette.eu) plugin to handle membership fees and donations payments with [HelloAsso](https://www.helloasso.com/).

* [website](https://galette-community.github.io/plugin-helloasso)
* [bugs and features](https://github.com/galette-community/plugin-helloasso/issues)
* [documentation](https://galette-community.github.io/plugin-helloasso/documentation.html)
* [website](https://galette-plugins.github.io/plugin-helloasso)
* [bugs and features](https://github.com/galette-plugins/plugin-helloasso/issues)
* [documentation](https://galette-plugins.github.io/plugin-helloasso/documentation.html)

To use Galette HelloAsso plugin, you'll need a reliable Galette version, and of course the plugin itself by either:

* download latest stable version available from the [Galette HelloAsso plugin page](https://github.com/galette-community/plugin-helloasso/releases)
* use [Galette HelloAsso plugin source code from repository](https://github.com/galette-community/plugin-helloasso), this solution requires some technical skills
* download latest stable version available from the [Galette HelloAsso plugin page](https://github.com/galette-plugins/plugin-helloasso/releases)
* use [Galette HelloAsso plugin source code from repository](https://github.com/galette-plugins/plugin-helloasso), this solution requires some technical skills
2 changes: 1 addition & 1 deletion _config.inc.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* This file is part of Galette Helloasso plugin (https://galette-community.github.io/plugin-helloasso).
* This file is part of Galette Helloasso plugin (https://galette-plugins.github.io/plugin-helloasso).
* SPDX-FileCopyrightText: Copyright © 2025-2026 The Galette Team
* SPDX-License-Identifier: GPL-3.0-or-later
*/
Expand Down
2 changes: 1 addition & 1 deletion _define.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* This file is part of Galette Helloasso plugin (https://galette-community.github.io/plugin-helloasso).
* This file is part of Galette Helloasso plugin (https://galette-plugins.github.io/plugin-helloasso).
* SPDX-FileCopyrightText: Copyright © 2025-2026 The Galette Team
* SPDX-License-Identifier: GPL-3.0-or-later
*/
Expand Down
2 changes: 1 addition & 1 deletion _routes.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* This file is part of Galette Helloasso plugin (https://galette-community.github.io/plugin-helloasso).
* This file is part of Galette Helloasso plugin (https://galette-plugins.github.io/plugin-helloasso).
* SPDX-FileCopyrightText: Copyright © 2025-2026 The Galette Team
* SPDX-License-Identifier: GPL-3.0-or-later
*/
Expand Down
2 changes: 1 addition & 1 deletion bin/release
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/python

#
# This file is part of Galette Helloasso plugin (https://galette-community.github.io/plugin-helloasso).
# This file is part of Galette Helloasso plugin (https://galette-plugins.github.io/plugin-helloasso).
# SPDX-FileCopyrightText: Copyright © 2025-2026 The Galette Team
# SPDX-License-Identifier: GPL-3.0-or-later
#
Expand Down
4 changes: 2 additions & 2 deletions lib/GaletteHelloasso/Controllers/HelloassoController.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* This file is part of Galette Helloasso plugin (https://galette-community.github.io/plugin-helloasso).
* This file is part of Galette Helloasso plugin (https://galette-plugins.github.io/plugin-helloasso).
* SPDX-FileCopyrightText: Copyright © 2025-2026 The Galette Team
* SPDX-License-Identifier: GPL-3.0-or-later
*/
Expand Down Expand Up @@ -282,7 +282,7 @@ public function preferences(Request $request, Response $response): Response
'webhook_url' => $this->preferences->getURL() . $this->routeparser->urlFor('helloasso_webhook'),
'amounts' => $amounts,
'tab' => $tab,
'documentation' => 'https://galette-community.github.io/plugin-helloasso/documentation.html#pr%C3%A9f%C3%A9rences'
'documentation' => 'https://galette-plugins.github.io/plugin-helloasso/documentation.html#pr%C3%A9f%C3%A9rences'
];

// display page
Expand Down
2 changes: 1 addition & 1 deletion lib/GaletteHelloasso/Filters/HelloassoHistoryList.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* This file is part of Galette Helloasso plugin (https://galette-community.github.io/plugin-helloasso).
* This file is part of Galette Helloasso plugin (https://galette-plugins.github.io/plugin-helloasso).
* SPDX-FileCopyrightText: Copyright © 2025-2026 The Galette Team
* SPDX-License-Identifier: GPL-3.0-or-later
*/
Expand Down
2 changes: 1 addition & 1 deletion lib/GaletteHelloasso/Helloasso.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* This file is part of Galette Helloasso plugin (https://galette-community.github.io/plugin-helloasso).
* This file is part of Galette Helloasso plugin (https://galette-plugins.github.io/plugin-helloasso).
* SPDX-FileCopyrightText: Copyright © 2025-2026 The Galette Team
* SPDX-License-Identifier: GPL-3.0-or-later
*/
Expand Down
2 changes: 1 addition & 1 deletion lib/GaletteHelloasso/HelloassoHistory.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* This file is part of Galette Helloasso plugin (https://galette-community.github.io/plugin-helloasso).
* This file is part of Galette Helloasso plugin (https://galette-plugins.github.io/plugin-helloasso).
* SPDX-FileCopyrightText: Copyright © 2025-2026 The Galette Team
* SPDX-License-Identifier: GPL-3.0-or-later
*/
Expand Down
2 changes: 1 addition & 1 deletion lib/GaletteHelloasso/PluginGaletteHelloasso.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* This file is part of Galette Helloasso plugin (https://galette-community.github.io/plugin-helloasso).
* This file is part of Galette Helloasso plugin (https://galette-plugins.github.io/plugin-helloasso).
* SPDX-FileCopyrightText: Copyright © 2025-2026 The Galette Team
* SPDX-License-Identifier: GPL-3.0-or-later
*/
Expand Down
2 changes: 1 addition & 1 deletion scripts/mysql.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--
-- This file is part of Galette Helloasso plugin (https://galette-community.github.io/plugin-helloasso).
-- This file is part of Galette Helloasso plugin (https://galette-plugins.github.io/plugin-helloasso).
-- SPDX-FileCopyrightText: Copyright © 2025-2026 The Galette Team
-- SPDX-License-Identifier: GPL-3.0-or-later
--
Expand Down
2 changes: 1 addition & 1 deletion scripts/pgsql.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--
-- This file is part of Galette Helloasso plugin (https://galette-community.github.io/plugin-helloasso).
-- This file is part of Galette Helloasso plugin (https://galette-plugins.github.io/plugin-helloasso).
-- SPDX-FileCopyrightText: Copyright © 2025-2026 The Galette Team
-- SPDX-License-Identifier: GPL-3.0-or-later
--
Expand Down
2 changes: 1 addition & 1 deletion scripts/upgrade-to-1.1.0-mysql.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--
-- This file is part of Galette Helloasso plugin (https://galette-community.github.io/plugin-helloasso).
-- This file is part of Galette Helloasso plugin (https://galette-plugins.github.io/plugin-helloasso).
-- SPDX-FileCopyrightText: Copyright © 2025-2026 The Galette Team
-- SPDX-License-Identifier: GPL-3.0-or-later
--
Expand Down
2 changes: 1 addition & 1 deletion scripts/upgrade-to-1.1.0-pgsql.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--
-- This file is part of Galette Helloasso plugin (https://galette-community.github.io/plugin-helloasso).
-- This file is part of Galette Helloasso plugin (https://galette-plugins.github.io/plugin-helloasso).
-- SPDX-FileCopyrightText: Copyright © 2025-2026 The Galette Team
-- SPDX-License-Identifier: GPL-3.0-or-later
--
Expand Down
2 changes: 1 addition & 1 deletion templates/default/headers.html.twig
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{#
# This file is part of Galette Helloasso plugin (https://galette-community.github.io/plugin-helloasso).
# This file is part of Galette Helloasso plugin (https://galette-plugins.github.io/plugin-helloasso).
# SPDX-FileCopyrightText: Copyright © 2025-2026 The Galette Team
# SPDX-License-Identifier: GPL-3.0-or-later
#}
Expand Down
2 changes: 1 addition & 1 deletion templates/default/helloasso_error.html.twig
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{#
# This file is part of Galette Helloasso plugin (https://galette-community.github.io/plugin-helloasso).
# This file is part of Galette Helloasso plugin (https://galette-plugins.github.io/plugin-helloasso).
# SPDX-FileCopyrightText: Copyright © 2025-2026 The Galette Team
# SPDX-License-Identifier: GPL-3.0-or-later
#}
Expand Down
2 changes: 1 addition & 1 deletion templates/default/helloasso_form.html.twig
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{#
# This file is part of Galette Helloasso plugin (https://galette-community.github.io/plugin-helloasso).
# This file is part of Galette Helloasso plugin (https://galette-plugins.github.io/plugin-helloasso).
# SPDX-FileCopyrightText: Copyright © 2025-2026 The Galette Team
# SPDX-License-Identifier: GPL-3.0-or-later
#}
Expand Down
2 changes: 1 addition & 1 deletion templates/default/helloasso_history.html.twig
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{#
# This file is part of Galette Helloasso plugin (https://galette-community.github.io/plugin-helloasso).
# This file is part of Galette Helloasso plugin (https://galette-plugins.github.io/plugin-helloasso).
# SPDX-FileCopyrightText: Copyright © 2025-2026 The Galette Team
# SPDX-License-Identifier: GPL-3.0-or-later
#}
Expand Down
2 changes: 1 addition & 1 deletion templates/default/helloasso_preferences.html.twig
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{#
# This file is part of Galette Helloasso plugin (https://galette-community.github.io/plugin-helloasso).
# This file is part of Galette Helloasso plugin (https://galette-plugins.github.io/plugin-helloasso).
# SPDX-FileCopyrightText: Copyright © 2025-2026 The Galette Team
# SPDX-License-Identifier: GPL-3.0-or-later
#}
Expand Down
2 changes: 1 addition & 1 deletion templates/default/helloasso_success.html.twig
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{#
# This file is part of Galette Helloasso plugin (https://galette-community.github.io/plugin-helloasso).
# This file is part of Galette Helloasso plugin (https://galette-plugins.github.io/plugin-helloasso).
# SPDX-FileCopyrightText: Copyright © 2025-2026 The Galette Team
# SPDX-License-Identifier: GPL-3.0-or-later
#}
Expand Down
2 changes: 1 addition & 1 deletion tests/GaletteHelloasso/tests/units/Helloasso.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* This file is part of Galette Helloasso plugin (https://galette-community.github.io/plugin-helloasso).
* This file is part of Galette Helloasso plugin (https://galette-plugins.github.io/plugin-helloasso).
* SPDX-FileCopyrightText: Copyright © 2025-2026 The Galette Team
* SPDX-License-Identifier: GPL-3.0-or-later
*/
Expand Down
2 changes: 1 addition & 1 deletion tests/TestsBootstrap.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* This file is part of Galette Helloasso plugin (https://galette-community.github.io/plugin-helloasso).
* This file is part of Galette Helloasso plugin (https://galette-plugins.github.io/plugin-helloasso).
* SPDX-FileCopyrightText: Copyright © 2025-2026 The Galette Team
* SPDX-License-Identifier: GPL-3.0-or-later
*/
Expand Down
2 changes: 1 addition & 1 deletion webroot/galette_helloasso.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* This file is part of Galette Helloasso plugin (https://galette-community.github.io/plugin-helloasso).
* This file is part of Galette Helloasso plugin (https://galette-plugins.github.io/plugin-helloasso).
* SPDX-FileCopyrightText: Copyright © 2025-2026 The Galette Team
* SPDX-License-Identifier: GPL-3.0-or-later
*/
Expand Down