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-12-31 08:34:40
|
Update of /cvsroot/mxbb/mx_pafiledb/templates/prosilver/images In directory vz-cvs-4.sog:/tmp/cvs-serv30484 Added Files: sticky_read.gif sticky_unread.gif Log Message: --- NEW FILE: sticky_read.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: sticky_unread.gif --- (This appears to be a binary file; contents omitted.) |
|
From: Florin C B. <ory...@us...> - 2011-12-30 04:29:29
|
Update of /cvsroot/mxbb/core/includes/sessions/phpbb2
In directory vz-cvs-4.sog:/tmp/cvs-serv8048/core/includes/sessions/phpbb2
Modified Files:
core.php
Log Message:
fixes
Index: core.php
===================================================================
RCS file: /cvsroot/mxbb/core/includes/sessions/phpbb2/core.php,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** core.php 21 Feb 2011 09:36:45 -0000 1.25
--- core.php 30 Dec 2011 04:29:27 -0000 1.26
***************
*** 1189,1196 ****
$errstr = $phpbb_version_info = '';
! if ($fsock = @fsockopen('mx-publisher.com', 80, $errno, $errstr, 10))
{
@fputs($fsock, "GET /updatecheck/20x.txt HTTP/1.1\r\n");
! @fputs($fsock, "HOST: mx-publisher.com\r\n");
@fputs($fsock, "Connection: close\r\n\r\n");
--- 1189,1196 ----
$errstr = $phpbb_version_info = '';
! if ($fsock = fsockopen('www.phpbb.com', 80, $errno, $errstr, 10))
{
@fputs($fsock, "GET /updatecheck/20x.txt HTTP/1.1\r\n");
! @fputs($fsock, "HOST: www.phpbb.com\r\n");
@fputs($fsock, "Connection: close\r\n\r\n");
|
|
From: Florin C B. <ory...@us...> - 2011-12-29 05:51:54
|
Update of /cvsroot/mxbb/core/admin
In directory vz-cvs-4.sog:/tmp/cvs-serv1156/core/admin
Modified Files:
admin_mx_page_cp.php
Log Message:
some files changed, revent them if they are from mistake
Index: admin_mx_page_cp.php
===================================================================
RCS file: /cvsroot/mxbb/core/admin/admin_mx_page_cp.php,v
retrieving revision 1.36
retrieving revision 1.37
diff -C2 -d -r1.36 -r1.37
*** admin_mx_page_cp.php 27 Jul 2011 19:44:58 -0000 1.36
--- admin_mx_page_cp.php 29 Dec 2011 05:51:52 -0000 1.37
***************
*** 51,58 ****
{
$cookie_tmp = $board_config['cookie_name'].'_adminPage_page_id';
! $nav_page_id = !empty($_COOKIE[$cookie_tmp]) ? $_COOKIE[$cookie_tmp] : '1';
}
! $page_list = mx_get_list( "page_id", PAGE_TABLE, 'page_id', 'page_name', $nav_page_id, TRUE);
$new_column = false;
$sort_method = '';
--- 51,58 ----
{
$cookie_tmp = $board_config['cookie_name'].'_adminPage_page_id';
! $nav_page_id = !empty($_COOKIE[$cookie_tmp]) ? $_COOKIE[$cookie_tmp] : 1;
}
! $page_list = ''; //mx_get_list("page_id", PAGE_TABLE, 'page_id', 'page_name', $nav_page_id, true);
$new_column = false;
$sort_method = '';
***************
*** 147,151 ****
'NAV_PAGE_ID' => $nav_page_id,
! 'PAGELIST' => $page_list,
'L_CHANGE_NOW' => $lang['Change'],
'S_SUBMIT' => $lang['Update'],
--- 147,151 ----
'NAV_PAGE_ID' => $nav_page_id,
! 'PAGELIST' => mx_get_list("page_id", PAGE_TABLE, 'page_id', 'page_name', $nav_page_id, true),
'L_CHANGE_NOW' => $lang['Change'],
'S_SUBMIT' => $lang['Update'],
***************
*** 507,510 ****
--- 507,512 ----
$mx_page->init($nav_page_id, true);
+ $page_list .= '<option value="0" selected>' . 'Home' . '</option>\n';
+
if ( !$mx_page->page_rowset[$nav_page_id]['page_parent'] )
{
|
|
From: Florin C B. <ory...@us...> - 2011-12-16 20:54:03
|
Update of /cvsroot/mxbb/mx_pafiledb/pafiledb/includes
In directory vz-cvs-4.sog:/tmp/cvs-serv22151
Modified Files:
functions.php
Log Message:
fixes
Index: functions.php
===================================================================
RCS file: /cvsroot/mxbb/mx_pafiledb/pafiledb/includes/functions.php,v
retrieving revision 1.58
retrieving revision 1.59
diff -C2 -d -r1.58 -r1.59
*** functions.php 30 Mar 2011 04:13:52 -0000 1.58
--- functions.php 16 Dec 2011 20:54:00 -0000 1.59
***************
*** 2060,2082 ****
$browser_agent = 'ie';
}
! else if (preg_match('/OmniWeb/([0-9].[0-9]{1,2})/', $user_agent, $log_version))
{
$browser_version = $log_version[1];
! $browser_agent = 'omniweb';
! }
! else if (preg_match('/(Konqueror/)(.*)(;)/', $user_agent, $log_version))
! {
! $browser_version = $log_version[2];
! $browser_agent = 'konqueror';
}
! else if (preg_match('/Safari/([0-9]*)/', $user_agent, $log_version))
{
$browser_version = $log_version[1] . '.' . $log_version[1];
$browser_agent = 'safari';
}
! else if (preg_match( '/(mozilla\/)([0-9]*).([0-9]{1,2})/', $user_agent, $log_version))
{
$browser_version = $log_version[1];
! $browser_agent = 'mozilla';
}
else
--- 2060,2082 ----
$browser_agent = 'ie';
}
! else if (preg_match( '/(mozilla\/)([0-9]*).([0-9]{1,2})/', $user_agent, $log_version))
{
$browser_version = $log_version[1];
! $browser_agent = 'mozilla';
}
! else if (preg_match( '/(Safar\/)([0-9]*).([0-9]{1,2})/', $user_agent, $log_version))
{
$browser_version = $log_version[1] . '.' . $log_version[1];
$browser_agent = 'safari';
}
! else if (preg_match( '/(OmniWeb\/)([0-9]*).([0-9]{1,2})/', $user_agent, $log_version))
{
$browser_version = $log_version[1];
! $browser_agent = 'omniweb';
! }
! else if (preg_match( '/(Konqueror\/)([0-9]*).([0-9]{1,2})/', $user_agent, $log_version))
! {
! $browser_version = $log_version[2];
! $browser_agent = 'konqueror';
}
else
|
|
From: Florin C B. <ory...@us...> - 2011-12-16 01:35:10
|
Update of /cvsroot/mxbb/core/includes/sessions/phpbb3
In directory vz-cvs-4.sog:/tmp/cvs-serv21734/core/includes/sessions/phpbb3
Modified Files:
bbcode.php
Log Message:
some files changed, revent them if they are from mistake
Index: bbcode.php
===================================================================
RCS file: /cvsroot/mxbb/core/includes/sessions/phpbb3/bbcode.php,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** bbcode.php 12 Jul 2009 05:13:00 -0000 1.11
--- bbcode.php 16 Dec 2011 01:35:07 -0000 1.12
***************
*** 395,399 ****
// to replace all {VARS} to corresponding backreferences
// Note that backreferences are numbered from bbcode_match
! if (preg_match_all('/\{(URL|LOCAL_URL|EMAIL|TEXT|SIMPLETEXT|IDENTIFIER|COLOR|NUMBER)[0-9]*\}/', $rowset[$bbcode_id]['bbcode_match'], $m))
{
foreach ($m[0] as $i => $tok)
--- 395,399 ----
// to replace all {VARS} to corresponding backreferences
// Note that backreferences are numbered from bbcode_match
! if (preg_match_all('/\{(URL|LOCAL_URL|WEB|IPAPERLINK|EMAIL|TEXT|SIMPLETEXT|IDENTIFIER|COLOR|NUMBER)[0-9]*\}/', $rowset[$bbcode_id]['bbcode_match'], $m))
{
foreach ($m[0] as $i => $tok)
***************
*** 451,454 ****
--- 451,456 ----
'i_open' => '<span style="font-style: italic">',
'i_close' => '</span>',
+ 'ipaper_open' => '<span>',
+ 'ipaper_close' => '</span>',
'u_open' => '<span style="text-decoration: underline">',
'u_close' => '</span>',
***************
*** 515,519 ****
--- 517,523 ----
'youtube' => array('{YOUTUBEID}' => '$1', '{YOUTUBELINK}' => '$2', '{WIDTH}' => '$3', '{HEIGHT}' => '$4'),
'ipaper' => array('{IPAPERID}' => '$1', '{IPAPERKEY}' => '$2', '{WIDTH}' => '$3', '{HEIGHT}' => '$4', '{IPAPERLINK}' => '$5'),
+ 'ipaper_open' => array('{IPAPERCODE}' => '$1'),
'url' => array('{URL}' => '$1', '{DESCRIPTION}' => '$2'),
+ 'web' => array('{URL}' => '$1', '{DESCRIPTION}' => '$2'),
'size' => array('{ID}' => '$1', '{TEXT}' => '$2'),
'email' => array('{EMAIL}' => '$1', '{DESCRIPTION}' => '$2')
***************
*** 694,698 ****
$bbcode_tpl['size_open'] = str_replace('{SIZE}', '\\1', $bbcode_tpl['size_open']);
! $bbcode_tpl['quote_open'] = str_replace('{L_QUOTE}', $lang['Quote'], $bbcode_tpl['quote_open']);
$bbcode_tpl['quote_username_open'] = str_replace('{L_QUOTE}', $lang['Quote'], $bbcode_tpl['quote_username_open']);
--- 698,702 ----
$bbcode_tpl['size_open'] = str_replace('{SIZE}', '\\1', $bbcode_tpl['size_open']);
! $bbcode_tpl['quote_open'] = str_replace('{L_QUOTE}', $lang['Quote'], $bbcode_tpl['quote_open']);
$bbcode_tpl['quote_username_open'] = str_replace('{L_QUOTE}', $lang['Quote'], $bbcode_tpl['quote_username_open']);
***************
*** 718,725 ****
$bbcode_tpl['email'] = str_replace('{EMAIL}', '\\1', $bbcode_tpl['email']);
//Start more bbcode
$bbcode_tpl['stream'] = str_replace('{URL}', '\\1', $bbcode_tpl['stream']);
- $bbcode_tpl['web'] = str_replace('{URL}', '\\1', $bbcode_tpl['web']);
$bbcode_tpl['flash'] = str_replace('{WIDTH}', '\\1', $bbcode_tpl['flash']);
$bbcode_tpl['flash'] = str_replace('{HEIGHT}', '\\2', $bbcode_tpl['flash']);
--- 722,747 ----
$bbcode_tpl['email'] = str_replace('{EMAIL}', '\\1', $bbcode_tpl['email']);
+
+ // bbcode_box Mod
+ $bbcode_tpl['align_open'] = str_replace('{ALIGN}', '\\1', $bbcode_tpl['align_open']);
+ // $bbcode_tpl['stream'] = str_replace('{URL}', '\\1', $bbcode_tpl['stream']);
+ $bbcode_tpl['ram'] = str_replace('{URL}', '\\1', $bbcode_tpl['ram']);
+ $bbcode_tpl['marq_open'] = str_replace('{MARQ}', '\\1', $bbcode_tpl['marq_open']);
+ $bbcode_tpl['table_open'] = str_replace('{TABLE}', '\\1', $bbcode_tpl['table_open']);
+ $bbcode_tpl['cell_open'] = str_replace('{CELL}', '\\1', $bbcode_tpl['cell_open']);
+ $bbcode_tpl['web'] = str_replace('{URL}', '\\1', $bbcode_tpl['web']);
+ //$bbcode_tpl['center_open'] = str_replace('{CENTER}', '\\1', $bbcode_tpl['center_open']);
+ //$bbcode_tpl['flash'] = str_replace('{WIDTH}', '\\1', $bbcode_tpl['flash']);
+ //$bbcode_tpl['flash'] = str_replace('{HEIGHT}', '\\2', $bbcode_tpl['flash']);
+ //$bbcode_tpl['flash'] = str_replace('{URL}', '\\3', $bbcode_tpl['flash']);
+ //$bbcode_tpl['video'] = str_replace('{URL}', '\\3', $bbcode_tpl['video']);
+ //$bbcode_tpl['video'] = str_replace('{WIDTH}', '\\1', $bbcode_tpl['video']);
+ //$bbcode_tpl['video'] = str_replace('{HEIGHT}', '\\2', $bbcode_tpl['video']);
+ $bbcode_tpl['font_open'] = str_replace('{FONT}', '\\1', $bbcode_tpl['font_open']);
+ $bbcode_tpl['poet_open'] = str_replace('{POET}', '\\1', $bbcode_tpl['poet_open']);
+ // bbcode_box Mod
//Start more bbcode
$bbcode_tpl['stream'] = str_replace('{URL}', '\\1', $bbcode_tpl['stream']);
$bbcode_tpl['flash'] = str_replace('{WIDTH}', '\\1', $bbcode_tpl['flash']);
$bbcode_tpl['flash'] = str_replace('{HEIGHT}', '\\2', $bbcode_tpl['flash']);
***************
*** 791,795 ****
//$text = str_replace(array("\n", "\r"), array('<br />', "\n"), $text);
!
$text = preg_replace('#(script|about|applet|activex|chrome):#is', "\\1:", $text);
--- 813,817 ----
//$text = str_replace(array("\n", "\r"), array('<br />', "\n"), $text);
! $text = str_replace(array("\n", "\r"), array('<br />', ""), $text);
$text = preg_replace('#(script|about|applet|activex|chrome):#is', "\\1:", $text);
***************
*** 893,900 ****
//Strat more bbcode
!
// [stream]Sound URL[/stream] code..
$patterns[] = "#\[stream:$uid\](.*?)\[/stream:$uid\]#si";
$replacements[] = $bbcode_tpl['stream'];
// [flash width=X height=X]Flash URL[/flash] code..
--- 915,961 ----
//Strat more bbcode
! $text = preg_replace($patterns, $replacements, $text);
! // align
! $text = preg_replace("/\[align=(left|right|center|justify):$uid\]/si", $bbcode_tpl['align_open'], $text);
! $text = str_replace("[/align:$uid]", $bbcode_tpl['align_close'], $text);
! // marquee
! $text = preg_replace("/\[marq=(left|right|up|down):$uid\]/si", $bbcode_tpl['marq_open'], $text);
! $text = str_replace("[/marq:$uid]", $bbcode_tpl['marq_close'], $text);
! // table
! $text = preg_replace("/\[table=(.*?):$uid\]/si", $bbcode_tpl['table_open'], $text);
! $text = str_replace("[/table:$uid]", $bbcode_tpl['table_close'], $text);
! // cell
! $text = preg_replace("/\[cell=(.*?):$uid\]/si", $bbcode_tpl['cell_open'], $text);
! $text = str_replace("[/cell:$uid]", $bbcode_tpl['cell_close'], $text);
! // center
! $text = preg_replace("/\[center:$uid\]/si", $bbcode_tpl['center_open'], $text);
! $text = str_replace("[/center:$uid]", $bbcode_tpl['center_close'], $text);
! // font
! $text = preg_replace("/\[font=(.*?):$uid\]/si", $bbcode_tpl['font_open'], $text);
! $text = str_replace("[/font:$uid]", $bbcode_tpl['font_close'], $text);
! // poet
! $text = preg_replace("/\[poet(.*?):$uid\]/si", $bbcode_tpl['poet_open'], $text);
! $text = str_replace("[/poet:$uid]", $bbcode_tpl['poet_close'], $text);
! //[hr]
! $text = str_replace("[hr:$uid]", $bbcode_tpl['hr'], $text);
! // bbcode_box Mod
! // [fade] and [/fade] for faded text.
! $text = str_replace("[fade:$uid]", $bbcode_tpl['fade_open'], $text);
! $text = str_replace("[/fade:$uid]", $bbcode_tpl['fade_close'], $text);
! // real
! $patterns[] = "#\[ram:$uid\](.*?)\[/ram:$uid\]#si";
! $replacements[] = $bbcode_tpl['ram'];
// [stream]Sound URL[/stream] code..
$patterns[] = "#\[stream:$uid\](.*?)\[/stream:$uid\]#si";
$replacements[] = $bbcode_tpl['stream'];
+ //web
+ $patterns[] = "#\[web:$uid\](.*?)\[/web:$uid\]#si";
+ $replacements[] = $bbcode_tpl['web'];
+ // [flash width= height= loop= ] and [/flash] code..
+ $patterns[] = "#\[flash width=([0-6]?[0-9]?[0-9]) height=([0-4]?[0-9]?[0-9]):$uid\](.*?)\[/flash:$uid\]#si";
+ $replacements[] = $bbcode_tpl['flash'];
+ // [flash width= height= loop= ] and [/flash] code..
+ $patterns[10] = "#\[video width=([0-6]?[0-9]?[0-9]) height=([0-4]?[0-9]?[0-9]):$uid\](.*?)\[/video:$uid\]#si";
+ $replacements[10] = $bbcode_tpl['video'];
// [flash width=X height=X]Flash URL[/flash] code..
***************
*** 1025,1028 ****
--- 1086,1120 ----
$text = preg_replace("#\[img\]((http|ftp|https|ftps)://)([^ \?&=\#\"\n\r\t<]*?(\.(jpg|jpeg|gif|png)))\[/img\]#sie", "'[img:$uid]\\1' . str_replace(' ', '%20', '\\3') . '[/img:$uid]'", $text);
+ // bbcode_box Mod
+ // [fade] and [/fade] for faded text.
+ $text = preg_replace("#\[fade\](.*?)\[/fade\]#si", "[fade:$uid]\\1[/fade:$uid]", $text);
+ // [align] and [/align]
+ $text = preg_replace("#\[align=(left|right|center|justify)\](.*?)\[/align\]#si", "[align=\\1:$uid]\\2[/align:$uid]", $text);
+ // [marq] and [/marq]
+ $text = preg_replace("#\[marq=(left|right|up|down)\](.*?)\[/marq\]#si", "[marq=\\1:$uid]\\2[/marq:$uid]", $text);
+ // [table] and [/table]
+ $text = preg_replace("#\[table=(.*?)\](.*?)\[/table\]#si", "[table=\\1:$uid]\\2[/table:$uid]", $text);
+ // [cell] and [/cell]
+ $text = preg_replace("#\[cell=(.*?)\](.*?)\[/cell\]#si", "[cell=\\1:$uid]\\2[/cell:$uid]", $text);
+ // [font] and [/font]
+ $text = preg_replace("#\[font=(.*?)\](.*?)\[/font\]#si", "[font=\\1:$uid]\\2[/font:$uid]", $text);
+ // [poet] and [/poet]
+ $text = preg_replace("#\[poet(.*?)\](.*?)\[/poet\]#si", "[poet\\1:$uid]\\2[/poet:$uid]", $text);
+ // [center] and [/center]
+ $text = preg_replace("#\[center\](.*?)\[/center\]#si", "[center:$uid]\\1[/center:$uid]", $text);
+ // [real]and[/real]
+ $text = preg_replace("#\[ram\](.*?)\[/ram\]#si", "[ram:$uid]\\1[/ram:$uid]", $text);
+ // [stream]and[/stream]
+ //$text = preg_replace("#\[stream\](.*?)\[/stream\]#si", "[stream:$uid]\\1[/stream:$uid]", $text);
+ // [web]and[/web]
+ $text = preg_replace("#\[web\](http(s)?://)([a-z0-9\-\.,\?!%\*_\#:;~\\&$@\/=\+]+)\[/web\]#si", "[web:$uid]\\1\\3[/web:$uid]", $text);
+ //[flash width= heigth= loop=] and [/flash]
+ //$text = preg_replace("#\[flash width=([0-6]?[0-9]?[0-9]) height=([0-4]?[0-9]?[0-9])\](([a-z]+?)://([^, \n\r]+))\[\/flash\]#si","[flash width=\\1 height=\\2:$uid\]\\3[/flash:$uid]", $text);
+ //[video width= heigth=] and [/video]
+ //$text = preg_replace("#\[video width=([0-6]?[0-9]?[0-9]) height=([0-4]?[0-9]?[0-9])\](([a-z]+?)://([^, \n\r]+))\[\/video\]#si","[video width=\\1 height=\\2:$uid\]\\3[/video:$uid]", $text);
+ // [hr]
+ $text = preg_replace("#\[hr\]#si", "[hr:$uid]", $text);
+ // bbcode_box Mod
+
//Start more bbcode
$text = str_replace('url:' . $uid, 'url', $text);
|
|
From: Florin C B. <ory...@us...> - 2011-12-07 20:19:31
|
Update of /cvsroot/mxbb/mx_radiocast/templates/prosilver/images/lang_english In directory vz-cvs-4.sog:/tmp/cvs-serv7285/mx_radiocast/templates/prosilver/images/lang_english Added Files: icon_add_station.gif index.html Log Message: some files changed, revent them if they are from mistake --- NEW FILE: index.html --- <html> <head> <title>Mx Radio Cast Module</title> </head> <body> <br /><br /><br /><br /><br /><br /><br /> <center><h1><a href="http://mxbb.net/">mxBB-Portal</a></h1></center> </body> --- NEW FILE: icon_add_station.gif --- (This appears to be a binary file; contents omitted.) |
|
From: Florin C B. <ory...@us...> - 2011-12-07 20:19:30
|
Update of /cvsroot/mxbb/mx_pafiledb/templates/_core/images/addon_icons In directory vz-cvs-4.sog:/tmp/cvs-serv7285/mx_pafiledb/templates/_core/images/addon_icons Added Files: vote_lcap.gif vote_lcap_blue.gif vote_lcap_green.gif vote_lcap_red.gif vote_rcap.gif vote_rcap_blue.gif vote_rcap_green.gif vote_rcap_red.gif voting_bar.gif voting_bar_blue.gif voting_bar_green.gif voting_bar_red.gif Log Message: some files changed, revent them if they are from mistake --- NEW FILE: voting_bar_blue.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: vote_rcap_blue.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: vote_lcap_red.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: vote_rcap_green.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: voting_bar_green.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: vote_rcap_red.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: vote_rcap.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: vote_lcap_blue.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: voting_bar.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: vote_lcap_green.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: vote_lcap.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: voting_bar_red.gif --- (This appears to be a binary file; contents omitted.) |
|
From: Florin C B. <ory...@us...> - 2011-12-07 20:19:29
|
Update of /cvsroot/mxbb/mx_contact/tiny_mce/themes/advanced/images/xp In directory vz-cvs-4.sog:/tmp/cvs-serv7285/mx_contact/tiny_mce/themes/advanced/images/xp Added Files: tab_bg.gif tab_end.gif tab_sel_bg.gif tab_sel_end.gif tabs_bg.gif Log Message: some files changed, revent them if they are from mistake --- NEW FILE: tab_sel_end.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: tab_bg.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: tab_sel_bg.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: tabs_bg.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: tab_end.gif --- (This appears to be a binary file; contents omitted.) |
|
From: Florin C B. <ory...@us...> - 2011-12-07 20:19:27
|
Update of /cvsroot/mxbb/mx_contact/tiny_mce/themes/advanced/docs/en/images In directory vz-cvs-4.sog:/tmp/cvs-serv7285/mx_contact/tiny_mce/themes/advanced/docs/en/images Added Files: insert_anchor_window.gif insert_image_window.gif insert_link_window.gif insert_table_window.gif Log Message: some files changed, revent them if they are from mistake --- NEW FILE: insert_anchor_window.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: insert_link_window.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: insert_image_window.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: insert_table_window.gif --- (This appears to be a binary file; contents omitted.) |
|
From: Florin C B. <ory...@us...> - 2011-12-07 20:19:26
|
Update of /cvsroot/mxbb/mx_contact/tiny_mce/plugins/xhtmlxtras/js In directory vz-cvs-4.sog:/tmp/cvs-serv7285/mx_contact/tiny_mce/plugins/xhtmlxtras/js Added Files: abbr.js acronym.js attributes.js cite.js del.js element_common.js ins.js Log Message: some files changed, revent them if they are from mistake --- NEW FILE: abbr.js --- (This appears to be a binary file; contents omitted.) --- NEW FILE: ins.js --- (This appears to be a binary file; contents omitted.) --- NEW FILE: acronym.js --- (This appears to be a binary file; contents omitted.) --- NEW FILE: attributes.js --- (This appears to be a binary file; contents omitted.) --- NEW FILE: del.js --- (This appears to be a binary file; contents omitted.) --- NEW FILE: cite.js --- (This appears to be a binary file; contents omitted.) --- NEW FILE: element_common.js --- (This appears to be a binary file; contents omitted.) |
Update of /cvsroot/mxbb/mx_contact/tiny_mce/plugins/xhtmlxtras In directory vz-cvs-4.sog:/tmp/cvs-serv7285/mx_contact/tiny_mce/plugins/xhtmlxtras Added Files: abbr.htm acronym.htm attributes.htm cite.htm del.htm editor_plugin.js editor_plugin_src.js ins.htm Log Message: some files changed, revent them if they are from mistake --- NEW FILE: editor_plugin_src.js --- (This appears to be a binary file; contents omitted.) --- NEW FILE: cite.htm --- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>{#xhtmlxtras_dlg.title_cite_element}</title> <script type="text/javascript" src="../../tiny_mce_popup.js"></script> <script type="text/javascript" src="../../utils/mctabs.js"></script> <script type="text/javascript" src="../../utils/form_utils.js"></script> <script type="text/javascript" src="../../utils/editable_selects.js"></script> <script type="text/javascript" src="js/element_common.js"></script> <script type="text/javascript" src="js/cite.js"></script> <link rel="stylesheet" type="text/css" href="css/popup.css" /> <base target="_self" /> </head> <body style="display: none"> <form onsubmit="insertCite();return false;" action="#"> <div class="tabs"> <ul> <li id="general_tab" class="current"><span><a href="javascript:mcTabs.displayTab('general_tab','general_panel');" onmousedown="return false;">{#xhtmlxtras_dlg.general_tab}</a></span></li> <!-- <li id="events_tab"><span><a href="javascript:mcTabs.displayTab('events_tab','events_panel');" onmousedown="return false;">{#xhtmlxtras_dlg.events_tab}</a></span></li> --> </ul> </div> <div class="panel_wrapper"> <div id="general_panel" class="panel current"> <fieldset> <legend>{#xhtmlxtras_dlg.fieldset_attrib_tab}</legend> <table border="0" cellpadding="0" cellspacing="4"> <tr> <td class="label"><label id="titlelabel" for="title">{#xhtmlxtras_dlg.attribute_label_title}</label>:</td> <td><input id="title" name="title" type="text" value="" class="field mceFocus" /></td> </tr> <tr> <td class="label"><label id="idlabel" for="id">{#xhtmlxtras_dlg.attribute_label_id}</label>:</td> <td><input id="id" name="id" type="text" value="" class="field" /></td> </tr> <tr> <td class="label"><label id="classlabel" for="class">{#xhtmlxtras_dlg.attribute_label_class}</label>:</td> <td> <select id="class" name="class" class="field mceEditableSelect"> <option value="">{#not_set}</option> </select> </td> </tr> <tr> <td class="label"><label id="stylelabel" for="class">{#xhtmlxtras_dlg.attribute_label_style}</label>:</td> <td><input id="style" name="style" type="text" value="" class="field" /></td> </tr> <tr> <td class="label"><label id="dirlabel" for="dir">{#xhtmlxtras_dlg.attribute_label_langdir}</label>:</td> <td> <select id="dir" name="dir" class="field"> <option value="">{#not_set}</option> <option value="ltr">{#xhtmlxtras_dlg.attribute_option_ltr}</option> <option value="rtl">{#xhtmlxtras_dlg.attribute_option_rtl}</option> </select> </td> </tr> <tr> <td class="label"><label id="langlabel" for="lang">{#xhtmlxtras_dlg.attribute_label_langcode}</label>:</td> <td> <input id="lang" name="lang" type="text" value="" class="field" /> </td> </tr> </table> </fieldset> </div> <div id="events_panel" class="panel"> <fieldset> <legend>{#xhtmlxtras_dlg.fieldset_events_tab}</legend> <table border="0" cellpadding="0" cellspacing="4"> <tr> <td class="label"><label for="onfocus">onfocus</label>:</td> <td><input id="onfocus" name="onfocus" type="text" value="" class="field" /></td> </tr> <tr> <td class="label"><label for="onblur">onblur</label>:</td> <td><input id="onblur" name="onblur" type="text" value="" class="field" /></td> </tr> <tr> <td class="label"><label for="onclick">onclick</label>:</td> <td><input id="onclick" name="onclick" type="text" value="" class="field" /></td> </tr> <tr> <td class="label"><label for="ondblclick">ondblclick</label>:</td> <td><input id="ondblclick" name="ondblclick" type="text" value="" class="field" /></td> </tr> <tr> <td class="label"><label for="onmousedown">onmousedown</label>:</td> <td><input id="onmousedown" name="onmousedown" type="text" value="" class="field" /></td> </tr> <tr> <td class="label"><label for="onmouseup">onmouseup</label>:</td> <td><input id="onmouseup" name="onmouseup" type="text" value="" class="field" /></td> </tr> <tr> <td class="label"><label for="onmouseover">onmouseover</label>:</td> <td><input id="onmouseover" name="onmouseover" type="text" value="" class="field" /></td> </tr> <tr> <td class="label"><label for="onmousemove">onmousemove</label>:</td> <td><input id="onmousemove" name="onmousemove" type="text" value="" class="field" /></td> </tr> <tr> <td class="label"><label for="onmouseout">onmouseout</label>:</td> <td><input id="onmouseout" name="onmouseout" type="text" value="" class="field" /></td> </tr> <tr> <td class="label"><label for="onkeypress">onkeypress</label>:</td> <td><input id="onkeypress" name="onkeypress" type="text" value="" class="field" /></td> </tr> <tr> <td class="label"><label for="onkeydown">onkeydown</label>:</td> <td><input id="onkeydown" name="onkeydown" type="text" value="" class="field" /></td> </tr> <tr> <td class="label"><label for="onkeyup">onkeyup</label>:</td> <td><input id="onkeyup" name="onkeyup" type="text" value="" class="field" /></td> </tr> </table> </fieldset> </div> </div> <div class="mceActionPanel"> <div style="float: left"> <input type="submit" id="insert" name="insert" value="{#update}" /> </div> <div style="float: left"> <input type="button" id="remove" name="remove" class="button" value="{#xhtmlxtras_dlg.remove}" onclick="removeCite();" style="display: none;" /> </div> <div style="float: right"> <input type="button" id="cancel" name="cancel" value="{#cancel}" onclick="tinyMCEPopup.close();" /> </div> </div> </form> </body> </html> --- NEW FILE: del.htm --- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>{#xhtmlxtras_dlg.title_del_element}</title> <script type="text/javascript" src="../../tiny_mce_popup.js"></script> <script type="text/javascript" src="../../utils/mctabs.js"></script> <script type="text/javascript" src="../../utils/form_utils.js"></script> <script type="text/javascript" src="../../utils/editable_selects.js"></script> <script type="text/javascript" src="js/element_common.js"></script> <script type="text/javascript" src="js/del.js"></script> <link rel="stylesheet" type="text/css" href="css/popup.css" /> <base target="_self" /> </head> <body id="xhtmlxtrasins" style="display: none"> <form onsubmit="insertDel();return false;" action="#"> <div class="tabs"> <ul> <li id="general_tab" class="current"><span><a href="javascript:mcTabs.displayTab('general_tab','general_panel');" onmousedown="return false;">{#xhtmlxtras_dlg.general_tab}</a></span></li> <!-- <li id="events_tab"><span><a href="javascript:mcTabs.displayTab('events_tab','events_panel');" onmousedown="return false;">{#xhtmlxtras_dlg.events_tab}</a></span></li> --> </ul> </div> <div class="panel_wrapper"> <div id="general_panel" class="panel current"> <fieldset> <legend>{#xhtmlxtras_dlg.fieldset_general_tab}</legend> <table border="0" cellpadding="0" cellspacing="4"> <tr> <td class="label"><label id="datetimelabel" for="datetime">{#xhtmlxtras_dlg.attribute_label_datetime}</label>:</td> <td> <table border="0" cellspacing="0" cellpadding="0"> <tr> <td><input id="datetime" name="datetime" type="text" value="" maxlength="19" class="field mceFocus" /></td> <td><a href="javascript:insertDateTime('datetime');" onmousedown="return false;" class="browse"><span class="datetime" alt="{#xhtmlxtras_dlg.insert_date}" title="{#xhtmlxtras_dlg.insert_date}"></span></a></td> </tr> </table> </td> </tr> <tr> <td class="label"><label id="citelabel" for="cite">{#xhtmlxtras_dlg.attribute_label_cite}</label>:</td> <td><input id="cite" name="cite" type="text" value="" class="field" /></td> </tr> </table> </fieldset> <fieldset> <legend>{#xhtmlxtras_dlg.fieldset_attrib_tab}</legend> <table border="0" cellpadding="0" cellspacing="4"> <tr> <td class="label"><label id="titlelabel" for="title">{#xhtmlxtras_dlg.attribute_label_title}</label>:</td> <td><input id="title" name="title" type="text" value="" class="field" /></td> </tr> <tr> <td class="label"><label id="idlabel" for="id">{#xhtmlxtras_dlg.attribute_label_id}</label>:</td> <td><input id="id" name="id" type="text" value="" class="field" /></td> </tr> <tr> <td class="label"><label id="classlabel" for="class">{#xhtmlxtras_dlg.attribute_label_class}</label>:</td> <td> <select id="class" name="class" class="field mceEditableSelect"> <option value="">{#not_set}</option> </select> </td> </tr> <tr> <td class="label"><label id="stylelabel" for="class">{#xhtmlxtras_dlg.attribute_label_style}</label>:</td> <td><input id="style" name="style" type="text" value="" class="field" /></td> </tr> <tr> <td class="label"><label id="dirlabel" for="dir">{#xhtmlxtras_dlg.attribute_label_langdir}</label>:</td> <td> <select id="dir" name="dir" class="field"> <option value="">{#not_set}</option> <option value="ltr">{#xhtmlxtras_dlg.attribute_option_ltr}</option> <option value="rtl">{#xhtmlxtras_dlg.attribute_option_rtl}</option> </select> </td> </tr> <tr> <td class="label"><label id="langlabel" for="lang">{#xhtmlxtras_dlg.attribute_label_langcode}</label>:</td> <td> <input id="lang" name="lang" type="text" value="" class="field" /> </td> </tr> </table> </fieldset> </div> <div id="events_panel" class="panel"> <fieldset> <legend>{#xhtmlxtras_dlg.fieldset_events_tab}</legend> <table border="0" cellpadding="0" cellspacing="4"> <tr> <td class="label"><label for="onfocus">onfocus</label>:</td> <td><input id="onfocus" name="onfocus" type="text" value="" class="field" /></td> </tr> <tr> <td class="label"><label for="onblur">onblur</label>:</td> <td><input id="onblur" name="onblur" type="text" value="" class="field" /></td> </tr> <tr> <td class="label"><label for="onclick">onclick</label>:</td> <td><input id="onclick" name="onclick" type="text" value="" class="field" /></td> </tr> <tr> <td class="label"><label for="ondblclick">ondblclick</label>:</td> <td><input id="ondblclick" name="ondblclick" type="text" value="" class="field" /></td> </tr> <tr> <td class="label"><label for="onmousedown">onmousedown</label>:</td> <td><input id="onmousedown" name="onmousedown" type="text" value="" class="field" /></td> </tr> <tr> <td class="label"><label for="onmouseup">onmouseup</label>:</td> <td><input id="onmouseup" name="onmouseup" type="text" value="" class="field" /></td> </tr> <tr> <td class="label"><label for="onmouseover">onmouseover</label>:</td> <td><input id="onmouseover" name="onmouseover" type="text" value="" class="field" /></td> </tr> <tr> <td class="label"><label for="onmousemove">onmousemove</label>:</td> <td><input id="onmousemove" name="onmousemove" type="text" value="" class="field" /></td> </tr> <tr> <td class="label"><label for="onmouseout">onmouseout</label>:</td> <td><input id="onmouseout" name="onmouseout" type="text" value="" class="field" /></td> </tr> <tr> <td class="label"><label for="onkeypress">onkeypress</label>:</td> <td><input id="onkeypress" name="onkeypress" type="text" value="" class="field" /></td> </tr> <tr> <td class="label"><label for="onkeydown">onkeydown</label>:</td> <td><input id="onkeydown" name="onkeydown" type="text" value="" class="field" /></td> </tr> <tr> <td class="label"><label for="onkeyup">onkeyup</label>:</td> <td><input id="onkeyup" name="onkeyup" type="text" value="" class="field" /></td> </tr> </table> </fieldset> </div> </div> <div class="mceActionPanel"> <div style="float: left"> <input type="submit" id="insert" name="insert" value="{#update}" /> </div> <div style="float: left"> <input type="button" id="remove" name="remove" class="button" value="{#xhtmlxtras_dlg.remove}" onclick="removeDel();" style="display: none;" /> </div> <div style="float: right"> <input type="button" id="cancel" name="cancel" value="{#cancel}" onclick="tinyMCEPopup.close();" /> </div> </div> </form> </body> </html> --- NEW FILE: ins.htm --- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>{#xhtmlxtras_dlg.title_ins_element}</title> <script type="text/javascript" src="../../tiny_mce_popup.js"></script> <script type="text/javascript" src="../../utils/mctabs.js"></script> <script type="text/javascript" src="../../utils/form_utils.js"></script> <script type="text/javascript" src="../../utils/editable_selects.js"></script> <script type="text/javascript" src="js/element_common.js"></script> <script type="text/javascript" src="js/ins.js"></script> <link rel="stylesheet" type="text/css" href="css/popup.css" /> <base target="_self" /> </head> <body id="xhtmlxtrasins" style="display: none"> <form onsubmit="insertIns();return false;" action="#"> <div class="tabs"> <ul> <li id="general_tab" class="current"><span><a href="javascript:mcTabs.displayTab('general_tab','general_panel');" onmousedown="return false;">{#xhtmlxtras_dlg.general_tab}</a></span></li> <!-- <li id="events_tab"><span><a href="javascript:mcTabs.displayTab('events_tab','events_panel');" onmousedown="return false;">{#xhtmlxtras_dlg.events_tab}</a></span></li> --> </ul> </div> <div class="panel_wrapper"> <div id="general_panel" class="panel current"> <fieldset> <legend>{#xhtmlxtras_dlg.fieldset_general_tab}</legend> <table border="0" cellpadding="0" cellspacing="4"> <tr> <td class="label"><label id="datetimelabel" for="datetime">{#xhtmlxtras_dlg.attribute_label_datetime}</label>:</td> <td> <table border="0" cellspacing="0" cellpadding="0"> <tr> <td><input id="datetime" name="datetime" type="text" value="" maxlength="19" class="field mceFocus" /></td> <td><a href="javascript:insertDateTime('datetime');" onmousedown="return false;" class="browse"><span class="datetime" alt="{#xhtmlxtras_dlg.insert_date}" title="{#xhtmlxtras_dlg.insert_date}"></span></a></td> </tr> </table> </td> </tr> <tr> <td class="label"><label id="citelabel" for="cite">{#xhtmlxtras_dlg.attribute_label_cite}</label>:</td> <td><input id="cite" name="cite" type="text" value="" class="field" /></td> </tr> </table> </fieldset> <fieldset> <legend>{#xhtmlxtras_dlg.fieldset_attrib_tab}</legend> <table border="0" cellpadding="0" cellspacing="4"> <tr> <td class="label"><label id="titlelabel" for="title">{#xhtmlxtras_dlg.attribute_label_title}</label>:</td> <td><input id="title" name="title" type="text" value="" class="field" /></td> </tr> <tr> <td class="label"><label id="idlabel" for="id">{#xhtmlxtras_dlg.attribute_label_id}</label>:</td> <td><input id="id" name="id" type="text" value="" class="field" /></td> </tr> <tr> <td class="label"><label id="classlabel" for="class">{#xhtmlxtras_dlg.attribute_label_class}</label>:</td> <td> <select id="class" name="class" class="field mceEditableSelect"> <option value="">{#not_set}</option> </select> </td> </tr> <tr> <td class="label"><label id="stylelabel" for="class">{#xhtmlxtras_dlg.attribute_label_style}</label>:</td> <td><input id="style" name="style" type="text" value="" class="field" /></td> </tr> <tr> <td class="label"><label id="dirlabel" for="dir">{#xhtmlxtras_dlg.attribute_label_langdir}</label>:</td> <td> <select id="dir" name="dir" class="field"> <option value="">{#not_set}</option> <option value="ltr">{#xhtmlxtras_dlg.attribute_option_ltr}</option> <option value="rtl">{#xhtmlxtras_dlg.attribute_option_rtl}</option> </select> </td> </tr> <tr> <td class="label"><label id="langlabel" for="lang">{#xhtmlxtras_dlg.attribute_label_langcode}</label>:</td> <td> <input id="lang" name="lang" type="text" value="" class="field" /> </td> </tr> </table> </fieldset> </div> <div id="events_panel" class="panel"> <fieldset> <legend>{#xhtmlxtras_dlg.fieldset_events_tab}</legend> <table border="0" cellpadding="0" cellspacing="4"> <tr> <td class="label"><label for="onfocus">onfocus</label>:</td> <td><input id="onfocus" name="onfocus" type="text" value="" class="field" /></td> </tr> <tr> <td class="label"><label for="onblur">onblur</label>:</td> <td><input id="onblur" name="onblur" type="text" value="" class="field" /></td> </tr> <tr> <td class="label"><label for="onclick">onclick</label>:</td> <td><input id="onclick" name="onclick" type="text" value="" class="field" /></td> </tr> <tr> <td class="label"><label for="ondblclick">ondblclick</label>:</td> <td><input id="ondblclick" name="ondblclick" type="text" value="" class="field" /></td> </tr> <tr> <td class="label"><label for="onmousedown">onmousedown</label>:</td> <td><input id="onmousedown" name="onmousedown" type="text" value="" class="field" /></td> </tr> <tr> <td class="label"><label for="onmouseup">onmouseup</label>:</td> <td><input id="onmouseup" name="onmouseup" type="text" value="" class="field" /></td> </tr> <tr> <td class="label"><label for="onmouseover">onmouseover</label>:</td> <td><input id="onmouseover" name="onmouseover" type="text" value="" class="field" /></td> </tr> <tr> <td class="label"><label for="onmousemove">onmousemove</label>:</td> <td><input id="onmousemove" name="onmousemove" type="text" value="" class="field" /></td> </tr> <tr> <td class="label"><label for="onmouseout">onmouseout</label>:</td> <td><input id="onmouseout" name="onmouseout" type="text" value="" class="field" /></td> </tr> <tr> <td class="label"><label for="onkeypress">onkeypress</label>:</td> <td><input id="onkeypress" name="onkeypress" type="text" value="" class="field" /></td> </tr> <tr> <td class="label"><label for="onkeydown">onkeydown</label>:</td> <td><input id="onkeydown" name="onkeydown" type="text" value="" class="field" /></td> </tr> <tr> <td class="label"><label for="onkeyup">onkeyup</label>:</td> <td><input id="onkeyup" name="onkeyup" type="text" value="" class="field" /></td> </tr> </table> </fieldset> </div> </div> <div class="mceActionPanel"> <div style="float: left"> <input type="submit" id="insert" name="insert" value="{#update}" /> </div> <div style="float: left"> <input type="button" id="remove" name="remove" class="button" value="{#xhtmlxtras_dlg.remove}" onclick="removeIns();" style="display: none;" /> </div> <div style="float: right"> <input type="button" id="cancel" name="cancel" value="{#cancel}" onclick="tinyMCEPopup.close();" /> </div> </div> </form> </body> </html> --- NEW FILE: acronym.htm --- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>{#xhtmlxtras_dlg.title_acronym_element}</title> <script type="text/javascript" src="../../tiny_mce_popup.js"></script> <script type="text/javascript" src="../../utils/mctabs.js"></script> <script type="text/javascript" src="../../utils/form_utils.js"></script> <script type="text/javascript" src="../../utils/editable_selects.js"></script> <script type="text/javascript" src="js/element_common.js"></script> <script type="text/javascript" src="js/acronym.js"></script> <link rel="stylesheet" type="text/css" href="css/popup.css" /> <base target="_self" /> </head> <body style="display: none"> <form onsubmit="insertAcronym();return false;" action="#"> <div class="tabs"> <ul> <li id="general_tab" class="current"><span><a href="javascript:mcTabs.displayTab('general_tab','general_panel');" onmousedown="return false;">{#xhtmlxtras_dlg.general_tab}</a></span></li> <!-- <li id="events_tab"><span><a href="javascript:mcTabs.displayTab('events_tab','events_panel');" onmousedown="return false;">{#xhtmlxtras_dlg.events_tab}</a></span></li> --> </ul> </div> <div class="panel_wrapper"> <div id="general_panel" class="panel current"> <fieldset> <legend>{#xhtmlxtras_dlg.fieldset_attrib_tab}</legend> <table border="0" cellpadding="0" cellspacing="4"> <tr> <td class="label"><label id="titlelabel" for="title">{#xhtmlxtras_dlg.attribute_label_title}</label>:</td> <td><input id="title" name="title" type="text" value="" class="field mceFocus" /></td> </tr> <tr> <td class="label"><label id="idlabel" for="id">{#xhtmlxtras_dlg.attribute_label_id}</label>:</td> <td><input id="id" name="id" type="text" value="" class="field" /></td> </tr> <tr> <td class="label"><label id="classlabel" for="class">{#xhtmlxtras_dlg.attribute_label_class}</label>:</td> <td> <select id="class" name="class" class="field mceEditableSelect"> <option value="">{#not_set}</option> </select> </td> </tr> <tr> <td class="label"><label id="stylelabel" for="class">{#xhtmlxtras_dlg.attribute_label_style}</label>:</td> <td><input id="style" name="style" type="text" value="" class="field" /></td> </tr> <tr> <td class="label"><label id="dirlabel" for="dir">{#xhtmlxtras_dlg.attribute_label_langdir}</label>:</td> <td> <select id="dir" name="dir" class="field"> <option value="">{#not_set}</option> <option value="ltr">{#xhtmlxtras_dlg.attribute_option_ltr}</option> <option value="rtl">{#xhtmlxtras_dlg.attribute_option_rtl}</option> </select> </td> </tr> <tr> <td class="label"><label id="langlabel" for="lang">{#xhtmlxtras_dlg.attribute_label_langcode}</label>:</td> <td> <input id="lang" name="lang" type="text" value="" class="field" /> </td> </tr> </table> </fieldset> </div> <div id="events_panel" class="panel"> <fieldset> <legend>{#xhtmlxtras_dlg.fieldset_events_tab}</legend> <table border="0" cellpadding="0" cellspacing="4"> <tr> <td class="label"><label for="onfocus">onfocus</label>:</td> <td><input id="onfocus" name="onfocus" type="text" value="" class="field" /></td> </tr> <tr> <td class="label"><label for="onblur">onblur</label>:</td> <td><input id="onblur" name="onblur" type="text" value="" class="field" /></td> </tr> <tr> <td class="label"><label for="onclick">onclick</label>:</td> <td><input id="onclick" name="onclick" type="text" value="" class="field" /></td> </tr> <tr> <td class="label"><label for="ondblclick">ondblclick</label>:</td> <td><input id="ondblclick" name="ondblclick" type="text" value="" class="field" /></td> </tr> <tr> <td class="label"><label for="onmousedown">onmousedown</label>:</td> <td><input id="onmousedown" name="onmousedown" type="text" value="" class="field" /></td> </tr> <tr> <td class="label"><label for="onmouseup">onmouseup</label>:</td> <td><input id="onmouseup" name="onmouseup" type="text" value="" class="field" /></td> </tr> <tr> <td class="label"><label for="onmouseover">onmouseover</label>:</td> <td><input id="onmouseover" name="onmouseover" type="text" value="" class="field" /></td> </tr> <tr> <td class="label"><label for="onmousemove">onmousemove</label>:</td> <td><input id="onmousemove" name="onmousemove" type="text" value="" class="field" /></td> </tr> <tr> <td class="label"><label for="onmouseout">onmouseout</label>:</td> <td><input id="onmouseout" name="onmouseout" type="text" value="" class="field" /></td> </tr> <tr> <td class="label"><label for="onkeypress">onkeypress</label>:</td> <td><input id="onkeypress" name="onkeypress" type="text" value="" class="field" /></td> </tr> <tr> <td class="label"><label for="onkeydown">onkeydown</label>:</td> <td><input id="onkeydown" name="onkeydown" type="text" value="" class="field" /></td> </tr> <tr> <td class="label"><label for="onkeyup">onkeyup</label>:</td> <td><input id="onkeyup" name="onkeyup" type="text" value="" class="field" /></td> </tr> </table> </fieldset> </div> </div> <div class="mceActionPanel"> <div style="float: left"> <input type="submit" id="insert" name="insert" value="{#update}" /> </div> <div style="float: left"> <input type="button" id="remove" name="remove" class="button" value="{#xhtmlxtras_dlg.remove}" onclick="removeAcronym();" style="display: none;" /> </div> <div style="float: right"> <input type="button" id="cancel" name="cancel" value="{#cancel}" onclick="tinyMCEPopup.close();" /> </div> </div> </form> </body> </html> --- NEW FILE: editor_plugin.js --- (function(){tinymce.create('tinymce.plugins.XHTMLXtrasPlugin',{init:function(ed,url){ed.addCommand('mceCite',function(){ed.windowManager.open({file:url+'/cite.htm',width:350+parseInt(ed.getLang('xhtmlxtras.cite_delta_width',0)),height:250+parseInt(ed.getLang('xhtmlxtras.cite_delta_height',0)),inline:1},{plugin_url:url});});ed.addCommand('mceAcronym',function(){ed.windowManager.open({file:url+'/acronym.htm',width:350+parseInt(ed.getLang('xhtmlxtras.acronym_delta_width',0)),height:250+parseInt(ed.getLang('xhtmlxtras.acronym_delta_width',0)),inline:1},{plugin_url:url});});ed.addCommand('mceAbbr',function(){ed.windowManager.open({file:url+'/abbr.htm',width:350+parseInt(ed.getLang('xhtmlxtras.abbr_delta_width',0)),height:250+parseInt(ed.getLang('xhtmlxtras.abbr_delta_width',0)),inline:1},{plugin_url:url});});ed.addCommand('mceDel',function(){ed.windowManager.open({file:url+'/del.htm',width:340+parseInt(ed.getLang('xhtmlxtras.del_delta_width',0)),height:310+parseInt(ed.getLang('xhtmlxtras.del_delta_width',0)),inline:1},{plugin_url:url});});ed.addCommand('mceIns',function(){ed.windowManager.open({file:url+'/ins.htm',width:340+parseInt(ed.getLang('xhtmlxtras.ins_delta_width',0)),height:310+parseInt(ed.getLang('xhtmlxtras.ins_delta_width',0)),inline:1},{plugin_url:url});});ed.addCommand('mceAttributes',function(){ed.windowManager.open({file:url+'/attributes.htm',width:380,height:370,inline:1},{plugin_url:url});});ed.addButton('cite',{title:'xhtmlxtras.cite_desc',cmd:'mceCite'});ed.addButton('acronym',{title:'xhtmlxtras.acronym_desc',cmd:'mceAcronym'});ed.addButton('abbr',{title:'xhtmlxtras.abbr_desc',cmd:'mceAbbr'});ed.addButton('del',{title:'xhtmlxtras.del_desc',cmd:'mceDel'});ed.addButton('ins',{title:'xhtmlxtras.ins_desc',cmd:'mceIns'});ed.addButton('attribs',{title:'xhtmlxtras.attribs_desc',cmd:'mceAttributes'});if(tinymce.isIE){function fix(ed,o){if(o.set){o.content=o.content.replace(/<abbr([^>]+)>/gi,'<html:abbr $1>');o.content=o.content.replace(/<\/abbr>/gi,'</html:abbr>');}};ed.onBeforeSetContent.add(fix);ed.onPostProcess.add(fix);}ed.onNodeChange.add(function(ed,cm,n,co){n=ed.dom.getParent(n,'CITE,ACRONYM,ABBR,DEL,INS');cm.setDisabled('cite',co);cm.setDisabled('acronym',co);cm.setDisabled('abbr',co);cm.setDisabled('del',co);cm.setDisabled('ins',co);cm.setDisabled('attribs',n&&n.nodeName=='BODY');cm.setActive('cite',0);cm.setActive('acronym',0);cm.setActive('abbr',0);cm.setActive('del',0);cm.setActive('ins',0);if(n){do{cm.setDisabled(n.nodeName.toLowerCase(),0);cm.setActive(n.nodeName.toLowerCase(),1);}while(n=n.parentNode);}});},getInfo:function(){return{longname:'XHTML Xtras Plugin',author:'Moxiecode Systems AB',authorurl:'http://tinymce.moxiecode.com',infourl:'http://wiki.moxiecode.com/index.php/TinyMCE:Plugins/xhtmlxtras',version:tinymce.majorVersion+"."+tinymce.minorVersion};}});tinymce.PluginManager.add('xhtmlxtras',tinymce.plugins.XHTMLXtrasPlugin);})(); --- NEW FILE: attributes.htm --- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>{#xhtmlxtras_dlg.attribs_title}</title> <script type="text/javascript" src="../../tiny_mce_popup.js"></script> <script type="text/javascript" src="../../utils/mctabs.js"></script> <script type="text/javascript" src="../../utils/editable_selects.js"></script> <script type="text/javascript" src="../../utils/form_utils.js"></script> <script type="text/javascript" src="js/attributes.js"></script> <link rel="stylesheet" type="text/css" href="css/attributes.css" /> <base target="_self" /> </head> <body style="display: none"> <form onsubmit="insertAction();return false;" action="#"> <div class="tabs"> <ul> <li id="general_tab" class="current"><span><a href="javascript:mcTabs.displayTab('general_tab','general_panel');" onmousedown="return false;">{#xhtmlxtras_dlg.attribute_attrib_tab}</a></span></li> <li id="events_tab"><span><a href="javascript:mcTabs.displayTab('events_tab','events_panel');" onmousedown="return false;">{#xhtmlxtras_dlg.attribute_events_tab}</a></span></li> </ul> </div> <div class="panel_wrapper"> <div id="general_panel" class="panel current"> <fieldset> <legend>{#xhtmlxtras_dlg.attribute_attrib_tab}</legend> <table border="0" cellpadding="0" cellspacing="4"> <tr> <td class="label"><label id="titlelabel" for="title">{#xhtmlxtras_dlg.attribute_label_title}</label>:</td> <td><input id="title" name="title" type="text" value="" class="mceFocus" /></td> </tr> <tr> <td class="label"><label id="idlabel" for="id">{#xhtmlxtras_dlg.attribute_label_id}</label>:</td> <td><input id="id" name="id" type="text" value="" /></td> </tr> <tr> <td><label id="classlabel" for="classlist">{#class_name}</label></td> <td> <select id="classlist" name="classlist" class="mceEditableSelect"> <option value="" selected>{#not_set}</option> </select> </td> </tr> <tr> <td class="label"><label id="stylelabel" for="class">{#xhtmlxtras_dlg.attribute_label_style}</label>:</td> <td><input id="style" name="style" type="text" value="" /></td> </tr> <tr> <td class="label"><label id="dirlabel" for="dir">{#xhtmlxtras_dlg.attribute_label_langdir}</label>:</td> <td> <select id="dir" name="dir"> <option value="">{#not_set}</option> <option value="ltr">{#xhtmlxtras_dlg.option_ltr}</option> <option value="rtl">{#xhtmlxtras_dlg.option_rtl}</option> </select> </td> </tr> <tr> <td class="label"><label id="langlabel" for="lang">{#xhtmlxtras_dlg.attribute_label_langcode}</label>:</td> <td> <input id="lang" name="lang" type="text" value="" /> </td> </tr> <tr> <td><label id="tabindexlabel" for="tabindex">{#xhtmlxtras_dlg.attribute_label_tabindex}</label></td> <td><input type="text" id="tabindex" name="tabindex" value="" /></td> </tr> <tr> <td><label id="accesskeylabel" for="accesskey">{#xhtmlxtras_dlg.attribute_label_accesskey}</label></td> <td><input type="text" id="accesskey" name="accesskey" value="" /></td> </tr> </table> </fieldset> </div> <div id="events_panel" class="panel"> <fieldset> <legend>{#xhtmlxtras_dlg.attribute_events_tab}</legend> <table border="0" cellpadding="0" cellspacing="4"> <tr> <td class="label"><label for="onfocus">onfocus</label>:</td> <td><input id="onfocus" name="onfocus" type="text" value="" /></td> </tr> <tr> <td class="label"><label for="onblur">onblur</label>:</td> <td><input id="onblur" name="onblur" type="text" value="" /></td> </tr> <tr> <td class="label"><label for="onclick">onclick</label>:</td> <td><input id="onclick" name="onclick" type="text" value="" /></td> </tr> <tr> <td class="label"><label for="ondblclick">ondblclick</label>:</td> <td><input id="ondblclick" name="ondblclick" type="text" value="" /></td> </tr> <tr> <td class="label"><label for="onmousedown">onmousedown</label>:</td> <td><input id="onmousedown" name="onmousedown" type="text" value="" /></td> </tr> <tr> <td class="label"><label for="onmouseup">onmouseup</label>:</td> <td><input id="onmouseup" name="onmouseup" type="text" value="" /></td> </tr> <tr> <td class="label"><label for="onmouseover">onmouseover</label>:</td> <td><input id="onmouseover" name="onmouseover" type="text" value="" /></td> </tr> <tr> <td class="label"><label for="onmousemove">onmousemove</label>:</td> <td><input id="onmousemove" name="onmousemove" type="text" value="" /></td> </tr> <tr> <td class="label"><label for="onmouseout">onmouseout</label>:</td> <td><input id="onmouseout" name="onmouseout" type="text" value="" /></td> </tr> <tr> <td class="label"><label for="onkeypress">onkeypress</label>:</td> <td><input id="onkeypress" name="onkeypress" type="text" value="" /></td> </tr> <tr> <td class="label"><label for="onkeydown">onkeydown</label>:</td> <td><input id="onkeydown" name="onkeydown" type="text" value="" /></td> </tr> <tr> <td class="label"><label for="onkeyup">onkeyup</label>:</td> <td><input id="onkeyup" name="onkeyup" type="text" value="" /></td> </tr> </table> </fieldset> </div> </div> <div class="mceActionPanel"> <div style="float: left"> <input type="submit" id="insert" name="insert" value="{#insert}" /> </div> <div style="float: right"> <input type="button" id="cancel" name="cancel" value="{#cancel}" onclick="tinyMCEPopup.close();" /> </div> </div> </form> </body> </html> --- NEW FILE: abbr.htm --- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>{#xhtmlxtras_dlg.title_abbr_element}</title> <script type="text/javascript" src="../../tiny_mce_popup.js"></script> <script type="text/javascript" src="../../utils/mctabs.js"></script> <script type="text/javascript" src="../../utils/form_utils.js"></script> <script type="text/javascript" src="../../utils/editable_selects.js"></script> <script type="text/javascript" src="js/element_common.js"></script> <script type="text/javascript" src="js/abbr.js"></script> <link rel="stylesheet" type="text/css" href="css/popup.css" /> <base target="_self" /> </head> <body style="display: none"> <form onsubmit="insertAbbr();return false;" action="#"> <div class="tabs"> <ul> <li id="general_tab" class="current"><span><a href="javascript:mcTabs.displayTab('general_tab','general_panel');" onmousedown="return false;">{#xhtmlxtras_dlg.general_tab}</a></span></li> <!-- <li id="events_tab"><span><a href="javascript:mcTabs.displayTab('events_tab','events_panel');" onmousedown="return false;">{#xhtmlxtras_dlg.events_tab}</a></span></li> --> </ul> </div> <div class="panel_wrapper"> <div id="general_panel" class="panel current"> <fieldset> <legend>{#xhtmlxtras_dlg.fieldset_attrib_tab}</legend> <table border="0" cellpadding="0" cellspacing="4"> <tr> <td class="label"><label id="titlelabel" for="title">{#xhtmlxtras_dlg.attribute_label_title}</label>:</td> <td><input id="title" name="title" type="text" value="" class="field mceFocus" /></td> </tr> <tr> <td class="label"><label id="idlabel" for="id">{#xhtmlxtras_dlg.attribute_label_id}</label>:</td> <td><input id="id" name="id" type="text" value="" class="field" /></td> </tr> <tr> <td class="label"><label id="classlabel" for="class">{#xhtmlxtras_dlg.attribute_label_class}</label>:</td> <td> <select id="class" name="class" class="field mceEditableSelect"> <option value="">{#not_set}</option> </select> </td> </tr> <tr> <td class="label"><label id="stylelabel" for="class">{#xhtmlxtras_dlg.attribute_label_style}</label>:</td> <td><input id="style" name="style" type="text" value="" class="field" /></td> </tr> <tr> <td class="label"><label id="dirlabel" for="dir">{#xhtmlxtras_dlg.attribute_label_langdir}</label>:</td> <td> <select id="dir" name="dir" class="field"> <option value="">{#not_set}</option> <option value="ltr">{#xhtmlxtras_dlg.attribute_option_ltr}</option> <option value="rtl">{#xhtmlxtras_dlg.attribute_option_rtl}</option> </select> </td> </tr> <tr> <td class="label"><label id="langlabel" for="lang">{#xhtmlxtras_dlg.attribute_label_langcode}</label>:</td> <td> <input id="lang" name="lang" type="text" value="" class="field" /> </td> </tr> </table> </fieldset> </div> <div id="events_panel" class="panel"> <fieldset> <legend>{#xhtmlxtras_dlg.fieldset_events_tab}</legend> <table border="0" cellpadding="0" cellspacing="4"> <tr> <td class="label"><label for="onfocus">onfocus</label>:</td> <td><input id="onfocus" name="onfocus" type="text" value="" class="field" /></td> </tr> <tr> <td class="label"><label for="onblur">onblur</label>:</td> <td><input id="onblur" name="onblur" type="text" value="" class="field" /></td> </tr> <tr> <td class="label"><label for="onclick">onclick</label>:</td> <td><input id="onclick" name="onclick" type="text" value="" class="field" /></td> </tr> <tr> <td class="label"><label for="ondblclick">ondblclick</label>:</td> <td><input id="ondblclick" name="ondblclick" type="text" value="" class="field" /></td> </tr> <tr> <td class="label"><label for="onmousedown">onmousedown</label>:</td> <td><input id="onmousedown" name="onmousedown" type="text" value="" class="field" /></td> </tr> <tr> <td class="label"><label for="onmouseup">onmouseup</label>:</td> <td><input id="onmouseup" name="onmouseup" type="text" value="" class="field" /></td> </tr> <tr> <td class="label"><label for="onmouseover">onmouseover</label>:</td> <td><input id="onmouseover" name="onmouseover" type="text" value="" class="field" /></td> </tr> <tr> <td class="label"><label for="onmousemove">onmousemove</label>:</td> <td><input id="onmousemove" name="onmousemove" type="text" value="" class="field" /></td> </tr> <tr> <td class="label"><label for="onmouseout">onmouseout</label>:</td> <td><input id="onmouseout" name="onmouseout" type="text" value="" class="field" /></td> </tr> <tr> <td class="label"><label for="onkeypress">onkeypress</label>:</td> <td><input id="onkeypress" name="onkeypress" type="text" value="" class="field" /></td> </tr> <tr> <td class="label"><label for="onkeydown">onkeydown</label>:</td> <td><input id="onkeydown" name="onkeydown" type="text" value="" class="field" /></td> </tr> <tr> <td class="label"><label for="onkeyup">onkeyup</label>:</td> <td><input id="onkeyup" name="onkeyup" type="text" value="" class="field" /></td> </tr> </table> </fieldset> </div> </div> <div class="mceActionPanel"> <div style="float: left"> <input type="submit" id="insert" name="insert" value="{#update}" /> </div> <div style="float: left"> <input type="button" id="remove" name="remove" class="button" value="{#xhtmlxtras_dlg.remove}" onclick="removeAbbr();" style="display: none;" /> </div> <div style="float: right"> <input type="button" id="cancel" name="cancel" value="{#cancel}" onclick="tinyMCEPopup.close();" /> </div> </div> </form> </body> </html> |
|
From: Florin C B. <ory...@us...> - 2011-12-07 20:19:24
|
Update of /cvsroot/mxbb/mx_contact/tiny_mce/plugins/visualchars
In directory vz-cvs-4.sog:/tmp/cvs-serv7285/mx_contact/tiny_mce/plugins/visualchars
Added Files:
editor_plugin.js editor_plugin_src.js
Log Message:
some files changed, revent them if they are from mistake
--- NEW FILE: editor_plugin.js ---
(function(){tinymce.create('tinymce.plugins.VisualChars',{init:function(ed,url){var t=this;t.editor=ed;ed.addCommand('mceVisualChars',t._toggleVisualChars,t);ed.addButton('visualchars',{title:'visualchars.desc',cmd:'mceVisualChars'});ed.onBeforeGetContent.add(function(ed,o){if(t.state){t.state=true;t._toggleVisualChars();}});},getInfo:function(){return{longname:'Visual characters',author:'Moxiecode Systems AB',authorurl:'http://tinymce.moxiecode.com',infourl:'http://wiki.moxiecode.com/index.php/TinyMCE:Plugins/visualchars',version:tinymce.majorVersion+"."+tinymce.minorVersion};},_toggleVisualChars:function(){var t=this,ed=t.editor,nl,i,h,d=ed.getDoc(),b=ed.getBody(),nv,s=ed.selection,bo;t.state=!t.state;ed.controlManager.setActive('visualchars',t.state);if(t.state){nl=[];tinymce.walk(b,function(n){if(n.nodeType==3&&n.nodeValue&&n.nodeValue.indexOf('\u00a0')!=-1)nl.push(n);},'childNodes');for(i=0;i<nl.length;i++){nv=nl[i].nodeValue;nv=nv.replace(/(\u00a0+)/g,'<span class="mceItemHidden mceVisualNbsp">$1</span>');nv=nv.replace(/\u00a0/g,'\u00b7');ed.dom.setOuterHTML(nl[i],nv,d);}}else{nl=tinymce.grep(ed.dom.select('span',b),function(n){return ed.dom.hasClass(n,'mceVisualNbsp');});for(i=0;i<nl.length;i++)ed.dom.setOuterHTML(nl[i],nl[i].innerHTML.replace(/(·|\u00b7)/g,' '),d);}}});tinymce.PluginManager.add('visualchars',tinymce.plugins.VisualChars);})();
--- NEW FILE: editor_plugin_src.js ---
(This appears to be a binary file; contents omitted.)
|
|
From: Florin C B. <ory...@us...> - 2011-12-07 20:19:23
|
Update of /cvsroot/mxbb/mx_contact/tiny_mce/plugins/style/images In directory vz-cvs-4.sog:/tmp/cvs-serv7285/mx_contact/tiny_mce/plugins/style/images Added Files: apply_button_bg.gif style_info.gif styleprops.gif Log Message: some files changed, revent them if they are from mistake --- NEW FILE: apply_button_bg.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: style_info.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: styleprops.gif --- (This appears to be a binary file; contents omitted.) |
|
From: Florin C B. <ory...@us...> - 2011-12-07 20:19:22
|
Update of /cvsroot/mxbb/mx_contact/tiny_mce/plugins/paste/images In directory vz-cvs-4.sog:/tmp/cvs-serv7285/mx_contact/tiny_mce/plugins/paste/images Added Files: pastetext.gif pasteword.gif selectall.gif Log Message: some files changed, revent them if they are from mistake --- NEW FILE: selectall.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: pasteword.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: pastetext.gif --- (This appears to be a binary file; contents omitted.) |
|
From: Florin C B. <ory...@us...> - 2011-12-07 20:19:21
|
Update of /cvsroot/mxbb/mx_contact/tiny_mce/plugins/noneditable
In directory vz-cvs-4.sog:/tmp/cvs-serv7285/mx_contact/tiny_mce/plugins/noneditable
Added Files:
editor_plugin.js editor_plugin_src.js readme.txt
Log Message:
some files changed, revent them if they are from mistake
--- NEW FILE: editor_plugin.js ---
(function(){var Event=tinymce.dom.Event;tinymce.create('tinymce.plugins.NonEditablePlugin',{init:function(ed,url){var t=this,editClass,nonEditClass;t.editor=ed;editClass=ed.getParam("noneditable_editable_class","mceEditable");nonEditClass=ed.getParam("noneditable_noneditable_class","mceNonEditable");ed.onNodeChange.addToTop(function(ed,cm,n){var sc,ec;sc=ed.dom.getParent(ed.selection.getStart(),function(n){return ed.dom.hasClass(n,nonEditClass);});ec=ed.dom.getParent(ed.selection.getEnd(),function(n){return ed.dom.hasClass(n,nonEditClass);});if(sc||ec){t._setDisabled(1);return false;}else t._setDisabled(0);});},getInfo:function(){return{longname:'Non editable elements',author:'Moxiecode Systems AB',authorurl:'http://tinymce.moxiecode.com',infourl:'http://wiki.moxiecode.com/index.php/TinyMCE:Plugins/noneditable',version:tinymce.majorVersion+"."+tinymce.minorVersion};},_block:function(ed,e){var k=e.keyCode;if((k>32&&k<41)||(k>111&&k<124))return;return Event.cancel(e);},_setDisabled:function(s){var t=this,ed=t.editor;tinymce.each(ed.controlManager.controls,function(c){c.setDisabled(s);});if(s!==t.disabled){if(s){ed.onKeyDown.addToTop(t._block);ed.onKeyPress.addToTop(t._block);ed.onKeyUp.addToTop(t._block);ed.onPaste.addToTop(t._block);}else{ed.onKeyDown.remove(t._block);ed.onKeyPress.remove(t._block);ed.onKeyUp.remove(t._block);ed.onPaste.remove(t._block);}t.disabled=s;}}});tinymce.PluginManager.add('noneditable',tinymce.plugins.NonEditablePlugin);})();
--- NEW FILE: editor_plugin_src.js ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: readme.txt ---
Check the TinyMCE documentation for details on this plugin.
|
|
From: Florin C B. <ory...@us...> - 2011-12-07 20:19:20
|
Update of /cvsroot/mxbb/mx_contact/tiny_mce/plugins/iespell/images In directory vz-cvs-4.sog:/tmp/cvs-serv7285/mx_contact/tiny_mce/plugins/iespell/images Added Files: iespell.gif Log Message: some files changed, revent them if they are from mistake --- NEW FILE: iespell.gif --- (This appears to be a binary file; contents omitted.) |
|
From: Florin C B. <ory...@us...> - 2011-12-07 20:19:19
|
Update of /cvsroot/mxbb/mx_contact/tiny_mce/plugins/directionality/langs
In directory vz-cvs-4.sog:/tmp/cvs-serv7285/mx_contact/tiny_mce/plugins/directionality/langs
Added Files:
de.js en.js he.js hu.js it.js ro.js uk.js
Log Message:
some files changed, revent them if they are from mistake
--- NEW FILE: uk.js ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: hu.js ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: de.js ---
// DE lang variables
tinyMCE.addToLang('',{
directionality_ltr_desc : 'Von links nach rechts',
directionality_rtl_desc : 'Von rechts nach links'
});
--- NEW FILE: en.js ---
// UK lang variables
tinyMCE.addToLang('',{
directionality_ltr_desc : 'Direction left to right',
directionality_rtl_desc : 'Direction right to left'
});
--- NEW FILE: he.js ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: ro.js ---
// RO lang variables
tinyMCE.addToLang('',{
directionality_ltr_desc : 'Direcţia stânga la dreapta',
directionality_rtl_desc : 'Direcţia dreapta la stânga'
});
--- NEW FILE: it.js ---
/**
* IT lang variables
*
* Author : Luciano Vernaschi <lu...@vi...>
* Last Updated : Mar. 1st, 2007
* TinyMCE Version : 2.1.0
*/
tinyMCE.addToLang('',{
directionality_ltr_desc : 'Direzione da sinistra a destra',
directionality_rtl_desc : 'Direzione da destra a sinistra'
});
|
|
From: Florin C B. <ory...@us...> - 2011-12-07 20:19:18
|
Update of /cvsroot/mxbb/mx_contact/tiny_mce/plugins/advhr/images In directory vz-cvs-4.sog:/tmp/cvs-serv7285/mx_contact/tiny_mce/plugins/advhr/images Added Files: advhr.gif Log Message: some files changed, revent them if they are from mistake --- NEW FILE: advhr.gif --- (This appears to be a binary file; contents omitted.) |
|
From: Florin C B. <ory...@us...> - 2011-12-07 20:19:17
|
Update of /cvsroot/mxbb/mx_contact/tiny_mce/plugins/_template/langs
In directory vz-cvs-4.sog:/tmp/cvs-serv7285/mx_contact/tiny_mce/plugins/_template/langs
Added Files:
de.js he.js hu.js it.js ro.js uk.js
Log Message:
some files changed, revent them if they are from mistake
--- NEW FILE: uk.js ---
// UK lang variables
/* Remember to namespace the language parameters lang_<your plugin>_<some name> */
tinyMCE.addToLang('',{
template_title : 'This is just a template popup',
template_desc : 'This is just a template button'
});
--- NEW FILE: hu.js ---
// HU lang variables
/* Remember to namespace the language parameters lang_<your plugin>_<some name> */
tinyMCE.addToLang('',{
template_title : 'Ez csak egy példa popup',
template_desc : 'Ez csak egy példa gomb'
});
--- NEW FILE: de.js ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: he.js ---
// HE lang variables
/* Remember to namespace the language parameters lang_<your plugin>_<some name> */
tinyMCE.addToLang('',{
template_title : 'æä ñúí çìåï ÷åôõ ùì äúáðéú',
template_desc : 'æä ñúí ëôúåø ùì äúáðéú'
});
--- NEW FILE: ro.js ---
// RO lang variables
/* Remember to namespace the language parameters lang_<your plugin>_<some name> */
tinyMCE.addToLang('',{
template_title : 'Acesta este doar model de tip popup',
template_desc : 'Acesta este doar un model de buton'
});
--- NEW FILE: it.js ---
/**
* IT lang variables
*
* Author : Luciano Vernaschi <lu...@vi...>
* Last Updated : Oct. 17th, 2006
* TinyMCE Version : 2.0.7
*/
/* Remember to namespace the language parameters lang_<your plugin>_<some name> */
tinyMCE.addToLang('',{
template_title : 'Questo è solo un modello di popup',
template_desc : 'Questo è solo un modello di pulsante'
});
|
|
From: Florin C B. <ory...@us...> - 2011-12-07 20:16:07
|
Update of /cvsroot/mxbb/mx_radiocast/templates/prosilver/images/lang_english In directory vz-cvs-4.sog:/tmp/cvs-serv7215/lang_english Log Message: Directory /cvsroot/mxbb/mx_radiocast/templates/prosilver/images/lang_english added to the repository |
|
From: Florin C B. <ory...@us...> - 2011-12-07 20:15:59
|
Update of /cvsroot/mxbb/mx_radiocast/templates/prosilver/images In directory vz-cvs-4.sog:/tmp/cvs-serv7208/images Log Message: Directory /cvsroot/mxbb/mx_radiocast/templates/prosilver/images added to the repository |
|
From: Florin C B. <ory...@us...> - 2011-12-07 20:15:52
|
Update of /cvsroot/mxbb/mx_radiocast/templates/prosilver In directory vz-cvs-4.sog:/tmp/cvs-serv7195/prosilver Log Message: Directory /cvsroot/mxbb/mx_radiocast/templates/prosilver added to the repository |
|
From: Florin C B. <ory...@us...> - 2011-12-07 20:15:03
|
Update of /cvsroot/mxbb/mx_pafiledb/templates/_core/images/stats In directory vz-cvs-4.sog:/tmp/cvs-serv6087/stats Log Message: Directory /cvsroot/mxbb/mx_pafiledb/templates/_core/images/stats added to the repository |
|
From: Florin C B. <ory...@us...> - 2011-12-07 20:15:02
|
Update of /cvsroot/mxbb/mx_pafiledb/templates/_core/images/addon_icons In directory vz-cvs-4.sog:/tmp/cvs-serv6087/addon_icons Log Message: Directory /cvsroot/mxbb/mx_pafiledb/templates/_core/images/addon_icons added to the repository |
|
From: Florin C B. <ory...@us...> - 2011-12-07 20:14:32
|
Update of /cvsroot/mxbb/mx_music/music_box/external/crestinortodox In directory vz-cvs-4.sog:/tmp/cvs-serv6020/crestinortodox Log Message: Directory /cvsroot/mxbb/mx_music/music_box/external/crestinortodox added to the repository |