Changeset 808861
- Timestamp:
- 11/22/2013 01:46:36 PM (12 years ago)
- Location:
- adatosystems-friday-zmanim/trunk
- Files:
-
- 1 added
- 2 edited
-
license.txt (added)
-
readme.txt (modified) (5 diffs)
-
zmanfriday.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
adatosystems-friday-zmanim/trunk/readme.txt
r808859 r808861 5 5 Requires at least: 3.3 6 6 Tested up to: 3.7.1 7 <<<<<<< .mine8 7 Stable tag: 1.7 9 =======10 Stable tag: 1.611 >>>>>>> .r80885812 8 License: GPLv2 or later 13 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 71 67 Check the "debug" option at the bottom of the widget to get some of the initial calculations that are coming in. Otherwise, contact the developer. I hear he's a great guy. 72 68 73 <<<<<<< .mine74 69 = I put in my zipcode but I'm not getting the right location. = 75 70 Get the latitude/longitude for your location and use that instead. … … 79 74 80 75 81 =======82 = I put in my zipcode but I'm not getting the right location. =83 Get the latitude/longitude for your location and use that instead.84 85 >>>>>>> .r80885886 76 == Screenshots == 87 77 … … 92 82 == Changelog == 93 83 94 <<<<<<< .mine95 84 = 1.7 = 96 85 * Fixed issues with Plag and Shema, proving yet again that developers should not QA their own code. … … 100 89 * If using Lat/Long, returns location name in that location's language (if possible) 101 90 102 =======103 = 1.6 =104 * Added options for Latitude/Longitude for those locations where the postal code doesn't work.105 * If using Lat/Long, returns location name in that location's language (if possible)106 107 >>>>>>> .r808858108 91 = 1.5 = 109 92 * Using sunrise/sunset (instead of calculating it within the code) because of mis-matches in DST (daylight savings time) calculations. -
adatosystems-friday-zmanim/trunk/zmanfriday.php
r808859 r808861 6 6 * Uses the inimitable Hebcal.com site for parsha and other information, 7 7 * as well as Google Maps API for geographic and sunrise/sunset information. 8 <<<<<<< .mine9 8 * Version: 1.7 10 =======11 * Version: 1.612 >>>>>>> .r80885813 9 * Author: Leon Adato 14 10 * Author URI: http://www.adatosystems.com/ … … 21 17 * 2013-10-24 - changed Lat/Long call to use geocoder.us, timezone to use 22 18 * 2013-11-13 - more changes to fix up time zone and dst stuff. 23 <<<<<<< .mine24 19 * 2013-11-15 - add option for latitude/longitude instead of postal code; also returns location in that locale's language if possible 25 20 * 2013-11-22 - fixed more calculatings, proving once again that developers should not QA their own code. 26 =======27 * 2013-11-22 - add option for latitude/longitude instead of postal code; also returns location in that locale's language if possible28 >>>>>>> .r80885829 21 * 30 22 * This program is free software: you can redistribute it and/or modify … … 350 342 <p> 351 343 <label for="<?php echo $this->get_field_id('zip'); ?>">Zip code:</label> 352 <<<<<<< .mine353 344 <input id="<?php echo $this->get_field_id('zip'); ?>" name="<?php echo $this->get_field_name('zip'); ?>" value="<?php echo $instance['zip']; ?>" size="5" maxlength="5" /><br /> 354 345 Or provide the latitude/Longitude<br /> … … 357 348 <label for="<?php echo $this->get_field_id('userlong'); ?>">Longitude:</label> 358 349 <input id="<?php echo $this->get_field_id('userlong'); ?>" name="<?php echo $this->get_field_name('userlong'); ?>" value="<?php echo $instance['userlong']; ?>" size="15" maxlength="15" /> 359 =======360 <input id="<?php echo $this->get_field_id('zip'); ?>" name="<?php echo $this->get_field_name('zip'); ?>" value="<?php echo $instance['zip']; ?>" size="5" maxlength="5" /><br />361 Or provide the latitude/Longitude<br />362 <label for="<?php echo $this->get_field_id('userlat'); ?>">Latitude:</label>363 <input id="<?php echo $this->get_field_id('userlat'); ?>" name="<?php echo $this->get_field_name('userlat'); ?>" value="<?php echo $instance['userlat']; ?>" size="7" maxlength="7" /><br />364 <label for="<?php echo $this->get_field_id('userlong'); ?>">Longitude:</label>365 <input id="<?php echo $this->get_field_id('userlong'); ?>" name="<?php echo $this->get_field_name('userlong'); ?>" value="<?php echo $instance['userlong']; ?>" size="7" maxlength="7" />366 >>>>>>> .r808858367 350 </p> 368 351
Note: See TracChangeset
for help on using the changeset viewer.