921 Commits (aea08d58b1a75b07c4de5aada230dc1efe6d6337)

Author SHA1 Message Date
Peter Jaszkowiak bb5fe0cc83 Escape arguments in `Translator.compile` 9 years ago
Peter Jaszkowiak a81aad61ab Add tests for translator static methods 9 years ago
Peter Jaszkowiak 7c697759e9 Escape and ignore `%` and `\,` in translator args 9 years ago
psychobunny 6b7b51eaf0 Merge pull request #5170 from pitaj/master
ACP search updated to support translations
9 years ago
Stuart Williams cafc5cd891 closes #5259 9 years ago
Peter Jaszkowiak 5843e8dd77 Fix Translator to work with namespace paths 9 years ago
Peter Jaszkowiak 5223bb5191 Merge branch 'master' of github.com:nodebb/nodebb 9 years ago
barisusakli 2291899f4f show chat room title in taskbar 9 years ago
Peter Jaszkowiak de6ced4e07 Tests for admin search, simplifications 9 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
9 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
barisusakli b84f36cc20 fix navigator method not getting removed 9 years ago
barisusakli 240682563d fix index error 9 years ago
barisusakli fea2267b58 fix navigator.scrollToPost()
pagination and alternate sort page calculation
9 years ago
barisusakli a9e4add8d2 closes #4998 9 years ago
barisusakli 6d34bb4657 closes #2166 9 years ago
Julian Lam 785f4fc5a0 updating to jQuery 3.x on frontend and ACP 9 years ago
barisusakli 276031cd6f closes #4585, closes https://github.com/NodeBB/nodebb-theme-persona/issues/299 9 years ago
barisusakli 84f88a6f15 refactor user search
use pagination on results
removed infinite scroll
changed the term and section to use the query param as well
pagination urls respect search
9 years ago