Releases: Caltech-IPAC/firefly
Firefly-Standalone v1.0.0 Beta
This standalone release enable Firefly to run without additional dependencies beside Java 1.8.
It comes with an embedded Tomcat 7.
To start Firefly:
java -jar firefly-exec.war
By default, it will start up on port 8080. Goto to http://localhost:8080/firefly/ after it has started.
To start it on a different port, add -httpPort to the java command.
This will extract the content of the war file into a directory called ".extract" in your current directory.
To change this, add -extractDirectory to the java command.
Changelog:
921c40f - Fixed unrecoverable error when chart is added from dropdown while single view multi-chart is expanded. Also made histogram API backward compatible. [2017-03-16]
f922fa6 - DM-9342: Fixed the bug introduced that made Bayesian Block fail. Change all the data type of all numberical properties in HistogramOptions PropTypes.oneOfType([PropTypes.string,PropTypes.number]) [2017-03-16]
412be80 - fixed jsdoc errors [2017-03-16]
2387ae1 - Merge pull request #335 from Caltech-IPAC/DM-9342-HistogramOption [2017-03-16]
12e59cb - DM-9342: Hide the tempory "infinity" when the number of bins field is empty [2017-03-16]
e34373f - DM-9342: When number of bins, or min or max changes, the bin width will change accoringly Set the bin width to 6 digit [2017-03-16]
a084955 - IRSA-174: TSV mission list should display only WISE and Basic for now. Merge pull request #336. [2017-03-16]
7f990e2 - dm-9827: changed basic to other [2017-03-15]
03102d7 - DM-9342: Set the min/max,binWidth to empty when the column is an expression [2017-03-15]
8194754 - DM-9342: Refill the min/max and bin width values Disable the input bin width/number of bins when the radio button is diseleced. [2017-03-15]
60dd941 - IRSA-174: TSV mission list should display only WISE and Basic for now [2017-03-14]
2f3a3b2 - Merge pull request #334 from Caltech-IPAC/DM-9589-remove-constraint-columns [2017-03-14]
61df40a - DM-9342: Fixed the inital value if fixedSizeBin radio button [2017-03-14]
c3eb5ad - fix help id in background monitor [2017-03-13]
abbd51b - DM-9589: validate table before result layout and fixed popup index [2017-03-13]
e6351cc - DM-9342: Change the label in fixed bin. [2017-03-13]
bede658 - DM-9787: Add and automate API doc and JSDoc publishing tasks [2017-03-13]
9ff1d0f - DM-9342: Fixed clear/reset issue [2017-03-13]
fa21035 - Merge pull request #330 from Caltech-IPAC/DM-9638-AddHistogramColumn [2017-03-13]
675f475 - DM-9271: fix unselected columns appearing in downloaded tables. Merge pull request #332. [2017-03-13]
13fa15d - DM-9342: Add the bin width,min and max options [2017-03-13]
130bbbb - DM-9589: add functions to validate tbale upload and images to be displayed check for basic case, add all numerical column suggestion and band selection radio buttons in WISE case [2017-03-13]
f575d33 - Use updated 'isMetaDataTable' to detect if the loaded table for column selection is metadata table. Remove the use of 'onlyData' to catagorize the table which is neither a metadata table nor a catalog table. [2017-03-13]
9cfe087 - Merge pull request #333 from Caltech-IPAC/DM-9594-ScatterPlotRestButton [2017-03-13]
c48e39c - DM-9638: isMetaDataTable function not more strict [2017-03-13]
487a566 - DM-9590 merge XY plot is unrecoverable after failure, pr #329 [2017-03-13]
5b8c1fc - - invalid initial value should produce warning - full height suggest box rendering should not cause flicker [2017-03-13]
9340db0 - Merge pull request #326 from Caltech-IPAC/DM-9471-remove-flux-error-input [2017-03-11]
636608d - Fix error message and column field not being validated for histogram. [2017-03-10]
769e54b - DM-9594: Fixed the bug in RadioGroupInputView.jsx [2017-03-10]
992da7e - DM-9271: fix unselected columns appearing in downloaded tables. Also: - fixed downloaded file with 'undefined.tbl' name. [2017-03-09]
af8b2d7 - DM-9638 Remove unexpected image tab and not unmount the column selection popup after a column for Histogram is selected. [2017-03-08]
31dbb68 - Merge pull request #328 from Caltech-IPAC/dm-9691-image-issues [2017-03-05]
9c4ec38 - DM-9590 XY plot is unrecoverable after it fails [2017-03-04]
d41f208 - DM-9691: time series image problems fixed [2017-03-04]
68eff97 - add suggestion list for generic table field entry on time, value, datasource, ra, and dec. [2017-03-03]
3cd6e21 - DM-7803: add time series launch capability to suit app. Merge pull request #325. [2017-03-03]
150e339 - update peirodogram service url to irsatest [2017-03-03]
aeefc2c - DM-9080-LabelCutoff Fix label cutoff on the tab header and popup pa. Merge pull request #327. [2017-03-03]
79aa271 - DM-7803: fix generic not working after merge. [2017-03-03]
7934b97 - Merge pull request #324 from Caltech-IPAC/DM-9581-RotaionMSXImage [2017-03-03]
84f03ed - DM-7803: add time series launch capability to suit app. [2017-03-02]
25d71a4 - DM-9343: Fixed the bug introduced (refering an undefined object:x.columnOrExpr when columnOrExpr is not defined) [2017-03-02]
42406cc - DM-9471: remove error flux column input field in setting box area [2017-03-02]
fde1c34 - DM-9080-LabelCutoff [2017-03-02]
ac7697a - Merge branch 'DM-9491-GenericTSTable' into dev [2017-03-02]
4f4d103 - Merge branch 'dev' into DM-9491-GenericTSTable [2017-03-02]
404c780 - Update based on the review and add functions to process metadata tags on position coordinate and add relevant fields into the UI. [2017-03-01]
e8e633a - DM-9371 Merge Display cutouts in LSST timeseries viewer pr #323 [2017-03-01]
2c3ab59 - response to review comments [2017-03-01]
4f1fc7e - Merge pull request #321 from Caltech-IPAC/DM-9343-ChartZoom [2017-03-01]
ca3ef67 - correct behavior when data boundary falls inside zoomed area [2017-03-01]
09807f9 - DM-9581: Fixed rotation issue on MSX iamge [2017-03-01]
e98f036 - DM-9371 Display cutouts in LSST timeseries viewer [2017-03-01]
c902def - DM-9343: Reset zoom when the x or y column changes [2017-02-28]
79288ae - DM-9491 Add support for generic time series tables in the TS viewer [2017-02-28]
1165020 - Merge pull request #320 from Caltech-IPAC/DM-9467-change-lc-labels [2017-02-28]
8ac0c39 - DM-9343: Fixed the zoom bug [2017-02-28]
89a2443 - Merge pull request #319 from Caltech-IPAC/dm-9359-restore-err [2017-02-28]
490034d - DM-9467: changed labels accordingly to the reviewers feedback [2017-02-27]
456f33e - Merge pull request #317 from Caltech-IPAC/DM-9164-add-lc-help-links [2017-02-27]
a9aa5ed - DM-9164: added jsdoc missing [2017-02-27]
86dbe30 - DM-9578: Merge PR #318 from dm-9578-error-showing [2017-02-26]
d495eb7 - DM-9164: improved anchors position [2017-02-24]
95abddf - DM-9359: Fixed: Restoring coverage image after cropping it shows an empty tab entitled 'FITS data [2017-02-24]
ae3d525 - Merge branch 'rc' into dev [2017-02-24]
268b5df - DM-9578: warning message does not disappear [2017-02-24]
f4edba7 - DM-9164: adding help links everywhere in TSV [2017-02-23]
2f4c4de - DM-9164: adding help links [2017-02-23]
efa8641 - DM-9565 merge Support Hidden Filters pr #316 [2017-02-23]
b8b403f - DM-9565 - support for hidden filters [2017-02-23]
06ff1a7 - Merge pull request #315 from Caltech-IPAC/dm-9552-mouse-pixel-off [2017-02-22]
b5ec704 - DM-9550: Replace " band = Band[bandSelect.toUpperCase()];" by " band= Band.get(bandSelect);" [2017-02-22]
6804c96 - Merge pull request #314 from Caltech-IPAC/DM-9500-FITSDownLoagBugs [2017-02-22]
af8f993 - DM-9552: Fixed: Reported mouse position on mouse click is a couple of pixels off [2017-02-22]
cdf40eb - DM-9348 Merge LSST - time series viewer results (part 2) pr #313 [2017-02-22]
07b4bc7 - DM-9348 LSST - small UI tweaks [2017-02-22]
1dd3371 - DM-9550: Fixed the color band radio button bug Fixed saving color band FITS file issue Correct the alignment issue Hide the color band radio buttons when the file type is png or reg [2017-02-22]
4ee1b20 - Merge pull request #311 from Caltech-IPAC/DM-8845-UnitTestForImagePlot [2017-02-22]
d70cf5a - DM-8845: Add unit test for ImagePlot class [2017-02-22]
3018fb4 - DM-9543: calling showXYPlot API without xcol/ycol name fails. Merge pull request #312. [2017-02-22]
b5e97bd - DM-9348 LSST - time series viewer results (part 2) [2017-02-21]
6a0fd06 - DM-9339: image means full image polygon search fix [2017-02-21]
bd3df8e - DM-9543: calling showXYPlot API without xcol/ycol name fails [2017-02-21]
72d99a5 - Merge pull request #309 from Caltech-IPAC/dm-9490-python-api [2017-02-21]
5e60a26 - DM-9327: Create IFE app for Time series viewer. Merge pull request #307. [2017-02-21]
a05cf8d - DM-9272: Clean up IRSA Time series viewer to prepare RC. Merge pull request #310. [2017-02-21]
4655290 - DM-9490: python api enhancements [2017-02-21]
83bd553 - DM-9272: Clean up IRSA Time series viewer to prepare RC [2017-02-17]
f87095b - Merge pull request #308 from Caltech-IPAC/DM-9430-CompassLayout [2017-02-17]
62f28f6 - no compass is rendered for the fits with no world coordinate. [2017-02-17]
10f30e4 - Merge pull request #306 from Caltech-IPAC/DM-9162-magnitude-reverse [2017-02-17]
dfe3542 - DM-9430: fixed: projection.isImplement was not working correctly [2017-02-17]
c18c4b4 - DM-9430 Fix Compass Layout - render compass at the left corner on various image processing. [2017-02-17]
e4c68e5 - peaks table SDE column sort order fixed [2017-02-16]
e34eaf0 - Merge pull request #305 from Caltech-IPAC/DM-8989-sql-constraints-gator [2017-02-16]
828aa37 - fix mispelled word [2017-02-16]
c182dcb - DM-9327: Create IFE app for Time series viewer [2017-02-16]
7f13e2f - Merge pull request #304 from Caltech-IPAC/DM-8839-ImageHeaderUnitTest [2017-02-16]
e595b47 - DM-9162: magnitude should be plotted in reversed order Yaxis [2017-02-16]
Firefly-Standalone v1.0.0 Beta
This standalone release enable Firefly to run without additional dependencies beside Java 1.8.
It comes with an embedded Tomcat 7.
To start Firefly:
java -jar firefly-exec.war
By default, it will start up on port 8080. Goto to http://localhost:8080/firefly/ after it has started.
To start it on a different port, add -httpPort to the java command.
This will extract the content of the war file into a directory called ".extract" in your current directory.
To change this, add -extractDirectory to the java command.
Changelog:
7e95232 - DM-8566: build related fixes. Merge PR #266. [2017-01-09]
22f01cd - DM-8566: build related fixes [2017-01-09]
86bd65a - DM-8566: build related fixes [2017-01-09]
4db36cc - wise calalog name change (remove 'wise_' prefix) [2017-01-09]
Firefly-Standalone v1.0.0 Beta
This standalone release enable Firefly to run without additional dependencies beside Java 1.8.
It comes with an embedded Tomcat 7.
To start Firefly:
java -jar firefly-exec.war
By default, it will start up on port 8080. Goto to http://localhost:8080/firefly/ after it has started.
To start it on a different port, add -httpPort to the java command.
This will extract the content of the war file into a directory called ".extract" in your current directory.
To change this, add -extractDirectory to the java command.
Changelog:
4dbd7b0 - DM-8566: build related fixes [2017-01-06]
8ab2c36 - DM-8833: Creates a basic download dialog based on selected rows. Merge PR #264. [2017-01-06]
f092f19 - DM-8302 merge opposite axis location pr #265 [2017-01-06]
d938872 - DM-8302 response to review comments [2017-01-06]
2d64994 - Merge pull request #263 from Caltech-IPAC/DM-7781-UpdateZscaleTest [2017-01-05]
40072f4 - DM-8302 options for opposite axis location: X on top, Y on right Also refactored code to separate ColumnOrExpression field to use in histogram. [2017-01-05]
08f411a - DM-8833: Creates a basic download dialog based on selected rows - create download dialog with extendable options - create download button that connects to single table or active table of a named group - update LcResults.jsx to use this new download dialog as an example [2017-01-05]
40eb6c4 - DM-7781-UpdateZscaleTest: Added setUp() and tearDown(); Directly called Zscale.cdl_zscale; [2017-01-05]
e71d2ae - Merge pull request #262 from Caltech-IPAC/DM-8548-addMoreInfo [2017-01-05]
f3da63b - DM-8548: fixed ScienceCcdExposure's title issue [2017-01-04]
d5b345e - DM-8548 fixed the wrong deepCoaddId in the image title [2017-01-04]
1a093fe - Merge pull request #260 from Caltech-IPAC/DM-8648-WrongFluxUnit [2017-01-04]
99a2a3b - DM-8598: Dispatch TBL_RESULTS_ACTIVE when table is removed. Merge PR #261. [2017-01-03]
bf2df1a - DM-8598: Dispatch TBL_RESULTS_ACTIVE when table is removed [2017-01-03]
8fbff34 - DM-8648:fixed the flux unit bug [2017-01-03]
3aee25f - DM-8385: PDAC v1 deployment. Merge PR #259. [2016-12-22]
c68a439 - DM-8385: PDAC v1 deployment - setup LSST/suit repo - added lsst logo onto the banner - make sure build scripts are fully functional - minor code refactoring [2016-12-21]
7fb7394 - DM-7965 - merged pr #258: consistent highlight and select colors; fixed histogram tooltip. [2016-12-16]
8f040c8 - Fixed the issue with histogram tooltip formatter: in Highcharts 5 split: true is causing tooltip to be shared, perhaps a bug in Highcharts. Anyway it's not needed. Added a way to handle shared tooltips, commented out split. [2016-12-16]
576cada - DM-7970: 'dm-7970-lc-image-defaults' into dev [2016-12-16]
c086548 - DM-7970: Merge branch 'dev' into dm-7970-lc-image-defaults [2016-12-16]
cc1f1d4 - DM-7965 make consistent highlight and selection colors [2016-12-16]
6cc1f1d - DM-7970: fixed bug found in review [2016-12-16]
3f32880 - Merge pull request #257 from Caltech-IPAC/DM-7947-UnitTestForCircle [2016-12-16]
de73aef - Merge pull request #255 from Caltech-IPAC/DM-8542-DLSymbolSize [2016-12-16]
304c80f - DM-7966: Default table sorting in LC viewer. Merge pr #251. [2016-12-16]
a73d3ac - DM-8542 -fix setState error -move color utility routines to Color.js -change the symbol dialog to be only one as color dialog. -update drawlayer in color dialog [2016-12-16]
3e962e2 - DM-7947:Add unit test for Circle class [2016-12-16]
1262191 - Merge pull request #254 from Caltech-IPAC/dm-3612_errorbars [2016-12-16]
3bbe3b2 - DM-7970: Image settings for Light curve [2016-12-16]
595e734 - DM-8310: Merge PR #252 from dm-8310-wcs-move-target [2016-12-16]
56acc7b - DM-8310: changes from feedback [2016-12-16]
0483784 - DM-8542 -add color name to rgb conversion -render one symbol dialog for each drawing layer [2016-12-15]
5a3a6a7 - bring errors (rather than low-high values from the server) to make sure the errors are displayed with the precision set on the server [2016-12-15]
c50da88 - DM-8542 Add support for changing draw layer symbol and the size [2016-12-15]
ba051be - DM-3612 XY plot errorbars [2016-12-14]
990c374 - DM-8310: search Target match [2016-12-14]
96872d0 - DM-7966: Default table sorting in LC viewer - set default sorting on raw, phase, and peak tables also: - allow for raw table upload only, but added option to specify time and flux column - code cleanup - fix table index out-of-bound when navigate via arrow keys - change popup phase folded values from 3 decimal places to 8 to match the server-side version [2016-12-14]
d384654 - Merge pull request #250 from Caltech-IPAC/DM-7829-use-irsa-lc-api [2016-12-08]
ce1d613 - DM-8181: Add script download dialog. Merge PR #249. [2016-12-08]
0b8aad3 - DM-8181: Add script download dialog [2016-12-08]
7da28db - DM-7829: more cleanup, use local file in unit test instead. [2016-12-08]
0da1138 - DM-7829: fix couple of minor issues found by reviewer [2016-12-08]
0c91815 - DM-7829: adapt LC viewer to fetch IRSA api, also add tests and setup to load properties in general for unit test [2016-12-07]
bbc41d1 - Merge pull request #238 from Caltech-IPAC/DM-7784-7963-image-url-retrieve [2016-12-07]
249205c - DM-8181: Add script download dialog [2016-12-07]
c614f02 - Charts bug fixed: 1. when table removed - chart is not in sync, 2. empty string in xy options min-max (when changed from another value) is interpreted as 0. [2016-12-07]
a793d50 - JSDocs fix: fixed a jsdoc build error [2016-12-07]
0d4d30f - DM-8157: URLFileInfoProcessor was not giving progress feedback [2016-12-06]
2f120c7 - DM-8157: Cleanup of URLFileInfoProcessor, removed redudent logging, and better handling of URL status 500 [2016-12-06]
0450a65 - DM-8157: Cleanup of URLFileInfoProcessor, removed redudent logging, and better handling of URL status 500 [2016-12-06]
0a1df68 - Merge pull request #242 from Caltech-IPAC/DM-8157-ImgSearchProcessor [2016-12-06]
bbd566a - DM-8157:removed fieldId in the URL since it is no needed [2016-12-06]
a7e5e6d - Fixed the follo: [2016-12-06]
39ae8fa - DM-8157: fixed the padding bug in patch field and changed the 'lsst-' back to 'lsst-sdss' [2016-12-06]
bfc6fb8 - Merge branch 'DM-8543-ActivateCoverage' into dev [2016-12-06]
eb093a6 - Merge branch 'dev' into DM-8543-ActivateCoverage [2016-12-06]
07c5d6e - DM-8543 replace 'plot' with 'item' for functions related to set active item in MultiViewCntlr.js [2016-12-06]
6584558 - Bug Fix: not checking for undefined in an array caused ImageMetaDataWatcher saga to exit [2016-12-06]
4fc334d - DM-8157: change the extended class to URLFileInfoProcessor in LSSTImageSearchProcessor and use the tract, patch, filterId and filterName to search the image in DeepCoadd [2016-12-06]
cddc1c5 - DM-7781: Merge pr #239 from DM-7781-JUnitTestForZscale [2016-12-06]
d4b5ed5 - DM-8579: Merge pr #247 vis server cleanup from dm-8579-cleanup [2016-12-06]
c58d3be - DM-8579: a little more cleanup [2016-12-06]
06e05f6 - update logic for changing the active plot ID under the viewer. [2016-12-06]
1e2f556 - keep the state of last active plot into the multi-image viewer object [2016-12-05]
fb25928 - DM-8310: vis server cleanup [2016-12-02]
de2e663 - Merge pull request #246 from Caltech-IPAC/DM-8449-LSSTCatalogUI [2016-11-30]
ae20ad4 - add ra, dec to the title of lsst searched image table tabs [2016-11-30]
1193b02 - DM-8449 resolve LSST catalog search panel running bugs [2016-11-30]
e8eaef7 - fix DataGroupWriter not flushing data when needed. [2016-11-30]
b102e46 - DM-7784-7963: refactor code. [2016-11-30]
a9bc0ea - Merge pull request #245 from Caltech-IPAC/dm-8376-via-url [2016-11-30]
b64d0b3 - DM-8376: added url test launch [2016-11-30]
e27e9c2 - DM-8361: PDAC related issues. Merge PR #243 [2016-11-29]
a2185fb - DM-8361: PDAC related issues [2016-11-29]
b133a76 - DM-8214 handling server errors in charts, merge pr #244 [2016-11-29]
d1b3c44 - add search type string to the title on LSST searched image table. [2016-11-29]
650983f - DM-8157: 1: add image search processor 2: add methods in LssSdssRequestList.js to create the WebRequest which calls the image search processor [2016-11-29]
6df7a23 - Merge pull request #241 from Caltech-IPAC/DM-8334-CatagLogImageSearch [2016-11-29]
2b9e59b - DM-8376: url will now work for image plot [2016-11-29]
1d7545c - DM-8214 - handling server errors in charts [2016-11-29]
93c3f67 - DM-8361: PDAC related issues [2016-11-29]
a57af64 - Merge branch 'DM-8334-CatagLogImageSearch' of https://github.com/Caltech-IPAC/firefly into DM-8334-CatagLogImageSearch [2016-11-29]
7dcaa19 - check if catalog panel object is mounted or not while setting the state after async query. [2016-11-29]
890ba22 - DM-8334: add the temporary client side constructions of image URLS [2016-11-28]
3bae000 - DM-7784-7963: getting the cutout value and pass it to the URL retrieve fixed [2016-11-28]
b319e11 - DM-8334: change the search sql expression for catalog's image search based on the image's intersect. [2016-11-28]
0ac9c66 - Merge pull request #240 from Caltech-IPAC/DM-8308-LSSTImageCatalog [2016-11-28]
b607a28 - DM-8308 Update LSST search panel to work for both catalog and image searches [2016-11-23]
6db2acf - DM-7781. Moved the test class to the package matching the main class location. [2016-11-23]
18f8fa0 - DM-7784-7963 * LC image retireve use url instead of ibe for general purpose LCViewer * Add user input image cutout size in Phase Fold Panel. [2016-11-22]
7adee44 - bug: link error [2016-11-22]
3fb6099 - Merge pull request #237 from Caltech-IPAC/DM-7964-prefilled-period [2016-11-22]
b38bc13 - DM-7964: simpler - no need for array comparison for now [2016-11-22]
c6ba3af - Merge pull request #236 from Caltech-IPAC/DM-8303-useQervFunctions [2016-11-22]
a1d0e01 - DM-8182: send email when package successfully completed.. Merge PR #234. [2016-11-21]
8fac9b4 - DM-8182: send email when package successfully completes. - fixed email sent on immediate download - fixed email erroroneously sent on email fiel...
Firefly-Standalone v1.0.0 Beta
This standalone release enable Firefly to run without additional dependencies beside Java 1.8.
It comes with an embedded Tomcat 7.
To start Firefly:
java -jar firefly-exec.war
By default, it will start up on port 8080. Goto to http://localhost:8080/firefly/ after it has started.
To start it on a different port, add -httpPort to the java command.
This will extract the content of the war file into a directory called ".extract" in your current directory.
To change this, add -extractDirectory to the java command.
Changelog:
b41eb7c - Merge pull request #235 from Caltech-IPAC/DM-7967-sort-magnitude-reversed [2016-11-18]
71fdb5c - DM-7967: y-axis reversed in popup dialog too [2016-11-18]
4d8a642 - DM-8208 merge Improve error handling on external task failure, pr #233 [2016-11-18]
e9be089 - DM 8208 - moved getJSONFromTask to ffapi-pylaunch-test.html, added tests for image and table - updated external task launcher documentation [2016-11-18]
9a50d5d - DM-7967: reverse axis for magnitude [2016-11-18]
437aca7 - DM-8288: Merge PR #231 from DM-8288-client-images [2016-11-17]
409e532 - DM-8288: fix multiple issues. [2016-11-17]
98ceafb - DM 8208 Improve error handling on external task failure [2016-11-17]
cde67e6 - Merge pull request #229 from Caltech-IPAC/DM-8006-PhaseFold2DChart [2016-11-17]
c89d206 - fix the tooltip from hicharts to show numbers in consistent floating digits. [2016-11-17]
6df7588 - DM-8179: Preserve background jobs and statuses beyond a browser session. PR #230 [2016-11-17]
d3043ed - DM-8179: one more time. [2016-11-16]
eede639 - change the style of slider, remove 'phase folding' tab and move the button for starting phase folding dialog to be under 'phase folding' tab. [2016-11-16]
47c197c - DM-8179: one more clean-up missed in previous commit. [2016-11-16]
08bdb80 - DM-8179: sync email and minor cleanup in response to review. [2016-11-16]
f1d471d - DM-8288: Add support to show LSST SDSS images in triview [2016-11-16]
fd9bae8 - Merge pull request #228 from Caltech-IPAC/DM-6617-fix-master-cat-parsing [2016-11-16]
30a744d - fix the status comparison in xy chart error and that improve the performance. update the precision of the number displayed on the slide bar. [2016-11-15]
e0f061c - DM-8179: Preserve background jobs and statuses beyond a browser session. [2016-11-15]
fd2b7e2 - BUG Fix: viewer id cannot be defaulted. A plot can be added to multiple viewers. [2016-11-15]
fe15260 - DM-8252: add the proper meta infor the TableMeta for the image tables [2016-11-15]
0c3c402 - BUG FIX: redux flux added undefined reducer, TablesCntlr: extra character after merger [2016-11-15]
ed92679 - DM-8006 Add xy chart to phase folding parameter setting panel using hicharts. [2016-11-15]
568891b - DM-8252:add a method to handle the type discrepency [2016-11-15]
6646464 - DM-8010:add comments [2016-11-15]
3de08d6 - DM-8010: added the constraints to the SQL query if any [2016-11-15]
1dc22a3 - DM-6617: fix parsing info link [2016-11-14]
734d8fa - Merge pull request #227 from Caltech-IPAC/DM-7969-input-time-offset [2016-11-14]
93fb2ba - Remove incorrect plot option [2016-11-14]
c92c288 - Removed some unused test searches [2016-11-14]
073d30a - DM-7969: Fix min/max period for the slider. Add xMax = 2 to ploting options. [2016-11-11]
73e7083 - DM-8216 merge pr #224 - histogram for long values [2016-11-11]
83249ab - Merge pull request #225 from Caltech-IPAC/DM-8245-LSSTCatalogImage [2016-11-10]
10a4c8e - DM-7119, changed FIrefly Tools to Firefly APIs [2016-11-10]
2688234 - DM-8245 Add image tables into LSST catalog search panel. [2016-11-10]
8ad9f2f - Merge branch 'rc' into dev [2016-11-10]
d760cd0 - DM-8162: Call IRSAViewer to display images directly via URL. Merge pr #222. [2016-11-10]
c2bd639 - Merge branch 'dev' of https://github.com/Caltech-IPAC/firefly into dev [2016-11-09]
44f65d5 - add TblUtil to createErrorTbl. (it was removed due to previous merge) [2016-11-09]
7a89fa1 - DM-8175: RECENTER action will ignore bounds checking when given a center point. [2016-11-09]
867431b - dm-8216 Histogram for long values [2016-11-09]
9a239a5 - DM-8010:change the timeout as a parameter which can be stored as a property, its default value is 30seconds [2016-11-08]
19b6dc8 - DM-8010: set timeout for URLConnection to provent from long waitinng when the DAX server is not running [2016-11-08]
3d6ac6f - DM-8010: set the default database name to , use table name only in the SQL query [2016-11-08]
773d37a - fixed a javascript error, missing } [2016-11-08]
c418be5 - Merge pull request #223 from Caltech-IPAC/dm-8176-tweeks [2016-11-08]
402465e - DM-8176: Based on feedback, I made several changes [2016-11-08]
7c74f50 - swith the order of the radio button items on LSST Catalogs sesarch. [2016-11-08]
6fe5f8c - remove unnecessary request parameter for LSST parameter search. [2016-11-07]
cbaa5b7 - Merge branch 'dev' of https://github.com/Caltech-IPAC/firefly into dev [2016-11-07]
60a5d65 - Merge branch 'DM-8189-TableModelErrHandle' into dev [2016-11-07]
523f2e1 - Merge branch 'dev' into DM-8189-TableModelErrHandle [2016-11-07]
98a050d - Merge pull request #215 from Caltech-IPAC/DM-7782-UnitTestForCrop [2016-11-07]
9df077a - Merge pull request #220 from Caltech-IPAC/DM-8005-PhaseFolding [2016-11-07]
5d40c1c - Move adding default chart to a separate saga to make sure it triggers layout update. [2016-11-07]
87d1336 - Merge pull request #218 from Caltech-IPAC/DM-8010-Access_DAC [2016-11-07]
f8685ae - DM-8010: added the error handling for sever error code>=500, fixed the unit bag in box search [2016-11-07]
4cbced9 - DM-8176: tweeks for lsst entry points and options [2016-11-07]
f328037 - Chart flow related bugs: 1. synchronizing the default chart viewer with the active table is moved to a separate saga, this synchronization happens on CHART_ADD and on TBL_RESULTS_ACTIVE; 2. when a chart is replaced, 'mounted' attribute should be that of the previous chart. 3. the chart area did not show in Firefly Viewer (on the first catalog search). [2016-11-07]
a943aef - DM-8162: Call IRSAViewer to display images directly via URL [2016-11-07]
6c894b3 - break the RangeSlider smart and UI portion as suggested by Trey. [2016-11-04]
189fed4 - fix every line which calls 'createErrorTbl()' due to location change of 'createErrorTbl()' [2016-11-04]
07a8115 - DM-8189 handling fetch error for the catalog constraint panel. [2016-11-04]
5ec9345 - DM-7830: Hook image display into raw table as well. Merge pr #219 [2016-11-04]
457239b - DM-8005 Create phase folding parameter setting panel and move the phase folding algorithm to the client side. Make client-only TableMode works like one from the server. [2016-11-03]
239e132 - Bug Fix: mask overlays were not aligned correctly with image [2016-11-03]
9666e27 - DM-7830: Hook image display into raw table as well. [2016-11-02]
5b590ec - Merge branch 'dev' of https://github.com/Caltech-IPAC/Firefly into dev [2016-11-02]
0c305c0 - minor: add placeholder [2016-11-02]
c3437cc - DM-8010: URLDownload modified to handle errors better and log post data [2016-11-02]
f2d57a5 - DM-6286 Charts Container, merge pr #216 [2016-11-01]
bf8cd0d - DM-8010:handled the data type issue in the data, convert the degree to arcsec for elliptical method search, and all columns are selected if the selcol=null [2016-11-01]
c503b3e - - Fixed the bug in old chart api demo - Moved 'Close' button to the extreme left - Chart remove icon is now on the chart - Use Chart, Options, Toolbar functional components instead of renderChart, renderOptions, renderToolbar [2016-11-01]
48b09a7 - DM-8010: the radius passed as degree, convert to arsec in the Elliptical search [2016-11-01]
5b3f410 - DM-8149: changes based on feedback [2016-11-01]
8d2f4e3 - refactoring to support better controller registration and sage registration [2016-11-01]
1f829cc - change the size value sent to the server for LSST catalog search in the unit of 'degree' [2016-11-01]
a2610c6 - DM-8149: Merge PR #217 from dm-8149-registration [2016-11-01]
3ce98c0 - DM-8149: changes based on feedback [2016-11-01]
2d383dd - DM-8010: Add LSSTMetaSearch and LSSTCatalogSearch processors [2016-11-01]
9f59dc0 - refactoring to support better controller registration and sage registration [2016-10-31]
2c06d23 - Merge branch 'rc' into dev [2016-10-31]
f21d29c - BUG FIX: Fixes a bad very performance problem in making a very large viewport size and fixes a Magnifier exception [2016-10-31]
c28f77b - MultiChartViewer: handling active chart [2016-10-31]
9fe6ca2 - MultiChartViewer using active chart toolbar. [2016-10-28]
2c329ec - fix LC image count options to be string to avoid prop error warning [2016-10-28]
abe48eb - revert change because toolbar would not work right. [2016-10-27]
91ee8d0 - fixed RadioGroup's prop type validation warnings [2016-10-27]
34f3a4e - ChartsTableViewPanel.jsx is completely replaced by ChartPanel.jsx [2016-10-27]
95f3762 - DM-6286 Refactored charts display (from ChartsTableViewPanel.jsx to ChartPanel.jsx [2016-10-27]
8a9d6ca - DM-6286 Charts container [2016-10-25]
75222fd - Merge branch 'DM-4593_background_monitor' into dev [2016-10-25]
26e9b44 - Merge branch 'dev' into DM-4593_background_monitor [2016-10-25]
72b5f9b - fixed ServCommand.doCommand being called twice [2016-10-25]
4ea4688 - DM-4593: background monitor review edits [2016-10-24]
100a9f0 - fix bad temp file location. [2016-10-24]
7575426 - add missing stop.gif [2016-10-24]
18589f1 - DM-4593: background monitor for Firefly [2016-10-21]
9b2342c - DM-7782: add unit test for Crop class [2016-10-21]
Firefly-Standalone v1.0.0 Beta
This standalone release enable Firefly to run without additional dependencies beside Java 1.8.
It comes with an embedded Tomcat 7.
To start Firefly:
java -jar firefly-exec.war
By default, it will start up on port 8080. Goto to http://localhost:8080/firefly/ after it has started.
To start it on a different port, add -httpPort to the java command.
This will extract the content of the war file into a directory called ".extract" in your current directory.
To change this, add -extractDirectory to the java command.
Changelog:
a662548 - add request back into package.json because it's used by publish-to-github.js script. [2016-10-24]
ada2156 - Bug fix in AREA_SELECT extension [2016-10-24]
b74bf37 - Merge pull request #213 from Caltech-IPAC/DM-7761-LSSTCatalogGenSearch [2016-10-21]
a3eea8f - fixed as review. [2016-10-21]
d7979ea - DM-7761: fixed CatalogWatch to recongnize the meta data [2016-10-21]
1b1d8df - DM-7761 Build LSST Catalog search form using the components from IRSA catalog search form [2016-10-21]
be6d797 - Merge branch 'DM-7783-HistogramUnitTest' into dev [2016-10-20]
8a94209 - Merge branch 'dev' into DM-7783-HistogramUnitTest [2016-10-20]
2ec3e1f - DM-8028:add a utility class [2016-10-20]
b5bb5f3 - DM-7783: add HistogramTest class, add the unit tests and end to end test [2016-10-20]
0068713 - Merge pull request #212 from Caltech-IPAC/DM-8028-UnitTestUtility [2016-10-20]
df92144 - DM-7995: fixed icon case problem [2016-10-20]
5f47879 - DM-8028:add a utility class [2016-10-20]
ea7f3c8 - DM-7783: add HistogramTest class, add the unit tests and end to end test [2016-10-20]
6a15922 - DM-7995: bug fixes [2016-10-20]
74504da - DM-7995: Merge PR #211 from dm-7995-lsst-ops [2016-10-19]
969b5ef - DM-7995: changes/fixes after review [2016-10-19]
e2cf385 - Merge pull request #209 from Caltech-IPAC/DM-8007-pip-installable [2016-10-19]
4c05ce5 - DM-8007 repackage firefly_client to make pip-installable [2016-10-19]
bde0c6c - DM-7995: options for lsst [2016-10-19]
d4d8c35 - Merge pull request #210 from Caltech-IPAC/DM-7800-searchProcessors [2016-10-18]
12371df - DM-7800: add the short description as a attibute [2016-10-18]
b9de08b - DM-7800: add the unit and description, display the meta table contents [2016-10-17]
caff8f1 - DM-7800: cleaned up some of the testing codes [2016-10-17]
81bd935 - DM-7800:produced dummy data files OK [2016-10-17]
af2f2d8 - DM-7800:more testing codes [2016-10-17]
3450415 - DM-7800: add two search processor and create the test GUI [2016-10-17]
cda4f07 - don't update xyplot when tbl is loading (to avoid extra chart updates on tbl sort, etc.) [2016-10-14]
ebccc30 - DM-7920 Merge pull request #206, refactor chart data and actions [2016-10-14]
5cc66d2 - - define chart data types at ReduxFlux level, use closure to pass them to action creators - move code defining chart data types under dataTypes directory - support optional fetch on table sort - other minor cleanup in response to review comments [2016-10-14]
8b79d55 - Merge pull request #208 from Caltech-IPAC/dm-7986-fix [2016-10-14]
cb6ab79 - DM-7986: fix circles connecting & add way to reorder image tabs [2016-10-14]
0999061 - Merge pull request #207 from Caltech-IPAC/DM-7948-bugfixes-irsaviewer [2016-10-13]
0fa1780 - fixed typo [2016-10-13]
e815def - 1.Fixed problem with extra help icon on select a new image panel. 2. Updated some help links per Luisa's feedbacks. 3.. Updated the LC viewer panels. [2016-10-13]
d1bffbf - Merge branch 'rc' into dev [2016-10-12]
fc5cafa - DM-7920 response to review comments: - moved adding a default chart to FireflyViewerManager - renamed XYPlotCntlr to ChartDataTypeXYCols - renamed HistogramCntlr to ChartDataTypeHistogram - a bit of cleanup in docs [2016-10-12]
8d6f980 - fixed the bug which breaks table filtering. [2016-10-12]
a933c56 - DM-7920 Refactor chart data and generalize actions [2016-10-11]
ad5f8b9 - Merge pull request #205 from Caltech-IPAC/DM-7918-CatalogConstraints [2016-10-11]
1ecdc6a - fix fftools:jsTest not found error [2016-10-10]
3cabf98 - solve to highlight the column 'constraints' which is with invalid constraint string. [2016-10-10]
bfb18f4 - Merge pull request #203 from Caltech-IPAC/dm-7921_multihistogram [2016-10-08]
d606ac9 - Update the calculation of tbl_id based on short form, long form or no form cases. Show error message for invalid search constraint. [2016-10-08]
7f6ff0e - fix long & stardard form selection error [2016-10-07]
e4da128 - DM-7918 Fixed the error for displaying constraint string and update the state when the constraint string changes. [2016-10-07]
b4f6713 - Merge pull request #202 from Caltech-IPAC/dm-7912-multiviewcntlr [2016-10-07]
ec96558 - DM-7912: refactor MultiViewCntlr, and DM-7924 mask overlay bug fix [2016-10-07]
f666956 - [DM-7921] Multiple series histogram display (not connected to table) [2016-10-06]
b59ad0c - DM-7912: refactor MultiViewCntlr to work with more than just images [2016-10-06]
a75e9cd - DM-7767 fixed jsdoc errors [2016-10-06]
6c9e262 - Merge pull request #200 from Caltech-IPAC/dm-7767-lc-multi-image [2016-10-05]
ba59c0e - DM-7767: change from feedback [2016-10-05]
01c88ee - Merge pull request #201 from Caltech-IPAC/DM-7789-javascriptUnitTest [2016-10-05]
58a2f34 - DM-7789:remove karma usaged from package.json in src/firefly [2016-10-05]
6cc6365 - DM-7789: JavaScript unit testing - add jsTest into gradle 'test' - remove .babelrc - remove karma.config.js files - remove unused libraries related to testing, ie. karma, istanbul, rewire, sinon. [2016-10-04]
02ea9bd - DM-7789: JavaScript unit testing - add jsTest into gradle 'test' - remove .babelrc - remove karma.config.js files - remove unused libraries related to testing, ie. karma, istanbul, rewire, sinon. [2016-10-04]
e56355c - DM-7789:updated all javascript unit test related libraries [2016-10-04]
291f53a - DM-7789: add .babelrc and modified karma.conf.js [2016-10-04]
bdc6d79 - DM-7767 Make Multi image viewer support light curve type layout [2016-10-03]
23cb7d4 - remove everything from ehcache ignore list. [2016-08-30]
cb569c1 - TT-9268 Fix the bug with multi-object search not passing the login credentails [2016-08-19]
91a68ff - TT9259: Spitzer footprint label changed [2016-07-30]
68b5649 - fix VO endpoint findings test [2016-07-28]
c2770c5 - TT9183: setting the access url value as safe url instead. (cherry picked from commit 5f895ae) [2016-07-28]
Firefly-Standalone v1.0.0 Beta
This standalone release enable Firefly to run without additional dependencies beside Java 1.8.
It comes with an embedded Tomcat 7.
To start Firefly:
java -jar firefly-exec.war
By default, it will start up on port 8080. Goto to http://localhost:8080/firefly/ after it has started.
To start it on a different port, add -httpPort to the java command.
This will extract the content of the war file into a directory called ".extract" in your current directory.
To change this, add -extractDirectory to the java command.
Changelog:
cacbc9e - DM-7825: Use custom http headers to pass ws connection info. Merge pr #199. [2016-10-03]
e6a031e - LC: Fix test and wording [2016-10-03]
f92ee6d - fixed the bug in StretchDropDownView.jsx [2016-10-03]
abde390 - DM-7825: Use custom http headers to pass ws connection info [2016-09-30]
a164baa - Merge pull request #198 from Caltech-IPAC/dm-7805_reversed [2016-09-30]
551c699 - DM-7805 Changing column to plot doesn't reset the 'flip' option to unchecked state [2016-09-30]
8baecdd - DM-7824: merge hiistogram doc and bug fixes, pull request #197 from [2016-09-30]
e3e18a2 - Exposed histogram to API, added documentation, fixed histogram bugs: - y log scale - tooltip misaligned with bin boundaries [2016-09-30]
b105dc0 - revert the changes in StretchDropDownView.jsx [2016-09-30]
e84f993 - Merge pull request #190 from Caltech-IPAC/DM-7336-rotation [2016-09-30]
37199e0 - Merge pull request #195 from Caltech-IPAC/DM-7765-PNGText [2016-09-29]
3f19259 - update jsdoc on file region.js [2016-09-29]
eec0bc5 - Merge pull request #196 from Caltech-IPAC/DM-7488_text_view [2016-09-28]
0925535 - fix VAO url for VO search [2016-09-28]
444727d - DM-7700: Atlas table filtering doesn't work properly. pr #193 [2016-09-28]
579b1dd - DM-7700: implements change request [2016-09-28]
9b145db - DM-7488: Text View does not show column's label, only name. [2016-09-28]
57e4a8b - DM-7765 Render the text defined as the 'text' property value of a region on PNG [2016-09-28]
496f472 - Merge pull request #194 from Caltech-IPAC/dm-7760 [2016-09-28]
a702694 - Merge pull request #192 from Caltech-IPAC/DM-7164-LCviewer-ibe-preprocessor [2016-09-27]
92225c6 - Merge pull request #189 from Caltech-IPAC/DM-4127-maskOverLay [2016-09-27]
b151914 - Double.NaN == Double.NaN always returns false, use Double.isNaN() [2016-09-27]
ff14b50 - DM-7164: clean up import and add xy-plots options for each CL curves [2016-09-27]
d8132f8 - DM-7760: Fixed: WCS Match not working correctly if image start out unlocked. [2016-09-27]
9e3b08c - DM-7700: Atlas table filtering doesn't work properly [2016-09-26]
314e953 - Merge pull request #160 from Caltech-IPAC/DM-6438-unitTest_Using_firefly_test_data [2016-09-26]
bfc7dae - DM-4127: cleaned up the codes which were introduced by debugging [2016-09-26]
cc1a096 - replace the use of strem() & lambda expression with for loop in RegionFactory.js to pass GWT compile. [2016-09-26]
4b6f6c9 - put 'allowHeader' test back to parsePart() in RegionFactory.java (it was deleted in DM-7655). [2016-09-23]
93cf9b1 - Merge pull request #191 from Caltech-IPAC/DM-7655-RegionPropText [2016-09-23]
4153d3e - Add ibe server request retrieve the images. Fixed the makeProcessorRequest bug and few eslint errors in WebPLotRequest. [2016-09-23]
501f55d - move function 'getStringUnits' out of some function which calls reduce in RegionFactory.js. [2016-09-23]
ca9f1f1 - fixed a typo in 'refactorRegionValueUnit' of file 'RegionFactory.js' [2016-09-23]
353761c - DM-7665: fixed the region parsing issue regarding region used separators in the values of some properties which have string type values. [2016-09-22]
0ac765b - DM-7336:fixed the algorithm bug in Geom.java [2016-09-22]
652f208 - update the function call to access prime plot instead in catalog polygon search [2016-09-22]
c421ae6 - update the function call to accss prime plot in getDialogBuilder of DrawLayerPanel.jsx [2016-09-22]
31a5aac - DM-7695:fixed bug in StretchDropDownView.jsx [2016-09-22]
58f19f9 - DM-7508: testing more rules [2016-09-22]
3389870 - DM-7695: fixed the bug in StretchDropDownView.jsx [2016-09-22]
d5d2e7c - DM-7702: fixed bug, function PlotState.getRangeValues was accidently removed. [2016-09-22]
852f6f4 - Merge pull request #187 from Caltech-IPAC/DM-7116-DrawLayerDialog [2016-09-20]
d5d7ab7 - DM-4127:fixed the flipped bugs which caused the mask layer flipped wrongly [2016-09-20]
8113a26 - DM-4127: added codes in FlipXY to handle mask flips [2016-09-20]
862c31c - DM-7508: testing more rules [2016-09-20]
b843c79 - Merge pull request #183 from Caltech-IPAC/DM-6980-MarkerPNG [2016-09-19]
755a387 - Merge pull request #186 from Caltech-IPAC/DM-7159-lc-prototype [2016-09-19]
83d108d - Merge pull request #188 from Caltech-IPAC/dm-7681-vis-jsdoc [2016-09-19]
c16b98b - DM-7681 - add some visulization documentation [2016-09-19]
2332243 - change the rendering color of compass labels 'N' and 'E'. [2016-09-19]
7c91b38 - DM-7159: add phase folded code, ibe single exp fetch and periodogram example fetch [2016-09-19]
ab0fe4e - Merge pull request #184 from Caltech-IPAC/DM-7487-catalog-search-default-polygon [2016-09-19]
6ea32b8 - DM-7487: remove unused helper functions [2016-09-19]
59833e0 - DM-7630: Display null_string when value is null. Merge pr #185. [2016-09-19]
46221e3 - fix the issues for png download made from catalogs. [2016-09-17]
e91e88b - DM-7487: add polygon values from active image in catalog search [2016-09-16]
24e6442 - DM-7630: Display null_string when value is null [2016-09-16]
b2e781b - change the title baesd on the image file on the drawlayer popup dialog. [2016-09-16]
e832eae - update jsdoc of DrawLayerCntlr.js [2016-09-16]
979a1dd - DM-6438: add a test to check the projection name [2016-09-08]
9ca5231 - DM-6438: used the original Projection.js when the unit test was written [2016-08-31]
a720e79 - DM-6438: cleaned up the source coded and removed many indivisua unit test cases added in June [2016-08-31]
e2ef8ee - DM-6438: commented out the problem lines in TablesCntlr-test.js [2016-08-30]
6ad4b0b - DM-6438: Add unit test for projection and conv for java and javascript [2016-08-30]
Firefly-Standalone v1.0.0 Beta
This standalone release enable Firefly to run without additional dependencies beside Java 1.8.
It comes with an embedded Tomcat 7.
To start Firefly:
java -jar firefly-exec.war
By default, it will start up on port 8080. Goto to http://localhost:8080/firefly/ after it has started.
To start it on a different port, add -httpPort to the java command.
This will extract the content of the war file into a directory called ".extract" in your current directory.
To change this, add -extractDirectory to the java command.
Changelog:
76e7125 - jsdoc - fixed errors, updated API docs, now all Javascript sources are included into docs build [2016-09-17]
e7f87a1 - Bug fix: catalog highlight was not supporting radians [2016-09-16]
2dbd577 - DM-7273: Mouse readout, Merge branch, dm-7273-readout-switch, pr #182 [2016-09-16]
dfa94a0 - DM-7273: fixed conflicts [2016-09-16]
3463141 - DM-7594: Display phase column with 8 decimal places precision. Merge pr #180 [2016-09-16]
d6f5c13 - Fixed typo in the panel's input field [2016-09-16]
6ba7fe9 - DM-6656: api options, Merge, pull request #181 [2016-09-15]
d6721c4 - DM-7273: Mouse readout cleanup and bug fixes [2016-09-15]
ea4f51d - DM-7547: Remove the extra column on far right-hand side of a table. Merge pr #179 [2016-09-15]
20de5d4 - Merge pull request #172 from Caltech-IPAC/DM-7160-lc-input-form [2016-09-14]
e67960b - Update with EJ's review comment [2016-09-14]
179ccb4 - DM-6656: give options to set the color, symbol and size of some draw layers thorough the api [2016-09-14]
d840a25 - region select demo [2016-09-14]
c597def - DM-7594: Display phase column with 8 decimal places precision [2016-09-14]
005dffd - Merge pull request #174 from Caltech-IPAC/DM-7593-complete-lc-handler [2016-09-14]
c85cfb8 - Merge pull request #177 from Caltech-IPAC/DM-7462-RegionSelection [2016-09-14]
c951eff - add color parameter while calling 'makeShapeHighlightRenderOptions' in PointDataObj.js. [2016-09-14]
9e1cc91 - update selectMode paramter for dispatchCreateRegionLayer and dispatchAddRegionEntry. export getSelectedRegion from ApiUtilImage.jsx update jsdoc for region dispatch functions. [2016-09-14]
cd77a83 - Merge pull request #171 from Caltech-IPAC/dm-4498-wcs-match [2016-09-14]
f86214c - DM-4498: fixed bug: initial rotate for wcs was turning off match. The bug was introduced in my last commit. [2016-09-14]
29f1ae4 - DM-7610: fixed small issue with tooltip, removed some console.log lines [2016-09-14]
e90362b - DM-7547: Remove the extra column on far right-hand side of a table [2016-09-13]
921dcda - Merge pull request #176 from Caltech-IPAC/dm-7470-coverage [2016-09-13]
70f2820 - Merge pull request #178 from Caltech-IPAC/dm-7610-resolve [2016-09-13]
2392390 - DM-7610: Target panel resolve selection now working [2016-09-13]
7f8b003 - DM-7462: create dispatch function for region selection based on severl select modes including rendering style, color, and line width. [2016-09-13]
4158f8c - DM-7470: Tri-view coverage now working more like the GWT version [2016-09-13]
043a8b8 - DM-7520: XY plot is not shown after closing one of the catalog tab. Merge pr #175 [2016-09-13]
47d4b2e - DM-4498: fix regression bug with installing new files. [2016-09-13]
91850b4 - DM-7520: XY plot is not shown after closing one of the catalog tab [2016-09-12]
e4384d0 - DM-7593: use phase folded code in processor and update test code and tets panel [2016-09-12]
f4a6025 - Add more params for Period Finding form [2016-09-12]
2ef0f21 - DM-4498: wcs is turned off on crop, flip, or rotate [2016-09-12]
d08d9a4 - Merge pull request #173 from Caltech-IPAC/dm-7521-gator-coverage [2016-09-12]
e0e0ec1 - Add the css file [2016-09-12]
c44ec78 - Merge pull request #169 from Caltech-IPAC/DM-7165-PhasefoldedLC [2016-09-12]
de9323f - DM-7521: gator coverage now allows you to add more plots. This fixes the core issue of the ticket [2016-09-12]
459da97 - DM-7165: fixed the test case package location, input data file path, and blocked printouts. [2016-09-12]
ca6c549 - Updates from feed back: [2016-09-12]
d46ffdc - DM-6282 merge external chart API, pull request #170 [2016-09-09]
b351044 - DM-6282 External API - showing default charts in the container, js doc updates [2016-09-09]
31d43f1 - Add period input. [2016-09-09]
02e5709 - Sample Light Curve input forms [2016-09-09]
390e6df - Merge pull request #168 from Caltech-IPAC/DM-7543-improve-imageviewer-toolbar [2016-09-09]
55bb485 - DM-4498: WCS match [2016-09-09]
bb8f778 - DM-6282: fix code to show Chart by itself. [2016-09-09]
a5d2fef - DM-6282 Chart API: external API and the API for histogram [2016-09-09]
da91926 - Merge pull request #161 from Caltech-IPAC/DM-7162-add-lc-processor [2016-09-09]
2c607ca - DM-7165: A new class, PhaseFoldedLightCurve, to add a phase column into the input data group. Also the test harness class and the testing data. [2016-09-09]
348219e - DM-7508:relaxed eslint rules further [2016-09-09]
5d9325d - fix buildJsDoc order [2016-09-09]
9ad799c - DM-7167: Create lightcurve manager. Merge pr #167 from Caltech-IPAC/DM-7167_LC_manager [2016-09-09]
a01ea38 - DM-7543: make color backgrnd image viewer inline tool more consistent with rest of application [2016-09-08]
c4f3e94 - DM-7162: cleanup the hierarchy classes and remove unused code [2016-09-08]
d04cc13 - DM-7162: cleanup the hierarchy classes and remove unused code [2016-09-08]
8093acf - DM-7167: Create lightcurve manager - display chart for all tables with default x-y columns; raw, phase-folded, peak, and periodogram. - display image plot for the highlighted phase-folded table row. - hide/show menu where appropriate. [2016-09-08]
75665d4 - DM-7162: adding first skeleton and test for lightcurve handler [2016-08-31]
Firefly-Standalone v1.0.0 Beta
This standalone release enable Firefly to run without additional dependencies beside Java 1.8.
It comes with an embedded Tomcat 7.
To start Firefly:
java -jar firefly-exec.war
By default, it will start up on port 8080. Goto to http://localhost:8080/firefly/ after it has started.
To start it on a different port, add -httpPort to the java command.
This will extract the content of the war file into a directory called ".extract" in your current directory.
To change this, add -extractDirectory to the java command.
Changelog:
d7432e3 - updated firefly api doc [2016-09-09]
6d92bb9 - Merge pull request #166 from Caltech-IPAC/DM-7508-eslintRules [2016-09-08]
461c0d8 - DM-7508: relax the rules as Tatiana suggested [2016-09-08]
58922a2 - DM-7508: fixed the jsdoc error in DrawLayerCntlr.js [2016-09-08]
ff413ac - DM-7508:add eslint jsdoc rules [2016-09-07]
889e117 - Merge pull request #165 from Caltech-IPAC/DM-7326-FireflyClientPython3 [2016-09-07]
bd6ec7c - Remove list wrapping around dict's items() and keys(), it was added by 'future -2'. Each list() case is checked. [2016-09-07]
cb2d362 - DM-7508:fixed the conflict with dev [2016-09-07]
98acb59 - DM-7326 adpat FireflyClient to Python 3. [2016-09-07]
b903790 - added warAll gradle task for convenience. [2016-09-06]
94fc67b - DM-7535 script that shows the API functions that should be documented first [2016-09-06]
0e8f625 - DM-7511: add JSDoc generation into build system. Merge pr #164 [2016-09-06]
2a82e0f - DM-7038:fixed some tags [2016-09-06]
eb3736c - DM-7511: add JSDoc generation into build system. [2016-09-06]
1c95589 - DM-5276: Upgrade JS third party packages. Merge pr #163 [2016-09-06]
67b2b0c - DM-5276: fixed: function was not exported, seemd to work find with the old version of babel [2016-09-05]
7bf59b9 - DM-5276: fixed ColorPicker to work with new version [2016-09-05]
f026c99 - DM-5276: cleaned up img tag so it will work with new version of react [2016-09-05]
3d6f1ca - fix loading lcManger.js error. [2016-09-02]
152a34b - DM-5276: Upgrade JS third party packages [2016-09-02]
e51bbad - Merge branch 'DM-7038-JSDoc' into dev [2016-09-02]
dc19335 - DM-7038:fixed merge conflict [2016-09-02]
e749e58 - DM-7038: removed the library used for testing eslint rule in package.json [2016-09-02]
f5bb136 - DM-7038:replacec the .eslintrc file to its original [2016-09-02]
eae0cd1 - DM-7038: use the ink-docstrap as a template, finalized the jsdoc_config.json file, fixed the issue in firefly_api_overview.md so that all links are working [2016-09-02]
2c54441 - DM-7038: updated the jscon_config.json and the elist configuration file [2016-09-02]
5724025 - DM-7460 merge XY-Plot help/anchor, pull request #162 [2016-09-02]
3d63e08 - DM-7460 No help link/anchor option for XY-Plot [2016-09-01]
b548986 - DM-7038:change module to namespace [2016-09-01]
ea34070 - improve visually showing mask loading in catalog search panel when slow network [2016-08-31]
9e4f9aa - DM-7448: Merge pr #159. Table reset unset option 'Show unit' initially set. [2016-08-31]
f477e75 - DM-7448: fix pageSize not resetting properly. [2016-08-31]
c324b50 - DM-7448: Table reset unset option 'Show unit' initially set [2016-08-30]
4e08701 - DM-7406: Light curve; Merge pr #157 [2016-08-30]
79312da - DM-7406: light curve; response to reviews. [2016-08-30]
a0ff24d - re-read file if it has been modified. [2016-08-30]
7ddcfb9 - Merge pull request #155 from Caltech-IPAC/DM-7277-hide-empty-description-col [2016-08-30]
daa2c5e - ensure converted ipac table files are written into workarea [2016-08-29]
f12792f - Merge pull request #158 from Caltech-IPAC/DM-7223-PyAPIDoc [2016-08-29]
aa9e31c - DM-7223 Python API using reStructured and numpydoc format. [2016-08-29]
77b9ed9 - Fix error saw in the console logs when catalog panel is created [2016-08-29]
20d8286 - DM-7406: Create Light curve skeleton app [2016-08-26]
8035128 - [DM-6289] Merge chart options reset to default; pull request #156 [2016-08-26]
5a75c91 - DM-6289 Chart options - reset to default [2016-08-26]
0de2e61 - DM-7277: complete commit and fix [2016-08-25]
6152e03 - DM-7038: added the deleted library back to package.json [2016-08-25]
7b46038 - DM-7038: added proper tags in few files to generate javascript docs; created configuration file, jsdoc_config.json and added depency libraries to the package.json [2016-08-25]
Firefly-Standalone v1.0.0 Beta
This standalone release enable Firefly to run without additional dependencies beside Java 1.8.
It comes with an embedded Tomcat 7.
To start Firefly:
java -jar firefly-exec.war
By default, it will start up on port 8080. Goto to http://localhost:8080/firefly/ after it has started.
To start it on a different port, add -httpPort to the java command.
This will extract the content of the war file into a directory called ".extract" in your current directory.
To change this, add -extractDirectory to the java command.
Changelog:
a7d5445 - DM-7280: Merge pr #154 from Caltech-IPAC/DM-7280_bad_data_hidden_columns [2016-08-26]
58ee6eb - DM-7317 Merge log scale fixes, pull request #153 [2016-08-25]
b96e890 - DM-7280: display wrong data when 'hidden' columns are in front of visible ones. [2016-08-25]
0068f4a - DM-7317 Log scale doesn't work with sample table attached [2016-08-25]
c8fc6b9 - DM-7239: Table reset does not reset to original settings. Merge pr #151 [2016-08-25]
86ae772 - DM-7239: Table reset does not reset to original settings. [2016-08-24]
7ff0633 - DM-7271: Merge table enhancements, pr #148 [2016-08-24]
fb2bea2 - DM-7271: use double or long if type is not given for numeric data. [2016-08-24]
7e3fa06 - DM-7271: fix format not carried over when selected columns requested. [2016-08-23]
e51e824 - Merge pull request #149 from Caltech-IPAC/DM-7190-RegionBugs2 [2016-08-23]
99f1bfb - clean up RegionPlot.js [2016-08-23]
731bd66 - Merge branch 'DM-7190-RegionBugs2' of https://github.com/Caltech-IPAC/firefly into DM-7190-RegionBugs2 [2016-08-23]
f7172c1 - fix dispatch action to delete layer in saga for removing region entry [2016-08-23]
e4c3322 - Merge pull request #150 from Caltech-IPAC/dm-7275-expand-mode-look [2016-08-23]
6925a18 - fixed draw layer redraw bug on certain zoom cases [2016-08-23]
d570eee - DM-7271: updates in response to reviews. [2016-08-23]
25597b4 - fixed a comparison bug [2016-08-23]
53ae4fa - Make the rendering of the highlight box consistent while zooming the image. [2016-08-22]
95491a1 - Fixed: Did not show the image list option. [2016-08-22]
f707022 - DM-7271: table enhancements [2016-08-22]
e851c18 - update jupyter notebook test files [2016-08-21]
9fb5cd4 - DM-7190: fix the issues related to add region, highlight box size while zooming the image, and update the dispatch function related to add/remove region entry. [2016-08-19]
d61225c - DM-7275: fixed expanded modes display issues [2016-08-19]
3f894b4 - remove unused code that cause runtime exception. [2016-08-17]
90aa2e1 - DM-7136: Merge pull request #147 from Caltech-IPAC/DM-7136_client_side_filtering [2016-08-15]
990dd29 - - removes BasicTable - client-side filtering - added more jsdoc for table related code - fix filter input field auto-correct issue. [2016-08-15]
55592c9 - Merge branch 'dev' of https://github.com/Caltech-IPAC/Firefly into dev [2016-08-15]
929903a - Enable Spitzer footprint overlay [2016-08-15]
69585ea - Changed to the default firefly page [2016-08-15]
c6ba0d9 - Merge pull request #145 from Caltech-IPAC/DM-6950-improve-overlay-labels [2016-08-12]
f12ca9f - Merge pull request #144 from Caltech-IPAC/dm-5793-mask [2016-08-12]
6f438b6 - bug fixes with the mask and support for radians. [2016-08-12]
df6b300 - DM-6950: cleanup comment and add optional style [2016-08-12]
a6f171f - DM-6910: merged, Tab panel issues, pull request #143 [2016-08-11]
6f2596d - DM-5793: fixed: server not turning off fits security by property [2016-08-11]
b04b8e5 - DM-6910 Tab panel issues [2016-08-11]
f53bfb5 - DM-5793: Mask overlay support [2016-08-11]
1ca4933 - catalog upload does a better job at guessing ra and dec columns. [2016-08-11]
3cadbe8 - Merge pull request #141 from Caltech-IPAC/DM-7147-RegionBugs [2016-08-11]
a2a30fd - add region testing sample, test5.reg [2016-08-11]
29079aa - update the region highlight box on on multiple plots and make region parsing to be independent of plot. [2016-08-11]
f720808 - DM-6950: improve overlay labels [2016-08-10]
968b9a8 - Merge pull request #140 from Caltech-IPAC/dm-6920_xyprecision [2016-08-10]
fa1b140 - Turned off log scale options for decimated plot Use reverse ra axis for catalogs Bug fixes: - disappearing axis, when log option is selected and log can not be applied - aspect ration not being passed to server when decimating - marker size not being updated on resize - extra resize when plot is loading [2016-08-10]
083b943 - DM-7147: treat PHYSICAL and IMAGE, xxxp and xxxi the same. [2016-08-10]
ea91421 - firefly.showImagePlot() should be firefly.showImage() [2016-08-10]
bbe77b4 - DM-7149: Merge pull request #138 from Caltech-IPAC/DM-7149_fits_table [2016-08-09]
081c778 - DM-7155 Merge pull request #139 from Caltech-IPAC/DM-7155_filter_after_sort [2016-08-09]
7203b5d - DM-6920 Yellow dot higlight fails to display the right data point in XY plot [2016-08-09]
c2ddc30 - DM-7155: Filtering from image is wrong on sorted tables. [2016-08-09]
d3af26f - DM-7149: Add more support for FITS table display [2016-08-08]
0ba92be - DM-6954: merged, XY plot problems found, pull request #137 [2016-08-08]
1fe1f3f - Merge pull request #130 from Caltech-IPAC/DM-5192-PyAPI [2016-08-08]
b4dcf18 - update jupyter file [2016-08-08]
e31f63b - revert back to previous commit [2016-08-08]
36b279c - DM-6954 XY plot problems found [2016-08-08]
bec77ca - clean up some push action related definition and codes for python API. [2016-08-08]
f4d9c22 - update python API code to comply with PEP8 styling and naming convention. [2016-08-08]
2c6c0d9 - remove duplicate declaration of FootprintObj.js in DrawOp.js [2016-08-05]
055c944 - update Python to comply with PEP8 styling and naming. [2016-08-05]
45566fb - remove region description parsing to be after the drawing layer is created. update python code per code review comments. [2016-08-05]
37fcc23 - add function to start the footprint and marker's position at that of the target or the plot center. [2016-08-05]
97eddc8 - Implement Python API to support Firefly actions., move python and test/python from fftools to be under firefly and firefly/test [2016-08-05]
34abff4 - Merge branch 'dev' of https://github.com/Caltech-IPAC/firefly into dev [2016-08-05]
5802322 - Merge branch 'DM-7088-ImgSelOnCoverage' into dev [2016-08-05]
aa84424 - Merge pull request #136 from Caltech-IPAC/dm-6473-meta-data-bugs [2016-08-05]
39f4ba2 - update the condition that allows adding a plot by finding a 'create_replace' viewer in case plot's viewer is 'replace_only'. [2016-08-04]
5162d41 - DM-7088: branch revielded a bug with pointEquals. It needs to handles nil values. fixed. [2016-08-04]
5b4d732 - DM-6473: Fixes the following, mostly related to show images view the meta data via table [2016-08-04]
750d98a - DM-6947: Merge branch 'DM-6947-fix-typos-and-help-links' into dev [2016-08-04]
5f61159 - DM-6947: Merge branch 'dev' into DM-6947-fix-typos-and-help-links [2016-08-04]
0f56a0d - Merge pull request #133 (DM-7017) from Caltech-IPAC/dm-7017_apidoc [2016-08-03]
b8d199b - DM-7017 fixed deleted param. [2016-08-03]
41dab41 - DM-7017 addressed review comments, renamed showPlot into showXYPlot. [2016-08-03]
8b6aec5 - Merge pull request #134 from Caltech-IPAC/DM-7090_irsa_catalog_search_style [2016-08-03]
4f52999 - added getTblIdsByGroup and findGroupByTblId to TableUtil.js [2016-08-03]
e7da53f - make the image select work with coverage correctly - make a viewer (plot container) to be able to replace a plot, create a plot or neither. [2016-08-03]
dfc744d - Merge pull request #129 from Caltech-IPAC/DM-7055_misc_table_issues [2016-08-02]
9ef6a5e - DM-7055: response to comments. [2016-08-02]
178edc3 - DM-7090: fix IrsaViewer catalog panel style so labels and fields do not move during user's input. [2016-08-02]
c1ead04 - Merge pull request #132 from Caltech-IPAC/dm-7068-bugs2 [2016-08-02]
109708b - DM-7017 Firefly documentation for Camera team [2016-08-02]
b0ce8e9 - DM-7068: bug list [2016-08-02]
e6f7210 - Merge branch 'DM-6942_firefly_widgets' into dev [2016-08-02]
98c3d2c - Merge branch 'dev' into DM-6942_firefly_widgets [2016-08-02]
41392a3 - DM-6947: fixing word typos and help links [2016-08-01]
cd8e95c - DM-7055: fix miscellaneous table issues [2016-08-01]
bb37b2f - Merge pull request #128 from Caltech-IPAC/dm-7016-feedback [2016-08-01]
1894d21 - DM-7016: Image loading feedback - includes a fix to Target Panel, the automatic active target was not working correctly [2016-08-01]
49df438 - DM-7001: Merge pull request #127 from Caltech-IPAC/dm-7001-gator-related-bugs [2016-07-30]
2b4bcd2 - change j,h, k to upper case in title, change WISE atlas as default [2016-07-29]
190f05d - DM-7001: Gator related bugs and region bug [2016-07-29]
db9962b - Merge pull request #126 from Caltech-IPAC/dm-7029-api-bugs [2016-07-29]
0c5e347 - add more exported routines and allow select area to be deleted [2016-07-29]
ad8c15b - removed console.log [2016-07-29]
3bb3524 - DM-7029: fixed some api bugs [2016-07-28]
73efe9f - DM-7014: Merge branch 'rc' into dev, fixed on rc then merged into dev [2016-07-28]
6952a2f - add use_gwt flag to indicate gwt is used instead of relying on window.ffgwt, since other gwt app may have loaded it, ie. frontpage. [2016-07-27]
39140d1 - fix ipac table test fail. [2016-07-27]
7641864 - Merge pull request #121 from Caltech-IPAC/DM-6952_table_problems [2016-07-26]
Firefly-Standalone v1.0.0 Beta
This standalone release enable Firefly to run without additional dependencies beside Java 1.8.
It comes with an embedded Tomcat 7.
To start Firefly:
java -jar firefly-exec.war
By default, it will start up on port 8080. Goto to http://localhost:8080/firefly/ after it has started.
To start it on a different port, add -httpPort to the java command.
This will extract the content of the war file into a directory called ".extract" in your current directory.
To change this, add -extractDirectory to the java command.
Changelog:
b6deca5 - change release to public and use it to create changelog [2016-07-26]
c31bd87 - limit standalone firefly changelog to 100 commits. [2016-07-26]
c712ba6 - Merge pull request #125 from Caltech-IPAC/DM-7019_firefly_standalone [2016-07-26]
2b44f8e - DM-7019: Setup standalone Firefly. [2016-07-26]
e0676bf - Merge pull request #124 from Caltech-IPAC/DM-6439_remove_gwt [2016-07-25]
b91d151 - DM-6439: remove temporary code. [2016-07-25]
0c4e74f - DM-6439: Remove GWT from build [2016-07-25]
6a400e7 - Merge pull request #122 from Caltech-IPAC/dm-6908_filteredit [2016-07-22]
43fde1e - DM-6908 response to review comments [2016-07-22]
d011d52 - DM-6953: merged to dev [2016-07-22]
195f04b - DM-6953: fixed mutliple image issues [2016-07-21]
1ed6f2d - DM-6908 Add filter editor to the chart toolbar [2016-07-21]
90c6cbc - fix search processor's unique key problem. [2016-07-21]
ed0492a - fix TableMeta not populating correctly after recent changes. [2016-07-20]
d57e5fd - Merge pull request #117 from Caltech-IPAC/DM-6516-footprint [2016-07-19]
bb432b6 - create firefly_data.jar to contain fits file (previous fits.jar) and footprint description file. Update footprint and marker label display. Add methods to add and get footprint into the a footprint map in the server. [2016-07-19]
1a1cc76 - Merge pull request #120 from Caltech-IPAC/DM-6909_table_bugs [2016-07-19]
40f065e - - add 'x' button to histogram options as well - fix tableMeta.source not consistently updated. 'source' is now tblFilePath. [2016-07-19]
273d8e5 - Merge pull request #119 from Caltech-IPAC/dm-6902_vocat-coverage [2016-07-18]
6bef0a8 - cannot use java 1.8 language features with gwt 2.7 [2016-07-18]
344fc28 - Merge branch 'DM-6516-footprint' of https://github.com/Caltech-IPAC/Firefly into DM-6516-footprint [2016-07-18]
ed04598 - fix undefined bug on mouse leave [2016-07-18]
358af95 - change the empty title entry to be the default title set in drawing layer. update the text display for marker. fixed JWST MIRI footprint content. [2016-07-17]
21e6a80 - The fooprint can be drawn and operated on multiple plots synchronounsly. Fixed the bug for editing the rotate angle in drawing layer panel. Showing all handles (rotate or resize) while moving the footprint or marker. [2016-07-15]
ff6a1f2 - DM-6909: Filtering from expanded mode cancels expanded mode [2016-07-15]
cca2bc2 - Merge pull request #118 from Caltech-IPAC/dm-6287_refactor [2016-07-14]
992036f - DM-6287 response to review comments [2016-07-14]
9db4a45 - DM-6287 chart refactoring: store chart data (xyplot and histogram) under charts space, fixed bug - missing chart mount action, when a chart is removed and then recreated on the same table. [2016-07-14]
e3c137b - DM-6516-footprint footprint tool implementation. Integrating with the implementation of marker tool. Both are made in consistent style. [2016-07-13]
e15d4e2 - DM-6287 chart refactoring: moved chart-related code to charts package, converted React components to ES6 classes, fixed bug when undefined shows as a label. [2016-07-13]
c4ea90f - Merge pull request #115 from Caltech-IPAC/dm-6288_chartoptions [2016-07-12]
060598a - DM-6288 response to review comments [2016-07-12]
5dacd8c - DM-6288 Chart Options Display [2016-07-11]
c3be393 - fix typo in previous commit. user_loader -> use_loader [2016-07-11]
2b311ca - Merge pull request #114 from Caltech-IPAC/DM-5761 [2016-07-08]
893a25c - remove TextButton.css [2016-07-08]
4a7a428 - Merge branch 'DM-5761' of https://github.com/Caltech-IPAC/Firefly into DM-5761 [2016-07-08]
323a48c - * The changes on tables related js are dealing with locally created tables and have them shown up in the basic table panel * Add XYPlot column select popup [2016-07-08]
099196c - clean up again [2016-07-08]
ad1a947 - more code clean up [2016-07-08]
b664b71 - updating validators on mount - in charts dropdown the same form is reused by different tables. [2016-07-08]
6293398 - few modifications and bug fixes after consult with Tatiana [2016-07-08]
a9d2361 - Merge branch 'DM-5761' of https://github.com/Caltech-IPAC/Firefly into DM-5761 [2016-07-07]
d1eae3f - changes made with Tatiana's comments [2016-07-07]
3d9555a - Merge pull request #113 from Caltech-IPAC/dm-6022_lazychart [2016-07-07]
fcae7a1 - response to review comments [2016-07-07]
4043caa - add description and type to table statistics [2016-07-07]
fbf16d4 - Add TextButton [2016-07-07]
77e1356 - * The changes on tables related js are dealing with locally created tables and have them shown up in the basic table panel [2016-07-06]
6523f98 - DM-6902 - possible solution for VO catalog coverage (when required ucds are present) [2016-07-06]
17bb6a5 - DM-6022 Lazy load related chart data on table data update [2016-07-06]
2e19f31 - fixed span can not appear as a child of option warnings in console [2016-06-30]
265c172 - Merge pull request #111 from Caltech-IPAC/DM-6135-vo-search-panel [2016-06-29]
9f3d91d - DM-6135: fixes from review feedbacks [2016-06-29]
44fc1d4 - DM-6135: updates with review feedbacks [2016-06-29]
74ab61a - DM-6135: vo search simplified panel [2016-06-29]
994418b - fixing non-ascii chars [2016-06-29]
c3b3377 - Merge pull request #112 from Caltech-IPAC/dm-6726-defaultchart [2016-06-29]
0dfc7cd - DM-6726 fixed expanded mode and charttest demo, now using default parameters in app mode (when no xCol and yCol are present) [2016-06-29]
79dcad2 - DM-6726 Default chart and other optimizations [2016-06-28]
6d46bd7 - DM-6135: vo search simplified panel [2016-06-27]
eafcba2 - Fixed the bug in ZscaleTest.java [2016-06-24]
592e2a5 - Merge branch 'rc' into dev [2016-06-24]
59f2503 - Merged DM-6137-catalog-dd-constraints-table [2016-06-24]
3a5ad15 - Merge branch 'DM-6137-catalog-dd-constraints-table' into dev [2016-06-24]
c73e0ce - Merge pull request #109 from Caltech-IPAC/DM-5387_filter_editor [2016-06-24]
f367744 - DM-5387: response to comments [2016-06-24]
ba296de - DM-6137: fix to retrieved the state correctly after search or cancel is clicked [2016-06-23]
9419d1f - DM-5387: Filter Editor [2016-06-23]
87cec7e - minor changes to support api [2016-06-23]
3f9726e - DM-6137: fix function input paramter for multi-object search [2016-06-22]
2628d5a - DM-6137: fix width column, fieldgroup reducer and validation when default value is greater than max conesize [2016-06-22]
d1bf2eb - DM-6137: adjust layout to fix width and height for each 3 panels [2016-06-22]
34c7b6b - Merge pull request #107 from Caltech-IPAC/DM-6593_irsa_integration [2016-06-21]
62113cb - DM-5387: in response to reviewer's comments [2016-06-21]
1f35125 - DM-5387: in response to reviewer's comments [2016-06-20]
85d4c4b - dm-6137: redesigned irsa catalog panel to bring the column restrictions table at the bottom [2016-06-20]
b69f977 - - default table cell to render html content as html. - fix firefly_loader.js to take into consideration the location of from where it is loaded. - paging bar show non-ascii characters in irsa's html [2016-06-20]
54002e4 - Merge pull request #105 from Caltech-IPAC/DM-5763_deciopts [2016-06-17]
6902b01 - DM-5763: response to review comments - show validatiopn error on empty x or y - show that selection is not possible on decimated data (by producing message on click, matching image behavior) - selected points should match the table - show scroll bar on large X/Y ratio - can not change legend symbol size, but do not display it if too big or small Also added some help text in options [2016-06-17]
bff9b02 - Merge pull request #106 from Caltech-IPAC/DM-4591_system_notification [2016-06-17]
e82576d - DM-4591: in response to review [2016-06-17]
4dba4a6 - add a semicolon at BrowserUtil.js [2016-06-17]
28efd18 - Merge pull request #104 from Caltech-IPAC/DM-4484-MarkerTool [2016-06-16]
89181d7 - improve the accuracy of resizing and relocating the marker while various location is selected around the marker. change the size of the marker while zooming the image. [2016-06-16]
2086f23 - DM-4591: GWT conversion: System notifications [2016-06-16]
806e139 - Merge pull request #103 from Caltech-IPAC/DM-6542_prevent_popup [2016-06-16]
721c678 - DM-5763: XYPlot decimation options [2016-06-16]
0a90cb4 - update the marker title in layer control popup. update the cursor when the mouse action is ready for relocate and resize the marker. [2016-06-16]
9a7d066 - change region text description in world coordinate [2016-06-15]
328420b - DM-6542: Prevent external viewer from popup blockers. [2016-06-15]
3c90775 - clean up for marker tool [2016-06-15]
66ac489 - add MarkerToolUI and Marker drawObj [2016-06-15]
ba140ff - remove redundant check [2016-06-14]
99517d5 - Merge pull request #102 from Caltech-IPAC/DM-6500_irsa_viewer [2016-06-14]
f060aa6 - DM-6500: changes in response to reviews [2016-06-14]
9b295ec - DM-6500: irsaviewer conversion [2016-06-13]
5d2bf58 - add function document [2016-06-10]
64897a9 - Merge branch 'DM-4484-MarkerTool' of https://github.com/Caltech-IPAC/Firefly into DM-4484-MarkerTool [2016-06-10]
454ca43 - add drawlayerId to payload [2016-06-10]