Skip to content

Commit 31ac647

Browse files
committed
Suppression du framework legacy
1 parent f9363a6 commit 31ac647

26 files changed

Lines changed: 2 additions & 1001 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.6",
4545
"setasign/tfpdf": "^1.33",
46-
"smarty/smarty": "^5.8",
4746
"symfony/asset": "7.4.*",
4847
"symfony/asset-mapper": "7.4.*",
4948
"symfony/clock": "7.4.*",
@@ -72,9 +71,7 @@
7271
"twig/intl-extra": "^3.26",
7372
"twig/string-extra": "^3.24",
7473
"twig/twig": "^3.27",
75-
"webmozart/assert": "^2.4",
76-
"znk3r/html_common": "*",
77-
"znk3r/html_quickform": "4.0.2"
74+
"webmozart/assert": "^2.4"
7875
},
7976
"scripts": {
8077
"post-install-cmd": [
@@ -103,10 +100,6 @@
103100
"patches": {
104101
"setasign/tfpdf": [
105102
"patches/setasign-tfpdf-tfpdf-php.patch"
106-
],
107-
"znk3r/html_quickform": [
108-
"patches/znk3r-html-quickform-html-quickform-date-php.patch",
109-
"patches/znk3r-html-quickform-html-quickform-php.patch"
110103
]
111104
},
112105
"symfony-app-dir": "app",
@@ -175,38 +168,6 @@
175168
"tomasvotruba/type-coverage": "^2.2"
176169
},
177170
"repositories": [
178-
{
179-
"type": "package",
180-
"package": {
181-
"name": "znk3r/html_quickform",
182-
"version": "4.0.2",
183-
"dist": {
184-
"url": "https://github.com/macintoshplus/HTML_QuickForm/archive/v4.0.2.zip",
185-
"type": "zip"
186-
},
187-
"autoload": {
188-
"classmap": [
189-
"HTML/"
190-
]
191-
}
192-
}
193-
},
194-
{
195-
"type": "package",
196-
"package": {
197-
"name": "znk3r/html_common",
198-
"version": "v2.0.1",
199-
"dist": {
200-
"url": "https://github.com/znk3r/HTML_Common/archive/v2.0.1.zip",
201-
"type": "zip"
202-
},
203-
"autoload": {
204-
"classmap": [
205-
"HTML/"
206-
]
207-
}
208-
}
209-
},
210171
{
211172
"type": "package",
212173
"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 & 16 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)