
Version History
Version
Date
Submitter
Version Summary
Version 5.61
3/14/26
M. Henneberger
Minor non-code change to disconnect Book (Item) fileURLButton from CMS database FileURL field. That field should no longer be used and fileURLbutton.link is already used in the front code to properly connect to the backend identified #googleDriveInfo CMS database fileUrl field.
Version 5.6
3/13/26
M. Henneberger
Major update to Documents item page (Books & Sources (item)). All new code to make it so that only signed in users can download files and all processing of URLs for these documents is handled in the backend. Settings are in downloads.jsw to change whether sign is is required. Version 5.6 sets this to True. File Upload button on page is now no longer connected to the database. Handled via Velo coding now.
Version 5.1
3/1/26
M. Henneberger
Major change to Books (Items) and supporting backend code to include flag control over whether user login is required to download/view NR-HA documents. Version 5.1 has this set to Not Required.
Version 5.05
7/7/25
M. Henneberger
1. Modified Alumni Search, Document Search, Image Search, Timeline Search, and Story Search to have 'ENTER' initiate search vice just search button.
2. Modified Image Search, Document Search to fix sticky 'No Records Found' by .hide when searchDocuments() is called
3. Modified Image Search, Document Search to fix tags search so would be effectively .hasAll vice .hasSome. Since backend functions can use .hasAll, this is done using before final screening:
// ✅ Filter to only include items that match *all* selectedTags
if (selectedTags.length > 0) {
results = results.filter(item =>
selectedTags.every(tag => item.tags.includes(tag))
);
}
4. Fixed Image Search and Story Search Tags to align with database (these were mostly inconsistent)
5. In Image Search shifted from drop down for categories to selected tags
Version 5.04
4/3/25
M. Henneberger
Added T&C and Privacy links to signup page, created supporting page to link to, and added ability to down load the policies.
Version 5.03
4/2/25
M. Henneberger
Minor tweeks to HOME page:
fixed formating of mobile version of list of resources for alumni
added 2nd feature item
added container boxes around images of featured items
added code to modify featured items fitMode to "fit"
Version 5.02
4/1/25
M. Henneberger
Modified Document Search page to make it configurable to block or not block non-member file downloads using const onlyMembersCanDownload
Version 5.01
4/1/25
M. Henneberger
Minor update to V5.00:
Cleaned up layout on Image search page
Restored become a verified member button on HOME page and enabled hiding logic
Swapped sections on HOME page so resources come before what's new
Moved ChatGPT note to Resources section of HOME page
Version 5.00
3/31/25
M. Henneberger
This is a major upgrade which includes:
Faster page loading - done by loading deferring any backend functions or wix checks until after visual page load is complete
Document search, Timeline search, and Image search are now all Level 1 code with only backend database access
These search functions now include capability of unlimited searches (but include a maximum number of items setting to limit down loads and data sharing bandwidth (currently set to 50 items for all searches)
Timline database expanded to nearly 1000 items
HOME page simplified and updated what's new.
search functions identify how many items found, whether artificially limited, and end of list clearly identified
Images are now scaled and framed so no more image clipping
NR History restored (somehow accidentally dropped when menu was refined
Document search title are truncated so avoid wix auto scaling (mostly)
Directors pages expanded (a lot for Rickover - a little for others)
In 2nd publish, mobile menu fixed for Learn & Search plus document search repeater description text changed to black (mobile only issue)
Version 4.70
1/17/25
M. Henneberger
Added unsubscribe info to footers.
Cleaned up historical documents page again.
Version 4.60
12/22/24
M. Henneberger
Significant changes to alumni verification related pages to improve logging and make page accesses after entering proper verfication codes ensure that roles and databases have properly been updated before redirecting the user to their alumni profile page
Version 4.54
10/9/24
M. Henneberger
Added item pages for historical documents (books-sources) to create a nr-ha web page address for all documents. The new pages make the url available to copy.