+1
−1
Loading
Gitlab 现已全面支持 git over ssh 与 git over https。通过 HTTPS 访问请配置带有 read_repository / write_repository 权限的 Personal access token。通过 SSH 端口访问请使用 22 端口或 13389 端口。如果使用CAS注册了账户但不知道密码,可以自行至设置中更改;如有其他问题,请发邮件至 service@cra.moe 寻求协助。
-- Fix but found in StimEditGUI. When changing current element from one run to another, an unsaved change made to the stims of the previous run remains in effect even though the user clicked NO to Save question before the current element is changed.
-- Added function errorCheck() in extractButtondownPoints() to check the coherence of a user button down selection in StimEditGUI axes (or any other GUI). There seems to be a bug in Matlab R2020a where you select an axes region, rbbox correctly reports that a rectangle was selected - in other words, the 3rd number in finalRect is > 0 - BUT p2 is equal to p1 (meaning only a point has been selected), contradicting what rbbox shows. This problem does not exist in say R2017b. So to compensate for this bug we check finalRect against {p1,p2} and if finalRect is showing a size > 0 then we add the comparable size to p2.
CRA Git | Maintained and supported by SUSTech CRA and CCSE