Changeset 427430
- Timestamp:
- 08/23/2011 04:37:21 AM (15 years ago)
- Location:
- zmanim-widget
- Files:
-
- 1 added
- 6 edited
- 14 copied
-
tags/1.12 (copied) (copied from zmanim-widget/trunk)
-
tags/1.12/config.php (copied) (copied from zmanim-widget/trunk/config.php)
-
tags/1.12/config_admin.php (copied) (copied from zmanim-widget/trunk/config_admin.php) (2 diffs)
-
tags/1.12/hdate/hdate.php (copied) (copied from zmanim-widget/trunk/hdate/hdate.php) (1 diff)
-
tags/1.12/hdate/hol.php (copied) (copied from zmanim-widget/trunk/hdate/hol.php)
-
tags/1.12/hdate/today.php (copied) (copied from zmanim-widget/trunk/hdate/today.php)
-
tags/1.12/lib/main.js (copied) (copied from zmanim-widget/trunk/lib/main.js) (1 diff)
-
tags/1.12/lib/main_admin.js (copied) (copied from zmanim-widget/trunk/lib/main_admin.js)
-
tags/1.12/localization/zmanim-ru_RU.mo (copied) (copied from zmanim-widget/trunk/localization/zmanim-ru_RU.mo)
-
tags/1.12/localization/zmanim-ru_RU.po (copied) (copied from zmanim-widget/trunk/localization/zmanim-ru_RU.po)
-
tags/1.12/message.php (copied) (copied from zmanim-widget/trunk/message.php) (1 diff)
-
tags/1.12/readme.txt (copied) (copied from zmanim-widget/trunk/readme.txt) (2 diffs)
-
tags/1.12/weeklytorah.php (copied) (copied from zmanim-widget/trunk/weeklytorah.php)
-
tags/1.12/zmanim-widget.php (copied) (copied from zmanim-widget/trunk/zmanim-widget.php) (1 diff)
-
trunk/config_admin.php (modified) (2 diffs)
-
trunk/hdate/hdate.php (modified) (1 diff)
-
trunk/lib/main.js (modified) (1 diff)
-
trunk/message.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/zmanim-widget.php (modified) (1 diff)
-
week_zmanin.php (added)
Legend:
- Unmodified
- Added
- Removed
-
zmanim-widget/tags/1.12/config_admin.php
r381586 r427430 24 24 // zmanim 25 25 if (!isset($_POST['zmanim_hide'])) unset($data['zmanim_hide']); 26 if (!isset($_POST['zmanim_week_hide'])) unset($data['zmanim_week_hide']); 26 27 if (!isset($_POST['zmanim-hide-exclude'])) unset($data['zmanim_hide_exclude']); 27 28 if (isset($_POST['zmanim-hide-exclude'])) $data['zmanim_hide_exclude']=implode('|',$_POST['zmanim-hide-exclude']); … … 179 180 </select> 180 181 </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 > 181 187 <h3><?_e('Map configuration',"");?></h3> 182 188 <label for="zman_map_key">Google map API key:</label> -
zmanim-widget/tags/1.12/hdate/hdate.php
r357065 r427430 80 80 if ($leftshabat > 1) $nday=__("It will come in","zmanim").' '.$leftshabat.' '.__("days","zmanim"); 81 81 if ($leftshabat == 5) $nday=__("It will come in","zmanim").' '.__("5 days","zmanim"); 82 if ($leftshabat == 1) $nday=__("It will come","zmanim")." ".__("tomorrow","zmanim");82 if ($leftshabat == 1) $nday=__("It will come","zmanim")." ".__("tomorrow","zmanim"); 83 83 if ($leftshabat <1) $nday=__("It will come in","zmanim")." $leftHour:$leftMin"; 84 84 -
zmanim-widget/tags/1.12/lib/main.js
r326107 r427430 5 5 jQuery('a.'+id).toggle(); 6 6 jQuery('ul#'+id).toggle(); 7 //jQuery(this).parent().parent().parent('ul').toggle(); 7 8 return false; 8 9 }); -
zmanim-widget/tags/1.12/message.php
r381096 r427430 113 113 //includes 114 114 include ("hdate/today.php"); 115 include ("week_zmanin.php"); 115 116 include ("hdate/hdate.php"); 116 117 include ("weeklytorah.php"); -
zmanim-widget/tags/1.12/readme.txt
r390405 r427430 4 4 Requires at least: 2.7 5 5 Tested up from : 3.0 6 Stable tag: 1.1 1.16 Stable tag: 1.12 7 7 8 8 Displays Jewish calendar information in a widget. … … 24 24 25 25 == Changelog == 26 = 1.12 = 27 - added new functionality. Now it is possible to display Zmanim for a week forward 26 28 = 1.11.1 = 27 29 - fixed Plag haMincha time. It was 1 proportional hour later, than it should be. -
zmanim-widget/tags/1.12/zmanim-widget.php
r390405 r427430 4 4 Plugin URI: http://kosherdev.com/category/zmanim-widget/ 5 5 Description: Allows to turn off the Wordpress site, while Shabat of High Holidays are going on in your area. 6 Version: 1.1 1.16 Version: 1.12 7 7 Author: Misha Beshkin 8 8 Author URI: http://misha.beshkin.lv/ -
zmanim-widget/trunk/config_admin.php
r381586 r427430 24 24 // zmanim 25 25 if (!isset($_POST['zmanim_hide'])) unset($data['zmanim_hide']); 26 if (!isset($_POST['zmanim_week_hide'])) unset($data['zmanim_week_hide']); 26 27 if (!isset($_POST['zmanim-hide-exclude'])) unset($data['zmanim_hide_exclude']); 27 28 if (isset($_POST['zmanim-hide-exclude'])) $data['zmanim_hide_exclude']=implode('|',$_POST['zmanim-hide-exclude']); … … 179 180 </select> 180 181 </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 > 181 187 <h3><?_e('Map configuration',"");?></h3> 182 188 <label for="zman_map_key">Google map API key:</label> -
zmanim-widget/trunk/hdate/hdate.php
r357065 r427430 80 80 if ($leftshabat > 1) $nday=__("It will come in","zmanim").' '.$leftshabat.' '.__("days","zmanim"); 81 81 if ($leftshabat == 5) $nday=__("It will come in","zmanim").' '.__("5 days","zmanim"); 82 if ($leftshabat == 1) $nday=__("It will come","zmanim")." ".__("tomorrow","zmanim");82 if ($leftshabat == 1) $nday=__("It will come","zmanim")." ".__("tomorrow","zmanim"); 83 83 if ($leftshabat <1) $nday=__("It will come in","zmanim")." $leftHour:$leftMin"; 84 84 -
zmanim-widget/trunk/lib/main.js
r326107 r427430 5 5 jQuery('a.'+id).toggle(); 6 6 jQuery('ul#'+id).toggle(); 7 //jQuery(this).parent().parent().parent('ul').toggle(); 7 8 return false; 8 9 }); -
zmanim-widget/trunk/message.php
r381096 r427430 113 113 //includes 114 114 include ("hdate/today.php"); 115 include ("week_zmanin.php"); 115 116 include ("hdate/hdate.php"); 116 117 include ("weeklytorah.php"); -
zmanim-widget/trunk/readme.txt
r390405 r427430 4 4 Requires at least: 2.7 5 5 Tested up from : 3.0 6 Stable tag: 1.1 1.16 Stable tag: 1.12 7 7 8 8 Displays Jewish calendar information in a widget. … … 24 24 25 25 == Changelog == 26 = 1.12 = 27 - added new functionality. Now it is possible to display Zmanim for a week forward 26 28 = 1.11.1 = 27 29 - fixed Plag haMincha time. It was 1 proportional hour later, than it should be. -
zmanim-widget/trunk/zmanim-widget.php
r390405 r427430 4 4 Plugin URI: http://kosherdev.com/category/zmanim-widget/ 5 5 Description: Allows to turn off the Wordpress site, while Shabat of High Holidays are going on in your area. 6 Version: 1.1 1.16 Version: 1.12 7 7 Author: Misha Beshkin 8 8 Author URI: http://misha.beshkin.lv/
Note: See TracChangeset
for help on using the changeset viewer.