Julian Lam
882b9a917f
ability for users to now follow/subscribe to threads
12 years ago
psychobunny
64ecbfce8b
topics: removed some less important buttons from mobile view, removed reply button on main posts in exchange for the smaller reply button
12 years ago
psychobunny
d620c29aa9
added rss button to topics. redesigned how the topic main_post looks - buttons were previously not visible on mobile as well.
12 years ago
Julian Lam
9af39622ed
actually using identicon default across the site
12 years ago
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,
12 years ago
psychobunny
d36a81966a
use ajaxify to load 404 (prevents weird refreshing bug); part 1 of client side refactor: moving all template javascript vars into dom;
...
templates.get, templates.set for dynamic variables populated via tpls
12 years ago
Baris Usakli
a4fd54a0c3
topic titles can be edited now
12 years ago
psychobunny
55cb790d3c
potential fix for duplicate chat results, started recent replies block
12 years ago
Baris Usakli
37985cc383
cant send empty chat messages anymore
12 years ago
Baris Usakli
45e92b0b8d
when u drag a chat window it comes to front
12 years ago
Baris Usakli
6e8a18f475
fixed IE bug when chat message was sent post window was opening
12 years ago
Baris Usakli
8d0ac4cb07
chat feature
12 years ago
Baris Usakli
9f8c9e8822
derp
12 years ago
psychobunny
ab492f147f
check for online/offline users, added custom redis sismembers method, fix for category view not showing up if it has no topics
12 years ago
Baris Soner Usakli
03fcbcb051
add commas to rep when u post a new reply
12 years ago
psychobunny
cb6d98cecb
derp conflicts
...
Merge branch 'master' of https://github.com/psychobunny/NodeBB
Conflicts:
public/src/templates.js
12 years ago
psychobunny
fb52dfc6c8
templates refactor part 2
...
updated so that tpls get loaded on demand as opposed to all at once on
load; added a function to pull the tpl list on load instead of having to
manually define new templates in code; some clean up; added utils.walk;
12 years ago
Baris Usakli
c2c3ba0119
signature css, modify to your pleasure
12 years ago
Baris Usakli
7dda970292
added signature to main_post template
12 years ago
Baris Usakli
bece6a7878
added signature to topic template
12 years ago
Baris Usakli
c8b8899219
while you are editing a post you still need to write something dude
12 years ago
psychobunny
6492da0876
css some refactoring of topics and posts, made them properly responsive in general. added rep vote placeholders on category listing.
12 years ago
Baris Usakli
0e39acb366
moved addCommas to app, using addCommas in topic.tpl
12 years ago
Baris Usakli
15006c6988
fixed quoting
12 years ago
Julian Lam
2e184c6211
Merge branch 'master' of github.com:psychobunny/node-forum
12 years ago
Julian Lam
6013017ffd
fixing bug where the favourites star was still shaded in if an anon tried to favourite a post
12 years ago
psychobunny
77c96eb57d
moved content in main_post over to a new line, looks better with inline images
12 years ago
Julian Lam
826edbd669
added linking to formatting opts in editor
12 years ago
psychobunny
9977a44099
removed the img-polaroid class from main-poster and replaced the stats with a hover over for desktop. tbd duhsign for mobile
12 years ago
psychobunny
435d24eb25
differentiation between the main post and rplies including preliminary duhsign
12 years ago
psychobunny
91b4ec2547
fixed crashing error in graph/user/picture, and started updating the main post row in topic.tpl
12 years ago
Julian Lam
0c047d2fc4
fixing indents in one code block
12 years ago
Julian Lam
1b61511e8a
fixed tabindex in reply window, wrapping up some minor bugs in editing
...
posts
12 years ago
Julian Lam
156d5dce08
post deletion
12 years ago
Julian Lam
4fd1244e2d
some work on deleting posts, and allowing a mod to edit a post
12 years ago
Baris Usakli
be072dbd68
added click listener to delete post
12 years ago
Julian Lam
b244da724e
edit labels, and fixing responsive layout in topic view
12 years ago
Julian Lam
e9a552eab4
editing of posts
12 years ago
Julian Lam
2ca1986b40
moving threads will refresh view for all connected clients as well
12 years ago
Julian Lam
ff025f0e48
interim commit to thread moving
12 years ago
Baris Soner Usakli
3f67fc29e8
links from user pics in posts
12 years ago
Baris Usakli
d2f830c75f
fixed active users and reply user links to use /users/username
12 years ago
Julian Lam
387419ef64
Merge branch 'master' of github.com:psychobunny/node-forum
12 years ago
Julian Lam
f0eeec8932
fixing alert removal by alert_id and adding alerts when thread is locked or pinned
12 years ago
psychobunny
96b9d41698
removed return to home link from topic, realized that breadcrumbs are right on top
12 years ago
Julian Lam
8bccc8466e
Merge branch 'master' of github.com:psychobunny/node-forum
12 years ago
Julian Lam
bf7c602cd8
thread pinning
12 years ago
psychobunny
2dccfb96e7
Merge branch 'master' of https://github.com/psychobunny/NodeBB
...
Conflicts:
src/posts.js
src/topics.js
12 years ago
psychobunny
ae2be687b8
small refactor plus breadcrumbs for all ur pages
12 years ago
Julian Lam
ae43a299df
hiding edit and delete buttons from indiv. posts if thread is locked
12 years ago