nodebb/public/templates
Baris Usakli 1a992b7147 first batch of changes
..
admin added qUnit unit testing framework, started categories unit tests. finally out of MVP so time to unslackmode :)
emails added email verification on registration
install install script + patching up integration with install wizard
noscript fixing up styling for category noscript view
403.tpl new 403 page
404.tpl added 404 tpl, fix for 404 on topics, continuing refactor - categories
account.tpl first batch of changes
accountedit.tpl changed spans on account page
category.tpl completed fb and g+ integration of buttons in category view
config.json closes
confirm.tpl added email verification on registration
followers.tpl username to userslug change
following.tpl username to userslug change
footer.tpl footer shows total topic post count
header.tpl changed the /latest route to /recent to match the text
home.tpl home page derp
login.tpl added the form back for login
logout.tpl logout functionality
recent.tpl recent page gets alerts when new topics and posts are created
register.tpl added password confirm to registration and prettified the notifications on regiser page, need to add validation for email/username/password on server side User.create too
reset.tpl modified exec_body_scripts to load external scripts. finally moved all the js files out of tpls into their own js
reset_code.tpl modified exec_body_scripts to load external scripts. finally moved all the js files out of tpls into their own js
topic.tpl closes
users.tpl closes