Commit 9332d1825e6b9446aeef1ec0f5198929f7d0c0fc
Committed by
Luciano Prestes
1 parent
bdb676c6
Exists in
master
and in
31 other branches
Remove redmine
Showing
7 changed files
with
0 additions
and
45 deletions
Show diff stats
colab/plugins/redmine/__init__.py
colab/plugins/redmine/apps.py
colab/plugins/redmine/data_api.py
colab/plugins/redmine/diazo.xml
... | ... | @@ -1,11 +0,0 @@ |
1 | -<rules | |
2 | - xmlns="http://namespaces.plone.org/diazo" | |
3 | - xmlns:css="http://namespaces.plone.org/diazo/css" | |
4 | - xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> | |
5 | - | |
6 | - <before theme-children="/html/head" content-children="/html/head" /> | |
7 | - <before css:theme-children="#main-content" css:content-children="body" /> | |
8 | - | |
9 | - <merge attributes="class" css:theme="body" css:content="body" /> | |
10 | - <drop css:content="#top-panel" /> | |
11 | -</rules> |
colab/plugins/redmine/models.py
colab/plugins/redmine/urls.py