Julian Lam
2cf42f55f5
latest translation
2016-02-22 14:37:50 -05:00
Julian Lam
13dfe6cd51
Merge pull request #4243 from pichalite/issue-4241
...
don't mention guest on reply
2016-02-22 14:00:07 -05:00
Julian Lam
20103b64ce
Merge pull request #4219 from pichalite/groups
...
add missing translation in groups
2016-02-22 13:59:47 -05:00
pichalite
fba4e93cfe
remove translator
2016-02-22 10:47:29 -08:00
pichalite
872b33f0cc
fix typo
2016-02-22 10:46:10 -08:00
Julian Lam
60a5a1b422
latest translations
2016-02-22 09:52:55 -05:00
Julian Lam
a61fea862b
Merge pull request #4245 from pichalite/issue-4159
...
fixes #4159
2016-02-22 09:42:41 -05:00
pichalite
f22b218250
fixes #4235
2016-02-22 08:14:51 +00:00
pichalite
ca3fa023e8
fixes #4159
2016-02-22 06:49:35 +00:00
pichalite
a22d7290ec
fix logout on user delete
2016-02-22 03:42:12 +00:00
pichalite
3024d2e661
don't mention guest on reply
2016-02-22 03:22:02 +00:00
pichalite
f637521105
chat edit fixes
2016-02-21 05:19:53 +00:00
Timothy Fike
c80bd0c413
Added app.newTopic
...
Make a new topic from anywhere. #4223
2016-02-19 19:23:18 -05:00
pichalite
9f760f9b55
translate string in groups
2016-02-19 21:08:40 +00:00
barisusakli
6b341a844d
remove notifyTyping
2016-02-19 09:41:22 +02:00
pichalite
42239e119d
search banned users only on /users/banned route
2016-02-18 22:30:42 +00:00
Barış Soner Uşaklı
573840ccbd
changed to title raw
2016-02-18 20:26:09 +02:00
barisusakli
2fc385f723
closes #4141 , closes #4149
2016-02-18 18:32:16 +02:00
psychobunny
759b183967
fixes a bug in instant updates on category view
2016-02-17 18:49:22 -05:00
barisusakli
6a98758a01
closes https://github.com/NodeBB/nodebb-theme-lavender/issues/60
2016-02-17 18:38:09 +02:00
barisusakli
8c3b52ef36
closes #4096
2016-02-17 18:24:58 +02:00
barisusakli
3348d51f69
closes #4185
2016-02-17 10:16:14 +02:00
Barış Soner Uşaklı
88e4591f88
closes #4194
2016-02-16 18:04:02 +02:00
Barış Soner Uşaklı
82875de32d
remove / from startsWith
2016-02-16 09:19:31 +02:00
Barış Soner Uşaklı
d851443ea7
closes #4187
2016-02-15 22:46:19 +02:00
barisusakli
bc9c564650
closes #4169
2016-02-13 15:24:22 +02:00
barisusakli
90b89a488e
closes #4175
2016-02-13 15:09:09 +02:00
Barış Soner Uşaklı
d2df63f9a5
Merge pull request #4165 from pichalite/initiate-chat
...
Initiate chat from chat page
2016-02-10 21:12:21 +02:00
pichalite
d81b6947f6
conditional change
2016-02-10 10:58:57 -08:00
pichalite
d83b11dde3
add language string
2016-02-10 14:25:12 +00:00
pichalite
44d4c2bc7c
hopefully I got everything right this time!!
2016-02-10 06:16:48 -08:00
barisusakli
d7df6c0b06
remove more from config
2016-02-10 12:53:39 +02:00
barisusakli
5ac02a59ac
remove some more config from api/config
2016-02-10 12:12:13 +02:00
barisusakli
ebf820d571
remove from global config
2016-02-10 11:33:41 +02:00
pichalite
2723800628
indentation
2016-02-09 06:17:31 -08:00
pichalite
971c3eb0e1
indentation
2016-02-09 06:16:11 -08:00
pichalite
9901438001
indentation
2016-02-09 06:11:16 -08:00
pichalite
2c5e9dc4cf
fix indent
2016-02-08 15:03:30 -08:00
pichalite
4b5d5b4bd9
search user and initiate chat from expanded chat page
2016-02-08 23:01:23 +00:00
psychobunny
46cfd03465
closes #4144
2016-02-08 13:01:14 -05:00
Julian Lam
9a7ec01e15
Merge pull request #4153 from frissdiegurke/patch-2
...
Fix undefined S within translator
2016-02-05 10:04:19 -05:00
Barış Soner Uşaklı
303ac90dc5
Merge pull request #4155 from pichalite/master
...
use component
2016-02-05 09:05:49 +02:00
Ole R
91ec4c80c2
Oops, fix call of undefined
2016-02-05 00:48:32 +01:00
pichalite
776c60dc00
use component
2016-02-04 15:11:02 -08:00
Ole R
2bcd4e1e3f
Fix undefined S within translator
...
If you `require(['string'], function (stringLib) { S = stringLib; })` it is an async call and thus you need to ensure any usage of `S` happens when this is resolved.
2016-02-04 23:10:50 +01:00
Julian Lam
47c61e883a
tweaked styling for flags page a bit
2016-02-04 14:48:46 -05:00
Barış Soner Uşaklı
b485b412a8
added title to flagged posts page
2016-02-04 21:44:31 +02:00
Julian Lam
eb8b6af7fb
Fix global mod priv check and styling for flags page
2016-02-04 14:36:22 -05:00
barisusakli
1ed3b40a1b
fix calls
2016-02-03 18:39:19 +02:00
Barış Soner Uşaklı
2ce22caa41
Merge pull request #4143 from pichalite/master
...
remove unused code and use components
2016-02-03 18:34:55 +02:00