psychobunny
fa64e84dcc
fixed a bug in templates, introduced categories, added default setup script onload, moved home.tpl code over to category, created hierachies
12 years ago
psychobunny
178bc82a55
removed deprecated functions from topics.js (server side parsing) and fixed the 150ms initial delay on first load
12 years ago
psychobunny
724c1511af
moved slugify to utils
12 years ago
Julian Lam
86af1b2af5
topic creation now checks for valid pid as well
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
Baris Usakli
2a3ef2408f
fixed post content
12 years ago
Baris Usakli
3c86b43ba3
post count is incrementing when replying
12 years ago
Baris Usakli
ed26728a0f
show username on homepage
12 years ago
Julian Lam
0ae4e31163
RUN "npm install" AFTER THIS GIT PULL!!
...
Integrated markdown parsing to all post content. Title content by default
not going to be parsed, using default options unless circumstances dictate
otherwise.
12 years ago
Baris Usakli
39b24436d0
removed global.socket, passing in socket to the functions now
12 years ago
psychobunny
b2bc967e9b
got ajaxify working with threads, some cleanup, fixed anon posting, got rid of a few more global.sockets calls
12 years ago
Julian Lam
62779ef0dd
relative time on topics and posts
12 years ago
Baris Soner Usakli
20aa5d439e
log server errors in browser
...
added uid to posts
12 years ago
psychobunny
303452ef8c
fixed conflicts
12 years ago
psychobunny
126f817f7d
updates to posts
12 years ago
Julian Lam
570dfd9786
updated topics module to use uid as a passed in param, instead of through global.uid
12 years ago
psychobunny
98ca14e31c
started working on threadss, implemented slug url, fixed crashing bug during post creation
12 years ago
psychobunny
5173498180
client side templates in, fixed home page to parse templates on ajaxify, added footer to the page transition animation for smoothness
12 years ago
Julian Lam
eac3785b29
fixing issue with auth (removed session saving stuff by mistake)
12 years ago
Julian Lam
9e5a7b96b3
fixed broken mget implementation if no topics are present
12 years ago
psychobunny
a16f72e11c
redis - added mget and multi, finished initial topics listview on home page, finished get topics method calls
12 years ago
psychobunny
e50e136d83
inbetween some changes but asked to pull so I'll comment better later
12 years ago
psychobunny
d711a4e334
added post button, post window, added click handler to toaster alert, started on posts and topics schema and code
12 years ago