Commit Graph

236 Commits (30eb85f96e5d205dfbc9528c71a5907b16a21f4d)

Author SHA1 Message Date
Baris Usakli 720dd9e960 scroll to posts
Julian Lam c5c6bcec4b closed
Baris Usakli 676765278e closes
Baris Usakli 2bb4aab6ac changes to online users code
Julian Lam ed967a0e2f applied minor suggestion suggested by @damianb in issue
closed  (regression due to text selection enhancement)
Julian Lam 0e854119c6 removed duplicate id in topic template, closed , where opening a couple threads caused the reply window to load multiple times
Julian Lam 86ad794918 closed
Baris Soner Usakli 8f4848cc69 userList function for active users, moved it to server side too
Baris Soner Usakli f2d7f856aa async.each in user.js
Julian Lam 9c5e9083fe closed by refactoring the jquery events for post buttons
Baris Usakli e24606ff73 fixed quoting
Baris Soner Usakli 3c6d39ab89 closes
Baris Soner Usakli 99465f1ffd moved chat socket.on to footer
Julian Lam faf70d85d8 Merge branch 'master' of github.com:psychobunny/node-forum
Julian Lam 12a8775de5 hotfixing issue with set_up_posts function in new post event
Baris Usakli 07ceabd371 added space after reps in topic.tpl and topic.js
Julian Lam 936a284397 enabling infinite post loader (re: issue ), fixes
Julian Lam 9df0b39a5d started integrating infinite post loading for topic view (re: issue )
Baris Usakli d3a190d74e username to userslug change
Baris Soner Usakli ba3c78846d removed comments in topic.js
Baris Soner Usakli eff3fc9b7a fixed error in favouriting posts
Baris Usakli 9309722898 fixed indents
Baris Usakli a7bce12887 this fixes
Baris Usakli 41aeee9839 send back empty object if no data for user
Baris Usakli 38e1b39c2d chat windows added to taskbar
Baris Usakli ffbd777642 moved chat code to its own module
Julian Lam 2dea93d0fb Merge remote-tracking branch 'origin'
Julian Lam cbd03e75e2 fixing bug where the number of posts counted was incorrect (1 over), causing thread tools to not appear when a topic was locked.
also integrated bootbox into confirm dialogs for thread deletion
Julian Lam 973eb713bf auto-hiding mod tools on a new_post event, and showing them again if the user can edit that post
Julian Lam 2914496799 fixing bug where an anonymous user could follow a topic... yikes
Julian Lam 882b9a917f ability for users to now follow/subscribe to threads
Julian Lam 7e55e7b3d2 fixing quoting that broke with the introduction of the new post window
Julian Lam 061c7a9e66 half broken editing
Julian Lam 2b4782b376 removing console log
Julian Lam 676ddcd3e3 integrating the new post window into the forum
psychobunny 34131ad46c modified exec_body_scripts to load external scripts. finally moved all the js files out of tpls into their own js
todo: still need to organize the individual scripts client side,