Julian Lam
a5fb4825b4
deprecating old hook for #5232
2016-12-07 13:06:55 -05:00
barisusakli
f8caed95db
don't crash if plugin doesnt set defaultLang
2016-11-29 20:15:45 +03:00
Peter Jaszkowiak
c5237443cd
Standard language codes ( #5218 )
...
* Use standard language codes. Fallback for plugins.
* Fix transifex config
* Tab vs space here for some reason
* Remove redundancies
* config.relative_path instead of allcaps
* added upgrade script for existing users' accounts
2016-11-23 11:50:49 -05:00
barisusakli
5d6e2ad083
multiple test fixes
2016-11-23 17:15:36 +03:00
barisusakli
51b41a9b44
fix eslint
2016-11-20 13:33:35 +03:00
Julian Lam
6acbd3ea21
optimising build step for #5211
2016-11-19 14:24:37 -05:00
barisusakli
50a2a7abbe
plugins/install tests
2016-11-18 14:03:06 +03:00
barisusakli
bfcef27c47
plugin tests
2016-10-14 21:48:38 +03:00
HeeL
4a3c31b2dc
Fix space-before-function-paren linter rule
2016-10-13 11:43:39 +02:00
HeeL
3fa1c1f927
Fix space-infix-ops linter rule
2016-10-13 11:42:29 +02:00
barisusakli
ae8b9c3683
closes #4665
2016-09-14 15:56:35 +03:00
Julian Lam
bb80dc360e
closes #4982
2016-09-02 09:39:13 -04:00
barisusakli
50aac3c6a4
closes #4979 closes #4984
2016-08-27 14:06:14 +03:00
Timothy Fike
ed3bc06dee
Fix requiring files outside of node_modules
...
e.g.
```
"scripts": [
"../../public/vendor/jquery/js/jquery-ui-1.10.4.custom.js"
]
```
2016-08-24 17:48:04 -04:00
Mathias Schreck
ce9ee62fa0
Handle callback errors
2016-08-17 12:54:59 +02:00
Julian Lam
19b4679c0e
properly handling flattened dependencies in plugin scripts
2016-08-09 12:32:56 -04:00
barisusakli
11236bb841
fix missing callback
2016-07-28 21:28:25 +03:00
barisusakli
af75a887b5
closes #4892
...
prevent crash if registerHook is called with invalid hook name
2016-07-27 22:17:08 +03:00
akhoury
46a57f5d5c
rm cls because it's not ready yet
2016-06-24 16:57:58 -04:00
Aziz Khoury
374fa8dd8c
fix: deprecated-message not showing for all hooks ( #4714 )
...
* fix deprecated hooks params warning + var-cleanup
* fix deprecated message
2016-06-01 12:27:36 -04:00
Julian Lam
192998c5c3
Revert "fixed link to documentation, @akhoury"
...
This reverts commit bc0359475c .
2016-05-19 10:02:45 -04:00
Julian Lam
5d030dd8ab
removed console log
2016-05-16 15:24:30 -04:00
Julian Lam
ffa051e828
added defaultLang support, #4655
2016-05-16 15:23:21 -04:00
Julian Lam
437770538c
work-in-progress commit for #4655
2016-05-16 10:32:28 -04:00
Julian Lam
bc0359475c
fixed link to documentation, @akhoury
2016-05-09 13:04:52 -04:00
Barış Soner Uşaklı
f0685468f8
Merge pull request #4162 from akhoury/master
...
add continuation-local-storage (CLS) support
2016-05-09 19:28:59 +03:00
Julian Lam
b12811d21d
spring cleaning
2016-05-04 10:09:03 -04:00
Julian Lam
2c83789482
Allowing object to be passed as module list
...
fixes #4576 again
2016-04-27 14:28:57 -04:00
Julian Lam
1d7a5f58e2
fixes #4576
2016-04-27 14:14:22 -04:00
Aziz Khoury
02e53fd442
update deprecation message
2016-04-15 16:59:25 -04:00
Aziz Khoury
01ee020750
bring back disconnect only for CLS purposes
2016-04-15 16:39:08 -04:00
Julian Lam
94a505a6bb
removed symlink logic and using route bridging instead.
...
Also allowed plugins to define modules from their plugin.json
2016-04-04 20:43:21 -04:00
akhoury
509676fdf4
add deprecation warnings for CLS
2016-02-28 15:24:31 -05:00
akhoury
f47c06279a
added depracation warning
2016-02-16 23:07:36 -05:00
psychobunny
42c0b973f1
closes #3134
2016-01-18 15:17:38 -05:00
Julian Lam
4357c2ef4e
fixed #4062 , fixed akhoury/nodebb-plugin-emailer-mandrill#19
2016-01-15 10:09:24 -05:00
barisusakli
d035b1a353
removed npm dep, use exec('npm install/uninstall'); closes #3780
2016-01-12 13:53:26 +02:00
Julian Lam
8fa2c34fc5
Deprecated action:user.loggedOut, updated plugin deprecation notices
...
... to show replacement, if available.
2016-01-07 15:42:18 -05:00
barisusakli
ca294fc6ec
closes #3663
2015-09-29 18:22:47 -04:00
barisusakli
e3ca91e325
#3591 fixes item 1
2015-09-12 15:14:49 -04:00
Julian Lam
ea9f5cbc61
adding in another deprecated hook to the warning list
2015-08-25 17:52:52 -04:00
Julian Lam
a1d5132777
Deprecated filter:user.delete hook
...
Please use static:user.delete instead.
2015-08-25 17:48:29 -04:00
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.
2015-08-20 11:01:59 -04:00
Julian Lam
23bb45b480
fixing plugin version checker to use satisfies again
2015-08-20 10:29:58 -04:00
Julian Lam
ad38c55b12
fixes #3314
2015-07-15 12:08:43 -04:00
Julian Lam
74f2f7caef
fixes #3307
2015-07-08 17:04:25 -04:00
Julian Lam
88dd8b1d4d
using new reset command in plugin incompatibility warning
2015-06-04 12:28:54 -04:00
psychobunny
9704af3b6d
some plugins may not have a library, no need to warn unless unable to parse
2015-06-02 17:35:41 -04:00
barisusakli
3063da83ef
argument fix for static/action hooks
2015-04-28 15:09:17 -04:00
Fokke Zandbergen
1eee970ebb
Allow NodeBB version to be set via config to package.json version can be incremented when needed.
2015-04-17 12:20:08 -04:00