WikiSky:Project's Log
From WikiSky
Contents |
Build 05-Dec-2006
Changes:
- Galaxies catalogue and support added
- bug with inactive image on first page in Mozilla browsers fixed
- UTF-8 urlencoding on search bug fixed (using encodeURIComponent() function insted of old one escape()), allowing to search objects by names with non-ascii characters, like "α Cen" or "Ανδρομέδα"
- workaround on bug in mozilla/firefox browsers of truncating text to 4096 bytes retrieved by xml method text = xmlElement.firstChild.data. The work around is: text = (xmlElement.textContent) ? xmlElement.textContent : xmlElement.firstChild.data.
Patch 07-Dec-2006
- Added API feature (Sky Window) that allows to embed dynamic sky map in IFRAME window for external web sites
- Fixed few minor problems with mouse coordinate detection over sky map
Patch 08-Dec-2006
- Added search by equatorial coordinates (i.e. "12 30 30.5 +45 15 45.5", "12.55, 45.25")
- Fixed bug in adding new article and approving of article changes procedure
Patch 12-Dec-2006
- Added support for named objects (in addition to star names) and implemented localized search by object name (i.e. "Сириус"). Still needed interfaces for objects' names adding and editing.
- Added support for nebula and cluster type objects, the objects can be added to classification group, can be opened in details view, but no drawing on main map yet.
Patch 24-Dec-2006
- Added related articles list with abstract on object's details page using adsabs.harvard.edu service.
- Fixed bug - incorrect search of NGC/IC objects.
Patch 29-Dec-2006
- Added Sky Above feature to show current sky view.
- Show zoomed in view by default.
- Titles on buttons replaced by labels.
Patch 05-Jan-2007
- Put new buttons images
- Added related articles caching
- Reorganized object view page
- Added pointers on object in thumbnail images on object view page
- Zoom in on "sky above" request if current view in whole sky position
- Fixed bug with Hebrew constellation names in javascript (some constellations names contain apostrophe ( ' )
- Added [SDSS] coverage detection on server side. The feature currently used by dynamic sky window on object view page. It will show SDSS view of galaxy if available, otherwise it will switch to generated maps.
Forum patch 27-Dec-2006
- Applied antiSpam patch for our phpbb forum. We are getting around 10-30 spam posts a day. Let see if the patch will help.
- Applied freeCap mod to reduce spamming Wikisky 21:07, 29 December 2006 (EST)
Build 21-Jan-2007
- starview page design reviewed
- replaced skywindow iframe with javascript on starview page
- added list of all object's proper names on starview page
- improved add/delete object's external links interface
- added function to add/delete proper names for objects
- few minor fixes
Patch 22-Jan-2007
- Fixed bug in javascript that caused misposition of skywindow on starview pages in Internet Explorer browser
Multiple surveys support 12-April-2007
- Added support for presenting multiple surveys
- Infrared Astronomical Satellite (IRAS) survey processed and published (IRIS data used

