Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Added a right for new notices, realized that the hasRight() method
should be on the profile, and moved it.
Makes this a less atomic commit but that's the way it goes sometimes.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Renamed the user_role table to profile_role. Remote users can have a
role on the site; that 'role' may be negative (silenced or sandboxed).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit 7efea1115f45b8880fe3161cc32b09510ddd2264.
Conflicts:
install.php
|
|
|
|
this time, E_STRICT compliant
|
|
|
|
|
|
Since core JS loads were moved to the bottom, the JavaScript was being run before jQuery was loaded, so the onload event never got set. Moved it down to the scripts section.
|
|
|
|
Made the selector much more specific, so it only works on pages that have notices
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|