|
de88be2fbc
|
Support for "Only show overridden" in site text customization
|
2015-11-30 15:25:08 -05:00 |
|
|
86374c90de
|
FIX: if the email template has multiple subjects, link to customize text page
|
2015-11-28 11:50:02 +05:30 |
|
|
5e93140f85
|
FEATURE: Can override any translation via an admin interface
|
2015-11-27 11:35:19 -05:00 |
|
|
ba0df7e4cd
|
rename 'is_support' to 'contains_messages'
|
2015-11-26 18:40:54 +01:00 |
|
|
578e15224b
|
UX: hide support categories from selectors
|
2015-11-26 18:31:24 +01:00 |
|
|
9ef8397164
|
new Category.is_support attribute
|
2015-11-26 18:31:24 +01:00 |
|
|
8eeb027c65
|
Can revert changes to email templates
|
2015-11-20 12:30:21 -05:00 |
|
|
f5b34d5f53
|
FEATURE: Admin interface for editing email templates
|
2015-11-19 16:39:34 -05:00 |
|
|
92ba6125c4
|
FEATURE: new 'automatically_unpin_topics' user preference
|
2015-11-17 18:21:40 +01:00 |
|
|
dc10bdee3d
|
FIX: incorrect localization in flagging dialog
- only happens when multiple locales enabled
|
2015-10-19 11:42:33 +11:00 |
|
|
e8424bd54e
|
SECURITY: Moderators should not see API keys
|
2015-10-14 15:40:23 -04:00 |
|
|
57c1b15911
|
FIX: Who Liked a Post now shows UserCard when avatar is clicked
|
2015-10-02 18:10:06 -04:00 |
|
|
43345063b9
|
PERF: avoid needless :try invokes respond_to? etc
|
2015-10-02 15:00:00 +10:00 |
|
|
181ab89485
|
PERF: introduce fragment caches in site serializer
|
2015-09-28 16:50:24 +10:00 |
|
|
3b4e52cb36
|
FEATURE: fragment cache for use with serializers
|
2015-09-28 16:50:24 +10:00 |
|
|
722e1fc4d0
|
PERF: avoid needless queries on non private messages
|
2015-09-28 16:50:24 +10:00 |
|
|
e5c5744dd5
|
FIX: including info on post queue for non staff
|
2015-09-28 16:50:24 +10:00 |
|
|
25e9aa7653
|
FIX: Use user's locale for badge notifications
|
2015-09-24 00:33:33 +02:00 |
|
|
36309e50cc
|
Merge pull request #3767 from tgxworld/track_user_profile_views
Track user profile views
|
2015-09-23 11:38:18 +02:00 |
|
|
ae5134f88e
|
Merge pull request #3791 from gschlager/i18n-patch2
FIX: Slugs for badges
|
2015-09-23 11:35:38 +02:00 |
|
|
1aad58b642
|
Merge pull request #3781 from tgxworld/feature_log_category_settings
Feature log category settings
|
2015-09-23 11:34:08 +02:00 |
|
|
fe656fb04d
|
FIX: select appropriate period when redirecting to top
|
2015-09-21 20:28:20 +02:00 |
|
|
4cb070f28c
|
FIX: Use translated badge names for slugs
FIX: Use configured slug generater method for badges
|
2015-09-19 22:41:48 +02:00 |
|
|
0717517332
|
UX: show user full name on admin profile
|
2015-09-19 18:08:04 +05:30 |
|
|
cc516d3be0
|
Merge pull request #3743 from sitepoint/topic-embed-info
Add embed/info endpoint for TopicEmbed queries
|
2015-09-18 11:00:01 -04:00 |
|
|
a4ace3f08e
|
FEATURE: ui for ordering search results in full page mode
|
2015-09-18 17:16:53 +10:00 |
|
|
f39b9124b6
|
FEATURE: Log staff actions for Category changes.
|
2015-09-18 10:53:08 +08:00 |
|
|
7acc93b2a0
|
FEATURE: Track user profile views.
|
2015-09-16 14:48:31 +08:00 |
|
|
9cca510944
|
Add embed/info endpoint for TopicEmbed queries
|
2015-09-16 03:22:24 +00:00 |
|
|
4f5d42ca69
|
Merge pull request #3749 from riking/patch-1
FIX: Don't allow editing seeded category security settings
|
2015-09-11 12:22:58 -04:00 |
|
|
b706c59ab9
|
Use the json boolean trick
|
2015-09-11 09:14:45 -07:00 |
|
|
93f9dcfcec
|
FIX: don't overwrite custom uploaded avatar when selecting gravatar
FIX: remove unecessary serialized fields
|
2015-09-11 15:10:56 +02:00 |
|
|
0c58f08207
|
FIX: profile picture selector
|
2015-09-11 15:10:56 +02:00 |
|
|
6437cd0341
|
FEATURE: add support for generic external avatar services
This changes it so we only ship an avatar template down to the client
it has no magic, all it knows is how to plug in size
|
2015-09-11 15:10:56 +02:00 |
|
|
98e8b16c34
|
FIX: Broken BasicUserSerializer.
|
2015-09-11 11:54:08 +08:00 |
|
|
2742602254
|
FEATURE: support for external letter avatars service
|
2015-09-11 02:12:40 +02:00 |
|
|
d86d4752cb
|
FIX: Don't allow editing seeded category security settings
|
2015-09-10 14:04:21 -07:00 |
|
|
abeabfb40f
|
BUG/PERF: Stop shipping PM stats when not needed
|
2015-09-10 17:18:43 +10:00 |
|
|
0b9322d16a
|
PERF: remove uneeded data, notification count is pointless
Getting notification count is expensive, no point shipping it to clients
|
2015-09-10 16:44:42 +10:00 |
|
|
f6bc46937b
|
PERF: one less query
|
2015-09-10 16:27:27 +10:00 |
|
|
5dca462b5a
|
Merge pull request #3721 from riking/patch-1
FEATURE: Include topic title, category in posts.json
|
2015-09-07 10:22:25 +02:00 |
|
|
342eba4374
|
FEATURE: Category reordering dialog
|
2015-09-06 16:53:52 -07:00 |
|
|
32e2d7963a
|
FEATURE: Show FAQ at top of the hamburger until the user reads it
|
2015-09-04 16:56:02 -04:00 |
|
|
80041b874c
|
FIX: don't show new topic notifications in homepag for suppressed categories
|
2015-09-03 19:18:46 +02:00 |
|
|
d34f42d2f7
|
FIX: hide category column in topic list only when the current category has no children
|
2015-09-02 23:46:04 +02:00 |
|
|
a501947d67
|
FEATURE: suppress categories from the homepage
|
2015-09-02 20:25:18 +02:00 |
|
|
32e5016dbb
|
FEATURE: Include topic title, category in posts.json
|
2015-09-01 17:46:06 -07:00 |
|
|
1bd0f5b015
|
FEATURE: group can grant a trust level when a user is added
|
2015-09-01 16:52:12 -04:00 |
|
|
727827dc25
|
FIX: error when loading admin > flags
|
2015-08-28 12:31:32 +02:00 |
|
|
bef80633b1
|
FEATURE: global admin override of most of the user preferences
|
2015-08-21 20:39:21 +02:00 |
|