Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
registration. Form's checks for existing nicks & emails would incorrectly return true on the second lookup due to bad interaction with negative caching.
(was checking $obj !== false but we return null now on negative cache hits, with false for cache misses)
|
|
|
|
|
|
will use whichever theme is loaded as its base and then add its own
mobile styles. Of course, if a theme comes with its own mobile styles,
it will use that instead as an addition to its own base.
|
|
will use whichever theme is loaded as its base and then add its own
mobile styles. Of course, if a theme comes with its own mobile styles,
it will use that instead as an addition to its own base.
|
|
those queries.
Defaulting to only looking at last 90 days of activity, can be adjusted up or down.
$config['tag']['cutoff'] = 86400 * 90;
$config['popular']['cutoff'] = 86400 * 90;
Per-user and per-group tag clouds do not use the cutoff (and it doesn't help with indexing on them).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
notice content is > 140c
|
|
- Other stability fixes
|
|
- Other stability fixes
|
|
|
|
|
|
better.
|
|
better.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
auth user, similar to how they can set one via http basic auth,
even if one is not required. I think I finally got this right.
|
|
auth user, similar to how they can set one via http basic auth,
even if one is not required. I think I finally got this right.
|
|
|
|
|
|
fixes and not properly testing them. :P
|
|
fixes and not properly testing them. :P
|
|
|
|
|
|
|
|
|
|
|
|
|
|
exposed to the email
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|