Skip to content

Commit

Permalink
Adiciona brasil.gov.portlets como dependência de Portal Padrão
Browse files Browse the repository at this point in the history
  • Loading branch information
Danilo Barbato committed Mar 10, 2015
1 parent 54eb24e commit 25030d2
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ Histórico de Alterações
^^^^^^^^^^^^^^^^^^
* Corrige bug em paginação na visão de galeria de álbuns.
[dbarbato]
* Adiciona brasil.gov.portlets como dependência de Portal Padrão.
[dbarbato]


1.0.5 (2014-12-05)
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
install_requires=[
'brasil.gov.agenda',
'brasil.gov.barra',
'brasil.gov.portlets',
'brasil.gov.temas',
'brasil.gov.tiles',
'brasil.gov.vcge',
Expand Down
3 changes: 3 additions & 0 deletions src/brasil/gov/portal/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
SHOW_DEPS = [
'brasil.gov.agenda',
'brasil.gov.barra',
'brasil.gov.portlets',
'brasil.gov.tiles',
'brasil.gov.vcge',
'collective.cover',
Expand All @@ -63,6 +64,7 @@
'brasil.gov.portal.upgrades.v3000',
'brasil.gov.portal.upgrades.v4000',
'brasil.gov.portal.upgrades.v5000',
'brasil.gov.portlets.upgrades.v1000',
'brasil.gov.tiles.upgrades.v2000',
'brasil.gov.vcge.at',
'brasil.gov.vcge.dx',
Expand Down Expand Up @@ -120,6 +122,7 @@
'brasil.gov.portal.upgrades.v3000:default',
'brasil.gov.portal.upgrades.v4000:default',
'brasil.gov.portal.upgrades.v5000:default',
'brasil.gov.portlets.upgrades.v1000',
'brasil.gov.portal:default',
'brasil.gov.portal:initcontent',
'brasil.gov.portal:testfixture',
Expand Down
1 change: 1 addition & 0 deletions src/brasil/gov/portal/dependencies.zcml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

<include package="brasil.gov.agenda" />
<include package="brasil.gov.barra" />
<include package="brasil.gov.portlets" />
<include package="brasil.gov.temas" />
<include package="brasil.gov.tiles" />
<include package="brasil.gov.vcge" />
Expand Down
1 change: 1 addition & 0 deletions src/brasil/gov/portal/profiles/default/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<dependency>profile-plone.app.theming:default</dependency>
<dependency>profile-brasil.gov.agenda:default</dependency>
<dependency>profile-brasil.gov.barra:default</dependency>
<dependency>profile-brasil.gov.portlets:default</dependency>
<dependency>profile-brasil.gov.vcge.at:default</dependency>
<dependency>profile-brasil.gov.vcge.dx:default</dependency>
<dependency>profile-Products.Doormat:default</dependency>
Expand Down
1 change: 1 addition & 0 deletions src/brasil/gov/portal/tests/test_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
DEPENDENCIES = [
'brasil.gov.agenda',
'brasil.gov.barra',
'brasil.gov.portlets',
'brasil.gov.tiles',
'brasil.gov.vcge',
'collective.cover',
Expand Down

0 comments on commit 25030d2

Please sign in to comment.