Barış Soner Uşaklı
aa32e7b359
fix indents
2017-01-04 00:58:32 +03:00
loopback0
a86134cc5b
Fix selection
...
Tweak to allow the shift + click behaviour for the checkboxes while still letting the browser behaviour work
2017-01-03 20:18:35 +00:00
Anil Mandepudi
8ddf7eb922
Use scrollStop in chat ( #5326 )
2016-12-29 14:25:05 -05:00
Julian Lam
a8521d0349
remove double-click to mark all notifications read
2016-12-27 12:55:28 -05:00
Peter Jaszkowiak
bae1daf5dc
Bootbox wrapper improvements
2016-12-19 15:51:43 -05:00
Peter Jaszkowiak
0b4c39338e
Translation bootbox wrapper
...
- Replaced minfied bootbox file with unminified one since it's minified at build anyways
- Removed existing override
- Made translator more verbose in dev mode; it now warns about missing translations
2016-12-19 15:51:43 -05:00
barisusakli
1fed01fe43
ability to filter search by tags
2016-12-19 21:40:16 +03:00
Barış Soner Uşaklı
4ff3d06f90
escape labelColor, icon, cover:position, validate toPid
2016-12-17 16:00:39 +03:00
Peter Jaszkowiak
bb5fe0cc83
Escape arguments in Translator.compile
2016-12-10 20:41:49 -07:00
Peter Jaszkowiak
a81aad61ab
Add tests for translator static methods
2016-12-10 20:24:41 -07:00
Peter Jaszkowiak
7c697759e9
Escape and ignore % and \, in translator args
2016-12-10 20:24:41 -07:00
psychobunny
6b7b51eaf0
Merge pull request #5170 from pitaj/master
...
ACP search updated to support translations
2016-12-06 17:45:19 -05:00
Stuart Williams
cafc5cd891
closes #5259
2016-12-06 14:08:04 -05:00
Peter Jaszkowiak
5843e8dd77
Fix Translator to work with namespace paths
2016-12-05 17:55:42 -07:00
Peter Jaszkowiak
5223bb5191
Merge branch 'master' of github.com:nodebb/nodebb
2016-12-01 13:40:07 -07:00
barisusakli
2291899f4f
show chat room title in taskbar
2016-11-29 20:33:33 +03:00
Peter Jaszkowiak
de6ced4e07
Tests for admin search, simplifications
2016-11-28 12:59:41 -07: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
1a9dd2311c
closes #5175
2016-11-11 12:17:18 +03:00
barisusakli
ff08cbf677
replies to posts
2016-10-31 11:20:52 +03:00
Peter Jaszkowiak
2824ce5587
Translator modules ( #5135 )
...
* Translator modules
* Fix language not being passed on creation
* fix test failures
2016-10-27 12:00:40 -04:00
Sergii Paryzhskyi
e515b791da
Fix eslint rules ( #5117 )
...
* Fix semi linter rule
* Fix semi-spacing linter rule
* Fix no-undef-init linter rule
* Fix space-before-blocks linter rule
2016-10-25 15:34:47 -04:00
Julian Lam
9a0d81ef6b
closes #5152
2016-10-24 11:12:39 -04:00
Julian Lam
9f226b2305
LINT :rage2:
2016-10-23 17:39:40 -04:00
Julian Lam
42b01060d7
up themes, allow chat modal to be minimised
2016-10-23 17:24:57 -04:00
psychobunny
ad52d1a1aa
latest chats design
2016-10-22 18:17:39 -04:00
Peter Jaszkowiak
f519a36560
Fix #5112 , translator now accepts keys with / ( #5114 )
2016-10-13 21:45:05 -04: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
HeeL
9a0d764bbd
Fix wrap-iife linter rule
2016-10-13 11:40:10 +02:00
Peter Jaszkowiak
2ce33ba2b0
Fix #5102 , translator made more safe ( #5106 )
2016-10-12 14:48:43 -04:00
Barış Soner Uşaklı
83a817a221
use navigator selector
2016-10-10 19:43:29 +03:00
barisusakli
6f86621e30
closes #5096
2016-10-08 19:09:55 +03:00
Anil Mandepudi
dbbc24fab3
remove reference to undefined function
2016-10-03 16:27:29 -07:00
barisusakli
aca0a893e7
remove since properly
2016-10-03 22:18:47 +03:00
barisusakli
0da9bf2698
remove since in chat
2016-10-03 21:02:07 +03:00
barisusakli
a93ee97926
closes #5073
2016-10-02 15:17:27 +03:00
barisusakli
5c70e503aa
closes #5022
2016-09-28 18:29:38 +03:00
barisusakli
1866f93e9c
closes #5045
2016-09-26 15:37:17 +03:00
barisusakli
33306f6236
show stack on error
2016-09-20 17:21:43 +03:00
barisusakli
55396ca442
inf scroll in chat-content
2016-09-20 16:58:57 +03:00
barisusakli
202edfa47e
chat history access
2016-09-20 14:26:26 +03:00
barisusakli
e69ff93a49
dont translate non strings
2016-09-17 14:20:17 +03:00
barisusakli
9ba3612895
remove winston
2016-09-14 22:48:30 +03:00
Peter Jaszkowiak
59ed13b581
Rewrite translator for efficiency and clarity ( #5013 )
...
* Rewrite translator for efficiency and clarity
* Fixed failing tests
* Gorram tabs
* Move cache to Translator class, simplify creation
* Documentation and linting
* Use new translator API where it makes sense
* Revert 499fbe21fd (except translator.d.ts)
* promise polyfill for node<4
* Set `load` on the prototype
* Comment on Translator#translate
* Delete translator.d.ts
* Support translations added by plugins
2016-09-12 15:52:50 -04:00
Julian Lam
80d89a086e
fixed issue where NodeBB was trying to JSON.parse [object Object]
...
re: #4982
2016-09-02 14:05:07 -04:00
Julian Lam
bb80dc360e
closes #4982
2016-09-02 09:39:13 -04:00
Julian Lam
c9c60ef8ed
fixes #4982
2016-09-01 14:10:10 -04:00
barisusakli
56f863e5b8
remove :rage2: console.log
2016-09-01 18:26:47 +03:00
barisusakli
8868668daa
fix navigator displaying wrong index
...
related to #4998
2016-08-31 23:23:25 +03:00