Changeset 215266
- Timestamp:
- 03/09/2010 08:00:12 AM (16 years ago)
- Location:
- zmanim-widget
- Files:
-
- 3 edited
- 23 copied
-
tags/0.8.1 (copied) (copied from zmanim-widget/trunk)
-
tags/0.8.1/config.php (copied) (copied from zmanim-widget/trunk/config.php)
-
tags/0.8.1/dictionary (copied) (copied from zmanim-widget/trunk/dictionary)
-
tags/0.8.1/dictionary/ashkenaz.php (copied) (copied from zmanim-widget/trunk/dictionary/ashkenaz.php)
-
tags/0.8.1/dictionary/fullkriyah.csv (copied) (copied from zmanim-widget/trunk/dictionary/fullkriyah.csv)
-
tags/0.8.1/dictionary/sephard.php (copied) (copied from zmanim-widget/trunk/dictionary/sephard.php)
-
tags/0.8.1/functions.php (copied) (copied from zmanim-widget/trunk/functions.php)
-
tags/0.8.1/hdate (copied) (copied from zmanim-widget/trunk/hdate)
-
tags/0.8.1/hdate/hdate.php (copied) (copied from zmanim-widget/trunk/hdate/hdate.php)
-
tags/0.8.1/hdate/hebrewdate.inc (copied) (copied from zmanim-widget/trunk/hdate/hebrewdate.inc)
-
tags/0.8.1/hdate/hol.php (copied) (copied from zmanim-widget/trunk/hdate/hol.php)
-
tags/0.8.1/hdate/holidays.inc (copied) (copied from zmanim-widget/trunk/hdate/holidays.inc)
-
tags/0.8.1/hdate/holidays.php (copied) (copied from zmanim-widget/trunk/hdate/holidays.php)
-
tags/0.8.1/hdate/today.php (copied) (copied from zmanim-widget/trunk/hdate/today.php)
-
tags/0.8.1/img (copied) (copied from zmanim-widget/trunk/img)
-
tags/0.8.1/lib (copied) (copied from zmanim-widget/trunk/lib)
-
tags/0.8.1/localization (copied) (copied from zmanim-widget/trunk/localization)
-
tags/0.8.1/localization/zmanim-ru_RU.mo (copied) (copied from zmanim-widget/trunk/localization/zmanim-ru_RU.mo)
-
tags/0.8.1/localization/zmanim-ru_RU.po (copied) (copied from zmanim-widget/trunk/localization/zmanim-ru_RU.po)
-
tags/0.8.1/message.php (copied) (copied from zmanim-widget/trunk/message.php) (1 diff)
-
tags/0.8.1/readme.txt (copied) (copied from zmanim-widget/trunk/readme.txt) (3 diffs)
-
tags/0.8.1/weeklytorah.php (copied) (copied from zmanim-widget/trunk/weeklytorah.php)
-
tags/0.8.1/zmanim-widget.php (copied) (copied from zmanim-widget/trunk/zmanim-widget.php) (2 diffs)
-
trunk/message.php (modified) (1 diff)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/zmanim-widget.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
zmanim-widget/tags/0.8.1/message.php
r211459 r215266 23 23 include ("hdate/today.php"); 24 24 include ("hdate/hdate.php"); 25 include ("weeklytorah.php"); 25 26 include ("hdate/hol.php"); 26 27 ?> -
zmanim-widget/tags/0.8.1/readme.txt
r215247 r215266 4 4 Requires at least: 2.7 5 5 Tested up from : 2.9 6 Stable tag: 0.8 6 Stable tag: 0.8.1 7 7 8 8 Displays Jewish calendar information in a widget. … … 24 24 25 25 == Changelog == 26 = 0.8.1 = 27 - Added updated file 26 28 = 0.8 = 27 29 - Added Weekly Torah portion … … 72 74 73 75 == Credits == 76 - HebCal.com for a csv file with all the order of torah reading 77 http://www.hebcal.com/help/sedra.html 74 78 - Cipora Greve for a wonderful explanation and examples of zmanim calculations and hollidays in php 75 79 http://www.ziporah-greve.net/prog/jewish-php.html -
zmanim-widget/tags/0.8.1/zmanim-widget.php
r215247 r215266 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.8 6 Version: 0.8.1 7 7 Author: Misha Beshkin 8 8 Author URI: http://kosherdev.com/ … … 27 27 ?> 28 28 <? 29 error_reporting(E_ALL);29 //error_reporting(E_ALL); 30 30 31 31 add_action("widgets_init", array('zmanim_widget', 'register')); -
zmanim-widget/trunk/message.php
r211459 r215266 23 23 include ("hdate/today.php"); 24 24 include ("hdate/hdate.php"); 25 include ("weeklytorah.php"); 25 26 include ("hdate/hol.php"); 26 27 ?> -
zmanim-widget/trunk/readme.txt
r215247 r215266 4 4 Requires at least: 2.7 5 5 Tested up from : 2.9 6 Stable tag: 0.8 6 Stable tag: 0.8.1 7 7 8 8 Displays Jewish calendar information in a widget. … … 24 24 25 25 == Changelog == 26 = 0.8.1 = 27 - Added updated file 26 28 = 0.8 = 27 29 - Added Weekly Torah portion … … 72 74 73 75 == Credits == 76 - HebCal.com for a csv file with all the order of torah reading 77 http://www.hebcal.com/help/sedra.html 74 78 - Cipora Greve for a wonderful explanation and examples of zmanim calculations and hollidays in php 75 79 http://www.ziporah-greve.net/prog/jewish-php.html -
zmanim-widget/trunk/zmanim-widget.php
r215247 r215266 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.8 6 Version: 0.8.1 7 7 Author: Misha Beshkin 8 8 Author URI: http://kosherdev.com/ … … 27 27 ?> 28 28 <? 29 error_reporting(E_ALL);29 //error_reporting(E_ALL); 30 30 31 31 add_action("widgets_init", array('zmanim_widget', 'register'));
Note: See TracChangeset
for help on using the changeset viewer.