Skip to content

Commit a8249a2

Browse files
committed
Suppression du framework legacy
1 parent 90baabf commit a8249a2

26 files changed

Lines changed: 2 additions & 1009 deletions

app/config/routing/admin.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ admin_relances:
66
path: /association/relances/{page}
77
defaults: {_controller: AppBundle\Controller\Admin\Membership\ReminderLogAction}
88

9-
admin_void:
10-
path: /void
11-
defaults: {_controller: AppBundle\Controller\LegacyController::backOffice}
12-
139
admin_members:
1410
resource: "admin_members.yml"
1511
prefix: /members

app/config/services.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -75,13 +75,6 @@ services:
7575

7676
### Pages legacy - FIN
7777

78-
AppBundle\Controller\LegacyController:
79-
autowire: true
80-
autoconfigure: true
81-
public: false
82-
arguments:
83-
$backOfficePages: '%app.pages_backoffice%'
84-
8578
AppBundle\Payment\PayboxFactory:
8679
autowire: true
8780
arguments: ["@router", "%paybox_domain_server%", "%paybox_secret_key%", "%paybox_site%", "%paybox_rang%", "%paybox_identifiant%"]

composer.json

Lines changed: 1 addition & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343
"robmorgan/phinx": "0.16.*",
4444
"sabre/vobject": "^4.1",
4545
"setasign/tfpdf": "^1.33",
46-
"smarty/smarty": "^5.4",
4746
"symfony/asset": "7.4.*",
4847
"symfony/asset-mapper": "7.4.*",
4948
"symfony/clock": "7.4.*",
@@ -71,9 +70,7 @@
7170
"twig/intl-extra": "^3.21",
7271
"twig/string-extra": "^3.21",
7372
"twig/twig": "^3.21",
74-
"webmozart/assert": "^2.1",
75-
"znk3r/html_common": "*",
76-
"znk3r/html_quickform": "4.0.2"
73+
"webmozart/assert": "^2.1"
7774
},
7875
"scripts": {
7976
"post-install-cmd": [
@@ -102,10 +99,6 @@
10299
"patches": {
103100
"setasign/tfpdf": [
104101
"patches/setasign-tfpdf-tfpdf-php.patch"
105-
],
106-
"znk3r/html_quickform": [
107-
"patches/znk3r-html-quickform-html-quickform-date-php.patch",
108-
"patches/znk3r-html-quickform-html-quickform-php.patch"
109102
]
110103
},
111104
"symfony-app-dir": "app",
@@ -173,38 +166,6 @@
173166
"tomasvotruba/type-coverage": "^2.1"
174167
},
175168
"repositories": [
176-
{
177-
"type": "package",
178-
"package": {
179-
"name": "znk3r/html_quickform",
180-
"version": "4.0.2",
181-
"dist": {
182-
"url": "https://github.com/macintoshplus/HTML_QuickForm/archive/v4.0.2.zip",
183-
"type": "zip"
184-
},
185-
"autoload": {
186-
"classmap": [
187-
"HTML/"
188-
]
189-
}
190-
}
191-
},
192-
{
193-
"type": "package",
194-
"package": {
195-
"name": "znk3r/html_common",
196-
"version": "v2.0.1",
197-
"dist": {
198-
"url": "https://github.com/znk3r/HTML_Common/archive/v2.0.1.zip",
199-
"type": "zip"
200-
},
201-
"autoload": {
202-
"classmap": [
203-
"HTML/"
204-
]
205-
}
206-
}
207-
},
208169
{
209170
"type": "package",
210171
"package": {

composer.lock

Lines changed: 1 addition & 105 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

htdocs/pages/administration/index.php

Lines changed: 0 additions & 46 deletions
This file was deleted.

htdocs/pages/administration/message.php

Lines changed: 0 additions & 25 deletions
This file was deleted.

htdocs/templates/administration/entete.html

Lines changed: 0 additions & 17 deletions
This file was deleted.

htdocs/templates/administration/head.html

Lines changed: 0 additions & 18 deletions
This file was deleted.

htdocs/templates/administration/message.html

Lines changed: 0 additions & 14 deletions
This file was deleted.

htdocs/templates/administration/pagination.html

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)