Age | Commit message (Collapse) | Author |
|
|
|
For the booleans, we use a hidden input to send false back if they aren't selected.
* Template.class.php: rename inputBool() to inputBoolArray(), create new inputBool()
* index.html.php: use a hidden input to send false when an checkbox isn't selected.
* individual.html.php: add inputBool() function, use $t->inputBoolArray() in inputArray()
|
|
manually.
|
|
|
|
* move a lot of stuff out of MessageManager
* move models from lib to models
|
|
* do a |= instead of = for setting $this->red in Template->link()
* don't ever escape the url in Template->url()
|
|
|
|
Partway through a rewrite. I have some old files I didn't want to entirely delete.
|