Changeset 3335


Ignore:
Timestamp:
08/09/13 05:58:01 (11 years ago)
Author:
mwindhouwer
Message:

M mod-ISOcat-manage-system*

  • added a backend plugin to change the status of one or more DCs
Location:
cats/ISOcat/trunk/mod-ISOcat-manage-system
Files:
2 added
3 edited

Legend:

Unmodified
Added
Removed
  • cats/ISOcat/trunk/mod-ISOcat-manage-system/entrypoints.xml

    r2029 r3335  
    129129        <icon>ffcpl:/mod_ISOcat_manage_system/plugin/icon.png</icon>
    130130    </entrypoint>
     131    <entrypoint>
     132        <name>mod_ISOcat_manage_system_plugin_dc-status</name>
     133        <uri>ffcpl:/mod_ISOcat_manage_system/plugin/dc-status.xhtml</uri>
     134        <indexable>
     135            <title>ISOcat DC status</title>
     136            <desc>Update the status of one or more DCs</desc>
     137            <keywords/>
     138        </indexable>
     139        <fullTextIndex/>
     140        <categories>app</categories>
     141        <group>ISOcat manage system plugin</group>
     142        <icon>ffcpl:/mod_ISOcat_manage_system/plugin/icon.png</icon>
     143    </entrypoint>
    131144</entrypoints>
  • cats/ISOcat/trunk/mod-ISOcat-manage-system/manage/links.xml

    r2029 r3335  
    2828        <int>active:sloot.accessor+operand@ffcpl:/manage/forumsync.acc</int>
    2929    </link>
     30    <link>
     31        <ext>/dc-status</ext>
     32        <int>active:sloot.accessor+operand@ffcpl:/manage/dc-status.acc</int>
     33        <args>param</args>
     34    </link>
    3035</links>
  • cats/ISOcat/trunk/mod-ISOcat-manage-system/plugin/plugin.xml

    r2029 r3335  
    1919        <entrypoint>mod_ISOcat_manage_system_plugin_goldenthread</entrypoint>
    2020        <entrypoint>mod_ISOcat_manage_system_plugin_forumsync</entrypoint>
     21        <entrypoint>mod_ISOcat_manage_system_plugin_dc-status</entrypoint>
    2122    </entrypoints>
    2223</list>
Note: See TracChangeset for help on using the changeset viewer.