Mark VanLandingham
|
c7475ee03b
|
DEV: Import EmberObject rather than global variable (#8256)
* DEV: Import ember/object rather than Ember.Object globally
* fixed broken object proxy import
* prettier on js
* added @ember/object/proxy to loader
* added unstaged file
* Fixed objet proxy reference is loader
* Linting!
|
2019-10-29 14:23:50 -05:00 |
Mark VanLandingham
|
e5311ab645
|
DEV: Import DiscourseRoute rather than Discourse.Route (#8225)
* DEV: Discourse.Route -> DiscourseRoute with import
* ran prettier on all routes
* prettiered one more file
|
2019-10-22 09:46:10 -04:00 |
Guo Xiang Tan
|
947495e70d
|
Follow up to 8c2fa99f78 .
`/search_logs/term?term` is alittle weird looking but unless we add
proper slug support to term, we're going to have to live with this
first.
|
2019-03-29 10:39:44 +08:00 |
Guo Xiang Tan
|
8c2fa99f78
|
FIX: Remove `:term` from `admin/search_logs/term/:term` route.
Search log terms is a string that can contain characters like `/` which
messes with the route.
|
2019-03-29 09:48:20 +08:00 |
Joffrey JAFFEUX
|
03a7d532cf
|
DEV: introduces prettier for es6 files
|
2018-06-15 17:03:24 +02:00 |
Arpit Jalan
|
19b36a2d60
|
missing semicolon
|
2018-01-17 12:49:52 +05:30 |
Arpit Jalan
|
79eb9d7086
|
FEATURE: show header search results on search log term details page
|
2018-01-17 12:47:16 +05:30 |
Arpit Jalan
|
b7ba490df7
|
FIX: graphs should go to zero for missing dates
|
2018-01-15 10:16:34 +05:30 |
Arpit Jalan
|
eab66065d1
|
FEATURE: search log term details page (#5445)
|
2017-12-20 13:41:31 +11:00 |