Baris Usakli
f4faee4283
moved image uploading to a require js module, added image upload to site logo
11 years ago
Baris Usakli
e9545c9a7f
closes #426
11 years ago
Baris Usakli
619214e462
added relative path to logo
11 years ago
Baris Usakli
31b600686a
logo links to homepage
11 years ago
Baris Usakli
bccc4e8019
Merge branch 'master' of https://github.com/designcreateplay/NodeBB
11 years ago
Baris Usakli
7039a4d762
closes #425
11 years ago
Julian Lam
7b7f0115e5
closed #432 - added link rel="up" and rel="alternate" to category and
...
topic pages
11 years ago
Baris Soner Usakli
24e79b3f4e
#426
11 years ago
Julian Lam
baf379c6d7
theme intergration into nodebb based on config hash value
11 years ago
Baris Soner Usakli
5e9819b96f
#415 , moved search form into logged in menu
11 years ago
psychobunny
a63732027f
plugins - filter:header.build allows plugins to add custom navigation to header
11 years ago
Julian Lam
84915a1843
added css files support for plugins, added ready output for NodeBB, put
...
some minification related outputs to debug-mode only
11 years ago
Julian Lam
d583122c64
Merge pull request #378 from iamcardinal/master
...
FIxes Search and touches on postbox, closes #370
11 years ago
Julian Lam
038e04dee6
revamped client side scripts so that they are loaded using Require.js instead.
11 years ago
Quinton Marchi
d177e71b46
Fixes double search, closes #370
...
Haven't tested it but I can't see any problems.
11 years ago
Julian Lam
1160f39cb0
revamped reconnection notification, closes #354
11 years ago
Baris Usakli
eb1c1c78d4
Merge branch 'master' of https://github.com/designcreateplay/NodeBB
12 years ago
Baris Usakli
0b0d64b52e
logout/login changes, updateHeader changes
12 years ago
psychobunny
1fbc038e64
fixed conflicts, added new language key for users/online
12 years ago
psychobunny
1a1fea535b
header language
12 years ago
Baris Usakli
8f04a136c8
fixed whitespace
12 years ago
Baris Usakli
8fb8956c0d
closes #331
12 years ago
Julian Lam
0d9958afe7
HOTFIX for scripts
12 years ago
Julian Lam
14720057c2
serving unminified libraries in development mode, minified otherwise
12 years ago
Julian Lam
521586f08f
Merge branch 'master' of github.com:designcreateplay/NodeBB
12 years ago
Julian Lam
d7ea24e218
issue #322 - minifying css file and added jquery to minified compilation
12 years ago
Julian Lam
e621d7e601
closed #322 - autominifying client-side assets on load
12 years ago
Baris Usakli
b25c3d8b67
closes #324
12 years ago
psychobunny
b5274a0d91
init
12 years ago
Baris Usakli
efef9c864c
closes #306
12 years ago
psychobunny
6fe5a93a73
header updates
12 years ago
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