You can subscribe to this list here.
2012 |
Jan
|
Feb
(214) |
Mar
(139) |
Apr
(198) |
May
(187) |
Jun
(151) |
Jul
(210) |
Aug
(169) |
Sep
(58) |
Oct
(53) |
Nov
(54) |
Dec
(301) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2013 |
Jan
(348) |
Feb
(178) |
Mar
(219) |
Apr
(154) |
May
(117) |
Jun
(194) |
Jul
(61) |
Aug
(132) |
Sep
(121) |
Oct
(110) |
Nov
(11) |
Dec
(18) |
2014 |
Jan
(34) |
Feb
(50) |
Mar
(82) |
Apr
(98) |
May
(39) |
Jun
(111) |
Jul
(67) |
Aug
(36) |
Sep
(33) |
Oct
(26) |
Nov
(53) |
Dec
(44) |
2015 |
Jan
(29) |
Feb
(47) |
Mar
(25) |
Apr
(19) |
May
(23) |
Jun
(20) |
Jul
(49) |
Aug
(7) |
Sep
(10) |
Oct
(10) |
Nov
(4) |
Dec
(25) |
2016 |
Jan
(8) |
Feb
(7) |
Mar
(1) |
Apr
|
May
(3) |
Jun
|
Jul
(1) |
Aug
(2) |
Sep
|
Oct
|
Nov
(7) |
Dec
(5) |
2017 |
Jan
(4) |
Feb
|
Mar
|
Apr
|
May
(15) |
Jun
|
Jul
(18) |
Aug
(24) |
Sep
|
Oct
(14) |
Nov
|
Dec
|
2018 |
Jan
|
Feb
(22) |
Mar
|
Apr
(11) |
May
(1) |
Jun
(17) |
Jul
(2) |
Aug
(2) |
Sep
|
Oct
(6) |
Nov
(5) |
Dec
|
2019 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(2) |
2025 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(2) |
Sep
|
Oct
|
Nov
|
Dec
|
From: <wis...@us...> - 2015-07-14 16:22:46
|
Revision: 13127 http://sourceforge.net/p/xoops/svn/13127 Author: wishcraft Date: 2015-07-14 16:22:44 +0000 (Tue, 14 Jul 2015) Log Message: ----------- Please Email Ticketer -- Prealpa2 Removed Paths: ------------- XoopsModules/please/trunk/admin/ XoopsModules/please/trunk/blocks/ XoopsModules/please/trunk/class/ XoopsModules/please/trunk/crons/ XoopsModules/please/trunk/image/ XoopsModules/please/trunk/include/ XoopsModules/please/trunk/index.php XoopsModules/please/trunk/language/ XoopsModules/please/trunk/mantis.php XoopsModules/please/trunk/preloads/ XoopsModules/please/trunk/sql/ XoopsModules/please/trunk/templates/ XoopsModules/please/trunk/xoops_version.php Deleted: XoopsModules/please/trunk/index.php =================================================================== --- XoopsModules/please/trunk/index.php 2015-07-14 15:51:36 UTC (rev 13126) +++ XoopsModules/please/trunk/index.php 2015-07-14 16:22:44 UTC (rev 13127) @@ -1,168 +0,0 @@ -<?php -/** - * Please Email Ticketer of Batch Group & User Emails - * - * You may not change or alter any portion of this comment or credits - * of supporting developers from this source code or any supporting source code - * which is considered copyrighted (c) material of the original comment or credit authors. - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * - * @copyright The XOOPS Project http://sourceforge.net/projects/xoops/ - * @license GNU GPL 2 (http://www.gnu.org/licenses/old-licenses/gpl-2.0.html) - * @author Simon Roberts (wishcraft) <wis...@us...> - * @subpackage please - * @description Email Ticking for Support/Faults/Management of Batch Group & User managed emails tickets - * @version 1.0.5 - * @link https://sourceforge.net/projects/chronolabs/files/XOOPS%202.5/Modules/please - * @link https://sourceforge.net/projects/chronolabs/files/XOOPS%202.6/Modules/please - * @link https://sourceforge.net/p/xoops/svn/HEAD/tree/XoopsModules/please - * @link http://internetfounder.wordpress.com - */ - - include ('../../mainfile.php'); - - if ($GLOBALS['xoopsModuleConfig']['htaccess']==true) { - $url = XOOPS_URL.'/noticer/'.basename($_SERVER['PHP_SELF']).'?'.$_SERVER['QUERY_STRING']; - if ($_SERVER['REQUEST_URI'].'?'.$_SERVER['QUERY_STRING']!=$url && strpos($_SERVER['REQUEST_URI'], 'odules/')>0) { - header( "HTTP/1.1 301 Moved Permanently" ); - header('Location: '.$url); - exit(0); - } - } - - xoops_load('XoopsCache'); - - include('include/functions.php'); - include('include/forms.php'); - - switch ((string)$_REQUEST['op']) { - default: - $elements = array('message', 'signature', 'name', 'template', 'uid', 'results', 'language'); - foreach($elements as $items) { - unset($_SESSION[$item]); - } - - case "stepa": - if (!isset($_GET['extra']) && $_SERVER["REQUEST_METHOD"]!='POST') { - if ($_SERVER['REQUEST_URI']!=XOOPS_URL . '/noticer/stepa.html'){ - header( "HTTP/1.1 301 Moved Permanently" ); - header('Location: '.XOOPS_URL . '/noticer/stepa.html'); - exit(0); - } - } - $msg = array(); - $elements = array('message', 'signature', 'name', 'template', 'uid', 'language'); - $pass = true; - foreach($elements as $items) - if (strlen(trim($_REQUEST[$items]))==0 && empty($_REQUEST[$items])) { - $pass = false; - } else { - $msg[$items] = $_REQUEST[$items]; - } - if ($pass == true) { - XoopsCache::write('mailer_'.sha1($_SERVER['REMOTE_ADDR']), $msg, 60*60*24*7*4*9.78); - unset($_SESSION['results']); - header( "HTTP/1.1 301 Moved Permanently" ); - header('Location: '.XOOPS_URL . '/noticer/stepb.html'); - exit(0); - } - - $xoopsOption['template_main'] = 'noticer_index.html'; - include $GLOBALS['xoops']->path('/header.php'); - $xoTheme->addStylesheet(XOOPS_URL."/modules/noticer/language/".$GLOBALS['xoopsConfig']['language']."/noticer_style.css"); - $GLOBALS['xoopsTpl']->assign('paragraph', _MN_NOTICER_PARAGRAPH_STEPA); - $GLOBALS['xoopsTpl']->assign('title', _MN_NOTICER_TITLE_STEPA); - $GLOBALS['xoopsTpl']->assign('form', noticer_form_stepa()); - $GLOBALS['xoopsTpl']->assign('xoops_pagetitle', _MN_NOTICER_TITLE_STEPA); - include $GLOBALS['xoops']->path('/footer.php'); - exit(0); - break; - - case "stepb": - $msg = XoopsCache::read('mailer_'.sha1($_SERVER['REMOTE_ADDR'])); - $elements = array('message', 'signature', 'name', 'template', 'uid', 'language'); - $pass = true; - foreach($elements as $items) - if (trim($msg[$items])=='' && empty($msg[$items])) { - echo $items; - exit(0); - $pass = false; - } - if ($pass == false) { - header( "HTTP/1.1 301 Moved Permanently" ); - header('Location: '.XOOPS_URL . '/noticer/stepa.html'); - exit(0); - } - - if (!isset($_GET['extra']) && $_SERVER["REQUEST_METHOD"]!='POST') { - if ($_SERVER['REQUEST_URI']!=XOOPS_URL . '/noticer/stepb.html'){ - header( "HTTP/1.1 301 Moved Permanently" ); - header('Location: '.XOOPS_URL . '/noticer/stepb.html'); - exit(0); - } - } - - $emails = noticer_importFormEmails(); - if (count($emails)==0) { - $xoopsOption['template_main'] = 'noticer_index.html'; - include $GLOBALS['xoops']->path('/header.php'); - $xoTheme->addStylesheet(XOOPS_URL."/modules/noticer/language/".$GLOBALS['xoopsConfig']['language']."/noticer_style.css"); - $GLOBALS['xoopsTpl']->assign('paragraph', _MN_NOTICER_PARAGRAPH_STEPA); - $GLOBALS['xoopsTpl']->assign('title', _MN_NOTICER_TITLE_STEPA); - $GLOBALS['xoopsTpl']->assign('form', noticer_form_stepb()); - $GLOBALS['xoopsTpl']->assign('xoops_pagetitle', _MN_NOTICER_TITLE_STEPB); - include $GLOBALS['xoops']->path('/footer.php'); - exit(0); - } else { - $santize = array('message', 'signature'); - $sender_handler = xoops_getmodulehandler('sender', 'noticer'); - $email_handler = xoops_getmodulehandler('email', 'noticer'); - $sender = $sender_handler->create(); - foreach($elements as $items) { - if (in_array($items, $santize)) { - $myts = new MyTextSanitizer(); - $sender->setVar($items, $myts->displayTarea($msg[$items], true, true, true, true, true, true)); - } else { - $sender->setVar($items, $msg[$items]); - } - } - $sender->setVar('language', $GLOBALS['xoopsConfig']['language']); - $sender->setVar('created', time()); - $sender = $sender_handler->get($sender_handler->insert($sender, true)); - $_SESSION['results'] = $email_handler->importEmails($sender, $emails); - header( "HTTP/1.1 301 Moved Permanently" ); - header('Location: '.XOOPS_URL . '/noticer/results.html'); - exit(0); - } - break; - - case "results": - - if (!isset($_SESSION['results'])) { - header( "HTTP/1.1 301 Moved Permanently" ); - header('Location: '.XOOPS_URL . '/noticer/stepa.html'); - exit(0); - } - - if (!isset($_GET['extra'])) { - if ($_SERVER['REQUEST_URI']!=XOOPS_URL . '/noticer/results.html'){ - header( "HTTP/1.1 301 Moved Permanently" ); - header('Location: '.XOOPS_URL . '/noticer/results.html'); - exit(0); - } - } - $xoopsOption['template_main'] = 'noticer_results.html'; - include $GLOBALS['xoops']->path('/header.php'); - $xoTheme->addStylesheet(XOOPS_URL."/modules/noticer/language/".$GLOBALS['xoopsConfig']['language']."/noticer_style.css"); - $GLOBALS['xoopsTpl']->assign('paragraph', _MN_NOTICER_PARAGRAPH_RESULTS); - $GLOBALS['xoopsTpl']->assign('title', _MN_NOTICER_TITLE_RESULTS); - $GLOBALS['xoopsTpl']->assign('results', $_SESSION['results']); - $GLOBALS['xoopsTpl']->assign('xoops_pagetitle', _MN_NOTICER_TITLE_RESULTS); - include $GLOBALS['xoops']->path('/footer.php'); - exit(0); - break; - } - -?> \ No newline at end of file Deleted: XoopsModules/please/trunk/mantis.php =================================================================== --- XoopsModules/please/trunk/mantis.php 2015-07-14 15:51:36 UTC (rev 13126) +++ XoopsModules/please/trunk/mantis.php 2015-07-14 16:22:44 UTC (rev 13127) @@ -1,105 +0,0 @@ -<?php -/** - * Please Email Ticketer of Batch Group & User Emails - * - * You may not change or alter any portion of this comment or credits - * of supporting developers from this source code or any supporting source code - * which is considered copyrighted (c) material of the original comment or credit authors. - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * - * @copyright The XOOPS Project http://sourceforge.net/projects/xoops/ - * @license GNU GPL 2 (http://www.gnu.org/licenses/old-licenses/gpl-2.0.html) - * @author Simon Roberts (wishcraft) <wis...@us...> - * @subpackage please - * @description Email Ticking for Support/Faults/Management of Batch Group & User managed emails tickets - * @version 1.0.5 - * @link https://sourceforge.net/projects/chronolabs/files/XOOPS%202.5/Modules/please - * @link https://sourceforge.net/projects/chronolabs/files/XOOPS%202.6/Modules/please - * @link https://sourceforge.net/p/xoops/svn/HEAD/tree/XoopsModules/please - * @link http://internetfounder.wordpress.com - */ - -/** - * Example usage (using jQuery): - * var url = "/modules/please/mantis.php?name=mc_project_get_issues&project_id=0&page_number=1&per_page=10"; - * $.getJSON(url, function(data) { - * $.each(data, function() { - * console.log(data.id + ': ' data.summary); - * }); - * }); - */ - -/** - * Include Required Control Files - */ -require_once __DIR__ . DIRECTORY_SEPARATOR . "include" . DIRECTORY_SEPARATOR . "common.php"; - -/** - * Opens Access Origin Via networking Route NPN - */ -header('Access-Control-Allow-Origin: *'); -header('Origin: *'); - -/** - * Turns of GZ Lib Compression for Document Incompatibility - */ -ini_set("zlib.output_compression", 'Off'); -ini_set("zlib.output_compression_level", -1); - -/** - * Set header Context-type - */ -header("Context-type: application/json"); - -if (!$GLOBALS['pleaseConfig']['mantis_support']) - die(json_encode(array('error'=>_ERR_MANTIS_ADAPTOR_NOSUPPORT))); -/** - * Compile Variable into streamline var $args - */ -parse_str(http_build_query($_POST).'&'.http_build_query($_GET), $args); - -/** - * Checks passkey if valid! - */ -if (!isset($args['passkey'])) { - die(json_encode(array('error'=>_ERR_MANTIS_ADAPTOR_NOPASSKEY))); -} elseif($args['passkey'] != sha1($ipv4 = gethostbyname(parse_url($_SERVER["REFERER_URI"], PHP_URL_HOST))._PLEASE_SALT_WHENSET.parse_url(_PLEASE_SALT_WHERESET, PHP_URL_HOST))) - die(json_encode(array('error'=>sprintf(_ERR_MANTIS_ADAPTOR_WRONGPASS, $ipv4)))); -unset($args['passkey']); - - -/** - * get and sets Passed Variables - */ -if (!isset($args['name'])) { - die(json_encode(array('error'=>_ERR_MANTIS_ADAPTOR_NOFUNCTION))); -} - -/** - * Set user and function on SOAP API with mantis! - */ -$function_name = $args['name']; -unset($args['name']); -$args = array_merge( - array( - 'username' => $GLOBALS['pleaseConfig']['mantis_username'], - 'password' => $GLOBALS['pleaseConfig']['mantis_password'] - ), - $args -); -try { - $client = new SoapClient($GLOBALS['pleaseConfig']['mantis_api_uri'] . '?wsdl'); - - $result = $client->__soapCall($function_name, $args); -} catch (SoapFault $e) { - $result = array( - 'error' => $e->faultstring - ); -} - -/** - * Passes the result! - */ -die(json_encode($result)); \ No newline at end of file Deleted: XoopsModules/please/trunk/xoops_version.php =================================================================== --- XoopsModules/please/trunk/xoops_version.php 2015-07-14 15:51:36 UTC (rev 13126) +++ XoopsModules/please/trunk/xoops_version.php 2015-07-14 16:22:44 UTC (rev 13127) @@ -1,295 +0,0 @@ -<?php -/** - * Please Email Ticketer of Batch Group & User Emails - * - * You may not change or alter any portion of this comment or credits - * of supporting developers from this source code or any supporting source code - * which is considered copyrighted (c) material of the original comment or credit authors. - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * - * @copyright The XOOPS Project http://sourceforge.net/projects/xoops/ - * @license GNU GPL 2 (http://www.gnu.org/licenses/old-licenses/gpl-2.0.html) - * @author Simon Roberts (wishcraft) <wis...@us...> - * @subpackage please - * @description Email Ticking for Support/Faults/Management of Batch Group & User managed emails tickets - * @version 1.0.5 - * @link https://sourceforge.net/projects/chronolabs/files/XOOPS%202.5/Modules/please - * @link https://sourceforge.net/projects/chronolabs/files/XOOPS%202.6/Modules/please - * @link https://sourceforge.net/p/xoops/svn/HEAD/tree/XoopsModules/please - * @link http://internetfounder.wordpress.com - */ - -if (!defined('XOOPS_ROOT_PATH')) { - die('XOOPS root path not defined'); -} - -if (!defined(_MI_PLEASE_MODULE_DIRNAME)) - define('_MI_PLEASE_MODULE_DIRNAME', basename(__DIR__)); - -$modversion['dirname'] = _MI_PLEASE_MODULE_DIRNAME; -$modversion['name'] = _MI_PLEASE_MODULE_NAME; -$modversion['version'] = _MI_PLEASE_MODULE_VERSION; -$modversion['releasedate'] = _MI_PLEASE_MODULE_RELEASEDATE; -$modversion['status'] = _MI_PLEASE_MODULE_STATUS; -$modversion['description'] = _MI_PLEASE_MODULE_DESCRIPTION; -$modversion['credits'] = _MI_PLEASE_MODULE_CREDITS; -$modversion['author'] = _MI_PLEASE_MODULE_AUTHORALIAS; -$modversion['help'] = _MI_PLEASE_MODULE_HELP; -$modversion['license'] = _MI_PLEASE_MODULE_LICENCE; -$modversion['official'] = _MI_PLEASE_MODULE_OFFICAL; -$modversion['image'] = _MI_PLEASE_MODULE_ICON; -$modversion['module_status'] = _MI_PLEASE_MODULE_STATUS; -$modversion['website'] = _MI_PLEASE_MODULE_WEBSITE; -$modversion['dirmoduleadmin'] = _MI_PLEASE_MODULE_ADMINMODDIR; -$modversion['icons16'] = _MI_PLEASE_MODULE_ADMINICON16; -$modversion['icons32'] = _MI_PLEASE_MODULE_ADMINICON32; -$modversion['release_info'] = _MI_PLEASE_MODULE_RELEASEINFO; -$modversion['release_file'] = _MI_PLEASE_MODULE_RELEASEFILE; -$modversion['release_date'] = _MI_PLEASE_MODULE_RELEASEDATE; -$modversion['author_realname'] = _MI_PLEASE_MODULE_AUTHORREALNAME; -$modversion['author_website_url'] = _MI_PLEASE_MODULE_AUTHORWEBSITE; -$modversion['author_website_name'] = _MI_PLEASE_MODULE_AUTHORSITENAME; -$modversion['author_email'] = _MI_PLEASE_MODULE_AUTHOREMAIL; -$modversion['author_word'] = _MI_PLEASE_MODULE_AUTHORWORD; -$modversion['status_version'] = _MI_PLEASE_MODULE_VERSION; -$modversion['warning'] = _MI_PLEASE_MODULE_WARNINGS; -$modversion['demo_site_url'] = _MI_PLEASE_MODULE_DEMO_SITEURL; -$modversion['demo_site_name'] = _MI_PLEASE_MODULE_DEMO_SITENAME; -$modversion['support_site_url'] = _MI_PLEASE_MODULE_SUPPORT_SITEURL; -$modversion['support_site_name'] = _MI_PLEASE_MODULE_SUPPORT_SITENAME; -$modversion['submit_feature'] = _MI_PLEASE_MODULE_SUPPORT_FEATUREREQUEST; -$modversion['submit_bug'] = _MI_PLEASE_MODULE_SUPPORT_BUGREPORTING; -$modversion['people']['developers'] = explode("|", _MI_PLEASE_MODULE_DEVELOPERS); -$modversion['people']['testers'] = explode("|", _MI_PLEASE_MODULE_TESTERS); -$modversion['people']['translaters'] = explode("|", _MI_PLEASE_MODULE_TRANSLATERS); -$modversion['people']['documenters'] = explode("|", _MI_PLEASE_MODULE_DOCUMENTERS); - -// Requirements -$modversion['min_php'] = '5.3.7'; -$modversion['min_xoops'] = '2.5.7'; -$modversion['min_db'] = array('mysql' => '5.0.7', 'mysqli' => '5.0.7'); -$modversion['min_admin'] = '1.1'; - -// Database SQL File and Tables -$modversion['sqlfile']['mysql'] = "sql/mysqli.sql"; -$modversion['tables'][0] = "noticer_sender"; -$modversion['tables'][1] = "noticer_email"; - -//Search -$modversion['hasSearch'] = _MI_PLEASE_MODULE_HASSEARCH; -//$modversion['search']['file'] = "include/search.inc.php"; -//$modversion['search']['func'] = "publisher_search"; - -// Main -$modversion['hasMain'] = _MI_PLEASE_MODULE_HASMAIN; - -// Admin -$modversion['hasAdmin'] = _MI_PLEASE_MODULE_HASADMIN; -//$modversion['adminindex'] = "admin/index.php"; -//$modversion['adminmenu'] = "admin/menu.php"; -//$modversion['system_menu'] = 1; - -// Comments -$modversion['hasComments'] = _MI_PLEASE_MODULE_HASCOMMENTS; -//$modversion['comments']['itemName'] = 'itemid'; -//$modversion['comments']['pageName'] = 'item.php'; -//$modversion['comments']['callbackFile'] = 'include/comment_functions.php'; -//$modversion['comments']['callback']['approve'] = 'publisher_com_approve'; -//$modversion['comments']['callback']['update'] = 'publisher_com_update'; - -// Add extra menu items -//$modversion['sub'][3]['name'] = _MI_PLEASE_SUB_ARCHIVE; -//$modversion['sub'][3]['url'] = "archive.php"; - - -// Create Block Constant Defines -$i = 0; -++$i; -//$modversion['blocks'][$i]['file'] = "items_new.php"; -//$modversion['blocks'][$i]['name'] = _MI_PLEASE_ITEMSNEW; -//$modversion['blocks'][$i]['description'] = _MI_PLEASE_ITEMSNEW_DSC; -//$modversion['blocks'][$i]['show_func'] = "publisher_items_new_show"; -//$modversion['blocks'][$i]['edit_func'] = "publisher_items_new_edit"; -//$modversion['blocks'][$i]['options'] = "0|datesub|0|5|65|none"; -//$modversion['blocks'][$i]['template'] = "publisher_items_new.tpl"; - - -// Templates -$i = 0; -$modversion['templates'][$i]['file'] = 'noticer_index.html'; -$modversion['templates'][$i]['description'] = 'Honeypot noticer Template'; -$i++; -$modversion['templates'][$i]['file'] = 'noticer_results.html'; -$modversion['templates'][$i]['description'] = 'Honeypot noticer results'; - -// Config categories -$modversion['configcat']['seo']['name'] = _MI_PLEASE_CONFCAT_SEO; -$modversion['configcat']['seo']['description'] = _MI_PLEASE_CONFCAT_SEO_DESC; - -$modversion['configcat']['email']['name'] = _MI_PLEASE_CONFCAT_EMAIL; -$modversion['configcat']['email']['description'] = _MI_PLEASE_CONFCAT_EMAIL_DESC; - -$modversion['configcat']['systems']['name'] = _MI_PLEASE_CONFCAT_SYSTEMS; -$modversion['configcat']['systems']['description'] = _MI_PLEASE_CONFCAT_SYSTEMS_DESC; - -// Config categories -$i=0; -++$i; -$modversion['config'][$i]['name'] = 'htaccess'; -$modversion['config'][$i]['title'] = '_MI_PLEASE_HTACCESS'; -$modversion['config'][$i]['description'] = '_MI_PLEASE_HTACCESS_DESC'; -$modversion['config'][$i]['formtype'] = 'yesno'; -$modversion['config'][$i]['valuetype'] = 'int'; -$modversion['config'][$i]['default'] = false; -$modversion['config'][$i]['options'] = array(); -$modversion['config'][$i]['category'] = 'seo'; -++$i; -$modversion['config'][$i]['name'] = 'base'; -$modversion['config'][$i]['title'] = '_MI_PLEASE_BASE'; -$modversion['config'][$i]['description'] = '_MI_PLEASE_BASE_DESC'; -$modversion['config'][$i]['formtype'] = 'yesno'; -$modversion['config'][$i]['valuetype'] = 'int'; -$modversion['config'][$i]['default'] = false; -$modversion['config'][$i]['options'] = array(); -$modversion['config'][$i]['category'] = 'seo'; -++$i; -$modversion['config'][$i]['name'] = 'html'; -$modversion['config'][$i]['title'] = '_MI_PLEASE_HTML'; -$modversion['config'][$i]['description'] = '_MI_PLEASE_HTML_DESC'; -$modversion['config'][$i]['formtype'] = 'text'; -$modversion['config'][$i]['valuetype'] = 'text'; -$modversion['config'][$i]['default'] = 'html'; -$modversion['config'][$i]['options'] = array(); -$modversion['config'][$i]['category'] = 'seo'; -++$i; -$modversion['config'][$i]['name'] = 'rss'; -$modversion['config'][$i]['title'] = '_MI_PLEASE_RSS'; -$modversion['config'][$i]['description'] = '_MI_PLEASE_RSS_DESC'; -$modversion['config'][$i]['formtype'] = 'text'; -$modversion['config'][$i]['valuetype'] = 'text'; -$modversion['config'][$i]['default'] = 'html'; -$modversion['config'][$i]['options'] = array(); -$modversion['config'][$i]['category'] = 'seo'; -++$i; -$modversion['config'][$i]['name'] = 'email_method'; -$modversion['config'][$i]['title'] = '_MI_PLEASE_EMAILMETHOD'; -$modversion['config'][$i]['description'] = '_MI_PLEASE_EMAILMETHOD_DESC'; -$modversion['config'][$i]['formtype'] = 'select'; -$modversion['config'][$i]['valuetype'] = 'text'; -$modversion['config'][$i]['default'] = 'class'; -$modversion['config'][$i]['options'] = array(_MI_PLEASE_EMAILMETHOD_PHP => 'class', _MI_PLEASE_EMAILMETHOD_PHP => 'extention'); -$modversion['config'][$i]['category'] = 'email'; -++$i; -$modversion['config'][$i]['name'] = 'email_typal'; -$modversion['config'][$i]['title'] = '_MI_PLEASE_EMAILTYPAL'; -$modversion['config'][$i]['description'] = '_MI_PLEASE_EMAILTYPAL_DESC'; -$modversion['config'][$i]['formtype'] = 'select'; -$modversion['config'][$i]['valuetype'] = 'text'; -$modversion['config'][$i]['default'] = 'imap'; -$modversion['config'][$i]['options'] = array(_MI_PLEASE_EMAILTYPAL_IMAP => 'imap', _MI_PLEASE_EMAILTYPAL_POP3 => 'pop3');; -$modversion['config'][$i]['category'] = 'email'; -++$i; -$modversion['config'][$i]['name'] = 'email_service'; -$modversion['config'][$i]['title'] = '_MI_PLEASE_EMAILSERVICE'; -$modversion['config'][$i]['description'] = '_MI_PLEASE_EMAILSERVICE_DESC'; -$modversion['config'][$i]['formtype'] = 'text'; -$modversion['config'][$i]['valuetype'] = 'text'; -$modversion['config'][$i]['default'] = 'imap.'.parse_url(XOOPS_URL, PHP_URL_HOST); -$modversion['config'][$i]['options'] = array(); -$modversion['config'][$i]['category'] = 'email'; -++$i; -$modversion['config'][$i]['name'] = 'email_port'; -$modversion['config'][$i]['title'] = '_MI_PLEASE_EMAILPORT'; -$modversion['config'][$i]['description'] = '_MI_PLEASE_EMAILPORT_DESC'; -$modversion['config'][$i]['formtype'] = 'text'; -$modversion['config'][$i]['valuetype'] = 'int'; -$modversion['config'][$i]['default'] = '993'; -$modversion['config'][$i]['options'] = array(); -$modversion['config'][$i]['category'] = 'email'; -++$i; -$modversion['config'][$i]['name'] = 'email_user'; -$modversion['config'][$i]['title'] = '_MI_PLEASE_EMAILUSER'; -$modversion['config'][$i]['description'] = '_MI_PLEASE_EMAILUSER_DESC'; -$modversion['config'][$i]['formtype'] = 'text'; -$modversion['config'][$i]['valuetype'] = 'text'; -$modversion['config'][$i]['default'] = 'ticketpls@'.parse_url(XOOPS_URL, PHP_URL_HOST); -$modversion['config'][$i]['options'] = array(); -$modversion['config'][$i]['category'] = 'email'; -++$i; -$modversion['config'][$i]['name'] = 'email_pass'; -$modversion['config'][$i]['title'] = '_MI_PLEASE_EMAILPASS'; -$modversion['config'][$i]['description'] = '_MI_PLEASE_EMAILPASS_DESC'; -$modversion['config'][$i]['formtype'] = 'password'; -$modversion['config'][$i]['valuetype'] = 'text'; -$modversion['config'][$i]['default'] = ''; -$modversion['config'][$i]['options'] = array(); -$modversion['config'][$i]['category'] = 'email'; -++$i; -$modversion['config'][$i]['name'] = 'email_folder'; -$modversion['config'][$i]['title'] = '_MI_PLEASE_EMAILFOLDER'; -$modversion['config'][$i]['description'] = '_MI_PLEASE_EMAILFOLDER_DESC'; -$modversion['config'][$i]['formtype'] = 'text'; -$modversion['config'][$i]['valuetype'] = 'text'; -$modversion['config'][$i]['default'] = 'INBOX'; -$modversion['config'][$i]['options'] = array(); -$modversion['config'][$i]['category'] = 'email'; -++$i; -$modversion['config'][$i]['name'] = 'email_reply_addy'; -$modversion['config'][$i]['title'] = '_MI_PLEASE_EMAILREPLYADDY'; -$modversion['config'][$i]['description'] = '_MI_PLEASE_EMAILREPLYADDY_DESC'; -$modversion['config'][$i]['formtype'] = 'text'; -$modversion['config'][$i]['valuetype'] = 'text'; -$modversion['config'][$i]['default'] = 'ticketpls@'.parse_url(XOOPS_URL, PHP_URL_HOST); -$modversion['config'][$i]['options'] = array(); -$modversion['config'][$i]['category'] = 'email'; -++$i; -$modversion['config'][$i]['name'] = 'email_reply_name'; -$modversion['config'][$i]['title'] = '_MI_PLEASE_EMAILREPLYNAME'; -$modversion['config'][$i]['description'] = '_MI_PLEASE_EMAILREPLYNAME_DESC'; -$modversion['config'][$i]['formtype'] = 'text'; -$modversion['config'][$i]['valuetype'] = 'text'; -$modversion['config'][$i]['default'] = "[%username%] ~ [%sitename%]"; -$modversion['config'][$i]['options'] = array(); -$modversion['config'][$i]['category'] = 'email'; -++$i; -$modversion['config'][$i]['name'] = 'email_attachments'; -$modversion['config'][$i]['title'] = '_MI_PLEASE_EMAILATTACHMENTS'; -$modversion['config'][$i]['description'] = '_MI_PLEASE_EMAILATTACHMENTS_DESC'; -$modversion['config'][$i]['formtype'] = 'yesno'; -$modversion['config'][$i]['valuetype'] = 'int'; -$modversion['config'][$i]['default'] = true; -$modversion['config'][$i]['options'] = array(); -$modversion['config'][$i]['category'] = 'email'; -++$i; -$modversion['config'][$i]['name'] = 'email_signature'; -$modversion['config'][$i]['title'] = '_MI_PLEASE_EMAILSIGNATURE'; -$modversion['config'][$i]['description'] = '_MI_PLEASE_EMAILSIGNATURE_DESC'; -$modversion['config'][$i]['formtype'] = 'yesno'; -$modversion['config'][$i]['valuetype'] = 'int'; -$modversion['config'][$i]['default'] = true; -$modversion['config'][$i]['options'] = array(); -$modversion['config'][$i]['category'] = 'email'; - - - -// Notification -$modversion['hasNotification'] = 1; -//$modversion['notification']['lookup_file'] = 'include/notification.inc.php'; -//$modversion['notification']['lookup_func'] = 'publisher_notify_iteminfo'; - -//$modversion['notification']['category'][1]['name'] = 'global_item'; -//$modversion['notification']['category'][1]['title'] = _MI_PLEASE_GLOBAL_ITEM_NOTIFY; -//$modversion['notification']['category'][1]['description'] = _MI_PLEASE_GLOBAL_ITEM_NOTIFY_DSC; -//$modversion['notification']['category'][1]['subscribe_from'] = array('index.php', 'category.php', 'item.php'); - -//$modversion['notification']['event'][1]['name'] = 'category_created'; -//$modversion['notification']['event'][1]['category'] = 'global_item'; -//$modversion['notification']['event'][1]['title'] = _MI_PLEASE_GLOBAL_ITEM_CATEGORY_CREATED_NOTIFY; -//$modversion['notification']['event'][1]['caption'] = _MI_PLEASE_GLOBAL_ITEM_CATEGORY_CREATED_NOTIFY_CAP; -//$modversion['notification']['event'][1]['description'] = _MI_PLEASE_GLOBAL_ITEM_CATEGORY_CREATED_NOTIFY_DSC; -//$modversion['notification']['event'][1]['mail_template'] = 'global_item_category_created'; -//$modversion['notification']['event'][1]['mail_subject'] = _MI_PLEASE_GLOBAL_ITEM_CATEGORY_CREATED_NOTIFY_SBJ; - -?> |
From: <zy...@us...> - 2015-07-14 15:51:59
|
Revision: 13126 http://sourceforge.net/p/xoops/svn/13126 Author: zyspec Date: 2015-07-14 15:51:36 +0000 (Tue, 14 Jul 2015) Log Message: ----------- added missing branch for archive purposes Added Paths: ----------- XoopsCore/branches/2.4.x/2.4.3/ XoopsCore/branches/2.4.x/2.4.3/docs/ XoopsCore/branches/2.4.x/2.4.3/docs/changelog.txt XoopsCore/branches/2.4.x/2.4.3/docs/images/ XoopsCore/branches/2.4.x/2.4.3/docs/install.html XoopsCore/branches/2.4.x/2.4.3/docs/license.txt XoopsCore/branches/2.4.x/2.4.3/extras/ XoopsCore/branches/2.4.x/2.4.3/extras/login.php XoopsCore/branches/2.4.x/2.4.3/htdocs/ XoopsCore/branches/2.4.x/2.4.3/htdocs/Frameworks/ XoopsCore/branches/2.4.x/2.4.3/htdocs/Frameworks/art/ XoopsCore/branches/2.4.x/2.4.3/htdocs/Frameworks/art/changelog.txt XoopsCore/branches/2.4.x/2.4.3/htdocs/Frameworks/art/functions.admin.php XoopsCore/branches/2.4.x/2.4.3/htdocs/Frameworks/art/functions.cache.php XoopsCore/branches/2.4.x/2.4.3/htdocs/Frameworks/art/functions.config.php XoopsCore/branches/2.4.x/2.4.3/htdocs/Frameworks/art/functions.ini.php XoopsCore/branches/2.4.x/2.4.3/htdocs/Frameworks/art/functions.locale.php XoopsCore/branches/2.4.x/2.4.3/htdocs/Frameworks/art/functions.php XoopsCore/branches/2.4.x/2.4.3/htdocs/Frameworks/art/functions.user.php XoopsCore/branches/2.4.x/2.4.3/htdocs/Frameworks/art/index.html XoopsCore/branches/2.4.x/2.4.3/htdocs/Frameworks/art/object.php XoopsCore/branches/2.4.x/2.4.3/htdocs/Frameworks/art/xoops_version.php XoopsCore/branches/2.4.x/2.4.3/htdocs/Frameworks/art/xoopsart.php XoopsCore/branches/2.4.x/2.4.3/htdocs/Frameworks/compat/ XoopsCore/branches/2.4.x/2.4.3/htdocs/Frameworks/compat/include/ XoopsCore/branches/2.4.x/2.4.3/htdocs/Frameworks/compat/include/index.html XoopsCore/branches/2.4.x/2.4.3/htdocs/Frameworks/compat/include/left_both.gif XoopsCore/branches/2.4.x/2.4.3/htdocs/Frameworks/compat/include/modadminbg.gif XoopsCore/branches/2.4.x/2.4.3/htdocs/Frameworks/compat/include/right_both.gif XoopsCore/branches/2.4.x/2.4.3/htdocs/Frameworks/compat/index.html XoopsCore/branches/2.4.x/2.4.3/htdocs/Frameworks/index.html XoopsCore/branches/2.4.x/2.4.3/htdocs/Frameworks/readme.txt XoopsCore/branches/2.4.x/2.4.3/htdocs/admin.php XoopsCore/branches/2.4.x/2.4.3/htdocs/backend.php XoopsCore/branches/2.4.x/2.4.3/htdocs/banners.php XoopsCore/branches/2.4.x/2.4.3/htdocs/browse.php XoopsCore/branches/2.4.x/2.4.3/htdocs/cache/ XoopsCore/branches/2.4.x/2.4.3/htdocs/cache/index.html XoopsCore/branches/2.4.x/2.4.3/htdocs/cache/readme.txt XoopsCore/branches/2.4.x/2.4.3/htdocs/class/ XoopsCore/branches/2.4.x/2.4.3/htdocs/class/auth/ XoopsCore/branches/2.4.x/2.4.3/htdocs/class/auth/auth.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/auth/auth_ads.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/auth/auth_ldap.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/auth/auth_provisionning.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/auth/auth_xoops.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/auth/authfactory.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/auth/index.html XoopsCore/branches/2.4.x/2.4.3/htdocs/class/cache/ XoopsCore/branches/2.4.x/2.4.3/htdocs/class/cache/apc.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/cache/file.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/cache/index.html XoopsCore/branches/2.4.x/2.4.3/htdocs/class/cache/memcache.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/cache/model.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/cache/xcache.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/cache/xoopscache.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/calendar/ XoopsCore/branches/2.4.x/2.4.3/htdocs/class/calendar/JSCal2/ XoopsCore/branches/2.4.x/2.4.3/htdocs/class/calendar/JSCal2/JSCal2/ XoopsCore/branches/2.4.x/2.4.3/htdocs/class/calendar/JSCal2/JSCal2/demo/ XoopsCore/branches/2.4.x/2.4.3/htdocs/class/calendar/JSCal2/JSCal2/demo/dateInfo.html XoopsCore/branches/2.4.x/2.4.3/htdocs/class/calendar/JSCal2/JSCal2/demo/index.html XoopsCore/branches/2.4.x/2.4.3/htdocs/class/calendar/JSCal2/JSCal2/demo/multipleFields.html XoopsCore/branches/2.4.x/2.4.3/htdocs/class/calendar/JSCal2/JSCal2/demo/populateFields.html XoopsCore/branches/2.4.x/2.4.3/htdocs/class/calendar/JSCal2/JSCal2/demo/rangeSelection.html XoopsCore/branches/2.4.x/2.4.3/htdocs/class/calendar/JSCal2/JSCal2/demopage.css XoopsCore/branches/2.4.x/2.4.3/htdocs/class/calendar/JSCal2/JSCal2/index.html XoopsCore/branches/2.4.x/2.4.3/htdocs/class/calendar/JSCal2/JSCal2/src/ XoopsCore/branches/2.4.x/2.4.3/htdocs/class/calendar/JSCal2/JSCal2/src/css/ XoopsCore/branches/2.4.x/2.4.3/htdocs/class/calendar/JSCal2/JSCal2/src/css/border-radius.css XoopsCore/branches/2.4.x/2.4.3/htdocs/class/calendar/JSCal2/JSCal2/src/css/gold/ XoopsCore/branches/2.4.x/2.4.3/htdocs/class/calendar/JSCal2/JSCal2/src/css/gold/brushed-steel.jpg XoopsCore/branches/2.4.x/2.4.3/htdocs/class/calendar/JSCal2/JSCal2/src/css/gold/coolbg.png XoopsCore/branches/2.4.x/2.4.3/htdocs/class/calendar/JSCal2/JSCal2/src/css/gold/gold.css XoopsCore/branches/2.4.x/2.4.3/htdocs/class/calendar/JSCal2/JSCal2/src/css/gold/gold.jpg XoopsCore/branches/2.4.x/2.4.3/htdocs/class/calendar/JSCal2/JSCal2/src/css/gold/index.html XoopsCore/branches/2.4.x/2.4.3/htdocs/class/calendar/JSCal2/JSCal2/src/css/img/ XoopsCore/branches/2.4.x/2.4.3/htdocs/class/calendar/JSCal2/JSCal2/src/css/img/cool-bg-hard-inv.png XoopsCore/branches/2.4.x/2.4.3/htdocs/class/calendar/JSCal2/JSCal2/src/css/img/cool-bg-hard.png XoopsCore/branches/2.4.x/2.4.3/htdocs/class/calendar/JSCal2/JSCal2/src/css/img/cool-bg-inv.png XoopsCore/branches/2.4.x/2.4.3/htdocs/class/calendar/JSCal2/JSCal2/src/css/img/cool-bg.png XoopsCore/branches/2.4.x/2.4.3/htdocs/class/calendar/JSCal2/JSCal2/src/css/img/drop-down.gif XoopsCore/branches/2.4.x/2.4.3/htdocs/class/calendar/JSCal2/JSCal2/src/css/img/drop-up.gif XoopsCore/branches/2.4.x/2.4.3/htdocs/class/calendar/JSCal2/JSCal2/src/css/img/index.html XoopsCore/branches/2.4.x/2.4.3/htdocs/class/calendar/JSCal2/JSCal2/src/css/img/nav-left-x2.gif XoopsCore/branches/2.4.x/2.4.3/htdocs/class/calendar/JSCal2/JSCal2/src/css/img/nav-left.gif XoopsCore/branches/2.4.x/2.4.3/htdocs/class/calendar/JSCal2/JSCal2/src/css/img/nav-right-x2.gif XoopsCore/branches/2.4.x/2.4.3/htdocs/class/calendar/JSCal2/JSCal2/src/css/img/nav-right.gif XoopsCore/branches/2.4.x/2.4.3/htdocs/class/calendar/JSCal2/JSCal2/src/css/img/time-down.png XoopsCore/branches/2.4.x/2.4.3/htdocs/class/calendar/JSCal2/JSCal2/src/css/img/time-up.png XoopsCore/branches/2.4.x/2.4.3/htdocs/class/calendar/JSCal2/JSCal2/src/css/index.html XoopsCore/branches/2.4.x/2.4.3/htdocs/class/calendar/JSCal2/JSCal2/src/css/jscal2.css XoopsCore/branches/2.4.x/2.4.3/htdocs/class/calendar/JSCal2/JSCal2/src/css/matrix/ XoopsCore/branches/2.4.x/2.4.3/htdocs/class/calendar/JSCal2/JSCal2/src/css/matrix/index.html XoopsCore/branches/2.4.x/2.4.3/htdocs/class/calendar/JSCal2/JSCal2/src/css/matrix/matrix.css XoopsCore/branches/2.4.x/2.4.3/htdocs/class/calendar/JSCal2/JSCal2/src/css/matrix/nav-left-x2.gif XoopsCore/branches/2.4.x/2.4.3/htdocs/class/calendar/JSCal2/JSCal2/src/css/matrix/nav-left.gif XoopsCore/branches/2.4.x/2.4.3/htdocs/class/calendar/JSCal2/JSCal2/src/css/matrix/nav-right-x2.gif XoopsCore/branches/2.4.x/2.4.3/htdocs/class/calendar/JSCal2/JSCal2/src/css/matrix/nav-right.gif XoopsCore/branches/2.4.x/2.4.3/htdocs/class/calendar/JSCal2/JSCal2/src/css/reduce-spacing.css XoopsCore/branches/2.4.x/2.4.3/htdocs/class/calendar/JSCal2/JSCal2/src/css/shadow-b.png XoopsCore/branches/2.4.x/2.4.3/htdocs/class/calendar/JSCal2/JSCal2/src/css/steel/ XoopsCore/branches/2.4.x/2.4.3/htdocs/class/calendar/JSCal2/JSCal2/src/css/steel/brushed-steel.jpg XoopsCore/branches/2.4.x/2.4.3/htdocs/class/calendar/JSCal2/JSCal2/src/css/steel/brushed-steel.png XoopsCore/branches/2.4.x/2.4.3/htdocs/class/calendar/JSCal2/JSCal2/src/css/steel/coolbg.png XoopsCore/branches/2.4.x/2.4.3/htdocs/class/calendar/JSCal2/JSCal2/src/css/steel/index.html XoopsCore/branches/2.4.x/2.4.3/htdocs/class/calendar/JSCal2/JSCal2/src/css/steel/steel.css XoopsCore/branches/2.4.x/2.4.3/htdocs/class/calendar/JSCal2/JSCal2/src/css/steel/steel.jpg XoopsCore/branches/2.4.x/2.4.3/htdocs/class/calendar/JSCal2/JSCal2/src/css/win2k/ XoopsCore/branches/2.4.x/2.4.3/htdocs/class/calendar/JSCal2/JSCal2/src/css/win2k/index.html XoopsCore/branches/2.4.x/2.4.3/htdocs/class/calendar/JSCal2/JSCal2/src/css/win2k/win2k.css XoopsCore/branches/2.4.x/2.4.3/htdocs/class/calendar/JSCal2/JSCal2/src/index.html XoopsCore/branches/2.4.x/2.4.3/htdocs/class/calendar/JSCal2/JSCal2/src/js/ XoopsCore/branches/2.4.x/2.4.3/htdocs/class/calendar/JSCal2/JSCal2/src/js/index.html XoopsCore/branches/2.4.x/2.4.3/htdocs/class/calendar/JSCal2/JSCal2/src/js/jscal2.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/calendar/JSCal2/JSCal2/src/js/lang/ XoopsCore/branches/2.4.x/2.4.3/htdocs/class/calendar/JSCal2/JSCal2/src/js/lang/cn.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/calendar/JSCal2/JSCal2/src/js/lang/cz.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/calendar/JSCal2/JSCal2/src/js/lang/de.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/calendar/JSCal2/JSCal2/src/js/lang/en.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/calendar/JSCal2/JSCal2/src/js/lang/es.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/calendar/JSCal2/JSCal2/src/js/lang/fr.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/calendar/JSCal2/JSCal2/src/js/lang/index.html XoopsCore/branches/2.4.x/2.4.3/htdocs/class/calendar/JSCal2/JSCal2/src/js/lang/it.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/calendar/JSCal2/JSCal2/src/js/lang/jp.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/calendar/JSCal2/JSCal2/src/js/lang/pl.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/calendar/JSCal2/JSCal2/src/js/lang/pt.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/calendar/JSCal2/JSCal2/src/js/lang/ro.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/calendar/JSCal2/JSCal2/src/js/lang/ru.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/calendar/JSCal2/JSCal2.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/calendar/JSCal2/index.html XoopsCore/branches/2.4.x/2.4.3/htdocs/class/calendar/JSCal2/language/ XoopsCore/branches/2.4.x/2.4.3/htdocs/class/calendar/JSCal2/language/english.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/calendar/JSCal2/language/french.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/calendar/JSCal2/language/index.html XoopsCore/branches/2.4.x/2.4.3/htdocs/class/calendar/config.JSCal2.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/calendar/config.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/calendar/images/ XoopsCore/branches/2.4.x/2.4.3/htdocs/class/calendar/images/calendar.png XoopsCore/branches/2.4.x/2.4.3/htdocs/class/calendar/images/index.html XoopsCore/branches/2.4.x/2.4.3/htdocs/class/calendar/index.html XoopsCore/branches/2.4.x/2.4.3/htdocs/class/calendar/xoopscalendar.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/captcha/ XoopsCore/branches/2.4.x/2.4.3/htdocs/class/captcha/config.image.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/captcha/config.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/captcha/image/ XoopsCore/branches/2.4.x/2.4.3/htdocs/class/captcha/image/backgrounds/ XoopsCore/branches/2.4.x/2.4.3/htdocs/class/captcha/image/backgrounds/background00.png XoopsCore/branches/2.4.x/2.4.3/htdocs/class/captcha/image/backgrounds/background01.png XoopsCore/branches/2.4.x/2.4.3/htdocs/class/captcha/image/backgrounds/background02.png XoopsCore/branches/2.4.x/2.4.3/htdocs/class/captcha/image/backgrounds/background03.png XoopsCore/branches/2.4.x/2.4.3/htdocs/class/captcha/image/backgrounds/background04.png XoopsCore/branches/2.4.x/2.4.3/htdocs/class/captcha/image/backgrounds/background05.png XoopsCore/branches/2.4.x/2.4.3/htdocs/class/captcha/image/backgrounds/background06.png XoopsCore/branches/2.4.x/2.4.3/htdocs/class/captcha/image/backgrounds/background07.png XoopsCore/branches/2.4.x/2.4.3/htdocs/class/captcha/image/backgrounds/background08.png XoopsCore/branches/2.4.x/2.4.3/htdocs/class/captcha/image/backgrounds/background09.png XoopsCore/branches/2.4.x/2.4.3/htdocs/class/captcha/image/backgrounds/background10.png XoopsCore/branches/2.4.x/2.4.3/htdocs/class/captcha/image/backgrounds/index.html XoopsCore/branches/2.4.x/2.4.3/htdocs/class/captcha/image/fonts/ XoopsCore/branches/2.4.x/2.4.3/htdocs/class/captcha/image/fonts/Vera.ttf XoopsCore/branches/2.4.x/2.4.3/htdocs/class/captcha/image/fonts/VeraBI.ttf XoopsCore/branches/2.4.x/2.4.3/htdocs/class/captcha/image/fonts/VeraBd.ttf XoopsCore/branches/2.4.x/2.4.3/htdocs/class/captcha/image/fonts/VeraIt.ttf XoopsCore/branches/2.4.x/2.4.3/htdocs/class/captcha/image/fonts/VeraMoBI.ttf XoopsCore/branches/2.4.x/2.4.3/htdocs/class/captcha/image/fonts/VeraMoBd.ttf XoopsCore/branches/2.4.x/2.4.3/htdocs/class/captcha/image/fonts/VeraMoIt.ttf XoopsCore/branches/2.4.x/2.4.3/htdocs/class/captcha/image/fonts/VeraMono.ttf XoopsCore/branches/2.4.x/2.4.3/htdocs/class/captcha/image/fonts/VeraSe.ttf XoopsCore/branches/2.4.x/2.4.3/htdocs/class/captcha/image/fonts/index.html XoopsCore/branches/2.4.x/2.4.3/htdocs/class/captcha/image/fonts/verasebd.ttf XoopsCore/branches/2.4.x/2.4.3/htdocs/class/captcha/image/index.html XoopsCore/branches/2.4.x/2.4.3/htdocs/class/captcha/image/scripts/ XoopsCore/branches/2.4.x/2.4.3/htdocs/class/captcha/image/scripts/image.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/captcha/image/scripts/index.html XoopsCore/branches/2.4.x/2.4.3/htdocs/class/captcha/image.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/captcha/index.html XoopsCore/branches/2.4.x/2.4.3/htdocs/class/captcha/text.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/captcha/xoopscaptcha.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/class.tar.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/class.zipfile.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/commentrenderer.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/criteria.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/database/ XoopsCore/branches/2.4.x/2.4.3/htdocs/class/database/database.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/database/databasefactory.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/database/index.html XoopsCore/branches/2.4.x/2.4.3/htdocs/class/database/mysqldatabase.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/database/sqlutility.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/downloader.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/errorhandler.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/file/ XoopsCore/branches/2.4.x/2.4.3/htdocs/class/file/file.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/file/folder.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/file/index.html XoopsCore/branches/2.4.x/2.4.3/htdocs/class/file/xoopsfile.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/index.html XoopsCore/branches/2.4.x/2.4.3/htdocs/class/logger/ XoopsCore/branches/2.4.x/2.4.3/htdocs/class/logger/index.html XoopsCore/branches/2.4.x/2.4.3/htdocs/class/logger/render.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/logger/xoopslogger.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/logger.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/logger_render.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/mail/ XoopsCore/branches/2.4.x/2.4.3/htdocs/class/mail/index.html XoopsCore/branches/2.4.x/2.4.3/htdocs/class/mail/phpmailer/ XoopsCore/branches/2.4.x/2.4.3/htdocs/class/mail/phpmailer/ChangeLog.txt XoopsCore/branches/2.4.x/2.4.3/htdocs/class/mail/phpmailer/LICENSE XoopsCore/branches/2.4.x/2.4.3/htdocs/class/mail/phpmailer/README XoopsCore/branches/2.4.x/2.4.3/htdocs/class/mail/phpmailer/class.phpmailer.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/mail/phpmailer/class.pop3.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/mail/phpmailer/class.smtp.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/mail/phpmailer/codeworxtech.html XoopsCore/branches/2.4.x/2.4.3/htdocs/class/mail/phpmailer/index.html XoopsCore/branches/2.4.x/2.4.3/htdocs/class/mail/phpmailer/language/ XoopsCore/branches/2.4.x/2.4.3/htdocs/class/mail/phpmailer/language/index.html XoopsCore/branches/2.4.x/2.4.3/htdocs/class/mail/phpmailer/language/phpmailer.lang-ar.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/mail/phpmailer/language/phpmailer.lang-br.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/mail/phpmailer/language/phpmailer.lang-ca.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/mail/phpmailer/language/phpmailer.lang-cz.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/mail/phpmailer/language/phpmailer.lang-de.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/mail/phpmailer/language/phpmailer.lang-dk.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/mail/phpmailer/language/phpmailer.lang-en.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/mail/phpmailer/language/phpmailer.lang-es.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/mail/phpmailer/language/phpmailer.lang-et.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/mail/phpmailer/language/phpmailer.lang-fi.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/mail/phpmailer/language/phpmailer.lang-fo.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/mail/phpmailer/language/phpmailer.lang-fr.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/mail/phpmailer/language/phpmailer.lang-hu.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/mail/phpmailer/language/phpmailer.lang-it.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/mail/phpmailer/language/phpmailer.lang-ja.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/mail/phpmailer/language/phpmailer.lang-nl.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/mail/phpmailer/language/phpmailer.lang-no.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/mail/phpmailer/language/phpmailer.lang-pl.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/mail/phpmailer/language/phpmailer.lang-ro.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/mail/phpmailer/language/phpmailer.lang-ru.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/mail/phpmailer/language/phpmailer.lang-se.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/mail/phpmailer/language/phpmailer.lang-tr.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/mail/xoopsmultimailer.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/mimetypes.inc.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/model/ XoopsCore/branches/2.4.x/2.4.3/htdocs/class/model/index.html XoopsCore/branches/2.4.x/2.4.3/htdocs/class/model/joint.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/model/read.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/model/stats.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/model/sync.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/model/write.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/model/xoopsmodel.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/module.errorhandler.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/module.textsanitizer.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/pagenav.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/preload.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/smarty/ XoopsCore/branches/2.4.x/2.4.3/htdocs/class/smarty/Config_File.class.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/smarty/Smarty.class.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/smarty/Smarty_Compiler.class.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/smarty/configs/ XoopsCore/branches/2.4.x/2.4.3/htdocs/class/smarty/configs/index.html XoopsCore/branches/2.4.x/2.4.3/htdocs/class/smarty/configs/test.conf XoopsCore/branches/2.4.x/2.4.3/htdocs/class/smarty/debug.tpl XoopsCore/branches/2.4.x/2.4.3/htdocs/class/smarty/index.html XoopsCore/branches/2.4.x/2.4.3/htdocs/class/smarty/internals/ XoopsCore/branches/2.4.x/2.4.3/htdocs/class/smarty/internals/core.assemble_plugin_filepath.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/smarty/internals/core.assign_smarty_interface.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/smarty/internals/core.create_dir_structure.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/smarty/internals/core.display_debug_console.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/smarty/internals/core.get_include_path.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/smarty/internals/core.get_microtime.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/smarty/internals/core.get_php_resource.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/smarty/internals/core.is_secure.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/smarty/internals/core.is_trusted.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/smarty/internals/core.load_plugins.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/smarty/internals/core.load_resource_plugin.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/smarty/internals/core.process_cached_inserts.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/smarty/internals/core.process_compiled_include.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/smarty/internals/core.read_cache_file.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/smarty/internals/core.rm_auto.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/smarty/internals/core.rmdir.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/smarty/internals/core.run_insert_handler.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/smarty/internals/core.smarty_include_php.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/smarty/internals/core.write_cache_file.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/smarty/internals/core.write_compiled_include.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/smarty/internals/core.write_compiled_resource.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/smarty/internals/core.write_file.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/smarty/internals/index.html XoopsCore/branches/2.4.x/2.4.3/htdocs/class/smarty/plugins/ XoopsCore/branches/2.4.x/2.4.3/htdocs/class/smarty/plugins/block.textformat.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/smarty/plugins/compiler.assign.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/smarty/plugins/function.assign_debug_info.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/smarty/plugins/function.config_load.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/smarty/plugins/function.counter.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/smarty/plugins/function.cycle.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/smarty/plugins/function.debug.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/smarty/plugins/function.eval.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/smarty/plugins/function.fetch.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/smarty/plugins/function.html_checkboxes.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/smarty/plugins/function.html_image.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/smarty/plugins/function.html_options.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/smarty/plugins/function.html_radios.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/smarty/plugins/function.html_select_date.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/smarty/plugins/function.html_select_time.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/smarty/plugins/function.html_table.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/smarty/plugins/function.mailto.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/smarty/plugins/function.math.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/smarty/plugins/function.popup.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/smarty/plugins/function.popup_init.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/smarty/plugins/index.html XoopsCore/branches/2.4.x/2.4.3/htdocs/class/smarty/plugins/modifier.capitalize.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/smarty/plugins/modifier.cat.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/smarty/plugins/modifier.count_characters.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/smarty/plugins/modifier.count_paragraphs.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/smarty/plugins/modifier.count_sentences.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/smarty/plugins/modifier.count_words.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/smarty/plugins/modifier.date_format.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/smarty/plugins/modifier.debug_print_var.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/smarty/plugins/modifier.default.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/smarty/plugins/modifier.escape.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/smarty/plugins/modifier.indent.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/smarty/plugins/modifier.lower.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/smarty/plugins/modifier.nl2br.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/smarty/plugins/modifier.regex_replace.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/smarty/plugins/modifier.replace.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/smarty/plugins/modifier.spacify.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/smarty/plugins/modifier.string_format.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/smarty/plugins/modifier.strip.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/smarty/plugins/modifier.strip_tags.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/smarty/plugins/modifier.truncate.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/smarty/plugins/modifier.upper.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/smarty/plugins/modifier.wordwrap.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/smarty/plugins/outputfilter.trimwhitespace.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/smarty/plugins/shared.escape_special_chars.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/smarty/plugins/shared.make_timestamp.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/smarty/xoops_plugins/ XoopsCore/branches/2.4.x/2.4.3/htdocs/class/smarty/xoops_plugins/compiler.foreachq.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/smarty/xoops_plugins/compiler.includeq.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/smarty/xoops_plugins/compiler.xoAppUrl.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/smarty/xoops_plugins/compiler.xoImgUrl.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/smarty/xoops_plugins/function.xoInboxCount.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/smarty/xoops_plugins/function.xoPageNav.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/smarty/xoops_plugins/function.xoops_link.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/smarty/xoops_plugins/index.html XoopsCore/branches/2.4.x/2.4.3/htdocs/class/smarty/xoops_plugins/modifier.debug_print_var.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/smarty/xoops_plugins/resource.db.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/snoopy.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/tardownloader.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/template.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/textsanitizer/ XoopsCore/branches/2.4.x/2.4.3/htdocs/class/textsanitizer/censor/ XoopsCore/branches/2.4.x/2.4.3/htdocs/class/textsanitizer/censor/censor.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/textsanitizer/censor/config.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/textsanitizer/censor/index.html XoopsCore/branches/2.4.x/2.4.3/htdocs/class/textsanitizer/config.custom.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/textsanitizer/config.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/textsanitizer/flash/ XoopsCore/branches/2.4.x/2.4.3/htdocs/class/textsanitizer/flash/config.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/textsanitizer/flash/flash.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/textsanitizer/flash/index.html XoopsCore/branches/2.4.x/2.4.3/htdocs/class/textsanitizer/iframe/ XoopsCore/branches/2.4.x/2.4.3/htdocs/class/textsanitizer/iframe/iframe.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/textsanitizer/iframe/index.html XoopsCore/branches/2.4.x/2.4.3/htdocs/class/textsanitizer/image/ XoopsCore/branches/2.4.x/2.4.3/htdocs/class/textsanitizer/image/config.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/textsanitizer/image/image.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/textsanitizer/image/image.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/textsanitizer/image/index.html XoopsCore/branches/2.4.x/2.4.3/htdocs/class/textsanitizer/index.html XoopsCore/branches/2.4.x/2.4.3/htdocs/class/textsanitizer/li/ XoopsCore/branches/2.4.x/2.4.3/htdocs/class/textsanitizer/li/index.html XoopsCore/branches/2.4.x/2.4.3/htdocs/class/textsanitizer/li/li.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/textsanitizer/mms/ XoopsCore/branches/2.4.x/2.4.3/htdocs/class/textsanitizer/mms/index.html XoopsCore/branches/2.4.x/2.4.3/htdocs/class/textsanitizer/mms/mms.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/textsanitizer/mp3/ XoopsCore/branches/2.4.x/2.4.3/htdocs/class/textsanitizer/mp3/index.html XoopsCore/branches/2.4.x/2.4.3/htdocs/class/textsanitizer/mp3/mp3.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/textsanitizer/readme.txt XoopsCore/branches/2.4.x/2.4.3/htdocs/class/textsanitizer/rtsp/ XoopsCore/branches/2.4.x/2.4.3/htdocs/class/textsanitizer/rtsp/index.html XoopsCore/branches/2.4.x/2.4.3/htdocs/class/textsanitizer/rtsp/rtsp.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/textsanitizer/syntaxhighlight/ XoopsCore/branches/2.4.x/2.4.3/htdocs/class/textsanitizer/syntaxhighlight/config.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/textsanitizer/syntaxhighlight/geshi.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/textsanitizer/syntaxhighlight/index.html XoopsCore/branches/2.4.x/2.4.3/htdocs/class/textsanitizer/syntaxhighlight/syntaxhighlight.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/textsanitizer/textfilter/ XoopsCore/branches/2.4.x/2.4.3/htdocs/class/textsanitizer/textfilter/config.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/textsanitizer/textfilter/index.html XoopsCore/branches/2.4.x/2.4.3/htdocs/class/textsanitizer/textfilter/textfilter.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/textsanitizer/ul/ XoopsCore/branches/2.4.x/2.4.3/htdocs/class/textsanitizer/ul/index.html XoopsCore/branches/2.4.x/2.4.3/htdocs/class/textsanitizer/ul/ul.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/textsanitizer/wiki/ XoopsCore/branches/2.4.x/2.4.3/htdocs/class/textsanitizer/wiki/config.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/textsanitizer/wiki/index.html XoopsCore/branches/2.4.x/2.4.3/htdocs/class/textsanitizer/wiki/wiki.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/textsanitizer/wmp/ XoopsCore/branches/2.4.x/2.4.3/htdocs/class/textsanitizer/wmp/index.html XoopsCore/branches/2.4.x/2.4.3/htdocs/class/textsanitizer/wmp/wmp.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/textsanitizer/youtube/ XoopsCore/branches/2.4.x/2.4.3/htdocs/class/textsanitizer/youtube/index.html XoopsCore/branches/2.4.x/2.4.3/htdocs/class/textsanitizer/youtube/youtube.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/theme.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/theme_blocks.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/tree.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/uploader.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/userutility.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/utility/ XoopsCore/branches/2.4.x/2.4.3/htdocs/class/utility/index.html XoopsCore/branches/2.4.x/2.4.3/htdocs/class/utility/xoopsutility.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xml/ XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xml/index.html XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xml/rpc/ XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xml/rpc/bloggerapi.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xml/rpc/index.html XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xml/rpc/metaweblogapi.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xml/rpc/movabletypeapi.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xml/rpc/xmlrpcapi.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xml/rpc/xmlrpcparser.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xml/rpc/xmlrpctag.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xml/rpc/xoopsapi.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xml/rss/ XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xml/rss/index.html XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xml/rss/xmlrss2parser.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xml/saxparser.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xml/themesetparser.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xml/xmltaghandler.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopsblock.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopscomments.php XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/ XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/.htaccess XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/CHANGES.html XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/INSTALL.html XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/LICENSE.html XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/ckeditor.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/ckeditor.pack XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/ckeditor_basic.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/ckeditor_basic_source.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/ckeditor_source.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/config.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/contents.css XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/images/ XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/images/index.html XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/images/spacer.gif XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/index.html XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/lang/ XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/lang/_languages.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/lang/_translationstatus.txt XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/lang/af.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/lang/ar.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/lang/bg.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/lang/bn.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/lang/bs.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/lang/ca.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/lang/cs.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/lang/da.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/lang/de.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/lang/el.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/lang/en-au.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/lang/en-ca.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/lang/en-uk.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/lang/en.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/lang/eo.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/lang/es.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/lang/et.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/lang/eu.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/lang/fa.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/lang/fi.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/lang/fo.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/lang/fr-ca.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/lang/fr.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/lang/gl.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/lang/gu.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/lang/he.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/lang/hi.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/lang/hr.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/lang/hu.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/lang/index.html XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/lang/is.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/lang/it.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/lang/ja.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/lang/km.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/lang/ko.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/lang/lt.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/lang/lv.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/lang/mn.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/lang/ms.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/lang/nb.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/lang/nl.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/lang/no.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/lang/pl.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/lang/pt-br.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/lang/pt.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/lang/ro.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/lang/ru.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/lang/sk.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/lang/sl.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/lang/sr-latn.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/lang/sr.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/lang/sv.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/lang/th.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/lang/tr.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/lang/uk.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/lang/vi.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/lang/zh-cn.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/lang/zh.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/ XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/about/ XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/about/dialogs/ XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/about/dialogs/about.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/about/dialogs/index.html XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/about/dialogs/logo_ckeditor.png XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/about/index.html XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/about/plugin.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/basicstyles/ XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/basicstyles/index.html XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/basicstyles/plugin.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/blockquote/ XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/blockquote/index.html XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/blockquote/plugin.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/button/ XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/button/index.html XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/button/plugin.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/clipboard/ XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/clipboard/dialogs/ XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/clipboard/dialogs/index.html XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/clipboard/dialogs/paste.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/clipboard/index.html XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/clipboard/plugin.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/colorbutton/ XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/colorbutton/index.html XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/colorbutton/plugin.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/contextmenu/ XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/contextmenu/index.html XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/contextmenu/plugin.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/dialog/ XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/dialog/dialogDefinition.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/dialog/index.html XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/dialog/plugin.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/dialogui/ XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/dialogui/index.html XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/dialogui/plugin.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/domiterator/ XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/domiterator/index.html XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/domiterator/plugin.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/editingblock/ XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/editingblock/index.html XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/editingblock/plugin.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/elementspath/ XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/elementspath/index.html XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/elementspath/plugin.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/enterkey/ XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/enterkey/index.html XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/enterkey/plugin.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/entities/ XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/entities/index.html XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/entities/plugin.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/fakeobjects/ XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/fakeobjects/index.html XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/fakeobjects/plugin.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/filebrowser/ XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/filebrowser/index.html XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/filebrowser/plugin.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/find/ XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/find/dialogs/ XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/find/dialogs/find.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/find/dialogs/index.html XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/find/index.html XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/find/plugin.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/flash/ XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/flash/dialogs/ XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/flash/dialogs/flash.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/flash/dialogs/index.html XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/flash/images/ XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/flash/images/index.html XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/flash/images/placeholder.png XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/flash/index.html XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/flash/plugin.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/floatpanel/ XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/floatpanel/index.html XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/floatpanel/plugin.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/font/ XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/font/index.html XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/font/plugin.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/format/ XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/format/index.html XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/format/plugin.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/forms/ XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/forms/dialogs/ XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/forms/dialogs/button.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/forms/dialogs/checkbox.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/forms/dialogs/form.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/forms/dialogs/hiddenfield.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/forms/dialogs/index.html XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/forms/dialogs/radio.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/forms/dialogs/select.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/forms/dialogs/textarea.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/forms/dialogs/textfield.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/forms/index.html XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/forms/plugin.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/horizontalrule/ XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/horizontalrule/index.html XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/horizontalrule/plugin.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/htmldataprocessor/ XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/htmldataprocessor/index.html XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/htmldataprocessor/plugin.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/htmlwriter/ XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/htmlwriter/index.html XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/htmlwriter/plugin.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/iframedialog/ XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/iframedialog/index.html XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/iframedialog/plugin.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/image/ XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/image/dialogs/ XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/image/dialogs/image.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/image/dialogs/index.html XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/image/index.html XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/image/plugin.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/indent/ XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/indent/index.html XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/indent/plugin.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/index.html XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/justify/ XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/justify/index.html XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/justify/plugin.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/keystrokes/ XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/keystrokes/index.html XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/keystrokes/plugin.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/link/ XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/link/dialogs/ XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/link/dialogs/anchor.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/link/dialogs/index.html XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/link/dialogs/link.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/link/images/ XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/link/images/anchor.gif XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/link/images/index.html XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/link/index.html XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/link/plugin.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/list/ XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/list/index.html XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/list/plugin.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/listblock/ XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/listblock/index.html XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/listblock/plugin.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/maximize/ XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/maximize/index.html XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/maximize/plugin.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/menu/ XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/menu/index.html XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/menu/plugin.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/menubutton/ XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/menubutton/index.html XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/menubutton/plugin.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/newpage/ XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/newpage/index.html XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/newpage/plugin.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/pagebreak/ XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/pagebreak/images/ XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/pagebreak/images/index.html XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/pagebreak/images/pagebreak.gif XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/pagebreak/index.html XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/pagebreak/plugin.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/panel/ XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/panel/index.html XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/panel/plugin.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/panelbutton/ XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/panelbutton/index.html XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/panelbutton/plugin.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/pastefromword/ XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/pastefromword/dialogs/ XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/pastefromword/dialogs/index.html XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/pastefromword/dialogs/pastefromword.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/pastefromword/index.html XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/pastefromword/plugin.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/pastetext/ XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/pastetext/dialogs/ XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/pastetext/dialogs/index.html XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/pastetext/dialogs/pastetext.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/pastetext/index.html XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/pastetext/plugin.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/popup/ XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/popup/index.html XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/popup/plugin.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/preview/ XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/preview/index.html XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/preview/plugin.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/print/ XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/print/index.html XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/print/plugin.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/removeformat/ XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/removeformat/index.html XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/removeformat/plugin.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/resize/ XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/resize/plugin.js XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/richcombo/ XoopsCore/branches/2.4.x/2.4.3/htdocs/class/xoopseditor/ckeditor/ckeditor/plugins/richcombo/index.html XoopsCore/branches/2.4.x/2.4.3/htd... [truncated message content] |
From: <be...@us...> - 2015-07-13 16:59:27
|
Revision: 13125 http://sourceforge.net/p/xoops/svn/13125 Author: beckmi Date: 2015-07-13 16:59:25 +0000 (Mon, 13 Jul 2015) Log Message: ----------- fixing name problem Added Paths: ----------- Archives/XoopsCore-releases/2.5.7.1/ Removed Paths: ------------- Archives/XoopsCore-releases/2.5.731/ |
From: <be...@us...> - 2015-07-13 16:36:27
|
Revision: 13124 http://sourceforge.net/p/xoops/svn/13124 Author: beckmi Date: 2015-07-13 16:36:25 +0000 (Mon, 13 Jul 2015) Log Message: ----------- adding 2.5.7.1 to Archives Added Paths: ----------- Archives/XoopsCore-releases/2.5.731/ |
From: <be...@us...> - 2015-07-13 16:36:05
|
Revision: 13123 http://sourceforge.net/p/xoops/svn/13123 Author: beckmi Date: 2015-07-13 16:36:04 +0000 (Mon, 13 Jul 2015) Log Message: ----------- adding 2.5.7 to Archives Added Paths: ----------- Archives/XoopsCore-releases/2.5.7/ |
From: <be...@us...> - 2015-07-13 16:35:39
|
Revision: 13122 http://sourceforge.net/p/xoops/svn/13122 Author: beckmi Date: 2015-07-13 16:35:37 +0000 (Mon, 13 Jul 2015) Log Message: ----------- adding 2.5.7-rc1 to Archives Added Paths: ----------- Archives/XoopsCore-releases/2.5.7-rc1/ |
From: <be...@us...> - 2015-07-13 16:35:08
|
Revision: 13121 http://sourceforge.net/p/xoops/svn/13121 Author: beckmi Date: 2015-07-13 16:35:05 +0000 (Mon, 13 Jul 2015) Log Message: ----------- adding 2.5.7-beta1 to Archives Added Paths: ----------- Archives/XoopsCore-releases/2.5.7-beta1/ |
From: <be...@us...> - 2015-07-13 16:34:34
|
Revision: 13120 http://sourceforge.net/p/xoops/svn/13120 Author: beckmi Date: 2015-07-13 16:34:31 +0000 (Mon, 13 Jul 2015) Log Message: ----------- adding 2.5.6 to Archives Added Paths: ----------- Archives/XoopsCore-releases/2.5.6/ |
From: <be...@us...> - 2015-07-13 16:34:14
|
Revision: 13119 http://sourceforge.net/p/xoops/svn/13119 Author: beckmi Date: 2015-07-13 16:34:12 +0000 (Mon, 13 Jul 2015) Log Message: ----------- adding 2.5.6-rc1 to Archives Added Paths: ----------- Archives/XoopsCore-releases/2.5.6-rc1/ |
From: <be...@us...> - 2015-07-13 16:33:46
|
Revision: 13118 http://sourceforge.net/p/xoops/svn/13118 Author: beckmi Date: 2015-07-13 16:33:44 +0000 (Mon, 13 Jul 2015) Log Message: ----------- adding 2.5.5-rc to Archives Added Paths: ----------- Archives/XoopsCore-releases/2.5.5-rc/ |
From: <be...@us...> - 2015-07-13 16:33:11
|
Revision: 13117 http://sourceforge.net/p/xoops/svn/13117 Author: beckmi Date: 2015-07-13 16:33:09 +0000 (Mon, 13 Jul 2015) Log Message: ----------- adding 2.5.5 to Archives Added Paths: ----------- Archives/XoopsCore-releases/2.5.5/ |
From: <be...@us...> - 2015-07-13 16:32:54
|
Revision: 13116 http://sourceforge.net/p/xoops/svn/13116 Author: beckmi Date: 2015-07-13 16:32:52 +0000 (Mon, 13 Jul 2015) Log Message: ----------- adding 2.5.5-beta to Archives Added Paths: ----------- Archives/XoopsCore-releases/2.5.5-beta/ |
From: <be...@us...> - 2015-07-13 16:32:09
|
Revision: 13115 http://sourceforge.net/p/xoops/svn/13115 Author: beckmi Date: 2015-07-13 16:32:07 +0000 (Mon, 13 Jul 2015) Log Message: ----------- adding 2.5.4 to Archives Added Paths: ----------- Archives/XoopsCore-releases/2.5.4/ |
From: <be...@us...> - 2015-07-13 16:31:45
|
Revision: 13114 http://sourceforge.net/p/xoops/svn/13114 Author: beckmi Date: 2015-07-13 16:31:44 +0000 (Mon, 13 Jul 2015) Log Message: ----------- adding 2.5.4-beta to Archives Added Paths: ----------- Archives/XoopsCore-releases/2.5.4-beta/ |
From: <be...@us...> - 2015-07-13 16:31:09
|
Revision: 13113 http://sourceforge.net/p/xoops/svn/13113 Author: beckmi Date: 2015-07-13 16:31:08 +0000 (Mon, 13 Jul 2015) Log Message: ----------- adding 2.5.3 to Archives Added Paths: ----------- Archives/XoopsCore-releases/2.5.3/ |
From: <be...@us...> - 2015-07-13 16:30:35
|
Revision: 13112 http://sourceforge.net/p/xoops/svn/13112 Author: beckmi Date: 2015-07-13 16:30:34 +0000 (Mon, 13 Jul 2015) Log Message: ----------- adding 2.5.2 to Archives Added Paths: ----------- Archives/XoopsCore-releases/2.5.2/ |
From: <be...@us...> - 2015-07-13 16:30:14
|
Revision: 13111 http://sourceforge.net/p/xoops/svn/13111 Author: beckmi Date: 2015-07-13 16:30:13 +0000 (Mon, 13 Jul 2015) Log Message: ----------- adding 2.5.2-rc to Archives Added Paths: ----------- Archives/XoopsCore-releases/2.5.2-rc/ |
From: <be...@us...> - 2015-07-13 16:29:20
|
Revision: 13110 http://sourceforge.net/p/xoops/svn/13110 Author: beckmi Date: 2015-07-13 16:29:19 +0000 (Mon, 13 Jul 2015) Log Message: ----------- adding 2.5.1 to Archives Added Paths: ----------- Archives/XoopsCore-releases/2.5.1/ |
From: <be...@us...> - 2015-07-13 16:28:53
|
Revision: 13109 http://sourceforge.net/p/xoops/svn/13109 Author: beckmi Date: 2015-07-13 16:28:50 +0000 (Mon, 13 Jul 2015) Log Message: ----------- adding 2.5.1-rc to Archives Added Paths: ----------- Archives/XoopsCore-releases/2.5.1-rc/ |
From: <be...@us...> - 2015-07-13 16:28:22
|
Revision: 13108 http://sourceforge.net/p/xoops/svn/13108 Author: beckmi Date: 2015-07-13 16:28:19 +0000 (Mon, 13 Jul 2015) Log Message: ----------- adding 2.5.1a to Archives Added Paths: ----------- Archives/XoopsCore-releases/2.5.1a/ Index: Archives/XoopsCore-releases/2.5.1a =================================================================== --- XoopsCore/releases/2.5.1a 2011-04-20 15:52:37 UTC (rev 6709) +++ Archives/XoopsCore-releases/2.5.1a 2015-07-13 16:28:19 UTC (rev 13108) Property changes on: Archives/XoopsCore-releases/2.5.1a ___________________________________________________________________ Added: svn:ignore ## -0,0 +1,2 ## +.project +* Added: svn:mergeinfo ## -0,0 +1 ## +/XoopsCore/branches/2.5.x/2.5.2:6629-6630 \ No newline at end of property |
From: <be...@us...> - 2015-07-13 16:05:23
|
Revision: 13107 http://sourceforge.net/p/xoops/svn/13107 Author: beckmi Date: 2015-07-13 16:05:21 +0000 (Mon, 13 Jul 2015) Log Message: ----------- adding 2.5.0 to Archives Added Paths: ----------- Archives/XoopsCore-releases/2.5.0/ |
From: <be...@us...> - 2015-07-13 16:04:55
|
Revision: 13106 http://sourceforge.net/p/xoops/svn/13106 Author: beckmi Date: 2015-07-13 16:04:53 +0000 (Mon, 13 Jul 2015) Log Message: ----------- adding 2.5.0-rc2 to Archives Added Paths: ----------- Archives/XoopsCore-releases/2.5.0-rc2/ Index: Archives/XoopsCore-releases/2.5.0-rc2 =================================================================== --- XoopsCore/releases/2.5.0-rc2 2010-10-24 04:11:44 UTC (rev 5622) +++ Archives/XoopsCore-releases/2.5.0-rc2 2015-07-13 16:04:53 UTC (rev 13106) Property changes on: Archives/XoopsCore-releases/2.5.0-rc2 ___________________________________________________________________ Added: svn:ignore ## -0,0 +1,2 ## +.project +* Added: svn:mergeinfo ## -0,0 +1 ## +/XoopsCore/branches/tasks/2.5.0-formuss-trabis:5593-5620 \ No newline at end of property |
From: <be...@us...> - 2015-07-13 16:04:30
|
Revision: 13105 http://sourceforge.net/p/xoops/svn/13105 Author: beckmi Date: 2015-07-13 16:04:28 +0000 (Mon, 13 Jul 2015) Log Message: ----------- adding 2.5.0-rc to Archives Added Paths: ----------- Archives/XoopsCore-releases/2.5.0-rc/ Index: Archives/XoopsCore-releases/2.5.0-rc =================================================================== --- XoopsCore/releases/2.5.0-rc 2010-10-18 04:43:13 UTC (rev 5543) +++ Archives/XoopsCore-releases/2.5.0-rc 2015-07-13 16:04:28 UTC (rev 13105) Property changes on: Archives/XoopsCore-releases/2.5.0-rc ___________________________________________________________________ Added: svn:ignore ## -0,0 +1,2 ## +.project +* Added: svn:mergeinfo ## -0,0 +1 ## +/XoopsCore/branches/tasks/2.5.0-formuss-trabis:5405-5535 \ No newline at end of property |
From: <be...@us...> - 2015-07-13 16:03:56
|
Revision: 13104 http://sourceforge.net/p/xoops/svn/13104 Author: beckmi Date: 2015-07-13 16:03:55 +0000 (Mon, 13 Jul 2015) Log Message: ----------- adding 2.5.0-beta to Archives Added Paths: ----------- Archives/XoopsCore-releases/2.5.0-beta/ |
From: <be...@us...> - 2015-07-13 16:02:45
|
Revision: 13103 http://sourceforge.net/p/xoops/svn/13103 Author: beckmi Date: 2015-07-13 16:02:42 +0000 (Mon, 13 Jul 2015) Log Message: ----------- adding 2.4.5-rc3 to Archives Added Paths: ----------- Archives/XoopsCore-releases/2.4.5-rc3/ Index: Archives/XoopsCore-releases/2.4.5-rc3 =================================================================== --- XoopsCore/releases/2.4.5-rc3 2010-06-16 12:26:29 UTC (rev 4896) +++ Archives/XoopsCore-releases/2.4.5-rc3 2015-07-13 16:02:42 UTC (rev 13103) Property changes on: Archives/XoopsCore-releases/2.4.5-rc3 ___________________________________________________________________ Added: svn:ignore ## -0,0 +1,2 ## +.project +* Added: svn:mergeinfo ## -0,0 +1 ## +/XoopsModules/protector/releases/xoops-2.4.5-rc3:4886 \ No newline at end of property |