Chris

Results 4 issues of Chris

Add FieldtypeIcon complementing InputfieldIcon so this can be used in templates/pages like other input fields. Basically, this is a stripped-down FieldtypeText. This module implements feature request https://github.com/processwire/processwire-requests/issues/128.

After registering and before confirming a new account, the data is currently stored in the session. When registering, the name is checked against a list of forbidden words and existing...

Set PHP's user_agent to a non-empty value if not set, as github api requests with an empty/missing user-agent header are rejected with status 403 (forbidden). This should fix issue #11.

Unlike $pages search, FieldtypeComments::find doesn't support searching for relative timestamps (like `created>='24 hours ago'`) in the 'created' field. Porting the logic from PageFinder::find over should be rather straight forward by...

Feature Request