diff -c mandigo-1.11/README.txt mandigo-1.12/README.txt
*** mandigo-1.11/README.txt 2007-02-25 22:10:44.000000000 -0500
--- mandigo-1.12/README.txt 2007-02-28 21:26:38.000000000 -0500
***************
*** 83,93 ****
--- 83,98 ----
=== TRANSLATION CREDITS ================================================================
+ Czech: Milan Tucek
+ Danish: Daniel Noesgaard Rasmussen
Dutch: Ramsy de Vos
+ French: Michel Bibal
German: Michael Nickel
+ Hungarian: Horvath Zoltan
Italian: Sebastiano Cannata
Japanese: Mitsuhiro Kanda
Norwegian: Torbjorn Blystad
+ Slovak: Marek
Spanish: Juan Luis Perez Perez
Swedish: Ulf Wrede
Turkish: Mert Yabul
***************
*** 109,114 ****
--- 114,129 ----
=== CHANGELOG ==========================================================================
+ 1.12
+ + added Top and Bottom widgets bars
+ + language: Czech (cs_CZ)
+ + language: Danish (da_DK)
+ + language: French (fr_FR)
+ + language: Hungarian (hu_HU)
+ + language: Slovak (sk)
+ * localized dates
+ * fixed calendar caption issue in Safari
+
1.11
+ added an option to prevent images from float'ing
+ added an option to display stats (queries+rendering time) in the footer
diff -c mandigo-1.11/archive.php mandigo-1.12/archive.php
*** mandigo-1.11/archive.php 2007-02-16 14:50:33.000000000 -0500
--- mandigo-1.12/archive.php 2007-02-27 23:07:35.000000000 -0500
***************
*** 9,18 ****
!
!
--- 9,18 ----
!
!
***************
*** 74,77 ****
!
\ No newline at end of file
--- 74,77 ----
!
diff -c mandigo-1.11/attachment.php mandigo-1.12/attachment.php
*** mandigo-1.11/attachment.php 2007-02-16 17:32:29.000000000 -0500
--- mandigo-1.12/attachment.php 2007-02-27 23:15:46.000000000 -0500
***************
*** 21,27 ****
!
RSS 2.0'); ?>
comment_status) && ('open' == $post->ping_status)) {
--- 21,27 ----
!
RSS 2.0'); ?>
comment_status) && ('open' == $post->ping_status)) {
Only in mandigo-1.12: cs_CZ.mo
Only in mandigo-1.12: da_DK.mo
Binary files mandigo-1.11/de_DE.mo and mandigo-1.12/de_DE.mo differ
Binary files mandigo-1.11/es_ES.mo and mandigo-1.12/es_ES.mo differ
Only in mandigo-1.12: fr_FR.mo
diff -c mandigo-1.11/functions.php mandigo-1.12/functions.php
*** mandigo-1.11/functions.php 2007-02-25 22:07:07.000000000 -0500
--- mandigo-1.12/functions.php 2007-02-28 20:13:04.000000000 -0500
***************
*** 1,5 ****
'Mandigo Top'));
! register_sidebar(array('name'=>'Mandigo Bottom'));
! }
load_theme_textdomain('mandigo');
// Set default values
Only in mandigo-1.12: hu_HU.mo
Common subdirectories: mandigo-1.11/images and mandigo-1.12/images
diff -c mandigo-1.11/index.php mandigo-1.12/index.php
*** mandigo-1.11/index.php 2007-02-23 16:07:20.000000000 -0500
--- mandigo-1.12/index.php 2007-02-28 20:28:03.000000000 -0500
***************
*** 1,5 ****
--- 1,10 ----
+
+
+
***************
*** 27,36 ****
--- 32,47 ----
+
+
***************
*** 39,44 ****
--- 50,60 ----
+
+
+
Binary files mandigo-1.11/it_IT.mo and mandigo-1.12/it_IT.mo differ
Binary files mandigo-1.11/ja_EUC.mo and mandigo-1.12/ja_EUC.mo differ
Binary files mandigo-1.11/nb_NO.mo and mandigo-1.12/nb_NO.mo differ
Binary files mandigo-1.11/nl_NL.mo and mandigo-1.12/nl_NL.mo differ
diff -c mandigo-1.11/sidebar.php mandigo-1.12/sidebar.php
*** mandigo-1.11/sidebar.php 2007-02-25 13:02:00.000000000 -0500
--- mandigo-1.12/sidebar.php 2007-02-27 23:12:05.000000000 -0500
***************
*** 9,18 ****
! '. get_bloginfo('name') .'',get_the_time(__('l, F jS, Y')));?>
! '. get_bloginfo('name') .'',get_the_time(__('F, Y')));?>
'. get_bloginfo('name') .'',get_the_time('Y'));?>
--- 9,18 ----
! '. get_bloginfo('name') .'',get_the_time(__('l, F jS, Y','mandigo')));?>
! '. get_bloginfo('name') .'',get_the_time(__('F, Y','mandigo')));?>
'. get_bloginfo('name') .'',get_the_time('Y'));?>
diff -c mandigo-1.11/single.php mandigo-1.12/single.php
*** mandigo-1.11/single.php 2007-02-16 16:25:55.000000000 -0500
--- mandigo-1.12/single.php 2007-02-27 23:15:22.000000000 -0500
***************
*** 29,35 ****
!
RSS 2.0'); ?>
comment_status) && ('open' == $post->ping_status)) {
--- 29,35 ----
!
RSS 2.0'); ?>
comment_status) && ('open' == $post->ping_status)) {
Only in mandigo-1.12: sk.mo
diff -c mandigo-1.11/style.css mandigo-1.12/style.css
*** mandigo-1.11/style.css 2007-02-21 20:13:18.000000000 -0500
--- mandigo-1.12/style.css 2007-02-28 21:25:47.000000000 -0500
***************
*** 1,8 ****
/*
Theme Name: Mandigo
Theme URI: http://www.onehertz.com/portfolio/wordpress/
! Description: Mandigo is an elegant widget-ready two-column Wordpress theme, available in two widths and SEVEN color schemes!
! Version: 1.11
Author: t0mmmmmmm
Author URI: http://www.onehertz.com/portfolio/
*/
--- 1,8 ----
/*
Theme Name: Mandigo
Theme URI: http://www.onehertz.com/portfolio/wordpress/
! Description: Mandigo is an elegant widget-ready two-column Wordpress theme, available in two widths, SEVEN color schemes and thirteen languages!
! Version: 1.12
Author: t0mmmmmmm
Author URI: http://www.onehertz.com/portfolio/
*/
diff -c mandigo-1.11/style.css.php mandigo-1.12/style.css.php
*** mandigo-1.11/style.css.php 2007-02-24 14:35:37.000000000 -0500
--- mandigo-1.12/style.css.php 2007-02-28 20:48:54.000000000 -0500
***************
*** 5,10 ****
--- 5,11 ----
header('Content-type: text/css');
$bgcolor = get_option('mandigo_bgcolor');
$ie = preg_match("/MSIE [4-6]/",$_SERVER['HTTP_USER_AGENT']);
+ $safari = preg_match("/Safari/",$_SERVER['HTTP_USER_AGENT']);
$wide = (get_option(mandigo_1024) ? 1 : 0);
?>
***************
*** 439,446 ****
width: 140px;
padding: 2px;
}
! #sidebar #searchsubmit {
padding: 0;
position: relative;
top: 6px;
--- 440,452 ----
width: 140px;
padding: 2px;
}
+ #content #searchform #s {
+ border: 1px dashed #bbb;
+ width: 200px;
+ padding: 2px;
+ }
! #sidebar #searchsubmit, #content #searchsubmit {
padding: 0;
position: relative;
top: 6px;
***************
*** 527,538 ****
/* Begin Calendar */
#wp-calendar {
empty-cells: show;
! margin: 0 !important; margin-top: -1.5em;
width: 155px;
}
#wp-calendar caption {
margin-top: -1.2em;
}
#wp-calendar #next a {
padding-right: 10px;
--- 533,545 ----
/* Begin Calendar */
#wp-calendar {
empty-cells: show;
! margin: 0 !important; margin-top: -1.5em=($safari ? ' !important;' : '')?>;
width: 155px;
}
#wp-calendar caption {
margin-top: -1.2em;
+ =($safari ? 'margin-bottom: 1.5em;' : '')?>
}
#wp-calendar #next a {
padding-right: 10px;
***************
*** 688,692 ****
--- 695,717 ----
float: right;
padding-right: 4px;
}
+
+ .inline-widgets {
+ padding-left: 0;
+ }
+ .inline-widgets h2, .inline-widgets #wp-calendar caption {
+ font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
+ font-weight: bold;
+ font-size: 1.4em;
+ }
+ .inline-widgets li {
+ list-style-type: none;
+ }
+ .inline-widgets li ul {
+ padding-left: 2em;
+ }
+ .inline-widgets li li {
+ list-style-type: circle;
+ }
/* End Various Tags & Classes*/
Binary files mandigo-1.11/sv_SE.mo and mandigo-1.12/sv_SE.mo differ
Binary files mandigo-1.11/tr_TR.mo and mandigo-1.12/tr_TR.mo differ