Commit Graph

289 Commits

Author SHA1 Message Date
Jarek Radosz 632042981f
DEV: Remove `isLegacyEmber` (#100) 2022-06-28 22:10:02 +02:00
Discourse Translator Bot 4e950617b7
Update translations (#99) 2022-06-21 15:27:12 +02:00
discoursebot 5e7239d93d
DEV: Update CI workflows (#98)
Co-authored-by: discoursebuild <build@discourse.org>
2022-06-17 21:34:33 +02:00
Isaac Janzen 834d22d868
DEV: Remove 'htmlSafe' string prototype extensions (#97)
## Ember Upgrade

Context: https://deprecations.emberjs.com/v3.x/#toc_ember-string-prototype_extensions
2022-06-01 10:16:17 -05: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
discoursebot 0276cca4ab
DEV: Update CI workflows (#94)
Co-authored-by: discoursebuild <build@discourse.org>
2022-05-23 17:00:14 +02:00
Isaac Janzen 679fee9def
DEV: update routing to allow for open_in_new_tab (#93)
We can rip out the `click` handler completely and just lean on the _logic_ we have in `docs-index`. 

0cef82aec0/assets/javascripts/discourse/routes/docs-index.js (L12)

It will always refresh the `selectedTopic` so there will be no need to update it within the click handler. Which then nullifies the need for `setSelectedTopic`.
2022-05-05 11:22:16 -05:00
dependabot[bot] 0cef82aec0
Build(deps): Bump async from 2.6.3 to 2.6.4 (#92)
Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4.
- [Release notes](https://github.com/caolan/async/releases)
- [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md)
- [Commits](https://github.com/caolan/async/compare/v2.6.3...v2.6.4)

---
updated-dependencies:
- dependency-name: async
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-29 18:01:59 +02:00
dependabot[bot] 72b2e87e84
Build(deps): Bump ansi-regex from 4.1.0 to 4.1.1 (#90)
Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/chalk/ansi-regex/releases)
- [Commits](https://github.com/chalk/ansi-regex/compare/v4.1.0...v4.1.1)

---
updated-dependencies:
- dependency-name: ansi-regex
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-13 17:59:18 +02:00
dependabot[bot] da16d9eb4b
Build(deps): Bump minimist from 1.2.5 to 1.2.6 (#89)
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-13 17:55:32 +02:00
discoursebot e517e69c09
DEV: Update CI workflows (#88)
Co-authored-by: discoursebuild <build@discourse.org>
2022-03-22 14:03:20 +01:00
Kris 700008b792
DEV: add plugin outlet to enable custom checkbox css (#86) 2022-03-18 13:28:11 -04:00
Kris e7c8217570
DEV: add plugin outlets for custom controls (#87) 2022-03-18 13:27:14 -04:00
Bianca Nenciu 4c0f58d982
FIX: Remove reference to share-popup (#85) 2022-03-15 21:27:01 +02:00
Jarek Radosz 650b10ef42
DEV: Lose the es6 suffix (#84) 2022-03-05 17:23:56 +01: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
Krzysztof Kotlarek 7c54952414
FIX: TopicViewItem and TopicUser for doc topics (#80)
When a documentation topic is viewed, corresponding TopicViewItem and TopicUser should be created.

A method from a TopicController is called, however, specs should warn us if ever that core method would change.
2022-02-01 16:38:54 +11:00
Andrei Prigorshnev 6bad85b1ef
FEATURE: improve blank page syndrome (#79) 2022-01-28 20:10:53 +04:00
David Taylor 05678c451c DEV: Bump eslint-config-discourse and correct violations 2022-01-26 14:46:52 +00:00
discoursebuild 1cbd194205 DEV: Update CI workflows 2022-01-26 14:46:52 +00:00
Discourse Translator Bot 63246eb707
Update translations (#78) 2022-01-25 14:27:09 +01:00
Jarek Radosz 272488b0a4
UX: Minor visual tweaks (#76) 2022-01-24 00:34:59 +01:00
Penar Musaraj 39f956fa13
DEV: Add outlet + scroll event to support DiscoTOC (#75) 2022-01-19 12:43:00 -05:00
Discourse Translator Bot f8ac536160
Update translations (#74) 2022-01-11 14:21:42 +01:00
David Taylor 841a814bfb
DEV: Update plugin-outlet arguments (#73)
Core's defaults are changing in https://github.com/discourse/discourse/pull/13685. This commit ensures the behaviour of this plugin will not change.
2022-01-06 20:33:34 +00:00
discoursebot e56816eb50
DEV: Update CI workflows (#72)
Co-authored-by: davidtaylorhq <davidtaylorhq@users.noreply.github.com>
2021-12-16 16:18:16 +00:00
Discourse Translator Bot 1ee9957cc6
Update translations (#71) 2021-12-14 14:53:39 +01:00
Jordan Vidrine d3eee7008b
UX: Adjust topic list item spacing (#70) 2021-11-17 13:28:40 -06:00
Jordan Vidrine 0aef9946b4
SYNTAX: Add classes in prep for Topic list refactor (#69)
* DEV: Prep for topic-list refactor
2021-11-16 13:56:12 -06:00
Kris 4631ccb8b1
DEV: add plugin outlet, li class (#68) 2021-11-05 15:09:24 -04:00
Kris 6e13e4de0b
UX: Solved filter alignment adjustment (#67) 2021-11-05 12:06:59 -04:00
Discourse Translator Bot ccbf73d3e9
Update translations (#66) 2021-10-26 11:01:09 -04:00
jbrw c38dc7c216
FIX: Hide navigation elements when printing a Docs topic (#65) 2021-10-22 16:59:14 -04:00
Joffrey JAFFEUX 8321e74b60
DEV: fixes qunit imports (#64) 2021-10-22 09:51:23 +02: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
Gavin ac9d01dc18
Update README.md (#60) 2021-10-04 12:36:30 -04:00
Krzysztof Kotlarek 72cdd8d415
FIX: ignore category filter when incorrect param (#59)
Category filter accepts ids of categories. If value is manipulated, we should ignore it.
2021-09-27 14:52:27 +10:00
discoursebot b2de26d52c
DEV: Update CI workflows (#58)
Co-authored-by: CvX <CvX@users.noreply.github.com>
2021-09-15 19:56:29 +02:00
dependabot[bot] a5936fe9d2
Build(deps): Bump path-parse from 1.0.6 to 1.0.7 (#57)
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases)
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)

---
updated-dependencies:
- dependency-name: path-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-13 00:50:35 +02:00
Penar Musaraj 17a21cad4d
UX: Add `in:docs` filter to search (#56) 2021-07-21 15:53:40 -04:00
Discourse Translator Bot 3c8d3d28b3
Update translations (#55) 2021-07-21 10:30:16 +02:00
discoursebot 372d541c0b
DEV: Update CI workflows (#54)
Co-authored-by: davidtaylorhq <davidtaylorhq@users.noreply.github.com>
2021-07-02 17:01:48 +02:00
Penar Musaraj 8754aaf061
DEV: SCSS cleanup 2021-06-23 23:01:54 -04:00
Discourse Translator Bot b184b14266
Update translations (#53) 2021-06-22 15:12:10 +02:00
dependabot[bot] b69f437458
Build(deps): Bump glob-parent from 5.1.1 to 5.1.2 (#52)
Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.1.1 to 5.1.2.
- [Release notes](https://github.com/gulpjs/glob-parent/releases)
- [Changelog](https://github.com/gulpjs/glob-parent/blob/main/CHANGELOG.md)
- [Commits](https://github.com/gulpjs/glob-parent/compare/v5.1.1...v5.1.2)

---
updated-dependencies:
- dependency-name: glob-parent
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-12 13:56:30 +02:00