Skip to content

Commit

Permalink
fix plone.app.search work
Browse files Browse the repository at this point in the history
  • Loading branch information
vangheem committed Feb 7, 2015
1 parent 56218a4 commit d783a28
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 0 additions & 1 deletion plone/app/upgrade/v42/profiles/to_rc1/metadata.xml
Expand Up @@ -3,6 +3,5 @@
<version>1</version>
<dependencies>
<dependency>profile-plone.app.jquery:default</dependency>
<dependency>profile-plone.app.search:default</dependency>

This comment has been minimized.

Copy link
@gforcada

gforcada Feb 7, 2015

Contributor

does this really need to be removed from the upgrades to 4.2 profile?

This comment has been minimized.

Copy link
@vangheem

vangheem via email Feb 7, 2015

Author Member

This comment has been minimized.

Copy link
@vangheem

vangheem via email Feb 7, 2015

Author Member
</dependencies>
</metadata>
7 changes: 7 additions & 0 deletions plone/app/upgrade/v50/profiles/to_alpha3/registry.xml
Expand Up @@ -883,6 +883,12 @@
<value key="js">plone_javascript_variables.js</value>
</records>

<records prefix="plone.resources/resource-search-js"
interface='Products.CMFPlone.interfaces.IResourceRegistry'>
<value key="js">++resource++search.js</value>
<value key="deps">jquery</value>
</records>

<records prefix="plone.resources/cookie_functions"
interface='Products.CMFPlone.interfaces.IResourceRegistry'>
<value key="js">cookie_functions.js</value>
Expand Down Expand Up @@ -986,6 +992,7 @@
interface='Products.CMFPlone.interfaces.IBundleRegistry'>
<value key="resources">
<element>plone</element>
<element>resource-search-js</element>
</value>
<value key="enabled">True</value>
<value key="jscompilation">++plone++static/plone-compiled.js</value>
Expand Down

1 comment on commit d783a28

@mister-roboto
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TESTS FAILED
Mr.Roboto url : http://jenkins.plone.org/roboto/get_info?push=8abaa095307947388120f4026ec72dbd
plone-4.3-python-2.6 [FAILURE]
plone-4.3-python-2.7 [SUCCESS]
plone-5.0-python-2.7 [FAILURE]

Please sign in to comment.