Baris Soner Usakli
|
a86ddc9934
|
closes #726
|
11 years ago |
psychobunny
|
92725ee3df
|
Merge pull request #874 from BitBangersCode/templates-fix
Add custom templates to /api/get_templates_listing
|
11 years ago |
Julian Lam
|
d8eec5dd2e
|
fixed missing og:title on category view
|
11 years ago |
Julian Lam
|
b954668636
|
browser title, #911
|
11 years ago |
Julian Lam
|
fb2b54b314
|
refactored meta and link tag generation to template (yay frontend processing!)
cache busters now always added in template, instead of throughout code
|
11 years ago |
Julian Lam
|
95d671281a
|
moved port 80 and 443 warnings to its own conditional
|
11 years ago |
Baris Soner Usakli
|
f68b692ce4
|
closes #863
|
11 years ago |
Julian Lam
|
5482146bc4
|
simplified a conditional
|
11 years ago |
Baris Soner Usakli
|
1084523c92
|
lots of pagination work, query params, ajaxify to pids
|
11 years ago |
MrWaffle
|
869f9e0d86
|
Add custom templates to /api/get_templates_listing
|
11 years ago |
Baris Soner Usakli
|
2e786cc4d1
|
closes #873, removed global translator, templates and server objects
|
11 years ago |
Baris Soner Usakli
|
393bb7245c
|
closes #866
|
11 years ago |
Julian Lam
|
459d5ddccd
|
fixed #867 - added proper detection so that onpopstate would not react if it was a proper page load
|
11 years ago |
Julian Lam
|
43808c01ec
|
reduced the number of 'ajaxify.go' calls to one, in /src
|
11 years ago |
Julian Lam
|
b587d7b5ad
|
fixed issue where calls to ajaxify.go were sending in a "template" argument that had since been removed, navigating back to NodeBB from an external link now no longer clobbers the History stack.
|
11 years ago |
akhoury
|
dcc6ec797e
|
removed use_proxy config, cleaned-up some comments and sneaked in a time log print on initialization, also, related to pull#820
|
11 years ago |
Baris Soner Usakli
|
f62c82c797
|
send app to action:app.load
|
11 years ago |
Julian Lam
|
f02cd9df82
|
Merge branch 'master' of github.com:akhoury/NodeBB into akhoury-master
Conflicts:
src/user.js
|
11 years ago |
Aziz Khoury
|
659817b4f1
|
Update comment
|
11 years ago |
Baris Soner Usakli
|
b945dfc71d
|
closes #843
|
11 years ago |
Aziz Khoury
|
a13c321de8
|
added "trust proxy" config option with default to true
|
11 years ago |
Julian Lam
|
e1a9fe9691
|
Merge branch 'WindowsFix' of github.com:BitBangersCode/NodeBB into BitBangersCode-WindowsFix
Conflicts:
src/webserver.js
|
11 years ago |
Baris Soner Usakli
|
bbac361670
|
fixed crash if empty topic was loaded without ajaxify
|
11 years ago |
psychobunny
|
025e1293fa
|
removed deprecated cssSrc, replaced with optional bootswatchCSS
|
11 years ago |
MrWaffle
|
5ed77b032e
|
Fix plugin CSS files on Windows
|
11 years ago |
Baris Soner Usakli
|
dc27638ca8
|
sitemap fix
|
11 years ago |
Julian Lam
|
8d71098a0f
|
fixed detection for admin client-side scripts
|
11 years ago |
Julian Lam
|
ab16b1184d
|
fixing issue where nojs mode of a private category would show the category topics, even if the requesting user was not allowed inside
|
11 years ago |
Baris Soner Usakli
|
4912b8a893
|
fixed language regex
|
11 years ago |
Baris Soner Usakli
|
f75e55aa11
|
fixed path
|
11 years ago |
Baris Soner Usakli
|
d6333a3969
|
fixed plugin css files for relative path
|
11 years ago |
psychobunny
|
6f120ff34a
|
closes #732, custom robots.txt
|
11 years ago |
Baris Soner Usakli
|
48074ea93b
|
redirect if category is accessed directly
|
11 years ago |
Baris Soner Usakli
|
0edb895c2c
|
indent
|
11 years ago |
Baris Soner Usakli
|
1466e68aa1
|
ssl support 101
|
11 years ago |
psychobunny
|
7f8836daa4
|
simplified filter:server.create_routes - routes no longer require you to pass in req, res, name, route (the latter two was a mistake)
tl;dr - just content is all that is required. see
http://www.github.com/psychobunny/nodebb-plugin-static-page for more
info
|
11 years ago |
Julian Lam
|
f7a1cca861
|
properly fixed #713
|
11 years ago |
Julian Lam
|
e3fb996a80
|
Merge branch 'master' of github.com:designcreateplay/NodeBB
|
11 years ago |
Julian Lam
|
fe53037e53
|
hopefully fixing #713
|
11 years ago |
Baris Soner Usakli
|
d43f3cebc6
|
closes #707, closes #686
|
11 years ago |
psychobunny
|
42d77080f3
|
plugins: filter:server.create_routes - allow plugins to add custom templates and/or modify individual blocks withiin a template
|
11 years ago |
Julian Lam
|
b52782deb8
|
removed use of strip_tags and using String library instead
|
11 years ago |
Julian Lam
|
2c6bf93eb5
|
added String parsing library, sanitizing meta tag "description" for
topics, and added og:description meta tag -- fixes #688
|
11 years ago |
Julian Lam
|
d8183c056c
|
added cache buster to require.js files - fixes #687
|
11 years ago |
Julian Lam
|
8385ceef79
|
topics in private categories can no longer be accessed via ajaxify or by
direct link
|
11 years ago |
Baris Soner Usakli
|
83cc8f3ba8
|
fixed header template value too
|
11 years ago |
Baris Soner Usakli
|
e9fbed71ae
|
closes #613, fixed allowRegistration incase its undefined
|
11 years ago |
Baris Soner Usakli
|
f68f02d346
|
closes #679
|
11 years ago |
Baris Soner Usakli
|
57d2db36e6
|
if not term just use empty string
|
11 years ago |
akhoury
|
d9eefd667c
|
fixed potential guestSearch config bug
|
11 years ago |