Commit Graph

8214 Commits

Author SHA1 Message Date
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
barisusakli
e6cf8ec5cf more flagged posts shenanigans 2016-02-03 18:21:34 +02:00
barisusakli
1b9e18c6fc allow global mods to see banned users 2016-02-03 15:17:42 +02:00
pichalite
ee47a13556 use components 2016-02-02 15:44:49 -08:00
pichalite
e6e4b5784d remove unused code 2016-02-02 15:43:21 -08:00
psychobunny
2560e6345f Merge pull request #4142 from pichalite/master
use ajaxify.data.username instead of getting html
2016-02-02 17:50:49 -05:00
pichalite
d133ff74bd use ajaxify.data.username instead of getting html
use ajaxify.data.username instead of getting html for toggleFollow
2016-02-02 14:48:29 -08:00
barisusakli
5e86d9f804 closes #4131 2016-02-01 21:22:36 +02:00
barisusakli
2b5f9d075b closes #4101 2016-02-01 19:52:26 +02:00
barisusakli
f09ee86e42 closes #4113 2016-01-27 22:35:01 +02:00
Julian Lam
b7311dac65 removed css file @pichalite 2016-01-27 14:55:05 -05:00
Julian Lam
c7647cfb72 Merge pull request #4095 from pichalite/master
ACP styling fixes
2016-01-27 14:43:44 -05:00
barisusakli
c2e1426e57 fix syntax error, and actually show error if minification fails 2016-01-27 20:48:10 +02:00
barisusakli
ae8837b44a generate notification path on demand 2016-01-27 20:12:44 +02:00
Julian Lam
baaad13286 reverted latest change to translator match regex
- Fixes issue with parentheses in translations (closes #4107)
- No longer marking translation keys invalid if they contain HTML,
  as that was probably not performant. Instead, parameters will
  simply be escaped via the StringJS library.
2016-01-27 09:15:26 -05:00
pichalite
0c5712411b fix for user icons when searching for users to add to group in acp>manage>group page 2016-01-26 21:27:22 +00:00
barisusakli
8220567b5b added topics to action:topics.loaded also fire it on category view 2016-01-26 11:36:12 +02:00
Julian Lam
5de0e74908 Notification paths are now sent back in socket call, so client-
side alert now shows more data and is clickable.
2016-01-25 10:24:05 -05:00
barisusakli
86d70eca74 closes #4103 2016-01-25 13:36:21 +02:00
Julian Lam
32466d8bb1 tweaked paginator block to toggle when text is updated, and use ready class instead of invisible 2016-01-23 09:48:04 -05:00
pichalite
a4d0026d93 ACP styling fixes 2016-01-22 22:36:22 +00:00
psychobunny
535dd82902 for previous commit 2016-01-22 16:25:51 -05:00
Julian Lam
cedda11134 update theme minvers 2016-01-22 12:53:52 -05:00
Julian Lam
99315e1c73 updated translator so that language key parameters cannot contain
html in them (or more specifically, < and >)
2016-01-22 12:23:36 -05:00
Julian Lam
7eac1a93ae closes #4074 2016-01-22 09:58:27 -05:00
barisusakli
1cf2b81f3d Revert "herp derp"
This reverts commit 9c9d805a32.
2016-01-22 13:25:49 +02:00
barisusakli
9c9d805a32 herp derp 2016-01-22 13:24:38 +02:00
barisusakli
767c798b2f log self account delete, logout on self account delete 2016-01-22 13:24:38 +02:00