Skip to content

Commit

Permalink
Merge remote-tracking branch 'remotes/dev/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
rgrebenchuk committed Dec 5, 2013
2 parents 69934e2 + 4079080 commit 8272fef
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 27 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,13 @@
CHANGELOG for 1.0.0-beta5
===================
This changelog references the relevant changes (new features, changes and bugs) done in 1.0.0-beta5 versions.

* 1.0.0-beta5 (2013-12-05)
* Reports creation wizard (Table reports)
* B2B Sales Flow adjustments
* Call entity
* Add weather layer in the map on contact view page

CHANGELOG for 1.0.0-beta4
===================
This changelog references the relevant changes (new features, changes and bugs) done in 1.0.0-beta4 versions.
Expand Down
4 changes: 3 additions & 1 deletion app/AppKernel.php
Expand Up @@ -8,7 +8,9 @@ class AppKernel extends OroKernel
{
public function registerBundles()
{
$bundles = array();
$bundles = array(
//bundles
);

if (in_array($this->getEnvironment(), array('dev', 'test'))) {
$bundles[] = new Symfony\Bundle\WebProfilerBundle\WebProfilerBundle();
Expand Down
3 changes: 0 additions & 3 deletions app/config/config.yml
Expand Up @@ -205,9 +205,6 @@ a2lix_translation_form:
locales: [en, fr]
templating: "OroUIBundle:Form:translateable.html.twig"

apy_js_form_validation:
check_modes: [submit]

lexik_maintenance:
authorized:
path: "maintenance|.*\.js" # "maintenance" is only for demo purposes, remove in production!
Expand Down
2 changes: 0 additions & 2 deletions app/config/config_dev.yml
Expand Up @@ -22,8 +22,6 @@ twig:
base_template_class: Oro\Bundle\UIBundle\Twig\Template

oro_assetic:
js_debug: ~
js_debug_all: false
css_debug: ~
css_debug_all: false

Expand Down
5 changes: 1 addition & 4 deletions app/config/routing.yml
Expand Up @@ -12,9 +12,6 @@ _imagine:
resource: .
type: imagine

_apy_jsformvalidation:
resource: "@APYJsFormValidationBundle/Resources/config/routing/routing.yml"

#
# ORO routes
#
Expand All @@ -26,4 +23,4 @@ oro_default:

oro_auto_routing:
resource: .
type: oro_auto
type: oro_auto
12 changes: 4 additions & 8 deletions composer.json
Expand Up @@ -10,25 +10,21 @@
}
},
"require": {
"oro/platform": "1.0.0-beta4",
"oro/crm": "1.0.0-beta4"
"oro/platform": "1.0.0-beta5",
"oro/crm": "1.0.0-beta5"
},
"scripts": {
"post-install-cmd": [
"Incenteev\\ParameterHandler\\ScriptHandler::buildParameters",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile",
"php app/console fos:js-routing:dump --target=web/js/routes.js"
"Oro\\Bundle\\InstallerBundle\\Composer\\ScriptHandler::installAssets"
],
"post-update-cmd": [
"Incenteev\\ParameterHandler\\ScriptHandler::buildParameters",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile",
"php app/console fos:js-routing:dump --target=web/js/routes.js"
"Oro\\Bundle\\InstallerBundle\\Composer\\ScriptHandler::installAssets"
]
},
"minimum-stability": "dev",
Expand Down
13 changes: 4 additions & 9 deletions web/install.php

Large diffs are not rendered by default.

0 comments on commit 8272fef

Please sign in to comment.