source: products/quintagroup.quills.extras/trunk/quintagroup/quills/extras/configure.zcml @ 1239

Last change on this file since 1239 was 1225, checked in by mylan, 15 years ago

Merged revisions 2250-2256,2258 via svnmerge from
http://svn.quintagroup.com/products/quintagroup.quills.extras/branches/no_webresults

........

r2250 | mylan | 2009-08-05 17:50:46 +0300 (Wed, 05 Aug 2009) | 2 lines


moved webresults site cusomizations into elaw.quills.webresults package (#37)

........

r2251 | mylan | 2009-08-05 21:25:35 +0300 (Wed, 05 Aug 2009) | 1 line


Bind off from 4webresults theme skin: rebind resources to IQuillsExtrasLayer (browser layer), change QuillsLinks? portlet registration

........

r2252 | mylan | 2009-08-05 22:28:15 +0300 (Wed, 05 Aug 2009) | 1 line


Fix bug with quills_header_macros

........

r2253 | mylan | 2009-08-06 17:45:39 +0300 (Thu, 06 Aug 2009) | 1 line


Added tests for quills

........

r2254 | mylan | 2009-08-06 17:48:25 +0300 (Thu, 06 Aug 2009) | 1 line


Added support of both qPloneComments or quintagroup.plonecomments products

........

r2255 | mylan | 2009-08-06 19:26:31 +0300 (Thu, 06 Aug 2009) | 1 line


Move entry & weblog macroses from skins to /browser (acording to quills.app v.1.7.3)

........

r2256 | mylan | 2009-08-06 20:18:07 +0300 (Thu, 06 Aug 2009) | 1 line


Debug macroses refactoring, #37

........

r2258 | mylan | 2009-08-07 15:15:54 +0300 (Fri, 07 Aug 2009) | 1 line


Update tests because of integration quills with quintagroup.plonecomments (#37)

........

File size: 1.2 KB
Line 
1<configure
2    xmlns="http://namespaces.zope.org/zope"
3    xmlns:five="http://namespaces.zope.org/five"
4    xmlns:genericsetup="http://namespaces.zope.org/genericsetup"
5    xmlns:cmf="http://namespaces.zope.org/cmf"
6    xmlns:zcml="http://namespaces.zope.org/zcml"
7    i18n_domain="quintagroup.quills.extras">
8
9  <include package=".browser" />
10
11  <include package=".portlets" />
12
13  <adapter
14      zcml:condition="installed quintagroup.canonicalpath"
15      for="quills.core.interfaces.IPossibleWeblogEntry"
16      provides="quintagroup.canonicalpath.interfaces.ICanonicalPath"
17      factory=".adapters.quillsCanonicalPathAdapter"
18      />
19
20  <adapter
21      zcml:condition="installed quintagroup.canonicalpath"
22      for="quills.core.interfaces.IWeblogEntry"
23      provides="quintagroup.canonicalpath.interfaces.ICanonicalPath"
24      factory=".adapters.quillsCanonicalPathAdapter"
25      />
26
27  <!-- profiles -->
28  <genericsetup:registerProfile
29      name="default"
30      title="quintagroup.quills.extras"
31      directory="profiles/default"
32      description="Extension profile which extends quills paroduct."
33      provides="Products.GenericSetup.interfaces.EXTENSION"
34      for="Products.CMFPlone.interfaces.IPloneSiteRoot"
35      />
36
37</configure>
Note: See TracBrowser for help on using the repository browser.