Mercurial > p > roundup > code
annotate website/www/htaccess @ 8289:46886073c665
refactor: change method used to assign radiobuttons for boolean
use setdefault('type', 'radiobutton') rather than hardcoding the value
into the underlying self.input (input_html4) call.
Also add test for undefined radiobutton.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sat, 18 Jan 2025 17:43:08 -0500 |
| parents | f9eaaa63fda2 |
| children |
| rev | line source |
|---|---|
|
8044
f9eaaa63fda2
build: update website build to sync built files
John Rouillard <rouilj@ieee.org>
parents:
diff
changeset
|
1 RedirectMatch 404 /\.buildinfo$ |
|
f9eaaa63fda2
build: update website build to sync built files
John Rouillard <rouilj@ieee.org>
parents:
diff
changeset
|
2 RedirectMatch 404 /docs_backup-.* |
|
f9eaaa63fda2
build: update website build to sync built files
John Rouillard <rouilj@ieee.org>
parents:
diff
changeset
|
3 RedirectMatch 404 \.orig$ |
|
f9eaaa63fda2
build: update website build to sync built files
John Rouillard <rouilj@ieee.org>
parents:
diff
changeset
|
4 RedirectMatch 404 ~$ |
