Commit Graph

419 Commits

Author SHA1 Message Date
psychobunny
2638c03752 added timeout to address bar hiding (as per the official way of accomplishing this task ) 2013-06-05 17:14:10 -04:00
psychobunny
950fdefd7b rehide address bar on mobile after page load completes 2013-06-05 17:10:00 -04:00
psychobunny
3fa41ab316 rehide address bar on mobile after page load completes 2013-06-05 17:09:47 -04:00
psychobunny
5bb9933f4a added functionality to post button. also introduced some underlying concepts regarding modules and pulling template vars 2013-06-05 17:00:58 -04:00
Julian Lam
89d484c4ca removing old post_window (!!) and fixing default focus when the composer is loaded 2013-06-05 10:25:29 -04:00
psychobunny
d620c29aa9 added rss button to topics. redesigned how the topic main_post looks - buttons were previously not visible on mobile as well. 2013-06-04 14:27:09 -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
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
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
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
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
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
b0cf97c5d6 editing features, part 1 2013-05-15 15:39:29 -04:00
Julian Lam
3eff46bb52 restricting posting by anons, redirects to login page and saves post to localstorage 2013-05-14 17:19:22 -04:00
Julian Lam
e9a552eab4 editing of posts 2013-05-09 10:20:25 -04:00
psychobunny
d77ab9048d removed logs 2013-05-09 04:18:59 +00:00
psychobunny
09c9d0ee1f fixed topics bug that was prevent /latest /popular /active and subsequently the admin versions of those routes from working. removed debug statements. added admin socket room. added dynamic updating of active users on acp index 2013-05-09 04:11:16 +00:00
Julian Lam
2acd40a8bb fixing up the post window to extend the body when opened, so it doesn't clip stuff 2013-05-08 16:05:54 -04:00
Julian Lam
4dced643c5 tweaking app.alert so that on regular fadeout (after timeout expiry), the alert is removed from the DOM 2013-05-08 10:58:27 -04:00
Julian Lam
f0eeec8932 fixing alert removal by alert_id and adding alerts when thread is locked or pinned 2013-05-07 15:36:32 -04:00
psychobunny
fa64e84dcc fixed a bug in templates, introduced categories, added default setup script onload, moved home.tpl code over to category, created hierachies 2013-05-06 22:05:42 +00:00
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 2013-05-05 20:10:26 +00:00
psychobunny
bcb672e1fe socket rooms! and almost finished rep (socket updates) except for one small bug where current_user isnt being pulled 2013-05-03 19:31:21 +00:00
psychobunny
517b4de2fe threads look awesome now 2013-05-02 19:45:22 +00:00
Baris Soner Usakli
a47491225a clear topic and content after post 2013-05-02 11:40:00 -04:00
psychobunny
1bec9fc5aa breadcrumbs, and changed home in nav to 'forum' 2013-05-01 21:52:40 +00:00
psychobunny
b2bc967e9b got ajaxify working with threads, some cleanup, fixed anon posting, got rid of a few more global.sockets calls 2013-05-01 21:26:47 +00:00
psychobunny
e658531a67 replies are up 2013-05-01 20:58:36 +00:00
psychobunny
0f3f2bb859 post replies, unfinished 2013-05-01 18:25:24 +00:00
Baris Soner Usakli
20aa5d439e log server errors in browser
added uid to posts
2013-04-30 12:40:16 -04:00