Age | Commit message (Collapse) | Author |
|
enabled.
|
|
|
|
userlist is visible or not.
|
|
|
|
Conflicts:
src/controllers/Users.class.php
|
|
|
|
So, here's the deal:
* The meat of [concurrent-editing]:Form.class got merged into [master]:DB.class
* The string-generation stuff in [concurrent-editing]:Form.class didn't fit
nicely anywhere anymore, so I got rid of it by makeing datatype explicit.
* Users.class: declare datatypes explicitly in attrib()
* index.html.php: use this new explicit data
* style.scss: add a .small, which we can do because of the datatypes thing.
Conflicts:
src/controllers/Users.class.php
|
|
equivalent stuff with plugin and system config.
|
|
|
|
|
|
|
|
|
|
a hack to the Users.class controller to show all users for the "all"
username. Mark "all" as forbiddent in the Auth.class model.
|
|
|
|
|
|
|
|
|
|
interface.
|
|
|
|
|
|
|
|
|
|
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()
|
|
|