Changes

Summary

  1. release notes
  2. release notes
  3. correct where case had fall-through, which now triggers a runtime error checking for an argument which is not recognized.
  4. release notes
  5. throw an error immediately when an argument cannot be used.
  6. bugfix https://sourceforge.net/p/autoplot/bugs/2625/: getDataSet('uri',tr) didn't work when tr came from extent.
  7. release notes
  8. https://sourceforge.net/p/autoplot/bugs/2619/: support PWD use in .vaps when the .vap is remote. I can't think of why this would be a security problem.
  9. allow jar file to be outside of supported http FileSystem
  10. support for MAC_REAL
  11. Support deprecated "float" type. support MISSING as well as MISSING_CONSTANT. /project/pds/mirror/VOLUME/VG_1001/DATA/MAG/HG/9_6S/T890822.LBL?BMAG
  12. release notes
  13. https://sourceforge.net/p/autoplot/bugs/2631/: add method to add additional items to the recent combo box. timerange parameters will add the examples into the combo box.
  14. add method to add additional items to the recent combo box.
  15. release notes
  16. https://sourceforge.net/p/autoplot/feature-requests/818/: check for 1-byte integers.
  17. bug https://sourceforge.net/p/autoplot/bugs/2615/: check that the appended name isn't irrelevant to the completion
  18. support script https://github.com/autoplot/dev/blob/master/demos/tools/editor/commit.jy which uses ScriptPanelSupport, which was renamed to AppScriptPanelSupport.
  19. allow https://cottagesystems.com/jenkins/job/autoplot-javadoc/lastSuccessfulBuild/artifact/doc/ to be used for javadoc completions documentation lookup.
  20. add append button to format editor panel, so that the feature is not hidden
  21. bug https://sourceforge.net/p/autoplot/bugs/2628/: properly calculate the number of bytes per item for integer arrays.
  22. release notes
Revision 27826 by jbfaden:
release notes
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/index.htmlautoplot/Autoplot/src/index.html
Revision 27825 by jbfaden:
release notes
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/index.htmlautoplot/Autoplot/src/index.html
Revision 27824 by jbfaden:
correct where case had fall-through, which now triggers a runtime error checking for an argument which is not recognized.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/GetDataSetCommand.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/GetDataSetCommand.java
Revision 27823 by jbfaden:
release notes
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/index.htmlautoplot/Autoplot/src/index.html
Revision 27822 by jbfaden:
throw an error immediately when an argument cannot be used.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/GetDataSetCommand.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/GetDataSetCommand.java
Revision 27821 by jbfaden:
bugfix https://sourceforge.net/p/autoplot/bugs/2625/: getDataSet('uri',tr) didn't work when tr came from extent.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/GetDataSetCommand.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/GetDataSetCommand.java
Revision 27820 by jbfaden:
release notes
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/index.htmlautoplot/Autoplot/src/index.html
Revision 27819 by jbfaden:
https://sourceforge.net/p/autoplot/bugs/2619/: support PWD use in .vaps when the .vap is remote.  I can't think of why this would be a security problem.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/AutoplotServlet/src/java/org/autoplot/servlet/SimpleServlet.javaautoplot/AutoplotServlet/src/java/org/autoplot/servlet/SimpleServlet.java
Revision 27818 by jbfaden:
allow jar file to be outside of supported http FileSystem
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/JythonOps.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/JythonOps.java
Revision 27817 by jbfaden:
support for MAC_REAL
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/PDSDataSource/src/org/autoplot/pds/PDS3DataObject.javaautoplot/PDSDataSource/src/org/autoplot/pds/PDS3DataObject.java
Revision 27816 by jbfaden:
Support deprecated "float" type.  support MISSING as well as MISSING_CONSTANT.  /project/pds/mirror/VOLUME/VG_1001/DATA/MAG/HG/9_6S/T890822.LBL?BMAG
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/PDSDataSource/src/org/autoplot/pds/PDS3DataObject.javaautoplot/PDSDataSource/src/org/autoplot/pds/PDS3DataObject.java
Revision 27815 by jbfaden:
release notes
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/index.htmlautoplot/Autoplot/src/index.html
Revision 27814 by jbfaden:
https://sourceforge.net/p/autoplot/bugs/2631/: add method to add additional items to the recent combo box.  timerange parameters will add the examples into the combo box.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/ui/ParametersFormPanel.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/ui/ParametersFormPanel.java
Revision 27813 by jbfaden:
add method to add additional items to the recent combo box.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/DataSource/src/org/autoplot/datasource/RecentComboBox.javaautoplot/DataSource/src/org/autoplot/datasource/RecentComboBox.java
Revision 27812 by jbfaden:
release notes
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/index.htmlautoplot/Autoplot/src/index.html
The file was modified/autoplot/trunk/Autoplot/src/screen.pngautoplot/Autoplot/src/screen.png
Revision 27811 by jbfaden:
https://sourceforge.net/p/autoplot/feature-requests/818/: check for 1-byte integers.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/PDSDataSource/src/org/autoplot/pds/PDS3DataObject.javaautoplot/PDSDataSource/src/org/autoplot/pds/PDS3DataObject.java
Revision 27810 by jbfaden:
bug https://sourceforge.net/p/autoplot/bugs/2615/: check that the appended name isn't irrelevant to the completion
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/DataSource/src/org/autoplot/datasource/CompletionsList.javaautoplot/DataSource/src/org/autoplot/datasource/CompletionsList.java
Revision 27809 by jbfaden:
support script https://github.com/autoplot/dev/blob/master/demos/tools/editor/commit.jy which uses ScriptPanelSupport, which was renamed to AppScriptPanelSupport.
Change TypePath in RepositoryPath in Workspace
The file was added/autoplot/trunk/Autoplot/src/org/autoplot/scriptconsole/ScriptPanelSupport.javaautoplot/Autoplot/src/org/autoplot/scriptconsole/ScriptPanelSupport.java
Revision 27808 by jbfaden:
allow https://cottagesystems.com/jenkins/job/autoplot-javadoc/lastSuccessfulBuild/artifact/doc/ to be used for javadoc completions documentation lookup.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/das2/jythoncompletion/JavadocLookup.javaautoplot/JythonSupport/src/org/das2/jythoncompletion/JavadocLookup.java
Revision 27807 by jbfaden:
add append button to format editor panel, so that the feature is not hidden
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/IdlMatlabSupport/src/org/autoplot/idlsupport/IdlsavDataSourceFormatEditorPanel.formautoplot/IdlMatlabSupport/src/org/autoplot/idlsupport/IdlsavDataSourceFormatEditorPanel.form
The file was modified/autoplot/trunk/IdlMatlabSupport/src/org/autoplot/idlsupport/IdlsavDataSourceFormatEditorPanel.javaautoplot/IdlMatlabSupport/src/org/autoplot/idlsupport/IdlsavDataSourceFormatEditorPanel.java
Revision 27806 by jbfaden:
bug https://sourceforge.net/p/autoplot/bugs/2628/: properly calculate the number of bytes per item for integer arrays.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/PDSDataSource/src/org/autoplot/pds/PDS3DataObject.javaautoplot/PDSDataSource/src/org/autoplot/pds/PDS3DataObject.java
Revision 27805 by jbfaden:
release notes
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/index.htmlautoplot/Autoplot/src/index.html