Ignore:
Timestamp:
Jul 9, 2010 2:45:51 PM (14 years ago)
Author:
chervol
Message:

#27: Force blog_view accept additional query parameters

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.blog.star/trunk/quintagroup/blog/star/configure.zcml

    r2639 r2656  
    1111  <include package=".browser" /> 
    1212 
    13   <genericsetup:registerProfile 
    14      name="default" 
    15      title="Quintagroup blog.star customization" 
    16      directory="profiles/default" 
    17      description="Generic setup for Quintagroup blogging" 
    18      provides="Products.GenericSetup.interfaces.EXTENSION" 
    19      /> 
     13  <adapter 
     14    factory=".adapters.FolderEntryGetter" 
     15    /> 
     16 
     17  <adapter 
     18    factory=".adapters.TopicEntryGetter" 
     19    /> 
     20 
    2021 
    2122  <genericsetup:registerProfile 
    22      name="uninstall" 
    23      title="Uninstall Quintagroup blog.star customization" 
    24      directory="profiles/uninstall" 
    25      description="Uninstall Quintagroup blogging" 
    26      provides="Products.GenericSetup.interfaces.EXTENSION" 
    27      /> 
     23    name="default" 
     24    title="Quintagroup blog.star customization" 
     25    directory="profiles/default" 
     26    description="Generic setup for Quintagroup blogging" 
     27    provides="Products.GenericSetup.interfaces.EXTENSION" 
     28    /> 
     29 
     30  <genericsetup:registerProfile 
     31    name="uninstall" 
     32    title="Uninstall Quintagroup blog.star customization" 
     33    directory="profiles/uninstall" 
     34    description="Uninstall Quintagroup blogging" 
     35    provides="Products.GenericSetup.interfaces.EXTENSION" 
     36    /> 
    2837 
    2938</configure> 
Note: See TracChangeset for help on using the changeset viewer.