Project

General

Profile

« Previous | Next » 

Revision 1302

Added by Dietmar over 14 years ago

fixed search_modext.php ( Tks to Thorn )
Ticket #953 is already fixed
Ticket #954 styles issues in theme.css ( Tks to Ruebenwurzel )

View differences:

branches/2.8.x/CHANGELOG
12 12

  
13 13
------------------------------------- 2.8.1 -------------------------------------
14 14
07-Mar-2010 Dietmar Woellbrink (Luisehahne)
15
#	fixed search_modext.php ( Tks to Thorn )
16
#	Ticket #953 is already fixed 
17
#	Ticket #954 styles issues in theme.css ( Tks to Ruebenwurzel )
18
07-Mar-2010 Dietmar Woellbrink (Luisehahne)
15 19
#	Tickets #932 change deprecated eregi functions 
16 20
#	Tickets #948 fixed Multiple use of same parametrised droplet - parameter handling
17 21
!	Upgrade Droplets to Version 1.0.3
branches/2.8.x/wb/admin/interface/version.php
52 52

  
53 53
// check if defined to avoid errors during installation (redirect to admin panel fails if PHP error/warnings are enabled)
54 54
if(!defined('VERSION')) define('VERSION', '2.8.x');
55
if(!defined('REVISION')) define('REVISION', '1300');
55
if(!defined('REVISION')) define('REVISION', '1302');
56 56

  
57 57
?>
branches/2.8.x/wb/templates/classic_theme/theme.css
65 65
.header_list_block { width: 180px; text-align: left; }
66 66
.header_list_sections_actions { width: 30px; text-align: left; }
67 67
#multi_lingual { font-weight: bolder; }
68
.right{ float: right; }
69
.left{ float: left; }
68
.right{ text-align: right; }
69
.left{ text-align: left; }
70 70
.pages_list table td, table.pages_view td { padding: 3px; }
71 71
.save, .reset, .input_narrow { width: 100px; }
72 72
.settings_table td, .tool_table td { text-align: left; vertical-align: top; }
branches/2.8.x/wb/templates/wb_theme/theme.css
79 79
.form_submit .left, .header_list_menu_title, .list_menu_title, .header_list_type { text-align: left; }
80 80
.header_title, .sections_list table, .setting_value input, .setting_value select, .setting_value textarea, .value_input input, .value_input text, .value_input select, .form_submit, .input_full { width: 100%; }
81 81
.header_list_pubdate_start, .header_list_pubdate_end, .list_pubdate_start, .list_pubdate_end { width: 200px; text-align: left; }
82
.right{ float: right; }
83
.left{ float: left; }
82
.right{ text-align: right; }
83
.left{ text-align: left;  }
branches/2.8.x/wb/templates/argos_theme/theme.css
137 137
.list_page_code { width: 240px; }
138 138
.list_page_language { width: 240px; }
139 139
#multi_lingual { font-weight: bolder; }
140
.right{ float: right; }
141
.left{ float: left; }
140
.right{ text-align: right; }
141
.left{ text-align: left; }
branches/2.8.x/wb/search/search_modext.php
298 298
	// clean the text:
299 299
	$mod_text = preg_replace('#<(!--.*--|style.*</style|script.*</script)>#iU', ' ', $mod_text);
300 300
	$mod_text = preg_replace('#<(br( /)?|dt|/dd|/?(h[1-6]|tr|table|p|li|ul|pre|code|div|hr))[^>]*>#i', '.', $mod_text);
301
	$mod_text = preg_replace('/(\v\s?|\s\s)+/', ' ', $mod_text);
301
	// $mod_text = preg_replace('/(\v\s?|\s\s)+/', ' ', $mod_text);
302 302
	$mod_text = preg_replace('/\s\./', '.', $mod_text);
303 303
	if($mod_ext_charset!='') { // data from external database may have a different charset
304 304
		require_once(WB_PATH.'/framework/functions-utf8.php');

Also available in: Unified diff