You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
barisusakli fed8cc6d53 optimize privileges and assorted fixes.
* new methods
privileges.categories.filter
privileges.topics.filter
privileges.posts.filter

they take a list of ids and a privilege, and return the filtered list of
ids, faster than doing  async.filter and calling the db for each id.

* remove event listeners on recent page before adding
* group.exists works for both single group names and arrays
* helpers.allowedTo works for both a single cid and an array of cids
* moved filter:topic.post hook right before topic creation.
* moved filter:topic.reply hook right before topic reply.
11 years ago
..
forum optimize privileges and assorted fixes. 11 years ago
modules removed debug 11 years ago
admin.js closes #1678 11 years ago
ajaxify.js closes #1905 11 years ago
app.js you're now logged out server-side when you're banned, so csrf token doesn't work in app.logout 11 years ago
helpers.js closes #1900 11 years ago
overrides.js translate helpers 11 years ago
templates.js first commit 11 years ago
translator.js closes #1905 11 years ago
utils.js fixed #1661 11 years ago
variables.js Add missing new lines at end of files. 11 years ago
widgets.js closes #1855 11 years ago