You can subscribe to this list here.
| 2005 |
Jan
|
Feb
|
Mar
(95) |
Apr
(270) |
May
(111) |
Jun
|
Jul
|
Aug
(64) |
Sep
(130) |
Oct
(319) |
Nov
(17) |
Dec
(191) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2006 |
Jan
(53) |
Feb
|
Mar
|
Apr
|
May
(6) |
Jun
(387) |
Jul
(102) |
Aug
(247) |
Sep
(120) |
Oct
(1) |
Nov
(8) |
Dec
(21) |
| 2007 |
Jan
(38) |
Feb
(36) |
Mar
|
Apr
(32) |
May
(135) |
Jun
(523) |
Jul
(192) |
Aug
(103) |
Sep
(533) |
Oct
(77) |
Nov
(23) |
Dec
(203) |
| 2008 |
Jan
(312) |
Feb
(1193) |
Mar
(404) |
Apr
(67) |
May
(62) |
Jun
(497) |
Jul
(297) |
Aug
(110) |
Sep
(335) |
Oct
(256) |
Nov
(50) |
Dec
(118) |
| 2009 |
Jan
(67) |
Feb
(10) |
Mar
(1) |
Apr
(1) |
May
|
Jun
(10) |
Jul
(61) |
Aug
|
Sep
(16) |
Oct
(45) |
Nov
(12) |
Dec
(14) |
| 2010 |
Jan
(30) |
Feb
|
Mar
|
Apr
(4) |
May
|
Jun
|
Jul
(7) |
Aug
(7) |
Sep
(5) |
Oct
(5) |
Nov
|
Dec
|
| 2011 |
Jan
(7) |
Feb
(3) |
Mar
(89) |
Apr
(11) |
May
(5) |
Jun
|
Jul
(8) |
Aug
(1) |
Sep
(2) |
Oct
|
Nov
(2) |
Dec
(89) |
| 2012 |
Jan
(7) |
Feb
(1) |
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
(4) |
Sep
(3) |
Oct
(42) |
Nov
(1) |
Dec
|
| 2013 |
Jan
|
Feb
|
Mar
(19) |
Apr
(90) |
May
(38) |
Jun
(235) |
Jul
(38) |
Aug
(10) |
Sep
|
Oct
(29) |
Nov
|
Dec
|
| 2014 |
Jan
|
Feb
|
Mar
|
Apr
(6) |
May
(52) |
Jun
|
Jul
(7) |
Aug
|
Sep
(17) |
Oct
|
Nov
|
Dec
|
|
From: Jon O. <jon...@us...> - 2006-08-14 10:46:51
|
Update of /cvsroot/mxbb/mx_linkdb/templates/subSilver In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv24165/modules/mx_linkdb/templates/subSilver Modified Files: link_category_body.tpl link_main_body.tpl Log Message: Upgrade fix Bug for category view cache update Index: link_main_body.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_linkdb/templates/subSilver/link_main_body.tpl,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** link_main_body.tpl 1 Aug 2006 21:02:20 -0000 1.5 --- link_main_body.tpl 14 Aug 2006 10:46:48 -0000 1.6 *************** *** 46,83 **** <!-- BEGIN CAT_NAV_SIMPLE --> ! <table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline"> ! <tr> ! <th class="thHead" colspan="2">{L_CATEGORY}</th> ! </tr> ! <tr> ! <td class="row1" colspan="2"> ! <table border="0" cellpadding="2" cellspacing="1" width="100%" > ! <!-- BEGIN catrow --> ! <tr> ! <!-- BEGIN catcol --> ! <td width="{LINK_WIDTH}%"> ! <table border="0" cellpadding="2" cellspacing="2" width="100%"> ! <tr> ! <td> ! <a href="{CAT_NAV_SIMPLE.catrow.catcol.U_CAT}"><img src="{CAT_NAV_SIMPLE.catrow.catcol.CAT_IMAGE}" alt="{CAT_NAV_SIMPLE.catrow.catcol.CAT_NAME}" align="absmiddle" border="0" /></a> ! </td> ! <td width="100%" valign="middle" nowrap="nowrap"> ! <a href="{CAT_NAV_SIMPLE.catrow.catcol.U_CAT}" class="cattitle">{CAT_NAV_SIMPLE.catrow.catcol.CAT_NAME}</a> <span class="gensmall">({CAT_NAV_SIMPLE.catrow.catcol.FILECAT})</span><br> ! {CAT_NAV_SIMPLE.catrow.catcol.SUB_CAT} ! </td> ! </tr> ! </table> ! </td> ! <!-- END catcol --> ! </tr> ! <!-- END catrow --> ! </table> ! </td> ! </tr> </table> <br /> <!-- END CAT_NAV_SIMPLE --> - <table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline"> <tr> --- 46,76 ---- <!-- BEGIN CAT_NAV_SIMPLE --> ! <table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline"> ! <tr> ! <th class="thHead">{L_CATEGORIES}</th> ! </tr> ! <tr><td class="row1"> ! <table border="0" cellpadding="5" cellspacing="1" width="100%"> ! <!-- BEGIN catrow --> ! <tr> ! <!-- BEGIN catcol --> ! <td width="{WIDTH}%"> ! <table border="0" cellpadding="2" cellspacing="2" width="100%"> ! <tr> ! <td><a href="{CAT_NAV_SIMPLE.catrow.catcol.U_CATEGORY}"><img src="{CAT_NAV_SIMPLE.catrow.catcol.CAT_IMAGE}" alt="{CAT_NAV_SIMPLE.catrow.catcol.CAT_DESCRIPTION}" align="absmiddle" border="0" /></a></td> ! <td width="100%" valign="middle" nowrap="nowrap"><a href="{CAT_NAV_SIMPLE.catrow.catcol.U_CATEGORY}" class="cattitle">{CAT_NAV_SIMPLE.catrow.catcol.CATEGORY}</a> <span class="gensmall">({CAT_NAV_SIMPLE.catrow.catcol.CAT_LINKS})</span><br> ! {CAT_NAV_SIMPLE.catrow.catcol.SUB_CAT} ! </td> ! </tr></table> ! </td> ! <!-- END catcol --> ! </tr> ! <!-- END catrow --> ! </table> ! </td></tr> </table> <br /> <!-- END CAT_NAV_SIMPLE --> <table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline"> <tr> Index: link_category_body.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_linkdb/templates/subSilver/link_category_body.tpl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** link_category_body.tpl 1 Aug 2006 21:02:20 -0000 1.3 --- link_category_body.tpl 14 Aug 2006 10:46:48 -0000 1.4 *************** *** 50,82 **** <!-- BEGIN CAT_NAV_SIMPLE --> ! <table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline"> ! <tr> ! <th class="thHead" colspan="2">{L_CATEGORY}</th> ! </tr> ! <tr> ! <td class="row1" colspan="2"> ! <table border="0" cellpadding="2" cellspacing="1" width="100%" > ! <!-- BEGIN catrow --> ! <tr> ! <!-- BEGIN catcol --> ! <td width="{LINK_WIDTH}%"> ! <table border="0" cellpadding="2" cellspacing="2" width="100%"> ! <tr> ! <td> ! <a href="{CAT_NAV_SIMPLE.catrow.catcol.U_CAT}"><img src="{CAT_NAV_SIMPLE.catrow.catcol.CAT_IMAGE}" alt="{CAT_NAV_SIMPLE.catrow.catcol.CAT_NAME}" align="absmiddle" border="0" /></a> ! </td> ! <td width="100%" valign="middle" nowrap="nowrap"> ! <a href="{CAT_NAV_SIMPLE.catrow.catcol.U_CAT}" class="cattitle">{CAT_NAV_SIMPLE.catrow.catcol.CAT_NAME}</a> <span class="gensmall">({CAT_NAV_SIMPLE.catrow.catcol.FILECAT})</span><br> ! {CAT_NAV_SIMPLE.catrow.catcol.SUB_CAT} ! </td> ! </tr> ! </table> ! </td> ! <!-- END catcol --> ! </tr> ! <!-- END catrow --> ! </table> ! </td> ! </tr> </table> <br /> --- 50,76 ---- <!-- BEGIN CAT_NAV_SIMPLE --> ! <table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline"> ! <tr> ! <th class="thHead">{L_CATEGORIES}</th> ! </tr> ! <tr><td class="row1"> ! <table border="0" cellpadding="5" cellspacing="1" width="100%"> ! <!-- BEGIN catrow --> ! <tr> ! <!-- BEGIN catcol --> ! <td width="{WIDTH}%"> ! <table border="0" cellpadding="2" cellspacing="2" width="100%"> ! <tr> ! <td><a href="{CAT_NAV_SIMPLE.catrow.catcol.U_CATEGORY}"><img src="{CAT_NAV_SIMPLE.catrow.catcol.CAT_IMAGE}" alt="{CAT_NAV_SIMPLE.catrow.catcol.CAT_DESCRIPTION}" align="absmiddle" border="0" /></a></td> ! <td width="100%" valign="middle" nowrap="nowrap"><a href="{CAT_NAV_SIMPLE.catrow.catcol.U_CATEGORY}" class="cattitle">{CAT_NAV_SIMPLE.catrow.catcol.CATEGORY}</a> <span class="gensmall">({CAT_NAV_SIMPLE.catrow.catcol.CAT_LINKS})</span><br> ! {CAT_NAV_SIMPLE.catrow.catcol.SUB_CAT} ! </td> ! </tr></table> ! </td> ! <!-- END catcol --> ! </tr> ! <!-- END catrow --> ! </table> ! </td></tr> </table> <br /> |
|
From: Jon O. <jon...@us...> - 2006-08-14 10:46:51
|
Update of /cvsroot/mxbb/mx_linkdb In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv24165/modules/mx_linkdb Modified Files: db_upgrade.php Log Message: Upgrade fix Bug for category view cache update Index: db_upgrade.php =================================================================== RCS file: /cvsroot/mxbb/mx_linkdb/db_upgrade.php,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** db_upgrade.php 13 Aug 2006 19:43:51 -0000 1.17 --- db_upgrade.php 14 Aug 2006 10:46:47 -0000 1.18 *************** *** 209,212 **** --- 209,220 ---- $message .= mx_do_install_upgrade( $sql ); + + // + // Empty module cache + // + include_once( $mx_root_path . 'includes/mx_functions_tools.' . $phpEx ); + $module_cache = new module_cache($mx_root_path . 'modules/mx_linkdb/linkdb/'); + $module_cache->tidy(); + $module_cache->save(); } else |
|
From: Jon O. <jon...@us...> - 2006-08-14 10:46:09
|
Update of /cvsroot/mxbb/mx_kb/kb/includes In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv23824/modules/mx_kb/kb/includes Modified Files: functions.php Log Message: Upgrade fix list block is updated Index: functions.php =================================================================== RCS file: /cvsroot/mxbb/mx_kb/kb/includes/functions.php,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** functions.php 4 Aug 2006 20:10:43 -0000 1.14 --- functions.php 14 Aug 2006 10:46:05 -0000 1.15 *************** *** 68,74 **** function kb_config() { ! global $db, $mx_kb; ! ! $mx_kb->debug('functions->get config', basename( __FILE__ )); $sql = "SELECT * --- 68,72 ---- function kb_config() { ! global $db; $sql = "SELECT * |
|
From: Jon O. <jon...@us...> - 2006-08-14 10:46:09
|
Update of /cvsroot/mxbb/mx_kb In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv23824/modules/mx_kb Modified Files: db_upgrade.php Log Message: Upgrade fix list block is updated Index: db_upgrade.php =================================================================== RCS file: /cvsroot/mxbb/mx_kb/db_upgrade.php,v retrieving revision 1.38 retrieving revision 1.39 diff -C2 -d -r1.38 -r1.39 *** db_upgrade.php 13 Aug 2006 19:43:06 -0000 1.38 --- db_upgrade.php 14 Aug 2006 10:46:05 -0000 1.39 *************** *** 452,455 **** --- 452,463 ---- $message .= mx_do_install_upgrade( $sql ); + + // + // Empty module cache + // + include_once( $mx_root_path . 'includes/mx_functions_tools.' . $phpEx ); + $module_cache = new module_cache($mx_root_path . 'modules/mx_kb/kb/'); + $module_cache->tidy(); + $module_cache->save(); } else |
|
From: Jon O. <jon...@us...> - 2006-08-14 10:45:22
|
Update of /cvsroot/mxbb/mx_import_tools/language/lang_english In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv23648/modules/mx_import_tools/language/lang_english Modified Files: lang_import.php Log Message: Updated |
|
From: Jon O. <jon...@us...> - 2006-08-14 10:45:21
|
Update of /cvsroot/mxbb/mx_import_tools/admin In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv23648/modules/mx_import_tools/admin Modified Files: admin_import_members.php Log Message: Updated Index: admin_import_members.php =================================================================== RCS file: /cvsroot/mxbb/mx_import_tools/admin/admin_import_members.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** admin_import_members.php 29 May 2006 15:39:50 -0000 1.6 --- admin_import_members.php 14 Aug 2006 10:45:17 -0000 1.7 *************** *** 36,45 **** */ ! if ( file_exists( $module_root_path . 'language/lang_' . $board_config['default_lang'] . '/lang_import.' . $phpEx ) ) { ! include( $module_root_path . 'language/lang_' . $board_config['default_lang'] . '/lang_import.' . $phpEx ); ! }elseif ( file_exists( $module_root_path . 'language/lang_english/lang_import.' . $phpEx ) ) { ! include( $module_root_path . 'language/lang_english/lang_import.' . $phpEx ); } else --- 36,45 ---- */ ! if ( file_exists( $module_root_path . 'language/lang_' . $board_config['default_lang'] . '/lang_main.' . $phpEx ) ) { ! include( $module_root_path . 'language/lang_' . $board_config['default_lang'] . '/lang_main.' . $phpEx ); ! }elseif ( file_exists( $module_root_path . 'language/lang_english/lang_main.' . $phpEx ) ) { ! include( $module_root_path . 'language/lang_english/lang_main.' . $phpEx ); } else |
|
From: Jon O. <jon...@us...> - 2006-08-14 10:44:42
|
Update of /cvsroot/mxbb/mx_gallery2/language/lang_swedish In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv23285/modules/mx_gallery2/language/lang_swedish Modified Files: lang_main.php Log Message: Updated Index: lang_main.php =================================================================== RCS file: /cvsroot/mxbb/mx_gallery2/language/lang_swedish/lang_main.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** lang_main.php 1 Oct 2005 14:13:00 -0000 1.2 --- lang_main.php 14 Aug 2006 10:44:35 -0000 1.3 *************** *** 1,23 **** <?php - /** ------------------------------------------------------------------------ - * Subject : mxBB - a fully modular portal and CMS (for phpBB) - * Author : Jon Ohlsson and the mxBB Team - * Credits : The phpBB Group & Marc Morisette - * Copyright : (C) 2002-2005 mxBB Portal - * Email : jo...@mx... - * Project site : www.mxbb-portal.com - * ------------------------------------------------------------------------- - * - * $Id$ - */ - /** ! * This program is free software; you can redistribute it and/or modify ! * it under the terms of the GNU General Public License as published by ! * the Free Software Foundation; either version 2 of the License, or ! * (at your option) any later version. ! */ ! ! ?> \ No newline at end of file --- 1,11 ---- <?php /** ! * ! * @package mxBB Portal Module - mx_gallery2 ! * @version $Id$ ! * @copyright (c) 2002-2006 [menalto.gallery.com, Jon Ohlsson] mxBB Project Team ! * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * ! */ ?> \ No newline at end of file |
|
From: Jon O. <jon...@us...> - 2006-08-14 10:44:41
|
Update of /cvsroot/mxbb/mx_gallery2/language/lang_english In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv23285/modules/mx_gallery2/language/lang_english Modified Files: lang_main.php Log Message: Updated Index: lang_main.php =================================================================== RCS file: /cvsroot/mxbb/mx_gallery2/language/lang_english/lang_main.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** lang_main.php 5 Apr 2006 22:34:09 -0000 1.3 --- lang_main.php 14 Aug 2006 10:44:35 -0000 1.4 *************** *** 9,13 **** */ - - ?> \ No newline at end of file --- 9,11 ---- |
|
From: Jon O. <jon...@us...> - 2006-08-14 10:44:17
|
Update of /cvsroot/mxbb/mx_errordocs/language/lang_swedish In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv23206/modules/mx_errordocs/language/lang_swedish Modified Files: lang_main.php Log Message: Updated Index: lang_main.php =================================================================== RCS file: /cvsroot/mxbb/mx_errordocs/language/lang_swedish/lang_main.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** lang_main.php 22 Oct 2005 12:40:53 -0000 1.1 --- lang_main.php 14 Aug 2006 10:44:11 -0000 1.2 *************** *** 1,24 **** <?php ! /*************************************************************************** ! * lang_main.php ! * -------------- ! * begin : July, 2003 ! * copyright : (c) 2003 Marc Ferran ! * email : phpmix at pobox.com ! * module : ErrorDocs ! * file contents : Main module strings. ! * language : English ! * translated by : ! * ! ***************************************************************************/ ! ! /*************************************************************************** ! * ! * This program is free software; you can redistribute it and/or modify ! * it under the terms of the GNU General Public License as published by ! * the Free Software Foundation; either version 2 of the License, or ! * (at your option) any later version. ! * ! ***************************************************************************/ // --- 1,11 ---- <?php ! /** ! * ! * @package mxBB Portal Module - mx_errordocs ! * @version $Id$ ! * @copyright (c) 2002-2006 [Markus, Jon Ohlsson] mxBB Project Team ! * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * ! */ // |
|
From: Jon O. <jon...@us...> - 2006-08-14 10:43:40
|
Update of /cvsroot/mxbb/mx_dev_startkit/language/lang_english In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv22829/modules/mx_dev_startkit/language/lang_english Modified Files: lang_admin.php lang_main.php Log Message: updated Index: lang_main.php =================================================================== RCS file: /cvsroot/mxbb/mx_dev_startkit/language/lang_english/lang_main.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** lang_main.php 5 Apr 2006 20:55:19 -0000 1.4 --- lang_main.php 14 Aug 2006 10:43:36 -0000 1.5 *************** *** 12,38 **** // Block specific // ! $lang['Startkit'] = 'This is a developer\'s startkit example block'; ! ! $lang['Startkit_parameter'] = 'Block Parameters'; ! $lang['Startkit_parameter_explain'] = 'Block parameters are set in the blockCP - unique for this block and included in mxBB cache'; ! $lang['Test_string'] = 'This is block parameter (string), with value: '; ! $lang['Test_number'] = 'This is block parameter (number), with value: '; ! $lang['Startkit_parameter_modified'] = 'Modified block parameter'; ! $lang['Startkit_parameter_modified_explain'] = 'This parameter has been modified by the script'; ! $lang['Test_modified'] = 'This is a modified block parameter: the parameter \'number\' has been doubled'; ! $lang['Startkit_parameter_custom'] = 'Custom block parameter'; ! $lang['Startkit_parameter_custom_explain'] = 'Additional module parameters are defined in admin/mx_module_defs.php'; ! $lang['Test_custom'] = 'This is a block parameter (custom), with value: '; ! $lang['Startkit_config'] = 'Module config values'; ! $lang['Startkit_config_explain'] = 'Config values are set in the adminCP - main settings for all module blocks'; ! $lang['Test_config1'] = 'This is a config setting, with value: '; ! $lang['Test_config2'] = 'This is a second config setting, with value: '; ! $lang['Startkit_get'] = 'GET value'; ! $lang['Startkit_get_explain'] = 'This is a fetched GET parameter'; ! $lang['Test_get_par'] = 'This block recognizes the GET var "test". Try adding "&test=whatever" to the page url.'; ?> \ No newline at end of file --- 12,37 ---- // Block specific // ! $lang['Startkit'] = 'This is a developer\'s startkit example block'; ! $lang['Startkit_parameter'] = 'Block Parameters'; ! $lang['Startkit_parameter_explain'] = 'Block parameters are set in the blockCP - unique for this block and included in mxBB cache'; ! $lang['Test_string'] = 'This is block parameter (string), with value: '; ! $lang['Test_number'] = 'This is block parameter (number), with value: '; ! $lang['Startkit_parameter_modified'] = 'Modified block parameter'; ! $lang['Startkit_parameter_modified_explain'] = 'This parameter has been modified by the script'; ! $lang['Test_modified'] = 'This is a modified block parameter: the parameter \'number\' has been doubled'; ! $lang['Startkit_parameter_custom'] = 'Custom block parameter'; ! $lang['Startkit_parameter_custom_explain'] = 'Additional module parameters are defined in admin/mx_module_defs.php'; ! $lang['Test_custom'] = 'This is a block parameter (custom), with value: '; ! $lang['Startkit_config'] = 'Module config values'; ! $lang['Startkit_config_explain'] = 'Config values are set in the adminCP - main settings for all module blocks'; ! $lang['Test_config1'] = 'This is a config setting, with value: '; ! $lang['Test_config2'] = 'This is a second config setting, with value: '; + $lang['Startkit_get'] = 'GET value'; + $lang['Startkit_get_explain'] = 'This is a fetched GET parameter'; + $lang['Test_get_par'] = 'This block recognizes the GET var "test". Try adding "&test=whatever" to the page url.'; ?> \ No newline at end of file Index: lang_admin.php =================================================================== RCS file: /cvsroot/mxbb/mx_dev_startkit/language/lang_english/lang_admin.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** lang_admin.php 5 Apr 2006 20:55:19 -0000 1.5 --- lang_admin.php 14 Aug 2006 10:43:36 -0000 1.6 *************** *** 12,20 **** // AdminCP // ! $lang['Config_Startkit'] = "mxBB Startkit Example AdminCP"; ! $lang['Config_Startkit_explain'] = "This panel demonstrates how the module may be configured using additional DB tables."; ! $lang['Startkit_config_updated'] = "Calendar Configuration Updated Successfully"; ! $lang['Startkit_return_config'] = 'Click %sHere%s to return to Calendar Configuration'; // --- 12,20 ---- // AdminCP // ! $lang['Config_Startkit'] = 'mxBB Startkit Example AdminCP'; ! $lang['Config_Startkit_explain'] = 'This panel demonstrates how the module may be configured using additional DB tables.'; ! $lang['Startkit_config_updated'] = 'Calendar Configuration Updated Successfully'; ! $lang['Startkit_return_config'] = 'Click %sHere%s to return to Calendar Configuration'; // *************** *** 22,30 **** // - only needed if the module has its own adminCP panel, typically when the module requires extra db tables for its setup (operations) // ! $lang['startkit_config1'] = 'First test config'; ! $lang['startkit_config1_explain'] = 'More info is given here'; ! $lang['startkit_config2'] = 'Second test config'; ! $lang['startkit_config2_explain'] = 'More info is given here'; // --- 22,30 ---- // - only needed if the module has its own adminCP panel, typically when the module requires extra db tables for its setup (operations) // ! $lang['startkit_config1'] = 'First test config'; ! $lang['startkit_config1_explain'] = 'More info is given here'; ! $lang['startkit_config2'] = 'Second test config'; ! $lang['startkit_config2_explain'] = 'More info is given here'; // *************** *** 32,52 **** // - only needed if the module has block parameters // ! // The lang key and the block parameter name should match, to make the adminCP identify the parameter and display its description // ! $lang['startkit_test_string'] = 'Test string'; ! $lang['startkit_test_string_explain'] = 'More info is given here'; ! $lang['startkit_test_number'] = 'Test number'; ! $lang['startkit_test_number_explain'] = 'More info is given here'; ! $lang['startkit_test_custom'] = 'Test Custom Parameter'; ! $lang['startkit_test_custom_explain'] = 'More info is given here'; // // Custom Parameter Types // ! $lang['ParType_startkit_module_select'] = "Custom module select"; ! $lang['ParType_startkit_module_select_info'] = ""; ?> \ No newline at end of file --- 32,52 ---- // - only needed if the module has block parameters // ! // The lang key and the block parameter name should match, to make the adminCP identify the parameter and display its description // ! $lang['startkit_test_string'] = 'Test string'; ! $lang['startkit_test_string_explain'] = 'More info is given here'; ! $lang['startkit_test_number'] = 'Test number'; ! $lang['startkit_test_number_explain'] = 'More info is given here'; ! $lang['startkit_test_custom'] = 'Test Custom Parameter'; ! $lang['startkit_test_custom_explain'] = 'More info is given here'; // // Custom Parameter Types // ! $lang['ParType_startkit_module_select'] = 'Custom module select'; ! $lang['ParType_startkit_module_select_info'] = ''; ?> \ No newline at end of file |
|
From: Jon O. <jon...@us...> - 2006-08-14 10:42:19
|
Update of /cvsroot/mxbb/core/modules/mx_coreblocks In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv21992/modules/mx_coreblocks Modified Files: CoreBlocks.pak Log Message: Pak updates module cache is updated - new clean cache method Index: CoreBlocks.pak =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_coreblocks/CoreBlocks.pak,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** CoreBlocks.pak 30 Jun 2006 12:21:04 -0000 1.12 --- CoreBlocks.pak 14 Aug 2006 10:42:13 -0000 1.13 *************** *** 2,58 **** New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:10=+:3=+:DynamicBlock=+:Dynamic block, defined by its block_id=+:mx_dynamic.php=+: ! parameter=+:3=+:80=+:default_block_id=+:Function=+:0=+:get_list_formatted("block_list","{parameter_value}","{parameter_id}[]")=+:0 parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Demo - DynamicBlock=+:Demo block=+:3=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 - function=+:0=+:0=+:0=+:endoflist=+:0=+:0 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:10=+:4=+:Google Search=+:Google Search Block=+:mx_google.php=+: parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Demo - Google Search=+:Demo block=+:4=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 - function=+:0=+:0=+:0=+:endoflist=+:0=+:0 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:10=+:5=+:IncludeX=+:Include a iframe, site, multimedia or file=+:mx_includex.php=+: ! parameter=+:5=+:72=+:x_1=+:Text=+:=+:=+:0 ! parameter=+:5=+:73=+:x_2=+:Text=+:=+:=+:0 ! parameter=+:5=+:71=+:x_3=+:Text=+:http://www.mx-system.com=+:=+:0 ! parameter=+:5=+:70=+:x_mode=+:Menu_single_select=+:x_iframe=+:a:6:{i:0;s:8:"x_listen";i:1;s:8:"x_iframe";i:2;s:10:"x_textfile";i:3;s:12:"x_multimedia";i:4;s:5:"x_pic";i:5;s:8:"x_format";}=+:0 parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Demo - IncludeX=+:Demo block=+:5=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 - function=+:0=+:0=+:0=+:endoflist=+:0=+:0 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:10=+:6=+:Language Select=+:Language Select Block=+:mx_language.php=+: parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Demo - Language Select=+:Demo block=+:6=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 - function=+:0=+:0=+:0=+:endoflist=+:0=+:0 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:10=+:7=+:Login=+:Login Block=+:mx_login.php=+: parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Demo - Login=+:Demo block=+:7=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 - function=+:0=+:0=+:0=+:endoflist=+:0=+:0 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:10=+:11=+:Split Block=+:Split Block Function - a block that puts subblocks side by side=+:mx_multiple_blocks.php=+: ! parameter=+:11=+:60=+:block_ids=+:Function=+:1,2,3=+:get_list_multiple( "{parameter_id}[]", BLOCK_TABLE, 'block_id', 'block_title', "{parameter_value}", TRUE, 'block_desc')=+:0 ! parameter=+:11=+:61=+:block_sizes=+:Text=+:20%,30%,*=+:=+:0 ! parameter=+:11=+:62=+:space_between=+:Number=+:4=+:=+:0 parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Demo - Split Block=+:Demo block=+:11=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 - function=+:0=+:0=+:0=+:endoflist=+:0=+:0 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:10=+:13=+:Who is Online=+:Who is Online Block=+:mx_online.php=+: parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Demo - Who is Online=+:Demo block=+:13=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 - function=+:0=+:0=+:0=+:endoflist=+:0=+:0 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:10=+:15=+:Site Search=+:Site Search Block=+:mx_search.php=+: parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Demo - Site Search=+:Demo block=+:15=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 - function=+:0=+:0=+:0=+:endoflist=+:0=+:0 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:10=+:10=+:Site Log=+:Site Log monitor=+:mx_site_log.php=+: ! parameter=+:10=+:91=+:log_filter_date=+:Menu_single_select=+:1 month=+:a:12:{i:0;s:8:"no limit";i:1;s:5:"1 day";i:2;s:6:"2 days";i:3;s:6:"3 days";i:4;s:6:"1 week";i:5;s:7:"2 weeks";i:6;s:7:"3 weeks";i:7;s:7:"1 month";i:8;s:8:"2 months";i:9;s:8:"3 months";i:10;s:8:"6 months";i:11;s:6:"1 year";}=+:0 ! parameter=+:10=+:92=+:numOfEvents=+:Number=+:5=+:=+:0 parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Demo - Site Log=+:Demo block=+:10=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 - function=+:0=+:0=+:0=+:endoflist=+:0=+:0 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:10=+:12=+:Theme Select=+:Theme Select Block=+:mx_theme.php=+: --- 2,49 ---- New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:10=+:3=+:DynamicBlock=+:Dynamic block, defined by its block_id=+:mx_dynamic.php=+: ! parameter=+:3=+:80=+:default_block_id=+:Function=+:0=+:get_list_formatted("block_list","{parameter_value}","{parameter_id}[]")=+:0=+:0 parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Demo - DynamicBlock=+:Demo block=+:3=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:10=+:4=+:Google Search=+:Google Search Block=+:mx_google.php=+: parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Demo - Google Search=+:Demo block=+:4=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:10=+:5=+:IncludeX=+:Include a iframe, site, multimedia or file=+:mx_includex.php=+: ! parameter=+:5=+:70=+:x_mode=+:Menu_single_select=+:x_iframe=+:a:6:{i:0;s:8:"x_listen";i:1;s:8:"x_iframe";i:2;s:10:"x_textfile";i:3;s:12:"x_multimedia";i:4;s:5:"x_pic";i:5;s:8:"x_format";}=+:0=+:0 ! parameter=+:5=+:72=+:x_1=+:Text=+:=+:=+:0=+:0 ! parameter=+:5=+:73=+:x_2=+:Text=+:=+:=+:0=+:0 ! parameter=+:5=+:71=+:x_3=+:Text=+:http://www.mx-system.com=+:=+:0=+:0 parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Demo - IncludeX=+:Demo block=+:5=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:10=+:6=+:Language Select=+:Language Select Block=+:mx_language.php=+: parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Demo - Language Select=+:Demo block=+:6=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:10=+:7=+:Login=+:Login Block=+:mx_login.php=+: parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Demo - Login=+:Demo block=+:7=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:10=+:11=+:Split Block=+:Split Block Function - a block that puts subblocks side by side=+:mx_multiple_blocks.php=+: ! parameter=+:11=+:60=+:block_ids=+:Function=+:1,2,3=+:get_list_multiple( "{parameter_id}[]", BLOCK_TABLE, 'block_id', 'block_title', "{parameter_value}", TRUE, 'block_desc')=+:0=+:0 ! parameter=+:11=+:61=+:block_sizes=+:Text=+:20%,30%,*=+:=+:0=+:0 ! parameter=+:11=+:62=+:space_between=+:Number=+:4=+:=+:0=+:0 parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Demo - Split Block=+:Demo block=+:11=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:10=+:13=+:Who is Online=+:Who is Online Block=+:mx_online.php=+: parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Demo - Who is Online=+:Demo block=+:13=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:10=+:15=+:Site Search=+:Site Search Block=+:mx_search.php=+: parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Demo - Site Search=+:Demo block=+:15=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:10=+:10=+:Site Log=+:Site Log monitor=+:mx_site_log.php=+: ! parameter=+:10=+:91=+:log_filter_date=+:Menu_single_select=+:1 month=+:a:12:{i:0;s:8:"no limit";i:1;s:5:"1 day";i:2;s:6:"2 days";i:3;s:6:"3 days";i:4;s:6:"1 week";i:5;s:7:"2 weeks";i:6;s:7:"3 weeks";i:7;s:7:"1 month";i:8;s:8:"2 months";i:9;s:8:"3 months";i:10;s:8:"6 months";i:11;s:6:"1 year";}=+:0=+:0 ! parameter=+:10=+:92=+:numOfEvents=+:Number=+:5=+:=+:0=+:0 parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Demo - Site Log=+:Demo block=+:10=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:10=+:12=+:Theme Select=+:Theme Select Block=+:mx_theme.php=+: |
|
From: Jon O. <jon...@us...> - 2006-08-14 10:42:19
|
Update of /cvsroot/mxbb/core/includes In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv21992/includes Modified Files: mx_functions_admincp.php mx_functions_tools.php Log Message: Pak updates module cache is updated - new clean cache method Index: mx_functions_admincp.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_admincp.php,v retrieving revision 1.27 retrieving revision 1.28 diff -C2 -d -r1.27 -r1.28 *** mx_functions_admincp.php 13 Aug 2006 19:25:26 -0000 1.27 --- mx_functions_admincp.php 14 Aug 2006 10:42:13 -0000 1.28 *************** *** 2419,2423 **** } - echo('<br>HERE<br>'.$module_data['3'].'<br>'.$module_id.'<br>'.$module_data['5']); $safe_row = mx_get_info(FUNCTION_TABLE, 'module_id', $module_id, 'function_file', $module_data['5']); --- 2419,2422 ---- Index: mx_functions_tools.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_tools.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** mx_functions_tools.php 4 Aug 2006 16:33:12 -0000 1.7 --- mx_functions_tools.php 14 Aug 2006 10:42:13 -0000 1.8 *************** *** 19,23 **** // This 'include' is needed for the mx_text class // ! include_once($phpbb_root_path . 'includes/bbcode.'.$phpEx); /** --- 19,23 ---- // This 'include' is needed for the mx_text class // ! @include_once($phpbb_root_path . 'includes/bbcode.'.$phpEx); /** *************** *** 1542,1546 **** // Includes // ! include_once( $phpbb_root_path . 'includes/functions_post.' . $phpEx ); /** --- 1542,1546 ---- // Includes // ! @include_once( $phpbb_root_path . 'includes/functions_post.' . $phpEx ); /** *************** *** 2207,2210 **** --- 2207,2215 ---- if ( file_exists( $this->cache_dir . 'data_global.' . $phpEx ) ) { + if (!sizeof($this->vars_ts)) + { + $this->load(); + } + foreach ( $this->vars_ts as $varname => $timestamp ) { |
|
From: Jon O. <jon...@us...> - 2006-08-14 10:42:19
|
Update of /cvsroot/mxbb/core/modules/mx_textblocks In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv21992/modules/mx_textblocks Modified Files: TextBlocks.pak Log Message: Pak updates module cache is updated - new clean cache method Index: TextBlocks.pak =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_textblocks/TextBlocks.pak,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** TextBlocks.pak 30 Jun 2006 12:21:04 -0000 1.13 --- TextBlocks.pak 14 Aug 2006 10:42:13 -0000 1.14 *************** *** 2,31 **** New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:20=+:24=+:TextBlock (phpBB)=+:BBcodes, html and smilies - defined by phpBB config=+:mx_textblock_bbcode.php=+: ! parameter=+:24=+:15=+:Text=+:phpBBTextBlock=+:Insert your text here=+:=+:0 parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Demo - TextBlock (phpBB)=+:Demo block=+:24=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 - function=+:0=+:0=+:0=+:endoflist=+:0=+:0 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:20=+:21=+:TextBlock (Blog)=+:UserBlog Textblock=+:mx_textblock_blog.php=+: ! parameter=+:21=+:81=+:Blog=+:BBText=+:Add your text here...=+:=+:0 parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Demo - TextBlock (Blog)=+:Demo block=+:21=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 - function=+:0=+:0=+:0=+:endoflist=+:0=+:0 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:20=+:23=+:TextBlock (Html/wysiwyg)=+:Plain html textblock, or featuring a wysiwyg editor=+:mx_textblock_html.php=+: ! parameter=+:23=+:16=+:Html=+:WysiwygTextBlock=+:Entre your Html code here=+:=+:0 parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Demo - TextBlock (Html/wysiwyg)=+:Demo block=+:23=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 - function=+:0=+:0=+:0=+:endoflist=+:0=+:0 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:20=+:22=+:TextBlock (Customized)=+:Textblock, featuring block defined settings=+:mx_textblock_multi.php=+: ! parameter=+:22=+:56=+:allow_bbcode=+:Boolean=+:TRUE=+:=+:1 ! parameter=+:22=+:54=+:allow_html=+:Boolean=+:TRUE=+:=+:1 ! parameter=+:22=+:57=+:allow_smilies=+:Boolean=+:TRUE=+:=+:1 ! parameter=+:22=+:52=+:block_style=+:Boolean=+:TRUE=+:=+:0 ! parameter=+:22=+:55=+:html_tags=+:Text=+:b,i,u=+:=+:1 ! parameter=+:22=+:50=+:Text=+:CustomizedTextBlock=+:Enter your block text here=+:=+:0 ! parameter=+:22=+:51=+:text_style=+:Text=+:none=+:=+:0 ! parameter=+:22=+:53=+:title_style=+:Boolean=+:TRUE=+:=+:0 parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Demo - TextBlock (Customized)=+:Demo block=+:22=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 --- 2,28 ---- New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:20=+:24=+:TextBlock (phpBB)=+:BBcodes, html and smilies - defined by phpBB config=+:mx_textblock_bbcode.php=+: ! parameter=+:24=+:15=+:Text=+:phpBBTextBlock=+:Insert your text here=+:=+:0=+:0 parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Demo - TextBlock (phpBB)=+:Demo block=+:24=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:20=+:21=+:TextBlock (Blog)=+:UserBlog Textblock=+:mx_textblock_blog.php=+: ! parameter=+:21=+:81=+:Blog=+:BBText=+:Add your text here...=+:=+:0=+:0 parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Demo - TextBlock (Blog)=+:Demo block=+:21=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:20=+:23=+:TextBlock (Html/wysiwyg)=+:Plain html textblock, or featuring a wysiwyg editor=+:mx_textblock_html.php=+: ! parameter=+:23=+:16=+:Html=+:WysiwygTextBlock=+:Entre your Html code here=+:=+:0=+:0 parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Demo - TextBlock (Html/wysiwyg)=+:Demo block=+:23=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:20=+:22=+:TextBlock (Customized)=+:Textblock, featuring block defined settings=+:mx_textblock_multi.php=+: ! parameter=+:22=+:50=+:Text=+:CustomizedTextBlock=+:Enter your block text here=+:=+:0=+:0 ! parameter=+:22=+:51=+:text_style=+:Text=+:none=+:=+:0=+:0 ! parameter=+:22=+:52=+:block_style=+:Boolean=+:TRUE=+:=+:0=+:0 ! parameter=+:22=+:53=+:title_style=+:Boolean=+:TRUE=+:=+:0=+:0 ! parameter=+:22=+:57=+:allow_smilies=+:Boolean=+:TRUE=+:=+:1=+:0 ! parameter=+:22=+:54=+:allow_html=+:Boolean=+:TRUE=+:=+:1=+:0 ! parameter=+:22=+:56=+:allow_bbcode=+:Boolean=+:TRUE=+:=+:1=+:0 ! parameter=+:22=+:55=+:html_tags=+:Text=+:b,i,u=+:=+:1=+:0 parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Demo - TextBlock (Customized)=+:Demo block=+:22=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 |
|
From: Jon O. <jon...@us...> - 2006-08-14 10:42:19
|
Update of /cvsroot/mxbb/core/modules/mx_phpbb2blocks In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv21992/modules/mx_phpbb2blocks Modified Files: phpbb2blocks.pak Log Message: Pak updates module cache is updated - new clean cache method Index: phpbb2blocks.pak =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_phpbb2blocks/phpbb2blocks.pak,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** phpbb2blocks.pak 30 Jun 2006 12:21:04 -0000 1.3 --- phpbb2blocks.pak 14 Aug 2006 10:42:13 -0000 1.4 *************** *** 2,47 **** New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:30=+:2=+:phpBB Announcements=+:phpBB Announcements Block=+:mx_announce.php=+: ! parameter=+:2=+:3=+:announce_display=+:Boolean=+:TRUE=+:=+:0 ! parameter=+:2=+:6=+:announce_display_global=+:Boolean=+:TRUE=+:=+:0 ! parameter=+:2=+:5=+:announce_display_normal=+:Boolean=+:FALSE=+:=+:0 ! parameter=+:2=+:4=+:announce_display_sticky=+:Boolean=+:TRUE=+:=+:0 ! parameter=+:2=+:11=+:announce_forum=+:Function=+:=+:get_list_multiple("{parameter_id}[]", FORUMS_TABLE, 'forum_id', 'forum_name', "{parameter_value}", TRUE)=+:0 ! parameter=+:2=+:7=+:announce_img=+:Text=+:thumb_globe.gif=+:=+:0 ! parameter=+:2=+:10=+:announce_img_global=+:Text=+:thumb_globe.gif=+:=+:0 ! parameter=+:2=+:9=+:announce_img_normal=+:Text=+:thumb_globe.gif=+:=+:0 ! parameter=+:2=+:8=+:announce_img_sticky=+:Text=+:thumb_globe.gif=+:=+:0 ! parameter=+:2=+:2=+:announce_nbr_days=+:Number=+:14=+:=+:0 ! parameter=+:2=+:1=+:announce_nbr_display=+:Number=+:1=+:=+:0 parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Demo - phpBB Announcements=+:Demo block=+:2=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 - function=+:0=+:0=+:0=+:endoflist=+:0=+:0 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:30=+:8=+:phpBB Index=+:phpBB Index Block=+:mx_forum.php=+: parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Demo - phpBB Index=+:Demo block=+:8=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 - function=+:0=+:0=+:0=+:endoflist=+:0=+:0 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:30=+:31=+:Last Posts=+:phpBB Last Posts Function=+:mx_last_msg.php=+: ! parameter=+:31=+:21=+:Last_Msg_Align=+:Values=+:left=+:=+:0 ! parameter=+:31=+:39=+:Last_Msg_Display_Author=+:Boolean=+:FALSE=+:=+:0 ! parameter=+:31=+:18=+:Last_Msg_Display_Date=+:Boolean=+:TRUE=+:=+:0 ! parameter=+:31=+:22=+:Last_Msg_Display_Forum=+:Boolean=+:TRUE=+:=+:0 ! parameter=+:31=+:40=+:Last_Msg_Display_Icon_View=+:Boolean=+:TRUE=+:=+:0 ! parameter=+:31=+:38=+:Last_Msg_Display_Last_Author=+:Boolean=+:TRUE=+:=+:0 ! parameter=+:31=+:37=+:Last_Msg_forum=+:Function=+:=+:get_list_multiple("{parameter_id}[]", FORUMS_TABLE, 'forum_id', 'forum_name', "{parameter_value}", TRUE)=+:0 ! parameter=+:31=+:17=+:Last_Msg_Number_Title=+:Number=+:15=+:=+:0 ! parameter=+:31=+:20=+:Last_Msg_Target=+:Values=+:_blank=+:=+:0 ! parameter=+:31=+:19=+:Last_Msg_Title_Length=+:Number=+:30=+:=+:0 ! parameter=+:31=+:95=+:msg_filter_date=+:Function=+:5=+:get_list_static("{parameter_id}[]",array("no limit", "1 day", "2 days", "3 days", "1 week", "2 weeks", "3 weeks", "1 month", "2 months", "3 months", "6 months", "1 year"),"{parameter_value}")=+:0 parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Demo - Last Posts=+:Demo block=+:31=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 - function=+:0=+:0=+:0=+:endoflist=+:0=+:0 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:30=+:14=+:mxBB Polls=+:mxBB Polls=+:mx_poll.php=+: ! parameter=+:14=+:13=+:Poll_Display=+:Function=+:0=+:poll_select( {parameter_value}, "{parameter_id}" )=+:0 ! parameter=+:14=+:36=+:poll_forum=+:Function=+:=+:get_list_multiple("{parameter_id}[]", FORUMS_TABLE, 'forum_id', 'forum_name', "{parameter_value}", TRUE)=+:0 parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Demo - mxBB Polls=+:Demo block=+:14=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 - function=+:0=+:0=+:0=+:endoflist=+:0=+:0 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:30=+:41=+:Statistics=+:Site Statistics Function=+:mx_statistics.php=+: --- 2,43 ---- New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:30=+:2=+:phpBB Announcements=+:phpBB Announcements Block=+:mx_announce.php=+: ! parameter=+:2=+:1=+:announce_nbr_display=+:Number=+:1=+:=+:0=+:0 ! parameter=+:2=+:2=+:announce_nbr_days=+:Number=+:14=+:=+:0=+:0 ! parameter=+:2=+:3=+:announce_display=+:Boolean=+:TRUE=+:=+:0=+:0 ! parameter=+:2=+:4=+:announce_display_sticky=+:Boolean=+:TRUE=+:=+:0=+:0 ! parameter=+:2=+:5=+:announce_display_normal=+:Boolean=+:FALSE=+:=+:0=+:0 ! parameter=+:2=+:7=+:announce_img=+:Text=+:thumb_globe.gif=+:=+:0=+:0 ! parameter=+:2=+:8=+:announce_img_sticky=+:Text=+:thumb_globe.gif=+:=+:0=+:0 ! parameter=+:2=+:9=+:announce_img_normal=+:Text=+:thumb_globe.gif=+:=+:0=+:0 ! parameter=+:2=+:6=+:announce_display_global=+:Boolean=+:TRUE=+:=+:0=+:0 ! parameter=+:2=+:10=+:announce_img_global=+:Text=+:thumb_globe.gif=+:=+:0=+:0 ! parameter=+:2=+:11=+:announce_forum=+:Function=+:=+:get_list_multiple("{parameter_id}[]", FORUMS_TABLE, 'forum_id', 'forum_name', "{parameter_value}", TRUE)=+:0=+:0 parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Demo - phpBB Announcements=+:Demo block=+:2=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:30=+:8=+:phpBB Index=+:phpBB Index Block=+:mx_forum.php=+: parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Demo - phpBB Index=+:Demo block=+:8=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:30=+:31=+:Last Posts=+:phpBB Last Posts Function=+:mx_last_msg.php=+: ! parameter=+:31=+:17=+:Last_Msg_Number_Title=+:Number=+:15=+:=+:0=+:0 ! parameter=+:31=+:18=+:Last_Msg_Display_Date=+:Boolean=+:TRUE=+:=+:0=+:0 ! parameter=+:31=+:19=+:Last_Msg_Title_Length=+:Number=+:30=+:=+:0=+:0 ! parameter=+:31=+:20=+:Last_Msg_Target=+:Values=+:_blank=+:=+:0=+:0 ! parameter=+:31=+:21=+:Last_Msg_Align=+:Values=+:left=+:=+:0=+:0 ! parameter=+:31=+:22=+:Last_Msg_Display_Forum=+:Boolean=+:TRUE=+:=+:0=+:0 ! parameter=+:31=+:37=+:Last_Msg_forum=+:Function=+:=+:get_list_multiple("{parameter_id}[]", FORUMS_TABLE, 'forum_id', 'forum_name', "{parameter_value}", TRUE)=+:0=+:0 ! parameter=+:31=+:38=+:Last_Msg_Display_Last_Author=+:Boolean=+:TRUE=+:=+:0=+:0 ! parameter=+:31=+:39=+:Last_Msg_Display_Author=+:Boolean=+:FALSE=+:=+:0=+:0 ! parameter=+:31=+:40=+:Last_Msg_Display_Icon_View=+:Boolean=+:TRUE=+:=+:0=+:0 ! parameter=+:31=+:95=+:msg_filter_date=+:Function=+:5=+:get_list_static("{parameter_id}[]",array("no limit", "1 day", "2 days", "3 days", "1 week", "2 weeks", "3 weeks", "1 month", "2 months", "3 months", "6 months", "1 year"),"{parameter_value}")=+:0=+:0 parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Demo - Last Posts=+:Demo block=+:31=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:30=+:14=+:mxBB Polls=+:mxBB Polls=+:mx_poll.php=+: ! parameter=+:14=+:13=+:Poll_Display=+:Function=+:0=+:poll_select( {parameter_value}, "{parameter_id}" )=+:0=+:0 ! parameter=+:14=+:36=+:poll_forum=+:Function=+:=+:get_list_multiple("{parameter_id}[]", FORUMS_TABLE, 'forum_id', 'forum_name', "{parameter_value}", TRUE)=+:0=+:0 parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Demo - mxBB Polls=+:Demo block=+:14=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:30=+:41=+:Statistics=+:Site Statistics Function=+:mx_statistics.php=+: |
|
From: Jon O. <jon...@us...> - 2006-08-14 10:42:19
|
Update of /cvsroot/mxbb/core/modules/mx_navmenu In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv21992/modules/mx_navmenu Modified Files: NavigationMenu.pak Log Message: Pak updates module cache is updated - new clean cache method Index: NavigationMenu.pak =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_navmenu/NavigationMenu.pak,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** NavigationMenu.pak 29 Jun 2006 13:13:44 -0000 1.7 --- NavigationMenu.pak 14 Aug 2006 10:42:13 -0000 1.8 *************** *** 2,9 **** New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:50=+:51=+:Navigation Menu=+:Site Navigation Menu Blocks=+:mx_menu_nav.php=+: ! parameter=+:51=+:63=+:menu_display_mode=+:Radio_single_select=+:Vertical=+:a:2:{i:0;s:8:"vertical";i:1;s:10:"horizontal";}=+:0 ! parameter=+:51=+:93=+:menu_display_style=+:Radio_single_select=+:Standard=+:a:5:{i:0;s:8:"Standard";i:1;s:6:"Simple";i:2;s:8:"Advanced";i:3;s:12:"Advanced_app";i:4;s:18:"Overall_navigation";}=+:0 ! parameter=+:51=+:64=+:menu_page_sync=+:Boolean=+:0=+:=+:0 ! parameter=+:51=+:66=+:Nav menu=+:nav_menu=+:=+:=+:0 parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Demo - Navigation Menu=+:Demo block=+:51=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 --- 2,9 ---- New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:50=+:51=+:Navigation Menu=+:Site Navigation Menu Blocks=+:mx_menu_nav.php=+: ! parameter=+:51=+:93=+:menu_display_style=+:Radio_single_select=+:Standard=+:a:5:{i:0;s:8:"Standard";i:1;s:6:"Simple";i:2;s:8:"Advanced";i:3;s:12:"Advanced_app";i:4;s:18:"Overall_navigation";}=+:0=+:0 ! parameter=+:51=+:66=+:Nav menu=+:nav_menu=+:=+:=+:0=+:10 ! parameter=+:51=+:63=+:menu_display_mode=+:Radio_single_select=+:Vertical=+:a:2:{i:0;s:8:"vertical";i:1;s:10:"horizontal";}=+:0=+:20 ! parameter=+:51=+:64=+:menu_page_sync=+:Boolean=+:0=+:=+:0=+:30 parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Demo - Navigation Menu=+:Demo block=+:51=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 |
|
From: Jon O. <jon...@us...> - 2006-08-14 10:42:19
|
Update of /cvsroot/mxbb/core/modules/mx_rebuild_search_tables In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv21992/modules/mx_rebuild_search_tables Modified Files: Rebuild Search Tables.pak Log Message: Pak updates module cache is updated - new clean cache method Index: Rebuild Search Tables.pak =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_rebuild_search_tables/Rebuild Search Tables.pak,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Rebuild Search Tables.pak 30 Jun 2006 12:21:04 -0000 1.3 --- Rebuild Search Tables.pak 14 Aug 2006 10:42:13 -0000 1.4 *************** *** 1 **** --- 1,2 ---- module=+:58=+:Reguild Search Tables=+:modules/mx_rebuild_search_tables/=+:=+:1 + function=+:0=+:0=+:0=+:endoflist=+:0=+:0 |
|
From: Jon O. <jon...@us...> - 2006-08-14 10:40:25
|
Update of /cvsroot/mxbb/mx_calsnails In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv21433/modules/mx_calsnails Modified Files: CalSnails_Lite.pak Log Message: pak update Index: CalSnails_Lite.pak =================================================================== RCS file: /cvsroot/mxbb/mx_calsnails/CalSnails_Lite.pak,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** CalSnails_Lite.pak 30 Jun 2006 12:21:45 -0000 1.10 --- CalSnails_Lite.pak 14 Aug 2006 10:40:19 -0000 1.11 *************** *** 2,37 **** New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:56=+:64=+:CalSnails Lite=+:Main Calendar Lite script=+:calendar.php=+: ! parameter=+:64=+:133=+:auth_all=+:Function=+:2=+:get_list_static("{parameter_id}[]",array("No access","View only","View,Suggest","View,Add","View,Add(Edit/Delete own)"),"{parameter_value}")=+:0 ! parameter=+:64=+:134=+:auth_reg=+:Function=+:2=+:get_list_static("{parameter_id}[]",array("No access","View only","View,Suggest","View,Add","View,Add(Edit/Delete own)"),"{parameter_value}")=+:0 ! parameter=+:64=+:135=+:cal_filter=+:Boolean=+:0=+:=+:0 ! parameter=+:64=+:136=+:cal_mod_group=+:Function=+:0=+:mx_get_groups("{parameter_value}","{parameter_id}[]")=+:0 parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Demo - CalSnails Lite=+:Demo block=+:64=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 - function=+:0=+:0=+:0=+:endoflist=+:0=+:0 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:56=+:65=+:CalSnails Events=+:Basic script to deal with calendar event reports=+:mx_calendar_events.php=+: ! parameter=+:65=+:137=+:Calendar_Block_Title=+:Text=+:=+:=+:0 ! parameter=+:65=+:138=+:Calendar_Events_dateformat=+:Text=+:l, d F Y h:i a=+:=+:0 ! parameter=+:65=+:139=+:Calendar_Events_Next=+:Number=+:3=+:=+:0 ! parameter=+:65=+:140=+:Calendar_Events_Prev=+:Number=+:3=+:=+:0 ! parameter=+:65=+:141=+:Calendar_Events_Range=+:Menu_single_select=+:this week=+:a:5:{i:0;s:5:"today";i:1;s:9:"this week";i:2;s:9:"next week";i:3;s:10:"this month";i:4;s:10:"next month";}=+:0 ! parameter=+:65=+:142=+:Calendar_Text_Length=+:Number=+:30=+:=+:0 ! parameter=+:65=+:143=+:Calendar_Vertical_Size=+:Number=+:200=+:=+:0 ! parameter=+:65=+:144=+:target_block=+:Function=+:0=+:get_list_formatted("block_list","{parameter_value}","{parameter_id}[]", "calendar.php")=+:0 parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Demo - CalSnails Events=+:Demo block=+:65=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 - function=+:0=+:0=+:0=+:endoflist=+:0=+:0 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:56=+:66=+:CalSnails Mini=+:Calendar Lite (mini function)=+:mx_calendar_mini.php=+: ! parameter=+:66=+:145=+:target_block=+:Function=+:0=+:get_list_formatted("block_list","{parameter_value}","{parameter_id}[]", "calendar.php")=+:0 parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Demo - CalSnails Mini=+:Demo block=+:66=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 - function=+:0=+:0=+:0=+:endoflist=+:0=+:0 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:56=+:67=+:Calendar Querys1=+:Sample function to help you export Calendar Lite data=+:mx_calendar_query.php=+: ! parameter=+:67=+:146=+:Calendar_Block_Title=+:Text=+:=+:=+:0 ! parameter=+:67=+:147=+:Calendar_Events_dateformat=+:Text=+:=+:=+:0 ! parameter=+:67=+:148=+:Calendar_Order=+:Text=+:stamp, subject=+:=+:0 ! parameter=+:67=+:149=+:Calendar_Where=+:Text=+:=+:=+:0 parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Demo - Calendar Querys1=+:Demo block=+:67=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 --- 2,34 ---- New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:56=+:64=+:CalSnails Lite=+:Main Calendar Lite script=+:calendar.php=+: ! parameter=+:64=+:136=+:cal_mod_group=+:Function=+:0=+:mx_get_groups("{parameter_value}","{parameter_id}[]")=+:0=+:0 ! parameter=+:64=+:135=+:cal_filter=+:Boolean=+:0=+:=+:0=+:0 ! parameter=+:64=+:134=+:auth_reg=+:Function=+:2=+:get_list_static("{parameter_id}[]",array("No access","View only","View,Suggest","View,Add","View,Add(Edit/Delete own)"),"{parameter_value}")=+:0=+:0 ! parameter=+:64=+:133=+:auth_all=+:Function=+:2=+:get_list_static("{parameter_id}[]",array("No access","View only","View,Suggest","View,Add","View,Add(Edit/Delete own)"),"{parameter_value}")=+:0=+:0 parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Demo - CalSnails Lite=+:Demo block=+:64=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:56=+:65=+:CalSnails Events=+:Basic script to deal with calendar event reports=+:mx_calendar_events.php=+: ! parameter=+:65=+:144=+:target_block=+:Function=+:0=+:get_list_formatted("block_list","{parameter_value}","{parameter_id}[]", "calendar.php")=+:0=+:0 ! parameter=+:65=+:143=+:Calendar_Vertical_Size=+:Number=+:200=+:=+:0=+:0 ! parameter=+:65=+:142=+:Calendar_Text_Length=+:Number=+:30=+:=+:0=+:0 ! parameter=+:65=+:141=+:Calendar_Events_Range=+:Menu_single_select=+:this week=+:a:5:{i:0;s:5:"today";i:1;s:9:"this week";i:2;s:9:"next week";i:3;s:10:"this month";i:4;s:10:"next month";}=+:0=+:0 ! parameter=+:65=+:140=+:Calendar_Events_Prev=+:Number=+:3=+:=+:0=+:0 ! parameter=+:65=+:139=+:Calendar_Events_Next=+:Number=+:3=+:=+:0=+:0 ! parameter=+:65=+:138=+:Calendar_Events_dateformat=+:Text=+:l, d F Y h:i a=+:=+:0=+:0 ! parameter=+:65=+:137=+:Calendar_Block_Title=+:Text=+:=+:=+:0=+:0 parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Demo - CalSnails Events=+:Demo block=+:65=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:56=+:66=+:CalSnails Mini=+:Calendar Lite (mini function)=+:mx_calendar_mini.php=+: ! parameter=+:66=+:145=+:target_block=+:Function=+:0=+:get_list_formatted("block_list","{parameter_value}","{parameter_id}[]", "calendar.php")=+:0=+:0 parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Demo - CalSnails Mini=+:Demo block=+:66=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:56=+:67=+:Calendar Querys1=+:Sample function to help you export Calendar Lite data=+:mx_calendar_query.php=+: ! parameter=+:67=+:146=+:Calendar_Block_Title=+:Text=+:=+:=+:0=+:0 ! parameter=+:67=+:147=+:Calendar_Events_dateformat=+:Text=+:=+:=+:0=+:0 ! parameter=+:67=+:148=+:Calendar_Order=+:Text=+:stamp, subject=+:=+:0=+:0 ! parameter=+:67=+:149=+:Calendar_Where=+:Text=+:=+:=+:0=+:0 parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Demo - Calendar Querys1=+:Demo block=+:67=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 |
|
From: Jon O. <jon...@us...> - 2006-08-14 10:40:25
|
Update of /cvsroot/mxbb/mx_calsnails/language/lang_english In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv21433/modules/mx_calsnails/language/lang_english Modified Files: lang_admin.php lang_main.php Log Message: pak update Index: lang_main.php =================================================================== RCS file: /cvsroot/mxbb/mx_calsnails/language/lang_english/lang_main.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** lang_main.php 29 Jun 2006 22:03:22 -0000 1.6 --- lang_main.php 14 Aug 2006 10:40:20 -0000 1.7 *************** *** 9,113 **** */ ! $lang['Calendar'] = "Calendar"; ! $lang['Cal_description'] = "Description"; ! $lang['Cal_day'] = "Start Date"; ! $lang['Cal_hour'] = "Time"; ! $lang['End_day'] = "End Date"; ! $lang['End_time'] = "End Time"; ! $lang['Cal_subject'] = "Subject"; ! $lang['Cal_add_event'] = "Add event"; ! $lang['Cal_submit_event'] = "Submit event"; ! $lang['Cal_event_not_add'] = "Event not added..."; ! $lang['Cal_event_delete'] = "Event Deleted"; ! $lang['Cal_Del_mod'] = "Delete / Modify"; ! $lang['Cal_mod_only'] = "Modify"; ! $lang['Cal_back2cal'] = "Calendar Home"; ! $lang['Cal_mod_marked'] = "Modify event"; ! $lang['Cal_del_marked'] = "Delete event"; ! $lang['Cal_must_sel_event'] = "You must select an event."; ! $lang['Cal_edit_own_event'] = "Sorry, you can only modify your own events."; ! $lang['Cal_delete_event'] = "Sorry, you don't have permission to delete this event."; ! $lang['Cal_not_enough_access'] = "Sorry, Access Denied"; ! $lang['Cal_must_member'] = "You must be authorised to connect and use this service"; ! $lang['Cal_alt_event'] = "Current :"; ! $lang['Validate'] = "Validate Events"; ! $lang['Cal_event_validated'] = "Event(s) have been Validated/Deleted as specified"; ! $lang['No events'] = "Currently there are no events for this date"; ! $lang['No records'] = "No events require validation"; ! $lang['No records modify'] = "No events available to modify"; ! $lang['No information'] = "Insufficient information. Please fill out all the relevant info"; ! $lang['Date before today'] = "Sorry, you cannot submit events for dates that have already passed"; ! $lang['Date before start'] = "Sorry, you cannot submit events that finish before they start"; ! $lang['No date'] = "You must select a start and end date"; ! $lang['No time'] = "You must select a start and end time"; // // New Version 2.0.0 Additions. // ! $lang['Cal_event_add'] = "Event Added/Modified..."; ! $lang['Cal_add4valid'] = "Event submitted for validation by an Administrator"; ! $lang['category'] = "Category"; ! $lang['allow_categories'] = "Use categories with events"; ! $lang['require_categories'] = "Require a category with events:"; ! $lang['No_cat_selected'] = "No category selected"; ! $lang['Edit_cat'] = "Edit Category"; ! $lang['Cats_explain'] = "Use this section to add, edit or delete the categories you use on your database. <br><br><b>NB:</b> Please note that if you delete a category that has been selected for an event it will not delete those records but it will stop users from being able to filter and view a deleted category."; ! $lang['Cats_title'] = "Category Admin"; ! $lang['Must_enter_cat'] = "You must enter a category"; ! $lang['Cat_updated'] = "Category Updated"; ! $lang['Cat_added'] = "Category Added"; ! $lang['cat_removed'] = "Category Removed"; ! $lang['Add_new_cat'] = "Add new category"; $lang['Click_return_catadmin'] = 'Click %sHere%s to return to Category Administration'; ! $lang['Must_enter_valid_cat'] = "You must use valid alpha/numeric characters"; ! $lang['Filter_cats_alt'] = "Show selected category only"; ! $lang['Filter_cats'] = "View only..."; ! $lang['Month_jump'] = "Jump to..."; ! $lang['Recur_apply_to'] = "Changes apply to:"; ! $lang['Recur_future'] = "Future events"; ! $lang['Recur_solo'] = "This event only"; ! $lang['Recur_all'] = "All recurrences"; ! $lang['Cal_repeats'] = "Repeats every:"; ! $lang['until'] = "until"; ! $lang['Earliest recur before today'] = "Sorry, the earliest date in this set cannot be moved before today.\n<BR> Problem event on: "; ! $lang['day'] = "day(s)"; ! $lang['month'] = "month(s)"; ! $lang['year'] = "year(s)"; ! $lang['Event_length'] = "Each event lasts:"; ! $lang['Recur_title'] = "Optional Recurring Info."; ! $lang['Event_title'] = "Event Info."; ! $lang['Event overlap'] = "Recurring events cannot repeat before the initial event has ended"; ! $lang['R_period too small'] = "The period available for recurring events is insufficient for any repeats"; ! $lang['Add notes'] = "Add additional notes to this entry"; ! $lang['Add noted title'] = "Add Notes"; ! $lang['Split solo'] = "Split into 'stand-alone' entry <i>(will no longer update with related events)</i>"; ! $lang['Split solo title'] = "Split to seperate event"; ! $lang['Split future'] = "Change all event entries from this point forward"; ! $lang['Split future title'] = "Change all future events"; ! $lang['Edit all'] = "Change all related event entries"; ! $land['Edit all title'] = "Change all related events"; ! $lang['early_iteration'] = "(Earliest repetition after todays date)"; ! $lang['global subject'] = "Global subject"; ! $lang['global desc'] = "Global event info"; ! $lang['Del future'] = "Delete all events from this point forward"; ! $lang['Del all'] = "Delete all related event entries <i>(not including split entries)</i>"; ! $lang['Del this'] = "Delete this single event"; ! $lang['Event_num'] = "Event number:"; ! $lang['of'] = "<i>of</i>"; ! $lang['Additional info'] = "Additional information:"; ! $lang['Event specific'] = "(specific to 'this' event):"; ! $lang['allow_user_post_default'] = "Default access level for ALL registered users"; $lang['no_public'] = 'No public access'; --- 9,113 ---- */ ! $lang['Calendar'] = 'Calendar'; ! $lang['Cal_description'] = 'Description'; ! $lang['Cal_day'] = 'Start Date'; ! $lang['Cal_hour'] = 'Time'; ! $lang['End_day'] = 'End Date'; ! $lang['End_time'] = 'End Time'; ! $lang['Cal_subject'] = 'Subject'; ! $lang['Cal_add_event'] = 'Add event'; ! $lang['Cal_submit_event'] = 'Submit event'; ! $lang['Cal_event_not_add'] = 'Event not added...'; ! $lang['Cal_event_delete'] = 'Event Deleted'; ! $lang['Cal_Del_mod'] = 'Delete / Modify'; ! $lang['Cal_mod_only'] = 'Modify'; ! $lang['Cal_back2cal'] = 'Calendar Home'; ! $lang['Cal_mod_marked'] = 'Modify event'; ! $lang['Cal_del_marked'] = 'Delete event'; ! $lang['Cal_must_sel_event'] = 'You must select an event.'; ! $lang['Cal_edit_own_event'] = 'Sorry, you can only modify your own events.'; ! $lang['Cal_delete_event'] = 'Sorry, you don\'t have permission to delete this event.'; ! $lang['Cal_not_enough_access'] = 'Sorry, Access Denied'; ! $lang['Cal_must_member'] = 'You must be authorised to connect and use this service'; ! $lang['Cal_alt_event'] = 'Current :'; ! $lang['Validate'] = 'Validate Events'; ! $lang['Cal_event_validated'] = 'Event(s) have been Validated/Deleted as specified'; ! $lang['No events'] = 'Currently there are no events for this date'; ! $lang['No records'] = 'No events require validation'; ! $lang['No records modify'] = 'No events available to modify'; ! $lang['No information'] = 'Insufficient information. Please fill out all the relevant info'; ! $lang['Date before today'] = 'Sorry, you cannot submit events for dates that have already passed'; ! $lang['Date before start'] = 'Sorry, you cannot submit events that finish before they start'; ! $lang['No date'] = 'You must select a start and end date'; ! $lang['No time'] = 'You must select a start and end time'; // // New Version 2.0.0 Additions. // ! $lang['Cal_event_add'] = 'Event Added/Modified...'; ! $lang['Cal_add4valid'] = 'Event submitted for validation by an Administrator'; ! $lang['category'] = 'Category'; ! $lang['allow_categories'] = 'Use categories with events'; ! $lang['require_categories'] = 'Require a category with events:'; ! $lang['No_cat_selected'] = 'No category selected'; ! $lang['Edit_cat'] = 'Edit Category'; ! $lang['Cats_explain'] = 'Use this section to add, edit or delete the categories you use on your database. <br><br><b>NB:</b> Please note that if you delete a category that has been selected for an event it will not delete those records but it will stop users from being able to filter and view a deleted category.'; ! $lang['Cats_title'] = 'Category Admin'; ! $lang['Must_enter_cat'] = 'You must enter a category'; ! $lang['Cat_updated'] = 'Category Updated'; ! $lang['Cat_added'] = 'Category Added'; ! $lang['cat_removed'] = 'Category Removed'; ! $lang['Add_new_cat'] = 'Add new category'; $lang['Click_return_catadmin'] = 'Click %sHere%s to return to Category Administration'; ! $lang['Must_enter_valid_cat'] = 'You must use valid alpha/numeric characters'; ! $lang['Filter_cats_alt'] = 'Show selected category only'; ! $lang['Filter_cats'] = 'View only...'; ! $lang['Month_jump'] = 'Jump to...'; ! $lang['Recur_apply_to'] = 'Changes apply to:'; ! $lang['Recur_future'] = 'Future events'; ! $lang['Recur_solo'] = 'This event only'; ! $lang['Recur_all'] = 'All recurrences'; ! $lang['Cal_repeats'] = 'Repeats every:'; ! $lang['until'] = 'until'; ! $lang['Earliest recur before today'] = 'Sorry, the earliest date in this set cannot be moved before today.\n<BR> Problem event on: '; ! $lang['day'] = 'day(s)'; ! $lang['month'] = 'month(s)'; ! $lang['year'] = 'year(s)'; ! $lang['Event_length'] = 'Each event lasts:'; ! $lang['Recur_title'] = 'Optional Recurring Info.'; ! $lang['Event_title'] = 'Event Info.'; ! $lang['Event overlap'] = 'Recurring events cannot repeat before the initial event has ended'; ! $lang['R_period too small'] = 'The period available for recurring events is insufficient for any repeats'; ! $lang['Add notes'] = 'Add additional notes to this entry'; ! $lang['Add noted title'] = 'Add Notes'; ! $lang['Split solo'] = 'Split into \'stand-alone\' entry <i>(will no longer update with related events)</i>'; ! $lang['Split solo title'] = 'Split to seperate event'; ! $lang['Split future'] = 'Change all event entries from this point forward'; ! $lang['Split future title'] = 'Change all future events'; ! $lang['Edit all'] = 'Change all related event entries'; ! $land['Edit all title'] = 'Change all related events'; ! $lang['early_iteration'] = '(Earliest repetition after todays date)'; ! $lang['global subject'] = 'Global subject'; ! $lang['global desc'] = 'Global event info'; ! $lang['Del future'] = 'Delete all events from this point forward'; ! $lang['Del all'] = 'Delete all related event entries <i>(not including split entries)</i>'; ! $lang['Del this'] = 'Delete this single event'; ! $lang['Event_num'] = 'Event number:'; ! $lang['of'] = '<i>of</i>'; ! $lang['Additional info'] = 'Additional information:'; ! $lang['Event specific'] = '(specific to \'this\' event):'; ! $lang['allow_user_post_default'] = 'Default access level for ALL registered users'; $lang['no_public'] = 'No public access'; *************** *** 118,165 **** $lang['cal_admin'] = 'Calendar Admin'; ! $lang['Invalid date'] = "One or both of the dates you have submitted is invalid"; ! $lang['Empty subject'] = "You must enter a subject for your event"; ! $lang['Empty description'] = "You must enter a description for your event"; ! $lang['max'] = "Maximum:"; ! $lang['Return'] = "Go back to: "; ! $lang['View All'] = "View All"; ! $lang['Calendar_Level'] = "Calendar Level"; ! $lang['Calendar_Categories'] = "Calendar Categories"; ! $lang['Calendar Config'] = "Calendar Config"; ! $lang['days'] = "day(s)"; ! $lang['weeks'] = "week(s)"; ! $lang['months'] = "month(s)"; ! $lang['years'] = "year(s)"; ! $lang['view_year'] = "Year View"; ! $lang['view_month'] = "Month View"; ! $lang['view_week'] = "Week View"; ! $lang['view_day'] = "Day/Event View"; ! $lang['view_list'] = "List View"; ! $lang['view'] = "View"; $lang['Submitted_by'] = 'Submitted by'; ! $lang['No_modify_old'] = "Sorry, you can't edit an old event"; ! $lang['Cat_in_use'] = "This category is linked to existing events and cannot be deleted"; // // DEV lang 2.0.25 // ! $lang['require_time'] = "Require start/end times to be entered with new events"; ! $lang['allow_private_event'] = "Allow registered users to add private events"; ! $lang['allow_group_event'] = "Allow registered users to limit events to their own groups"; ! $lang['event_access'] = "Event Access:"; ! $lang['private_event'] = "Private/Personal"; ! $lang['public_event'] = "Public"; ! $lang['ug_event'] = "Restricted to Usergroup(s)"; ! $lang['group_select'] = "Allowed Usergroups: <br /><i>(if applicable)</i>"; ! $lang['group_event_explain'] = "<span class='genmed'><i>(Hold CTRL key and select groups with mouse to select more than one group)</i></span>"; ! $lang['No_private_events'] = "You are not permitted to add private events"; ! $lang['time_format'] = "Time Format"; // --- 118,165 ---- $lang['cal_admin'] = 'Calendar Admin'; ! $lang['Invalid date'] = 'One or both of the dates you have submitted is invalid'; ! $lang['Empty subject'] = 'You must enter a subject for your event'; ! $lang['Empty description'] = 'You must enter a description for your event'; ! $lang['max'] = 'Maximum:'; ! $lang['Return'] = 'Go back to: '; ! $lang['View All'] = 'View All'; ! $lang['Calendar_Level'] = 'Calendar Level'; ! $lang['Calendar_Categories'] = 'Calendar Categories'; ! $lang['Calendar Config'] = 'Calendar Config'; ! $lang['days'] = 'day(s)'; ! $lang['weeks'] = 'week(s)'; ! $lang['months'] = 'month(s)'; ! $lang['years'] = 'year(s)'; ! $lang['view_year'] = 'Year View'; ! $lang['view_month'] = 'Month View'; ! $lang['view_week'] = 'Week View'; ! $lang['view_day'] = 'Day/Event View'; ! $lang['view_list'] = 'List View'; ! $lang['view'] = 'View'; $lang['Submitted_by'] = 'Submitted by'; ! $lang['No_modify_old'] = 'Sorry, you can\'t edit an old event'; ! $lang['Cat_in_use'] = 'This category is linked to existing events and cannot be deleted'; // // DEV lang 2.0.25 // ! $lang['require_time'] = 'Require start/end times to be entered with new events'; ! $lang['allow_private_event'] = 'Allow registered users to add private events'; ! $lang['allow_group_event'] = 'Allow registered users to limit events to their own groups'; ! $lang['event_access'] = 'Event Access:'; ! $lang['private_event'] = 'Private/Personal'; ! $lang['public_event'] = 'Public'; ! $lang['ug_event'] = 'Restricted to Usergroup(s)'; ! $lang['group_select'] = 'Allowed Usergroups: <br /><i>(if applicable)</i>'; ! $lang['group_event_explain'] = '<span class="genmed"><i>(Hold CTRL key and select groups with mouse to select more than one group)</i></span>'; ! $lang['No_private_events'] = 'You are not permitted to add private events'; ! $lang['time_format'] = 'Time Format'; // *************** *** 172,193 **** $lang['OR_every'] = 'OR every:'; - // - // Added for MX-System module mx_calsnails (basically because 'May' in phpBB is rewritten by 3 letter month) - // - //$lang['datetime']['May'] = 'May'; // ! // Added for MX-System module mx_calsnails // - $lang['Events'] = 'Events'; ! $lang['allow_anon_post_default'] = "Default access level for ALL anonymous users"; ! $lang['Calendar_Events'] = "Calendar of Events"; $lang['More_Info'] = 'More Information ...'; $lang['To_End_Date'] = 'To:'; // For Cal Events top label $lang['Ev_this_day'] = 'Today'; $lang['Ev_this_week'] = 'This Week, '; --- 172,190 ---- $lang['OR_every'] = 'OR every:'; //$lang['datetime']['May'] = 'May'; // ! // Added for mxBB Portal module mx_calsnails // $lang['Events'] = 'Events'; ! $lang['allow_anon_post_default'] = 'Default access level for ALL anonymous users'; ! $lang['Calendar_Events'] = 'Calendar of Events'; $lang['More_Info'] = 'More Information ...'; $lang['To_End_Date'] = 'To:'; + // // For Cal Events top label + // $lang['Ev_this_day'] = 'Today'; $lang['Ev_this_week'] = 'This Week, '; Index: lang_admin.php =================================================================== RCS file: /cvsroot/mxbb/mx_calsnails/language/lang_english/lang_admin.php,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** lang_admin.php 29 Jun 2006 22:03:22 -0000 1.12 --- lang_admin.php 14 Aug 2006 10:40:20 -0000 1.13 *************** *** 12,39 **** // The format of this file is: // ! // ---> $lang["message"] = "text"; // // Specify your language character encoding... [optional] // ! // setlocale(LC_ALL, "en"); // // Configuration // ! $lang['Config_Calendar'] = "Calendar Configuration"; ! $lang['Config_Calendar_explain'] = "Set all the necessary variables for your calendar below"; ! $lang['week_start'] = "Week start"; ! $lang['subject_length'] = "Subject length"; ! $lang['subject_length_explain'] = "Set the length of characters in an event subject(title) for the main month view<br><i>NB: For double-byte languages always select an even number of characters</i>"; ! $lang['cal_script_path_explain'] = "NOT CURRENTLY IN USE"; ! $lang['allow_anon'] = "Allow anonymous viewing"; ! $lang['allow_old'] = "Allow old events"; ! $lang['allow_old_explain'] = "Allow events to be posted for dates in the past"; ! $lang['show_headers'] = "Show the phpBB2 header info"; $lang['cal_date_explain'] = "Only use if you wish to use a different format from the forum date format <a href='http://www.php.net/date' target='_other'>gmdate()</a>"; ! $lang['Cal_config_updated'] = "Calendar Configuration Updated Sucessfully"; $lang['Cal_return_config'] = 'Click %sHere%s to return to Calendar Configuration'; --- 12,39 ---- // The format of this file is: // ! // ---> $lang['message'] = 'text'; // // Specify your language character encoding... [optional] // ! // setlocale(LC_ALL, 'en'); // // Configuration // ! $lang['Config_Calendar'] = 'Calendar Configuration'; ! $lang['Config_Calendar_explain'] = 'Set all the necessary variables for your calendar below'; ! $lang['week_start'] = 'Week start'; ! $lang['subject_length'] = 'Subject length'; ! $lang['subject_length_explain'] = 'Set the length of characters in an event subject(title) for the main month view<br><i>NB: For double-byte languages always select an even number of characters</i>'; ! $lang['cal_script_path_explain'] = 'NOT CURRENTLY IN USE'; ! $lang['allow_anon'] = 'Allow anonymous viewing'; ! $lang['allow_old'] = 'Allow old events'; ! $lang['allow_old_explain'] = 'Allow events to be posted for dates in the past'; ! $lang['show_headers'] = 'Show the phpBB2 header info'; $lang['cal_date_explain'] = "Only use if you wish to use a different format from the forum date format <a href='http://www.php.net/date' target='_other'>gmdate()</a>"; ! $lang['Cal_config_updated'] = 'Calendar Configuration Updated Sucessfully'; $lang['Cal_return_config'] = 'Click %sHere%s to return to Calendar Configuration'; *************** *** 45,88 **** $lang['cal_admin'] = 'Calendar Admin'; ! $lang['allow_user_post_default'] = "Default access level for ALL registered users"; ! $lang['allow_anon_post_default'] = "Default access level for ALL anonymous users"; // // Block // ! $lang['Calendar_Where'] = "SQL Where"; ! $lang['Calendar_Where_explain'] = "Specify conditions to filter calendar events.<br />For instance: username = 'xxxx' AND eventspan >= 'yyyy-mm-dd hh:mm:ss'<br />Column Information: id (int), username (string), stamp (datetime in the form 'yyyy-mm-dd hh:mm:ss'), subject (string), description (string), user_id (int), eventspan (date)"; ! $lang['Calendar_Order'] = "SQL Order By"; ! $lang['Calendar_Order_explain'] = "Specify the list of columns (comma separated) to use in ORDER BY clausule.<br />Note: Parameters WHERE and ORDER BY are used to dynamically build the SQL statement for this block. Please, verify the SQL syntax is correct."; // ----------------------------------- // Block Parameter Specific // ----------------------------------- ! $lang['Calendar_Block_Title'] = "Block title"; ! $lang['Calendar_Block_Title_explain'] = "This parameter allows you to override the default block title (you may use something meaningfull depending on the Range used)."; ! $lang['Calendar_Events_dateformat'] = "Date Format"; $lang['Calendar_Events_dateformat_explain'] = "Only use if you wish to use a different format from the Calendar Lite date format (see <a href='http://www.php.net/date' target='_other'>gmdate()</a>)"; ! $lang['Calendar_Vertical_Size'] = "Vertical Size (pixels)"; ! $lang['Calendar_Vertical_Size_explain'] = "If you choose 0, the block height depends on the number of events, otherwise the size will be fixed and the block will be scrollable."; ! $lang['Calendar_Text_Length'] = "Text Length"; ! $lang['Calendar_Text_Length_explain'] = "Specify the max. number of visible characters for the events text."; ! $lang['Calendar_Events_Range'] = "Range for Events"; ! $lang['Calendar_Events_Range_explain'] = "Specify the range (or filter) to be applied to the displayed events."; ! $lang['Calendar_Events_Prev'] = "Days before range"; ! $lang['Calendar_Events_Prev_explain'] = "Use this parameter to apply a negative offset to the range specified."; ! $lang['Calendar_Events_Next'] = "Days after range"; ! $lang['Calendar_Events_Next_explain'] = "Use this parameter to apply a positive offset to the range specified."; $lang['Mod_group'] = 'Calsnails Moderator Group'; $lang['Mod_group_explain'] = '- with Calsnails Admin permissions!'; ! $lang['auth_all'] = "Default access level for ALL anonymous users"; ! $lang['auth_reg'] = "Default access level for ALL registered users"; ! $lang['auth_reg_explain'] = "NOTE: Block EDIT permissions also affect the CalSnails Block. EDIT users become CalSnails moderators..."; ! $lang['cal_filter'] = "Event Filter: Show events added for this Block only"; ! $lang['cal_filter_explain'] = "NOTE: FALSE, means show ALL calendar events..."; ! $lang['cal_mod_group'] = "CalSnails Moderator Group"; // --- 45,88 ---- $lang['cal_admin'] = 'Calendar Admin'; ! $lang['allow_user_post_default'] = 'Default access level for ALL registered users'; ! $lang['allow_anon_post_default'] = 'Default access level for ALL anonymous users'; // // Block // ! $lang['Calendar_Where'] = 'SQL Where'; ! $lang['Calendar_Where_explain'] = 'Specify conditions to filter calendar events.<br />For instance: username = "xxxx" AND eventspan >= "yyyy-mm-dd hh:mm:ss"<br />Column Information: id (int), username (string), stamp (datetime in the form "yyyy-mm-dd hh:mm:ss"), subject (string), description (string), user_id (int), eventspan (date)'; ! $lang['Calendar_Order'] = 'SQL Order By'; ! $lang['Calendar_Order_explain'] = 'Specify the list of columns (comma separated) to use in ORDER BY clausule.<br />Note: Parameters WHERE and ORDER BY are used to dynamically build the SQL statement for this block. Please, verify the SQL syntax is correct.'; // ----------------------------------- // Block Parameter Specific // ----------------------------------- ! $lang['Calendar_Block_Title'] = 'Block title'; ! $lang['Calendar_Block_Title_explain'] = 'This parameter allows you to override the default block title (you may use something meaningfull depending on the Range used).'; ! $lang['Calendar_Events_dateformat'] = 'Date Format'; $lang['Calendar_Events_dateformat_explain'] = "Only use if you wish to use a different format from the Calendar Lite date format (see <a href='http://www.php.net/date' target='_other'>gmdate()</a>)"; ! $lang['Calendar_Vertical_Size'] = 'Vertical Size (pixels)'; ! $lang['Calendar_Vertical_Size_explain'] = 'If you choose 0, the block height depends on the number of events, otherwise the size will be fixed and the block will be scrollable.'; ! $lang['Calendar_Text_Length'] = 'Text Length'; ! $lang['Calendar_Text_Length_explain'] = 'Specify the max. number of visible characters for the events text.'; ! $lang['Calendar_Events_Range'] = 'Range for Events'; ! $lang['Calendar_Events_Range_explain'] = 'Specify the range (or filter) to be applied to the displayed events.'; ! $lang['Calendar_Events_Prev'] = 'Days before range'; ! $lang['Calendar_Events_Prev_explain'] = 'Use this parameter to apply a negative offset to the range specified.'; ! $lang['Calendar_Events_Next'] = 'Days after range'; ! $lang['Calendar_Events_Next_explain'] = 'Use this parameter to apply a positive offset to the range specified.'; $lang['Mod_group'] = 'Calsnails Moderator Group'; $lang['Mod_group_explain'] = '- with Calsnails Admin permissions!'; ! $lang['auth_all'] = 'Default access level for ALL anonymous users'; ! $lang['auth_reg'] = 'Default access level for ALL registered users'; ! $lang['auth_reg_explain'] = 'NOTE: Block EDIT permissions also affect the CalSnails Block. EDIT users become CalSnails moderators...'; ! $lang['cal_filter'] = 'Event Filter: Show events added for this Block only'; ! $lang['cal_filter_explain'] = 'NOTE: FALSE, means show ALL calendar events...'; ! $lang['cal_mod_group'] = 'CalSnails Moderator Group'; // |
Update of /cvsroot/mxbb/mx_pafiledb/pafiledb/modules In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv19132/modules/mx_pafiledb/pafiledb/modules Modified Files: pa_category.php pa_download.php pa_email.php pa_file.php pa_license.php pa_lists.php pa_main.php pa_mcp.php pa_mini.php pa_post_comment.php pa_quickdl.php pa_rate.php pa_search.php pa_stats.php pa_toplist.php pa_ucp.php pa_user_upload.php pa_viewall.php Log Message: Updated copyrights file header Index: pa_viewall.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/pafiledb/modules/pa_viewall.php,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** pa_viewall.php 13 Aug 2006 18:53:10 -0000 1.19 --- pa_viewall.php 13 Aug 2006 19:44:46 -0000 1.20 *************** *** 4,8 **** * @package mxBB Portal Module - mx_pafiledb * @version $Id$ ! * @copyright (c) 2002-2006 [Mohd Basri, PHP Arena, pafileDB, Jon Ohlsson] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * --- 4,8 ---- * @package mxBB Portal Module - mx_pafiledb * @version $Id$ ! * @copyright (c) 2002-2006 [Jon Ohlsson, Mohd Basri, wGEric, PHP Arena, pafileDB, CRLin] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * Index: pa_download.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/pafiledb/modules/pa_download.php,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** pa_download.php 1 Aug 2006 21:03:24 -0000 1.18 --- pa_download.php 13 Aug 2006 19:44:45 -0000 1.19 *************** *** 4,8 **** * @package mxBB Portal Module - mx_pafiledb * @version $Id$ ! * @copyright (c) 2002-2006 [Mohd Basri, PHP Arena, pafileDB, Jon Ohlsson] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * --- 4,8 ---- * @package mxBB Portal Module - mx_pafiledb * @version $Id$ ! * @copyright (c) 2002-2006 [Jon Ohlsson, Mohd Basri, wGEric, PHP Arena, pafileDB, CRLin] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * Index: pa_post_comment.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/pafiledb/modules/pa_post_comment.php,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** pa_post_comment.php 1 Aug 2006 21:03:24 -0000 1.20 --- pa_post_comment.php 13 Aug 2006 19:44:45 -0000 1.21 *************** *** 4,8 **** * @package mxBB Portal Module - mx_pafiledb * @version $Id$ ! * @copyright (c) 2002-2006 [Mohd Basri, PHP Arena, pafileDB, Jon Ohlsson] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * --- 4,8 ---- * @package mxBB Portal Module - mx_pafiledb * @version $Id$ ! * @copyright (c) 2002-2006 [Jon Ohlsson, Mohd Basri, wGEric, PHP Arena, pafileDB, CRLin] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * Index: pa_user_upload.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/pafiledb/modules/pa_user_upload.php,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** pa_user_upload.php 4 Aug 2006 16:32:19 -0000 1.22 --- pa_user_upload.php 13 Aug 2006 19:44:46 -0000 1.23 *************** *** 4,8 **** * @package mxBB Portal Module - mx_pafiledb * @version $Id$ ! * @copyright (c) 2002-2006 [Mohd Basri, PHP Arena, pafileDB, Jon Ohlsson] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * --- 4,8 ---- * @package mxBB Portal Module - mx_pafiledb * @version $Id$ ! * @copyright (c) 2002-2006 [Jon Ohlsson, Mohd Basri, wGEric, PHP Arena, pafileDB, CRLin] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * Index: pa_ucp.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/pafiledb/modules/pa_ucp.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** pa_ucp.php 7 Jun 2006 20:29:52 -0000 1.5 --- pa_ucp.php 13 Aug 2006 19:44:46 -0000 1.6 *************** *** 4,8 **** * @package mxBB Portal Module - mx_pafiledb * @version $Id$ ! * @copyright (c) 2002-2006 [Mohd Basri, PHP Arena, pafileDB, Jon Ohlsson] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * --- 4,8 ---- * @package mxBB Portal Module - mx_pafiledb * @version $Id$ ! * @copyright (c) 2002-2006 [Jon Ohlsson, Mohd Basri, wGEric, PHP Arena, pafileDB, CRLin] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * Index: pa_file.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/pafiledb/modules/pa_file.php,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** pa_file.php 1 Aug 2006 21:03:24 -0000 1.21 --- pa_file.php 13 Aug 2006 19:44:45 -0000 1.22 *************** *** 4,8 **** * @package mxBB Portal Module - mx_pafiledb * @version $Id$ ! * @copyright (c) 2002-2006 [Mohd Basri, PHP Arena, pafileDB, Jon Ohlsson] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * --- 4,8 ---- * @package mxBB Portal Module - mx_pafiledb * @version $Id$ ! * @copyright (c) 2002-2006 [Jon Ohlsson, Mohd Basri, wGEric, PHP Arena, pafileDB, CRLin] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * Index: pa_license.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/pafiledb/modules/pa_license.php,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** pa_license.php 1 Aug 2006 21:03:24 -0000 1.18 --- pa_license.php 13 Aug 2006 19:44:45 -0000 1.19 *************** *** 4,8 **** * @package mxBB Portal Module - mx_pafiledb * @version $Id$ ! * @copyright (c) 2002-2006 [Mohd Basri, PHP Arena, pafileDB, Jon Ohlsson] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * --- 4,8 ---- * @package mxBB Portal Module - mx_pafiledb * @version $Id$ ! * @copyright (c) 2002-2006 [Jon Ohlsson, Mohd Basri, wGEric, PHP Arena, pafileDB, CRLin] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * Index: pa_mcp.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/pafiledb/modules/pa_mcp.php,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** pa_mcp.php 1 Aug 2006 21:03:24 -0000 1.15 --- pa_mcp.php 13 Aug 2006 19:44:45 -0000 1.16 *************** *** 4,8 **** * @package mxBB Portal Module - mx_pafiledb * @version $Id$ ! * @copyright (c) 2002-2006 [Mohd Basri, PHP Arena, pafileDB, Jon Ohlsson] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * --- 4,8 ---- * @package mxBB Portal Module - mx_pafiledb * @version $Id$ ! * @copyright (c) 2002-2006 [Jon Ohlsson, Mohd Basri, wGEric, PHP Arena, pafileDB, CRLin] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * Index: pa_category.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/pafiledb/modules/pa_category.php,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** pa_category.php 13 Aug 2006 18:53:10 -0000 1.18 --- pa_category.php 13 Aug 2006 19:44:45 -0000 1.19 *************** *** 4,8 **** * @package mxBB Portal Module - mx_pafiledb * @version $Id$ ! * @copyright (c) 2002-2006 [Mohd Basri, PHP Arena, pafileDB, Jon Ohlsson] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * --- 4,8 ---- * @package mxBB Portal Module - mx_pafiledb * @version $Id$ ! * @copyright (c) 2002-2006 [Jon Ohlsson, Mohd Basri, wGEric, PHP Arena, pafileDB, CRLin] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * Index: pa_email.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/pafiledb/modules/pa_email.php,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** pa_email.php 1 Aug 2006 21:03:24 -0000 1.16 --- pa_email.php 13 Aug 2006 19:44:45 -0000 1.17 *************** *** 4,8 **** * @package mxBB Portal Module - mx_pafiledb * @version $Id$ ! * @copyright (c) 2002-2006 [Mohd Basri, PHP Arena, pafileDB, Jon Ohlsson] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * --- 4,8 ---- * @package mxBB Portal Module - mx_pafiledb * @version $Id$ ! * @copyright (c) 2002-2006 [Jon Ohlsson, Mohd Basri, wGEric, PHP Arena, pafileDB, CRLin] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * Index: pa_lists.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/pafiledb/modules/pa_lists.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** pa_lists.php 13 Aug 2006 18:53:10 -0000 1.1 --- pa_lists.php 13 Aug 2006 19:44:45 -0000 1.2 *************** *** 4,8 **** * @package mxBB Portal Module - mx_pafiledb * @version $Id$ ! * @copyright (c) 2002-2006 [Mohd Basri, PHP Arena, pafileDB, Jon Ohlsson] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * --- 4,8 ---- * @package mxBB Portal Module - mx_pafiledb * @version $Id$ ! * @copyright (c) 2002-2006 [Jon Ohlsson, Mohd Basri, wGEric, PHP Arena, pafileDB, CRLin] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * Index: pa_main.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/pafiledb/modules/pa_main.php,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** pa_main.php 1 Aug 2006 21:03:24 -0000 1.17 --- pa_main.php 13 Aug 2006 19:44:45 -0000 1.18 *************** *** 4,8 **** * @package mxBB Portal Module - mx_pafiledb * @version $Id$ ! * @copyright (c) 2002-2006 [Mohd Basri, PHP Arena, pafileDB, Jon Ohlsson] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * --- 4,8 ---- * @package mxBB Portal Module - mx_pafiledb * @version $Id$ ! * @copyright (c) 2002-2006 [Jon Ohlsson, Mohd Basri, wGEric, PHP Arena, pafileDB, CRLin] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * Index: pa_search.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/pafiledb/modules/pa_search.php,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** pa_search.php 1 Aug 2006 21:03:25 -0000 1.19 --- pa_search.php 13 Aug 2006 19:44:45 -0000 1.20 *************** *** 4,8 **** * @package mxBB Portal Module - mx_pafiledb * @version $Id$ ! * @copyright (c) 2002-2006 [Mohd Basri, PHP Arena, pafileDB, Jon Ohlsson] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * --- 4,8 ---- * @package mxBB Portal Module - mx_pafiledb * @version $Id$ ! * @copyright (c) 2002-2006 [Jon Ohlsson, Mohd Basri, wGEric, PHP Arena, pafileDB, CRLin] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * Index: pa_quickdl.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/pafiledb/modules/pa_quickdl.php,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** pa_quickdl.php 13 Aug 2006 18:53:10 -0000 1.11 --- pa_quickdl.php 13 Aug 2006 19:44:45 -0000 1.12 *************** *** 4,8 **** * @package mxBB Portal Module - mx_pafiledb * @version $Id$ ! * @copyright (c) 2002-2006 [Mohd Basri, PHP Arena, pafileDB, Jon Ohlsson] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * --- 4,8 ---- * @package mxBB Portal Module - mx_pafiledb * @version $Id$ ! * @copyright (c) 2002-2006 [Jon Ohlsson, Mohd Basri, wGEric, PHP Arena, pafileDB, CRLin] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * Index: pa_rate.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/pafiledb/modules/pa_rate.php,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** pa_rate.php 1 Aug 2006 21:03:25 -0000 1.17 --- pa_rate.php 13 Aug 2006 19:44:45 -0000 1.18 *************** *** 4,8 **** * @package mxBB Portal Module - mx_pafiledb * @version $Id$ ! * @copyright (c) 2002-2006 [Mohd Basri, PHP Arena, pafileDB, Jon Ohlsson] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * --- 4,8 ---- * @package mxBB Portal Module - mx_pafiledb * @version $Id$ ! * @copyright (c) 2002-2006 [Jon Ohlsson, Mohd Basri, wGEric, PHP Arena, pafileDB, CRLin] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * Index: pa_mini.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/pafiledb/modules/pa_mini.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** pa_mini.php 13 Aug 2006 18:53:10 -0000 1.1 --- pa_mini.php 13 Aug 2006 19:44:45 -0000 1.2 *************** *** 4,8 **** * @package mxBB Portal Module - mx_pafiledb * @version $Id$ ! * @copyright (c) 2002-2006 [Mohd Basri, PHP Arena, pafileDB, Jon Ohlsson] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * --- 4,8 ---- * @package mxBB Portal Module - mx_pafiledb * @version $Id$ ! * @copyright (c) 2002-2006 [Jon Ohlsson, Mohd Basri, wGEric, PHP Arena, pafileDB, CRLin] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * Index: pa_toplist.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/pafiledb/modules/pa_toplist.php,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** pa_toplist.php 1 Aug 2006 21:03:25 -0000 1.21 --- pa_toplist.php 13 Aug 2006 19:44:45 -0000 1.22 *************** *** 4,8 **** * @package mxBB Portal Module - mx_pafiledb * @version $Id$ ! * @copyright (c) 2002-2006 [Mohd Basri, PHP Arena, pafileDB, Jon Ohlsson] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * --- 4,8 ---- * @package mxBB Portal Module - mx_pafiledb * @version $Id$ ! * @copyright (c) 2002-2006 [Jon Ohlsson, Mohd Basri, wGEric, PHP Arena, pafileDB, CRLin] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * Index: pa_stats.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/pafiledb/modules/pa_stats.php,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** pa_stats.php 5 Jul 2006 22:50:22 -0000 1.20 --- pa_stats.php 13 Aug 2006 19:44:45 -0000 1.21 *************** *** 4,8 **** * @package mxBB Portal Module - mx_pafiledb * @version $Id$ ! * @copyright (c) 2002-2006 [Mohd Basri, PHP Arena, pafileDB, Jon Ohlsson] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * --- 4,8 ---- * @package mxBB Portal Module - mx_pafiledb * @version $Id$ ! * @copyright (c) 2002-2006 [Jon Ohlsson, Mohd Basri, wGEric, PHP Arena, pafileDB, CRLin] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * |
|
From: Jon O. <jon...@us...> - 2006-08-13 19:44:49
|
Update of /cvsroot/mxbb/mx_pafiledb/pafiledb In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv19132/modules/mx_pafiledb/pafiledb Modified Files: pafiledb_common.php Log Message: Updated copyrights file header Index: pafiledb_common.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/pafiledb/pafiledb_common.php,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** pafiledb_common.php 1 Aug 2006 21:03:25 -0000 1.18 --- pafiledb_common.php 13 Aug 2006 19:44:46 -0000 1.19 *************** *** 4,8 **** * @package mxBB Portal Module - mx_pafiledb * @version $Id$ ! * @copyright (c) 2002-2006 [Mohd Basri, PHP Arena, pafileDB, Jon Ohlsson] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * --- 4,8 ---- * @package mxBB Portal Module - mx_pafiledb * @version $Id$ ! * @copyright (c) 2002-2006 [Jon Ohlsson, Mohd Basri, wGEric, PHP Arena, pafileDB, CRLin] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * |
|
From: Jon O. <jon...@us...> - 2006-08-13 19:44:49
|
Update of /cvsroot/mxbb/mx_pafiledb/pafiledb/admin In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv19132/modules/mx_pafiledb/pafiledb/admin Modified Files: admin_cat_manage.php admin_catauth_manage.php admin_custom_manage.php admin_fchecker_manage.php admin_license_manage.php admin_settings.php admin_ug_auth_manage.php Log Message: Updated copyrights file header Index: admin_cat_manage.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/pafiledb/admin/admin_cat_manage.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** admin_cat_manage.php 8 Jul 2006 16:28:46 -0000 1.2 --- admin_cat_manage.php 13 Aug 2006 19:44:45 -0000 1.3 *************** *** 4,8 **** * @package mxBB Portal Module - mx_pafiledb * @version $Id$ ! * @copyright (c) 2002-2006 [Mohd Basri, PHP Arena, pafileDB, Jon Ohlsson] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * --- 4,8 ---- * @package mxBB Portal Module - mx_pafiledb * @version $Id$ ! * @copyright (c) 2002-2006 [Jon Ohlsson, Mohd Basri, wGEric, PHP Arena, pafileDB, CRLin] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * Index: admin_settings.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/pafiledb/admin/admin_settings.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** admin_settings.php 1 Aug 2006 21:03:24 -0000 1.3 --- admin_settings.php 13 Aug 2006 19:44:45 -0000 1.4 *************** *** 4,8 **** * @package mxBB Portal Module - mx_pafiledb * @version $Id$ ! * @copyright (c) 2002-2006 [Mohd Basri, PHP Arena, pafileDB, Jon Ohlsson] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * --- 4,8 ---- * @package mxBB Portal Module - mx_pafiledb * @version $Id$ ! * @copyright (c) 2002-2006 [Jon Ohlsson, Mohd Basri, wGEric, PHP Arena, pafileDB, CRLin] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * Index: admin_ug_auth_manage.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/pafiledb/admin/admin_ug_auth_manage.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** admin_ug_auth_manage.php 1 Aug 2006 21:03:24 -0000 1.3 --- admin_ug_auth_manage.php 13 Aug 2006 19:44:45 -0000 1.4 *************** *** 4,8 **** * @package mxBB Portal Module - mx_pafiledb * @version $Id$ ! * @copyright (c) 2002-2006 [Mohd Basri, PHP Arena, pafileDB, Jon Ohlsson] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * --- 4,8 ---- * @package mxBB Portal Module - mx_pafiledb * @version $Id$ ! * @copyright (c) 2002-2006 [Jon Ohlsson, Mohd Basri, wGEric, PHP Arena, pafileDB, CRLin] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * Index: admin_custom_manage.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/pafiledb/admin/admin_custom_manage.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** admin_custom_manage.php 1 Aug 2006 21:03:24 -0000 1.3 --- admin_custom_manage.php 13 Aug 2006 19:44:45 -0000 1.4 *************** *** 4,8 **** * @package mxBB Portal Module - mx_pafiledb * @version $Id$ ! * @copyright (c) 2002-2006 [Mohd Basri, PHP Arena, pafileDB, Jon Ohlsson] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * --- 4,8 ---- * @package mxBB Portal Module - mx_pafiledb * @version $Id$ ! * @copyright (c) 2002-2006 [Jon Ohlsson, Mohd Basri, wGEric, PHP Arena, pafileDB, CRLin] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * Index: admin_fchecker_manage.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/pafiledb/admin/admin_fchecker_manage.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** admin_fchecker_manage.php 8 Jul 2006 16:28:46 -0000 1.2 --- admin_fchecker_manage.php 13 Aug 2006 19:44:45 -0000 1.3 *************** *** 4,8 **** * @package mxBB Portal Module - mx_pafiledb * @version $Id$ ! * @copyright (c) 2002-2006 [Mohd Basri, PHP Arena, pafileDB, Jon Ohlsson] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * --- 4,8 ---- * @package mxBB Portal Module - mx_pafiledb * @version $Id$ ! * @copyright (c) 2002-2006 [Jon Ohlsson, Mohd Basri, wGEric, PHP Arena, pafileDB, CRLin] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * Index: admin_catauth_manage.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/pafiledb/admin/admin_catauth_manage.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** admin_catauth_manage.php 1 Aug 2006 21:03:24 -0000 1.3 --- admin_catauth_manage.php 13 Aug 2006 19:44:45 -0000 1.4 *************** *** 4,8 **** * @package mxBB Portal Module - mx_pafiledb * @version $Id$ ! * @copyright (c) 2002-2006 [Mohd Basri, PHP Arena, pafileDB, Jon Ohlsson] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * --- 4,8 ---- * @package mxBB Portal Module - mx_pafiledb * @version $Id$ ! * @copyright (c) 2002-2006 [Jon Ohlsson, Mohd Basri, wGEric, PHP Arena, pafileDB, CRLin] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * Index: admin_license_manage.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/pafiledb/admin/admin_license_manage.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** admin_license_manage.php 8 Jul 2006 16:28:46 -0000 1.2 --- admin_license_manage.php 13 Aug 2006 19:44:45 -0000 1.3 *************** *** 4,8 **** * @package mxBB Portal Module - mx_pafiledb * @version $Id$ ! * @copyright (c) 2002-2006 [Mohd Basri, PHP Arena, pafileDB, Jon Ohlsson] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * --- 4,8 ---- * @package mxBB Portal Module - mx_pafiledb * @version $Id$ ! * @copyright (c) 2002-2006 [Jon Ohlsson, Mohd Basri, wGEric, PHP Arena, pafileDB, CRLin] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * |
Update of /cvsroot/mxbb/mx_pafiledb In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv19132/modules/mx_pafiledb Modified Files: db_install.php db_uninstall.php db_upgrade.php dload.php dload_lists.php dload_mini.php dload_quickdl.php Log Message: Updated copyrights file header Index: dload.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/dload.php,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** dload.php 27 Jun 2006 21:38:43 -0000 1.22 --- dload.php 13 Aug 2006 19:44:45 -0000 1.23 *************** *** 4,8 **** * @package mxBB Portal Module - mx_pafiledb * @version $Id$ ! * @copyright (c) 2002-2006 [Mohd Basri, PHP Arena, pafileDB, Jon Ohlsson] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * --- 4,8 ---- * @package mxBB Portal Module - mx_pafiledb * @version $Id$ ! * @copyright (c) 2002-2006 [Jon Ohlsson, Mohd Basri, wGEric, PHP Arena, pafileDB, CRLin] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * Index: db_upgrade.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/db_upgrade.php,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** db_upgrade.php 1 Aug 2006 21:03:24 -0000 1.18 --- db_upgrade.php 13 Aug 2006 19:44:45 -0000 1.19 *************** *** 4,8 **** * @package mxBB Portal Module - mx_pafiledb * @version $Id$ ! * @copyright (c) 2002-2006 [Mohd Basri, PHP Arena, pafileDB, Jon Ohlsson] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * --- 4,8 ---- * @package mxBB Portal Module - mx_pafiledb * @version $Id$ ! * @copyright (c) 2002-2006 [Jon Ohlsson, Mohd Basri, wGEric, PHP Arena, pafileDB, CRLin] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * Index: db_uninstall.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/db_uninstall.php,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** db_uninstall.php 27 Jun 2006 21:38:43 -0000 1.14 --- db_uninstall.php 13 Aug 2006 19:44:45 -0000 1.15 *************** *** 4,8 **** * @package mxBB Portal Module - mx_pafiledb * @version $Id$ ! * @copyright (c) 2002-2006 [Mohd Basri, PHP Arena, pafileDB, Jon Ohlsson] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * --- 4,8 ---- * @package mxBB Portal Module - mx_pafiledb * @version $Id$ ! * @copyright (c) 2002-2006 [Jon Ohlsson, Mohd Basri, wGEric, PHP Arena, pafileDB, CRLin] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * Index: db_install.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/db_install.php,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -d -r1.26 -r1.27 *** db_install.php 1 Aug 2006 21:03:24 -0000 1.26 --- db_install.php 13 Aug 2006 19:44:45 -0000 1.27 *************** *** 4,8 **** * @package mxBB Portal Module - mx_pafiledb * @version $Id$ ! * @copyright (c) 2002-2006 [Mohd Basri, PHP Arena, pafileDB, Jon Ohlsson] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * --- 4,8 ---- * @package mxBB Portal Module - mx_pafiledb * @version $Id$ ! * @copyright (c) 2002-2006 [Jon Ohlsson, Mohd Basri, wGEric, PHP Arena, pafileDB, CRLin] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * Index: dload_mini.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/dload_mini.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** dload_mini.php 13 Aug 2006 18:53:09 -0000 1.1 --- dload_mini.php 13 Aug 2006 19:44:45 -0000 1.2 *************** *** 4,8 **** * @package mxBB Portal Module - mx_pafiledb * @version $Id$ ! * @copyright (c) 2002-2006 [Mohd Basri, PHP Arena, pafileDB, Jon Ohlsson] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * --- 4,8 ---- * @package mxBB Portal Module - mx_pafiledb * @version $Id$ ! * @copyright (c) 2002-2006 [Jon Ohlsson, Mohd Basri, wGEric, PHP Arena, pafileDB, CRLin] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * Index: dload_lists.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/dload_lists.php,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** dload_lists.php 13 Aug 2006 18:53:09 -0000 1.23 --- dload_lists.php 13 Aug 2006 19:44:45 -0000 1.24 *************** *** 4,8 **** * @package mxBB Portal Module - mx_pafiledb * @version $Id$ ! * @copyright (c) 2002-2006 [Mohd Basri, PHP Arena, pafileDB, Jon Ohlsson] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * --- 4,8 ---- * @package mxBB Portal Module - mx_pafiledb * @version $Id$ ! * @copyright (c) 2002-2006 [Jon Ohlsson, Mohd Basri, wGEric, PHP Arena, pafileDB, CRLin] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * Index: dload_quickdl.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/dload_quickdl.php,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** dload_quickdl.php 13 Aug 2006 18:53:09 -0000 1.13 --- dload_quickdl.php 13 Aug 2006 19:44:45 -0000 1.14 *************** *** 4,8 **** * @package mxBB Portal Module - mx_pafiledb * @version $Id$ ! * @copyright (c) 2002-2006 [Mohd Basri, PHP Arena, pafileDB, Jon Ohlsson] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * --- 4,8 ---- * @package mxBB Portal Module - mx_pafiledb * @version $Id$ ! * @copyright (c) 2002-2006 [Jon Ohlsson, Mohd Basri, wGEric, PHP Arena, pafileDB, CRLin] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * |
|
From: Jon O. <jon...@us...> - 2006-08-13 19:44:48
|
Update of /cvsroot/mxbb/mx_pafiledb/language/lang_english In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv19132/modules/mx_pafiledb/language/lang_english Modified Files: lang_admin.php lang_main.php Log Message: Updated copyrights file header Index: lang_main.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/language/lang_english/lang_main.php,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** lang_main.php 1 Aug 2006 21:03:24 -0000 1.9 --- lang_main.php 13 Aug 2006 19:44:45 -0000 1.10 *************** *** 2,8 **** /** * ! * @package mxBB Portal Module - mx_kb * @version $Id$ ! * @copyright (c) 2002-2006 [wGEric, Jon Ohlsson] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * --- 2,8 ---- /** * ! * @package mxBB Portal Module - mx_pafiledb * @version $Id$ ! * @copyright (c) 2002-2006 [Jon Ohlsson, Mohd Basri, wGEric, PHP Arena, pafileDB, CRLin] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * Index: lang_admin.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/language/lang_english/lang_admin.php,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** lang_admin.php 13 Aug 2006 18:53:09 -0000 1.13 --- lang_admin.php 13 Aug 2006 19:44:45 -0000 1.14 *************** *** 4,8 **** * @package mxBB Portal Module - mx_pafiledb * @version $Id$ ! * @copyright (c) 2002-2006 [wGEric, Jon Ohlsson] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * --- 4,8 ---- * @package mxBB Portal Module - mx_pafiledb * @version $Id$ ! * @copyright (c) 2002-2006 [Jon Ohlsson, Mohd Basri, wGEric, PHP Arena, pafileDB, CRLin] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * |
|
From: Jon O. <jon...@us...> - 2006-08-13 19:44:48
|
Update of /cvsroot/mxbb/mx_pafiledb/admin In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv19132/modules/mx_pafiledb/admin Modified Files: admin_pafiledb.php mx_module_defs.php Log Message: Updated copyrights file header Index: mx_module_defs.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/admin/mx_module_defs.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** mx_module_defs.php 13 Aug 2006 18:53:09 -0000 1.8 --- mx_module_defs.php 13 Aug 2006 19:44:45 -0000 1.9 *************** *** 4,8 **** * @package mxBB Portal Module - mx_pafiledb * @version $Id$ ! * @copyright (c) 2002-2006 [Mohd Basri, PHP Arena, pafileDB, Jon Ohlsson] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * --- 4,8 ---- * @package mxBB Portal Module - mx_pafiledb * @version $Id$ ! * @copyright (c) 2002-2006 [Jon Ohlsson, Mohd Basri, wGEric, PHP Arena, pafileDB, CRLin] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * Index: admin_pafiledb.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/admin/admin_pafiledb.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** admin_pafiledb.php 4 Aug 2006 16:32:19 -0000 1.4 --- admin_pafiledb.php 13 Aug 2006 19:44:45 -0000 1.5 *************** *** 2,8 **** /** * ! * @package mxBB Portal Module - mx_kb * @version $Id$ ! * @copyright (c) 2002-2006 [CRLin, Jon Ohlsson] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * --- 2,8 ---- /** * ! * @package mxBB Portal Module - mx_pafiledb * @version $Id$ ! * @copyright (c) 2002-2006 [Jon Ohlsson, Mohd Basri, wGEric, PHP Arena, pafileDB, CRLin] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * |
|
From: Jon O. <jon...@us...> - 2006-08-13 19:43:55
|
Update of /cvsroot/mxbb/mx_linkdb/linkdb/modules In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv18674/modules/mx_linkdb/linkdb/modules Modified Files: link_category.php link_jump.php link_link.php link_lists.php link_main.php link_mcp.php link_mini.php link_post_comment.php link_rate.php link_search.php link_user_upload.php link_viewall.php Log Message: Updated copyrights file header Index: link_mini.php =================================================================== RCS file: /cvsroot/mxbb/mx_linkdb/linkdb/modules/link_mini.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** link_mini.php 13 Aug 2006 18:52:33 -0000 1.1 --- link_mini.php 13 Aug 2006 19:43:51 -0000 1.2 *************** *** 2,8 **** /** * ! * @package mxBB Portal Module - mx_pafiledb * @version $Id$ ! * @copyright (c) 2002-2006 [Mohd Basri, PHP Arena, pafileDB, Jon Ohlsson] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * --- 2,8 ---- /** * ! * @package mxBB Portal Module - mx_linkdb * @version $Id$ ! * @copyright (c) 2002-2006 [Jon Ohlsson, Mohd Basri, wGEric, PHP Arena, pafileDB, CRLin] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * Index: link_mcp.php =================================================================== RCS file: /cvsroot/mxbb/mx_linkdb/linkdb/modules/link_mcp.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** link_mcp.php 1 Aug 2006 21:02:20 -0000 1.1 --- link_mcp.php 13 Aug 2006 19:43:51 -0000 1.2 *************** *** 4,8 **** * @package mxBB Portal Module - mx_linkdb * @version $Id$ ! * @copyright (c) 2002-2006 [Mohd Basri, PHP Arena, linkdb, Jon Ohlsson] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * --- 4,8 ---- * @package mxBB Portal Module - mx_linkdb * @version $Id$ ! * @copyright (c) 2002-2006 [Jon Ohlsson, Mohd Basri, wGEric, PHP Arena, pafileDB, CRLin] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * Index: link_category.php =================================================================== RCS file: /cvsroot/mxbb/mx_linkdb/linkdb/modules/link_category.php,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** link_category.php 1 Aug 2006 21:02:19 -0000 1.11 --- link_category.php 13 Aug 2006 19:43:51 -0000 1.12 *************** *** 4,8 **** * @package mxBB Portal Module - mx_linkdb * @version $Id$ ! * @copyright (c) 2002-2006 [CRLin, Jon Ohlsson] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * --- 4,8 ---- * @package mxBB Portal Module - mx_linkdb * @version $Id$ ! * @copyright (c) 2002-2006 [Jon Ohlsson, Mohd Basri, wGEric, PHP Arena, pafileDB, CRLin] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * Index: link_lists.php =================================================================== RCS file: /cvsroot/mxbb/mx_linkdb/linkdb/modules/link_lists.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** link_lists.php 13 Aug 2006 18:52:33 -0000 1.1 --- link_lists.php 13 Aug 2006 19:43:51 -0000 1.2 *************** *** 2,8 **** /** * ! * @package mxBB Portal Module - mx_pafiledb * @version $Id$ ! * @copyright (c) 2002-2006 [Mohd Basri, PHP Arena, pafileDB, Jon Ohlsson] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * --- 2,8 ---- /** * ! * @package mxBB Portal Module - mx_linkdb * @version $Id$ ! * @copyright (c) 2002-2006 [Jon Ohlsson, Mohd Basri, wGEric, PHP Arena, pafileDB, CRLin] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * Index: link_user_upload.php =================================================================== RCS file: /cvsroot/mxbb/mx_linkdb/linkdb/modules/link_user_upload.php,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** link_user_upload.php 4 Aug 2006 16:31:34 -0000 1.11 --- link_user_upload.php 13 Aug 2006 19:43:51 -0000 1.12 *************** *** 4,8 **** * @package mxBB Portal Module - mx_linkdb * @version $Id$ ! * @copyright (c) 2002-2006 [CRLin, Jon Ohlsson] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * --- 4,8 ---- * @package mxBB Portal Module - mx_linkdb * @version $Id$ ! * @copyright (c) 2002-2006 [Jon Ohlsson, Mohd Basri, wGEric, PHP Arena, pafileDB, CRLin] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * Index: link_jump.php =================================================================== RCS file: /cvsroot/mxbb/mx_linkdb/linkdb/modules/link_jump.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** link_jump.php 1 Aug 2006 21:02:20 -0000 1.1 --- link_jump.php 13 Aug 2006 19:43:51 -0000 1.2 *************** *** 4,8 **** * @package mxBB Portal Module - mx_linkdb * @version $Id$ ! * @copyright (c) 2002-2006 [CRLin, Jon Ohlsson] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * --- 4,8 ---- * @package mxBB Portal Module - mx_linkdb * @version $Id$ ! * @copyright (c) 2002-2006 [Jon Ohlsson, Mohd Basri, wGEric, PHP Arena, pafileDB, CRLin] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * Index: link_rate.php =================================================================== RCS file: /cvsroot/mxbb/mx_linkdb/linkdb/modules/link_rate.php,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** link_rate.php 5 Jul 2006 22:49:20 -0000 1.12 --- link_rate.php 13 Aug 2006 19:43:51 -0000 1.13 *************** *** 4,8 **** * @package mxBB Portal Module - mx_linkdb * @version $Id$ ! * @copyright (c) 2002-2006 [CRLin, Jon Ohlsson] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * --- 4,8 ---- * @package mxBB Portal Module - mx_linkdb * @version $Id$ ! * @copyright (c) 2002-2006 [Jon Ohlsson, Mohd Basri, wGEric, PHP Arena, pafileDB, CRLin] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * Index: link_link.php =================================================================== RCS file: /cvsroot/mxbb/mx_linkdb/linkdb/modules/link_link.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** link_link.php 1 Aug 2006 21:02:19 -0000 1.8 --- link_link.php 13 Aug 2006 19:43:51 -0000 1.9 *************** *** 4,8 **** * @package mxBB Portal Module - mx_linkdb * @version $Id$ ! * @copyright (c) 2002-2006 [CRLin, Jon Ohlsson] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * --- 4,8 ---- * @package mxBB Portal Module - mx_linkdb * @version $Id$ ! * @copyright (c) 2002-2006 [Jon Ohlsson, Mohd Basri, wGEric, PHP Arena, pafileDB, CRLin] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * Index: link_search.php =================================================================== RCS file: /cvsroot/mxbb/mx_linkdb/linkdb/modules/link_search.php,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** link_search.php 1 Aug 2006 21:02:20 -0000 1.12 --- link_search.php 13 Aug 2006 19:43:51 -0000 1.13 *************** *** 4,8 **** * @package mxBB Portal Module - mx_linkdb * @version $Id$ ! * @copyright (c) 2002-2006 [CRLin, Jon Ohlsson] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * --- 4,8 ---- * @package mxBB Portal Module - mx_linkdb * @version $Id$ ! * @copyright (c) 2002-2006 [Jon Ohlsson, Mohd Basri, wGEric, PHP Arena, pafileDB, CRLin] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * Index: link_post_comment.php =================================================================== RCS file: /cvsroot/mxbb/mx_linkdb/linkdb/modules/link_post_comment.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** link_post_comment.php 1 Aug 2006 21:02:20 -0000 1.1 --- link_post_comment.php 13 Aug 2006 19:43:51 -0000 1.2 *************** *** 4,8 **** * @package mxBB Portal Module - mx_linkdb * @version $Id$ ! * @copyright (c) 2002-2006 [wGEric, Jon Ohlsson] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * --- 4,8 ---- * @package mxBB Portal Module - mx_linkdb * @version $Id$ ! * @copyright (c) 2002-2006 [Jon Ohlsson, Mohd Basri, wGEric, PHP Arena, pafileDB, CRLin] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * Index: link_viewall.php =================================================================== RCS file: /cvsroot/mxbb/mx_linkdb/linkdb/modules/link_viewall.php,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** link_viewall.php 4 Aug 2006 20:11:18 -0000 1.10 --- link_viewall.php 13 Aug 2006 19:43:51 -0000 1.11 *************** *** 4,8 **** * @package mxBB Portal Module - mx_linkdb * @version $Id$ ! * @copyright (c) 2002-2006 [CRLin, Jon Ohlsson] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * --- 4,8 ---- * @package mxBB Portal Module - mx_linkdb * @version $Id$ ! * @copyright (c) 2002-2006 [Jon Ohlsson, Mohd Basri, wGEric, PHP Arena, pafileDB, CRLin] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * Index: link_main.php =================================================================== RCS file: /cvsroot/mxbb/mx_linkdb/linkdb/modules/link_main.php,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** link_main.php 1 Aug 2006 21:02:19 -0000 1.10 --- link_main.php 13 Aug 2006 19:43:51 -0000 1.11 *************** *** 4,8 **** * @package mxBB Portal Module - mx_linkdb * @version $Id$ ! * @copyright (c) 2002-2006 [CRLin, Jon Ohlsson] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * --- 4,8 ---- * @package mxBB Portal Module - mx_linkdb * @version $Id$ ! * @copyright (c) 2002-2006 [Jon Ohlsson, Mohd Basri, wGEric, PHP Arena, pafileDB, CRLin] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * |