Arpit Jalan
|
c0a0b81335
|
Merge pull request #5730 from techAPJ/enforce-tagging
FEATURE: enforce tagging on categories
|
2018-04-11 09:44:33 +05:30 |
Guo Xiang Tan
|
3b9a656439
|
FIX: An option in `aliasLevelOptions` was accidentally removed.
|
2018-04-11 11:03:44 +08:00 |
Guo Xiang Tan
|
9176b2591d
|
UX: Replace route when users try to access invalid group management page.
https://meta.discourse.org/t/unable-to-save-changes-to-a-group/84954
|
2018-04-11 10:55:45 +08:00 |
Arpit Jalan
|
48d43b33cc
|
add client side validation for category minimum_required_tags
|
2018-04-11 07:17:52 +05:30 |
Arpit Jalan
|
9ca6ebe8fe
|
FEATURE: enforce tagging on categories
|
2018-04-11 07:15:24 +05:30 |
Jeff Wong
|
4c6d2ed59a
|
Merge pull request #5749 from featheredtoast/service-worker-registration-fixes
Fix - service worker registrations
|
2018-04-10 16:37:06 -07:00 |
Neil Lalonde
|
6e6892c88e
|
FEATURE: when uncategorized topics are not allowed, disable the post input until a category is chosen
|
2018-04-10 19:31:28 -04:00 |
Jeff Wong
|
32f919ea34
|
Fix - service worker registrations
* register service workers in a development env
* register service worker from ember initialize fn
|
2018-04-10 15:17:32 -07:00 |
Neil Lalonde
|
d389d66f8d
|
FIX: remove duplicates in available titles
|
2018-04-10 12:02:05 -04:00 |
Joffrey JAFFEUX
|
11c47f57f9
|
FIX: prevents keyboard from appearing on android when expanding
|
2018-04-10 16:25:05 +02:00 |
Guo Xiang Tan
|
9df4f7bf8e
|
UX: Move group delete button to details container.
|
2018-04-10 14:19:35 +08:00 |
Guo Xiang Tan
|
ffb7ec2543
|
Fix the build.
|
2018-04-10 09:50:00 +08:00 |
Guo Xiang Tan
|
d9d86577ff
|
FIX: Staff users are not affected by `enable_group_directory` site setting.
|
2018-04-10 09:22:01 +08:00 |
Neil Lalonde
|
d7ea6f93e7
|
FIX: preference page error when badges are disabled
|
2018-04-09 14:27:00 -04:00 |
Kris
|
affb935760
|
Cleaning up secondary stats on user profile
|
2018-04-09 14:02:43 -04:00 |
Régis Hanol
|
d19bbfc7f8
|
UX: ensure the topic progress indicator is never overlapping with post controls
|
2018-04-09 19:44:35 +02:00 |
Joffrey JAFFEUX
|
bd7100a062
|
FEATURE: revamp full-page-search UI (#5703)
This is the first iteration of this revamp, a following iteration will focus on improving the controls in the advanced search sidebar.
|
2018-04-09 11:51:09 -04:00 |
Régis Hanol
|
41150fc0cd
|
FIX: J/K keyboard shortcut misbehaving
|
2018-04-09 17:28:43 +02:00 |
Guo Xiang Tan
|
c82b2dcc24
|
Remove admin group management pages.
|
2018-04-09 15:14:50 +08:00 |
Guo Xiang Tan
|
4319273cf5
|
UX: Split up group form into smaller sections.
|
2018-04-09 15:14:50 +08:00 |
osamasayegh
|
fe8301007c
|
Add spec + make it work with .raw templates
|
2018-04-09 16:47:28 +10:00 |
osamasayegh
|
ce1a6f2fd8
|
FEATURE: Theme settings in handlerbars templates
|
2018-04-09 16:47:28 +10:00 |
David Taylor
|
ad7f2b7dc6
|
Allow import and keyGen URLs to be overridden in import modal
|
2018-04-09 16:42:47 +10:00 |
David Taylor
|
a17cb11dc3
|
Allow adminCustomizeThemes.edit route name to be overridden in themes-show
|
2018-04-09 16:42:47 +10:00 |
David Taylor
|
37fe1c76b9
|
Allow FIELDS_IDS to be overridden
|
2018-04-09 16:42:47 +10:00 |
David Taylor
|
70e60f4afe
|
Allow adminCustomizeThemes.edit route name to be overridden
|
2018-04-09 16:42:47 +10:00 |
David Taylor
|
7426e63c30
|
Allow theme asset upload url to be overridden
|
2018-04-09 16:42:47 +10:00 |
Arpit Jalan
|
f5febe5843
|
FIX: date range was inconsistent for admin dashboard reports
|
2018-04-08 16:49:41 +05:30 |
Neil Lalonde
|
f6cfff3cea
|
UX: user preferences allows users to choose which title to use from their badges and groups
|
2018-04-06 14:34:36 -04:00 |
Guo Xiang Tan
|
a2b9a55036
|
FIX: Binding style attributes need to be escaped.
See http://emberjs.com/deprecations/v1.x/#toc_binding-style-attributes
|
2018-04-06 14:58:38 +08:00 |
Guo Xiang Tan
|
63ac34ed79
|
Move official plugin icon under own header.
|
2018-04-06 12:44:31 +08:00 |
Guo Xiang Tan
|
2ddcdf8704
|
UX: Add an icon to indicate if a plugin is official.
https://meta.discourse.org/t/improving-admin-plugins/84585
|
2018-04-06 10:54:58 +08:00 |
Joffrey JAFFEUX
|
f0fe16d824
|
FEATURE: implements minimum selection for select-kit
|
2018-04-05 16:45:19 +02:00 |
Gerhard Schlager
|
35efdb39b3
|
FEATURE: Show the current reply count of the flagged post
|
2018-04-05 14:03:02 +02:00 |
Guo Xiang Tan
|
e36e9de28a
|
Allow admin to view logs of automatic groups.
|
2018-04-05 16:31:55 +08:00 |
Régis Hanol
|
d5412cff4e
|
FIX: scrolling was off sometimes
Also changed "Jump To Post" to go to the post index in the stream rather than the post number
|
2018-04-05 10:08:48 +02:00 |
Guo Xiang Tan
|
a26d3fc2de
|
Missing save button when editing automatic groups.
|
2018-04-05 15:25:39 +08:00 |
Guo Xiang Tan
|
d7943cc3db
|
Make eslint happy.
|
2018-04-05 15:21:11 +08:00 |
Guo Xiang Tan
|
85bcda120a
|
Basic UX improvements to the group profile management page.
|
2018-04-05 14:59:04 +08:00 |
Robin Ward
|
17f12c0ce4
|
Add new plugin outlet below admin user names
|
2018-04-04 15:47:14 -04:00 |
Guo Xiang Tan
|
e6d07fa6d8
|
UX: Allow admins to manage automatic groups on group page.
|
2018-04-04 11:07:11 +08:00 |
Joffrey JAFFEUX
|
b1cc368da8
|
FIX: regression where tag could not be deleted with click
|
2018-04-04 00:56:45 +02:00 |
Arpit Jalan
|
88e4c0ec3a
|
FIX: new/unread tabs should re-appear dynamically
|
2018-04-04 00:08:31 +05:30 |
Robin Ward
|
76d734ea6e
|
A more extensible way to disable expanding/contracting of user profiles
|
2018-04-03 14:19:56 -04:00 |
Robin Ward
|
0188cbb650
|
UX: New dropdowns work well on mobile for category notifications
|
2018-04-03 12:09:00 -04:00 |
Guo Xiang Tan
|
6f32de186a
|
UX: Add a "add members" button on group page.
|
2018-04-03 17:35:18 +08:00 |
Joffrey JAFFEUX
|
61812b52e7
|
FIX: more conservative refactoring to avoid regressions in customisations
|
2018-04-03 10:35:22 +02:00 |
Arpit Jalan
|
54819d72c9
|
UX: show users who liked the post when expanding post actions
|
2018-04-03 08:24:09 +05:30 |
Joffrey JAFFEUX
|
d54da517d9
|
FIX: more resilient focus filter or header
|
2018-04-02 22:50:20 +02:00 |
Joffrey JAFFEUX
|
017f5c1aee
|
FIX: regression preventing backspace to work on mini-tag-chooser
|
2018-04-02 22:42:20 +02:00 |