73 Commits (c2c4c003abaa9f6b0a4b1126362fdc6f4464392a)

Author SHA1 Message Date
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
Julian Lam d35bffa830 removing topic from listing if deleted, and adding lock icon if thread is locked 12 years ago
Julian Lam 2ce70dbb93 restricting upvoting if a thread is locked 12 years ago
Julian Lam 43a76f9c9c fixing socket returns to emit to everybody in the room (on thread locking/deletion) 12 years ago
Julian Lam 7ed2413d96 Merge remote-tracking branch 'origin' into thread_options
added some styling and elements to thread deletion

Conflicts:
	public/src/ajaxify.js
12 years ago
Julian Lam 7bbc630dfb Merge remote-tracking branch 'origin' into thread_options
Conflicts:
	public/src/templates.js
12 years ago
Julian Lam 250c70bdfc topic locking and deletion 12 years ago
Baris Usakli ec104b05d4 added links to user profiles from posts and the breadcrumbs 12 years ago
Julian Lam b2c6d4f7c7 interim commit to thread options 12 years ago
Julian Lam d7c5a3c150 merging from stash 12 years ago
Julian Lam 35770edcae added thread tools dropdown 12 years ago
Julian Lam f0f1ed7ed8 added lock icon to locked button in threads 12 years ago
Julian Lam b6f3211ce7 if a thread is locked, the reply buttons all now say "locked", and the
post reply window will not pop up
12 years ago
psychobunny ecf3ffa170 fixed anon bug in users browsing this thread code, simplified the logic as well, fixed language 12 years ago
psychobunny 1009726b51 almost done X users browsing this thread feature. there is one bug where anonymous users do not get disconnected from the room, so I'll have to figure that out later 12 years ago
psychobunny 26c22b0559 bugfixes + starting active users in thread feature 12 years ago
psychobunny 3947b6b6fd modified ajaxify slightly to make transitions between pages a bit more fluid (although first load doesn't look that awesome); fixed up rooms - resolved DRY failure and properly leave rooms 12 years ago
psychobunny 8133ac53de small change to ajaxify to ignore href='#', added some design to future features, up for grabs if anybody wants to do them 12 years ago
psychobunny 496ed20615 fixed annoying footer being hidden then reshown on first load 12 years ago
Baris Soner Usakli 73e958e627 added join date to users, fixed post count when a new topic is created. account page shows time joined,picture and name 12 years ago
psychobunny 93c5931bb0 fixed listener memleak causing new posts to appear duplicated 12 years ago
psychobunny dd4758725e fixed bug where events weren't being attached to new posts being parsed in 12 years ago