nodebb/src
psychobunny f0dfee5402 clean up
..
admin added callback to category update
controllers bugfixes + cleanup for accounts and users routes
database cleanup
middleware moved middleware out of webserver.js and into middleware.js
routes moved middleware out of webserver.js and into middleware.js
socket.io removed console.log
categories.js removed dupe i var
categoryTools.js upgraded categories to sorted set, score is the order set from acp, check if category topic exists before posting
database.js fixed instruction in database.js
emailer.js added missing winston to emailer
events.js closes
favourites.js cleanup
file.js added missing file
groups.js first pass
image.js lol this was saving to 'uploadPath'
install.js auto installing nodebb-widget-essentials on new setups
languages.js renamed language directories to ICU standard, upgrade script, no longer promoting english at top of list in languages tab, en now en_GB, encompasses Canadian and English English
logger.js removed console.log
messaging.js another eachSeries gone horray
meta.js cleanup
notifications.js crash fix for notifications, removed exec_body_script, closes
plugins.js fixed -- also removed near-meaningless info messages saying that a Hook had been registered.
postTools.js minor fix
posts.js moved topic locked check to topic.reply
sitemap.js simplified getAllTopics
threadTools.js changes to templates
topics.js moved topic locked check to topic.reply
upgrade.js added check to upgrade.upgrade
user.js user.js hint
webserver.js clean up
widgets.js rendering widget's container