Skip to content
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.

Releases: doecode/client

Separated News Page and Other Changes

09 Nov 18:26
Compare
Choose a tag to compare

This release made the following changes:

  • News and Resources have been split into their own separate pages
  • The new News page is designed to receive news data from a specified source, in our case solr
  • Updated the phone number js library
  • Added a way to separate library includes from the inclusion of local js
  • Numerous code formatting changes
  • Added a properties file, in order to begin removing variables from the web.xml

Container Support

25 Sep 17:26
Compare
Choose a tag to compare

Various changes including:

  • Add container image support.
  • Improvements to New/Previous functionality.
  • Various tooltip and other text changes.

Cleanup Codebase

02 Jul 18:00
Compare
Choose a tag to compare

This release includes the following:

  • Added a feature to export your search results
  • Changed text in various places
  • Made several optimizations to the CSS, including removing dozens of classes that aren't used anymore
  • Placed page-specific CSS into style blocks on the corresponding page
  • Updated links
  • Updated News-Resources text
  • Started using the maven resources plugin, which allows you to specify a properties file from which to pull values from, as opposed to using settings.xml, or putting the values directly into the pom.xml

New Fields, OSTI Hosted Content, and Cleanup

14 May 13:13
Compare
Choose a tag to compare

The following changes were made in this release:

  • New Fields: Programming Languages, Documentation URL, and Version were added as optional fields on the input form.
  • OSTI Hosted Content: DOE CODE now supports a new software availability that allows you to host your code in OSTI's publicly accessible Gitlab, while keeping your project closed source.
  • Cleanup: Much of the project was reorganized to put almost all of the content in /src/main. The templates and log files are now in /src/main/resources. The javascript, css, and other web-based files are in /src/main/webapp. The java files are in /src/main/java.
  • Filtering: The google replacer plugin in the pom.xml has been replaced with maven filtering
  • No Local Json: The json files that were once local to the project have now been replaced with a background thread that runs once at deployment, and then once a day, every day. This thread calls a specified link to retrieve a series of lists of content that is used throughout the application. (e.g.: Programming languages)

Improvements and SVN Support

20 Mar 13:33
Compare
Choose a tag to compare

This release includes the following:

Adjustments to the multi-select boxes on the advanced search to be more streamlined
Case-insensitive validation of email addresses in the user registration page
Better UTF-8 support on the dissemination side
Support for SVN projects
Users are now notified in changes to their records

Business Software Support

30 Jan 14:30
Compare
Choose a tag to compare

This new release of DOE CODE allows the submission of scientific or business software.
Other changes include small bug fixes, mobile friendliness fixes, and easier side-by-side deployments for those developing their own instance of the DOE CODE UI.

Initial non-react.js Version Release

29 Jan 20:33
Compare
Choose a tag to compare

This release of DOE CODE was rewritten to work (nearly) the same as the original alpha release, but was rewritten almost entirely from the ground up to not use react.js.
Bug fixes and small changes were made, such as the consolidation of the bibliographic page's data.

Alpha Version

06 Nov 15:55
Compare
Choose a tag to compare

Initial Release. Written in react.js. Support for this version will be dropped in December 2017.