psychobunny
8a939fa4cc
removed left over template variable in category.js
2013-05-29 12:22:04 -04:00
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,
2013-05-29 12:17:44 -04:00
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
2013-05-24 23:02:21 -04:00
Baris Usakli
a4fd54a0c3
topic titles can be edited now
2013-05-24 14:29:35 -04:00
Baris Usakli
da46a73efe
looks better without disconnect alert
2013-05-24 11:49:24 -04:00
Baris Usakli
2d90635dc8
added 500ms delay to disconnect message
2013-05-24 11:39:30 -04:00
Julian Lam
79bf5fad5b
tweaks to notif window to show relative time
2013-05-23 14:32:25 -04:00
Julian Lam
1f7ab82f78
Merge remote-tracking branch 'origin' into notifications
...
Conflicts:
src/webserver.js
2013-05-23 13:24:27 -04:00
psychobunny
cd4ca110a1
moved utils over to client side for code sharing
2013-05-23 13:21:46 -04:00
Julian Lam
78713f0599
Merge remote-tracking branch 'origin' into notifications
2013-05-23 13:13:35 -04:00
Baris Usakli
f4218264e2
successful >:)
2013-05-23 13:09:30 -04:00
Julian Lam
ffbafc99c4
Merge remote-tracking branch 'origin' into notifications
...
Conflicts:
public/css/style.less
public/src/app.js
src/websockets.js
2013-05-23 12:56:55 -04:00
Baris Usakli
9e54602d16
removed debug code
2013-05-23 12:30:21 -04:00
Baris Usakli
3c0b86689a
if same id is used it replaces the current alerts contents
2013-05-23 12:25:40 -04:00
Baris Usakli
58d12c9c7c
possible fix to post window opening on page load
2013-05-23 12:10:57 -04:00
Baris Usakli
fe37dfecf7
connection/disconnection handling
2013-05-23 11:49:56 -04:00
Julian Lam
64f320743a
renaming the notification window to 'alert_window'
2013-05-23 10:53:09 -04:00
Baris Usakli
8d0ac4cb07
chat feature
2013-05-22 17:14:06 -04:00
psychobunny
17cde19020
potential fix for templates bug
2013-05-22 15:34:51 -04:00
Julian Lam
624ccc592c
resolving issue where the post window stays open during navigation
...
- app.close_post_window now neatly closes the post window
2013-05-21 20:20:54 -04:00
Julian Lam
74c13ba299
Merge remote-tracking branch 'origin'
2013-05-21 20:12:28 -04:00
Julian Lam
fd38b60bd6
fixing issue with teasers showing deleted post info
2013-05-21 20:12:13 -04:00
psychobunny
ab492f147f
check for online/offline users, added custom redis sismembers method, fix for category view not showing up if it has no topics
2013-05-21 17:02:04 -04:00
psychobunny
47d491b266
some left over unfinished templates fixes from last week. deeper urls now take higher precedence.
2013-05-21 10:57:45 -04:00
psychobunny
19cfef9570
fixed /recent /popular /active /users/name
2013-05-17 15:34:17 -04:00
psychobunny
cb6d98cecb
derp conflicts
...
Merge branch 'master' of https://github.com/psychobunny/NodeBB
Conflicts:
public/src/templates.js
2013-05-17 15:26:46 -04:00
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;
2013-05-17 15:20:08 -04:00
Baris Usakli
d8489e2c66
Merge branch 'master' of https://github.com/designcreateplay/NodeBB
2013-05-17 14:22:39 -04:00
Baris Usakli
dfdbc3bea2
admin/redis page
2013-05-17 14:22:34 -04:00
psychobunny
1cdbd376ba
deprecated server side templates finally. code sharing between client side and server side templates; force_refresh parameter added to temasd
...
deprecated server side templates finally. code sharing between client
side and server side templates; force_refresh parameter added to
templates config.json; created initialization fn for webserver
2013-05-17 13:36:44 -04:00
Baris Usakli
37b5680db0
fixed admin page loading
2013-05-17 12:42:20 -04:00
Baris Usakli
c8b8899219
while you are editing a post you still need to write something dude
2013-05-17 11:07:37 -04:00
Baris Usakli
c2c4c003ab
if the user updates their email change the email uid mapping, added 500ms delay to the disconnect modal
2013-05-17 10:57:26 -04:00
Baris Usakli
5c2efafa0b
disconnect modal
2013-05-16 16:28:44 -04:00
Baris Usakli
0e39acb366
moved addCommas to app, using addCommas in topic.tpl
2013-05-16 15:45:32 -04:00
Baris Usakli
aac8182a1d
dont allow empty or short post title and body
2013-05-16 14:38:22 -04:00
psychobunny
e583c5ffc2
console.log
2013-05-16 13:14:29 -04:00
psychobunny
a663f4e835
Merge branch 'master' of https://github.com/psychobunny/NodeBB
2013-05-16 12:27:57 -04:00
psychobunny
88de8cd824
fixed an issue in bootstrap.js causing ctrl-click to not work. removed ctrl-click / middle click simulation code in ajaxify. am currently using unminified bootstrap TODO minifiy fixed version;
2013-05-16 12:27:50 -04:00
Baris Usakli
34432773d6
fix crash when you go to /topics/nonexistant
2013-05-16 12:13:39 -04:00
Baris Usakli
9d5f6364ad
removed console.logs
2013-05-16 11:53:27 -04:00
Julian Lam
826edbd669
added linking to formatting opts in editor
2013-05-16 10:37:17 -04:00
Julian Lam
dcbc93cacf
fixing up formatting bar to not be highlightable (and not have an outline
...
when the span is focused on), also tweaked the formatting options to
behave a little more smartly when text is currently highlighted when it is
invoked.
2013-05-15 21:32:56 -04:00
Julian Lam
5e9340a4fe
fixing ajaxify bug where external links (and the logout link!) did not
...
work -- basically any link that wasn't a template didn't work
2013-05-15 17:51:15 -04:00
Baris Usakli
b949105142
Merge branch 'master' of https://github.com/psychobunny/NodeBB
2013-05-15 15:40:23 -04:00
Baris Usakli
ecc621e0c1
disconnect event
2013-05-15 15:40:17 -04:00
Julian Lam
e31f6af774
Merge branch 'master' of github.com:psychobunny/node-forum
2013-05-15 15:39:35 -04:00
Julian Lam
b0cf97c5d6
editing features, part 1
2013-05-15 15:39:29 -04:00
Baris Usakli
58aa0ee647
friends
2013-05-15 13:57:13 -04:00
Julian Lam
6c82ffa09a
fixed bug where middle-click didn't work on firefox. Now ajaxify is capturing both onclick and mouseup
2013-05-15 12:46:39 -04:00