Age | Commit message (Collapse) | Author |
|
session.module is supposed to prune expired auth tokens
on every login request. The pruning query had the incorrect
SQL syntax "DELETE COUNT(*) FROM" which mysql does not accept.
|
|
|
|
|
|
|
|
It turns out that you can't hope to bootstrap more
than one PHP-based software without messing stuff
up, particularly because they rely on global variables
without exception. If it is risky and unpredictable for
different systems, it is completely impossible with multiple
instances of the same.
Therefore, the ability to use multiple plugins (and the
accompanying config.php structure) has been removed. The
only plugin that can be used in conjunction with another
is session.
|
|
Stripping < and >
|
|
|
|
|
|
Doc changes and some implementations remain.
|
|
This patch should be ready for testing with SMF.
(cburschka/cadence/#31)
|
|
|
|
|
|
(See #1, and cburschka/cadence#31)
|