Commit Graph

83 Commits

Author SHA1 Message Date
eab66065d1 FEATURE: search log term details page (#5445) 2017-12-20 13:41:31 +11:00
1b4483c942 FEATURE: Added 'select +below' and 'select +all replies' options to selecting posts 2017-12-13 22:12:06 +01:00
e3925278e2 FEATURE: support search click through tracking for user, category and tags
https://meta.discourse.org/t/search-logs-page/73281/11?u=techapj

This commit adds following features:

- support for tracking click through to user, tag and category
- new filter for search type (header, full page)

This commit also removes "most viewed topic" field from search logs page because we are now tracking multiple click through entities, so topic is not a special entity anymore. This also improves query perf. The query now takes `20.5ms` to runs, as opposed to `655.9ms` previously.
2017-12-01 12:04:55 +05:30
3831663fea FEATURE: search logs page (#5313) 2017-11-15 11:13:50 +11:00
5572d1d5f7 Refactor user summary page to use more components 2017-10-13 16:05:40 -04:00
a370d7c7fd FIX: Compatibility between Client and Server routing.
mend
2017-09-29 10:34:50 -04:00
09ed2ed749 Add Suspend User to flags page 2017-09-25 12:28:00 -04:00
daceeb9700 Refactor user suspension modal 2017-09-25 12:25:14 -04:00
1af4acbb3d Add tests to flagged topics 2017-09-25 12:25:14 -04:00
40eba8cd93 FEATURE: View flags grouped by topic 2017-09-25 12:25:14 -04:00
4f9ba874a9 API so that you don't have to use a global variable for pretender 2017-09-13 11:55:58 -04:00
e924920bec uses select-box for pinned-button
This commit also moves more logic in dropdown-select-box instead of
duplicating it for notifications-options and pinned-options
2017-09-11 19:14:22 +02:00
2c56f8df7c FEATURE: show tags in search results 2017-08-25 11:52:59 -04:00
ec85b41078 UX: Move watched words to the Logs section of admin 2017-07-31 17:06:50 -04:00
24cb950432 FEATURE: Watched Words: when posts contain words, do one of flag, require approval, censor, or block 2017-07-26 11:01:09 -04:00
cc525b1a8d Upgrade QUnit to latest version 2017-06-15 10:12:07 -04:00
019f954c44 fix js test failure 2017-05-18 13:36:45 -04:00
dbb814ec6a FIX: allow pasting links into title field that are longer than the max title length 2017-05-18 12:32:47 -04:00
40ab2e5667 FEATURE: Let users update their emails before confirming
This allows users who entered a typo or invalid email address when
signing up an opportunity to fix it and resending the confirmation
email to that address.
2017-04-05 16:44:49 -04:00
45a257815a Convert front end paths from /users/ to /u/ 2017-03-30 10:23:24 -04:00
e077b3f141 FIX: composer should only feature links to external sites 2017-02-08 15:34:54 -05:00
c4e10f2a9d FEATURE: redesign the change password page to use javascript and validations 2017-02-03 16:09:24 -05:00
c76f6856ea FEATURE: reply as new message to the same recipients 2017-01-27 12:24:31 +08:00
51679ef6b2 Fix JS tests. 2016-12-17 00:51:40 +08:00
4b940dc8bd FEATURE: Add groups page. 2016-12-14 17:27:47 +08:00
fbd8e6ed4a FEATURE: pasting a link into the title of the composer can automatically onebox it and update the title 2016-12-08 16:09:46 -05:00
217007ff54 Add acceptance tests for plugin outlets 2016-11-22 14:03:01 -05:00
a94f06ff78 Remove the ScrollTop Mixin 2016-11-10 15:25:04 -05:00
0904ad5537 Migrate createViewWithBodyClass helper to components 2016-11-10 14:28:04 -05:00
3eae668e64 Set up pretender inside test file. 2016-10-24 12:17:17 +08:00
Sam
f083994f5a FIX: exact group match always should be added 2016-10-24 12:43:38 +11:00
e064e6f7a3 FEATURE: new 'categories_and_latest' endpoint 2016-08-29 22:47:44 +02:00
d8808aa9ab Add back acceptance tests for full page search 2016-08-09 14:49:46 -04:00
3d62e5dd98 SECURITY: XSS issue on Admin users list 2016-08-05 12:01:16 -04:00
857d54162b Redirect to Summary when viewing yourself 2016-08-02 13:21:24 -04:00
cf5b756b1a SECURITY: Cross-Site Scripting in Category and Group Settings 2016-07-28 11:57:59 -04:00
b8125b3512 REFACTOR: Remove Discourse.Ajax 2016-07-11 12:57:05 -04:00
a546395397 REFACTOR: Migrate markdown functionality in ES6 2016-07-11 12:57:05 -04:00
1fd27bdbb3 FIX: js test error "Unhandled request /tag_groups" 2016-07-05 14:59:00 -04:00
67303d7679 REFACTOR: Composer messages to use new ember idioms 2016-06-07 14:47:22 -04:00
f6c460c207 Add tests for groups pages, DRY html into a component 2016-04-11 13:17:34 -04:00
d1e85bdd8b FEATURE: Use virtual dom framework for faster post rendering 2016-02-11 11:00:40 -05:00
949f51ffe0 Remove ajax stubbing from post-stream tests 2015-12-04 10:02:37 -05:00
2006be41cf Split up pretender a bit. It was getting unwieldly. 2015-12-01 15:31:15 -05:00
de88be2fbc Support for "Only show overridden" in site text customization 2015-11-30 15:25:08 -05:00
5e93140f85 FEATURE: Can override any translation via an admin interface 2015-11-27 11:35:19 -05:00
42e510753d Support for Acceptance tests in plugins 2015-08-27 17:07:11 -04:00
Sam
5658119a36 Merge pull request #3649 from tgxworld/click_reply_should_clear_edit
Click reply should clear edit
2015-08-21 10:36:21 +10:00
d1c69189f3 FEATURE: Can edit category/host relationships for embedding 2015-08-20 15:56:04 -04:00
5e215a87c2 Add more acceptance tests for composer. 2015-08-14 00:49:13 +08:00