Commit graph

7 commits

Author SHA1 Message Date
alex-brainstorm
6ea1a837c2 Use null as default value since value is tested against null. Was breaking search code. 2004-05-10 14:55:23 +00:00
Fredrik Jervfors
9ce601d068 Closing PHP tag and adding some XHTML 2004-05-09 10:19:50 +00:00
tokul
8a3d91bd28 moving forms to separate subpackage. It is easier to dig through functions
when they are splitted into categories
2004-04-12 08:02:15 +00:00
tokul
60435fc01f Don't use htmlentities() to sanitize input/output.
It breaks things outside of Western Europe/US.

Changing functions to use htmlspecialchars(). It still breaks things
in compose, when is_conversion_safe($charset)=true.

at least it breaks less.
2004-04-08 17:09:58 +00:00
jangliss
e4f6cc3969 Password can accept a value as well. 2004-03-31 16:04:53 +00:00
Thijs Kinkhorst
14cc9f11af Add form functions for password, submit and reset. 2004-03-31 11:46:28 +00:00
Thijs Kinkhorst
f6df87c185 Functions to build HTML forms.
I've created this for another project of mine, and think they come in useful
here. They are kept simple on purpose. Advantage is less typing
[eg addHidden('startMessage', $startMessage)] and everything is encoded
automatically. Could be extended with submit/reset and other form elts
not covered yet.
2004-03-28 14:35:37 +00:00