Sam
|
09075468d5
|
Merge pull request #3436 from YesThatAllen/patch-1
A red meh icon is less ambiguous than a red-smile
|
2015-05-12 14:06:46 +10:00 |
|
Robin Ward
|
0d51c1f0a0
|
FIX: List views in admin were broken
|
2015-05-11 13:17:12 -04:00 |
|
Robin Ward
|
a74689932e
|
FIX: Invalid HTMLBars for staff action logs
|
2015-05-11 13:17:12 -04:00 |
|
Robin Ward
|
d34334ecbe
|
Use HTMLBars API for inserting partials and views
|
2015-05-11 11:20:45 -04:00 |
|
Robin Ward
|
b3b4fd21ed
|
Broken WIP
|
2015-05-11 11:18:37 -04:00 |
|
Allen Hancock
|
53c85662c6
|
A red meh icon is less ambiguous than a red-smile
Builds on https://meta.discourse.org/t/why-a-frowny-face-on-admin-version/27895/
|
2015-05-07 13:44:27 -07:00 |
|
Robin Ward
|
eff921d1ec
|
FIX: Turn that frown upside down!
|
2015-04-24 11:14:06 -04:00 |
|
Robin Ward
|
e17ea2e787
|
UX: Show a dash if a version string is missing
|
2015-04-23 14:50:37 -04:00 |
|
Arpit Jalan
|
b77cd1f287
|
FIX: do not show send invites button if sso is enabled
|
2015-04-16 12:31:56 +05:30 |
|
Sam
|
4919ec4c44
|
FIX: don't hide "public invisible" groups from groups on user page
|
2015-04-16 10:44:55 +10:00 |
|
Robin Ward
|
7f501a0c41
|
When a post returns enqueued don't insert it in the stream and notify
- Includes removal of a lot of modal boilerplate
|
2015-04-15 14:54:37 -04:00 |
|
Robin Ward
|
a83a19f6ce
|
ES6 module migrations
|
2015-04-15 14:54:36 -04:00 |
|
Jens Maier
|
535f7aab88
|
Fix admin badge UI style when no badge selected
|
2015-04-15 18:35:08 +02:00 |
|
Sam
|
75890aed26
|
FEATURE: allow admins to choose a group as a primary group
FEATURE: allow admins to set a default title for a group
|
2015-04-10 12:17:28 +10:00 |
|
Sam
|
e143eb595f
|
UX: add link to group member from groups admin page
UX: remove uneeded refresh button from custom groups
|
2015-04-10 09:49:26 +10:00 |
|
Sam
|
eed8ddbb5c
|
UX: select on blur if there are no choices for select2
|
2015-04-10 09:13:51 +10:00 |
|
Régis Hanol
|
7602353209
|
fix the build
|
2015-04-03 17:09:51 +02:00 |
|
Régis Hanol
|
7a31131239
|
FIX: save button is deactivated on create group page
|
2015-04-03 16:50:51 +02:00 |
|
Erick Guan
|
2e7c5e5f35
|
FIX: unmatched element prevents HTMLbars from compiling
|
2015-04-03 18:40:17 +08:00 |
|
Jeff Atwood
|
2b53d09db5
|
use correct invite icon
|
2015-04-02 17:03:56 -07:00 |
|
Régis Hanol
|
6493e4f641
|
FIX: missing tooltip on backup screen
|
2015-03-26 18:05:27 +01:00 |
|
Régis Hanol
|
b4b505d45f
|
UX: move automatic/custom groups properties to their own fields group in user admin
|
2015-03-25 20:16:47 +01:00 |
|
Régis Hanol
|
11bf7da63c
|
FIX: profile picture wasn't properly updating
|
2015-03-19 19:57:07 +01:00 |
|
Régis Hanol
|
b31c05704a
|
UX: fix [Object object] on admin/groups buttons
|
2015-03-18 22:46:24 +01:00 |
|
Régis Hanol
|
9cbd0f8e78
|
UX: separate custom from automatic groups in user admin
REFACTOR: some moar ES6 refactoring
|
2015-03-17 22:59:05 +01:00 |
|
Neil Lalonde
|
8fcbea0c2c
|
FIX: don't show delete all posts button in admin when there are no posts
|
2015-03-17 11:18:39 -04:00 |
|
Régis Hanol
|
399418e1ff
|
FIX: modal backup wasn't working
|
2015-03-14 12:46:46 +01:00 |
|
Régis Hanol
|
424a3b042a
|
FEATURE: unified UI for pinning/banner topics
REFACTOR: ES6ified all the modals
|
2015-03-14 01:18:05 +01:00 |
|
Robin Ward
|
3ecb58980f
|
FIX: Allow loadScript to use script tags if the JS library require it.
|
2015-03-12 13:09:17 -04:00 |
|
Robin Ward
|
69851bc6cf
|
Deprecates global use of Discourse.MessageBus
We can use DI for this, which makes it easier for plugins to subscribe
to the message bus.
|
2015-03-12 12:27:30 -04:00 |
|
Sam
|
c51dc9af54
|
update ace editor to latest, fix regression where syntax highlighting was missing
|
2015-03-12 12:20:50 +11:00 |
|
Robin Ward
|
f50280a889
|
Split out bulk operations modal and Discourse.Route.showModal
This makes it easier to share bulk topic operations, for example
from a plugin's custom topic list.
|
2015-03-10 15:40:56 -04:00 |
|
Neil Lalonde
|
be446b7e50
|
use d-buttons, and other small tweaks
|
2015-03-10 13:06:24 -04:00 |
|
Neil Lalonde
|
608647d02f
|
FEATURE: Anonymize User. A way to remove a user but keep their topics and posts.
|
2015-03-10 11:59:08 -04:00 |
|
Robin Ward
|
de4e4f2b98
|
Replace $LAB with path aware loadScript that uses jQuery
|
2015-03-09 14:39:39 -04:00 |
|
Neil Lalonde
|
ddbe1c017b
|
FIX: reason for not being able to delete a staff user's posts was wrong in admin
|
2015-03-06 14:12:01 -05:00 |
|
Robin Ward
|
e63a24a08a
|
FIX: Back button was a bit odd with default admin users list
|
2015-03-05 16:14:27 -05:00 |
|
Robin Ward
|
84b84a9d7c
|
Support for url_list site setting.
|
2015-03-03 16:19:29 -05:00 |
|
Régis Hanol
|
1b2381d5a0
|
FIX: only remove custom CSS in admin on first load
|
2015-03-02 23:31:04 +01:00 |
|
Sam
|
0742f340f9
|
FEATURE: allow for a localized error when a regex fails in site settings
FEATURE: apply string validation to list site settings (so we get regex)
|
2015-02-27 11:45:56 +11:00 |
|
Régis Hanol
|
8c5d8715cd
|
FIX: staff action logs not logging all changes
|
2015-02-25 17:18:22 +01:00 |
|
Sam
|
fe578f9944
|
FEATURE: Allow manual assignment of related post to badge
PERF: clean up performance of user badges admin when large number of badges exist
|
2015-02-25 12:53:01 +11:00 |
|
Robin Ward
|
3f729438ad
|
ES6: Removed and renamed some admin views
|
2015-02-24 13:47:46 -05:00 |
|
riking
|
f1b606bf08
|
FEATURE: Use git describe for dashboard version
|
2015-02-23 16:07:08 -08:00 |
|
Régis Hanol
|
cd423f4a43
|
use the view instead
|
2015-02-20 18:21:19 +01:00 |
|
Robin Ward
|
043e522f39
|
Wire up admin view properly
|
2015-02-20 12:18:42 -05:00 |
|
Régis Hanol
|
7e1651a36e
|
FIX: disable custom stylesheets in /admin
|
2015-02-20 17:43:29 +01:00 |
|
Jeff Atwood
|
7209f67898
|
Merge pull request #3212 from techAPJ/patch-1
UX: change user visits stat position
|
2015-02-18 11:45:08 -08:00 |
|
Arpit Jalan
|
c2ce45668c
|
UX: change user visits stat position
|
2015-02-19 01:11:09 +05:30 |
|
Robin Ward
|
fed9943d90
|
Minor ES6 tweaks
|
2015-02-18 14:23:14 -05:00 |
|