+29
−37
Loading
Gitlab 现已全面支持 git over ssh 与 git over https。通过 HTTPS 访问请配置带有 read_repository / write_repository 权限的 Personal access token。通过 SSH 端口访问请使用 22 端口或 13389 端口。如果使用CAS注册了账户但不知道密码,可以自行至设置中更改;如有其他问题,请发邮件至 service@cra.moe 寻求协助。
v1.35.11 - Clearly display in MainGUI and DataTree the data files that were NOT loaded because of errors (#128)
* v1.35.8
-- Clearly display in MainGUI and DataTree the data files that were NOT loaded because of errors and more clearly display in the logging the ones that were loaded and the ones. In MainGUI display data files NOT loaded in separate listbox window with red font. Clicking on any one of the error files displays error that kept it from loading.
-- Replace version number display for shared libraries with last revision date/time.
-- Improve and clean up code in syncSubmodules tool:
a) Use last revision date/time instead of version number to sync shared libs.
b) Warn user of uncommitted changes when syncing files in syncSubmodules.m
c) Do a general code clean up
* v1.35.9
-- Get rid of version numbers and version files from shared libraries. Instead generate last rev date on the fly and display that (this only applies to git repos, for unzipped code just display lib name).
* v1.35.10
-- Fix error loading SNIRF aux.name field in AuxClass because of changes to MATLAB's HDF5 library. (It seems for string there is no need to transpose the data.)
* v1.35.11
-- Fix minor display issue on MAC where the file search window does NOT display title showing the purpose of the window ("Load Processing Options File"). Use alternative file search GUI (only on MAC) which displays Window title and allows user to select *.cfg file.
CRA Git | Maintained and supported by SUSTech CRA and CCSE