88de8cd824fixed 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;
psychobunny
2013-05-16 12:27:50 -0400
96df6abe85broken posts
Baris Usakli
2013-05-16 12:21:13 -0400
34432773d6fix crash when you go to /topics/nonexistant
Baris Usakli
2013-05-16 12:13:39 -0400
9d5f6364adremoved console.logs
Baris Usakli
2013-05-16 11:53:27 -0400
2e184c6211Merge branch 'master' of github.com:psychobunny/node-forum
Julian Lam
2013-05-16 11:27:35 -0400
6013017ffdfixing bug where the favourites star was still shaded in if an anon tried to favourite a post
Julian Lam
2013-05-16 11:23:57 -0400
77c96eb57dmoved content in main_post over to a new line, looks better with inline images
psychobunny
2013-05-16 11:20:25 -0400
71482163edupdating post and topic methods so that when you reply to a post or create a new topic, that topic isn't flagged as unread for you
Julian Lam
2013-05-16 10:59:45 -0400
826edbd669added linking to formatting opts in editor
Julian Lam
2013-05-16 10:37:17 -0400
dcbc93cacffixing 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.
Julian Lam
2013-05-15 21:32:56 -0400
e1a83099e8fixed bottom padding on mainposter avatar
psychobunny
2013-05-15 18:31:49 -0400
9977a44099removed the img-polaroid class from main-poster and replaced the stats with a hover over for desktop. tbd duhsign for mobile
psychobunny
2013-05-15 18:30:43 -0400
3627b1790fMerge branch 'master' of github.com:psychobunny/NodeBB
Julian Lam
2013-05-15 17:51:44 -0400
5e9340a4fefixing ajaxify bug where external links (and the logout link!) did not work -- basically any link that wasn't a template didn't work
Julian Lam
2013-05-15 17:51:15 -0400
ecc621e0c1disconnect event
Baris Usakli
2013-05-15 15:40:17 -0400
e31f6af774Merge branch 'master' of github.com:psychobunny/node-forum
Julian Lam
2013-05-15 15:39:35 -0400
b0cf97c5d6editing features, part 1
Julian Lam
2013-05-15 15:39:29 -0400
09c80b8289fixed unfollow button
Baris Usakli
2013-05-15 15:07:40 -0400
d1041bedf4imagemagick resizing
Baris Usakli
2013-05-15 15:01:05 -0400
40b8264d6eonly png jpg and gifs are allowed for image upload, increase profile image size to 256kb
Baris Usakli
2013-05-15 14:46:49 -0400
3b0978caa7add friend button invisible if user is already friend
Baris Usakli
2013-05-15 14:30:03 -0400
58aa0ee647friends
Baris Usakli
2013-05-15 13:57:13 -0400
a4dfc604e7changed favouriting behaviour so that it no longer allows anons to favourite, and favouriting your own posts don't raise your rep count
Julian Lam
2013-05-15 13:28:28 -0400
6c82ffa09afixed bug where middle-click didn't work on firefox. Now ajaxify is capturing both onclick and mouseup
Julian Lam
2013-05-15 12:46:39 -0400
1d78c6a35dremoving debug statements from ajaxify building in middle click and ctrl-click listeners for new tab opening instructing git to ignore everything in the /uploads folder
Julian Lam
2013-05-15 12:04:30 -0400
c76eeaba3eremoved old upload code
Baris Usakli
2013-05-15 11:48:40 -0400
39798b9f79changed the file upload to use streams
Baris Usakli
2013-05-15 11:46:41 -0400
f767d3a007making the toaster notifications have fixed positioning instead of abba-solute
Julian Lam
2013-05-15 11:39:46 -0400
e4364b5362pushing fix to ajaxify where the homepage did not get added to the history (and thus was unreachable via history action
Julian Lam
2013-05-15 11:34:05 -0400
98193ecb29Merge branch 'master' of github.com:psychobunny/NodeBB
Julian Lam
2013-05-14 17:19:28 -0400
3eff46bb52restricting posting by anons, redirects to login page and saves post to localstorage
Julian Lam
2013-05-14 17:19:22 -0400
35974ed6b9more changes to category view
psychobunny
2013-05-14 19:33:50 +0000
073b87982bmoved user routes into routers/user.js
Baris Usakli
2013-05-14 14:04:19 -0400
3fa0f7c8b5fixed three bugs in templates: 1) if you're sending in null as a value it should now correctly replace that field as ''. 2) you don't need to put objects last in data anymore (stupid bug) 3) you can now send multiple objects to be parsed in templates properly; Also added deprecation message to server side templates
psychobunny
2013-05-14 17:36:12 +0000
d564811b71fixed the data passing to accountedit.tpl
Baris Usakli
2013-05-14 11:32:37 -0400
0bb0fd5789removed debug console.logs
Baris Soner Usakli
2013-05-13 17:40:51 -0400
901b378912css fix
Baris Soner Usakli
2013-05-13 17:40:14 -0400
23254103e4Merge branch 'master' of github.com:psychobunny/NodeBB
Julian Lam
2013-05-13 17:30:59 -0400
f662353cbffixes to thread avatar on phone
Julian Lam
2013-05-13 17:30:51 -0400
d7b6141e31button to change picture
Baris Soner Usakli
2013-05-13 17:02:10 -0400
624658307cMerge branch 'master' of github.com:psychobunny/NodeBB
Julian Lam
2013-05-13 16:57:58 -0400
487d740164added client and server validation on registration
Julian Lam
2013-05-13 16:57:47 -0400
6942107dd4regen gravatar url when email changes
Baris Soner Usakli
2013-05-13 16:41:28 -0400
9a768a4f6cMerge branch 'master' of github.com:psychobunny/NodeBB
Julian Lam
2013-05-13 15:18:12 -0400
8bb724e994minor tweaks to config default, and text copy update on registration page updated readme to mention the upload_path option
Julian Lam
2013-05-13 15:15:59 -0400
62bffff3c7forgot to add a ;
Baris Soner Usakli
2013-05-13 15:16:54 -0400
b18330f246fixed bug in image upload that was causing multiple form submits, added progress bar to image upload
Baris Soner Usakli
2013-05-13 14:17:04 -0400
aab149aecfMerge branch 'master' of github.com:psychobunny/NodeBB
Julian Lam
2013-05-13 14:16:43 -0400