barisusakli
d1b457b066
check err
10 years ago
psychobunny
70b5c631c6
if dev, compile view scripts only; let rjs dynamically load module scripts
...
fixes a bug introduced @ 11c83079f2
10 years ago
psychobunny
02b6a7893a
in dev mode, concatenate scripts instead of minifying
...
faster reboot & restores sanity to those trying to debug browser
specific issues on IE and FF. not that you have much sanity to begin
with if it's an IE bug...
10 years ago
psychobunny
11c83079f2
if env is dev, don't re-compile rjs files
...
faster reboot & easier to debug on browsers that don't support
sourcemaps
10 years ago
Julian Lam
52285239e9
fixed client-side so semver doesn't explode when nbbpm returns 'latest', fixed tests so they pass again, #2363
10 years ago
Julian Lam
19297e2d22
plugin installation takes a version now, and queries nbbpm, #2363
...
better error handling for #2363
upgrades now also call the suggestion route from nbbpm
upgrade button will show alert now if you try to upgrade past the suggested version, #2363
10 years ago
barisusakli
7c7be2e0c1
closes #2337
10 years ago
Julian Lam
1a90de7dd6
added new --from-file flag that will load js/css from the precompiled file instead of recompiling it on startup
10 years ago
psychobunny
73220aaa3d
didn't realize mousetrap was being used elsewhere in the code, added back to client again
10 years ago
psychobunny
8abf2835a5
removed modules/admin and moved mousetrap + keybindings out of client #2245
10 years ago
psychobunny
339d2b0143
closes #2246
10 years ago
psychobunny
ffc07ff6d2
moved settings module deps into ACP #2245
10 years ago
psychobunny
d759a7d9dd
moved semver out of client js files #2245
10 years ago
psychobunny
b51c90dcb3
doing some reshuffling in public/src
...
public/src/admin and public/src/client; also some cleanup in
src/meta/js, no need to filter out admin files anymore
10 years ago
psychobunny
f35a51e48d
making the loading sequence less verbose
...
in particular, the js stuff all happened sequentially at the same time
so there was no need for multiple messages
10 years ago
psychobunny
6418948570
only need one "meta/css done" message
10 years ago
psychobunny
3a069e028b
refactored meta/js
...
yay I haz sourcemaps on windows now
10 years ago
psychobunny
729ed6fbda
all your semi-colons are belongs to me
10 years ago
psychobunny
eb4baf62b5
closes #2235
10 years ago
psychobunny
2a2490541f
some minor linting elsewhere
10 years ago
psychobunny
319defd1d2
moved meta:js.compiled event to after minfile is committed to disk, closes #2173
10 years ago
psychobunny
fa8613d09d
moving meta:css.compiled further down, currently it gets emitted twice
10 years ago
psychobunny
9c8395808c
use page visibility api instead of window.onblur
...
this lib supports most major browsers
11 years ago
Julian Lam
5ba88b7152
fixed #2208
11 years ago
psychobunny
e5681097f4
added error to minification step
11 years ago
Julian Lam
6b786012d8
removed console.log
11 years ago
Julian Lam
343ff18014
closed #2179
11 years ago
psychobunny
2b5d0e89a5
up'ing templates.js
11 years ago
barisusakli
9c996e4b99
on config save update meta.config on all workers
...
also dont make 20 socket.emit calls for each setting field, everything
will be send in 1 socket call.
11 years ago
Julian Lam
625247611b
closed #1959
11 years ago
Julian Lam
e012479ab5
adding socket.io client lib into the minfile
11 years ago
Julian Lam
a59934fd65
only the cluster_setup thread will commit css to file
11 years ago
Julian Lam
c2fd89e050
committing of compiled js and css to file on startup
11 years ago
psychobunny
81ce7f93ad
compile admin stylesheet separately
11 years ago
psychobunny
977bc014f9
index acp files
11 years ago
psychobunny
5d344b3dac
linting
11 years ago
barisusakli
6abb0ff4c8
Merge branch 'master' of https://github.com/NodeBB/NodeBB
11 years ago
barisusakli
1a26cb0938
#2139
11 years ago
psychobunny
64b43d58ea
moved core templates into nodebb core (admin, status pages, emails)
11 years ago
barisusakli
c640e01969
show stack
11 years ago
Julian Lam
309ac6fec5
adding semver lib to scripts
11 years ago
barisusakli
655f5087d9
Merge remote-tracking branch 'origin/master' into hashtalk
11 years ago
barisusakli
25ed131b13
show stack trace of error
11 years ago
barisusakli
e9798028de
show error
11 years ago
barisusakli
5696ea2396
check errors on decodeURIComponent
11 years ago
Julian Lam
fd0622a1a3
removed console.log
11 years ago
Julian Lam
e5a35ce378
js propagation for cluster module, so only 1 thread minifies the js
11 years ago
Julian Lam
08abbe19bc
zero downtime and reload support with cluster module
11 years ago
Julian Lam
063a4e5628
finished up UX integration for in-topic searching, added mousetrap lib to capture ctrl-F only in topic view, closed #1800
11 years ago
Julian Lam
1d3aafc08f
adding sourceRoot to minified mapping
11 years ago