Julian Lam
28db642050
Fixing regression from 3e2231d2cb
...
@BenLubar
9 years ago
Julian Lam
3e2231d2cb
Fixing viewport shuffling due to image load
...
Introduced new method ".loadImages()" in posts client side lib
to handle viewport height changes when loading images. Requires
nodebb-plugin-markdown@5.0.0
@BenLubar @boomzillawtf
9 years ago
Julian Lam
5d4f61ec96
Tweaked scrollToPostIndex logic
...
The old behaviour would scroll the post anchor to the midline, but
this was inferior UX for long posts since the top half of the
screen is essentially stuff you didn't want to see.
The new logic is as follows:
- If the target post is smaller than the browser viewport, it will
scroll in such a way that the entire post is vertically centered
(post midline matching viewport midline)
- If the target post is larger than the browser viewport, it will
scroll in such a way that the top of the post is located just
under the navbar, maximizing the target post's content.
- Updated themes to relocate their anchors to in between posts
9 years ago
NodeBB Misty
3b4b832f75
Latest translations and fallbacks
9 years ago
NodeBB Misty
fa689250e4
Latest translations and fallbacks
9 years ago
Julian Lam
8013f124da
fixes #4471
9 years ago
Ben Lubar
395e71feee
fix topic reply button
9 years ago
Julian Lam
f4845631c0
Merge pull request #4472 from BenLubar/reply-quote-bounds
...
when clicking the reply button, limit the selection to the post's content
9 years ago
Ben Lubar
c50f228acc
when clicking the reply button, limit the selection to the post's
...
content.
9 years ago
Julian Lam
b0f93f8525
Merge pull request #4439 from RaceProUK/master
...
Fixing 'Go to last read' popup text
9 years ago
NodeBB Misty
87bd0c69d7
Latest translations and fallbacks
9 years ago
Julian Lam
22f73a8f68
fixes #4463
9 years ago
barisusakli
691802efad
removed params
9 years ago
barisusakli
e1a8c520ba
closes #4404
9 years ago
psychobunny
5008e211e2
closes #4449
9 years ago
barisusakli
e8b8f115b7
closes #3652
9 years ago
Julian Lam
ae7dc134e3
latest translations and fallbacks
9 years ago
barisusakli
c6c1e2e217
closes #4289
9 years ago
barisusakli
38c560019f
#4403
9 years ago
boomzillawtf
d4464f6ab1
Merge remote-tracking branch 'upstream/master'
...
Conflicts:
public/src/client/topic/posts.js
9 years ago
boomzillawtf
6aa0f8eb8a
fix #4452 : default to scroll to my post
9 years ago
psychobunny
0c1376c884
closes #4390
9 years ago
psychobunny
5d77e37a3c
closes #4403
9 years ago
barisusakli
56ef1e9869
closes #4444
9 years ago
RaceProUK
25f4400569
Reverting all but en-GB
9 years ago
RaceProUK
1423b1443d
Fixing 'Go to last read' popup text
...
Since clicking the popup goes to the last _read_ post, not the last unread
9 years ago
barisusakli
0bf05a17bf
closes #4378
9 years ago
barisusakli
7e6e3b3a40
closes #4383
9 years ago
barisusakli
e2f78a9585
closes #4432
9 years ago
barisusakli
fd932462f6
edit profile language key
9 years ago
barisusakli
e0f3ac8cb7
change to editedISO
9 years ago
RaceProUK
fd854b134d
Allow for a little scrolling before dismissing bookmark alert
...
This is just in case someone scrolls a little accidentally; the alert remains so they can still follow it if they want to
9 years ago
psychobunny
f40ec978cb
Merge branch 'master' of https://github.com/NodeBB/NodeBB
9 years ago
psychobunny
489bdcced6
#4423
9 years ago
psychobunny
3e14606226
added roomId to match the other hook
9 years ago
barisusakli
301f12d630
fix conditional
9 years ago
barisusakli
f665a1e353
closes #4394
9 years ago
psychobunny
9cb2f9e05f
removed JS fake link #4407
9 years ago
Barış Soner Uşaklı
e9648daf7f
Merge pull request #4421 from pichalite/issue-4386
...
fixes #4386
9 years ago
Barış Soner Uşaklı
fe7d4999c9
Merge pull request #4418 from BenLubar/post-tools-stream
...
fix post tools not showing up for other users on new posts
9 years ago
barisusakli
4eb7468dcd
already checked in scrollToPostIfSelf
9 years ago
pichalite
9c9e49e2f6
properly fix with styling
9 years ago
pichalite
497592965f
fixes issue-4386
9 years ago
Ben Lubar
bb88c82ffd
fix post tools not showing up for other users on new posts (src/topics/posts.js has this condition already)
9 years ago
boomzillawtf
3d0012d730
Loads posts if appropriate, but doesn't scroll to new post according to the scroll to my post setting. Addresses #4412 .
9 years ago
barisusakli
9e44bd3d21
up themes
9 years ago
Barış Soner Uşaklı
d5e875538b
Merge pull request #4374 from boomzillawtf/master
...
Setting to show new post after reply
9 years ago
barisusakli
c71ffed69c
closes #4362
9 years ago
boomzillawtf
eb7c2d5872
Use scrollToMyPost setting with both pagination and infinite scroll
9 years ago
boomzillawtf
ceb3b6ebe7
Add setting to avoid showing a post after it is submitted to keep the user's place on the page to address issue #4363
9 years ago
Julian Lam
54e36f7c54
Update ajaxify logic w/ returnPath support
...
If returnPath is defined, and url is null, then ajaxify will
execute a replaceState instead of an ajaxification.
Used in cases where a separate route is pushed but you'll want to
return to the page you were on previously. (see: #4371 )
9 years ago
psychobunny
c8b179e492
better settings for birthday datepicker
9 years ago
barisusakli
c9cfe5b089
closes #4355
9 years ago
barisusakli
b6e22b7723
closes #4367
9 years ago
Julian Lam
184a2c4540
IP blacklist functionality -- re: #4367
...
Squashed commit of the following:
commit 5c42fd732d091fa66cf5b45a2af5e1697cc1efcd
Author: Julian Lam <julian@nodebb.org>
Date: Mon Mar 14 17:29:45 2016 -0400
allowing blacklist.test to be called synchronously
commit 979faf2dba5e6f6e2ae1bd07341e63678438daf1
Author: Julian Lam <julian@nodebb.org>
Date: Mon Mar 14 17:01:14 2016 -0400
added plain ipv6 support and finished middleware logic
commit d4b72fc1aadff34df3ed7dec52ca8d3c3728a078
Author: Julian Lam <julian@designcreateplay.com>
Date: Fri Mar 11 16:05:31 2016 -0500
WIP IP Banning logic middleware
commit f08b2553890c5522b6a1eaf521fe4e94df40574a
Author: Julian Lam <julian@designcreateplay.com>
Date: Fri Mar 11 15:26:27 2016 -0500
tweaks to ACP, rule validator
commit 868abacaa494e6b8a88bd4ea429b1b066a9ecb2e
Author: Julian Lam <julian@designcreateplay.com>
Date: Fri Mar 11 13:50:05 2016 -0500
IP Banning ACP page, styling, save&load functionality
9 years ago
Julian Lam
a275aaeaf5
fixes #4361
9 years ago
Barış Soner Uşaklı
263b09f11a
fix typo in group cover upload
9 years ago
Julian Lam
d876763846
added logic to filter out prerelease versions of NodeBB from the update checker
9 years ago
Julian Lam
b73af30a2b
added git ignore file for modules directory
9 years ago
psychobunny
74449dc074
Merge branch 'pichalite-issue-4258'
9 years ago
psychobunny
50b813ae2f
merging pull 4347
9 years ago
Stephan
944509406a
Create jquery.timeago.de-short.js
9 years ago
Barış Soner Uşaklı
e49af50ac8
Merge pull request #4346 from pichalite/issue-4340
...
check for last owner on user kick from group
9 years ago
barisusakli
3981e230c4
category children helper
9 years ago
barisusakli
d67ec1d096
fix indent
9 years ago
barisusakli
05cc3fe4ef
closes #4335
9 years ago
barisusakli
c156d1cb34
closes #4344
9 years ago
pichalite
e878b32444
closes #4258
9 years ago
pichalite
c1c5db4b77
check for last owner on user kick from group
9 years ago
barisusakli
e11140b7ef
retry once
9 years ago
Barış Soner Uşaklı
bd6d44aeaa
closes #4327
9 years ago
psychobunny
3f912e2c6a
closes #4334
9 years ago
Julian Lam
72a05c1d07
disabling graph animation on mobile devices
9 years ago
Julian Lam
104d677271
latest translations and fallbacks
9 years ago
Barış Soner Uşaklı
3d55eec885
Merge pull request #4317 from samhax/delete-user-invites
...
Delete user invites from APM
9 years ago
samhax
37d53db693
Removed unused variable from click events.
9 years ago
barisusakli
dc7a861a49
removed unused vars
9 years ago
barisusakli
7441c181b4
closes #4312
9 years ago
barisusakli
7bf808d0f4
closes #4322
9 years ago
barisusakli
07c1a822db
closes #4318 closes #4309
9 years ago
psychobunny
54d47e1e24
allow data-ajaxify=false for external links to override config.openOutgoingLinksInNewTab
9 years ago
HSam
a62e31dc70
Finished the invite removal button changes.
9 years ago
HSam
48db16fba7
Finished adding a new delete to also remove the reference from the invites list on the APM.
9 years ago
Barış Soner Uşaklı
cf681721d5
responseJSON is undefined on 502
9 years ago
Barış Soner Uşaklı
6828d4c239
closes #4306
9 years ago
HSam
4d87f0276b
In the process of adding the delete button to the invitation panel. Apparently, the delete method doesn't work with the invitation items, so I might need to add some extra logic.
9 years ago
barisusakli
e03bacf032
fixes timeago
9 years ago
psychobunny
5d01060fbc
closes #4302
9 years ago
psychobunny
650890ad83
Revert "temp disable for #4302"
...
This reverts commit 974fa7b253
.
9 years ago
barisusakli
b2b104dab3
closes #4306
9 years ago
barisusakli
974fa7b253
temp disable for #4302
9 years ago
barisusakli
a67f3d2a15
closes #4299
9 years ago
psychobunny
45bc387749
Revert "fixes #4289"
...
This reverts commit c2b428cc95
.
9 years ago
barisusakli
07266eab9e
closes #3793
9 years ago
psychobunny
09e5f053f0
action:post.tools.load
9 years ago
Julian Lam
c2b428cc95
fixes #4289
9 years ago
Julian Lam
9d0f53fcd6
closed #4098
9 years ago
Julian Lam
783f570213
latest translations and fallbacks
9 years ago
barisusakli
4b5ec512b9
refactor/cleanup uploader.js
9 years ago
barisusakli
65dda58e0c
renamed tpl
9 years ago
barisusakli
df9558f1fa
closes #4268
9 years ago
pichalite
cd99a46918
don't show rooms without messages
9 years ago
pichalite
571f364922
fix for post menu display on newPost
9 years ago
Barış Soner Uşaklı
5f3473142e
fix reply as topic quoting
9 years ago
Julian Lam
4c5ebe4985
fixed #4020
9 years ago
Julian Lam
99e9508131
fixed #4270
9 years ago
Barış Soner Uşaklı
3e46ef8c35
closes #4276
9 years ago
Julian Lam
13623a620b
fixed #4277
9 years ago
Julian Lam
432c3d777d
Merge branch 'master' into fix-vendors
9 years ago
Julian Lam
3f2872979f
added buzz
9 years ago
Julian Lam
44aae7daa5
removed hammer, updated semver, added mousetrap
9 years ago
Julian Lam
3871f6f191
removed chart.js lib from repo
9 years ago
Julian Lam
e1323c0295
Updated js code so vendors can be added to the modules folder, so
...
they can be required properly and we can finally get rid of that
really annoying "mismatched anonymous" error in Require.js.
First module to make the transition: Chart.js
9 years ago
barisusakli
7ffbf35bcf
closes #4273
9 years ago
psychobunny
2b10ef97b2
closes #4262
9 years ago
pichalite
5f6a1a0acd
complete fixes for #4144
9 years ago
Julian Lam
db3446b1ca
updated some of the graph colours
9 years ago
Julian Lam
088940d4c7
Squashed commit of the following:
...
commit 49e6c0040cc82c1e2684933a8e167ef14854aff8
Author: Julian Lam <julian@designcreateplay.com>
Date: Thu Feb 25 16:12:15 2016 -0500
added recording and charts for topic and post counts globally and by cid
commit e02ff70757f778aa016fbc42ef10a5da2d07a9d9
Author: Julian Lam <julian@designcreateplay.com>
Date: Thu Feb 25 15:35:49 2016 -0500
added labels to charts
commit e75d83bf3886e5183bcf5fcd848d71c513761e01
Author: Julian Lam <julian@designcreateplay.com>
Date: Thu Feb 25 13:30:47 2016 -0500
added per category graphs to ACP management page
commit e3f543200950925cc9e8bf33cccb592f949a100e
Author: Julian Lam <julian@designcreateplay.com>
Date: Thu Feb 25 12:36:11 2016 -0500
updated analytics to move helper methods to analytics lib and sending per category analytics to ACP page
commit 01891d8f7c408925fcdad18dcaa941e5ebbeb9b2
Author: Julian Lam <julian@designcreateplay.com>
Date: Wed Feb 24 16:48:55 2016 -0500
saving per-category analytics, and updated the writeData method to use async for "clarity"
9 years ago
psychobunny
a320ec3efb
closes #4178
9 years ago
psychobunny
9e832e006a
closes #2920
9 years ago
barisusakli
8bc80abde6
removed notify typing code, not even working
9 years ago
barisusakli
78bb4776df
fix crazy indents
9 years ago
barisusakli
3567f2ad55
closes #4208
9 years ago
barisusakli
2fdb8fc5e1
closes #3709
9 years ago
barisusakli
34f68a029a
closes #4204
9 years ago
barisusakli
9d045e70f5
change xregexp
9 years ago
Julian Lam
95d6895f13
Merge pull request #4255 from pichalite/master
...
fix Mac platform case
9 years ago
barisusakli
f512cb543f
closes #4256
9 years ago
pichalite
eba107cef4
fix Mac platform case
9 years ago
psychobunny
e37cbca977
closes #3320
9 years ago
psychobunny
f51698804a
closes #4177
9 years ago
psychobunny
b74022689f
closes #4174
9 years ago
psychobunny
582b69dbbc
Merge pull request #4253 from pichalite/recent-chats
...
account for search input when calculating recent list height
9 years ago
psychobunny
e069150625
closes #2165
9 years ago
pichalite
991d85cae2
account for search input when calculating recent list height on expanded chats
9 years ago
psychobunny
637c20f44d
closes #3526
9 years ago
Julian Lam
946a082eaa
latest translations and fallbacks
9 years ago
psychobunny
1dba781923
closes #4203
9 years ago
psychobunny
a3530340a9
Merge pull request #4250 from pichalite/issue-4228
...
throw error in chat if no users in room
9 years ago
Julian Lam
322d4052b0
chat controls now hidden instead of taking up space in chat modal
9 years ago
psychobunny
a0a98e64b7
closes #4220
9 years ago
Julian Lam
3b76b0343b
Revert "fixes NodeBB/nodebb-theme-persona#218"
...
This reverts commit ee529d92d3
.
9 years ago
barisusakli
6951dc1fe2
closes #4211
9 years ago
barisusakli
4608b8f07b
closes #4183
9 years ago
pichalite
6ecc05afd4
throw error in chat if no users in room
9 years ago
Julian Lam
2cf42f55f5
latest translation
9 years ago
Julian Lam
13dfe6cd51
Merge pull request #4243 from pichalite/issue-4241
...
don't mention guest on reply
9 years ago
Julian Lam
20103b64ce
Merge pull request #4219 from pichalite/groups
...
add missing translation in groups
9 years ago
pichalite
fba4e93cfe
remove translator
9 years ago
pichalite
872b33f0cc
fix typo
9 years ago
Julian Lam
60a5a1b422
latest translations
9 years ago
Julian Lam
a61fea862b
Merge pull request #4245 from pichalite/issue-4159
...
fixes #4159
9 years ago
pichalite
f22b218250
fixes #4235
9 years ago
pichalite
ca3fa023e8
fixes #4159
9 years ago
pichalite
a22d7290ec
fix logout on user delete
9 years ago
pichalite
3024d2e661
don't mention guest on reply
9 years ago
pichalite
f637521105
chat edit fixes
9 years ago
Timothy Fike
c80bd0c413
Added app.newTopic
...
Make a new topic from anywhere. #4223
9 years ago
pichalite
9f760f9b55
translate string in groups
9 years ago
barisusakli
6b341a844d
remove notifyTyping
9 years ago
pichalite
42239e119d
search banned users only on /users/banned route
9 years ago
Barış Soner Uşaklı
573840ccbd
changed to title raw
9 years ago
barisusakli
2fc385f723
closes #4141 , closes #4149
9 years ago
psychobunny
759b183967
fixes a bug in instant updates on category view
9 years ago
barisusakli
6a98758a01
closes https://github.com/NodeBB/nodebb-theme-lavender/issues/60
9 years ago
barisusakli
8c3b52ef36
closes #4096
9 years ago
barisusakli
3348d51f69
closes #4185
9 years ago
Barış Soner Uşaklı
88e4591f88
closes #4194
9 years ago
Barış Soner Uşaklı
82875de32d
remove / from startsWith
9 years ago
Barış Soner Uşaklı
d851443ea7
closes #4187
9 years ago
barisusakli
bc9c564650
closes #4169
9 years ago
barisusakli
90b89a488e
closes #4175
9 years ago
Barış Soner Uşaklı
d2df63f9a5
Merge pull request #4165 from pichalite/initiate-chat
...
Initiate chat from chat page
9 years ago
pichalite
d81b6947f6
conditional change
9 years ago
pichalite
d83b11dde3
add language string
9 years ago
pichalite
44d4c2bc7c
hopefully I got everything right this time!!
9 years ago
barisusakli
d7df6c0b06
remove more from config
9 years ago
barisusakli
5ac02a59ac
remove some more config from api/config
9 years ago
barisusakli
ebf820d571
remove from global config
9 years ago
pichalite
2723800628
indentation
9 years ago
pichalite
971c3eb0e1
indentation
9 years ago
pichalite
9901438001
indentation
9 years ago
pichalite
2c5e9dc4cf
fix indent
9 years ago
pichalite
4b5d5b4bd9
search user and initiate chat from expanded chat page
9 years ago
psychobunny
46cfd03465
closes #4144
9 years ago
Julian Lam
9a7ec01e15
Merge pull request #4153 from frissdiegurke/patch-2
...
Fix undefined S within translator
9 years ago
Barış Soner Uşaklı
303ac90dc5
Merge pull request #4155 from pichalite/master
...
use component
9 years ago
Ole R
91ec4c80c2
Oops, fix call of undefined
9 years ago
pichalite
776c60dc00
use component
9 years ago
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.
9 years ago
Julian Lam
47c61e883a
tweaked styling for flags page a bit
9 years ago
Barış Soner Uşaklı
b485b412a8
added title to flagged posts page
9 years ago
Julian Lam
eb8b6af7fb
Fix global mod priv check and styling for flags page
9 years ago
barisusakli
1ed3b40a1b
fix calls
9 years ago
Barış Soner Uşaklı
2ce22caa41
Merge pull request #4143 from pichalite/master
...
remove unused code and use components
9 years ago
barisusakli
e6cf8ec5cf
more flagged posts shenanigans
9 years ago
barisusakli
1b9e18c6fc
allow global mods to see banned users
9 years ago
pichalite
ee47a13556
use components
9 years ago
pichalite
e6e4b5784d
remove unused code
9 years ago
psychobunny
2560e6345f
Merge pull request #4142 from pichalite/master
...
use ajaxify.data.username instead of getting html
9 years ago
pichalite
d133ff74bd
use ajaxify.data.username instead of getting html
...
use ajaxify.data.username instead of getting html for toggleFollow
9 years ago
barisusakli
5e86d9f804
closes #4131
9 years ago
barisusakli
2b5f9d075b
closes #4101
9 years ago
barisusakli
f09ee86e42
closes #4113
9 years ago
Julian Lam
b7311dac65
removed css file @pichalite
9 years ago
Julian Lam
c7647cfb72
Merge pull request #4095 from pichalite/master
...
ACP styling fixes
9 years ago
barisusakli
c2e1426e57
fix syntax error, and actually show error if minification fails
9 years ago
barisusakli
ae8837b44a
generate notification path on demand
9 years ago
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.
9 years ago
pichalite
0c5712411b
fix for user icons when searching for users to add to group in acp>manage>group page
9 years ago
barisusakli
8220567b5b
added topics to `action:topics.loaded` also fire it on category view
9 years ago
Julian Lam
5de0e74908
Notification paths are now sent back in socket call, so client-
...
side alert now shows more data and is clickable.
9 years ago
barisusakli
86d70eca74
closes #4103
9 years ago
Julian Lam
32466d8bb1
tweaked paginator block to toggle when text is updated, and use ready class instead of invisible
9 years ago
pichalite
a4d0026d93
ACP styling fixes
9 years ago
psychobunny
535dd82902
for previous commit
9 years ago
Julian Lam
cedda11134
update theme minvers
9 years ago
Julian Lam
99315e1c73
updated translator so that language key parameters cannot contain
...
html in them (or more specifically, < and >)
9 years ago
Julian Lam
7eac1a93ae
closes #4074
9 years ago
barisusakli
1cf2b81f3d
Revert "herp derp"
...
This reverts commit 9c9d805a32
.
9 years ago
barisusakli
9c9d805a32
herp derp
9 years ago
barisusakli
767c798b2f
log self account delete, logout on self account delete
9 years ago
Julian Lam
f1ed3ad659
allowing favicon updating to be disabled via client side hook
9 years ago
pichalite
7010364e7e
fix enable/disable button in ACP manage navigation page
9 years ago
Julian Lam
0368280e52
Merge pull request #4081 from manolino/patch-3
...
Update app.js
9 years ago
pichalite
511a4b7700
remove dashed border
9 years ago
barisusakli
24c56eb80a
switch topic select to components
9 years ago
Julian Lam
07c55ee859
updated .fix-lists mixin
9 years ago
barisusakli
e90cba65a8
closes #4085
9 years ago
Manuel Valle
41963bb300
Update app.js
...
migrated global *translate* to a *require.js* module.
9 years ago
Manuel Valle
4c43276fce
Update events.js
...
Tebbed indentation.
9 years ago
Manuel Valle
67d9323b9e
Update events.js
9 years ago
Manuel Valle
c9c761d70b
Update events.js
...
This optimize previous commit. See [#4078 ](https://github.com/NodeBB/NodeBB/pull/4078 ). Added ```translator``` module instead of global ```translator```.
This solves warnings editing posts with *composer*.
9 years ago
Manuel Valle
dbcb6f9796
Update events.js
...
Same problem as [#4069 ](https://github.com/NodeBB/NodeBB/pull/4069 ). Added a **translator** variable refering to **translator** module instead of global *translator*.
This solves warnings editing posts with *composer*.
9 years ago
Julian Lam
452bb953c9
Merge pull request #4068 from pichalite/master
...
fixes for rewards ACP page #3910
9 years ago
Julian Lam
ff8fb0e9ab
no need to set var, just use rjs
9 years ago
Julian Lam
6470f2ef53
Merge branch 'patch-1' of https://github.com/manolino/NodeBB into manolino-patch-1
9 years ago
Julian Lam
2cabf7a3d1
Merge pull request #4066 from pichalite/master
...
fixes NodeBB/nodebb-theme-persona#218
9 years ago
barisusakli
32ca95319e
closes #3436
9 years ago
Julian Lam
9b02bb8f51
closes #4074
9 years ago
Julian Lam
8608092bbb
on new uploaded image, refresh profile edit page
9 years ago
Julian Lam
5a92b1a5cf
change all instances of .avatar on new image upload
9 years ago
Julian Lam
f18382a892
firing client-side hook on notification count update now
9 years ago
Julian Lam
efa98d4858
language translations and fallbacks
9 years ago
Julian Lam
2d48faf5df
Fixed #4033
...
Also related to regression first caused by the fix to #3695 from
fcb381f922
Also, added tests for translator. omg.
9 years ago
barisusakli
92b339ff1d
much whitespace so wow
9 years ago
barisusakli
6802a76332
fix relative_path
9 years ago
barisusakli
cb91587567
closes #4063
9 years ago
Manuel Valle
a60e3c63cf
Update overrides.js
...
Inside **translate** function, **translator** refers to *global* genereting warnings. Added a **translator** variable refering to **translator** module.
This solves some problems using *bootbox* in my plugins and widgets
9 years ago
pichalite
aaaab288ef
ACP rewards page fix
9 years ago