mirror of
https://github.com/e107inc/e107.git
synced 2025-05-01 17:57:56 +02:00
Plugin.xml spec change.
This commit is contained in:
parent
127a3e1361
commit
8207b9bed4
@ -1,6 +1,6 @@
|
||||
<?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" >
|
||||
<author name="e107 Inc." url="e107.org" email="mcfly@e107.org" />
|
||||
@ -8,16 +8,15 @@
|
||||
<category>users</category>
|
||||
<copyright>Copyright e107 Inc e107.org, Licensed under GPL (http://www.gnu.org/licenses/gpl.txt)</copyright>
|
||||
<logLanguageFile filename="languages/--LAN--/--LAN--_log.php" />
|
||||
<administration>
|
||||
<configFile>alt_auth_conf.php</configFile>
|
||||
<icon>images/alt_auth_32.png</icon>
|
||||
<iconSmall>images/alt_auth_16.png</iconSmall>
|
||||
<caption>LAN_ALT_67</caption>
|
||||
<installDone>LAN_ALT_68</installDone>
|
||||
</administration>
|
||||
<adminLinks>
|
||||
<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>
|
||||
</adminLinks>
|
||||
<mainPrefs>
|
||||
<pref name="auth_noconn">0</pref>
|
||||
<pref name="auth_nouser">0</pref>
|
||||
<pref name="auth_extended"></pref>
|
||||
</mainPrefs>
|
||||
<management>
|
||||
<installDone>LAN_ALT_68</installDone>
|
||||
</management>
|
||||
</e107Plugin>
|
@ -9,11 +9,11 @@
|
||||
* Alternate News
|
||||
*
|
||||
* $Source: /cvs_backup/e107_0.8/e107_plugins/alt_news/alt_news.php,v $
|
||||
* $Revision: 1.5 $
|
||||
* $Date: 2009-08-23 10:57:50 $
|
||||
* $Author: marj_nl_fr $
|
||||
* $Revision: 1.6 $
|
||||
* $Date: 2009-09-24 00:11:19 $
|
||||
* $Author: e107coders $
|
||||
*/
|
||||
|
||||
//TODO should be moved into the shortcode, and the shortcode moved into the 'news' plugin folder.
|
||||
if (!defined('e107_INIT')) { exit; }
|
||||
|
||||
require_once(e_HANDLER."news_class.php");
|
||||
|
@ -1,19 +1,14 @@
|
||||
<?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" />
|
||||
<description>FBLAN_02</description>
|
||||
<logLanguageFile filename="languages/--LAN--_admin_banner.php" />
|
||||
<folder>banner</folder>
|
||||
<category>content</category>
|
||||
<copyright>Copyright e107 Inc e107.org, Licensed under GPL (http://www.gnu.org/licenses/gpl.txt)</copyright>
|
||||
<administration>
|
||||
<configFile>admin_banner.php</configFile>
|
||||
<icon>images/banners_32.png</icon>
|
||||
<iconSmall>images/banners_16.png</iconSmall>
|
||||
<caption>Configure Banners</caption>
|
||||
<installDone></installDone>
|
||||
</administration>
|
||||
<adminLinks>
|
||||
<link url='admin_banner.php' description='Configure Banners' icon='images/banners_32.png' iconSmall='images/banners_16.png' primary='true' >Configure Banners</link>
|
||||
</adminLinks>
|
||||
</e107Plugin>
|
@ -1,6 +1,6 @@
|
||||
<?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">
|
||||
<author name="e107 Inc. + Barry" url="http://e107.org" />
|
||||
@ -9,14 +9,12 @@
|
||||
<category>content</category>
|
||||
<installLanguageFile filename="languages/--LAN--_install.php" />
|
||||
<logLanguageFile filename="languages/--LAN--_log.php" />
|
||||
<administration>
|
||||
<configFile>admin_config.php</configFile>
|
||||
<icon>images/calendar_32.png</icon>
|
||||
<iconSmall>images/calendar_16.png</iconSmall>
|
||||
<caption>EC_ADINST_LAN_05</caption>
|
||||
<installDone>EC_ADINST_LAN_04</installDone>
|
||||
</administration>
|
||||
<menuLink name="Calendar" url="calendar_menu/calendar.php" />
|
||||
<adminLinks>
|
||||
<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>
|
||||
</adminLinks>
|
||||
<siteLinks>
|
||||
<link url="calendar_menu/calendar.php" >Calendar</link>
|
||||
</siteLinks>
|
||||
<mainPrefs>
|
||||
<pref name="eventpost_admin">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" />
|
||||
<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" />
|
||||
<installDone>EC_ADINST_LAN_04</installDone>
|
||||
</management>
|
||||
</e107Plugin>
|
@ -1,6 +1,6 @@
|
||||
<?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">
|
||||
<author name="e107 Inc." url="http://e107.org" email="jalist@e107.org" />
|
||||
@ -8,12 +8,9 @@
|
||||
<category>content</category>
|
||||
<logLanguageFile filename="languages/--LAN--/--LAN--_config.php" />
|
||||
<copyright>Copyright e107 Inc e107.org, Licensed under GPL (http://www.gnu.org/licenses/gpl.txt)</copyright>
|
||||
<administration>
|
||||
<configFile>admin_chatbox.php</configFile>
|
||||
<icon>images/chatbox_32.png</icon>
|
||||
<iconSmall>images/chatbox_16.png</iconSmall>
|
||||
<caption>LAN_CONFIGURE</caption>
|
||||
</administration>
|
||||
<adminLinks>
|
||||
<link url='admin_chatbox.php' description='LAN_CONFIGURE' icon='images/chatbox_32.png' iconSmall='images/chatbox_16.png' primary='true' >LAN_CONFIGURE</link>
|
||||
</adminLinks>
|
||||
<mainPrefs>
|
||||
<pref name="chatbox_posts">10</pref>
|
||||
<pref name="cb_wordwrap">20</pref>
|
||||
|
@ -1,25 +1,22 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Id: plugin.xml,v 1.12 2009-09-21 22:14:43 e107coders Exp $ -->
|
||||
<e107Plugin name="Download" version="1.0" compatibility="0.8" installRequired="true">
|
||||
<!-- $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" releaseUrl=''>
|
||||
<author name="e107 Inc." url="http://e107.org" />
|
||||
<description>DOWLAN_DESCRIPTION</description>
|
||||
<category>content</category>
|
||||
<installLanguageFile filename="languages/--LAN--/admin_download.php" />
|
||||
<administration>
|
||||
<configFile>admin_download.php</configFile>
|
||||
<subMenuItem title="DOWLAN_29" description="" link="admin_download.php" icon="manage" />
|
||||
<subMenuItem title="DOWLAN_30" description="" link="admin_download.php?create" icon="add" />
|
||||
<subMenuItem title="DOWLAN_31" description="" link="admin_download.php?cat" icon="images/downloads_32.png" />
|
||||
<subMenuItem title="DOWLAN_32" description="" link="admin_download.php?opt" icon="settings" />
|
||||
<subMenuItem title="DOWLAN_112" description="" link="admin_download.php?limits" icon="images/downloads_32.png" />
|
||||
<subMenuItem title="DOWLAN_128" description="" link="admin_download.php?mirror" icon="images/downloads_32.png" />
|
||||
<icon>images/downloads_32.png</icon>
|
||||
<iconSmall>images/downloads_16.png</iconSmall>
|
||||
<caption>DOWLAN_CAPTION</caption>
|
||||
<installDone>DOWLAN_INSTALL_DONE</installDone>
|
||||
<category>content</category>
|
||||
</administration>
|
||||
<menuLink name="DOWLAN_29" url="download/download.php" perm="everyone" />
|
||||
<adminLinks>
|
||||
<link url='admin_download.php' description='LAN_CONFIGURE' icon='images/downloads_32.png' iconSmall='images/downloads_16.png' primary='true' >DOWLAN_CAPTION</link>
|
||||
<link url='admin_download.php' description='' icon='manage' iconSmall=''>DOWLAN_29</link>
|
||||
<link url='admin_download.php?create' description='' icon='add' iconSmall=''>DOWLAN_30</link>
|
||||
<link url='admin_download.php?cat' description='' icon='images/downloads_32.png' iconSmall=''>DOWLAN_31</link>
|
||||
<link url='admin_download.php?opt' description='' icon='settings' iconSmall=''>DOWLAN_32</link>
|
||||
<link url='admin_download.php?limits' description='' icon='images/downloads_32.png' iconSmall=''>DOWLAN_112</link>
|
||||
<link url='admin_download.php?mirror' description='' icon='images/downloads_32.png' iconSmall=''>DOWLAN_128</link>
|
||||
</adminLinks>
|
||||
<siteLinks>
|
||||
<link url="download/download.php" perm="everyone" >DOWLAN_29</link>
|
||||
</siteLinks>
|
||||
<mainPrefs>
|
||||
<pref name="download_php"></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" />
|
||||
<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" />
|
||||
<installDone>DOWLAN_INSTALL_DONE</installDone>
|
||||
</management>
|
||||
</e107Plugin>
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?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">
|
||||
<author name="e107 Inc." url="http://e107.org" email="jalist@e107.org" />
|
||||
@ -8,14 +8,13 @@
|
||||
<logLanguageFile filename="languages/--LAN--_admin_featurebox.php" />
|
||||
<category>content</category>
|
||||
<copyright>Copyright e107 Inc e107.org, Licensed under GPL (http://www.gnu.org/licenses/gpl.txt)</copyright>
|
||||
<administration>
|
||||
<configFile>admin_config.php</configFile>
|
||||
<icon>images/featurebox_32.png</icon>
|
||||
<iconSmall>images/featurebox_16.png</iconSmall>
|
||||
<caption>Configure feature box</caption>
|
||||
<installDone>FBLAN_04</installDone>
|
||||
</administration>
|
||||
<adminLinks>
|
||||
<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>
|
||||
</adminLinks>
|
||||
<mainPrefs>
|
||||
<pref name="fb_active">1</pref>
|
||||
</mainPrefs>
|
||||
<management>
|
||||
<installDone>FBLAN_04</installDone>
|
||||
</management>
|
||||
</e107Plugin>
|
@ -1,18 +1,19 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Id: plugin.xml,v 1.4 2009-09-21 22:14:44 e107coders Exp $ -->
|
||||
<e107Plugin name="GSLAN_19" version="1.0" compatibility="0.8" installRequired="true" releaseUrl='http://www.e107.org/themeupdate.php'>
|
||||
<!-- $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=''>
|
||||
<author name="e107 Inc." url="http://e107coders.org" email="cameron@e107coders.org" />
|
||||
<description>GSLAN_41</description>
|
||||
<logLanguageFile filename="languages/--LAN--_admin_gsitemap.php" />
|
||||
<copyright>Copyright e107 Inc e107.org, Licensed under GPL (http://www.gnu.org/licenses/gpl.txt)</copyright>
|
||||
<administration>
|
||||
<configFile>admin_config.php</configFile>
|
||||
<icon>images/icon.png</icon>
|
||||
<iconSmall>images/icon_16.png</iconSmall>
|
||||
<caption>Configure Sitemap</caption>
|
||||
<installDone>GSLAN_42</installDone>
|
||||
</administration>
|
||||
<menuLink name="Sitemap" url="/gsitemap.php?show" />
|
||||
<adminLinks>
|
||||
<link url='admin_config.php' description='Configure feature box' icon='images/icon.png' iconSmall='images/icon_16.png' primary='true' >Configure Sitemap</link>
|
||||
</adminLinks>
|
||||
<siteLinks>
|
||||
<link name="" url="/gsitemap.php?show" >Sitemap</link>
|
||||
</siteLinks>
|
||||
<pluginPrefs>
|
||||
</pluginPrefs>
|
||||
<management>
|
||||
<installDone>GSLAN_42</installDone>
|
||||
</management>
|
||||
</e107Plugin>
|
@ -1,18 +1,13 @@
|
||||
<?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">
|
||||
<author name="e107 Inc." url="http://e107.org" email="jalist@e107.org" />
|
||||
<description>Import into e107</description>
|
||||
<folder>import</folder>
|
||||
<category>tools</category>
|
||||
<copyright>Copyright e107 Inc e107.org, Licensed under GPL (http://www.gnu.org/licenses/gpl.txt)</copyright>
|
||||
<administration>
|
||||
<configFile>admin_import.php</configFile>
|
||||
<icon>images/import_32.png</icon>
|
||||
<iconSmall>images/import_16.png</iconSmall>
|
||||
<caption>Import into e107</caption>
|
||||
<installDone></installDone>
|
||||
</administration>
|
||||
<adminLinks>
|
||||
<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>
|
||||
</adminLinks>
|
||||
</e107Plugin>
|
@ -1,21 +1,22 @@
|
||||
<?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" />
|
||||
<description>Links Page For Displaying External Web Links</description>
|
||||
<category>content</category>
|
||||
<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" />
|
||||
<administration>
|
||||
<configFile>admin_linkspage_config.php</configFile>
|
||||
<icon>images/linkspage_32.png</icon>
|
||||
<iconSmall>images/linkspage_16.png</iconSmall>
|
||||
<caption>Configure Links Page</caption>
|
||||
<installDone>Links page has successfully installed, please configure it from the Links Page link on the admin front page.</installDone>
|
||||
</administration>
|
||||
<menuLink name="Links" url="links_page/links.php" />
|
||||
<adminLinks>
|
||||
<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>
|
||||
</adminLinks>
|
||||
<siteLinks>
|
||||
<link url="links_page/links.php">Links</link>
|
||||
</siteLinks>
|
||||
<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>
|
@ -1,30 +1,29 @@
|
||||
<?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" >
|
||||
<author name="e107 Inc." url="http://e107.org" />
|
||||
<description>This plugin will link specified words with a defined link and/or tooltip</description>
|
||||
<logLanguageFile filename="languages/--LAN--_admin_linkwords.php" />
|
||||
<administration>
|
||||
<configFile>admin_config.php</configFile>
|
||||
<icon>images/linkwords_32.png</icon>
|
||||
<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>
|
||||
<adminLinks>
|
||||
<link url='admin_config.php' description='Configure LinkWords' icon='images/linkwords_32.png' iconSmall='images/linkwords_16.png' primary='true' >Configure LinkWords</link>
|
||||
</adminLinks>
|
||||
<mainPrefs>
|
||||
<pref name="lw_page_visibility" value="" />
|
||||
<pref name="lw_context_visibility" type="array">
|
||||
<key name="OLDDEFAULT" value="" />
|
||||
<key name="TITLE" value="" />
|
||||
<key name="SUMMARY" value="1" />
|
||||
<key name="BODY" value="1" />
|
||||
<key name="DESCRIPTION" value="1" />
|
||||
<key name="USER_TITLE" value="" />
|
||||
<key name="USER_BODY" value="1" />
|
||||
<key name="LINKTEXT" value="" />
|
||||
<key name="RAWTEXT" value="" />
|
||||
<pref name="lw_page_visibility"></pref>
|
||||
<pref name="lw_ajax_enable">0</pref>
|
||||
<pref name="lw_context_visibility">array (
|
||||
'OLDDEFAULT' => '',
|
||||
'TITLE' => '',
|
||||
'SUMMARY' => 1,
|
||||
'BODY' => 1,
|
||||
'DESCRIPTION'=> 1,
|
||||
'USER_TITLE' => '',
|
||||
'USER_BODY' => 1,
|
||||
'LINKTEXT' => '',
|
||||
'RAWTEXT' => ''
|
||||
)
|
||||
</pref>
|
||||
<pref name="lw_ajax_enable" value="0" />
|
||||
<arrayPref name="e_tohtml_list" value="linkwords" />
|
||||
</mainPrefs>
|
||||
<management>
|
||||
<installDone>To configure please click on the link in the plugins section of the admin front page</installDone>
|
||||
</management>
|
||||
</e107Plugin>
|
@ -1,20 +1,21 @@
|
||||
<?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" />
|
||||
<description>LIST_PLUGIN_2</description>
|
||||
<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>
|
||||
<administration>
|
||||
<configFile>admin_list_config.php</configFile>
|
||||
<icon>icon/list_32.png</icon>
|
||||
<iconSmall>icon/list_16.png</iconSmall>
|
||||
<caption>LIST_PLUGIN_3</caption>
|
||||
<installDone>LIST_PLUGIN_4</installDone>
|
||||
</administration>
|
||||
<menuLink name="LIST_PLUGIN_5" url="list_new/list.php" />
|
||||
<adminLinks>
|
||||
<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>
|
||||
</adminLinks>
|
||||
<siteLinks>
|
||||
<link url="list_new/list.php" >LIST_PLUGIN_5</link>
|
||||
</siteLinks>
|
||||
<pluginPrefs>
|
||||
</pluginPrefs>
|
||||
<management>
|
||||
<installDone>LIST_PLUGIN_4</installDone>
|
||||
</management>
|
||||
</e107Plugin>
|
@ -1,17 +1,15 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Id: plugin.xml,v 1.6 2009-09-21 22:14:44 e107coders Exp $ -->
|
||||
<e107Plugin name="ADSTAT_L3" version="2.1" compatibility="0.8" installRequired="true" >
|
||||
<!-- $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" releaseUrl=''>
|
||||
<author name="e107 Inc." url="http://e107.org" />
|
||||
<description>ADSTAT_L1</description>
|
||||
<logLanguageFile filename="languages/--LAN--_admin_log.php" />
|
||||
<administration>
|
||||
<configFile>admin_config.php</configFile>
|
||||
<icon>images/stats_32.png</icon>
|
||||
<iconSmall>images/stats_16.png</iconSmall>
|
||||
<caption>ADSTAT_L33</caption>
|
||||
<installDone>ADSTAT_L2</installDone>
|
||||
</administration>
|
||||
<menuLink name="ADSTAT_L34" url="log/stats.php?1" />
|
||||
<adminLinks>
|
||||
<link url='admin_config.php' description='ADSTAT_L33' icon='images/stats_32.png' iconSmall='images/stats_16.png' primary='true' >ADSTAT_L33</link>
|
||||
</adminLinks>
|
||||
<siteLinks>
|
||||
<link url="log/stats.php?1" >ADSTAT_L34</link>
|
||||
</siteLinks>
|
||||
<mainPrefs>
|
||||
<pref name="statActivate">0</pref>
|
||||
<pref name="statUserclass"></pref>
|
||||
@ -24,4 +22,7 @@
|
||||
<pref name="statRecent">1</pref>
|
||||
<pref name="statPrevMonth">0</pref>
|
||||
</mainPrefs>
|
||||
<management>
|
||||
<installDone>ADSTAT_L2</installDone>
|
||||
</management>
|
||||
</e107Plugin>
|
@ -9,8 +9,8 @@
|
||||
* Plugin Administration - Login menu
|
||||
*
|
||||
* $Source: /cvs_backup/e107_0.8/e107_plugins/login_menu/config.php,v $
|
||||
* $Revision: 1.7 $
|
||||
* $Date: 2009-07-21 07:10:25 $
|
||||
* $Revision: 1.8 $
|
||||
* $Date: 2009-09-24 00:11:20 $
|
||||
* $Author: e107coders $
|
||||
*
|
||||
*/
|
||||
@ -74,7 +74,7 @@ if ($_POST['update_menu'])
|
||||
|
||||
unset($menu_pref['login_menu']);
|
||||
$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' ");
|
||||
$admin_log->log_event('MISC_03','', E_LOG_INFORMATIVE,'');
|
||||
$ns->tablerender("", '<div style=\'text-align:center\'><b>'.LAN_SETSAVED.'</b></div>');
|
||||
|
@ -1,23 +1,23 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<!-- 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">
|
||||
<author name="e107 Inc." url="http://e107.org" email="jalist@e107.org" />
|
||||
<description>NFLAN_02</description>
|
||||
<folder>newsfeed</folder>
|
||||
<category>content</category>
|
||||
<copyright>Copyright e107 Inc e107.org, Licensed under GPL (http://www.gnu.org/licenses/gpl.txt)</copyright>
|
||||
<logLanguageFile filename="languages/--LAN--_admin_newsfeed.php" />
|
||||
<administration>
|
||||
<configFile>admin_config.php</configFile>
|
||||
<icon>images/newsfeed_32.png</icon>
|
||||
<iconSmall>images/newsfeed_16.png</iconSmall>
|
||||
<caption>Configure newsfeeds</caption>
|
||||
<installDone>NFLAN_02</installDone>
|
||||
</administration>
|
||||
<menuLink name="Newsfeeds" url="newsfeed/newsfeed.php" />
|
||||
<adminLinks>
|
||||
<link url='admin_config.php' description='Configure Newsfeeds' icon='images/newsfeed_32.png' iconSmall='images/newsfeed_16.png' primary='true' >Configure Newsfeeds</link>
|
||||
</adminLinks>
|
||||
<siteLinks>
|
||||
<link url="newsfeed/newsfeed.php" >Newsfeeds</link>
|
||||
</siteLinks>
|
||||
<pluginPrefs>
|
||||
</pluginPrefs>
|
||||
<management>
|
||||
<installDone>NFLAN_02</installDone>
|
||||
</management>
|
||||
</e107Plugin>
|
@ -1,19 +1,18 @@
|
||||
<?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" />
|
||||
<description>PDF_PLUGIN_LAN_2</description>
|
||||
<copyright>Copyright e107 Inc e107.org, Licensed under GPL (http://www.gnu.org/licenses/gpl.txt)</copyright>
|
||||
<logLanguageFile filename="languages/--LAN--_admin_pdf.php" />
|
||||
<administration>
|
||||
<configFile>admin_pdf_config.php</configFile>
|
||||
<icon>images/pdf_32.png</icon>
|
||||
<iconSmall>images/pdf_16.png</iconSmall>
|
||||
<caption>PDF</caption>
|
||||
<installDone>PDF_PLUGIN_LAN_4</installDone>
|
||||
</administration>
|
||||
<adminLinks>
|
||||
<link url='admin_pdf_config.php' description='PDF' icon='images/pdf_32.png' iconSmall='images/pdf_16.png' primary='true' >PDF</link>
|
||||
</adminLinks>
|
||||
<pluginPrefs>
|
||||
</pluginPrefs>
|
||||
<management>
|
||||
<installDone>PDF_PLUGIN_LAN_4</installDone>
|
||||
</management>
|
||||
</e107Plugin>
|
@ -1,16 +1,12 @@
|
||||
<?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">
|
||||
<author name="e107 Inc." email="mcfly@e107.org" />
|
||||
<description>ADLAN_PM_57</description>
|
||||
<folder>pm</folder>
|
||||
<category>users</category>
|
||||
<administration>
|
||||
<configFile>pm_conf.php</configFile>
|
||||
<icon>images/pvt_message_32.png</icon>
|
||||
<iconSmall>images/pvt_message_16.png</iconSmall>
|
||||
<caption>ADLAN_PM_2</caption>
|
||||
</administration>
|
||||
<adminLinks>
|
||||
<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>
|
||||
</adminLinks>
|
||||
<management>
|
||||
<install type="fileFunction" file="pm_install.php" function="forum_install" />
|
||||
<uninstall type="fileFunction" file="pm_uninstall.php" function="forum_uninstall" />
|
||||
|
@ -1,19 +1,16 @@
|
||||
<?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" >
|
||||
<author name="e107 Inc." url="http://e107.org" />
|
||||
<description>POLL_ADLAN02</description>
|
||||
<folder>poll</folder>
|
||||
<category>content</category>
|
||||
<logLanguageFile filename="languages/--LAN--_admin_poll.php" />
|
||||
<commentID>poll</commentID>
|
||||
<administration>
|
||||
<configFile>admin_config.php</configFile>
|
||||
<icon>images/polls_32.png</icon>
|
||||
<iconSmall>images/polls_16.png</iconSmall>
|
||||
<caption>POLL_ADLAN03</caption>
|
||||
<installDone>POLL_ADLAN04</installDone>
|
||||
</administration>
|
||||
<adminLinks>
|
||||
<link url='admin_config.php' description='POLL_ADLAN03' icon='images/polls_32.png' iconSmall='images/polls_16.png' primary='true' >POLL_ADLAN03</link>
|
||||
</adminLinks>
|
||||
<pluginPrefs>
|
||||
</pluginPrefs>
|
||||
<comments>
|
||||
<comment name='poll' />
|
||||
</comments>
|
||||
</e107Plugin>
|
@ -1,6 +1,6 @@
|
||||
<?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">
|
||||
<author name="e107 Inc." url="http://e107.org" />
|
||||
@ -9,12 +9,9 @@
|
||||
<category>misc</category>
|
||||
<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>
|
||||
<administration>
|
||||
<configFile>admin_prefs.php</configFile>
|
||||
<icon>images/rss_32.png</icon>
|
||||
<iconSmall>images/rss_16.png</iconSmall>
|
||||
<caption>LAN_CONFIGURE</caption>
|
||||
</administration>
|
||||
<adminLinks>
|
||||
<link url='admin_prefs.phpp' description='LAN_CONFIGURE' icon='images/rss_32.png' iconSmall='images/rss_16.png' primary='true' >LAN_CONFIGURE</link>
|
||||
</adminLinks>
|
||||
<pluginPrefs>
|
||||
</pluginPrefs>
|
||||
</e107Plugin>
|
@ -1,6 +1,5 @@
|
||||
<?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" >
|
||||
<folder>siteinfo</folder>
|
||||
<category>menu</category>
|
||||
</e107Plugin>
|
@ -1,16 +1,16 @@
|
||||
<?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">
|
||||
<author name="e107 Inc." url="http://e107.org/" />
|
||||
<description>A fully featured Tagword system</description>
|
||||
<folder>tagwords</folder>
|
||||
<category>misc</category>
|
||||
<administration>
|
||||
<configFile>admin_tagwords_config.php</configFile>
|
||||
<icon>images/tagwords_32.png</icon>
|
||||
<iconSmall>images/tagwords_16.png</iconSmall>
|
||||
<caption>Configure Tagwords</caption>
|
||||
<adminLinks>
|
||||
<link url='admin_tagwords_config.php' description='Configure Tagwords' icon='images/tagwords_32.png' iconSmall='images/tagwords_16.png' primary='true' >Configure Tagwords</link>
|
||||
</adminLinks>
|
||||
<siteLinks>
|
||||
<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>
|
||||
</administration>
|
||||
<menuLink name="Tagwords" url="tagwords/tagwords.php" perm="everyone" />
|
||||
</management>
|
||||
</e107Plugin>
|
@ -1,21 +1,20 @@
|
||||
<?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" />
|
||||
<description>TRACKBACK_L2</description>
|
||||
<copyright>Copyright e107 Inc e107.org, Licensed under GPL (http://www.gnu.org/licenses/gpl.txt)</copyright>
|
||||
<logLanguageFile filename="languages/--LAN--_admin_trackback.php" />
|
||||
<administration>
|
||||
<configFile>admin_config.php</configFile>
|
||||
<icon>images/trackback_32.png</icon>
|
||||
<iconSmall>images/trackback_16.png</iconSmall>
|
||||
<caption>TRACKBACK_L1</caption>
|
||||
<installDone>TRACKBACK_L3</installDone>
|
||||
</administration>
|
||||
<adminLinks>
|
||||
<link url='admin_config.php' description='TRACKBACK_L1' icon='images/trackback_32.png' iconSmall='images/trackback_16.png' primary='true' >TRACKBACK_L1</link>
|
||||
</adminLinks>
|
||||
<mainPrefs>
|
||||
<pref name="trackbackEnabled">0</pref>
|
||||
<pref name="trackbackString">Trackback address for this post:</pref>
|
||||
</mainPrefs>
|
||||
<management>
|
||||
<installDone>TRACKBACK_L3</installDone>
|
||||
</management>
|
||||
</e107Plugin>
|
Loading…
x
Reference in New Issue
Block a user