Changes between Version 4 and Version 5 of InputfieldTrapPlugin


Ignore:
Timestamp:
Nov 11, 2015, 9:58:24 AM (8 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • InputfieldTrapPlugin

    v4 v5  
    55== Description
    66
    7 A plugin that only inserts a hidden input field named `keepempty`. This will achieve the following:
    8 * Bots usually won't keep the `keepempty` field empty, and thus we can block any such spam attempts immediately.
    9  * Real users will want refrain from filling in the hidden input field named keepempty.
     7This is a plugin that inserts a hidden input field named `keepempty`. This will achieve the following:
     8 * Bots usually won't keep the `keepempty` field empty, and thus we can block any such spam attempts immediately.
     9 * Real users usually will refrain from filling in the hidden input field named keepempty.
    1010
    11 Currently blocks stupid bots from submitting new tickets or editing the wiki.
     11This therefore blocks low-intelligence bots from submitting new tickets or editing the wiki.
    1212
    1313In more detail, you can see the plugin is working if your wiki and ticket forms contain the following:
     
    2525
    2626If you have any issues, create a
    27 [http://trac-hacks.org/newticket?component=InputfieldTrapPlugin&owner=sesam new ticket].
     27[/newticket?component=InputfieldTrapPlugin new ticket].
    2828
    2929[[TicketQuery(component=InputfieldTrapPlugin&group=type,format=progress)]]
     
    3131== Download
    3232
    33 Download the zipped source from [download:inputfieldtrapplugin here].
     33Download the zipped source from [export:inputfieldtrapplugin here].
    3434
    3535== Source
    3636
    37 You can check out InputfieldTrapPlugin from [http://trac-hacks.org/svn/inputfieldtrapplugin here] using Subversion, or [source:inputfieldtrapplugin browse the source] with Trac.
     37You can check out InputfieldTrapPlugin from [/svn/inputfieldtrapplugin here] using Subversion, or [source:inputfieldtrapplugin browse the source] with Trac.
    3838
    3939== Example