nodebb/src
Vincent Briglia 19ad9ab224 inverted value required, double exclamation mark just casts as boolean
..
admin closes
routes change getUserData to return err
categories.js closes
favourites.js updated all alert-error to alert-danger (wtf did BS3 need to change that?)
feed.js deleting and restoring posts and topics now update the corresponding RSS feeds
groups.js change getUserData to return err
imgur.js closes , ,
install.js closed , refactored configs to use new method "list", which returns error first
login.js refactoring installation scripts to use node prompt module, lots of other fixes
messaging.js removed console.log
meta.js closed , refactored configs to use new method "list", which returns error first
notifications.js refactored notifications library to mark all notifs read when the menu is
plugins.js interim commit -- enabling default plugins on setup
postTools.js deleting and restoring posts and topics now update the corresponding RSS feeds
posts.js fixed active_users not deleting over 10
redis.js closed
schema.js added a new section that only shows unread topics, added mark all read button, closes
sitemap.js closed
threadTools.js changed notifications to use relative path
topics.js updated topic viewing so that markAsRead marks any relevant notifications read (issue )
upgrade.js upgrade user checks for undefined data
user.js inverted value required, double exclamation mark just casts as boolean
webserver.js the online count on the footer uses the websockets now, it should also instantly update when people come online or go offline,
websockets.js closes