Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
38c5b94f5e
Revised README, added Strawberry Perl, replaced the dead link to the outdated NMAKE.EXE with the instruction for the MS-Windows users to use Module::Build instead. NMAKE does not work now anyway.
6f1657def6
Revised README, added Strawberry Perl, replaced the dead link to the outdated NMAKE.EXE with the instruction for the MS-Windows users to use Module::Build instead. NMAKE does not work now anyway.
a0382ad179
Fixed the JavaScript form validation logic from isValid && validateXxx() to validateXxx() && isValid, in order to correctly validate multiple fields at once.
62b59e7380
Renamed JavaScript variables isValidated to isValid in the forms.
dec53c09f3
Replaced JavaScript XMLHttpRequest.onreadystatechange with XMLHttpRequest.onload.
91d22d72cb
Moved the cancel button to the start and the confirm button to the end in the bootstrap modals.
bbcedfd366
Added fade effect to the bootstrap modals.