!
diff -c mandigo-1.30/archives.php mandigo-1.31/archives.php
*** mandigo-1.30/archives.php 2007-10-25 15:57:37.000000000 -0400
--- mandigo-1.31/archives.php 2008-01-14 13:18:08.000000000 -0500
***************
*** 10,15 ****
--- 10,20 ----
?>
+
+
+
+
+
< class="pagetitle">:>
diff -c mandigo-1.30/comments.php mandigo-1.31/comments.php
*** mandigo-1.30/comments.php 2008-01-02 12:05:12.000000000 -0500
--- mandigo-1.31/comments.php 2008-01-12 08:15:54.000000000 -0500
***************
*** 136,142 ****
!
ID); ?>
--- 136,142 ----
!
ID); ?>
Only in mandigo-1.30: de_DE.po
diff -c mandigo-1.30/footer.php mandigo-1.31/footer.php
*** mandigo-1.30/footer.php 2008-01-05 11:33:56.000000000 -0500
--- mandigo-1.31/footer.php 2008-01-14 15:01:03.000000000 -0500
***************
*** 86,98 ****
}
! jQuery('.commentlist p a').each(function() { if (jQuery(this).width() > maxw) jQuery(this).text(this.innerHTML.replace(/\/([^\/])/g,'/\n$1')); });
! jQuery('.commentlist p a').each(function() { if (jQuery(this).width() > maxw) jQuery(this).text('link'); });
togglePost = function(id) {
icon = jQuery('#switch-post-'+id+' img');
icon.attr('src',/minus/.test(icon.attr('src')) ? icon.attr('src').replace('minus','plus') : icon.attr('src').replace('plus','minus'));
jQuery('#post-'+id+' .entry').animate({ height: 'toggle', opacity: 'toggle' }, 1000);
--- 86,102 ----
}
! jQuery('.commentlist p a').each(function() { if (jQuery(this).width() > ) jQuery(this).text(this.innerHTML.replace(/\/([^\/])/g,'/\n$1')); });
! jQuery('.commentlist p a').each(function() { if (jQuery(this).width() > ) jQuery(this).text('link'); });
+
+ jQuery('.entry').hide();
+
togglePost = function(id) {
+ if (!id) return;
icon = jQuery('#switch-post-'+id+' img');
icon.attr('src',/minus/.test(icon.attr('src')) ? icon.attr('src').replace('minus','plus') : icon.attr('src').replace('plus','minus'));
jQuery('#post-'+id+' .entry').animate({ height: 'toggle', opacity: 'toggle' }, 1000);
diff -c mandigo-1.30/functions.php mandigo-1.31/functions.php
*** mandigo-1.30/functions.php 2008-01-05 11:34:55.000000000 -0500
--- mandigo-1.31/functions.php 2008-01-14 14:56:05.000000000 -0500
***************
*** 48,54 ****
if (!get_option('mandigo_sidebars_bdcolor' )) update_option('mandigo_sidebars_bdcolor' ,'#DDDDDD');
if (!get_option('mandigo_trackbacks' )) update_option('mandigo_trackbacks' ,(get_option('mandigo_trackbacks_after') ? 'below' : 'along'));
!
// some global vars
$ie = preg_match("/MSIE [4-6]/",$_SERVER['HTTP_USER_AGENT']);
--- 48,55 ----
if (!get_option('mandigo_sidebars_bdcolor' )) update_option('mandigo_sidebars_bdcolor' ,'#DDDDDD');
if (!get_option('mandigo_trackbacks' )) update_option('mandigo_trackbacks' ,(get_option('mandigo_trackbacks_after') ? 'below' : 'along'));
! if (!get_option('mandigo_headnav_alignment' )) update_option('mandigo_headnav_alignment' ,(get_option('mandigo_headnav_left') ? 'left' : 'right'));
! if (!get_option('mandigo_date_format' )) update_option('mandigo_date_format' ,(get_option('mandigo_dates') ? 'dmY' : 'MdY'));
// some global vars
$ie = preg_match("/MSIE [4-6]/",$_SERVER['HTTP_USER_AGENT']);
***************
*** 132,137 ****
--- 133,141 ----
+ /* -------------------------------------------------
+ internal stuff
+ -------------------------------------------------- */
function mandigo_author_link($author_id,$author_nicename) {
// I'm not sure why, but the get_author_posts_url() function is undefined in some translated versions of WP
if (function_exists('get_author_posts_url')) {
***************
*** 140,145 ****
--- 144,166 ----
return $author_nicename;
}
+ function mandigo_date_icon($date) {
+ list($y, $mn, $m, $d) = explode(' ', $date);
+ switch (get_option('mandigo_date_format')) {
+ case 'MdY': $l = array($mn, $d, $y); $x = array(1, 0, 0); break;
+ case 'dmY': $l = array($d, $m, $y); $x = array(1, 0, 0); break;
+ }
+ echo '
+
+
+ '. $l[0] .'
+ '. $l[1] .'
+ '. $l[2] .'
+
+
+ ';
+ }
+
***************
*** 222,228 ****
mandigo_set_var('posts_bdcolor' ,mandigo_color($_POST['posts_bdcolor'] ,'#EEEEEE'));
mandigo_set_var('sidebars_bgcolor' ,mandigo_color($_POST['sidebars_bgcolor'],'#EEEEEE'));
mandigo_set_var('sidebars_bdcolor' ,mandigo_color($_POST['sidebars_bdcolor'],'#DDDDDD'));
- mandigo_set_var('dates' ,$_POST['dates'] );
mandigo_set_var('scheme' ,$_POST['scheme'] );
mandigo_set_var('wp' ,$_POST['wp'] );
mandigo_set_var('scheme_random' ,$_POST['random'] );
--- 243,248 ----
***************
*** 235,241 ****
mandigo_set_var('3columns' ,($_POST['sidebars'] == 2 ? 1:0));
mandigo_set_var('sidebar1_left' ,$_POST['sidebar1'] );
mandigo_set_var('sidebar2_left' ,$_POST['sidebar2'] );
- mandigo_set_var('headnav_left' ,$_POST['headnavleft'] );
mandigo_set_var('always_show_sidebars' ,$_POST['alwayssidebars'] );
mandigo_set_var('em_italics' ,$_POST['em'] );
mandigo_set_var('stroke' ,$_POST['stroke'] );
--- 255,260 ----
***************
*** 274,287 ****
mandigo_set_var('fixes_comments_2' ,$_POST['fixes_comments_2'] );
mandigo_set_var('fixes_whitespace_pre' ,$_POST['fixes_whitespace_pre'] );
mandigo_set_var('fixes_touch_content' ,$_POST['fixes_touch_content'] );
}
$exclude = split(",",get_option('mandigo_exclude_pages'));
$scheme = get_option('mandigo_scheme' );
$headoverlay = get_option('mandigo_headoverlay' );
! $dates = get_option('mandigo_dates' );
$sidebar1 = get_option('mandigo_sidebar1_left' );
$sidebar2 = get_option('mandigo_sidebar2_left' );
! $headnavleft = get_option('mandigo_headnav_left' );
$wp = get_option('mandigo_wp' );
$stroke = get_option('mandigo_stroke' );
$wp_fixed = get_option('mandigo_wp_fixed' );
--- 293,309 ----
mandigo_set_var('fixes_comments_2' ,$_POST['fixes_comments_2'] );
mandigo_set_var('fixes_whitespace_pre' ,$_POST['fixes_whitespace_pre'] );
mandigo_set_var('fixes_touch_content' ,$_POST['fixes_touch_content'] );
+ mandigo_set_var('collapse_posts' ,$_POST['collapse_posts'] );
+ mandigo_set_var('headnav_alignment' ,$_POST['headnav_alignment'] );
+ mandigo_set_var('date_format' ,$_POST['date_format'] );
}
$exclude = split(",",get_option('mandigo_exclude_pages'));
$scheme = get_option('mandigo_scheme' );
$headoverlay = get_option('mandigo_headoverlay' );
! $date_format = get_option('mandigo_date_format' );
$sidebar1 = get_option('mandigo_sidebar1_left' );
$sidebar2 = get_option('mandigo_sidebar2_left' );
! $headnav_alignment = get_option('mandigo_headnav_alignment' );
$wp = get_option('mandigo_wp' );
$stroke = get_option('mandigo_stroke' );
$wp_fixed = get_option('mandigo_wp_fixed' );
***************
*** 443,452 ****
! Header Options
! Align navigation :
! left
! right
Use slim (100px smaller) headers
Use random images from the images/headers/ subfolder
It is also possible to use a different image on each page (per-page header images). Please consult the README page for more information.
--- 465,471 ----
! Header
Use slim (100px smaller) headers
Use random images from the images/headers/ subfolder
It is also possible to use a different image on each page (per-page header images). Please consult the README page for more information.
***************
*** 456,467 ****
Do not display the blog name
Do not display the tagline (blog description)
Add a drop shadow to blog name and description
! Apply a black stroke to blog name and blog description for better readability on lighter header images.
! Page Navigation Overlay
! Apply a translucent black stripe to the header for better readability.
--- 475,491 ----
Do not display the blog name
Do not display the tagline (blog description)
Add a drop shadow to blog name and description
! Apply a black stroke to blog name and blog description for better readability on lighter header images:
! Navigation
! Navigation position :
! left
! center
! right
!
! Apply a translucent black stripe to the header navigation for better readability on light backgrounds:
***************
*** 470,476 ****
!
Comments
Highlight comments made by the author of the current post
--- 494,516 ----
!
!
! Posts
! Automatically collapse posts in archives & categories
! Display tags after the content instead of next to categories (WP2.3+)
! Align content to the left instead of using justify alignment
! Display <em> tags as italics
!
! Date Format
!
! dd/mm/yyyy
! month/dd/yyyy
!
!
!
!
!
Comments
Highlight comments made by the author of the current post
***************
*** 635,649 ****
Readability
Display all links in bold for better readability
- Posts
- Display tags after the content instead of next to categories (WP2.3+)
- Align content to the left instead of using justify alignment
- Display <em> tags as italics
-
- Date Format
- dd/mm/yyyy
- month/dd/yyyy
-
Really miscellaneous options
Display full search results, not just titles and metadata
Display rendering time and SQL statistics in the footer
--- 675,680 ----
Common subdirectories: mandigo-1.30/images and mandigo-1.31/images
diff -c mandigo-1.30/index.php mandigo-1.31/index.php
*** mandigo-1.30/index.php 2007-10-30 19:30:18.000000000 -0400
--- mandigo-1.31/index.php 2008-01-14 14:56:39.000000000 -0500
***************
*** 29,41 ****
!
--- 29,35 ----
!
Common subdirectories: mandigo-1.30/js and mandigo-1.31/js
diff -c mandigo-1.30/links.php mandigo-1.31/links.php
*** mandigo-1.30/links.php 2007-10-25 15:57:37.000000000 -0400
--- mandigo-1.31/links.php 2008-01-14 13:18:16.000000000 -0500
***************
*** 10,15 ****
--- 10,20 ----
?>
+
+
+
+
+
< class="pagetitle">:>
Common subdirectories: mandigo-1.30/schemes and mandigo-1.31/schemes
diff -c mandigo-1.30/single.php mandigo-1.31/single.php
*** mandigo-1.30/single.php 2007-10-25 15:57:37.000000000 -0400
--- mandigo-1.31/single.php 2008-01-14 14:57:37.000000000 -0500
***************
*** 15,27 ****
!
--- 15,21 ----
!
diff -c mandigo-1.30/style.css mandigo-1.31/style.css
*** mandigo-1.30/style.css 2007-12-21 19:53:10.000000000 -0500
--- mandigo-1.31/style.css 2008-01-05 22:35:34.000000000 -0500
***************
*** 2,8 ****
Theme Name: Mandigo
Theme URI: http://www.onehertz.com/portfolio/wordpress/
Description: Mandigo is an elegant widget-ready one/two/three-column Wordpress theme, available in two widths, SEVEN color schemes and 34 languages!
! Version: 1.30
Author: t0mmmmmmm
Author URI: http://www.onehertz.com/portfolio/wordpress/
*/
--- 2,8 ----
Theme Name: Mandigo
Theme URI: http://www.onehertz.com/portfolio/wordpress/
Description: Mandigo is an elegant widget-ready one/two/three-column Wordpress theme, available in two widths, SEVEN color schemes and 34 languages!
! Version: 1.31
Author: t0mmmmmmm
Author URI: http://www.onehertz.com/portfolio/wordpress/
*/
diff -c mandigo-1.30/style.css.php mandigo-1.31/style.css.php
*** mandigo-1.30/style.css.php 2008-01-05 11:36:08.000000000 -0500
--- mandigo-1.31/style.css.php 2008-01-14 14:56:30.000000000 -0500
***************
*** 26,32 ****
if (defined('DB_USER')) {
$dbh = @mysql_connect(DB_HOST, DB_USER, DB_PASSWORD);
@mysql_select_db(DB_NAME,$dbh);
! $r = @mysql_query("SELECT option_name,option_value FROM ". $table_prefix ."options WHERE option_name REGEXP '^mandigo_(1024|sidebar[12]_left|3columns|wp(_(fixed|repeat|position))?|em_italics|bgcolor|no(float|border)|headnav_left|scheme|slim_header|small_title|number_comments|(posts|sidebars)_b[dg]color|floatright|nojustify)|stylesheet|siteurl';",$dbh);
while ($a = @mysql_fetch_row($r)) {
if ($a[1] == 'on' ) $a[1] = 1;
if ($a[1] == 'off') $a[1] = 0;
--- 26,32 ----
if (defined('DB_USER')) {
$dbh = @mysql_connect(DB_HOST, DB_USER, DB_PASSWORD);
@mysql_select_db(DB_NAME,$dbh);
! $r = @mysql_query("SELECT option_name,option_value FROM ". $table_prefix ."options WHERE option_name REGEXP '^mandigo_(1024|sidebar[12]_left|3columns|wp(_(fixed|repeat|position))?|em_italics|bgcolor|no(float|border)|headnav_alignment|scheme|slim_header|small_title|number_comments|(posts|sidebars)_b[dg]color|floatright|nojustify)|stylesheet|siteurl';",$dbh);
while ($a = @mysql_fetch_row($r)) {
if ($a[1] == 'on' ) $a[1] = 1;
if ($a[1] == 'off') $a[1] = 0;
***************
*** 40,70 ****
if ($fb) {
require($wpconfig);
! $mandigo_em_italics = get_option('mandigo_em_italics');
! $mandigo_scheme_random = get_option('mandigo_scheme_random');
! $mandigo_3columns = get_option('mandigo_3columns');
! $mandigo_sidebar1_left = get_option('mandigo_sidebar1_left');
! $mandigo_sidebar2_left = get_option('mandigo_sidebar2_left');
! $mandigo_headnav_left = get_option('mandigo_headnav_left');
! $mandigo_wp = get_option('mandigo_wp');
! $mandigo_1024 = get_option('mandigo_1024');
! $mandigo_nofloat = get_option('mandigo_nofloat');
! $mandigo_bgcolor = get_option('mandigo_bgcolor');
! $mandigo_scheme = get_option('mandigo_scheme');
! $mandigo_slim_header = get_option('mandigo_slim_header');
! $mandigo_noborder = get_option('mandigo_noborder');
! $mandigo_small_title = get_option('mandigo_small_title');
! $mandigo_wp_fixed = get_option('mandigo_wp_fixed');
! $mandigo_wp_repeat = get_option('mandigo_wp_repeat');
! $mandigo_wp_position = get_option('mandigo_wp_position');
! $mandigo_number_comments = get_option('mandigo_number_comments');
! $mandigo_posts_bgcolor = get_option('mandigo_posts_bgcolor');
! $mandigo_posts_bdcolor = get_option('mandigo_posts_bdcolor');
! $mandigo_sidebars_bgcolor = get_option('mandigo_sidebars_bgcolor');
! $mandigo_sidebars_bdcolor = get_option('mandigo_sidebars_bdcolor');
! $mandigo_floatright = get_option('mandigo_floatright');
! $mandigo_nojustify = get_option('mandigo_nojustify');
! $stylesheet_directory = get_bloginfo('stylesheet_directory');
foreach (array('em_italics','3columns','sidebar1_left','sidebar2_left','1024','nofloat','slim_header','noborder','small_title','wp_fixed','wp_repeat','wp_position','number_comments') as $a) {
$a = 'mandigo_'. $a;
if ($$a == 'on') $$a = 1;
--- 40,70 ----
if ($fb) {
require($wpconfig);
! $mandigo_em_italics = get_option('mandigo_em_italics');
! $mandigo_scheme_random = get_option('mandigo_scheme_random');
! $mandigo_3columns = get_option('mandigo_3columns');
! $mandigo_sidebar1_left = get_option('mandigo_sidebar1_left');
! $mandigo_sidebar2_left = get_option('mandigo_sidebar2_left');
! $mandigo_headnav_alignment = get_option('mandigo_headnav_alignment');
! $mandigo_wp = get_option('mandigo_wp');
! $mandigo_1024 = get_option('mandigo_1024');
! $mandigo_nofloat = get_option('mandigo_nofloat');
! $mandigo_bgcolor = get_option('mandigo_bgcolor');
! $mandigo_scheme = get_option('mandigo_scheme');
! $mandigo_slim_header = get_option('mandigo_slim_header');
! $mandigo_noborder = get_option('mandigo_noborder');
! $mandigo_small_title = get_option('mandigo_small_title');
! $mandigo_wp_fixed = get_option('mandigo_wp_fixed');
! $mandigo_wp_repeat = get_option('mandigo_wp_repeat');
! $mandigo_wp_position = get_option('mandigo_wp_position');
! $mandigo_number_comments = get_option('mandigo_number_comments');
! $mandigo_posts_bgcolor = get_option('mandigo_posts_bgcolor');
! $mandigo_posts_bdcolor = get_option('mandigo_posts_bdcolor');
! $mandigo_sidebars_bgcolor = get_option('mandigo_sidebars_bgcolor');
! $mandigo_sidebars_bdcolor = get_option('mandigo_sidebars_bdcolor');
! $mandigo_floatright = get_option('mandigo_floatright');
! $mandigo_nojustify = get_option('mandigo_nojustify');
! $stylesheet_directory = get_bloginfo('stylesheet_directory');
foreach (array('em_italics','3columns','sidebar1_left','sidebar2_left','1024','nofloat','slim_header','noborder','small_title','wp_fixed','wp_repeat','wp_position','number_comments') as $a) {
$a = 'mandigo_'. $a;
if ($$a == 'on') $$a = 1;
***************
*** 309,315 ****
#main>table { width: 100%; }
! .narrowcolumn { width: 100%; }
.narrowcolumn, .widecolumn, #sidebar1, #sidebar2 {
vertical-align: top;
--- 309,315 ----
#main>table { width: 100%; }
! .narrowcolumn, .widecolumn { width: 100%; }
.narrowcolumn, .widecolumn, #sidebar1, #sidebar2 {
vertical-align: top;
***************
*** 407,413 ****
}
.catdesc {
! padding: 0 5px;
text-align: justify;
font-style: italic;
}
--- 407,413 ----
}
.catdesc {
! padding: 0 10px;
text-align: justify;
font-style: italic;
}
***************
*** 710,732 ****
.cal span { display: block; }
! .cald {
font-size: 1.5em;
letter-spacing: .2em;
padding-left: .2em
}
! .cald2 {
letter-spacing: 0em;
padding-left: 0em
}
! .calm {
font-weight: bold;
font-size: 2em;
line-height: .7em;
}
! .caly {
font-size: .8em;
line-height: 1em;
}
--- 710,732 ----
.cal span { display: block; }
! .cal1 {
font-size: 1.5em;
letter-spacing: .2em;
padding-left: .2em
}
! .cal1x {
letter-spacing: 0em;
padding-left: 0em
}
! .cal2 {
font-weight: bold;
font-size: 2em;
line-height: .7em;
}
! .cal3 {
font-size: .8em;
line-height: 1em;
}
***************
*** 736,742 ****
position: absolute;
left: 0;
bottom: 0;
! text-align: ;
padding: .6em 0;
width: 100%;
}
--- 736,742 ----
position: absolute;
left: 0;
bottom: 0;
! text-align: ;
padding: .6em 0;
width: 100%;
}
Only in mandigo-1.31: tagcloud.php