0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #16 from PuercoPop/patch-1 More... over 7 years ago
Update readme reference to def-formet More... over 7 years ago
-recaptcha now uses the https api handlers rather than HTTP (this prevents errors from happening on sites that use SSL) More... over 11 years ago
-Fixed view bug with Recaptcha (it no longer displays inside its label) More... over 12 years ago
-Fixed declaration error in test.lisp More... over 12 years ago
-Changed how :value-set is declared (literal instead of being wrapped in a list) -Changed :value-set to accessor -Modified test.lisp to match the changes -Fixed reCaptcha rendering bug that dropped li and label elements More... over 12 years ago
-Fixed brainfart (changed `name-field` to correct `(name field)` method call) More... over 12 years ago
-Added class labels to all field output More... over 12 years ago
-Fixed an oversight with the way Recaptcha displays errors More... over 12 years ago
-formlets-test now needs to be run manually instead of starting a server automatically on loading (this is to help with `asdf-install`ing the package) More... over 12 years ago
-Added `hidden` inputs -Added default values to the show-formlet macro -Re-organized the show declarations a little bit -Added `hidden` to the exported symbols list for the :formlets package More... over 12 years ago
-Fixed bug with `file-smaller-than?` predicate; it no longer errors when the user fails to upload anything More... over 12 years ago
-Fixed bug related to general-validation methods (`show` and `validate` slightly changed how they handle More... over 12 years ago
-Minor update to README More... over 12 years ago
-Incremented version number -Fixed errant phrase in README More... over 12 years ago
-Massive friggin changes (all old features are still supported, it has been thoroughly tested and the test facility is included, minus reCaptcha keys) check README.md for details on what's new More... over 12 years ago
-Formlets now properly accepts multiple predicates and error messages -Kept a separate clause for a single predicate/fn pair -Added html-to-str convenience macro for when I just want a string of cl-who output -Exported `combine-errors` (which has to be called by validate-formlet at runtime) More... about 13 years ago
-Fixed dumbass bug introduced by my overzealous use of `apply` More... about 13 years ago
-Bugfix generating improper property list when a Recaptcha fails to validate More... about 13 years ago
-Textareas now retain their content on error -Simplified dispatching on the type of field (using case instead of cond) More... about 13 years ago
-Bug fix that caused file-type? to error when the validated field was left blank More... about 13 years ago
-Updated README file More... about 13 years ago
-Added additional predicates to formlets.lisp -Added additional imports and exports fo package.lisp More... about 13 years ago
-Added enctype change to support file uploading -Re-wrote much of it to use the loop macro instead of mapcars and manual recursion (a lot clearer to read this way, and it might be slightly more efficient) More... about 13 years ago
-Added file-size to utility.lisp More... about 13 years ago
-added file code by itself More... about 13 years ago
-Changed the way global warnings work (this has very slightly simplified the validation process) -Updated documentation More... over 13 years ago
-Exported recaptcha and recaptcha-passed? More... over 13 years ago
-Added clarifying notes to the recaptcha section More... over 13 years ago
-Fixed markdown list mis-rendering More... over 13 years ago