aboutsummaryrefslogtreecommitdiff
path: root/plugins/templating/src/main/kotlin
AgeCommit message (Collapse)Author
2023-08-31Enable explicit API mode (#3139)Ignat Beresnev
2023-08-31Update copyright (#3149)Ignat Beresnev
* Add the default copyright profile and enable IDEA project settings * Add the license notice file
2023-04-25Tidy/remove unnecessary imports and suppressions (#2975)aSemy
2023-02-24Mark Plugin Api as experimental (#2743)Vadim Mishenev
2023-02-21Initialize nested directories in `TemplateProcessor`aSemy
#2866
2022-04-19Update Jsoup to 1.14.3 (#2448)Ignat Beresnev
* Update Jsoup to 1.14.3 * Fix Jsoup API breaking changes after the update * Fix new Qodana inspections * Replace IllegalStateException with more appropriate NoSuchElementException
2022-02-22Fix HTML head and favicon in multi-module projects (#2365)Vadim Mishenev
2021-09-20Improve versioning plugin (#2104)vmishenev
- support for single module projects - version navigator is on all pages - dropdown arrow for version navigator
2021-08-25Dark mode (#2081)Marcin Aman
2021-08-12Webhelp-like frontendMarcin Aman
2021-07-05Flatten multi-module structure (#1980)Kamil Doległo
* Add support for multimodule package lists * Merge package-lists in multi-module generation * Remove double-wrapping of modules in multi-module generation * Handle empty modules in package lists
2021-03-10Fix multimodule sourcesets dependencies (#1766)Marcin Aman
2021-02-05Deduplicate resources in multimodule (#1711)Marcin Aman
2021-01-21Empty modules filtering (#1699)Marcin Aman
2021-01-05Versioning (#1654)Błażej Kardyś
* Adding versioning mechanism for multimodule * Versioning improvement * Refactor configuration, add ordering * Fix integration tests * Change packages, unignore test Co-authored-by: Marcin Aman <marcin.aman@gmail.com>