This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/app/assets/javascripts/discourse/models
Jeff Wong 63323bd7a8
FIX: category routes model params should decode their URL parts (#8612)
* FIX: category routes model params should decode their URL parts

Ember's route star globbing does not uri decode by default. This is
problematic for subcategory globs with encoded URL site settings enabled.

Subcategories with encoded URLs will 404 without this decode.

I found this https://github.com/tildeio/route-recognizer/pull/91
which explicitly explains that globbing does not decode automatically.
2019-12-23 10:24:41 -08:00
..
action-summary.js.es6 DEV: Run prettier 2019-11-12 11:49:31 +01:00
archetype.js.es6 DEV: Import every instance of Ember.computed function (#8267) 2019-10-30 15:28:29 -05:00
badge-grouping.js.es6 DEV: Move computed to discourseComputed (#8312) 2019-11-07 15:38:28 -06:00
badge.js.es6 DEV: Move computed to discourseComputed (#8312) 2019-11-07 15:38:28 -06:00
category-list.js.es6 FIX: Update site data when we receive a list of categories 2019-11-25 16:50:54 +00:00
category.js.es6 FIX: category routes model params should decode their URL parts (#8612) 2019-12-23 10:24:41 -08:00
composer.js.es6 Revert "Rename 'target usernames' with 'target recipients' in Composer (#8468)" 2019-12-20 11:56:20 +02:00
draft.js.es6 REFACTOR: Remove Discourse.Model 2019-11-08 14:13:35 -05:00
group-history.js.es6 DEV: Move computed to discourseComputed (#8312) 2019-11-07 15:38:28 -06:00
group.js.es6 FIX: More Promise uses that were not imported 2019-11-19 15:58:40 -05:00
invite.js.es6 Fix Prettier using correct version (1.19.1) 2019-11-15 10:34:26 -05:00
live-post-counts.es6 REFACTOR: Remove Discourse.Model 2019-11-08 14:13:35 -05:00
login-method.js.es6 DEV: Remove Discourse.Site in favor of import (#8344) 2019-11-13 12:13:47 -05:00
nav-item.js.es6 DEV: nav-item should not fail when no top menu items exist 2019-12-04 10:30:04 +11:00
permission-type.js.es6 REFACTOR: Remove Discourse.Model 2019-11-08 14:13:35 -05:00
post-action-type.js.es6 DEV: Import every instance of Ember.computed function (#8267) 2019-10-30 15:28:29 -05:00
post-stream.js.es6 WIP - discourse/models/user not defined 2019-11-13 15:34:30 -05:00
post.js.es6 Add bookmark-clock icon (#8553) 2019-12-16 12:37:34 +10:00
rest.js.es6 DEV: Import Promise from rsvp (#8296) 2019-11-05 10:37:32 -06:00
result-set.js.es6 DEV: Move computed to discourseComputed (#8312) 2019-11-07 15:38:28 -06:00
reviewable-history.js.es6 DEV: Import every instance of Ember.computed function (#8267) 2019-10-30 15:28:29 -05:00
reviewable.js.es6 DEV: Move computed to discourseComputed (#8312) 2019-11-07 15:38:28 -06:00
session.js.es6 FIX: Return a deprecation for Discourse.Session 2019-11-08 14:55:36 -05:00
site.js.es6 FIX: Update site data when we receive a list of categories 2019-11-25 16:50:54 +00:00
static-page.js.es6 FIX: More missing RSVP imports 2019-11-11 09:25:33 -05:00
store.js.es6 REFACTOR: use rest serializer for tag-info categories 2019-12-10 14:58:11 -05:00
tag-group.js.es6 DEV: Move computed to discourseComputed (#8312) 2019-11-07 15:38:28 -06:00
tag.js.es6 FEATURE: Allow scoping search to tag (#8345) 2019-11-14 10:40:26 +10:00
topic-details.js.es6 DEV: Remove Discourse.User and import instead 2019-11-13 15:34:30 -05:00
topic-list.js.es6 REFACTOR: Remove Discourse.Model 2019-11-08 14:13:35 -05:00
topic-timer.js.es6 DEV: introduces prettier for es6 files 2018-06-15 17:03:24 +02:00
topic-tracking-state.js.es6 FIX: category id in filterCategory (#8555) 2019-12-17 08:33:38 +11:00
topic.js.es6 REVERT: Remove feature topic on profile button from topic view (#8573) 2019-12-17 12:41:49 -08:00
trust-level.js.es6 DEV: introduces prettier for es6 files 2018-06-15 17:03:24 +02:00
user-action-group.js.es6 REFACTOR: Remove Discourse.Model 2019-11-08 14:13:35 -05:00
user-action-stat.js.es6 DEV: Move computed to discourseComputed (#8312) 2019-11-07 15:38:28 -06:00
user-action.js.es6 DEV: Remove Discourse.User and import instead 2019-11-13 15:34:30 -05:00
user-badge.js.es6 DEV: Remove Discourse.User and import instead 2019-11-13 15:34:30 -05:00
user-draft.js.es6 DEV: Move computed to discourseComputed (#8312) 2019-11-07 15:38:28 -06:00
user-drafts-stream.js.es6 DEV: Move computed to discourseComputed (#8312) 2019-11-07 15:38:28 -06:00
user-posts-stream.js.es6 REFACTOR: Remove Discourse.Model 2019-11-08 14:13:35 -05:00
user-stream.js.es6 REFACTOR: Remove Discourse.UserAction from code 2019-11-08 12:52:39 -05:00
user.js.es6 FEATURE: Add timezone to core user_options (#8380) 2019-11-25 10:49:27 +10:00