You can subscribe to this list here.
| 2005 |
Jan
|
Feb
|
Mar
(95) |
Apr
(270) |
May
(111) |
Jun
|
Jul
|
Aug
(64) |
Sep
(130) |
Oct
(319) |
Nov
(17) |
Dec
(191) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2006 |
Jan
(53) |
Feb
|
Mar
|
Apr
|
May
(6) |
Jun
(387) |
Jul
(102) |
Aug
(247) |
Sep
(120) |
Oct
(1) |
Nov
(8) |
Dec
(21) |
| 2007 |
Jan
(38) |
Feb
(36) |
Mar
|
Apr
(32) |
May
(135) |
Jun
(523) |
Jul
(192) |
Aug
(103) |
Sep
(533) |
Oct
(77) |
Nov
(23) |
Dec
(203) |
| 2008 |
Jan
(312) |
Feb
(1193) |
Mar
(404) |
Apr
(67) |
May
(62) |
Jun
(497) |
Jul
(297) |
Aug
(110) |
Sep
(335) |
Oct
(256) |
Nov
(50) |
Dec
(118) |
| 2009 |
Jan
(67) |
Feb
(10) |
Mar
(1) |
Apr
(1) |
May
|
Jun
(10) |
Jul
(61) |
Aug
|
Sep
(16) |
Oct
(45) |
Nov
(12) |
Dec
(14) |
| 2010 |
Jan
(30) |
Feb
|
Mar
|
Apr
(4) |
May
|
Jun
|
Jul
(7) |
Aug
(7) |
Sep
(5) |
Oct
(5) |
Nov
|
Dec
|
| 2011 |
Jan
(7) |
Feb
(3) |
Mar
(89) |
Apr
(11) |
May
(5) |
Jun
|
Jul
(8) |
Aug
(1) |
Sep
(2) |
Oct
|
Nov
(2) |
Dec
(89) |
| 2012 |
Jan
(7) |
Feb
(1) |
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
(4) |
Sep
(3) |
Oct
(42) |
Nov
(1) |
Dec
|
| 2013 |
Jan
|
Feb
|
Mar
(19) |
Apr
(90) |
May
(38) |
Jun
(235) |
Jul
(38) |
Aug
(10) |
Sep
|
Oct
(29) |
Nov
|
Dec
|
| 2014 |
Jan
|
Feb
|
Mar
|
Apr
(6) |
May
(52) |
Jun
|
Jul
(7) |
Aug
|
Sep
(17) |
Oct
|
Nov
|
Dec
|
|
From: Florin C B. <ory...@us...> - 2011-03-06 08:52:07
|
Update of /cvsroot/mxbb/mx_guestbook/includes
In directory vz-cvs-4.sog:/tmp/cvs-serv3582
Modified Files:
guestbook.inc
Log Message:
2.x guestbook module
Index: guestbook.inc
===================================================================
RCS file: /cvsroot/mxbb/mx_guestbook/includes/guestbook.inc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** guestbook.inc 6 Mar 2011 08:29:18 -0000 1.1
--- guestbook.inc 6 Mar 2011 08:52:05 -0000 1.2
***************
*** 28,32 ****
define ('GUESTBOOK', $mx_table_prefix.'guestbook');
define ('GUESTBOOK_CONFIG_TABLE', $mx_table_prefix.'guest_config');
! define ('GUESTBOOK_CHECK_NEW_VERSION', 'http://mtv.criccahiwap.it/phpBB2/guestbook.php');
//
--- 28,32 ----
define ('GUESTBOOK', $mx_table_prefix.'guestbook');
define ('GUESTBOOK_CONFIG_TABLE', $mx_table_prefix.'guest_config');
! define ('GUESTBOOK_CHECK_NEW_VERSION', 'http://www.unraggiodiluna.it/forum/guestbook.php');
//
***************
*** 61,65 ****
if( !($result = $db->sql_query($sql)) )
{
! message_die(CRITICAL_ERROR, "Could not query config information from guestbook", "", __LINE__, __FILE__, $sql);
}
--- 61,65 ----
if( !($result = $db->sql_query($sql)) )
{
! mx_message_die(CRITICAL_ERROR, "Could not query config information from guestbook", "", __LINE__, __FILE__, $sql);
}
***************
*** 253,257 ****
if( !$db->sql_query($sql) )
{
! message_die(GENERAL_ERROR, "Failed to update general configuration for GUESTBOOK", "", __LINE__, __FILE__, $sql);
}
--- 253,257 ----
if( !$db->sql_query($sql) )
{
! mx_message_die(GENERAL_ERROR, "Failed to update general configuration for GUESTBOOK", "", __LINE__, __FILE__, $sql);
}
***************
*** 267,271 ****
if(!$result = $db->sql_query($sql))
{
! message_die(GENERAL_ERROR, "Could not query guestbook config information", "", __LINE__, __FILE__, $sql);
}
while( $row = $db->sql_fetchrow($result) )
--- 267,271 ----
if(!$result = $db->sql_query($sql))
{
! mx_message_die(GENERAL_ERROR, "Could not query guestbook config information", "", __LINE__, __FILE__, $sql);
}
while( $row = $db->sql_fetchrow($result) )
|
|
From: Florin C B. <ory...@us...> - 2011-03-06 08:29:21
|
Update of /cvsroot/mxbb/mx_guestbook/templates In directory vz-cvs-4.sog:/tmp/cvs-serv24186/templates Added Files: index.htm Log Message: 2.x guestbook module --- NEW FILE: index.htm --- <html> <head> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body bgcolor="#FFFFFF" text="#000000"> </body> </html> |
|
From: Florin C B. <ory...@us...> - 2011-03-06 08:29:20
|
Update of /cvsroot/mxbb/mx_guestbook/language In directory vz-cvs-4.sog:/tmp/cvs-serv24186/language Added Files: index.htm Log Message: 2.x guestbook module --- NEW FILE: index.htm --- <html> <head> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body bgcolor="#FFFFFF" text="#000000"> </body> </html> |
|
From: Florin C B. <ory...@us...> - 2011-03-06 08:22:55
|
Update of /cvsroot/mxbb/mx_guestbook/templates/_core/admin In directory vz-cvs-4.sog:/tmp/cvs-serv20225/admin Log Message: Directory /cvsroot/mxbb/mx_guestbook/templates/_core/admin added to the repository |
|
From: Florin C B. <ory...@us...> - 2011-03-06 08:03:07
|
Update of /cvsroot/mxbb/mx_guestbook/templates/pubOry/admin In directory vz-cvs-4.sog:/tmp/cvs-serv9467/admin Log Message: Directory /cvsroot/mxbb/mx_guestbook/templates/pubOry/admin added to the repository |
|
From: Florin C B. <ory...@us...> - 2011-03-06 08:02:46
|
Update of /cvsroot/mxbb/mx_guestbook/templates/subSilver In directory vz-cvs-4.sog:/tmp/cvs-serv9385/subSilver Log Message: Directory /cvsroot/mxbb/mx_guestbook/templates/subSilver added to the repository |
|
From: Florin C B. <ory...@us...> - 2011-03-06 08:01:57
|
Update of /cvsroot/mxbb/mx_guestbook/language/lang_english In directory vz-cvs-4.sog:/tmp/cvs-serv8097/lang_english Log Message: Directory /cvsroot/mxbb/mx_guestbook/language/lang_english added to the repository |
|
From: Florin C B. <ory...@us...> - 2011-03-06 08:01:07
|
Update of /cvsroot/mxbb/mx_guestbook/admin In directory vz-cvs-4.sog:/tmp/cvs-serv7857/admin Log Message: Directory /cvsroot/mxbb/mx_guestbook/admin added to the repository |
|
From: Florin C B. <ory...@us...> - 2011-03-04 09:30:29
|
Update of /cvsroot/mxbb/core/install/includes
In directory vz-cvs-4.sog:/tmp/cvs-serv26211/install/includes
Modified Files:
functions_install.php
Log Message:
some updated for PHP 5.3.0 decapritated functions
Index: functions_install.php
===================================================================
RCS file: /cvsroot/mxbb/core/install/includes/functions_install.php,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** functions_install.php 11 Oct 2010 23:00:13 -0000 1.21
--- functions_install.php 4 Mar 2011 09:30:27 -0000 1.22
***************
*** 17,21 ****
function page_header_install($title, $instruction_text = '')
{
! global $template, $lang, $mx_root_path, $mx_portal_name, $mx_portal_version, $tplEx;
$template->set_filenames(array('header' => 'mx_install_header.'.$tplEx));
--- 17,21 ----
function page_header_install($title, $instruction_text = '')
{
! global $template, $lang, $mx_root_path, $mx_portal_name, $mx_portal_version, $tplEx, $phpEx;
$template->set_filenames(array('header' => 'mx_install_header.'.$tplEx));
***************
*** 25,28 ****
--- 25,30 ----
'U_INSTALL_URL' => $mx_root_path . 'install/',
'L_INSTALLATION' => $title,
+ 'U_INDEX' => $mx_root_path . 'install/mx_install.'.$phpEx,
+ 'U_LOGO' => $mx_root_path . 'install/templates/logo.gif',
'L_INSTRUCTION_TEXT' => $instruction_text,
));
***************
*** 229,233 ****
$available_dbms['ANY_DB_SUPPORT'] = $any_db_support;
}
! return $available_dbms;
}
--- 231,235 ----
$available_dbms['ANY_DB_SUPPORT'] = $any_db_support;
}
! return $available_dbms;
}
***************
*** 646,650 ****
while ( $file = @readdir($dir) )
{
! if ( ereg("^lang_", $file) && !@is_file($dirname . '/' . $file) && !@is_link($dirname . '/' . $file) )
{
$filename = trim(str_replace('lang_', '', $file));
--- 648,652 ----
while ( $file = @readdir($dir) )
{
! if ( preg_match("#^lang_#", '', $file) && !@is_file($dirname . '/' . $file) && !@is_link($dirname . '/' . $file) )
{
$filename = trim(str_replace('lang_', '', $file));
***************
*** 905,909 ****
}
-
//
// Get the full phpBB URL by reading its config table.
--- 907,910 ----
***************
*** 1571,1576 ****
// had documented the correct reason in their source code. ;-)
//
! function mx_realpath($path)
{
return ( @function_exists('realpath') && @realpath(__FILE__) ? realpath($path) : $path );
}
--- 1572,1602 ----
// had documented the correct reason in their source code. ;-)
//
! function mx_realpath($path, $errstr = false)
{
+ global $mx_root_path;
+ //set error handler if save mode
+ if ((int)@ini_get("safe_mode") !== 0)
+ {
+ //@set_error_handler("mx_realpath");
+ return $path;
+
+ }
+ /*
+ if ($errstr)
+ {
+ $errpath = array();
+ if ($errpath = @explode("www/", __FILE__))
+ {
+ $dir = $errpath[0] . "www/";
+ }
+ else
+ {
+ @set_error_handler(false);
+ $dir = $mx_root_path;
+ }
+ //die("$dir");
+ return $dir;
+ }
+ */
return ( @function_exists('realpath') && @realpath(__FILE__) ? realpath($path) : $path );
}
|
|
From: Florin C B. <ory...@us...> - 2011-03-03 14:44:44
|
Update of /cvsroot/mxbb/mx_smartor/phpbb3/root/styles/subsilver2/theme/images In directory vz-cvs-4.sog:/tmp/cvs-serv5496/images Log Message: Directory /cvsroot/mxbb/mx_smartor/phpbb3/root/styles/subsilver2/theme/images added to the repository |
|
From: Florin C B. <ory...@us...> - 2011-03-03 14:44:34
|
Update of /cvsroot/mxbb/mx_smartor/phpbb3/root/styles/subsilver2/template/album In directory vz-cvs-4.sog:/tmp/cvs-serv5455/album Log Message: Directory /cvsroot/mxbb/mx_smartor/phpbb3/root/styles/subsilver2/template/album added to the repository |
|
From: Florin C B. <ory...@us...> - 2011-03-03 14:44:11
|
Update of /cvsroot/mxbb/mx_smartor/phpbb3/root/styles/subsilver2/imageset/en/album In directory vz-cvs-4.sog:/tmp/cvs-serv5340/album Log Message: Directory /cvsroot/mxbb/mx_smartor/phpbb3/root/styles/subsilver2/imageset/en/album added to the repository |
|
From: Florin C B. <ory...@us...> - 2011-03-03 14:44:01
|
Update of /cvsroot/mxbb/mx_smartor/phpbb3/root/styles/subsilver2/imageset/en In directory vz-cvs-4.sog:/tmp/cvs-serv5187/en Log Message: Directory /cvsroot/mxbb/mx_smartor/phpbb3/root/styles/subsilver2/imageset/en added to the repository |
|
From: Florin C B. <ory...@us...> - 2011-03-03 14:43:51
|
Update of /cvsroot/mxbb/mx_smartor/phpbb3/root/styles/subsilver2/template In directory vz-cvs-4.sog:/tmp/cvs-serv5151/template Log Message: Directory /cvsroot/mxbb/mx_smartor/phpbb3/root/styles/subsilver2/template added to the repository |
|
From: Florin C B. <ory...@us...> - 2011-03-03 14:43:27
|
Update of /cvsroot/mxbb/mx_smartor/phpbb3/root/styles/prosilver/theme/images In directory vz-cvs-4.sog:/tmp/cvs-serv4052/images Log Message: Directory /cvsroot/mxbb/mx_smartor/phpbb3/root/styles/prosilver/theme/images added to the repository |
|
From: Florin C B. <ory...@us...> - 2011-03-03 14:43:16
|
Update of /cvsroot/mxbb/mx_smartor/phpbb3/root/styles/prosilver/imageset/en In directory vz-cvs-4.sog:/tmp/cvs-serv4018/en Log Message: Directory /cvsroot/mxbb/mx_smartor/phpbb3/root/styles/prosilver/imageset/en added to the repository |
|
From: Florin C B. <ory...@us...> - 2011-03-03 14:42:59
|
Update of /cvsroot/mxbb/mx_smartor/phpbb3/root/styles/prosilver/imageset In directory vz-cvs-4.sog:/tmp/cvs-serv3759/imageset Log Message: Directory /cvsroot/mxbb/mx_smartor/phpbb3/root/styles/prosilver/imageset added to the repository |
|
From: Florin C B. <ory...@us...> - 2011-03-03 14:42:42
|
Update of /cvsroot/mxbb/mx_smartor/phpbb3/root/styles/prosilver In directory vz-cvs-4.sog:/tmp/cvs-serv3673/prosilver Log Message: Directory /cvsroot/mxbb/mx_smartor/phpbb3/root/styles/prosilver added to the repository |
|
From: Florin C B. <ory...@us...> - 2011-03-03 14:42:31
|
Update of /cvsroot/mxbb/mx_smartor/phpbb3/root/language/en/acp In directory vz-cvs-4.sog:/tmp/cvs-serv3641/acp Log Message: Directory /cvsroot/mxbb/mx_smartor/phpbb3/root/language/en/acp added to the repository |
|
From: Florin C B. <ory...@us...> - 2011-03-03 14:42:18
|
Update of /cvsroot/mxbb/mx_smartor/phpbb3/root/language/en In directory vz-cvs-4.sog:/tmp/cvs-serv3596/en Log Message: Directory /cvsroot/mxbb/mx_smartor/phpbb3/root/language/en added to the repository |
|
From: Florin C B. <ory...@us...> - 2011-03-03 14:40:54
|
Update of /cvsroot/mxbb/mx_smartor/phpbb3/root/album/includes/acp/info In directory vz-cvs-4.sog:/tmp/cvs-serv3205/info Log Message: Directory /cvsroot/mxbb/mx_smartor/phpbb3/root/album/includes/acp/info added to the repository |
|
From: Florin C B. <ory...@us...> - 2011-03-03 14:40:45
|
Update of /cvsroot/mxbb/mx_smartor/phpbb3/root/album/includes/acp In directory vz-cvs-4.sog:/tmp/cvs-serv3135/acp Log Message: Directory /cvsroot/mxbb/mx_smartor/phpbb3/root/album/includes/acp added to the repository |
|
From: Florin C B. <ory...@us...> - 2011-03-03 14:40:05
|
Update of /cvsroot/mxbb/mx_smartor/jupload In directory vz-cvs-4.sog:/tmp/cvs-serv1948/jupload Added Files: index.htm Log Message: some updated for PHP 5.3.0 decapritated functions --- NEW FILE: index.htm --- <html> <head> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body bgcolor="#FFFFFF" text="#000000"> </body> </html> |
|
From: Florin C B. <ory...@us...> - 2011-03-03 14:35:59
|
Update of /cvsroot/mxbb/mx_smartor/phpbb3/root/album/upload In directory vz-cvs-4.sog:/tmp/cvs-serv30476/upload Log Message: Directory /cvsroot/mxbb/mx_smartor/phpbb3/root/album/upload added to the repository |
|
From: Florin C B. <ory...@us...> - 2011-03-03 14:35:03
|
Update of /cvsroot/mxbb/mx_smartor/phpbb3/root/adm/style/album In directory vz-cvs-4.sog:/tmp/cvs-serv29994/album Log Message: Directory /cvsroot/mxbb/mx_smartor/phpbb3/root/adm/style/album added to the repository |