1
0
mirror of https://github.com/e107inc/e107.git synced 2025-05-02 02:07:52 +02:00

Plugin.xml spec change.

This commit is contained in:
CaMer0n 2009-09-24 00:11:21 +00:00
parent 127a3e1361
commit 8207b9bed4
22 changed files with 172 additions and 200 deletions

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<!-- $Id: plugin.xml,v 1.5 2009-09-21 22:14:43 e107coders Exp $ --> <!-- $Id: plugin.xml,v 1.6 2009-09-24 00:11:19 e107coders Exp $ -->
<e107Plugin name="LAN_ALT_65" version="0.4" compatibility="0.8" installRequired="true" > <e107Plugin name="LAN_ALT_65" version="0.4" compatibility="0.8" installRequired="true" >
<author name="e107 Inc." url="e107.org" email="mcfly@e107.org" /> <author name="e107 Inc." url="e107.org" email="mcfly@e107.org" />
@ -8,16 +8,15 @@
<category>users</category> <category>users</category>
<copyright>Copyright e107 Inc e107.org, Licensed under GPL (http://www.gnu.org/licenses/gpl.txt)</copyright> <copyright>Copyright e107 Inc e107.org, Licensed under GPL (http://www.gnu.org/licenses/gpl.txt)</copyright>
<logLanguageFile filename="languages/--LAN--/--LAN--_log.php" /> <logLanguageFile filename="languages/--LAN--/--LAN--_log.php" />
<administration> <adminLinks>
<configFile>alt_auth_conf.php</configFile> <link url='alt_auth_conf.php' description='LAN_ALT_67' icon='images/alt_auth_32.png' iconSmall='images/alt_auth_16.png' primary='true' >LAN_ALT_67</link>
<icon>images/alt_auth_32.png</icon> </adminLinks>
<iconSmall>images/alt_auth_16.png</iconSmall>
<caption>LAN_ALT_67</caption>
<installDone>LAN_ALT_68</installDone>
</administration>
<mainPrefs> <mainPrefs>
<pref name="auth_noconn">0</pref> <pref name="auth_noconn">0</pref>
<pref name="auth_nouser">0</pref> <pref name="auth_nouser">0</pref>
<pref name="auth_extended"></pref> <pref name="auth_extended"></pref>
</mainPrefs> </mainPrefs>
<management>
<installDone>LAN_ALT_68</installDone>
</management>
</e107Plugin> </e107Plugin>

View File

@ -9,11 +9,11 @@
* Alternate News * Alternate News
* *
* $Source: /cvs_backup/e107_0.8/e107_plugins/alt_news/alt_news.php,v $ * $Source: /cvs_backup/e107_0.8/e107_plugins/alt_news/alt_news.php,v $
* $Revision: 1.5 $ * $Revision: 1.6 $
* $Date: 2009-08-23 10:57:50 $ * $Date: 2009-09-24 00:11:19 $
* $Author: marj_nl_fr $ * $Author: e107coders $
*/ */
//TODO should be moved into the shortcode, and the shortcode moved into the 'news' plugin folder.
if (!defined('e107_INIT')) { exit; } if (!defined('e107_INIT')) { exit; }
require_once(e_HANDLER."news_class.php"); require_once(e_HANDLER."news_class.php");

View File

@ -1,19 +1,14 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<!-- $Id: plugin.xml,v 1.2 2009-09-18 22:36:09 e107coders Exp $ --> <!-- $Id: plugin.xml,v 1.3 2009-09-24 00:11:19 e107coders Exp $ -->
<e107Plugin name="Banners" version="1.0" compatibility="0.8" installRequired="true"> <e107Plugin name="Banners" version="1.0" compatibility="0.8" installRequired="true" releaseUrl=''>
<author name="e107 Inc." url="http://e107.org" email="jalist@e107.org" /> <author name="e107 Inc." url="http://e107.org" email="jalist@e107.org" />
<description>FBLAN_02</description> <description>FBLAN_02</description>
<logLanguageFile filename="languages/--LAN--_admin_banner.php" /> <logLanguageFile filename="languages/--LAN--_admin_banner.php" />
<folder>banner</folder>
<category>content</category> <category>content</category>
<copyright>Copyright e107 Inc e107.org, Licensed under GPL (http://www.gnu.org/licenses/gpl.txt)</copyright> <copyright>Copyright e107 Inc e107.org, Licensed under GPL (http://www.gnu.org/licenses/gpl.txt)</copyright>
<administration> <adminLinks>
<configFile>admin_banner.php</configFile> <link url='admin_banner.php' description='Configure Banners' icon='images/banners_32.png' iconSmall='images/banners_16.png' primary='true' >Configure Banners</link>
<icon>images/banners_32.png</icon> </adminLinks>
<iconSmall>images/banners_16.png</iconSmall>
<caption>Configure Banners</caption>
<installDone></installDone>
</administration>
</e107Plugin> </e107Plugin>

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<!-- $Id: plugin.xml,v 1.9 2009-09-21 22:14:43 e107coders Exp $ --> <!-- $Id: plugin.xml,v 1.10 2009-09-24 00:11:19 e107coders Exp $ -->
<e107Plugin name="EC_ADLAN_1" version="3.70" compatibility="0.8" installRequired="true"> <e107Plugin name="EC_ADLAN_1" version="3.70" compatibility="0.8" installRequired="true">
<author name="e107 Inc. + Barry" url="http://e107.org" /> <author name="e107 Inc. + Barry" url="http://e107.org" />
@ -9,14 +9,12 @@
<category>content</category> <category>content</category>
<installLanguageFile filename="languages/--LAN--_install.php" /> <installLanguageFile filename="languages/--LAN--_install.php" />
<logLanguageFile filename="languages/--LAN--_log.php" /> <logLanguageFile filename="languages/--LAN--_log.php" />
<administration> <adminLinks>
<configFile>admin_config.php</configFile> <link url='admin_config.php' description='EC_ADINST_LAN_05' icon='images/calendar_32.png' iconSmall='images/calendar_16.png' primary='true' >EC_ADINST_LAN_05</link>
<icon>images/calendar_32.png</icon> </adminLinks>
<iconSmall>images/calendar_16.png</iconSmall> <siteLinks>
<caption>EC_ADINST_LAN_05</caption> <link url="calendar_menu/calendar.php" >Calendar</link>
<installDone>EC_ADINST_LAN_04</installDone> </siteLinks>
</administration>
<menuLink name="Calendar" url="calendar_menu/calendar.php" />
<mainPrefs> <mainPrefs>
<pref name="eventpost_admin">254</pref> <pref name="eventpost_admin">254</pref>
<pref name="eventpost_super">254</pref> <pref name="eventpost_super">254</pref>
@ -60,5 +58,6 @@
<install when="post" type="classFunction" file="calendar_install.php" class="calendarInstall" function="postInstall" /> <install when="post" type="classFunction" file="calendar_install.php" class="calendarInstall" function="postInstall" />
<uninstall when="pre" type="classFunction" file="calendar_install.php" class="calendarInstall" function="preUninstall" /> <uninstall when="pre" type="classFunction" file="calendar_install.php" class="calendarInstall" function="preUninstall" />
<upgrade when="pre" type="classFunction" file="calendar_install.php" class="calendarInstall" function="postUpgrade" /> <upgrade when="pre" type="classFunction" file="calendar_install.php" class="calendarInstall" function="postUpgrade" />
<installDone>EC_ADINST_LAN_04</installDone>
</management> </management>
</e107Plugin> </e107Plugin>

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<!-- $Id: plugin.xml,v 1.6 2009-09-21 22:14:43 e107coders Exp $ --> <!-- $Id: plugin.xml,v 1.7 2009-09-24 00:11:19 e107coders Exp $ -->
<e107Plugin name="CHBLAN_40" version="1.0" compatibility="0.8" installRequired="true"> <e107Plugin name="CHBLAN_40" version="1.0" compatibility="0.8" installRequired="true">
<author name="e107 Inc." url="http://e107.org" email="jalist@e107.org" /> <author name="e107 Inc." url="http://e107.org" email="jalist@e107.org" />
@ -8,12 +8,9 @@
<category>content</category> <category>content</category>
<logLanguageFile filename="languages/--LAN--/--LAN--_config.php" /> <logLanguageFile filename="languages/--LAN--/--LAN--_config.php" />
<copyright>Copyright e107 Inc e107.org, Licensed under GPL (http://www.gnu.org/licenses/gpl.txt)</copyright> <copyright>Copyright e107 Inc e107.org, Licensed under GPL (http://www.gnu.org/licenses/gpl.txt)</copyright>
<administration> <adminLinks>
<configFile>admin_chatbox.php</configFile> <link url='admin_chatbox.php' description='LAN_CONFIGURE' icon='images/chatbox_32.png' iconSmall='images/chatbox_16.png' primary='true' >LAN_CONFIGURE</link>
<icon>images/chatbox_32.png</icon> </adminLinks>
<iconSmall>images/chatbox_16.png</iconSmall>
<caption>LAN_CONFIGURE</caption>
</administration>
<mainPrefs> <mainPrefs>
<pref name="chatbox_posts">10</pref> <pref name="chatbox_posts">10</pref>
<pref name="cb_wordwrap">20</pref> <pref name="cb_wordwrap">20</pref>

View File

@ -1,25 +1,22 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<!-- $Id: plugin.xml,v 1.12 2009-09-21 22:14:43 e107coders Exp $ --> <!-- $Id: plugin.xml,v 1.13 2009-09-24 00:11:19 e107coders Exp $ -->
<e107Plugin name="Download" version="1.0" compatibility="0.8" installRequired="true"> <e107Plugin name="Download" version="1.0" compatibility="0.8" installRequired="true" releaseUrl=''>
<author name="e107 Inc." url="http://e107.org" /> <author name="e107 Inc." url="http://e107.org" />
<description>DOWLAN_DESCRIPTION</description> <description>DOWLAN_DESCRIPTION</description>
<category>content</category> <category>content</category>
<installLanguageFile filename="languages/--LAN--/admin_download.php" /> <installLanguageFile filename="languages/--LAN--/admin_download.php" />
<administration> <adminLinks>
<configFile>admin_download.php</configFile> <link url='admin_download.php' description='LAN_CONFIGURE' icon='images/downloads_32.png' iconSmall='images/downloads_16.png' primary='true' >DOWLAN_CAPTION</link>
<subMenuItem title="DOWLAN_29" description="" link="admin_download.php" icon="manage" /> <link url='admin_download.php' description='' icon='manage' iconSmall=''>DOWLAN_29</link>
<subMenuItem title="DOWLAN_30" description="" link="admin_download.php?create" icon="add" /> <link url='admin_download.php?create' description='' icon='add' iconSmall=''>DOWLAN_30</link>
<subMenuItem title="DOWLAN_31" description="" link="admin_download.php?cat" icon="images/downloads_32.png" /> <link url='admin_download.php?cat' description='' icon='images/downloads_32.png' iconSmall=''>DOWLAN_31</link>
<subMenuItem title="DOWLAN_32" description="" link="admin_download.php?opt" icon="settings" /> <link url='admin_download.php?opt' description='' icon='settings' iconSmall=''>DOWLAN_32</link>
<subMenuItem title="DOWLAN_112" description="" link="admin_download.php?limits" icon="images/downloads_32.png" /> <link url='admin_download.php?limits' description='' icon='images/downloads_32.png' iconSmall=''>DOWLAN_112</link>
<subMenuItem title="DOWLAN_128" description="" link="admin_download.php?mirror" icon="images/downloads_32.png" /> <link url='admin_download.php?mirror' description='' icon='images/downloads_32.png' iconSmall=''>DOWLAN_128</link>
<icon>images/downloads_32.png</icon> </adminLinks>
<iconSmall>images/downloads_16.png</iconSmall> <siteLinks>
<caption>DOWLAN_CAPTION</caption> <link url="download/download.php" perm="everyone" >DOWLAN_29</link>
<installDone>DOWLAN_INSTALL_DONE</installDone> </siteLinks>
<category>content</category>
</administration>
<menuLink name="DOWLAN_29" url="download/download.php" perm="everyone" />
<mainPrefs> <mainPrefs>
<pref name="download_php"></pref> <pref name="download_php"></pref>
<pref name="download_subsub">1</pref> <pref name="download_subsub">1</pref>
@ -38,5 +35,6 @@
<install when="post" type="classFunction" file="download_management.php" class="download_management" function="download_install_post" /> <install when="post" type="classFunction" file="download_management.php" class="download_management" function="download_install_post" />
<uninstall type="classFunction" file="download_management.php" class="download_management" function="download_uninstall" /> <uninstall type="classFunction" file="download_management.php" class="download_management" function="download_uninstall" />
<upgrade type="classFunction" file="download_management.php" class="download_management" function="download_upgrade" /> <upgrade type="classFunction" file="download_management.php" class="download_management" function="download_upgrade" />
<installDone>DOWLAN_INSTALL_DONE</installDone>
</management> </management>
</e107Plugin> </e107Plugin>

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<!-- $Id: plugin.xml,v 1.6 2009-09-21 22:14:44 e107coders Exp $ --> <!-- $Id: plugin.xml,v 1.7 2009-09-24 00:11:20 e107coders Exp $ -->
<e107Plugin name="FBLAN_01" version="1.0" compatibility="0.8" installRequired="true"> <e107Plugin name="FBLAN_01" version="1.0" compatibility="0.8" installRequired="true">
<author name="e107 Inc." url="http://e107.org" email="jalist@e107.org" /> <author name="e107 Inc." url="http://e107.org" email="jalist@e107.org" />
@ -8,14 +8,13 @@
<logLanguageFile filename="languages/--LAN--_admin_featurebox.php" /> <logLanguageFile filename="languages/--LAN--_admin_featurebox.php" />
<category>content</category> <category>content</category>
<copyright>Copyright e107 Inc e107.org, Licensed under GPL (http://www.gnu.org/licenses/gpl.txt)</copyright> <copyright>Copyright e107 Inc e107.org, Licensed under GPL (http://www.gnu.org/licenses/gpl.txt)</copyright>
<administration> <adminLinks>
<configFile>admin_config.php</configFile> <link url='admin_config.php' description='Configure feature box' icon='images/featurebox_32.png' iconSmall='images/featurebox_16.png' primary='true' >Configure feature box</link>
<icon>images/featurebox_32.png</icon> </adminLinks>
<iconSmall>images/featurebox_16.png</iconSmall>
<caption>Configure feature box</caption>
<installDone>FBLAN_04</installDone>
</administration>
<mainPrefs> <mainPrefs>
<pref name="fb_active">1</pref> <pref name="fb_active">1</pref>
</mainPrefs> </mainPrefs>
<management>
<installDone>FBLAN_04</installDone>
</management>
</e107Plugin> </e107Plugin>

View File

@ -1,18 +1,19 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<!-- $Id: plugin.xml,v 1.4 2009-09-21 22:14:44 e107coders Exp $ --> <!-- $Id: plugin.xml,v 1.5 2009-09-24 00:11:20 e107coders Exp $ -->
<e107Plugin name="GSLAN_19" version="1.0" compatibility="0.8" installRequired="true" releaseUrl='http://www.e107.org/themeupdate.php'> <e107Plugin name="GSLAN_19" version="1.0" compatibility="0.8" installRequired="true" releaseUrl=''>
<author name="e107 Inc." url="http://e107coders.org" email="cameron@e107coders.org" /> <author name="e107 Inc." url="http://e107coders.org" email="cameron@e107coders.org" />
<description>GSLAN_41</description> <description>GSLAN_41</description>
<logLanguageFile filename="languages/--LAN--_admin_gsitemap.php" /> <logLanguageFile filename="languages/--LAN--_admin_gsitemap.php" />
<copyright>Copyright e107 Inc e107.org, Licensed under GPL (http://www.gnu.org/licenses/gpl.txt)</copyright> <copyright>Copyright e107 Inc e107.org, Licensed under GPL (http://www.gnu.org/licenses/gpl.txt)</copyright>
<administration> <adminLinks>
<configFile>admin_config.php</configFile> <link url='admin_config.php' description='Configure feature box' icon='images/icon.png' iconSmall='images/icon_16.png' primary='true' >Configure Sitemap</link>
<icon>images/icon.png</icon> </adminLinks>
<iconSmall>images/icon_16.png</iconSmall> <siteLinks>
<caption>Configure Sitemap</caption> <link name="" url="/gsitemap.php?show" >Sitemap</link>
<installDone>GSLAN_42</installDone> </siteLinks>
</administration>
<menuLink name="Sitemap" url="/gsitemap.php?show" />
<pluginPrefs> <pluginPrefs>
</pluginPrefs> </pluginPrefs>
<management>
<installDone>GSLAN_42</installDone>
</management>
</e107Plugin> </e107Plugin>

View File

@ -1,18 +1,13 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<!-- $Id: plugin.xml,v 1.1 2009-07-20 15:24:34 e107coders Exp $ --> <!-- $Id: plugin.xml,v 1.2 2009-09-24 00:11:20 e107coders Exp $ -->
<e107Plugin name="LAN_CONVERT_01" version="1.0" compatibility="0.8" installRequired="true"> <e107Plugin name="LAN_CONVERT_01" version="1.0" compatibility="0.8" installRequired="true">
<author name="e107 Inc." url="http://e107.org" email="jalist@e107.org" /> <author name="e107 Inc." url="http://e107.org" email="jalist@e107.org" />
<description>Import into e107</description> <description>Import into e107</description>
<folder>import</folder>
<category>tools</category> <category>tools</category>
<copyright>Copyright e107 Inc e107.org, Licensed under GPL (http://www.gnu.org/licenses/gpl.txt)</copyright> <copyright>Copyright e107 Inc e107.org, Licensed under GPL (http://www.gnu.org/licenses/gpl.txt)</copyright>
<administration> <adminLinks>
<configFile>admin_import.php</configFile> <link url='admin_import.php' description='Import into e107' icon='images/import_32.png' iconSmall='images/import_16.png' primary='true' >Import into e107</link>
<icon>images/import_32.png</icon> </adminLinks>
<iconSmall>images/import_16.png</iconSmall>
<caption>Import into e107</caption>
<installDone></installDone>
</administration>
</e107Plugin> </e107Plugin>

View File

@ -1,21 +1,22 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<!-- $Id: plugin.xml,v 1.6 2009-09-21 22:14:44 e107coders Exp $ --> <!-- $Id: plugin.xml,v 1.7 2009-09-24 00:11:20 e107coders Exp $ -->
<e107Plugin name="LCLAN_PLUGIN_LAN_1" version="1.12" compatibility="0.8" installRequired="true"> <e107Plugin name="LCLAN_PLUGIN_LAN_1" version="1.12" compatibility="0.8" installRequired="true" releaseUrl=''>
<author name="e107 Inc." url="http://e107.org" /> <author name="e107 Inc." url="http://e107.org" />
<description>Links Page For Displaying External Web Links</description> <description>Links Page For Displaying External Web Links</description>
<category>content</category> <category>content</category>
<copyright>Copyright e107 Inc e107.org, Licensed under GPL (http://www.gnu.org/licenses/gpl.txt)</copyright> <copyright>Copyright e107 Inc e107.org, Licensed under GPL (http://www.gnu.org/licenses/gpl.txt)</copyright>
<logLanguageFile filename="languages/--LAN--_admin_links_page.php" /> <logLanguageFile filename="languages/--LAN--_admin_links_page.php" />
<administration> <adminLinks>
<configFile>admin_linkspage_config.php</configFile> <link url='admin_linkspage_config.php' description='Configure Links Page' icon='images/linkspage_32.png' iconSmall='images/linkspage_16.png' primary='true' >Configure Links Page</link>
<icon>images/linkspage_32.png</icon> </adminLinks>
<iconSmall>images/linkspage_16.png</iconSmall> <siteLinks>
<caption>Configure Links Page</caption> <link url="links_page/links.php">Links</link>
<installDone>Links page has successfully installed, please configure it from the Links Page link on the admin front page.</installDone> </siteLinks>
</administration>
<menuLink name="Links" url="links_page/links.php" />
<pluginPrefs> <pluginPrefs>
</pluginPrefs> </pluginPrefs>
<management>
<installDone>Links page has successfully installed, please configure it from the Links Page link on the admin front page.</installDone>
</management>
</e107Plugin> </e107Plugin>

View File

@ -1,30 +1,29 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<!-- $Id: plugin.xml,v 1.5 2009-09-21 22:14:44 e107coders Exp $ --> <!-- $Id: plugin.xml,v 1.6 2009-09-24 00:11:20 e107coders Exp $ -->
<e107Plugin name="LWLANINS_1" version="1.1" compatibility="0.8" installRequired="true" > <e107Plugin name="LWLANINS_1" version="1.1" compatibility="0.8" installRequired="true" >
<author name="e107 Inc." url="http://e107.org" /> <author name="e107 Inc." url="http://e107.org" />
<description>This plugin will link specified words with a defined link and/or tooltip</description> <description>This plugin will link specified words with a defined link and/or tooltip</description>
<logLanguageFile filename="languages/--LAN--_admin_linkwords.php" /> <logLanguageFile filename="languages/--LAN--_admin_linkwords.php" />
<administration> <adminLinks>
<configFile>admin_config.php</configFile> <link url='admin_config.php' description='Configure LinkWords' icon='images/linkwords_32.png' iconSmall='images/linkwords_16.png' primary='true' >Configure LinkWords</link>
<icon>images/linkwords_32.png</icon> </adminLinks>
<iconSmall>images/linkwords_16.png</iconSmall>
<caption>Configure LinkWords</caption>
<installDone>To configure please click on the link in the plugins section of the admin front page</installDone>
</administration>
<mainPrefs> <mainPrefs>
<pref name="lw_page_visibility" value="" /> <pref name="lw_page_visibility"></pref>
<pref name="lw_context_visibility" type="array"> <pref name="lw_ajax_enable">0</pref>
<key name="OLDDEFAULT" value="" /> <pref name="lw_context_visibility">array (
<key name="TITLE" value="" /> 'OLDDEFAULT' => '',
<key name="SUMMARY" value="1" /> 'TITLE' => '',
<key name="BODY" value="1" /> 'SUMMARY' => 1,
<key name="DESCRIPTION" value="1" /> 'BODY' => 1,
<key name="USER_TITLE" value="" /> 'DESCRIPTION'=> 1,
<key name="USER_BODY" value="1" /> 'USER_TITLE' => '',
<key name="LINKTEXT" value="" /> 'USER_BODY' => 1,
<key name="RAWTEXT" value="" /> 'LINKTEXT' => '',
'RAWTEXT' => ''
)
</pref> </pref>
<pref name="lw_ajax_enable" value="0" />
<arrayPref name="e_tohtml_list" value="linkwords" />
</mainPrefs> </mainPrefs>
<management>
<installDone>To configure please click on the link in the plugins section of the admin front page</installDone>
</management>
</e107Plugin> </e107Plugin>

View File

@ -1,20 +1,21 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<!-- $Id: plugin.xml,v 1.7 2009-09-21 22:14:44 e107coders Exp $ --> <!-- $Id: plugin.xml,v 1.8 2009-09-24 00:11:20 e107coders Exp $ -->
<e107Plugin name="LIST_PLUGIN_1" version="1.0" compatibility="0.8" installRequired="true"> <e107Plugin name="LIST_PLUGIN_1" version="1.0" compatibility="0.8" installRequired="true" releaseUrl=''>
<author name="e107 Inc." url="http://e107.org" /> <author name="e107 Inc." url="http://e107.org" />
<description>LIST_PLUGIN_2</description> <description>LIST_PLUGIN_2</description>
<logLanguageFile filename="languages/--LAN--_admin_list_new.php" /> <logLanguageFile filename="languages/--LAN--_admin_list_new.php" />
<copyright>Copyright e107 Inc e107.org, Licensed under GPL (http://www.gnu.org/licenses/gpl.txt)</copyright> <copyright>Copyright e107 Inc e107.org, Licensed under GPL (http://www.gnu.org/licenses/gpl.txt)</copyright>
<administration> <adminLinks>
<configFile>admin_list_config.php</configFile> <link url='admin_list_config.php' description='LIST_PLUGIN_3' icon='icon/list_32.png' iconSmall='icon/list_16.png' primary='true' >LIST_PLUGIN_3</link>
<icon>icon/list_32.png</icon> </adminLinks>
<iconSmall>icon/list_16.png</iconSmall> <siteLinks>
<caption>LIST_PLUGIN_3</caption> <link url="list_new/list.php" >LIST_PLUGIN_5</link>
<installDone>LIST_PLUGIN_4</installDone> </siteLinks>
</administration>
<menuLink name="LIST_PLUGIN_5" url="list_new/list.php" />
<pluginPrefs> <pluginPrefs>
</pluginPrefs> </pluginPrefs>
<management>
<installDone>LIST_PLUGIN_4</installDone>
</management>
</e107Plugin> </e107Plugin>

View File

@ -1,17 +1,15 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<!-- $Id: plugin.xml,v 1.6 2009-09-21 22:14:44 e107coders Exp $ --> <!-- $Id: plugin.xml,v 1.7 2009-09-24 00:11:20 e107coders Exp $ -->
<e107Plugin name="ADSTAT_L3" version="2.1" compatibility="0.8" installRequired="true" > <e107Plugin name="ADSTAT_L3" version="2.1" compatibility="0.8" installRequired="true" releaseUrl=''>
<author name="e107 Inc." url="http://e107.org" /> <author name="e107 Inc." url="http://e107.org" />
<description>ADSTAT_L1</description> <description>ADSTAT_L1</description>
<logLanguageFile filename="languages/--LAN--_admin_log.php" /> <logLanguageFile filename="languages/--LAN--_admin_log.php" />
<administration> <adminLinks>
<configFile>admin_config.php</configFile> <link url='admin_config.php' description='ADSTAT_L33' icon='images/stats_32.png' iconSmall='images/stats_16.png' primary='true' >ADSTAT_L33</link>
<icon>images/stats_32.png</icon> </adminLinks>
<iconSmall>images/stats_16.png</iconSmall> <siteLinks>
<caption>ADSTAT_L33</caption> <link url="log/stats.php?1" >ADSTAT_L34</link>
<installDone>ADSTAT_L2</installDone> </siteLinks>
</administration>
<menuLink name="ADSTAT_L34" url="log/stats.php?1" />
<mainPrefs> <mainPrefs>
<pref name="statActivate">0</pref> <pref name="statActivate">0</pref>
<pref name="statUserclass"></pref> <pref name="statUserclass"></pref>
@ -24,4 +22,7 @@
<pref name="statRecent">1</pref> <pref name="statRecent">1</pref>
<pref name="statPrevMonth">0</pref> <pref name="statPrevMonth">0</pref>
</mainPrefs> </mainPrefs>
<management>
<installDone>ADSTAT_L2</installDone>
</management>
</e107Plugin> </e107Plugin>

View File

@ -9,8 +9,8 @@
* Plugin Administration - Login menu * Plugin Administration - Login menu
* *
* $Source: /cvs_backup/e107_0.8/e107_plugins/login_menu/config.php,v $ * $Source: /cvs_backup/e107_0.8/e107_plugins/login_menu/config.php,v $
* $Revision: 1.7 $ * $Revision: 1.8 $
* $Date: 2009-07-21 07:10:25 $ * $Date: 2009-09-24 00:11:20 $
* $Author: e107coders $ * $Author: e107coders $
* *
*/ */
@ -74,7 +74,7 @@ if ($_POST['update_menu'])
unset($menu_pref['login_menu']); unset($menu_pref['login_menu']);
$menu_pref['login_menu'] = $_POST['pref']; $menu_pref['login_menu'] = $_POST['pref'];
$tmp = addslashes(serialize($menu_pref)); $tmp = addslashes(serialize($menu_pref)); //TODO Save using ArrayStorage.
$sql->db_Update("core", "e107_value='{$tmp}' WHERE e107_name='menu_pref' "); $sql->db_Update("core", "e107_value='{$tmp}' WHERE e107_name='menu_pref' ");
$admin_log->log_event('MISC_03','', E_LOG_INFORMATIVE,''); $admin_log->log_event('MISC_03','', E_LOG_INFORMATIVE,'');
$ns->tablerender("", '<div style=\'text-align:center\'><b>'.LAN_SETSAVED.'</b></div>'); $ns->tablerender("", '<div style=\'text-align:center\'><b>'.LAN_SETSAVED.'</b></div>');

View File

@ -1,23 +1,23 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<!-- Copyright e107 Inc e107.org, Licensed under GNU GPL (http://www.gnu.org/licenses/gpl.txt) --> <!-- Copyright e107 Inc e107.org, Licensed under GNU GPL (http://www.gnu.org/licenses/gpl.txt) -->
<!-- $Id: plugin.xml,v 1.5 2009-09-21 22:14:44 e107coders Exp $ --> <!-- $Id: plugin.xml,v 1.6 2009-09-24 00:11:20 e107coders Exp $ -->
<e107Plugin name="NFLAN_01" version="2.0" compatibility="0.8" installRequired="true"> <e107Plugin name="NFLAN_01" version="2.0" compatibility="0.8" installRequired="true">
<author name="e107 Inc." url="http://e107.org" email="jalist@e107.org" /> <author name="e107 Inc." url="http://e107.org" email="jalist@e107.org" />
<description>NFLAN_02</description> <description>NFLAN_02</description>
<folder>newsfeed</folder>
<category>content</category> <category>content</category>
<copyright>Copyright e107 Inc e107.org, Licensed under GPL (http://www.gnu.org/licenses/gpl.txt)</copyright> <copyright>Copyright e107 Inc e107.org, Licensed under GPL (http://www.gnu.org/licenses/gpl.txt)</copyright>
<logLanguageFile filename="languages/--LAN--_admin_newsfeed.php" /> <logLanguageFile filename="languages/--LAN--_admin_newsfeed.php" />
<administration> <adminLinks>
<configFile>admin_config.php</configFile> <link url='admin_config.php' description='Configure Newsfeeds' icon='images/newsfeed_32.png' iconSmall='images/newsfeed_16.png' primary='true' >Configure Newsfeeds</link>
<icon>images/newsfeed_32.png</icon> </adminLinks>
<iconSmall>images/newsfeed_16.png</iconSmall> <siteLinks>
<caption>Configure newsfeeds</caption> <link url="newsfeed/newsfeed.php" >Newsfeeds</link>
<installDone>NFLAN_02</installDone> </siteLinks>
</administration>
<menuLink name="Newsfeeds" url="newsfeed/newsfeed.php" />
<pluginPrefs> <pluginPrefs>
</pluginPrefs> </pluginPrefs>
<management>
<installDone>NFLAN_02</installDone>
</management>
</e107Plugin> </e107Plugin>

View File

@ -1,19 +1,18 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<!-- $Id: plugin.xml,v 1.3 2009-09-21 22:14:44 e107coders Exp $ --> <!-- $Id: plugin.xml,v 1.4 2009-09-24 00:11:20 e107coders Exp $ -->
<e107Plugin name="PDF_PLUGIN_LAN_1" version="1.0" compatibility="0.8" installRequired="true"> <e107Plugin name="PDF_PLUGIN_LAN_1" version="1.0" compatibility="0.8" installRequired="true" releaseUrl=''>
<author name="Eric Vanderfeesten (lisa)" url="http://eindhovenseschool.net" email="lisa@eindhovenseschool.net" /> <author name="Eric Vanderfeesten (lisa)" url="http://eindhovenseschool.net" email="lisa@eindhovenseschool.net" />
<description>PDF_PLUGIN_LAN_2</description> <description>PDF_PLUGIN_LAN_2</description>
<copyright>Copyright e107 Inc e107.org, Licensed under GPL (http://www.gnu.org/licenses/gpl.txt)</copyright> <copyright>Copyright e107 Inc e107.org, Licensed under GPL (http://www.gnu.org/licenses/gpl.txt)</copyright>
<logLanguageFile filename="languages/--LAN--_admin_pdf.php" /> <logLanguageFile filename="languages/--LAN--_admin_pdf.php" />
<administration> <adminLinks>
<configFile>admin_pdf_config.php</configFile> <link url='admin_pdf_config.php' description='PDF' icon='images/pdf_32.png' iconSmall='images/pdf_16.png' primary='true' >PDF</link>
<icon>images/pdf_32.png</icon> </adminLinks>
<iconSmall>images/pdf_16.png</iconSmall>
<caption>PDF</caption>
<installDone>PDF_PLUGIN_LAN_4</installDone>
</administration>
<pluginPrefs> <pluginPrefs>
</pluginPrefs> </pluginPrefs>
<management>
<installDone>PDF_PLUGIN_LAN_4</installDone>
</management>
</e107Plugin> </e107Plugin>

View File

@ -1,16 +1,12 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<!-- $Id: plugin.xml,v 1.10 2009-07-19 14:48:01 marj_nl_fr Exp $ --> <!-- $Id: plugin.xml,v 1.11 2009-09-24 00:11:20 e107coders Exp $ -->
<e107Plugin name="ADLAN_PM" version="3.0" compatibility="0.8" installRequired="true"> <e107Plugin name="ADLAN_PM" version="3.0" compatibility="0.8" installRequired="true">
<author name="e107 Inc." email="mcfly@e107.org" /> <author name="e107 Inc." email="mcfly@e107.org" />
<description>ADLAN_PM_57</description> <description>ADLAN_PM_57</description>
<folder>pm</folder>
<category>users</category> <category>users</category>
<administration> <adminLinks>
<configFile>pm_conf.php</configFile> <link url='pm_conf.php' description='ADLAN_PM_2' icon='images/pvt_message_32.png' iconSmall='images/pvt_message_16.png' primary='true' >ADLAN_PM_2</link>
<icon>images/pvt_message_32.png</icon> </adminLinks>
<iconSmall>images/pvt_message_16.png</iconSmall>
<caption>ADLAN_PM_2</caption>
</administration>
<management> <management>
<install type="fileFunction" file="pm_install.php" function="forum_install" /> <install type="fileFunction" file="pm_install.php" function="forum_install" />
<uninstall type="fileFunction" file="pm_uninstall.php" function="forum_uninstall" /> <uninstall type="fileFunction" file="pm_uninstall.php" function="forum_uninstall" />

View File

@ -1,19 +1,16 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<!-- $Id: plugin.xml,v 1.9 2009-09-21 22:14:45 e107coders Exp $ --> <!-- $Id: plugin.xml,v 1.10 2009-09-24 00:11:20 e107coders Exp $ -->
<e107Plugin name="POLL_ADLAN01" version="2.0" compatibility="0.8" installRequired="true" > <e107Plugin name="POLL_ADLAN01" version="2.0" compatibility="0.8" installRequired="true" >
<author name="e107 Inc." url="http://e107.org" /> <author name="e107 Inc." url="http://e107.org" />
<description>POLL_ADLAN02</description> <description>POLL_ADLAN02</description>
<folder>poll</folder>
<category>content</category> <category>content</category>
<logLanguageFile filename="languages/--LAN--_admin_poll.php" /> <logLanguageFile filename="languages/--LAN--_admin_poll.php" />
<commentID>poll</commentID> <adminLinks>
<administration> <link url='admin_config.php' description='POLL_ADLAN03' icon='images/polls_32.png' iconSmall='images/polls_16.png' primary='true' >POLL_ADLAN03</link>
<configFile>admin_config.php</configFile> </adminLinks>
<icon>images/polls_32.png</icon>
<iconSmall>images/polls_16.png</iconSmall>
<caption>POLL_ADLAN03</caption>
<installDone>POLL_ADLAN04</installDone>
</administration>
<pluginPrefs> <pluginPrefs>
</pluginPrefs> </pluginPrefs>
<comments>
<comment name='poll' />
</comments>
</e107Plugin> </e107Plugin>

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<!-- $Id: plugin.xml,v 1.6 2009-09-21 22:14:45 e107coders Exp $ --> <!-- $Id: plugin.xml,v 1.7 2009-09-24 00:11:20 e107coders Exp $ -->
<e107Plugin name="RSS_PLUGIN_LAN_1" version="1.3" compatibility="0.8" installRequired="true"> <e107Plugin name="RSS_PLUGIN_LAN_1" version="1.3" compatibility="0.8" installRequired="true">
<author name="e107 Inc." url="http://e107.org" /> <author name="e107 Inc." url="http://e107.org" />
@ -9,12 +9,9 @@
<category>misc</category> <category>misc</category>
<logLanguageFile filename="languages/--LAN--_admin_rss_menu.php" /> <logLanguageFile filename="languages/--LAN--_admin_rss_menu.php" />
<copyright>Copyright e107 Inc e107.org, Licensed under GPL (http://www.gnu.org/licenses/gpl.txt)</copyright> <copyright>Copyright e107 Inc e107.org, Licensed under GPL (http://www.gnu.org/licenses/gpl.txt)</copyright>
<administration> <adminLinks>
<configFile>admin_prefs.php</configFile> <link url='admin_prefs.phpp' description='LAN_CONFIGURE' icon='images/rss_32.png' iconSmall='images/rss_16.png' primary='true' >LAN_CONFIGURE</link>
<icon>images/rss_32.png</icon> </adminLinks>
<iconSmall>images/rss_16.png</iconSmall>
<caption>LAN_CONFIGURE</caption>
</administration>
<pluginPrefs> <pluginPrefs>
</pluginPrefs> </pluginPrefs>
</e107Plugin> </e107Plugin>

View File

@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<!-- $Id: plugin.xml,v 1.1 2009-09-19 17:36:35 e107coders Exp $ --> <!-- $Id: plugin.xml,v 1.2 2009-09-24 00:11:20 e107coders Exp $ -->
<e107Plugin name="Siteinfo" version="1.0" compatibility="0.8" installRequired="false" > <e107Plugin name="Siteinfo" version="1.0" compatibility="0.8" installRequired="false" >
<folder>siteinfo</folder>
<category>menu</category> <category>menu</category>
</e107Plugin> </e107Plugin>

View File

@ -1,16 +1,16 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<!-- $Id: plugin.xml,v 1.5 2009-07-19 14:48:01 marj_nl_fr Exp $ --> <!-- $Id: plugin.xml,v 1.6 2009-09-24 00:11:20 e107coders Exp $ -->
<e107Plugin name="Tagwords" version="1.0" compatibility="0.8" installRequired="true"> <e107Plugin name="Tagwords" version="1.0" compatibility="0.8" installRequired="true">
<author name="e107 Inc." url="http://e107.org/" /> <author name="e107 Inc." url="http://e107.org/" />
<description>A fully featured Tagword system</description> <description>A fully featured Tagword system</description>
<folder>tagwords</folder>
<category>misc</category> <category>misc</category>
<administration> <adminLinks>
<configFile>admin_tagwords_config.php</configFile> <link url='admin_tagwords_config.php' description='Configure Tagwords' icon='images/tagwords_32.png' iconSmall='images/tagwords_16.png' primary='true' >Configure Tagwords</link>
<icon>images/tagwords_32.png</icon> </adminLinks>
<iconSmall>images/tagwords_16.png</iconSmall> <siteLinks>
<caption>Configure Tagwords</caption> <link url="tagwords/tagwords.php" perm="everyone">Tagwords</link>
</siteLinks>
<management>
<installDone>Tagwords is installed<br />To configure please click on the link in the plugins section of the admin front page</installDone> <installDone>Tagwords is installed<br />To configure please click on the link in the plugins section of the admin front page</installDone>
</administration> </management>
<menuLink name="Tagwords" url="tagwords/tagwords.php" perm="everyone" />
</e107Plugin> </e107Plugin>

View File

@ -1,21 +1,20 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<!-- $Id: plugin.xml,v 1.4 2009-09-21 22:14:45 e107coders Exp $ --> <!-- $Id: plugin.xml,v 1.5 2009-09-24 00:11:21 e107coders Exp $ -->
<e107Plugin name="TRACKBACK_L16" version="1.1" compatibility="0.8" installRequired="true"> <e107Plugin name="TRACKBACK_L16" version="1.1" compatibility="0.8" installRequired="true" releaseUrl=''>
<author name="e107 Inc." url="http://e107.org" email="jalist@e107.org" /> <author name="e107 Inc." url="http://e107.org" email="jalist@e107.org" />
<description>TRACKBACK_L2</description> <description>TRACKBACK_L2</description>
<copyright>Copyright e107 Inc e107.org, Licensed under GPL (http://www.gnu.org/licenses/gpl.txt)</copyright> <copyright>Copyright e107 Inc e107.org, Licensed under GPL (http://www.gnu.org/licenses/gpl.txt)</copyright>
<logLanguageFile filename="languages/--LAN--_admin_trackback.php" /> <logLanguageFile filename="languages/--LAN--_admin_trackback.php" />
<administration> <adminLinks>
<configFile>admin_config.php</configFile> <link url='admin_config.php' description='TRACKBACK_L1' icon='images/trackback_32.png' iconSmall='images/trackback_16.png' primary='true' >TRACKBACK_L1</link>
<icon>images/trackback_32.png</icon> </adminLinks>
<iconSmall>images/trackback_16.png</iconSmall>
<caption>TRACKBACK_L1</caption>
<installDone>TRACKBACK_L3</installDone>
</administration>
<mainPrefs> <mainPrefs>
<pref name="trackbackEnabled">0</pref> <pref name="trackbackEnabled">0</pref>
<pref name="trackbackString">Trackback address for this post:</pref> <pref name="trackbackString">Trackback address for this post:</pref>
</mainPrefs> </mainPrefs>
<management>
<installDone>TRACKBACK_L3</installDone>
</management>
</e107Plugin> </e107Plugin>