You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Move a query to a $.ajax call so that we can set a timeout. Without a timeout, the requests could last up to 10 minutes in the REDCap system. This would slow things down.
I added a few new fields in two metadata files to update the Data Dictionary.
Instead of automatically loading the first record when none is specified in the URL, I redirected the page so that the record=X is represented in the URL. This act automatically turns on a feature where users can update the record via a few buttons.
I cleaned up some code by removing an unnecessary variable in a parameter list.
A score distribution can now be displayed for co-authorships only, not just all publications. This feature was requested by the PsycheMERGE project.
Major bug fix: The Mentee-Mentor Agreements' authentication was failing because it wasn't finding a pid in the URL. project_id was used instead. This fix alleviates that error.
I cleaned up some code from a preg_split() to an explode() call. (A personal fault of mine is to overuse regular expressions, even when non-regexes might be more efficient.)
Bug fix: I didn't download two variables, and the error was masked by the ?? operator. Fortunately, the Psalm scanner found them.
An exception is now thrown when a file containing a JSON has an error. Before, this was failing silently.
Refactoring by moving references in code.
Adding the Flight Connector page to the Scholar Portal.