Baris Usakli
9e7e0f6579
changed updateHeader to check for the existance of the user label
12 years ago
Baris Soner Usakli
45dec91e1b
reverted updateHeader code in footer.js to fix top bar after an image upload
12 years ago
Julian Lam
07d4466cb4
fixing user label when viewing with js disabled
12 years ago
Julian Lam
cbd03e75e2
fixing bug where the number of posts counted was incorrect (1 over), causing thread tools to not appear when a topic was locked.
...
also integrated bootbox into confirm dialogs for thread deletion
12 years ago
Julian Lam
a01a5bbd64
title also changes the top menu badge as well
12 years ago
Julian Lam
9ca749d62f
Merge branch 'master' of github.com:psychobunny/node-forum
...
Conflicts:
public/templates/header.tpl
12 years ago
psychobunny
220d80e3a1
added ability to add forum to iOS homescreen as an app
12 years ago
Julian Lam
bffa8828df
Merge branch 'master' of github.com:psychobunny/node-forum
12 years ago
Julian Lam
1a104686ac
new header for meta title
12 years ago
psychobunny
54f86a912c
mobileMenu module (categories menu), fixed bug I made in account.js when moving code to their own files,
12 years ago
Julian Lam
89d484c4ca
removing old post_window (!!) and fixing default focus when the composer is loaded
12 years ago
Julian Lam
1ff77f853c
Merge branch 'master' into post_window_refactor
12 years ago
psychobunny
46fbf5e0bf
removed placeholder in "recent" header for now
12 years ago
Julian Lam
0a00eac970
added requirejs, new 'composer' module for all posting related functions (client-side)
...
composer module only has "push" at the moment... doesn't render a window quite yet.
12 years ago
Julian Lam
48bccb3498
applying custom theme (if enabled) to all routes
12 years ago
Julian Lam
7f77ec2c5f
committing hotfix to registration
12 years ago
Julian Lam
405318844f
allowing multiple less files to compile down to one
12 years ago
psychobunny
a02a74604c
moved CategoriesAdmin into its own file, hid popular/active, some jslinting + cleanup, renamed some fn calls to be more descriptive
12 years ago
Baris Usakli
8f281e9792
Merge branch 'master' of https://github.com/designcreateplay/NodeBB
12 years ago
Baris Usakli
0f2014193d
top bar fix
12 years ago
Julian Lam
d71a38c4f7
minor styling changes to notif window
12 years ago
Julian Lam
79bf5fad5b
tweaks to notif window to show relative time
12 years ago
Julian Lam
ffbafc99c4
Merge remote-tracking branch 'origin' into notifications
...
Conflicts:
public/css/style.less
public/src/app.js
src/websockets.js
12 years ago
Julian Lam
c8d48127ad
more changes to notification dropdown in header bar
12 years ago
Baris Usakli
fe37dfecf7
connection/disconnection handling
12 years ago
Julian Lam
64f320743a
renaming the notification window to 'alert_window'
12 years ago
Julian Lam
194793d14d
Merge branch 'master' into notifications
...
Conflicts:
src/websockets.js
12 years ago
Julian Lam
6f4c480cd8
interim commit on notifications dropdown
12 years ago
Baris Usakli
ad1f688e85
chat text area is readonly now
12 years ago
Baris Usakli
8d0ac4cb07
chat feature
12 years ago
Baris Usakli
40b2aa2a80
Merge branch 'master' of https://github.com/designcreateplay/NodeBB
12 years ago
Baris Usakli
9f8c9e8822
derp
12 years ago
Julian Lam
93f3a0e524
adding some default text to meta title and desc
12 years ago
Julian Lam
24c6d2c458
manually applying fix as detailed in https://github.com/twitter/bootstrap/issues/7118
12 years ago
Baris Usakli
f4acb493d0
removed commented out code
12 years ago
Baris Usakli
545dc9d851
top bar user settings are pulled right
12 years ago
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;
12 years ago
Julian Lam
826edbd669
added linking to formatting opts in editor
12 years ago
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.
12 years ago
Baris Usakli
b949105142
Merge branch 'master' of https://github.com/psychobunny/NodeBB
12 years ago
Baris Usakli
ecc621e0c1
disconnect event
12 years ago
Julian Lam
b0cf97c5d6
editing features, part 1
12 years ago
Julian Lam
98193ecb29
Merge branch 'master' of github.com:psychobunny/NodeBB
12 years ago
Julian Lam
3eff46bb52
restricting posting by anons, redirects to login page and saves post to localstorage
12 years ago
Baris Usakli
b0284487f2
added users link to top bar
12 years ago
Julian Lam
1b61511e8a
fixed tabindex in reply window, wrapping up some minor bugs in editing
...
posts
12 years ago
Baris Soner Usakli
0aeeac9d61
image upload and changing images will clean up later andrew stayla
12 years ago
Julian Lam
2acd40a8bb
fixing up the post window to extend the body when opened, so it doesn't clip stuff
12 years ago
psychobunny
8e1ee88878
removed derpy + from header ill come back to that later when im more inspired... fixed ajaxify for custom routed urls, fixed recent/popular/active tab's invalid object initializer
12 years ago
psychobunny
4cb59c5aa9
started styling category.tpl, and added a fail plus sign to header, will revisit in the AM
12 years ago