0
I Use This!
Inactive

Commits : Listings

Analyzed about 1 hour ago. based on code collected 1 day ago.
Jun 20, 2025 — Jun 20, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #16 from PuercoPop/patch-1 More... over 9 years ago
Update readme reference to def-formet More... over 9 years ago
-recaptcha now uses the https api handlers rather than HTTP (this prevents errors from happening on sites that use SSL) More... over 13 years ago
-Fixed view bug with Recaptcha (it no longer displays inside its label) More... almost 15 years ago
-Fixed declaration error in test.lisp More... almost 15 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... almost 15 years ago
-Fixed brainfart (changed `name-field` to correct `(name field)` method call) More... almost 15 years ago
-Added class labels to all field output More... almost 15 years ago
-Fixed an oversight with the way Recaptcha displays errors More... almost 15 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... almost 15 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... almost 15 years ago
-Fixed bug with `file-smaller-than?` predicate; it no longer errors when the user fails to upload anything More... almost 15 years ago
-Fixed bug related to general-validation methods (`show` and `validate` slightly changed how they handle More... almost 15 years ago
-Minor update to README More... almost 15 years ago
-Incremented version number -Fixed errant phrase in README More... almost 15 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... almost 15 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 15 years ago
-Fixed dumbass bug introduced by my overzealous use of `apply` More... about 15 years ago
-Bugfix generating improper property list when a Recaptcha fails to validate More... about 15 years ago
-Textareas now retain their content on error -Simplified dispatching on the type of field (using case instead of cond) More... about 15 years ago
-Bug fix that caused file-type? to error when the validated field was left blank More... about 15 years ago
-Updated README file More... over 15 years ago
-Added additional predicates to formlets.lisp -Added additional imports and exports fo package.lisp More... over 15 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... over 15 years ago
-Added file-size to utility.lisp More... over 15 years ago
-added file code by itself More... over 15 years ago
-Changed the way global warnings work (this has very slightly simplified the validation process) -Updated documentation More... over 15 years ago
-Exported recaptcha and recaptcha-passed? More... over 15 years ago
-Added clarifying notes to the recaptcha section More... over 15 years ago
-Fixed markdown list mis-rendering More... over 15 years ago