psychobunny
|
e5486db1ae
|
Merge branch 'code-quality' of https://github.com/miksago/NodeBB into miksago-code-quality
Conflicts:
src/database.js
|
11 years ago |
barisusakli
|
90540f64cf
|
removed some unused translator requires
|
11 years ago |
Micheil Smith
|
3e82cab398
|
Add missing new lines at end of files.
|
11 years ago |
Julian Lam
|
4498f6e410
|
removing less-middleware calls
|
11 years ago |
psychobunny
|
488e31df64
|
added X-Powered-By header for builtwith.com
|
11 years ago |
psychobunny
|
eab0ca7463
|
allow custom themes to include templates that don't exist in the base theme
|
11 years ago |
psychobunny
|
3bd93a40fc
|
closes #1235
|
11 years ago |
psychobunny
|
f0a19b06c2
|
launch aesthetics
|
11 years ago |
Julian Lam
|
43e0c726fa
|
relaxed isClientScript regex, fixed #1198
|
11 years ago |
psychobunny
|
941c3b2d7e
|
added emitter class; express.listen only after background tasks complete; closes #1227
|
11 years ago |
Julian Lam
|
7111adb3c2
|
fixed subfolder installs again (a bit), also stopped apple-touch-icon from clobbering /apple-touch-icon
|
11 years ago |
Julian Lam
|
ffa42ffea3
|
moving pluginRoutes to top of route stack (like others), put app.load hook behind plugins' ready callback
|
11 years ago |
psychobunny
|
6acdc66470
|
fixed bug if default templates folder missing (in case you planned on building an entire theme from scratch)
|
11 years ago |
psychobunny
|
1ef95bd09e
|
Merge remote-tracking branch 'origin/master' into webserver.js-refactor
Conflicts:
app.js
public/templates/category.tpl
public/templates/popular.tpl
public/templates/recent.tpl
public/templates/unread.tpl
src/routes/plugins.js
src/webserver.js
|
11 years ago |
psychobunny
|
a9046b926d
|
clean templates directory before beginning compilation
|
11 years ago |
psychobunny
|
90a80ad83d
|
plugins can now define a templates directory which gets compiled onload without requiring any hooks
|
11 years ago |
psychobunny
|
c0cd6148f4
|
one final push, cleanup + organize + lint; made feeds/meta/plugins routes follow same pattern as other route files
|
11 years ago |
psychobunny
|
3efca794fd
|
regex cleanup; fixed indenting on partials
|
11 years ago |
psychobunny
|
67517c58e3
|
added warning if partial template was not found
|
11 years ago |
psychobunny
|
d442e10037
|
template compilation + partials support
|
11 years ago |
psychobunny
|
552eb78db8
|
template compiling init; changing themes now finally works on this branch
|
11 years ago |
psychobunny
|
1dc63caf77
|
using views_dir config
|
11 years ago |
psychobunny
|
dbbbe21883
|
re-implementing meta and link tags part 1
|
11 years ago |
psychobunny
|
6820e9e662
|
random jshinting expedition
|
11 years ago |
psychobunny
|
6c3c669e31
|
moved middleware out of webserver.js and into middleware.js
|
11 years ago |
psychobunny
|
08a9ce4950
|
moved all app.configure() code into middleware/index.js + organization/cleanup
|
11 years ago |