Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
StatusNet user_id
Added EmailAuthenticationPlugin
Added ReverseUsernameAuthenticationPlugin
Changed the StartChangePassword and EndChangePassword events to take a user, instead of a nickname
User::allowed_nickname was declared non-static, but used as if it was static, so I made the declaration static
|
|
|
|
|
|
sub to a 0.8.x account, with the OpenID plugin enabled.
|
|
Should resolve performance problem with Profile::getCurrentNotice()
|
|
common.php
The call was moved to this spot in commit 3ea1119e500c23ee918569e2a58cc5abaa1d8a5a (previously init'd later in another func) but doesn't seem to be needed anyway. None of our code uses the variables that this function defines, just the constants -- which are already predefined without the call.
The function is deprecated in PHP 5.3 and gone in 6, so we may as well toss it now.
|
|
work. Otherwise they don't.
|
|
54696f7c I think
|
|
being displayed
|
|
to search the log for it.
|
|
|
|
Users may not know about this setting and are unaware they are sending stats.
This allows them to make that decision.
|
|
|
|
surround notice_id with [], looks nicer
|
|
|
|
|
|
|
|
perf. issue) and confusion if someone tries to change one or the other
|
|
|
|
|
|
events to work (and more like how the rest of SN works).
|
|
|
|
|
|
|