Age | Commit message (Collapse) | Author |
|
|
|
|
|
username was changed.
When the message does show, it will say username "", since $new_name is never set, but that's another bug.
|
|
|
|
and a save botton to the top.
|
|
|
|
individual user page.
|
|
|
|
instead of "Submit".
|
|
everything, but they could log in)
|
|
|
|
|
|
|
|
|
|
|
|
from my old implementation.
|
|
|
|
hand :)
|
|
|
|
|
|
getSysConf() without this "$this->" in front of it.
|
|
prevent the browser from following the Location: header, which is not what HTML users want.
|
|
selecting the view fail (as they do in IE6-8)
|
|
in a .save file.
|
|
separate commits.
|
|
|
|
|
|
|
|
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()
|
|
|
|
isLoggedIn() was still being called on the DB
|
|
manually.
|
|
|
|
|
|
|
|
* Users.class.php: whitespace change, fix a few array things
* Database.class.php: refer to $mm->hasher(), not $this->hasher()
* new.html.php: fix stupid shit
|
|
* 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.
|