Skip to content

Commit

Permalink
Merge pull request #3 from Webcampak/develop
Browse files Browse the repository at this point in the history
Preparation for release v3.0.1
  • Loading branch information
Fgerthoffert authored Nov 20, 2016
2 parents b088b70 + a0b0f9d commit 2f2e774
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 4 deletions.
5 changes: 5 additions & 0 deletions config/param_paths.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ parameters:
dir_xfer_failed: 'failed/'


app_core: '/home/webcampak/webcampak/'
app_cli: '/home/webcampak/webcampak/apps/cli/'
app_api: '/home/webcampak/webcampak/apps/api/'
app_ui: '/home/webcampak/webcampak/apps/ui/'

doctrine:
dbal:
path: "/home/webcampak/webcampak/resources/database/webcampak.db"
Expand Down
2 changes: 1 addition & 1 deletion config/services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ services:

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

app.svc.ftp:
class: AppBundle\Services\FtpService
Expand Down
15 changes: 15 additions & 0 deletions i18n/en_US.utf8/LC_MESSAGES/ui-desktop.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
var jsonLocaleData = {
"" : {
"MIME-Version" : " 1.0",
"POT-Creation-Date" : " 2012-08-25 11:49+0200",
"Language" : " ",
"Last-Translator" : " Francois Gerthoffert <[email protected]>",
"Content-Type" : " text/plain; charset=UTF-8",
"PO-Revision-Date" : " 2012-08-25 11:50+0100",
"Language-Team" : " François Gerthoffert <[email protected]>",
"Content-Transfer-Encoding" : " 8bit",
"Project-Id-Version" : " Webcampak",
"Report-Msgid-Bugs-To" : " "
}
}
;
1 change: 1 addition & 0 deletions install/config/webcampak.apache2.conf
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
Alias /app_dev.php/bootstrap.json /home/webcampak/webcampak/apps/ui/Sencha/App6.0/workspace/Desktop/bootstrap.json
Alias /app_dev.php/app.js /home/webcampak/webcampak/apps/ui/Sencha/App6.0/workspace/Desktop/app.js
Alias /app_dev.php/app/ /home/webcampak/webcampak/apps/ui/Sencha/App6.0/workspace/Desktop/app/
Alias /app_dev.php/overrides/ /home/webcampak/webcampak/apps/ui/Sencha/App6.0/workspace/Desktop/overrides/
Alias /app.php/app.json /home/webcampak/webcampak/apps/ui/Sencha/App6.0/workspace/build/production/WPAKD/app.json
Alias /app.php/app.js /home/webcampak/webcampak/apps/ui/Sencha/App6.0/workspace/build/production/WPAKD/app.js
Alias /app_test.php/app.json /home/webcampak/webcampak/apps/ui/Sencha/App6.0/workspace/build/testing/WPAKD/app.json
Expand Down

0 comments on commit 2f2e774

Please sign in to comment.