Anil Mandepudi
da183e196a
Fixes #5572 ( #5575 )
...
* Fixes #5572
* Adding trailing commas but in protest
2017-04-07 14:35:24 -04:00
Peter Jaszkowiak
1deeaaeb39
Fix #5563
2017-04-06 15:20:07 -06:00
Julian Lam
1594a84e1c
fixes #5536
2017-03-28 12:13:44 -04:00
Julian Lam
6060b8e13b
fix tests
2017-03-23 14:39:46 -04:00
Aziz Khoury
6682e048ea
wrapImagesInLinks with <a download> attribute
...
if the `src` of the `img` does not have an extension, most browsers will trigger a download with whatever filename is set, also without an extension, so when it's opened in any OS, it wont have a default application to open it with.
So, In this case, if the `alt` attribute has an extension (meaning if it looks like filename) - we use that with the html5 [`download` attr](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#attr-download )
The PR does not affect any src if they have an extension.
2017-03-22 12:19:31 +02:00
Julian Lam
23d4497c73
Merge pull request #5531 from NodeBB/patch_5491
...
Fix #5491
2017-03-15 23:01:42 -04:00
Peter Jaszkowiak
8c45411ccc
Fix #5491
2017-03-15 20:00:05 -07:00
barisusakli
6a4b082080
closes #5524
2017-03-15 12:19:09 +03:00
Julian Lam
6d444ccacf
Merge pull request #5526 from NodeBB/patch_5346
...
Fix #5346
2017-03-14 09:52:42 -04:00
Peter Jaszkowiak
c199075d98
Fix #5346
2017-03-13 20:20:41 -07:00
Barış Soner Uşaklı
0396e9300b
Merge pull request #5500 from RoiEXLab/fix-admin-search
...
Fix admin Search
2017-03-13 09:58:30 +02:00
psychobunny
286d0ab203
prevent tagsinput initialization from flagging as unsaved
2017-03-10 14:40:10 -05:00
psychobunny
62f445ad7f
ACP: added tagsinput to other fields that are "comma separated"
2017-03-10 14:36:35 -05:00
barisusakli
bb146e049c
fix lint
2017-03-10 22:36:09 +03:00
psychobunny
447b7b02ca
use tagsinput for #5439 instead
2017-03-10 14:12:17 -05:00
psychobunny
f2eb4b8083
closes #5439
2017-03-10 14:03:07 -05:00
psychobunny
fd8e647ef5
closes #5506
2017-03-09 16:47:07 -05:00
barisusakli
8a123f7c1c
closes #5509
2017-03-07 16:13:09 +03:00
barisusakli
69c6ee5834
closes #5483
2017-03-07 13:38:31 +03:00
barisusakli
992e3128bd
closes #5499
2017-03-07 13:09:19 +03:00
Accalia de Elementia
743a7e00b4
fix: auto cropper on image upload selects maximum image area by default
2017-03-06 13:14:15 +00:00
barisusakli
531df7bd09
closes #5504
2017-03-06 13:54:43 +03:00
RoiEX
c517733e34
Fix admin Search
2017-03-05 11:38:40 +01:00
barisusakli
e85e35cf0c
closes #5497
2017-03-05 00:46:18 +03:00
barisusakli
202bafa3e3
add images to bundle
2017-03-02 18:21:01 +03:00
barisusakli
5ca8456340
move image code to client/topic/images
2017-03-02 18:11:31 +03:00
barisusakli
284485c885
check data.config
2017-03-02 10:51:05 +03:00
Peter Jaszkowiak
007051c14c
Fix #5476
2017-02-25 19:51:49 -07:00
barisusakli
347761173a
helpers tests
2017-02-25 15:10:23 +03:00
Julian Lam
995f8296a4
linting
2017-02-24 12:03:47 -05:00
Julian Lam
e71bd7a27f
Merge branch 'master' into styleguide
2017-02-24 11:45:04 -05:00
barisusakli
048eb8a320
some helper tests
2017-02-24 18:06:23 +03:00
Peter Jaszkowiak
dd2b930824
Resolve merge conflicts, minify only .js files
2017-02-23 18:31:49 -07:00
Peter Jaszkowiak
ee9d7584e4
Fix test, misc
2017-02-23 17:29:08 -07:00
pichalite
1d5b3cc73f
ACP manage tags page UI changes
2017-02-23 20:45:05 +00:00
psychobunny
7b7565ee8e
Merge pull request #5468 from pichalite/acp-groups
...
ACP manage groups UI updates
2017-02-23 13:22:57 -05:00
pichalite
dcb0f18422
ACP manage groups UI updates
2017-02-22 20:28:56 +00:00
Julian Lam
e887dda37a
Merge pull request #5461 from pichalite/image-dimension
...
Use ACP profile image dimension setting in cropper
2017-02-22 14:53:40 -05:00
Julian Lam
e427f1663e
Merge pull request #5456 from NodeBB/sounds-refactor
...
Sound system improvements
2017-02-21 16:14:58 -05:00
pichalite
fd0f0beaf2
lint
2017-02-19 08:54:46 +00:00
pichalite
a99572fc48
Use ACP profile image dimension setting in cropper
2017-02-19 08:30:30 +00:00
Peter Jaszkowiak
23540afaeb
Resolve merge conflicts
2017-02-18 19:14:39 -07:00
Peter Jaszkowiak
b227297ef3
ESlint no-use-before-define
2017-02-18 18:55:33 -07:00
Peter Jaszkowiak
93f38d4f30
ESlint no-multi-assign
...
and max-nested-callbacks, no-mixed-requires, max-statements-per-line
2017-02-18 18:06:28 -07:00
Peter Jaszkowiak
4bb49a7171
ESlint no-unused-vars
2017-02-18 15:05:36 -07:00
Peter Jaszkowiak
c18808fdeb
ESlint no-useless-concat, no-mixed-spaces-and-tabs
2017-02-18 14:42:15 -07:00
Peter Jaszkowiak
fdf4f873bf
ESlint eqeqeq
...
and require-jsdoc, no-negated-condition
2017-02-18 14:36:16 -07:00
Peter Jaszkowiak
144fa8698c
Eslint no-lonely-if
2017-02-18 14:32:35 -07:00
Peter Jaszkowiak
57f89663aa
ESlint radix
2017-02-18 14:29:52 -07:00
Peter Jaszkowiak
09e868ce5f
ESlint no-useless-escape, no-else-return
2017-02-18 14:27:26 -07:00