Commit Graph

15 Commits

Author SHA1 Message Date
Peter Jaszkowiak
c47c47f7e3 Use less memory to build translation files (#6070)
* Change languages build to use less memory

Add graceful-fs so no ned to worry about fs limits

* Specify encoding for fs.readFile

Use eachLimit since graceful-fs handles that now
2017-11-16 17:43:52 -05:00
Barış Soner Uşaklı
643008041c up composer default 2017-11-16 10:59:34 -05:00
Julian Lam
b6562325a4 up persona for #6069 2017-11-16 10:20:55 -05:00
Julian Lam
0f9c2f5a9a updated theme deps for #6069 2017-11-16 10:13:11 -05:00
Barış Soner Uşaklı
b62a7bf0ad up themes 2017-11-15 21:50:11 -05:00
Misty (Bot)
6a623c30d7 Incremented version number - v1.7.0 2017-11-15 19:03:01 +00:00
Baris Usakli
8f821ddf85 up dbsearch 2017-11-15 13:13:17 -05:00
Baris Usakli
6f29393868 up widget-essentials 2017-11-08 15:22:21 -05:00
Barış Soner Uşaklı
9eabb1dc94 closes #6044
use the same UX from /recent on individual categories
2017-11-07 13:24:10 -05:00
Barış Soner Uşaklı
c97dce3177 up widget essentials 2017-11-06 11:44:53 -05:00
Barış Soner Uşaklı
43370c1ced up composer-default 2017-11-05 10:11:18 -05:00
Julian Lam
2a97772aae up mentions 2017-11-03 14:05:01 -04:00
Julian Lam
d998d53902 update themes for #5980 and 733 2017-11-02 14:22:28 -04:00
Julian Lam
7e0d0e0eb5 Merge remote-tracking branch 'origin/develop' 2017-11-02 14:13:48 -04:00
Peter Jaszkowiak
dfad76120d Support npm@5 and yarn (#6010)
* Support npm@5 and yarn

Use package.default.json
Partial #6008

- Overwrite package.json with package.default.json values
- `dependencies` field is merged with package.default.json version taking precidence
- `./nodebb upgrade` automatically does those things and runs `git pull`
- use `./nodebb upgrade --dev` to avoid the `git pull`

* added logic to preserve extraneous plugins installed in node_modules/

* Don't automatically git pull

* Simplify package-install, run it on upgrade just in case
2017-11-02 14:12:05 -04:00