929 Commits (07f8ca5d6cc05d5574909b04f41df0e7f5200dae)

Author SHA1 Message Date
Barış Soner Uşaklı aa32e7b359 fix indents 8 years ago
loopback0 a86134cc5b Fix selection
Tweak to allow the shift + click behaviour for the checkboxes while still letting the browser behaviour work
8 years ago
Anil Mandepudi 8ddf7eb922 Use scrollStop in chat (#5326) 8 years ago
Julian Lam a8521d0349 remove double-click to mark all notifications read 8 years ago
Peter Jaszkowiak bae1daf5dc Bootbox wrapper improvements 8 years ago
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
8 years ago
barisusakli 1fed01fe43 ability to filter search by tags 8 years ago
Barış Soner Uşaklı 4ff3d06f90 escape labelColor, icon, cover:position, validate toPid 8 years ago
Peter Jaszkowiak bb5fe0cc83 Escape arguments in `Translator.compile` 8 years ago
Peter Jaszkowiak a81aad61ab Add tests for translator static methods 8 years ago
Peter Jaszkowiak 7c697759e9 Escape and ignore `%` and `\,` in translator args 8 years ago
psychobunny 6b7b51eaf0 Merge pull request #5170 from pitaj/master
ACP search updated to support translations
8 years ago
Stuart Williams cafc5cd891 closes #5259 8 years ago
Peter Jaszkowiak 5843e8dd77 Fix Translator to work with namespace paths 8 years ago
Peter Jaszkowiak 5223bb5191 Merge branch 'master' of github.com:nodebb/nodebb 8 years ago
barisusakli 2291899f4f show chat room title in taskbar 8 years ago
Peter Jaszkowiak de6ced4e07 Tests for admin search, simplifications 8 years ago
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
8 years ago
barisusakli 1a9dd2311c closes #5175 9 years ago
barisusakli ff08cbf677 replies to posts 9 years ago
Peter Jaszkowiak 2824ce5587 Translator modules (#5135)
* Translator modules

* Fix language not being passed on creation

* fix test failures
9 years ago
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
9 years ago
Julian Lam 9a0d81ef6b closes #5152 9 years ago
Julian Lam 9f226b2305 LINT :rage2: 9 years ago
Julian Lam 42b01060d7 up themes, allow chat modal to be minimised 9 years ago
psychobunny ad52d1a1aa latest chats design 9 years ago
Peter Jaszkowiak f519a36560 Fix #5112, translator now accepts keys with `/` (#5114) 9 years ago
HeeL 4a3c31b2dc Fix space-before-function-paren linter rule 9 years ago
HeeL 3fa1c1f927 Fix space-infix-ops linter rule 9 years ago
HeeL 9a0d764bbd Fix wrap-iife linter rule 9 years ago
Peter Jaszkowiak 2ce33ba2b0 Fix #5102, translator made more safe (#5106) 9 years ago
Barış Soner Uşaklı 83a817a221 use navigator selector 9 years ago
barisusakli 6f86621e30 closes #5096 9 years ago
Anil Mandepudi dbbc24fab3 remove reference to undefined function 9 years ago
barisusakli aca0a893e7 remove since properly 9 years ago
barisusakli 0da9bf2698 remove since in chat 9 years ago
barisusakli a93ee97926 closes #5073 9 years ago
barisusakli 5c70e503aa closes #5022 9 years ago
barisusakli 1866f93e9c closes #5045 9 years ago
barisusakli 33306f6236 show stack on error 9 years ago
barisusakli 55396ca442 inf scroll in chat-content 9 years ago
barisusakli 202edfa47e chat history access 9 years ago
barisusakli e69ff93a49 dont translate non strings 9 years ago
barisusakli 9ba3612895 remove winston 9 years ago
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 499fbe21fdd5b7f2735a27e76a300f69039cfbd3 (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
9 years ago
Julian Lam 80d89a086e fixed issue where NodeBB was trying to JSON.parse [object Object]
re: #4982
9 years ago
Julian Lam bb80dc360e closes #4982 9 years ago
Julian Lam c9c60ef8ed fixes #4982 9 years ago
barisusakli 56f863e5b8 remove :rage2: console.log 9 years ago
barisusakli 8868668daa fix navigator displaying wrong index
related to #4998
9 years ago