Changeset 226192
- Timestamp:
- 04/07/2010 07:19:18 PM (16 years ago)
- Location:
- zmanim-widget
- Files:
-
- 4 edited
- 24 copied
-
tags/0.10.2 (copied) (copied from zmanim-widget/trunk)
-
tags/0.10.2/config.php (copied) (copied from zmanim-widget/trunk/config.php)
-
tags/0.10.2/countomer.php (copied) (copied from zmanim-widget/trunk/countomer.php)
-
tags/0.10.2/dictionary (copied) (copied from zmanim-widget/trunk/dictionary)
-
tags/0.10.2/dictionary/ashkenaz.php (copied) (copied from zmanim-widget/trunk/dictionary/ashkenaz.php)
-
tags/0.10.2/dictionary/fullkriyah.csv (copied) (copied from zmanim-widget/trunk/dictionary/fullkriyah.csv)
-
tags/0.10.2/dictionary/sephard.php (copied) (copied from zmanim-widget/trunk/dictionary/sephard.php)
-
tags/0.10.2/functions.php (copied) (copied from zmanim-widget/trunk/functions.php)
-
tags/0.10.2/hdate (copied) (copied from zmanim-widget/trunk/hdate)
-
tags/0.10.2/hdate/hdate.php (copied) (copied from zmanim-widget/trunk/hdate/hdate.php) (1 diff)
-
tags/0.10.2/hdate/hebrewdate.inc (copied) (copied from zmanim-widget/trunk/hdate/hebrewdate.inc)
-
tags/0.10.2/hdate/hol.php (copied) (copied from zmanim-widget/trunk/hdate/hol.php)
-
tags/0.10.2/hdate/holidays.inc (copied) (copied from zmanim-widget/trunk/hdate/holidays.inc)
-
tags/0.10.2/hdate/holidays.php (copied) (copied from zmanim-widget/trunk/hdate/holidays.php)
-
tags/0.10.2/hdate/today.php (copied) (copied from zmanim-widget/trunk/hdate/today.php) (1 diff)
-
tags/0.10.2/img (copied) (copied from zmanim-widget/trunk/img)
-
tags/0.10.2/lib (copied) (copied from zmanim-widget/trunk/lib)
-
tags/0.10.2/localization (copied) (copied from zmanim-widget/trunk/localization)
-
tags/0.10.2/localization/zmanim-ru_RU.mo (copied) (copied from zmanim-widget/trunk/localization/zmanim-ru_RU.mo)
-
tags/0.10.2/localization/zmanim-ru_RU.po (copied) (copied from zmanim-widget/trunk/localization/zmanim-ru_RU.po)
-
tags/0.10.2/message.php (copied) (copied from zmanim-widget/trunk/message.php)
-
tags/0.10.2/readme.txt (copied) (copied from zmanim-widget/trunk/readme.txt) (2 diffs)
-
tags/0.10.2/weeklytorah.php (copied) (copied from zmanim-widget/trunk/weeklytorah.php)
-
tags/0.10.2/zmanim-widget.php (copied) (copied from zmanim-widget/trunk/zmanim-widget.php) (1 diff)
-
trunk/hdate/hdate.php (modified) (1 diff)
-
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/0.10.2/hdate/hdate.php
r222263 r226192 1 1 <? 2 $weekday = 7;//date("N", $ts);2 $weekday = date("N", $ts); 3 3 $leftshabat = (5 - $weekday); 4 4 $endshabat = (6 - $weekday); -
zmanim-widget/tags/0.10.2/hdate/today.php
r222263 r226192 55 55 $time_2=implode(':',getProportionalHours($sunriseStr_t,$sunsetStr_t,11.75)); 56 56 print '<li>'.__("Plag Hamincha","zmanim").': '.$time_2.'</li>'; 57 print '<li>'.__("Shkiah","zmanim").': '.$sunsetStr_t.'</li>'; 57 58 echo "</ul>\n"; 58 59 echo "</li></ul>\n"; -
zmanim-widget/tags/0.10.2/readme.txt
r223728 r226192 4 4 Requires at least: 2.7 5 5 Tested up from : 2.9 6 Stable tag: 0.10. 16 Stable tag: 0.10.2 7 7 8 8 Displays Jewish calendar information in a widget. … … 24 24 25 25 == Changelog == 26 = 0.10.2 = 27 - added Shkiah value 28 - fixed wrong Shabat date 26 29 = 0.10.1 = 27 30 - added missed file -
zmanim-widget/tags/0.10.2/zmanim-widget.php
r223728 r226192 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: 0.10. 16 Version: 0.10.2 7 7 Author: Misha Beshkin 8 8 Author URI: http://kosherdev.com/ -
zmanim-widget/trunk/hdate/hdate.php
r222263 r226192 1 1 <? 2 $weekday = 7;//date("N", $ts);2 $weekday = date("N", $ts); 3 3 $leftshabat = (5 - $weekday); 4 4 $endshabat = (6 - $weekday); -
zmanim-widget/trunk/hdate/today.php
r222263 r226192 55 55 $time_2=implode(':',getProportionalHours($sunriseStr_t,$sunsetStr_t,11.75)); 56 56 print '<li>'.__("Plag Hamincha","zmanim").': '.$time_2.'</li>'; 57 print '<li>'.__("Shkiah","zmanim").': '.$sunsetStr_t.'</li>'; 57 58 echo "</ul>\n"; 58 59 echo "</li></ul>\n"; -
zmanim-widget/trunk/readme.txt
r223728 r226192 4 4 Requires at least: 2.7 5 5 Tested up from : 2.9 6 Stable tag: 0.10. 16 Stable tag: 0.10.2 7 7 8 8 Displays Jewish calendar information in a widget. … … 24 24 25 25 == Changelog == 26 = 0.10.2 = 27 - added Shkiah value 28 - fixed wrong Shabat date 26 29 = 0.10.1 = 27 30 - added missed file -
zmanim-widget/trunk/zmanim-widget.php
r223728 r226192 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: 0.10. 16 Version: 0.10.2 7 7 Author: Misha Beshkin 8 8 Author URI: http://kosherdev.com/
Note: See TracChangeset
for help on using the changeset viewer.