Commit Graph

51 Commits

Author SHA1 Message Date
Discourse Translator Bot 55f3dffa0c
Update translations (#141) 2023-06-13 15:18:55 +02:00
Jean d4ab4080db
FEATURE: add setting to show tags by group (#138)
* FEATURE: add setting to show tags by group
2023-06-09 11:02:17 -04:00
Discourse Translator Bot e95388ea0b
Update translations (#137) 2023-06-06 15:37:02 +02:00
Mark VanLandingham 5a8bbc3f87
FEATURE: Site setting to control search menu tip addition (#136) 2023-06-05 09:39:31 -05:00
Discourse Translator Bot 63bb46299a
Update translations (#123) 2023-02-21 17:12:22 +01:00
Discourse Translator Bot 2bf85f9740
Update translations (#122) 2023-02-15 10:51:07 +01:00
Discourse Translator Bot bf1c4574a6
Update translations (#120) 2023-01-10 20:54:42 +01:00
David Taylor 724100044c
DEV: Introduce syntax_tree for ruby formatting (#118) 2022-12-29 13:31:34 +01:00
Discourse Translator Bot 908d9096a8
Update translations (#114) 2022-11-29 15:37:01 +01:00
Discourse Translator Bot 49cfe61043
Update translations (#109) 2022-11-02 15:13:54 +01:00
Discourse Translator Bot 9cffc3e479
Update translations (#105) 2022-08-30 20:15:58 +02:00
Discourse Translator Bot 4e950617b7
Update translations (#99) 2022-06-21 15:27:12 +02:00
Discourse Translator Bot 017bbe07df
Update translations (#96) 2022-05-31 16:11:49 +02:00
Alan Guo Xiang Tan 2b6a1f468d
FEATURE: Register docs link under sidebar topics section. (#95) 2022-05-26 09:24:30 +08:00
Discourse Translator Bot 9931542117
Update translations (#83) 2022-02-15 15:10:14 +01:00
Discourse Translator Bot 01f673db24
Update translations (#82) 2022-02-08 14:12:58 +01:00
Discourse Translator Bot 9c4588c80b
Update translations (#81) 2022-02-01 16:15:23 +01:00
Andrei Prigorshnev 6bad85b1ef
FEATURE: improve blank page syndrome (#79) 2022-01-28 20:10:53 +04:00
Discourse Translator Bot 63246eb707
Update translations (#78) 2022-01-25 14:27:09 +01:00
Discourse Translator Bot f8ac536160
Update translations (#74) 2022-01-11 14:21:42 +01:00
Discourse Translator Bot 1ee9957cc6
Update translations (#71) 2021-12-14 14:53:39 +01:00
Discourse Translator Bot ccbf73d3e9
Update translations (#66) 2021-10-26 11:01:09 -04:00
Jordan Vidrine d8c48e6218
FEATURE: Add filter + alpha & numeric sort to categories and tags in docs sidebar (#62)
* UX: Docs sidebar changes

Co-authored-by: Jarek Radosz <jradosz@gmail.com>
Co-authored-by: Penar Musaraj <pmusaraj@gmail.com>
2021-10-19 10:04:36 -05:00
Discourse Translator Bot 0f78bcc9db
Update translations (#63) 2021-10-19 15:23:58 +02:00
Penar Musaraj bfed4ba324
UX: Add in:docs quick tip in search widget (#61) 2021-10-12 10:11:29 -04:00
Discourse Translator Bot 3c8d3d28b3
Update translations (#55) 2021-07-21 10:30:16 +02:00
Discourse Translator Bot b184b14266
Update translations (#53) 2021-06-22 15:12:10 +02:00
Discourse Translator Bot 7782de1558
Update translations (#51) 2021-06-01 15:11:37 +02:00
Discourse Translator Bot e76f7fff62
Update translations (#50) 2021-05-18 15:07:35 +02:00
Discourse Translator Bot 4cc5e8780b
Update translations (#46) 2021-05-05 13:23:09 +02:00
Discourse Translator Bot 50f7c25de2
Update translations (#43) 2021-04-20 15:30:54 +02:00
Justin DiRose 2ee446b1fa
FEATURE: Add link to Docs in top menu (#34)
Added a plugin setting so admins have the choice of including a link to Docs in the top menu.
2021-02-18 15:24:52 -06:00
Justin DiRose f32aebdba0
FEATURE: Rename from Knowledge Explorer to Docs (#27)
After internal discussion, the team decided to rename this plugin to `discourse-docs`. No substantial changes made here aside from a settings migration.
2021-01-18 10:38:09 -06:00
Justin DiRose e3be3fbb77
FEATURE: Add clear button to search bar
Previously you had to clear the search results out by deleting them.
This introduces a friendlier way to clear the search UX, especially if
you didn't find what you're looking for.
2020-10-06 12:08:28 -05:00
Ioannis Tsagkatakis 04cc06de87
Add Greek Translations (#8) 2020-07-27 13:39:54 -05:00
Justin DiRose 7f44dfc84a
UX: Move solved filter behind plugin setting
On sites where solved is used but solved topics are not included in the knowledge explorer, having the filter caused issues.
2020-07-09 10:22:41 -05:00
Justin DiRose 757047d923
UX: Use tag list for tags setting 2020-07-03 12:07:25 -05:00
Justin DiRose 6eb3c7574d
FEATURE: Filter by solved 2020-06-15 14:16:57 -05:00
Justin DiRose 043e6447b0 UX: i18n text for topic list column headers 2019-11-18 11:10:05 -06:00
Justin DiRose 18c45a7a2b UX: Add message when no topics found in KE view 2019-11-13 15:52:33 -06:00
Kris 5e756f57da FEATURE: Collapsable filters on mobile 2019-11-08 16:07:44 -05:00
Kris 5389d58872 UX: Improving styles for narrow viewports, some general styling (#3) 2019-11-07 13:47:15 -06:00
Justin DiRose 10ec8b47a8 FEATURE: Category filtering 2019-11-06 11:27:30 -06:00
Justin DiRose a34e4468c1
REFACTOR: Handle queries in more robust, customizable way
* Create custom query lib file

* Get topic list by category

* Get topic list with both categories and tags

* Count tags and pass back to controller in object

* Filter topic list by param-passed tag list

* FIX: Correctly serialize topic list data

* Filter results by search term (title only

* Debug commit

* Working multi-tag filtering

* FIX: case insensitive search terms

* Begin refactor of front end for new api changes

* REFACTOR: Use model for refreshing data
Instead of just using a route, which introduces full page refreshes, use
the route to pull the data initially, then update it using a model as to
refresh only the relevant parts of the page.

* Working topic load

* FIX: Visual alignment

* Refactor tests to follow new patterns

* Fixes suggested by eviltrout

* FEATURE: Load more topics

* FIX: Paginate records on return to the front end in a better fashion

* FIX: Prevent loadMore while loading more

* Fix pagination of topics to truncate list properly

* Inherit rubocop from discourse

* Make rubocop happynated

* Set list to unordered
2019-10-31 15:09:50 -05:00
Justin DiRose 274e0134cc FEATURE: Add hamburger menu link 2019-10-03 13:57:45 -05:00
Justin DiRose 5d0da1fe0a Spec tests & minor refactors 2019-10-02 16:24:40 -05:00
Justin DiRose adc07ae8ad Beginnings of working search 2019-08-30 15:34:48 -05:00
Justin DiRose 7b8d3a84bd FEATURE: Use category_list for selecting categories 2019-08-30 15:04:07 -05:00
Justin DiRose 03a85bb3d7 Fix routing for Ember 2019-07-02 09:20:51 -05:00
Justin DiRose 1789bac0cf FEATURE: Render Topics from Selected Categories/Tags on `/knowledge-explorer`
Add category/tag settings

Rename to knowledge explorer

Missed rename

Render a deduplicated list of topics from all selected tags and categories

Exclude category topic ids from rendered list
2019-06-28 14:56:04 -05:00