Block 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.
e2350cd6e9
Added Build.bat to .gitignore.
3e9ddc69f7
Replaced MANIFEST.SKIP with the file created by Module::Build and my local extensions.
ffc4a55b84
Updated .gitignore, with MANIFEST.SKIP.bak, the distributional files, and the temporarily test files added.
a9697b6007
Advanced to version 1.32.
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.
bbc7482471
Added Build.bat to .gitignore.
aeaf1cd7a6
Replaced MANIFEST.SKIP with the file created by Module::Build and my local extensions.
924c416c6e
Updated .gitignore, with MANIFEST.SKIP.bak and the distributional files added.
4fb8703c13
Revised Changes.
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.