Julian Lam
a43d40fbc7
upgrade script, and fixed client-side generation of user icon
9 years ago
Julian Lam
730a62519f
Merge remote-tracking branch 'origin/master' into user-icons
9 years ago
barisusakli
d8c9c8d447
dont crash on null category
...
#3681
9 years ago
Julian Lam
e46496012a
chat dropdown
9 years ago
Julian Lam
a52f6cf0b4
User Account Edit and Change Picture Modal
9 years ago
barisusakli
7379f93a00
up composer
9 years ago
barisusakli
6457cd02ab
move removeExtra to IS
9 years ago
barisusakli
80d6ba6b44
closes #3676
9 years ago
barisusakli
4db0dadd1c
closes #3680
9 years ago
Julian Lam
f6d5b52a8b
WIP user-icons
9 years ago
barisusakli
e02781f7e8
fix for IS when viewport is short
9 years ago
barisusakli
df89a62b32
removed :rage3: comment
9 years ago
barisusakli
b2dbb127e2
fix previous commit so it only uses window height if viewport <=0
9 years ago
barisusakli
e78de34122
fix case where container might be smaller than viewport
9 years ago
barisusakli
41fb4fe6b5
remove IS topics on category
...
ability to specify a container for IS, instead of always assuming
$(document)
9 years ago
barisusakli
5a77a2c21c
removed debug log
9 years ago
barisusakli
1dc93f2446
closes #3677
9 years ago
barisusakli
5e0a7d7dac
some more acp/nav fixes
9 years ago
barisusakli
e4f0cd856a
prettier admin navigation page
9 years ago
barisusakli
759607a381
parse modals on demand
9 years ago
barisusakli
30bc401797
parse upload picture modal on demand
9 years ago
barisusakli
2e1648b725
fix browsing not disappearing after everyone leaving
9 years ago
barisusakli
de15c2925d
use topic.toTop()
9 years ago
barisusakli
2e8505c66d
home/end keys for inf scroll
9 years ago
barisusakli
c3a6b11939
fix first reply insertion
9 years ago
barisusakli
e2896ef6b9
socketio/posts socketio/topics refactor
9 years ago
barisusakli
8a3452f985
start reverse IS earlier
9 years ago
Julian Lam
6fe480d8c6
Adding some snazzy hotkeys to chat page
9 years ago
Julian Lam
cef8e44b3b
Fix bug with missing ref, using pushState instead of replaceState in chats client-side lib
9 years ago
Julian Lam
47d39d3346
closes #3673
9 years ago
Julian Lam
010c04f21f
latest translations
9 years ago
barisusakli
8f40b3f00d
fix indent
9 years ago
barisusakli
c617a3f008
inf scroll changes
...
dont load main post if start > 0
9 years ago
Julian Lam
ebed9d641c
Add new ACP option to upload Touch Icon, #3668
...
Also added a number of fixes for mobile enhancements, such
as serving a manifest.json file for Android devices, and
serving proper link tags for all uploaded touch icons.
This commit also creates a new template helper for link tags.
9 years ago
psychobunny
1dbfa65bc5
closes #3655
9 years ago
barisusakli
e461615c1a
closes #3621
9 years ago
Julian Lam
66afb59bc8
translations for global resource, closes #3659
9 years ago
barisusakli
054e0bb83b
closes #3658
9 years ago
barisusakli
ee24fadfff
closes https://github.com/julianlam/nodebb-plugin-markdown/issues/52
9 years ago
barisusakli
4e2318fa1e
fix title in acp removed extra |
9 years ago
barisusakli
13508ca7f9
closes #3547
9 years ago
barisusakli
75af978145
closes #3646
9 years ago
Julian Lam
78863a438f
Firing new hook `filter:auth.list`
...
This new plugins allows SSO services to list whether a
user has authenticated via that service, and will display
as such in the user's profile editing screen.
9 years ago
Julian Lam
fa109241cc
Update fontawesome picker module (iconSelect)
...
- Removed 'fa-doesnt-exist' icon
- Added a icon filter search input
- Added a "No Icon" button at the bottom
- Added link back to full FA list
- If icon is picked, it shows the icon class in the search input
9 years ago
Julian Lam
bc9e96f210
Update to FontAwesome 4.4.0
9 years ago
psychobunny
70da64b927
button to revert to original email template
9 years ago
psychobunny
109fe895b3
ability to edit and save custom email templates
9 years ago
psychobunny
55748ac3f5
ability to select what kind of test email to send
9 years ago
barisusakli
ee8bb8d908
closes #3634
9 years ago
barisusakli
38cd153077
hide on enter as well
9 years ago
barisusakli
4d8f92de24
closes #3635
9 years ago
Julian Lam
a8f9671a11
latest translations
9 years ago
barisusakli
da9a6ba399
missing ;
9 years ago
barisusakli
0a9f82e30d
removed some dupe code from chats
9 years ago
barisusakli
2f94307125
removed duplicated code in chats
9 years ago
barisusakli
5c51efdab3
globals config.relative_path
9 years ago
barisusakli
fbfb39f967
moved socket connection out of app.js
9 years ago
psychobunny
a8d44758cb
acp remove logo fix
9 years ago
barisusakli
8c2fdcc77c
group escape fixes
9 years ago
barisusakli
1cda4e8d9b
scrollbar and scroll to bottom on logs page
9 years ago
Julian Lam
c148b1c956
If a new message arrives, replace the teaser with the new message content, closes #3623
9 years ago
Julian Lam
2e3eef136f
Update chat frontend to better handle incoming messages
...
When an incoming message occurs from somebody who is new,
a new chat contact is spawned and put into the contact list.
9 years ago
barisusakli
04be0411e7
build search categories server side
9 years ago
Julian Lam
7fae82a9bd
Update chat page behaviour on mobile
...
As the chat page is not optimised for mobile devices, if
entered, the chat messages themselves will be hidden
(corresponding commits on themes), and the client-side
javascript will open the chat modal when contacts are clicked.
9 years ago
barisusakli
ade9a44b11
closes #3590
9 years ago
Julian Lam
00f2778534
latest translations
9 years ago
barisusakli
f17a716055
closes #3619
9 years ago
barisusakli
1e3391ff12
closes #3617
9 years ago
barisusakli
11c70f3a28
closes #2330
9 years ago
Julian Lam
9454e5a73a
latest translations
9 years ago
Barış Soner Uşaklı
5b08538264
closes #3614
9 years ago
Barış Soner Uşaklı
6d8134618f
fix chats
9 years ago
barisusakli
a5e9394d93
closes #3612
9 years ago
barisusakli
17a40b716e
fix topic move notification
9 years ago
barisusakli
b17feb3b6c
nested categories on search
9 years ago
barisusakli
501bfbfc47
closes #3611
9 years ago
psychobunny
39342f158b
Merge pull request #3575 from henrywright/master
...
Replace Less variable that is undefined if Bootstrap is absent
9 years ago
barisusakli
22d6ceab59
closes #2427
9 years ago
barisusakli
0cac0692b6
closes #3532
9 years ago
barisusakli
15b667850e
closes #3595
9 years ago
barisusakli
af19bd8bd2
msgs on reset
9 years ago
barisusakli
30d087cbd3
closes #3607
9 years ago
Barış Soner Uşaklı
bcb3b55ab0
Merge pull request #3594 from yariplus/homepages
...
Add Custom and Category homepages.
9 years ago
barisusakli
ad685a0147
fix function in loops
9 years ago
barisusakli
896aadada7
closes #3597
9 years ago
Barış Soner Uşaklı
5831bdd2ec
Merge pull request #3598 from MegaGM/fix.user-status.update.handling
...
Fix: When a user changes his online status,
9 years ago
Mega
b383c17df2
Resolve #3599
9 years ago
Mega
b4bcfb83a7
Fix: When a user changes his online status, all [component="user/status"] elements on a page are changing. The same bug appears in:
...
/user/*
/users/*
/topic/*
/chats/*
Cold load: http://i.imgur.com/OL2njmf.jpg
After change my status: http://i.imgur.com/J6I8lOC.jpg
9 years ago
yariplus
d998fe2dd5
Add Custom and Category homepages.
9 years ago
barisusakli
e3ca91e325
#3591 fixes item 1
9 years ago
barisusakli
9361ff0772
closes #3587
10 years ago
barisusakli
dd5a8e8a88
closes #3568
10 years ago
barisusakli
775e0532eb
fix search selector
10 years ago
barisusakli
95b709c806
dont crash if data.responseJSON doesnt exist
10 years ago
barisusakli
459e51862a
closes #3553
10 years ago
barisusakli
a64cbbc6df
#3573
10 years ago
barisusakli
961efa3533
closes #3512
10 years ago
barisusakli
2d175cc3fb
closes #3466
10 years ago
barisusakli
bb4984a9aa
closes #3428
10 years ago
barisusakli
e6755d0adc
closes #3458
10 years ago
barisusakli
a1c407acd0
closes #3530
10 years ago
barisusakli
af50ade066
closes #3560
10 years ago
Julian Lam
394fa87b39
on account deletion modal, focus on text input
10 years ago
Julian Lam
3baad54223
Close #3578
...
This commit introduces notification creation if a user requests
membership to a group (in which case notifications are sent to
all group owners), and user invites to a group (in which case
a notification is sent to the invitee).
10 years ago
Henry Wright
dd61116060
Replace Less variable that is undefined if Bootstrap is absent
10 years ago
psychobunny
31fef4f429
hint. damn those globals wtb browserify
10 years ago
psychobunny
b6a43fb5cf
fixes #3562
10 years ago
psychobunny
4962fb4851
closes #3546
10 years ago
Julian Lam
1a741da3d4
translating parsed template in client side code
10 years ago
Julian Lam
032107d058
latest translations
10 years ago
Julian Lam
1453150105
removed backups folder
10 years ago
Julian Lam
c3821c2070
Close #3540
10 years ago
Julian Lam
aa8c6f3bdd
Update header so text selection is not possible
10 years ago
barisusakli
0ffb81308e
closes #3538
10 years ago
barisusakli
f9575efaf0
disable fork button during fork #3535
10 years ago
psychobunny
ff2543e522
thought they all seemed pretty self-explanatory to me
10 years ago
psychobunny
bc5f9d0199
closes #3536
10 years ago
Julian Lam
acadc60594
latest translations and fallbacks
10 years ago
psychobunny
d5cc37b166
notifications/list and notifications components
10 years ago
psychobunny
30c1001e5d
#3522 also for settings v2
10 years ago
psychobunny
e36976fd39
closes #3522
10 years ago
barisusakli
794c218cb6
fix displayMenuItem
10 years ago
barisusakli
f6c95456f2
fix password change notifs
10 years ago
barisusakli
09dacfd6a9
remove bookmark alert on scroll or after 10 secs
10 years ago
barisusakli
980484d930
added config as global :dull:
10 years ago
barisusakli
7689d54d42
closes #3518
10 years ago
barisusakli
c3719ea5b5
closes #3519
10 years ago
barisusakli
9d4d904479
404 fix
10 years ago
barisusakli
48512bff6b
get rid of app.exposeConfigToTemplates
10 years ago
psychobunny
3c71de285a
Merge branch 'master' of https://github.com/NodeBB/NodeBB
10 years ago
psychobunny
80b13c94c8
snackbar translation for acp
10 years ago
barisusakli
0be3bd1893
removed ajaxify.variables
10 years ago
Julian Lam
dd7d2615dd
latest translations
10 years ago
barisusakli
6810b529c9
prevent infinite loop on topic scroll to bottom
10 years ago
psychobunny
82d39753b7
hint
10 years ago
psychobunny
b10a7d4410
notifications/icon component
10 years ago
psychobunny
b66a58dd52
user/status: don't touch the other classes
...
fixes that 2px thing @julianlam
10 years ago
psychobunny
54d996ca6a
fixed user/logout component + vanilla 3.1.2
10 years ago
psychobunny
b19120f822
user/logout componen
10 years ago
psychobunny
e9a42cdecb
fixed notifications on deskto
10 years ago
psychobunny
a44f467ebc
Notifications.loadNotifications()
10 years ago
psychobunny
2301362f59
component="header/usercontrol"; also fixes user status bug
10 years ago
psychobunny
a663f95669
chats.loadChats()
10 years ago
psychobunny
63be875daa
header/userpicture, header/profilelink, header/username components
10 years ago
psychobunny
2e33ae2742
Merge branch 'master' into persona-2.1
10 years ago
psychobunny
6e714a5344
Revert "header/userpicture, header/profilelink, header/username components"
...
This reverts commit d1effa65d0
.
10 years ago
psychobunny
d1effa65d0
header/userpicture, header/profilelink, header/username components
10 years ago
psychobunny
306964b4ea
chat/dropdown and chat/list component
10 years ago
barisusakli
eaefd9d24c
remove meta/title.js and meta.title.build #3481
10 years ago
psychobunny
098c56a106
global:header.navigation
10 years ago
psychobunny
d75f5574e0
#3499
10 years ago
psychobunny
a217b42cb1
bonus two for #3481 - chats/username route
10 years ago
psychobunny
22fc257e36
bonus for #3481 - groups/group route
10 years ago
psychobunny
89b8622cfa
other routes done, closes #3481
10 years ago
psychobunny
0e0d8474a4
page titles for user pages #3481
10 years ago
psychobunny
47a7347b54
better mobile support for appearance/themes and appearance/skins
10 years ago
psychobunny
0cb722b9fa
prevent floating button from getting hidden behind other components
10 years ago
Julian Lam
92f9553033
Resolved transifex language issue
10 years ago
Julian Lam
e003fb38a3
Close #3497
10 years ago
psychobunny
6c44db9a0c
closes #3490
10 years ago
barisusakli
cf36f7bc79
closes #3468
10 years ago
Julian Lam
1772041b6e
fixed invocation of clickdn in snackbar
10 years ago
psychobunny
7210ffdde9
only need to translate bootbox's footer
10 years ago
psychobunny
29859335a8
do md style dropdowns only on mobile @julianlam
10 years ago
psychobunny
3145e75fc0
closes #3485
10 years ago
barisusakli
07d12e85ae
closes https://github.com/NodeBB/nodebb-theme-persona/issues/124
10 years ago
psychobunny
19a3950928
don't blow up if no skin was selected
10 years ago
psychobunny
ae318c4286
fixed alignment on themes page
10 years ago
Julian Lam
46af72336a
updated ACP dropdown toggle so it's thicker
10 years ago
Julian Lam
902d11c6af
Fix #3470
10 years ago
barisusakli
db90d19b45
fix password confirm
10 years ago
psychobunny
d1aaa9ca07
mobile fixes for homepage, languages, sounds
10 years ago
psychobunny
53ce7d48fa
fixed padding issue on mobile acp
10 years ago
psychobunny
cd83dcf2e0
better styling for snackbar on mobile
10 years ago
psychobunny
7fa4057051
overrideTimeago only needs to be called once
10 years ago
psychobunny
0caa095ea4
closes #3457
10 years ago
psychobunny
0cb8f2b80c
closes #3463
10 years ago
psychobunny
6b054a6d14
new acp mobile menu, completed
10 years ago
psychobunny
cc299f89e2
mobile menu for ACP first pass
10 years ago
psychobunny
82429c10db
slideout
10 years ago
psychobunny
1f9dbd3cf2
hamburger button
10 years ago
psychobunny
cb071f3772
md-like positioning for dropdown menu
10 years ago
psychobunny
acdfb87117
compact header on mobile
10 years ago
psychobunny
ea3fa0ff1d
md snackbar for acp
10 years ago
psychobunny
a313bc69e2
fix alignment on checkboxes that are first in a form
10 years ago
Barış Soner Uşaklı
76c0e33bcb
filter links and children
10 years ago
Julian Lam
141174ac94
Fix ACP active state issue
...
Apparently, all this time, there was a bug that caused active
states to not properly be shown in subfolder installations. This
commit fixes that regression. ping @psychobunny
10 years ago
psychobunny
eb49898a9c
mobile tweaks for settings pages
10 years ago
psychobunny
fdb3046224
tablet mode fix
10 years ago
psychobunny
2317779a2b
really basic mobile support, until we get a slideout menu in
10 years ago
psychobunny
cdc351bc02
fixed acp search
10 years ago
psychobunny
d9040f18e6
use branding for checkbox
10 years ago
psychobunny
656476620e
fix new checkboxes on ajaxify
10 years ago
psychobunny
6dbd7cad84
done with this stupid checkbox experiment
10 years ago
psychobunny
0b683ff8dd
search bar placement tweak
10 years ago
psychobunny
d091729de3
search bar and restart menu completed
10 years ago
psychobunny
98a10bba89
header dropdown menu
10 years ago
psychobunny
1ce464c7c0
themes page, done
10 years ago
psychobunny
fd46b31d6e
fixed selection of skins
10 years ago
psychobunny
181bb9a6a7
theme selection buttons
10 years ago
psychobunny
88c466bf3f
fixed theme selection
10 years ago
psychobunny
b62cf2ad14
fix selection of skins
10 years ago
psychobunny
867c09bab6
revert theme: default theme is now persona
10 years ago
psychobunny
1e2fb5cd4c
undo button for skins and themes
10 years ago
psychobunny
9dcaafdb1b
widgets save button
10 years ago
psychobunny
dfa4f47289
save / create buttons for categories/category
10 years ago
psychobunny
f3c70473c3
save button on settings page
10 years ago
psychobunny
969522c2d2
manage/categories
10 years ago
psychobunny
a2fd970792
fix skin screenshots
10 years ago
psychobunny
d5b88e9c35
fixed markup on /group page
10 years ago
psychobunny
26858436b6
fix for acp subpage nav
10 years ago
psychobunny
e04495b012
underped tags page
10 years ago
psychobunny
bd494207eb
got rid of that fancy edit for cat name/desc + improved layout for settings
10 years ago
psychobunny
ffd38b8cc3
some UX tweaks to manage/category
10 years ago
psychobunny
28e2297e63
fixed categories layout
10 years ago
psychobunny
c6282e289a
main header title + better logic
10 years ago
psychobunny
744a7d4210
extend/widgets
10 years ago
psychobunny
d1f45b6d79
extend/plugin
10 years ago
psychobunny
ec335b55cd
fixed active state for install plugins submenu
10 years ago
psychobunny
4fd99e8aae
removed activateMobile
10 years ago
psychobunny
c35ef74c5c
header tweaks
10 years ago
psychobunny
0eb3d05db8
settings/web-crawler
10 years ago
psychobunny
30970d618c
dynamic title for settings pages
10 years ago
psychobunny
2da3b34798
Merge branch 'master' into acp-paper
10 years ago
Barış Soner Uşaklı
f4da333b42
Merge pull request #3351 from yariplus/catsfixes
...
Fixing some issues with acp category page
10 years ago
psychobunny
ba58c83b97
acp active states for main menu
10 years ago
psychobunny
656589f71f
acp skins first pass
10 years ago
psychobunny
9389c0773e
acp themes redesign first pass
10 years ago
psychobunny
30cd8d2af9
cleaned up the widgets page 👍
10 years ago
psychobunny
f0bed5a1ef
new menu completed
10 years ago
psychobunny
cc05a0a049
header menu first pass
10 years ago
yariplus
67e450a05b
Fix issues with acp category page
...
strange name for background size variable
invalid class selectors
hijacking of background style
10 years ago
psychobunny
d464cb2f0d
settings - automated table of contents
10 years ago
psychobunny
acb1e8a495
added a tweaked mdl.css that works with BS
10 years ago
psychobunny
60826b1c94
temporarily disabling header
10 years ago
psychobunny
e434942a28
first pass on settings design
10 years ago
psychobunny
fed87dded6
sayonara, acp menu
10 years ago
psychobunny
685b3ce004
added bootswatch paper 3.3.5
10 years ago
barisusakli
5ababdbdf0
prevent crash if data.enter is not string
10 years ago
barisusakli
5b87af4389
closes #3447
...
recursively get all children
calculate topic/post count from children
new sorted set `cid:<id>:children`
fix search query params
10 years ago
psychobunny
4b0f50f57e
closes #3448
10 years ago
Julian Lam
3b3c383d93
adding a fallback for en_GB and en_US
10 years ago
Julian Lam
9d2c54e26a
Add missing timeago locale files
10 years ago
Julian Lam
5007c3a32c
latest translations
10 years ago
psychobunny
3d962822c6
#3322 properly, @barisusakli so no need to copy pasta everywhere timeago is used
10 years ago
psychobunny
5b1571ad1e
don't need to refresh to preview updated skin #3069
10 years ago
psychobunny
0150e0e063
closes #3069
10 years ago
barisusakli
f4dd0c14ae
update title for new posts as well
10 years ago
Julian Lam
3d9415b65e
Fixes #3442
10 years ago
Julian Lam
64ab43b7fc
fixed language name for Greek
10 years ago
psychobunny
f9b104192b
fixing deprecated global translator call
10 years ago
psychobunny
5299e1fdc6
closes #3322
10 years ago
barisusakli
c70267bd23
fix indent
10 years ago
barisusakli
5e3e1f8781
#3430
10 years ago
barisusakli
6e630b3cfd
closes #3434 , thanks to @psychobunny
10 years ago
Julian Lam
7160e157de
added missing language.json file for Kinyarwanda
10 years ago
Ziggy
08af92c2c0
added Kinyarwanda, Murakoze cyane!!
10 years ago
Julian Lam
bd960ea6ac
latest translations
10 years ago
Julian Lam
1b812068ca
Fix bug where translator would split on all colons, and not just the first
10 years ago
barisusakli
f8f3e3faa7
closes https://github.com/NodeBB/nodebb-theme-persona/issues/79
10 years ago
barisusakli
9e1d5c8113
closes #3424
10 years ago
barisusakli
5a15ee7713
#3424
10 years ago
barisusakli
1b9c443076
toggle browsing if all users are gone
10 years ago
Julian Lam
e60194292f
Fix a myriad of problems with the ACP/Plugins page
...
- Fixed #3350
- Fixed issue where the normalised API return would have the wrong id for all plugins
- Fixed issue where uninstalling a locally installed plugin via ACP would cause NodeBB to crash
- Simplified ACP/Plugins client-side code to simply refresh the page after installing or uninstalling a plugin.
10 years ago
Julian Lam
56b399c900
Add new mixin, and added mixins to stylesheet.css
10 years ago
barisusakli
8178e210e4
Fix indents
10 years ago
Barış Soner Uşaklı
e34b30eeca
Merge pull request #3369 from pejuaxel/master
...
Add missing localizations
10 years ago
Barış Soner Uşaklı
2968dbb9ac
Merge pull request #3346 from bdharrington7/bookmark2
...
Saves user bookmarks on server if available
10 years ago
bdharrington7
bd26961fa6
Makes bookmark click scroll to last read instead of past it
10 years ago
bdharrington7
25203ee67e
changes bookmark storage to sortedset, gets uid from socket rather than being passed from client
10 years ago
barisusakli
d5128d0513
closes #3370
10 years ago
barisusakli
e592499d48
correctly hide/show user in browsing users
10 years ago
Axel
fc0871a79d
Merge branch 'master' of https://github.com/NodeBB/NodeBB
10 years ago
Axel
91e81065dc
Localize "Group Name:"
10 years ago
Axel
79d7721971
Add category and subcategories localization
10 years ago
Julian Lam
cead53ec86
Fix list behaviour in chat page
10 years ago
Julian Lam
53a1e6106e
Fix bug where an empty chat message would appear in the chat modal
10 years ago
Julian Lam
98b74f848e
Fix newSet detection on chat messages
10 years ago
Julian Lam
2593f1b4d9
Fix bug where new chat messages would not append
...
... due to incorrect class and id assignment of the chat modal. Regression was caused by an earlier commit that moved the
typing span elsewhere.
10 years ago
Julian Lam
60a6775c72
Changed behaviour of the Chat Typing Notification
...
Instead of being placed at the bottom of the modal/list,
it will now be displayed at the top of the modal, and not
shown in the chats page at all (as it is already present
in the contact list)
10 years ago
Julian Lam
eac92b00c6
better error checking with socket broadcast method
10 years ago
Julian Lam
6348eb2bab
fixed #3359
10 years ago
Julian Lam
fcebfd8f39
latest fallbacks
10 years ago
Axel
85d7b04846
Add missing localization
10 years ago
Julian Lam
db4ac34138
latest fallbacks
10 years ago
Julian Lam
4f4e33eb15
Merge branch 'pichalite-master'
10 years ago
Julian Lam
eb5be2f671
fixed some whitespace issues and made the admin check return early, in its own block
10 years ago
Julian Lam
5ba7234bd7
Merge pull request #3362 from pejuaxel/master
...
Missing localization
10 years ago
Julian Lam
d10fd6248e
Merge branch 'master' of https://github.com/pichalite/NodeBB into pichalite-master
10 years ago
Julian Lam
afc32c1f6e
latest translations and fallbacks
10 years ago
Julian Lam
487166ba48
translations for @HuiStudio, #3365
10 years ago
Axel
9c2d7a2468
new language keys
10 years ago
Julian Lam
474ff3ed35
fixed #3359
10 years ago
pichalite
d2bbca1de1
don't display leave/join buttons for admin group
10 years ago
Julian Lam
ee9390ee34
fixed #2949
10 years ago
pichalite
a5226c9423
don't display "Leave Group" button for admins in "administrators" system group on groups details page
10 years ago
barisusakli
954c25823e
closes #3352
10 years ago
Julian Lam
c38cab3b74
latest russian translations
10 years ago
bdharrington7
54180acf9b
saves updated bookmark in callback
10 years ago
Julian Lam
93007bc34f
fixed regression of pagination caused by changes to ajaxification logic
10 years ago