caoyi
da5997a06e
Fix typo ( #6135 )
...
Fix typo
2017-11-30 13:01:51 -05:00
Julian Lam
78c83f2561
fixing tests
2017-11-30 12:53:49 -05:00
Barış Soner Uşaklı
4f2f84e47c
#4804
2017-11-30 12:39:07 -05:00
Julian Lam
17c52a515d
fix incorrect padding/margin values in images in digest
2017-11-30 12:24:07 -05:00
Julian Lam
e37c8003b9
replaced 40px padding with more sensible sizes, fixes #6138
2017-11-30 12:11:32 -05:00
Barış Soner Uşaklı
cb4930dac8
remove version and environment from config
2017-11-30 10:26:14 -05:00
Misty (Bot)
44d96cbc59
Latest translations and fallbacks
2017-11-30 09:25:40 +00:00
Misty (Bot)
9c3871cb87
Incremented version number - 1.7.1
2017-11-29 20:49:27 +00:00
Baris Usakli
a19537dc25
closes #6137
2017-11-29 14:04:45 -05:00
Baris Usakli
b19310049d
closes #6136
2017-11-29 11:46:36 -05:00
Julian Lam
b639147238
Updated issue template with instructions
...
... to warn against public disclosure of security vulnerabilities.
2017-11-29 11:18:45 -05:00
Misty (Bot)
9f5f769f4a
Latest translations and fallbacks
2017-11-29 09:25:43 +00:00
Baris Usakli
f036eb18a4
closes #5936
2017-11-28 15:42:32 -05:00
Barış Soner Uşaklı
29bb516235
up emoji
2017-11-28 15:07:32 -05:00
Baris Usakli
d9c38c7e4f
closes #6132
2017-11-28 14:20:16 -05:00
Baris Usakli
1ceb4ec795
up persona
2017-11-28 13:44:26 -05:00
Julian Lam
c1f91f3377
bumped plugin-emoji @pitaj
2017-11-28 13:18:45 -05:00
Baris Usakli
522198574c
closes #6090
2017-11-28 12:42:31 -05:00
Julian Lam
e83813c531
Emailer tests for Digest.getSubscribers ( #6130 )
...
* added additional tests for Digest.getSubscribers
* added another test and tweaked existing digest list building tests
2017-11-28 11:48:31 -05:00
Peter Jaszkowiak
a849a772bf
Use emoji v2 instead of emoji-extended ( #5800 )
2017-11-28 11:10:47 -05:00
Misty (Bot)
76cfcc039a
Latest translations and fallbacks
2017-11-28 09:25:49 +00:00
Peter Jaszkowiak
dbdc05404d
Use console.log instead of process.stdout.write ( #6123 )
...
* Use console.log instead of process.stdout.write
* Don't break the installer
2017-11-27 15:44:30 -05:00
Andrew Rodrigues
15c8693a23
up persona
2017-11-27 15:16:54 -05:00
Julian Lam
b1cd68928b
updated digest header
2017-11-27 14:31:13 -05:00
Barış Soner Uşaklı
fe3a75812f
closes #6113 closes #6114
2017-11-27 14:07:59 -05:00
Julian Lam
f225aa25de
bloody hell...
2017-11-27 13:27:08 -05:00
Barış Soner Uşaklı
3f2a1d3e8e
check error first #6116
2017-11-27 13:26:49 -05:00
Julian Lam
2496b2a91a
Bump persona for subcategories fix, closes #6117
2017-11-27 13:25:19 -05:00
Barış Soner Uşaklı
07ed3807d8
remove console.log
2017-11-27 13:04:18 -05:00
Barış Soner Uşaklı
caaa72b752
closes #6124
2017-11-27 12:52:08 -05:00
Peter Jaszkowiak
9b11413d14
Bundle admin scripts, remove CDN scripts ( #6122 )
...
Close #6120
2017-11-27 12:42:10 -05:00
Barış Soner Uşaklı
847a3132fa
up persona
2017-11-27 11:00:52 -05:00
Misty (Bot)
d47c5fae04
Latest translations and fallbacks
2017-11-27 09:26:00 +00:00
Misty (Bot)
5354ac6b10
Latest translations and fallbacks
2017-11-26 09:25:18 +00:00
Misty (Bot)
d34f3c7247
Latest translations and fallbacks
2017-11-25 09:25:25 +00:00
Misty (Bot)
373ee17a12
Latest translations and fallbacks
2017-11-24 09:25:02 +00:00
Barış Soner Uşaklı
54b12119e9
add registered query param
2017-11-23 20:08:55 -05:00
Barış Soner Uşaklı
d96674da64
add test for composer fix
2017-11-23 19:13:43 -05:00
Julian Lam
830028b1d5
language strings and fallbacks for #5955
2017-11-23 15:24:51 -05:00
Peter Jaszkowiak
3299324534
Fix console colors with app.js
...
Closes #6110
2017-11-23 14:31:12 -05:00
Barış Soner Uşaklı
71895f3736
closes #6079
2017-11-23 14:19:26 -05:00
Julian Lam
f1d79635ff
bump slick for v1.7.0 compatibility
2017-11-23 13:57:25 -05:00
Peter Jaszkowiak
ae24bca16e
CLI refactor with commander ( #6058 )
...
* CLI refactor with commander
- Modularized the functionality
- All functionality done directly from `./nodebb` now
(still available from `app` for backwards compatibility)
- Moved all CLI code from `./nodebb` to `src/cli`
- Fixed `nodebb.bat` to work from any location, like `./nodebb`, and
also hides command output
- Overwrite some commander methods to add CLI color support
- Added `./nodebb info` for quick info including git hash, NodeBB
version, node version, and some database info
- Refactored `./nodebb reset` to allow multiple resets at once
- Changed `./nodebb restart` to essentially stop and start, as Windows
doesn't support signals
- Added `-l, --log` option which works on `./nodebb start` and `./nodebb
restart` to show logging, like `./nodebb slog`
- Expanded `-d, --dev` option which works on them as well, like
`./nodebb dev`
- Improvements to self-help. `./nodebb build -h` will output all
possible targets
- `./nodebb reset` explains usage better
* Fix some style inconsistencies
* Fix prestart being required before modules installed
* Fix travis failures
* Fix `help` command to output help for subcommands
* Pick steps of the upgrade process to run
* Fix formatting for upgrade help
* Fix web installer
2017-11-23 10:55:03 -05:00
Peter Jaszkowiak
c731661a39
Remove external sources from installer page ( #6101 )
...
* Remove external sources from installer page
* Remove bootstrap.min.css
* Make spinner display consistently cross-platform
* Change spinner to look better
2017-11-23 10:50:10 -05:00
Barış Soner Uşaklı
b0488fec61
smaller notification image
2017-11-23 10:21:47 -05:00
Misty (Bot)
563fe0383c
Latest translations and fallbacks
2017-11-23 09:25:35 +00:00
Julian Lam
cdc00cc0f2
added 'dissociate' translation string for #5955
2017-11-22 16:36:27 -05:00
Baris Usakli
aecbcd9e89
add verbose message for field whitelist
2017-11-22 16:26:35 -05:00
Baris Usakli
947fc739eb
remove extra translator require
2017-11-22 16:04:36 -05:00
Julian Lam
2fa4b2918e
removing premature return 😆
2017-11-22 15:03:07 -05:00