barisusakli
|
ae8b9c3683
|
closes #4665
|
9 years ago |
Julian Lam
|
bb80dc360e
|
closes #4982
|
9 years ago |
barisusakli
|
50aac3c6a4
|
closes #4979 closes #4984
|
9 years ago |
Timothy Fike
|
ed3bc06dee
|
Fix requiring files outside of node_modules
e.g.
```
"scripts": [
"../../public/vendor/jquery/js/jquery-ui-1.10.4.custom.js"
]
```
|
9 years ago |
Mathias Schreck
|
ce9ee62fa0
|
Handle callback errors
|
9 years ago |
Julian Lam
|
19b4679c0e
|
properly handling flattened dependencies in plugin scripts
|
9 years ago |
barisusakli
|
11236bb841
|
fix missing callback
|
9 years ago |
barisusakli
|
af75a887b5
|
closes #4892
prevent crash if registerHook is called with invalid hook name
|
9 years ago |
akhoury
|
46a57f5d5c
|
rm cls because it's not ready yet
|
9 years ago |
Aziz Khoury
|
374fa8dd8c
|
fix: deprecated-message not showing for all hooks (#4714)
* fix deprecated hooks params warning + var-cleanup
* fix deprecated message
|
9 years ago |
Julian Lam
|
192998c5c3
|
Revert "fixed link to documentation, @akhoury"
This reverts commit bc0359475c .
|
9 years ago |
Julian Lam
|
5d030dd8ab
|
removed console log
|
9 years ago |
Julian Lam
|
ffa051e828
|
added defaultLang support, #4655
|
9 years ago |
Julian Lam
|
437770538c
|
work-in-progress commit for #4655
|
9 years ago |
Julian Lam
|
bc0359475c
|
fixed link to documentation, @akhoury
|
9 years ago |
Barış Soner Uşaklı
|
f0685468f8
|
Merge pull request #4162 from akhoury/master
add continuation-local-storage (CLS) support
|
9 years ago |
Julian Lam
|
b12811d21d
|
spring cleaning
|
9 years ago |
Julian Lam
|
2c83789482
|
Allowing object to be passed as module list
fixes #4576 again
|
9 years ago |
Julian Lam
|
1d7a5f58e2
|
fixes #4576
|
9 years ago |
Aziz Khoury
|
02e53fd442
|
update deprecation message
|
9 years ago |
Aziz Khoury
|
01ee020750
|
bring back disconnect only for CLS purposes
|
9 years ago |
Julian Lam
|
94a505a6bb
|
removed symlink logic and using route bridging instead.
Also allowed plugins to define modules from their plugin.json
|
9 years ago |
akhoury
|
509676fdf4
|
add deprecation warnings for CLS
|
9 years ago |
akhoury
|
f47c06279a
|
added depracation warning
|
9 years ago |
psychobunny
|
42c0b973f1
|
closes #3134
|
9 years ago |
Julian Lam
|
4357c2ef4e
|
fixed #4062, fixed akhoury/nodebb-plugin-emailer-mandrill#19
|
9 years ago |
barisusakli
|
d035b1a353
|
removed npm dep, use exec('npm install/uninstall'); closes #3780
|
9 years ago |
Julian Lam
|
8fa2c34fc5
|
Deprecated action:user.loggedOut, updated plugin deprecation notices
... to show replacement, if available.
|
9 years ago |
barisusakli
|
ca294fc6ec
|
closes #3663
|
9 years ago |
barisusakli
|
e3ca91e325
|
#3591 fixes item 1
|
10 years ago |
Julian Lam
|
ea9f5cbc61
|
adding in another deprecated hook to the warning list
|
10 years ago |
Julian Lam
|
a1d5132777
|
Deprecated filter:user.delete hook
Please use static:user.delete instead.
|
10 years ago |
Julian Lam
|
e382dcab13
|
Reduce verbosity of plugin incompatibility errors
Instead of showing a 4-5 line warning for each potentially incompatible
plugin, we'll show the warning and then a list of plugins.
|
10 years ago |
Julian Lam
|
23bb45b480
|
fixing plugin version checker to use satisfies again
|
10 years ago |
Julian Lam
|
ad38c55b12
|
fixes #3314
|
10 years ago |
Julian Lam
|
74f2f7caef
|
fixes #3307
|
10 years ago |
Julian Lam
|
88dd8b1d4d
|
using new reset command in plugin incompatibility warning
|
10 years ago |
psychobunny
|
9704af3b6d
|
some plugins may not have a library, no need to warn unless unable to parse
|
10 years ago |
barisusakli
|
3063da83ef
|
argument fix for static/action hooks
|
10 years ago |
Fokke Zandbergen
|
1eee970ebb
|
Allow NodeBB version to be set via config to package.json version can be incremented when needed.
|
10 years ago |
barisusakli
|
a626005570
|
closes #2851
|
10 years ago |
barisusakli
|
3dd337bd34
|
closes #2829
|
10 years ago |
Barış Soner Uşaklı
|
f7d7cc2610
|
closes #2808
|
10 years ago |
psychobunny
|
dee5d18439
|
require npm module only as needed - shaves off a full second of loading time yay
|
10 years ago |
Barış Soner Uşaklı
|
66d6c49ed4
|
closes #2749
|
10 years ago |
Barış Soner Uşaklı
|
55884220b4
|
#2749 upgrade plugins:active to zset
|
10 years ago |
barisusakli
|
722b629572
|
closes #2703
|
10 years ago |
barisusakli
|
3bb9c9531f
|
catch errors from static hook
|
10 years ago |
Julian Lam
|
d4d99cba7c
|
fixes #2615
|
10 years ago |
barisusakli
|
3e666adfea
|
action:plugin.install and uninstall
|
10 years ago |
barisusakli
|
c2fab07236
|
replaces fs.exists with try catch
|
10 years ago |
barisusakli
|
5f12679426
|
#2604
|
10 years ago |
barisusakli
|
b51127bd9c
|
closes #2578
|
10 years ago |
barisusakli
|
fc79b3a932
|
fix isInstalled, publish plugin install and upgrade requests
|
10 years ago |
barisusakli
|
48acb0082e
|
isActive
|
10 years ago |
barisusakli
|
68f985c6da
|
refactor map css/less
|
10 years ago |
barisusakli
|
fdbd9a816f
|
moved comments above method
|
10 years ago |
barisusakli
|
d0b8337075
|
broke plugins.js into files
|
10 years ago |