Skip to content

Releases: Caltech-IPAC/firefly

Firefly-Standalone v1.0.0 Beta

18 Sep 22:44

Choose a tag to compare

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

09 Sep 16:03

Choose a tag to compare

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

26 Aug 18:33

Choose a tag to compare

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

27 Jul 00:26

Choose a tag to compare

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]