Skip to content

Commit 2f2e774

Browse files
authored
Merge pull request #3 from Webcampak/develop
Preparation for release v3.0.1
2 parents b088b70 + a0b0f9d commit 2f2e774

File tree

7 files changed

+25
-4
lines changed

7 files changed

+25
-4
lines changed

config/param_paths.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@ parameters:
3636
dir_xfer_failed: 'failed/'
3737

3838

39+
app_core: '/home/webcampak/webcampak/'
40+
app_cli: '/home/webcampak/webcampak/apps/cli/'
41+
app_api: '/home/webcampak/webcampak/apps/api/'
42+
app_ui: '/home/webcampak/webcampak/apps/ui/'
43+
3944
doctrine:
4045
dbal:
4146
path: "/home/webcampak/webcampak/resources/database/webcampak.db"

config/services.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ services:
6666

6767
app.svc.user:
6868
class: AppBundle\Services\UserService
69-
arguments: ['@security.token_storage', '@doctrine', '@logger', %kernel.root_dir%]
69+
arguments: ['@security.token_storage', '@doctrine', '@logger', %kernel.root_dir%, %app_core%, %app_cli%, %app_api%, %app_ui%]
7070

7171
app.svc.ftp:
7272
class: AppBundle\Services\FtpService
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
var jsonLocaleData = {
2+
"" : {
3+
"MIME-Version" : " 1.0",
4+
"POT-Creation-Date" : " 2012-08-25 11:49+0200",
5+
"Language" : " ",
6+
"Last-Translator" : " Francois Gerthoffert <contact@webcampak.com>",
7+
"Content-Type" : " text/plain; charset=UTF-8",
8+
"PO-Revision-Date" : " 2012-08-25 11:50+0100",
9+
"Language-Team" : " François Gerthoffert <contact@webcampak.com>",
10+
"Content-Transfer-Encoding" : " 8bit",
11+
"Project-Id-Version" : " Webcampak",
12+
"Report-Msgid-Bugs-To" : " "
13+
}
14+
}
15+
;

install/config/webcampak.apache2.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
Alias /app_dev.php/bootstrap.json /home/webcampak/webcampak/apps/ui/Sencha/App6.0/workspace/Desktop/bootstrap.json
5555
Alias /app_dev.php/app.js /home/webcampak/webcampak/apps/ui/Sencha/App6.0/workspace/Desktop/app.js
5656
Alias /app_dev.php/app/ /home/webcampak/webcampak/apps/ui/Sencha/App6.0/workspace/Desktop/app/
57+
Alias /app_dev.php/overrides/ /home/webcampak/webcampak/apps/ui/Sencha/App6.0/workspace/Desktop/overrides/
5758
Alias /app.php/app.json /home/webcampak/webcampak/apps/ui/Sencha/App6.0/workspace/build/production/WPAKD/app.json
5859
Alias /app.php/app.js /home/webcampak/webcampak/apps/ui/Sencha/App6.0/workspace/build/production/WPAKD/app.js
5960
Alias /app_test.php/app.json /home/webcampak/webcampak/apps/ui/Sencha/App6.0/workspace/build/testing/WPAKD/app.json

0 commit comments

Comments
 (0)