Changeset 357065
- Timestamp:
- 03/08/2011 04:45:42 AM (15 years ago)
- Location:
- zmanim-widget
- Files:
-
- 4 edited
- 14 copied
-
tags/1.9.2 (copied) (copied from zmanim-widget/trunk)
-
tags/1.9.2/config.php (copied) (copied from zmanim-widget/trunk/config.php)
-
tags/1.9.2/config_admin.php (copied) (copied from zmanim-widget/trunk/config_admin.php)
-
tags/1.9.2/hdate/hdate.php (copied) (copied from zmanim-widget/trunk/hdate/hdate.php) (2 diffs)
-
tags/1.9.2/hdate/hol.php (copied) (copied from zmanim-widget/trunk/hdate/hol.php)
-
tags/1.9.2/hdate/today.php (copied) (copied from zmanim-widget/trunk/hdate/today.php) (1 diff)
-
tags/1.9.2/lib/main.js (copied) (copied from zmanim-widget/trunk/lib/main.js)
-
tags/1.9.2/lib/main_admin.js (copied) (copied from zmanim-widget/trunk/lib/main_admin.js)
-
tags/1.9.2/localization/zmanim-ru_RU.mo (copied) (copied from zmanim-widget/trunk/localization/zmanim-ru_RU.mo)
-
tags/1.9.2/localization/zmanim-ru_RU.po (copied) (copied from zmanim-widget/trunk/localization/zmanim-ru_RU.po)
-
tags/1.9.2/message.php (copied) (copied from zmanim-widget/trunk/message.php)
-
tags/1.9.2/readme.txt (copied) (copied from zmanim-widget/trunk/readme.txt) (2 diffs)
-
tags/1.9.2/weeklytorah.php (copied) (copied from zmanim-widget/trunk/weeklytorah.php)
-
tags/1.9.2/zmanim-widget.php (copied) (copied from zmanim-widget/trunk/zmanim-widget.php) (1 diff)
-
trunk/hdate/hdate.php (modified) (2 diffs)
-
trunk/hdate/today.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/zmanim-widget.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
zmanim-widget/tags/1.9.2/hdate/hdate.php
r330905 r357065 21 21 22 22 $resultStr = date_sunset($ts_start, SUNFUNCS_RET_STRING, $shlat, $shlong, 90+50/60, $shoffset); 23 23 24 list($resultHour, $resultMin) = split(':', $resultStr); 24 25 $resultHour += $timediff_end; 25 26 $resultMin -= 18; 26 27 27 while($resultMin < 0) {28 if ($resultMin < 0) { 28 29 $resultMin += 60; 29 30 $resultHour--; … … 84 85 if ( strlen($resultMin) < 2 && $resultMin == 0) $resultMin=$resultMin.'0'; 85 86 if ( strlen($resultMin) < 2 && $resultMin > 0) $resultMin='0'.$resultMin; 86 if ( strlen($resultMin_end) < 2 && $resultMin_end == 0) $resultMin =$resultMin_end.'0';87 if ( strlen($resultMin_end) < 2 && $resultMin_end > 0) $resultMin ='0'.$resultMin_end;87 if ( strlen($resultMin_end) < 2 && $resultMin_end == 0) $resultMin_end=$resultMin_end.'0'; 88 if ( strlen($resultMin_end) < 2 && $resultMin_end > 0) $resultMin_end='0'.$resultMin_end; 88 89 89 90 if ($weekday == 6 && "$currentHour$currentMin" < "$resultHour_end$resultMin_end") $nday=translate_z('Shabbat',$data['accent']); -
zmanim-widget/tags/1.9.2/hdate/today.php
r297504 r357065 78 78 if ($hebrew) print ' :'.translate_z('Netz','hebrew'); 79 79 '</li>'; 80 list($hour,$min) = explode(':',date_sunrise($ts_t, SUNFUNCS_RET_STRING, $shlat, $shlong, 90+$zman_tallit, $shoffset)); 80 list($hour,$min) = explode(':',date_sunrise($ts_t, SUNFUNCS_RET_STRING, $shlat, $shlong, 90+$zman_tallit, $shoffset)); //zman_tallit = 11 by default 81 81 $time_2 = date($time_format, $ts_zero+($hour*3600)+($min*60)); 82 82 print '<li>'.__("Earliest","zmanim").' '.translate_z('Tallit',$data['accent']).': '.$time_2; -
zmanim-widget/tags/1.9.2/readme.txt
r330905 r357065 4 4 Requires at least: 2.7 5 5 Tested up from : 3.0 6 Stable tag: 1.9. 16 Stable tag: 1.9.2 7 7 8 8 Displays Jewish calendar information in a widget. … … 24 24 25 25 == Changelog == 26 = 1.9.2 = 27 - fixed wrong time for Shabbat candle lighting 26 28 = 1.9.1 = 27 29 - removed debugging message -
zmanim-widget/tags/1.9.2/zmanim-widget.php
r330905 r357065 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.9. 16 Version: 1.9.2 7 7 Author: Misha Beshkin 8 8 Author URI: http://misha.beshkin.lv/ -
zmanim-widget/trunk/hdate/hdate.php
r330905 r357065 21 21 22 22 $resultStr = date_sunset($ts_start, SUNFUNCS_RET_STRING, $shlat, $shlong, 90+50/60, $shoffset); 23 23 24 list($resultHour, $resultMin) = split(':', $resultStr); 24 25 $resultHour += $timediff_end; 25 26 $resultMin -= 18; 26 27 27 while($resultMin < 0) {28 if ($resultMin < 0) { 28 29 $resultMin += 60; 29 30 $resultHour--; … … 84 85 if ( strlen($resultMin) < 2 && $resultMin == 0) $resultMin=$resultMin.'0'; 85 86 if ( strlen($resultMin) < 2 && $resultMin > 0) $resultMin='0'.$resultMin; 86 if ( strlen($resultMin_end) < 2 && $resultMin_end == 0) $resultMin =$resultMin_end.'0';87 if ( strlen($resultMin_end) < 2 && $resultMin_end > 0) $resultMin ='0'.$resultMin_end;87 if ( strlen($resultMin_end) < 2 && $resultMin_end == 0) $resultMin_end=$resultMin_end.'0'; 88 if ( strlen($resultMin_end) < 2 && $resultMin_end > 0) $resultMin_end='0'.$resultMin_end; 88 89 89 90 if ($weekday == 6 && "$currentHour$currentMin" < "$resultHour_end$resultMin_end") $nday=translate_z('Shabbat',$data['accent']); -
zmanim-widget/trunk/hdate/today.php
r297504 r357065 78 78 if ($hebrew) print ' :'.translate_z('Netz','hebrew'); 79 79 '</li>'; 80 list($hour,$min) = explode(':',date_sunrise($ts_t, SUNFUNCS_RET_STRING, $shlat, $shlong, 90+$zman_tallit, $shoffset)); 80 list($hour,$min) = explode(':',date_sunrise($ts_t, SUNFUNCS_RET_STRING, $shlat, $shlong, 90+$zman_tallit, $shoffset)); //zman_tallit = 11 by default 81 81 $time_2 = date($time_format, $ts_zero+($hour*3600)+($min*60)); 82 82 print '<li>'.__("Earliest","zmanim").' '.translate_z('Tallit',$data['accent']).': '.$time_2; -
zmanim-widget/trunk/readme.txt
r330905 r357065 4 4 Requires at least: 2.7 5 5 Tested up from : 3.0 6 Stable tag: 1.9. 16 Stable tag: 1.9.2 7 7 8 8 Displays Jewish calendar information in a widget. … … 24 24 25 25 == Changelog == 26 = 1.9.2 = 27 - fixed wrong time for Shabbat candle lighting 26 28 = 1.9.1 = 27 29 - removed debugging message -
zmanim-widget/trunk/zmanim-widget.php
r330905 r357065 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.9. 16 Version: 1.9.2 7 7 Author: Misha Beshkin 8 8 Author URI: http://misha.beshkin.lv/
Note: See TracChangeset
for help on using the changeset viewer.