psychobunny
45e24c54ce
pagination scroll block fix + cleanup
12 years ago
psychobunny
abd909d23b
pagination - scroll to top / bottom arrows
12 years ago
Julian Lam
207eccc505
Merge branch 'master' of github.com:designcreateplay/NodeBB
12 years ago
Julian Lam
45d5524df7
fixing minor errors in css in composer
12 years ago
Baris Usakli
1f08e407d1
closes #248
12 years ago
Baris Usakli
2c215afe33
closes #249
12 years ago
psychobunny
2c238f49e0
added search button, hiding the form by default. also fixes issue #241
...
notes: mobile needs a dedicated notification screen, imo, rather than
using the same popup. and /search needs a form on the page itself.
12 years ago
psychobunny
770d9e5b7c
removed mobile menu markup + css, more cleanup
12 years ago
psychobunny
6e164e61aa
removed some unnecessary CSS
12 years ago
psychobunny
2098bf84a1
finished pagination for topic view
12 years ago
psychobunny
469a5221ed
added postcount to topics return; started scrollspy behaviour for "postid / postcount" in topics.
12 years ago
psychobunny
346681ba27
removed mobile menu until it can be pluginified. refactored topics UX a hell of a lot, looks much better on both desktop+mobile now.
12 years ago
psychobunny
b6a5cbf956
trim whitespace mode on
12 years ago
psychobunny
2f70dd732d
BS3 basic integration; btn-large to btn-lg (inc FA); navbar fixed
12 years ago
psychobunny
e2ffac74bc
added css classes to hide/show elements based on logged in status; hid unread category to anonymous users
...
added some general classes .nodebb-loggedin and .nodebb-loggedout for
toggling display based on user status
12 years ago
psychobunny
f1547a7b1f
added badge to header for unread topics count
12 years ago
Baris Usakli
2e6b37e018
wrapped search form in li
12 years ago
Miguel Ángel Durán García
1afc4f39a8
Remove unneded type tags for scripts
...
In HTML5 we can omit the type tag for scripts because it's useless in
javascript.
http://www.w3.org/html/wg/drafts/html/master/scripting-1.html#the-script
-element
"When used to include dynamic scripts, the scripts may either be
embedded inline or may be imported from an external file using the src
attribute. If the language is not that described by "text/javascript",
then the type attribute must be present, as described below. Whatever
language is used, the contents of the script element must conform with
the requirements of that language's specification."
12 years ago
Baris Soner Usakli
6ff0c55dae
swaped notif and search box
12 years ago
Baris Soner Usakli
d6b9a2799b
full text search using reds, issue #142
12 years ago
Baris Soner Usakli
59381ee1d3
cleaned up webserver.js a bit, moved api routes to its own file, closes #54
12 years ago
Baris Soner Usakli
78f462e1e6
added a new section that only shows unread topics, added mark all read button, closes #140
12 years ago
Julian Lam
4588745b9a
refactored all calls to app.build_header (in regular and auth routes)
12 years ago
Baris Soner Usakli
f7217f2d12
closes #130
12 years ago
Julian Lam
cc1cc7cae4
first pass at meta tag construction abstraction (issue #116 ). Also addressed issue #118
12 years ago
Julian Lam
59029a0ef0
minor tweaks to theme engine
12 years ago
Julian Lam
9e7afcf0ab
fixing issue where navigating to a non-existant category_id caused NodeBB
...
to crash
12 years ago
Julian Lam
84584a1b5b
minor cleanup of header tpl
12 years ago
Baris Soner Usakli
f7f5da00e1
another fix for js crashes
12 years ago
Baris Soner Usakli
6f57e639f9
changed input to meta
12 years ago
Baris Soner Usakli
de55a35684
more fixes for relative paths
12 years ago
Baris Usakli
6eb9af77e6
first pass at subfolder
12 years ago
Baris Usakli
5f8ca4aa6c
moved modals to footer.tpl from header.tpl
12 years ago
Baris Usakli
a43c7bc90f
changed the /latest route to /recent to match the text
12 years ago
Baris Usakli
9309722898
fixed indents
12 years ago
Baris Usakli
523b787e69
added csrf to ajax calls
12 years ago
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