Plugin Directory

Changeset 427430


Ignore:
Timestamp:
08/23/2011 04:37:21 AM (15 years ago)
Author:
beshkin
Message:

tagging version 1.12

Location:
zmanim-widget
Files:
1 added
6 edited
14 copied

Legend:

Unmodified
Added
Removed
  • zmanim-widget/tags/1.12/config_admin.php

    r381586 r427430  
    2424        // zmanim
    2525    if (!isset($_POST['zmanim_hide'])) unset($data['zmanim_hide']);
     26    if (!isset($_POST['zmanim_week_hide'])) unset($data['zmanim_week_hide']);
    2627    if (!isset($_POST['zmanim-hide-exclude'])) unset($data['zmanim_hide_exclude']);
    2728    if (isset($_POST['zmanim-hide-exclude'])) $data['zmanim_hide_exclude']=implode('|',$_POST['zmanim-hide-exclude']);
     
    179180        </select>
    180181    </div>
     182    <br />
     183    <label for="zmanim_week_hide"><?_e("Hide Week zmanim","");?></label>
     184        <input type="checkbox" name="zmanim_week_hide" id="zmanim_week_hide" value="on"
     185        <?if (isset($data['zmanim_week_hide'])) print ' checked="checked"';?>
     186        >
    181187    <h3><?_e('Map configuration',"");?></h3>
    182188    <label for="zman_map_key">Google map API key:</label>
  • zmanim-widget/tags/1.12/hdate/hdate.php

    r357065 r427430  
    8080if ($leftshabat > 1) $nday=__("It will come in","zmanim").' '.$leftshabat.' '.__("days","zmanim");
    8181if ($leftshabat == 5) $nday=__("It will come in","zmanim").' '.__("5 days","zmanim");
    82 if ($leftshabat ==1) $nday=__("It will come","zmanim")." ".__("tomorrow","zmanim");
     82if ($leftshabat == 1) $nday=__("It will come","zmanim")." ".__("tomorrow","zmanim");
    8383if ($leftshabat <1) $nday=__("It will come in","zmanim")." $leftHour:$leftMin";
    8484
  • zmanim-widget/tags/1.12/lib/main.js

    r326107 r427430  
    55    jQuery('a.'+id).toggle();
    66    jQuery('ul#'+id).toggle();
     7    //jQuery(this).parent().parent().parent('ul').toggle();
    78    return false;
    89});
  • zmanim-widget/tags/1.12/message.php

    r381096 r427430  
    113113//includes
    114114include ("hdate/today.php");
     115include ("week_zmanin.php");
    115116include ("hdate/hdate.php");
    116117include ("weeklytorah.php");
  • zmanim-widget/tags/1.12/readme.txt

    r390405 r427430  
    44Requires at least: 2.7
    55Tested up from : 3.0
    6 Stable tag: 1.11.1
     6Stable tag: 1.12
    77
    88Displays Jewish calendar information in a widget.
     
    2424
    2525== Changelog ==
     26= 1.12 =
     27- added new functionality. Now it is possible to display Zmanim for a week forward
    2628= 1.11.1 =
    2729- fixed Plag haMincha time. It was 1 proportional hour later, than it should be.
  • zmanim-widget/tags/1.12/zmanim-widget.php

    r390405 r427430  
    44 Plugin URI: http://kosherdev.com/category/zmanim-widget/
    55 Description: Allows to turn off the Wordpress site, while Shabat of High Holidays are going on in your area.
    6  Version: 1.11.1
     6 Version: 1.12
    77 Author: Misha Beshkin
    88 Author URI: http://misha.beshkin.lv/
  • zmanim-widget/trunk/config_admin.php

    r381586 r427430  
    2424        // zmanim
    2525    if (!isset($_POST['zmanim_hide'])) unset($data['zmanim_hide']);
     26    if (!isset($_POST['zmanim_week_hide'])) unset($data['zmanim_week_hide']);
    2627    if (!isset($_POST['zmanim-hide-exclude'])) unset($data['zmanim_hide_exclude']);
    2728    if (isset($_POST['zmanim-hide-exclude'])) $data['zmanim_hide_exclude']=implode('|',$_POST['zmanim-hide-exclude']);
     
    179180        </select>
    180181    </div>
     182    <br />
     183    <label for="zmanim_week_hide"><?_e("Hide Week zmanim","");?></label>
     184        <input type="checkbox" name="zmanim_week_hide" id="zmanim_week_hide" value="on"
     185        <?if (isset($data['zmanim_week_hide'])) print ' checked="checked"';?>
     186        >
    181187    <h3><?_e('Map configuration',"");?></h3>
    182188    <label for="zman_map_key">Google map API key:</label>
  • zmanim-widget/trunk/hdate/hdate.php

    r357065 r427430  
    8080if ($leftshabat > 1) $nday=__("It will come in","zmanim").' '.$leftshabat.' '.__("days","zmanim");
    8181if ($leftshabat == 5) $nday=__("It will come in","zmanim").' '.__("5 days","zmanim");
    82 if ($leftshabat ==1) $nday=__("It will come","zmanim")." ".__("tomorrow","zmanim");
     82if ($leftshabat == 1) $nday=__("It will come","zmanim")." ".__("tomorrow","zmanim");
    8383if ($leftshabat <1) $nday=__("It will come in","zmanim")." $leftHour:$leftMin";
    8484
  • zmanim-widget/trunk/lib/main.js

    r326107 r427430  
    55    jQuery('a.'+id).toggle();
    66    jQuery('ul#'+id).toggle();
     7    //jQuery(this).parent().parent().parent('ul').toggle();
    78    return false;
    89});
  • zmanim-widget/trunk/message.php

    r381096 r427430  
    113113//includes
    114114include ("hdate/today.php");
     115include ("week_zmanin.php");
    115116include ("hdate/hdate.php");
    116117include ("weeklytorah.php");
  • zmanim-widget/trunk/readme.txt

    r390405 r427430  
    44Requires at least: 2.7
    55Tested up from : 3.0
    6 Stable tag: 1.11.1
     6Stable tag: 1.12
    77
    88Displays Jewish calendar information in a widget.
     
    2424
    2525== Changelog ==
     26= 1.12 =
     27- added new functionality. Now it is possible to display Zmanim for a week forward
    2628= 1.11.1 =
    2729- fixed Plag haMincha time. It was 1 proportional hour later, than it should be.
  • zmanim-widget/trunk/zmanim-widget.php

    r390405 r427430  
    44 Plugin URI: http://kosherdev.com/category/zmanim-widget/
    55 Description: Allows to turn off the Wordpress site, while Shabat of High Holidays are going on in your area.
    6  Version: 1.11.1
     6 Version: 1.12
    77 Author: Misha Beshkin
    88 Author URI: http://misha.beshkin.lv/
Note: See TracChangeset for help on using the changeset viewer.